Repository: ranaroussi/yfinance Branch: main Commit: 4013a4fd745f Files: 190 Total size: 4.8 MB Directory structure: gitextract_vs6ka022/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.yaml │ ├── dependabot.yml │ └── workflows/ │ ├── auto_close_default_issues.yml │ ├── deploy_doc.yml │ ├── pyright.yml │ ├── pytest.yml.disabled │ ├── python-publish.yml │ └── ruff.yml ├── .gitignore ├── .travis.yml ├── CHANGELOG.rst ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── MANIFEST.in ├── README.md ├── doc/ │ ├── Makefile │ ├── make.bat │ └── source/ │ ├── _static/ │ │ └── yfinance.css │ ├── _templates/ │ │ └── autosummary/ │ │ └── class.rst │ ├── advanced/ │ │ ├── caching.rst │ │ ├── config.rst │ │ ├── index.rst │ │ ├── logging.rst │ │ ├── multi_level_columns.rst │ │ └── price_repair.rst │ ├── conf.py │ ├── development/ │ │ ├── code.rst │ │ ├── documentation.rst │ │ ├── index.rst │ │ ├── running.rst │ │ └── testing.rst │ ├── index.rst │ └── reference/ │ ├── examples/ │ │ ├── calendars.py │ │ ├── download.py │ │ ├── funds_data.py │ │ ├── live_async.py │ │ ├── live_sync.py │ │ ├── lookup.py │ │ ├── market.py │ │ ├── proxy.py │ │ ├── search.py │ │ ├── sector_industry.py │ │ ├── sector_industry_ticker.py │ │ ├── ticker.py │ │ └── tickers.py │ ├── index.rst │ ├── yfinance.analysis.rst │ ├── yfinance.calendars.rst │ ├── yfinance.financials.rst │ ├── yfinance.functions.rst │ ├── yfinance.funds_data.rst │ ├── yfinance.market.rst │ ├── yfinance.price_history.rst │ ├── yfinance.screener.rst │ ├── yfinance.search.rst │ ├── yfinance.sector_industry.rst │ ├── yfinance.stock.rst │ ├── yfinance.ticker_tickers.rst │ └── yfinance.websocket.rst ├── meta.yaml ├── pyrightconfig.json ├── requirements.txt ├── setup.cfg ├── setup.py ├── tests/ │ ├── __init__.py │ ├── context.py │ ├── data/ │ │ ├── 1398-HK-1d-bad-div-fixed.csv │ │ ├── 1398-HK-1d-bad-div.csv │ │ ├── 3988-HK-1d-bad-div-fixed.csv │ │ ├── 3988-HK-1d-bad-div.csv │ │ ├── 4063-T-1d-bad-div-fixed.csv │ │ ├── 4063-T-1d-bad-div.csv │ │ ├── 4063-T-1d-bad-stock-split-fixed.csv │ │ ├── 4063-T-1d-bad-stock-split.csv │ │ ├── 8TRA-DE-1d-missing-div-adjust-fixed.csv │ │ ├── 8TRA-DE-1d-missing-div-adjust.csv │ │ ├── ABDP-L-1d-bad-div-fixed.csv │ │ ├── ABDP-L-1d-bad-div.csv │ │ ├── ADIG-L-1d-bad-div-fixed.csv │ │ ├── ADIG-L-1d-bad-div.csv │ │ ├── AET-L-1d-100x-error-fixed.csv │ │ ├── AET-L-1d-100x-error.csv │ │ ├── ALPHA-PA-1d-bad-stock-split-fixed.csv │ │ ├── ALPHA-PA-1d-bad-stock-split.csv │ │ ├── AV-L-1wk-bad-stock-split-fixed.csv │ │ ├── AV-L-1wk-bad-stock-split.csv │ │ ├── CALM-1d-no-bad-divs.csv │ │ ├── CLC-L-1d-bad-div-fixed.csv │ │ ├── CLC-L-1d-bad-div.csv │ │ ├── CNE-L-1d-bad-stock-split-fixed.csv │ │ ├── CNE-L-1d-bad-stock-split.csv │ │ ├── DEX-AX-1d-bad-stock-split-fixed.csv │ │ ├── DEX-AX-1d-bad-stock-split.csv │ │ ├── DODFX-1d-cg-double-count-fixed.csv │ │ ├── DODFX-1d-cg-double-count.csv │ │ ├── ELCO-L-1d-bad-div-fixed.csv │ │ ├── ELCO-L-1d-bad-div.csv │ │ ├── EWG-1d-no-bad-divs.csv │ │ ├── HSBK-IL-1d-no-bad-divs.csv │ │ ├── IBE-MC-1d-no-bad-divs.csv │ │ ├── JENYX-1d-cg-double-count-fixed.csv │ │ ├── JENYX-1d-cg-double-count.csv │ │ ├── KAP-IL-1d-bad-div-fixed.csv │ │ ├── KAP-IL-1d-bad-div.csv │ │ ├── KEN-TA-1d-bad-div-fixed.csv │ │ ├── KEN-TA-1d-bad-div.csv │ │ ├── KME-MI-1d-bad-div-fixed.csv │ │ ├── KME-MI-1d-bad-div.csv │ │ ├── KMR-L-1d-no-bad-divs.csv │ │ ├── LA-V-1d-bad-stock-split-fixed.csv │ │ ├── LA-V-1d-bad-stock-split.csv │ │ ├── LSC-L-1d-bad-div-fixed.csv │ │ ├── LSC-L-1d-bad-div.csv │ │ ├── MOB-ST-1d-bad-stock-split-fixed.csv │ │ ├── MOB-ST-1d-bad-stock-split.csv │ │ ├── NVT-L-1d-bad-div-fixed.csv │ │ ├── NVT-L-1d-bad-div.csv │ │ ├── PSH-L-1d-bad-div-fixed.csv │ │ ├── PSH-L-1d-bad-div.csv │ │ ├── REL-L-1d-bad-div-fixed.csv │ │ ├── REL-L-1d-bad-div.csv │ │ ├── RGL-L-1d-bad-div-fixed.csv │ │ ├── RGL-L-1d-bad-div.csv │ │ ├── SAND-1d-bad-div-fixed.csv │ │ ├── SAND-1d-bad-div.csv │ │ ├── SCR-TO-1d-bad-div-fixed.csv │ │ ├── SCR-TO-1d-bad-div.csv │ │ ├── SERE-L-1d-bad-div-fixed.csv │ │ ├── SERE-L-1d-bad-div.csv │ │ ├── SPM-MI-1d-bad-stock-split-fixed.csv │ │ ├── SPM-MI-1d-bad-stock-split.csv │ │ ├── SSW-JO-1d-100x-error-fixed.csv │ │ ├── SSW-JO-1d-100x-error.csv │ │ ├── TEM-L-1d-bad-div-fixed.csv │ │ ├── TEM-L-1d-bad-div.csv │ │ ├── TENT-L-1d-bad-div-fixed.csv │ │ ├── TENT-L-1d-bad-div.csv │ │ ├── TEP-PA-1d-bad-div-fixed.csv │ │ ├── TEP-PA-1d-bad-div.csv │ │ ├── TISG-MI-1d-no-bad-divs.csv │ │ ├── VWILX-1d-cg-double-count-fixed.csv │ │ └── VWILX-1d-cg-double-count.csv │ ├── test_cache.py │ ├── test_cache_noperms.py │ ├── test_calendars.py │ ├── test_live.py │ ├── test_lookup.py │ ├── test_price_repair.py │ ├── test_prices.py │ ├── test_screener.py │ ├── test_search.py │ ├── test_ticker.py │ └── test_utils.py └── yfinance/ ├── __init__.py ├── base.py ├── cache.py ├── calendars.py ├── config.py ├── const.py ├── data.py ├── domain/ │ ├── __init__.py │ ├── domain.py │ ├── industry.py │ ├── market.py │ └── sector.py ├── exceptions.py ├── live.py ├── lookup.py ├── multi.py ├── pricing.proto ├── pricing_pb2.py ├── scrapers/ │ ├── __init__.py │ ├── analysis.py │ ├── fundamentals.py │ ├── funds.py │ ├── history.py │ ├── holders.py │ ├── quote.py │ └── yahoo-keys.txt ├── screener/ │ ├── __init__.py │ ├── query.py │ └── screener.py ├── search.py ├── shared.py ├── ticker.py ├── tickers.py ├── utils.py └── version.py ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/FUNDING.yml ================================================ # # These are supported funding model platforms # github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] # patreon: # Replace with a single Patreon username # open_collective: # Replace with a single Open Collective username # ko_fi: # Replace with a single Ko-fi username # tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry # liberapay: # Replace with a single Liberapay username # issuehunt: # Replace with a single IssueHunt username # otechie: # Replace with a single Otechie username # custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] patreon: ranaroussi custom: ['https://paypal.me/ranaroussi'] ================================================ FILE: .github/ISSUE_TEMPLATE/bug_report.yaml ================================================ 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 with debug logging enabled" description: | Enable debug logging, reproduce the issue, then paste the full output: import yfinance as yf yf.config.debug.logging = True Context: https://ranaroussi.github.io/yfinance/advanced/logging.html 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 ================================================ FILE: .github/dependabot.yml ================================================ version: 2 updates: - package-ecosystem: pip directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" ================================================ FILE: .github/workflows/auto_close_default_issues.yml ================================================ 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' }); } ================================================ FILE: .github/workflows/deploy_doc.yml ================================================ 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 ================================================ FILE: .github/workflows/pyright.yml ================================================ 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 ================================================ FILE: .github/workflows/pytest.yml.disabled ================================================ 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 ================================================ FILE: .github/workflows/python-publish.yml ================================================ # This workflow will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jobs: deploy: runs-on: ubuntu-latest steps: - 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 setuptools wheel twine - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel twine upload dist/* ================================================ FILE: .github/workflows/ruff.yml ================================================ 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 ================================================ FILE: .gitignore ================================================ __pycache__/* yfinance/__pycache__/* dist yfinance.egg-info *.pyc .coverage .idea/ .vscode/ build/ *.html *.css test.ipynb # Environments .env .venv env/ venv/ ENV/ # Documentation /doc/build/ /doc/_build/ /doc/source/reference/api !yfinance.css !/doc/source/development/assets/branches.png ================================================ FILE: .travis.yml ================================================ language: python sudo: true fast_finish: true matrix: include: - python: 2.7 - python: 3.6 - python: 3.7 - python: 3.8 - python: 3.9 dist: xenial sudo: true install: - pip install Cython - pip install pytest>=4.6 - pip install pytest-cov - pip install coveralls - pip install -r requirements.txt - pip install . script: - pytest --cov=yfinance/ after_success: - coveralls branches: only: - main notifications: slack: tradologics:HcnS6XusfcuS02waQPCG18oc webhooks: on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: never # options: [always|never|change] default: always ================================================ FILE: CHANGELOG.rst ================================================ Change Log =========== 1.2.0 ----- Features: - update exchange maps for equities and mutual funds. #2685 Fixes: - handle Pandas to_numpy() returning read-only #2697 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 - Rename basic_info -> fast_info #1354 0.2.6 ----- - Fix Ticker.basic_info lazy-loading #1342 0.2.5 ----- - Fix Yahoo data decryption again #1336 - New: Ticker.basic_info - faster Ticker.info #1317 0.2.4 ----- - Fix Yahoo data decryption #1297 - New feature: 'Ticker.get_shares_full()' #1301 - Improve caching of financials data #1284 - Restore download() original alignment behaviour #1283 - Fix the database lock error in multithread download #1276 0.2.3 ----- - Make financials API '_' use consistent 0.2.2 ----- - Restore 'financials' attribute (map to 'income_stmt') 0.2.1 ----- Release! 0.2.0rc5 -------- - Improve financials error handling #1243 - Fix '100x price' repair #1244 0.2.0rc4 -------- - Access to old financials tables via `get_income_stmt(legacy=True)` - Optimise scraping financials & fundamentals, 2x faster - Add 'capital gains' alongside dividends & splits for ETFs, and metadata available via `history_metadata`, plus a bunch of price fixes For full list of changes see #1238 0.2.0rc2 -------- Financials - fix financials tables to match website #1128 #1157 - lru_cache to optimise web requests #1147 Prices - improve price repair #1148 - fix merging dividends/splits with day/week/monthly prices #1161 - fix the Yahoo DST fixes #1143 - improve bad/delisted ticker handling #1140 Misc - fix 'trailingPegRatio' #1138 - improve error handling #1118 0.2.0rc1 -------- Jumping to 0.2 for this big update. 0.1.* will continue to receive bug-fixes - timezone cache performance massively improved. Thanks @fredrik-corneliusson #1113 #1112 #1109 #1105 #1099 - price repair feature #1110 - fix merging of dividends/splits with prices #1069 #1086 #1102 - fix Yahoo returning latest price interval across 2 rows #1070 - optional: raise errors as exceptions: raise_errors=True #1104 - add proper unit tests #1069 0.1.81 ------ - Fix unhandled tz-cache exception #1107 0.1.80 ------ - Fix `download(ignore_tz=True)` for single ticker #1097 - Fix rare case of error "Cannot infer DST time" #1100 0.1.79 ------ - Fix when Yahoo returns price=NaNs on dividend day 0.1.78 ------ - Fix download() when different timezones #1085 0.1.77 ------ - Fix user experience bug #1078 0.1.75 ------ - Fixed datetime-related issues: #1048 - Add 'keepna' argument #1032 - Speedup Ticker() creation #1042 - Improve a bugfix #1033 0.1.74 ------ - Fixed bug introduced in 0.1.73 (sorry :/) 0.1.73 ------ - Merged several PR that fixed misc issues 0.1.72 ------ - Misc bugfixs 0.1.71 ------ - Added Tickers(…).news() - Return empty DF if YF missing earnings dates - Fix EPS % to 0->1 - Fix timezone handling - Fix handling of missing data - Clean&format earnings_dates table - Add ``.get_earnings_dates()`` to retrieve earnings calendar - Added ``.get_earnings_history()`` to fetch earnings data 0.1.70 ------ - Bug fixed - Closes #937 0.1.69 ------ - Bug fixed - #920 0.1.68 ------ - Upgraded requests dependency - Removed Python 3.5 support 0.1.67 ------ - Added legal disclaimers to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc. 0.1.66 ------ - Merged PR to allow yfinance to be pickled 0.1.65 ------ - Merged PRs to fix some bugs - Added lookup by ISIN ``utils.get_all_by_isin(...)``, ``utils.get_ticker_by_isin(...)``, ``utils.get_info_by_isin(...)``, ``utils.get_news_by_isin(...)`` - ``yf.Ticker``, ``yf.Tickers``, and ``yf.download`` will auto-detect ISINs and convert them to tickers - Propagating timeout parameter through code, setting request.get(timeout) - Adds ``Ticker.analysis`` and ``Ticker.get_analysis(...)`` 0.1.64 ------ - Merged PRs to fix some bugs - Added ``Ticker.stats()`` method - Added ``Ticker.news`` property - Providing topHoldings for ETFs - Replaceed drop duplicate prices with indexes - Added pre-market price to ``Ticker.info`` 0.1.63 ------ - Duplicates and missing rows cleanup 0.1.62 ------ - Added UserAgent to all requests (via ```utils.user_agent_headers```) 0.1.61 ------ - Switched to using ```query2.finance.yahoo.com```, which used HTTP/1.1 0.1.60 ------ - Gracefully fail on misc operations (options, auto/back adjustments, etc) - Added financial data to ```info()``` - Using session headers - Get price even if open price not available - Argument added for silencing error printing - Merged PRs to fix some bugs 0.1.59 ------ - Added custom requests session instance support in holders 0.1.58 ------ - Allow specifying a custom requests session instance 0.1.57 ------ - Added Conversion rate hint using 'financialCurrency' property in earnings - Add important try+catch statements - Fixed issue with 1 hour interval - Merged PRs to fix some bugs - Fixed issue with special characters in tickers 0.1.56 ------ - Updated numpy version - Merged PRs to fix some bugs 0.1.55 ------ - Fixed institutional investors and mutual fund holders issue (#459) - Fix for UTC timestamps in options chains (#429) 0.1.54 ------ - ISIN lookup working with intl. tickers 0.1.53 ------ - Added ``Ticker.isin`` + ``Ticker.get_isin(...)``. This is still experimental. Do not rely on it for production. - Bug fixed: holders were always returning results for MSFT 0.1.52 ------ - Improved JSON regex parsing 0.1.51 ------ - Added holdings data (``Ticker.major_holders`` and ``Ticker.institutional_holders``) - Added logo url to ``Ticker.info`` - Handling different date formats in fundamentals - Faster JSON parsing using regex - Trying to re-download JSON twice before giving up - Using ujson instead of json if installed - Fixed (more) ``ticker.info`` issues - Misc bugfixes 0.1.50 ------ - Fixed ``ticker.info`` issues - Handle sustainability index error - Added test script based on @GregoryMorse's pull request 0.1.49 ------ - Fixed ``elementwise comparison`` warning 0.1.48 ------ - Fixed issues related to non-publicly traded tickers (crypto, currency, etc) 0.1.47 ------ - Fixed options-related bug that was caused by code refactoring 0.1.46 ------ - Rerwote all fundamental-related methods, which now support quarterly financials, cashflow, balance sheets, and earnings, analysts recommendations, and earnings calendar data - Code refactoring 0.1.45 ------ - Added sustainability data/error handling for ETF/MF (by GregoryMorse) - Avoid rounding the values retrieved from Yahoo by default (by aglebov) - Added 'rename=True' for the namedtuple (raffieeey) 0.1.44 ------ - Improved ``Tickers`` module (see https://github.com/ranaroussi/yfinance/issues/86) - Misc bugfixes 0.1.43 ------ - Bugfixes 0.1.42 ------ - Fix data realignment when Yahoo returns with missing/malform data 0.1.41 ------ - Added methods for downloading option chain 0.1.40 ------ - Fixed issue related to threads when downloading many symbols - Fix issue relared to missing data 0.1.39 ------ - Added ``Ticker('XXX').financials``, ``Ticker('XXX').balance_sheet``, and ``Ticker('XXX').cashflow`` - Proxy can be used when downloading actions 0.1.38 ------ - Making sure tickers are always uppercase - Added Tickers to ``__all__`` - Updated readme to reflect current library structure 0.1.37 ------ - Overriding old ``pandas_datareader.data.DataReader`` when calling ``pdr_override()`` - ``Tickers()`` returns a named tuple of ``Ticker()`` objects 0.1.36 ------ - Package renamed to ``yfinance`` - Added option to specify proxy server 0.1.35 ------ - Updated requirements 0.1.34 ------ - Intercept yahoo "site down" message - Better period handling - Threading is True by default 0.1.33 ------ - Better error handling 0.1.32 ------ - Better error handling - Updated min. versions for requirements 0.1.31 ------ - Include ticker in error message if error is raised 0.1.30 ------ - Fixed Yahoo!'s 30m bars being returned as 60m/15m 0.1.29 ------ - Fixed issue with Pandas "DataFrame constructor not properly called!" - If ``threads`` is set to True, it will default to number of tickers (max = @ of CPU cores) 0.1.28 ------ - Threading defaults to ``False`` 0.1.27 ------ - Threading is back :) 0.1.26 ------ - Fixed weird bug with Yahoo!, which is returning 60m interval when requesting for 30m interval, by requesting 15m interval and resampling the returned data - ``Ticker.history()`` auto-adjusts data by default 0.1.21 - 0.1.25 ------ - Bugfixs 0.1.2 ------ - Round prices based on metadata decimals 0.1.1 ------ - Setting Volume colume as np.int64 dtype to avoid integer overflow on Windows 0.1.0 ------- - Works with v8 API - Introduced Ticker module - Complete re-write of the entire code - Skipped a bunch of version :) 0.0.22 ------- - Deprecated Panel support 0.0.21 ------- - Code cleanup 0.0.20 ------- - Fixed issue with progress bar (issue #42) 0.0.19 ------- - Misc bugfixes 0.0.18 ------- - Minor Bugfixes - Added deprecation warning for future versions regarding auto-overriding pandas_datareader 0.0.17 ------- - Handles duplicate index 0.0.16 ------- - Progress bar bugfix 0.0.15 ------- - Bugfix (closing issue #11) 0.0.14 ------- - Added support for Python 2.7 - Confirming valid data returned before adding it to ``_DFS_`` 0.0.13 ------- - Removed debugging code 0.0.12 ------- - Minor bug fix (closing #6) 0.0.11 ------- - Downloads ONLY dividend and stock splits data using ``actions='only'``) 0.0.10 ------- - Downloads dividend and stock splits data (use ``actions=True``) 0.0.9 ------- - Add ``threads`` parameter to ``download()`` (# of threads to use) 0.0.8 ------- - 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 using ``progress=False``) 0.0.7 ------- - ``pandas_datareader`` is optional (can be called via ``download()`` or via ``pdr.get_data_yahoo()``) - Tries to re-fetch Yahoo cookie in case of timeout/error 0.0.6 ------- - Forcing index to be of datetime type 0.0.5 ------- - Works using ``requests`` = no need for Selenium, PyVirtualDisplay, or Chrome Driver 0.0.4 ------- - Removed ALL debugging code :) 0.0.3 ------- - Removed debugging code 0.0.2 ------- - Option to explicitly specify the location of the Chrome driver 0.0.1 ------- - Initial release (alpha) ================================================ FILE: CODE_OF_CONDUCT.md ================================================ # 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 ================================================ FILE: CONTRIBUTING.md ================================================ # 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. ================================================ FILE: LICENSE.txt ================================================ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================ FILE: MANIFEST.in ================================================ # Include the license file include LICENSE.txt # Include the data files recursive-include data * ================================================ FILE: README.md ================================================ # Download market data from Yahoo! Finance's API Python version PyPi version PyPi status PyPi downloads Star this repo Follow me on twitter ranaroussi%2Fyfinance | Trendshift **yfinance** offers a Pythonic way to fetch financial & market data from [Yahoo!Ⓡ finance](https://finance.yahoo.com). --- > [!IMPORTANT] > **Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of Yahoo, Inc.** > > yfinance is **not** affiliated, endorsed, or vetted by Yahoo, Inc. It's an open-source tool that uses Yahoo's publicly available APIs, and is intended for research and educational purposes. > > **You should refer to Yahoo!'s terms of use** ([here](https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm), [here](https://legal.yahoo.com/us/en/yahoo/terms/otos/index.html), and [here](https://policies.yahoo.com/us/en/yahoo/terms/index.htm)) **for details on your rights to use the actual data downloaded. > > Remember - the Yahoo! finance API is intended for personal use only.** --- > [!TIP] > THE NEW DOCUMENTATION WEBSITE IS NOW LIVE! 🤘 > > Visit [**ranaroussi.github.io/yfinance**](https://ranaroussi.github.io/yfinance) --- ## Main components - `Ticker`: single ticker data - `Tickers`: multiple tickers' data - `download`: download market data for multiple tickers - `Market`: get information about a market - `WebSocket` and `AsyncWebSocket`: live streaming data - `Search`: quotes and news from search - `Sector` and `Industry`: sector and industry information - `EquityQuery` and `Screener`: build query to screen market ## Installation Install `yfinance` from PYPI using `pip`: ``` {.sourceCode .bash} $ pip install 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) --- ![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](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 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. --- ### P.S. Please drop me a note with any feedback you have. **Ran Aroussi** ================================================ FILE: doc/Makefile ================================================ # 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) ================================================ FILE: doc/make.bat ================================================ @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 ================================================ FILE: doc/source/_static/yfinance.css ================================================ /* Hide the "Section Navigation" title */ p.bd-links__title { display: none; } ================================================ FILE: doc/source/_templates/autosummary/class.rst ================================================ :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 %} ================================================ FILE: doc/source/advanced/caching.rst ================================================ Caching ======= Persistent Cache ---------------- To reduce Yahoo, yfinance store some data locally: timezones to localize dates, and cookie. Cache location is: - Windows = C:/Users/\/AppData/Local/py-yfinance - Linux = /home/\/.cache/py-yfinance - MacOS = /Users/\/Library/Caches/py-yfinance You can direct cache to use a different location with :attr:`set_tz_cache_location `: .. code-block:: python import yfinance as yf yf.set_tz_cache_location("custom/cache/location") ================================================ FILE: doc/source/advanced/config.rst ================================================ ****** 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 ================================================ FILE: doc/source/advanced/index.rst ================================================ ======== Advanced ======== .. toctree:: :maxdepth: 2 logging config caching multi_level_columns price_repair ================================================ FILE: doc/source/advanced/logging.rst ================================================ 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.config.debug.logging = True ================================================ FILE: doc/source/advanced/multi_level_columns.rst ================================================ ************************ Multi-Level Column Index ************************ The following answer on Stack Overflow is for `How to deal with multi-level column names downloaded with yfinance? `_ - `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 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 ================================================ FILE: doc/source/advanced/price_repair.rst ================================================ ************ 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 ================================================ FILE: doc/source/conf.py ================================================ 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'] ================================================ FILE: doc/source/development/code.rst ================================================ **** 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 `_ - **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 `_ 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 `_. Running a branch ---------------- Please see `this page `_. 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 `_ .. code-block:: bash git rebase -i HEAD~2 git push --force-with-lease origin {your branch} ================================================ FILE: doc/source/development/documentation.rst ================================================ ************* 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. ================================================ FILE: doc/source/development/index.rst ================================================ =========== 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 ================================================ FILE: doc/source/development/running.rst ================================================ 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: `` If output looks like this then you did step 2 wrong `` ================================================ FILE: doc/source/development/testing.rst ================================================ Unit Tests ---------- Tests are written using Python'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 `_ for more information. ================================================ FILE: doc/source/index.rst ================================================ 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 `__), (`here `__), and (`here `__) 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 ================================================ FILE: doc/source/reference/examples/calendars.py ================================================ 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()] ================================================ FILE: doc/source/reference/examples/download.py ================================================ import yfinance as yf data = yf.download("SPY AAPL", period="1mo") ================================================ FILE: doc/source/reference/examples/funds_data.py ================================================ 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 ================================================ FILE: doc/source/reference/examples/live_async.py ================================================ 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()) ================================================ FILE: doc/source/reference/examples/live_sync.py ================================================ 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) ================================================ FILE: doc/source/reference/examples/lookup.py ================================================ 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) ================================================ FILE: doc/source/reference/examples/market.py ================================================ import yfinance as yf EUROPE = yf.Market("EUROPE") status = EUROPE.status summary = EUROPE.summary ================================================ FILE: doc/source/reference/examples/proxy.py ================================================ 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") ... ================================================ FILE: doc/source/reference/examples/search.py ================================================ 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 ================================================ FILE: doc/source/reference/examples/sector_industry.py ================================================ 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 ================================================ FILE: doc/source/reference/examples/sector_industry_ticker.py ================================================ 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() ================================================ FILE: doc/source/reference/examples/ticker.py ================================================ 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() ================================================ FILE: doc/source/reference/examples/tickers.py ================================================ 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() ================================================ FILE: doc/source/reference/index.rst ================================================ ============= 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 `: Class for accessing single ticker data. - :attr:`Tickers `: Class for handling multiple tickers. - :attr:`Market `: Class for accessing market summary. - :attr:`Calendars `: Class for accessing calendar events data. - :attr:`download `: Function to download market data for multiple tickers. - :attr:`Search `: Class for accessing search results. - :attr:`Lookup `: Class for looking up tickers. - :class:`WebSocket `: Class for synchronously streaming live market data. - :class:`AsyncWebSocket `: Class for asynchronously streaming live market data. - :attr:`Sector `: Domain class for accessing sector information. - :attr:`Industry `: Domain class for accessing industry information. - :attr:`EquityQuery `: Class to build equity query filters. - :attr:`FundQuery `: Class to build fund query filters. - :attr:`screen `: Run equity/fund queries. - :attr:`config.debug.logging `: Enable verbose debug logging (``yf.config.debug.logging = True``). - :attr:`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 ================================================ FILE: doc/source/reference/yfinance.analysis.rst ================================================ =================== 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 ================================================ FILE: doc/source/reference/yfinance.calendars.rst ================================================ ===================== 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 ================================================ FILE: doc/source/reference/yfinance.financials.rst ================================================ ========== 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 ================================================ FILE: doc/source/reference/yfinance.functions.rst ================================================ ========================= 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 ================================================ FILE: doc/source/reference/yfinance.funds_data.rst ================================================ ==================== `FundsData` class ==================== .. currentmodule:: yfinance.scrapers.funds .. autosummary:: :toctree: api/ :recursive: FundsData ================================================ FILE: doc/source/reference/yfinance.market.rst ================================================ ===================== 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 ================================================ FILE: doc/source/reference/yfinance.price_history.rst ================================================ ==================== `PriceHistory` class ==================== .. currentmodule:: yfinance.scrapers.history .. autoclass:: PriceHistory :members: :undoc-members: ================================================ FILE: doc/source/reference/yfinance.screener.rst ================================================ ========================= 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 ` supported operand values for query :attr:`EquityQuery.valid_values ` supported `EQ query operand parameters` :attr:`FundQuery.valid_fields ` supported operand values for query :attr:`FundQuery.valid_values ` supported `EQ query operand parameters` ================================================ FILE: doc/source/reference/yfinance.search.rst ================================================ ===================== 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 ================================================ FILE: doc/source/reference/yfinance.sector_industry.rst ================================================ ======================= 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 ` 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 ================================================ FILE: doc/source/reference/yfinance.stock.rst ================================================ ===== 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 ================================================ FILE: doc/source/reference/yfinance.ticker_tickers.rst ================================================ ===================== 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 ================================================ FILE: doc/source/reference/yfinance.websocket.rst ================================================ ===================== 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() ================================================ FILE: meta.yaml ================================================ {% set name = "yfinance" %} {% set version = "1.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: "207da19e87792bf742d2744eee2fe18169853c1b82cfe14a9a7cfb8d05f09137" build: noarch: python number: 0 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.31 - multitasking >=0.0.7 - lxml >=4.9.1 - platformdirs >=2.0.0 - pytz >=2022.5 - frozendict >=2.3.4 - beautifulsoup4 >=4.11.1 - html5lib >=1.1 - curl_cffi >=0.7,<0.14 - peewee >=3.16.2 - pip - python run: - pandas >=1.3.0 - numpy >=1.16.5 - requests >=2.31 - multitasking >=0.0.7 - lxml >=4.9.1 - platformdirs >=2.0.0 - pytz >=2022.5 - frozendict >=2.3.4 - beautifulsoup4 >=4.11.1 - html5lib >=1.1 - curl_cffi >=0.7,<0.14 - peewee >=3.16.2 - python test: imports: - yfinance about: home: "https://github.com/ranaroussi/yfinance" license: "Apache Software" license_family: "APACHE" license_file: "" summary: "Yahoo! Finance market data downloader" description: doc_url: "https://github.com/ranaroussi/yfinance" dev_url: "https://pypi.python.org/pypi/yfinance" doc_source_url: https://github.com/ranaroussi/yfinance/blob/master/README.rst extra: recipe-maintainers: - ranaroussi ================================================ FILE: pyrightconfig.json ================================================ { "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" } ================================================ FILE: requirements.txt ================================================ pandas>=1.3.0 numpy>=1.16.5 requests>=2.31 multitasking>=0.0.7 platformdirs>=2.0.0 pytz>=2022.5 frozendict>=2.3.4 beautifulsoup4>=4.11.1 peewee>=3.16.2 requests_cache>=1.0 requests_ratelimiter>=0.3.1 scipy>=1.6.3 # curl_cffi 0.14 has major problems, see their Github curl_cffi>=0.7,<0.14 protobuf>=3.19.0 websockets>=13.0 ================================================ FILE: setup.cfg ================================================ [bdist_wheel] # This flag says that the code is written to work on both Python 2 and Python # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=1 ================================================ FILE: setup.py ================================================ #!/usr/bin/env python # -*- coding: UTF-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance """yfinance - market data downloader""" from setuptools import setup, find_packages # from codecs import open import io from os import path # --- get version --- version = "unknown" with open("yfinance/version.py") as f: line = f.read().strip() version = line.replace("version = ", "").replace('"', '') # --- /get version --- here = path.abspath(path.dirname(__file__)) # Get the long description from the README file with io.open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup( name='yfinance', version=version, description='Download market data from Yahoo! Finance API', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/ranaroussi/yfinance', author='Ran Aroussi', author_email='ran@aroussi.com', license='Apache', classifiers=[ 'License :: OSI Approved :: Apache Software License', # 'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta', # 'Development Status :: 5 - Production/Stable', 'Operating System :: OS Independent', 'Intended Audience :: Developers', 'Topic :: Office/Business :: Financial', 'Topic :: Office/Business :: Financial :: Investment', 'Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', ], platforms=['any'], keywords='pandas, yahoo finance, pandas datareader', packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']), # curl_cffi 0.14 has major problems, see their Github install_requires=['pandas>=1.3.0', 'numpy>=1.16.5', 'requests>=2.31', 'multitasking>=0.0.7', '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', ], }, ) print(""" NOTE: yfinance is not affiliated, endorsed, or vetted by Yahoo, Inc. You should refer to Yahoo!'s terms of use for details on your rights to use the actual data downloaded.""") ================================================ FILE: tests/__init__.py ================================================ ================================================ FILE: tests/context.py ================================================ # -*- 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) # 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)), # ) ================================================ FILE: tests/data/1398-HK-1d-bad-div-fixed.csv ================================================ 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 ================================================ FILE: tests/data/1398-HK-1d-bad-div.csv ================================================ 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 ================================================ FILE: tests/data/3988-HK-1d-bad-div-fixed.csv ================================================ 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 ================================================ FILE: tests/data/3988-HK-1d-bad-div.csv ================================================ 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 ================================================ FILE: tests/data/4063-T-1d-bad-div-fixed.csv ================================================ 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 ================================================ FILE: tests/data/4063-T-1d-bad-div.csv ================================================ 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 ================================================ FILE: tests/data/4063-T-1d-bad-stock-split-fixed.csv ================================================ 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 ================================================ FILE: tests/data/4063-T-1d-bad-stock-split.csv ================================================ 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 ================================================ FILE: tests/data/8TRA-DE-1d-missing-div-adjust-fixed.csv ================================================ 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 ================================================ FILE: tests/data/8TRA-DE-1d-missing-div-adjust.csv ================================================ 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 ================================================ FILE: tests/data/ABDP-L-1d-bad-div-fixed.csv ================================================ 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 ================================================ FILE: tests/data/ABDP-L-1d-bad-div.csv ================================================ 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 ================================================ FILE: tests/data/ADIG-L-1d-bad-div-fixed.csv ================================================ 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 ================================================ FILE: tests/data/ADIG-L-1d-bad-div.csv ================================================ 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 ================================================ FILE: tests/data/AET-L-1d-100x-error-fixed.csv ================================================ 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 ================================================ FILE: tests/data/AET-L-1d-100x-error.csv ================================================ 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 ================================================ FILE: tests/data/ALPHA-PA-1d-bad-stock-split-fixed.csv ================================================ 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 ================================================ FILE: tests/data/ALPHA-PA-1d-bad-stock-split.csv ================================================ 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 ================================================ FILE: tests/data/AV-L-1wk-bad-stock-split-fixed.csv ================================================ 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 ================================================ FILE: tests/data/AV-L-1wk-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2021-12-13 00:00:00+00:00,518.4210205078125,535.0,515.0,530.1314697265625,383.20037841796875,47663221,0.0,0.0 2021-12-20 00:00:00+00:00,518.4210205078125,542.368408203125,516.4512939453125,539.3421020507812,389.85821533203125,35413455,0.0,0.0 2021-12-27 00:00:00+00:00,539.3421020507812,548.0933837890625,537.351318359375,540.0,390.333740234375,8222047,0.0,0.0 2022-01-03 00:00:00+00:00,540.0,568.6842041015625,540.0,568.5526123046875,410.97271728515625,33764769,0.0,0.0 2022-01-10 00:00:00+00:00,567.5,577.8947143554688,564.605224609375,573.815673828125,414.7771301269531,22109464,0.0,0.0 2022-01-17 00:00:00+00:00,576.315673828125,585.7894287109375,561.8421020507812,568.4210205078125,410.8776550292969,33278387,0.0,0.0 2022-01-24 00:00:00+00:00,565.9210205078125,580.2631225585938,553.9473266601562,570.3947143554688,412.30426025390625,44450345,0.0,0.0 2022-01-31 00:00:00+00:00,573.9473266601562,582.9605102539062,568.5526123046875,572.6314697265625,413.9211120605469,32935213,0.0,0.0 2022-02-07 00:00:00+00:00,576.1842041015625,590.5263061523438,573.7526245117188,584.73681640625,422.67132568359375,30129487,0.0,0.0 2022-02-14 00:00:00+00:00,575.9210205078125,581.5789184570312,561.4473266601562,568.6842041015625,411.0678405761719,37979247,0.0,0.0 2022-02-21 00:00:00+00:00,573.0263061523438,576.9434204101562,537.23681640625,557.105224609375,402.6981201171875,49946893,0.0,0.0 2022-02-28 00:00:00+00:00,546.1842041015625,563.1577758789062,508.1578063964844,508.9472961425781,367.8876037597656,71484032,4.1875,0.0 2022-03-07 00:00:00+00:00,493.4209899902344,549.0789184570312,475.1341857910156,538.9473266601562,392.617431640625,54164517,0.0,0.0 2022-03-14 00:00:00+00:00,543.5526123046875,561.4473266601562,538.0263061523438,555.7894287109375,404.8867492675781,42128265,0.0,0.0 2022-03-21 00:00:00+00:00,556.1842041015625,582.5,555.7894287109375,576.0526123046875,419.6482849121094,30321228,0.0,0.0 2022-03-28 00:00:00+01:00,582.23681640625,606.5789184570312,579.0762939453125,585.0,426.16632080078125,42874272,0.0,0.0 2022-04-04 00:00:00+01:00,578.5526123046875,586.0526123046875,555.2631225585938,560.2631225585938,408.14581298828125,37556036,19.342106,0.0 2022-04-11 00:00:00+01:00,559.73681640625,573.1577758789062,553.6842041015625,571.4473266601562,430.5413513183594,22705062,0.0,0.0 2022-04-18 00:00:00+01:00,571.4473266601562,589.2105102539062,570.5263061523438,576.0526123046875,434.0110778808594,37459087,0.0,0.0 2022-04-25 00:00:00+01:00,566.7105102539062,577.368408203125,557.8947143554688,570.1314697265625,429.5499572753906,33939150,0.0,0.0 2022-05-02 00:00:00+01:00,570.1314697265625,593.4210205078125,545.3947143554688,545.9210205078125,411.3092346191406,22449007,0.0,0.0 2022-05-09 00:00:00+01:00,543.6842041015625,549.2763061523438,484.5827941894531,537.105224609375,404.667236328125,56232105,0.0,0.0 2022-05-16 00:00:00+01:00,384.0,423.6000061035156,384.0,412.1000061035156,310.4854736328125,81938261,101.69,0.76 2022-05-23 00:00:00+01:00,416.1000061035156,442.3999938964844,341.9150085449219,440.8999938964844,409.7646789550781,45432941,0.0,0.0 2022-05-30 00:00:00+01:00,442.70001220703125,444.20001220703125,426.6000061035156,428.70001220703125,398.4262390136719,37906659,0.0,0.0 2022-06-06 00:00:00+01:00,425.29998779296875,434.010009765625,405.20001220703125,405.3999938964844,376.7716064453125,40648810,0.0,0.0 2022-06-13 00:00:00+01:00,402.5,420.0,399.79998779296875,411.20001220703125,382.16204833984375,74196958,0.0,0.0 2022-06-20 00:00:00+01:00,412.5,421.8999938964844,398.3999938964844,411.5,382.4408264160156,28679717,0.0,0.0 2022-06-27 00:00:00+01:00,413.1000061035156,422.3999938964844,397.3999938964844,401.6000061035156,373.2399597167969,35468994,0.0,0.0 2022-07-04 00:00:00+01:00,405.3999938964844,406.6000061035156,382.29998779296875,401.29998779296875,372.96112060546875,35304748,0.0,0.0 2022-07-11 00:00:00+01:00,394.79998779296875,405.8500061035156,383.3999938964844,396.6000061035156,368.5930480957031,42308459,0.0,0.0 2022-07-18 00:00:00+01:00,392.5,399.70001220703125,384.79998779296875,391.70001220703125,364.0390930175781,36656839,0.0,0.0 2022-07-25 00:00:00+01:00,392.20001220703125,400.79998779296875,388.70001220703125,396.0,368.0354309082031,33124660,0.0,0.0 2022-08-01 00:00:00+01:00,396.3999938964844,405.5,390.4150085449219,402.0,373.6117248535156,21753121,0.0,0.0 2022-08-08 00:00:00+01:00,406.6000061035156,473.70001220703125,403.29998779296875,467.8999938964844,434.8580322265625,59155709,0.0,0.0 2022-08-15 00:00:00+01:00,468.1000061035156,470.5,434.0,437.0,406.1401062011719,36989620,10.3,0.0 2022-08-22 00:00:00+01:00,436.1000061035156,436.8699951171875,419.29998779296875,420.5,399.7803039550781,36492572,0.0,0.0 2022-08-29 00:00:00+01:00,420.5,426.6000061035156,408.6000061035156,426.6000061035156,405.5797424316406,29573657,0.0,0.0 2022-09-05 00:00:00+01:00,418.5,444.4169921875,416.1000061035156,443.1000061035156,421.2667236328125,34375126,0.0,0.0 2022-09-12 00:00:00+01:00,444.6499938964844,448.8999938964844,435.20001220703125,440.1000061035156,418.4145202636719,39085960,0.0,0.0 2022-09-19 00:00:00+01:00,440.1000061035156,447.20001220703125,419.29998779296875,422.8999938964844,402.0620422363281,27982081,0.0,0.0 2022-09-26 00:00:00+01:00,421.20001220703125,421.20001220703125,373.31201171875,388.20001220703125,369.0718688964844,70408935,0.0,0.0 2022-10-03 00:00:00+01:00,382.8999938964844,409.875,380.5559997558594,400.70001220703125,380.9559326171875,37581751,0.0,0.0 2022-10-10 00:00:00+01:00,395.79998779296875,404.4700012207031,366.70001220703125,394.29998779296875,374.87127685546875,52952323,0.0,0.0 2022-10-17 00:00:00+01:00,394.29998779296875,414.79998779296875,393.0,406.5,386.4701232910156,26441475,0.0,0.0 2022-10-24 00:00:00+01:00,407.1000061035156,418.2279968261719,407.1000061035156,413.29998779296875,392.93505859375,26239756,0.0,0.0 2022-10-31 00:00:00+00:00,413.8999938964844,430.20001220703125,412.0,429.29998779296875,408.14666748046875,23168047,0.0,0.0 2022-11-07 00:00:00+00:00,427.29998779296875,445.8999938964844,420.6520080566406,438.3999938964844,416.79827880859375,36709117,0.0,0.0 2022-11-14 00:00:00+00:00,438.29998779296875,458.489990234375,435.0,455.1000061035156,432.6754150390625,29106506,0.0,0.0 2022-11-21 00:00:00+00:00,454.3999938964844,461.0,450.0,456.6000061035156,434.10150146484375,21667730,0.0,0.0 2022-11-28 00:00:00+00:00,453.79998779296875,456.8999938964844,435.1000061035156,444.79998779296875,422.8829345703125,33326204,0.0,0.0 2022-12-05 00:00:00+00:00,442.8999938964844,450.25,441.29998779296875,448.0,425.9252624511719,29147089,0.0,0.0 2022-12-12 00:00:00+00:00,445.1000061035156,451.29998779296875,431.20001220703125,436.1000061035156,414.61163330078125,46593233,0.0,0.0 2022-12-19 00:00:00+00:00,436.0,452.6000061035156,433.6000061035156,444.0,422.1223449707031,20982140,0.0,0.0 2022-12-26 00:00:00+00:00,444.0,452.0580139160156,442.3999938964844,442.79998779296875,420.9814758300781,8249664,0.0,0.0 2023-01-02 00:00:00+00:00,445.8999938964844,458.1499938964844,443.29998779296875,456.0,433.53106689453125,28687622,0.0,0.0 2023-01-09 00:00:00+00:00,456.0,461.0660095214844,435.79998779296875,444.20001220703125,422.3125,39237336,0.0,0.0 2023-01-16 00:00:00+00:00,444.29998779296875,447.20001220703125,434.3999938964844,439.0,417.36871337890625,35267336,0.0,0.0 2023-01-23 00:00:00+00:00,440.0,459.29998779296875,439.5,457.3999938964844,434.8620910644531,37495012,0.0,0.0 2023-01-30 00:00:00+00:00,454.3999938964844,459.3999938964844,447.79998779296875,450.29998779296875,428.1119079589844,48879358,0.0,0.0 2023-02-06 00:00:00+00:00,448.0,449.20001220703125,436.29998779296875,440.0,418.3194580078125,38799772,0.0,0.0 2023-02-13 00:00:00+00:00,441.20001220703125,450.29998779296875,440.0,447.6000061035156,425.54498291015625,30251441,0.0,0.0 2023-02-20 00:00:00+00:00,448.5,450.79998779296875,434.29998779296875,440.0,418.3194580078125,26764528,0.0,0.0 2023-02-27 00:00:00+00:00,442.8999938964844,450.5,441.6080017089844,447.20001220703125,425.1647033691406,29895454,0.0,0.0 2023-03-06 00:00:00+00:00,447.3999938964844,467.29998779296875,443.1000061035156,449.70001220703125,427.54150390625,82322819,0.0,0.0 2023-03-13 00:00:00+00:00,450.0,451.4179992675781,400.68701171875,402.20001220703125,382.38201904296875,85158023,0.0,0.0 2023-03-20 00:00:00+00:00,396.20001220703125,425.3999938964844,383.4960021972656,408.29998779296875,388.1814270019531,60152666,0.0,0.0 2023-03-27 00:00:00+01:00,416.0,422.04998779296875,399.54998779296875,404.20001220703125,384.2834777832031,81534829,20.7,0.0 2023-04-03 00:00:00+01:00,405.0,434.1000061035156,404.3999938964844,417.1000061035156,417.1000061035156,43217151,0.0,0.0 2023-04-10 00:00:00+01:00,419.1000061035156,426.70001220703125,419.1000061035156,421.70001220703125,421.70001220703125,32435695,0.0,0.0 2023-04-17 00:00:00+01:00,423.70001220703125,427.635009765625,415.3999938964844,420.29998779296875,420.29998779296875,37715986,0.0,0.0 2023-04-24 00:00:00+01:00,418.1000061035156,423.0,415.29998779296875,423.0,423.0,34331974,0.0,0.0 2023-05-01 00:00:00+01:00,423.3999938964844,426.1000061035156,406.3999938964844,414.6000061035156,414.6000061035156,40446519,0.0,0.0 2023-05-08 00:00:00+01:00,414.6000061035156,419.1000061035156,408.0,412.70001220703125,412.70001220703125,36950836,0.0,0.0 2023-05-15 00:00:00+01:00,414.0,418.3999938964844,407.3999938964844,413.5,413.5,53109487,0.0,0.0 2023-05-22 00:00:00+01:00,413.6000061035156,424.0,394.70001220703125,401.29998779296875,401.29998779296875,64363368,0.0,0.0 2023-05-29 00:00:00+01:00,401.29998779296875,409.4779968261719,392.70001220703125,409.1000061035156,409.1000061035156,47587959,0.0,0.0 2023-06-05 00:00:00+01:00,406.29998779296875,410.70001220703125,400.1000061035156,400.8999938964844,400.8999938964844,22494985,0.0,0.0 2023-06-12 00:00:00+01:00,404.1000061035156,406.0,394.5,396.0,396.0,41531163,0.0,0.0 2023-06-19 00:00:00+01:00,394.0,399.8999938964844,380.7200012207031,386.20001220703125,386.20001220703125,40439880,0.0,0.0 2023-06-26 00:00:00+01:00,387.20001220703125,397.0,382.8999938964844,395.20001220703125,395.20001220703125,27701915,0.0,0.0 2023-07-03 00:00:00+01:00,396.5,399.79998779296875,380.1000061035156,381.79998779296875,381.79998779296875,26005305,0.0,0.0 2023-07-10 00:00:00+01:00,380.0,392.29998779296875,379.40399169921875,386.0,386.0,29789300,0.0,0.0 2023-07-17 00:00:00+01:00,385.0,389.5,384.2510070800781,387.1000061035156,387.1000061035156,0,0.0,0.0 ================================================ FILE: tests/data/CALM-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-03 00:00:00-05:00,37.029998779296875,37.7599983215332,36.31999969482422,37.70000076293945,32.6307373046875,707800,0.0,0.0 2022-01-04 00:00:00-05:00,37.66999816894531,38.86000061035156,37.400001525878906,38.4900016784668,33.314517974853516,624800,0.0,0.0 2022-01-05 00:00:00-05:00,38.47999954223633,39.349998474121094,38.369998931884766,38.7400016784668,33.5308952331543,496200,0.0,0.0 2022-01-06 00:00:00-05:00,38.79999923706055,39.13999938964844,38.650001525878906,38.779998779296875,33.565521240234375,266100,0.0,0.0 2022-01-07 00:00:00-05:00,38.939998626708984,39.41999816894531,38.65999984741211,38.880001068115234,33.652076721191406,452800,0.0,0.0 2022-01-10 00:00:00-05:00,38.86000061035156,40.130001068115234,38.79999923706055,40.060001373291016,34.67341232299805,386100,0.0,0.0 2022-01-11 00:00:00-05:00,39.90999984741211,40.470001220703125,39.63999938964844,39.88999938964844,34.52626419067383,381100,0.0,0.0 2022-01-12 00:00:00-05:00,39.779998779296875,39.779998779296875,39.04999923706055,39.09000015258789,33.83383560180664,349500,0.0,0.0 2022-01-13 00:00:00-05:00,39.099998474121094,40.15999984741211,39.02000045776367,39.90999984741211,34.543575286865234,261700,0.0,0.0 2022-01-14 00:00:00-05:00,39.93000030517578,41.439998626708984,39.72999954223633,41.130001068115234,35.59953308105469,380200,0.0,0.0 2022-01-18 00:00:00-05:00,40.83000183105469,42.040000915527344,40.47999954223633,41.79999923706055,36.179439544677734,374800,0.0,0.0 2022-01-19 00:00:00-05:00,41.709999084472656,42.400001525878906,41.41999816894531,42.0,36.35254669189453,406600,0.0,0.0 2022-01-20 00:00:00-05:00,41.88999938964844,42.150001525878906,41.0,41.06999969482422,35.54759216308594,309600,0.0,0.0 2022-01-21 00:00:00-05:00,41.22999954223633,41.790000915527344,40.66999816894531,40.869998931884766,35.37449264526367,315700,0.0,0.0 2022-01-24 00:00:00-05:00,40.70000076293945,41.16999816894531,39.5099983215332,40.06999969482422,34.68206024169922,392700,0.0,0.0 2022-01-25 00:00:00-05:00,39.90999984741211,40.11000061035156,39.20000076293945,39.720001220703125,34.37912368774414,204600,0.0,0.0 2022-01-26 00:00:00-05:00,39.5099983215332,39.93000030517578,38.97999954223633,39.130001068115234,33.86846160888672,231500,0.0,0.0 2022-01-27 00:00:00-05:00,39.06999969482422,39.459999084472656,38.33000183105469,38.79999923706055,33.582828521728516,393300,0.0,0.0 2022-01-28 00:00:00-05:00,38.7599983215332,39.470001220703125,38.25,39.43000030517578,34.128116607666016,261400,0.0,0.0 2022-01-31 00:00:00-05:00,39.369998931884766,39.369998931884766,38.29999923706055,39.0,33.75593566894531,455700,0.0,0.0 2022-02-01 00:00:00-05:00,39.0,39.720001220703125,38.66999816894531,39.16999816894531,33.903072357177734,405000,0.0,0.0 2022-02-02 00:00:00-05:00,39.25,39.810001373291016,39.099998474121094,39.630001068115234,34.30122375488281,298500,0.0,0.0 2022-02-03 00:00:00-05:00,39.689998626708984,40.06999969482422,39.54999923706055,39.95000076293945,34.57820129394531,893500,0.0,0.0 2022-02-04 00:00:00-05:00,39.939998626708984,41.33000183105469,39.36000061035156,41.2599983215332,35.71205139160156,844700,0.0,0.0 2022-02-07 00:00:00-05:00,41.33000183105469,42.189998626708984,40.81999969482422,41.959999084472656,36.317928314208984,445000,0.0,0.0 2022-02-08 00:00:00-05:00,41.7400016784668,42.88999938964844,41.529998779296875,42.83000183105469,37.070945739746094,467700,0.0,0.0 2022-02-09 00:00:00-05:00,42.9900016784668,43.04999923706055,41.79999923706055,41.970001220703125,36.326576232910156,350700,0.0,0.0 2022-02-10 00:00:00-05:00,41.880001068115234,43.04999923706055,41.61000061035156,41.88999938964844,36.257328033447266,478700,0.0,0.0 2022-02-11 00:00:00-05:00,41.9900016784668,43.08000183105469,41.88999938964844,42.86000061035156,37.09690856933594,530300,0.0,0.0 2022-02-14 00:00:00-05:00,42.70000076293945,42.84000015258789,42.33000183105469,42.5099983215332,36.79396438598633,669100,0.0,0.0 2022-02-15 00:00:00-05:00,42.529998779296875,43.20000076293945,42.130001068115234,42.75,37.00170135498047,300700,0.0,0.0 2022-02-16 00:00:00-05:00,42.650001525878906,42.869998931884766,41.880001068115234,42.2400016784668,36.56027603149414,282800,0.0,0.0 2022-02-17 00:00:00-05:00,41.9900016784668,42.900001525878906,41.810001373291016,42.630001068115234,36.89783477783203,323600,0.0,0.0 2022-02-18 00:00:00-05:00,42.5,43.099998474121094,42.15999984741211,42.709999084472656,36.96707534790039,687100,0.0,0.0 2022-02-22 00:00:00-05:00,42.79999923706055,43.36000061035156,42.150001525878906,43.18000030517578,37.37387466430664,454800,0.0,0.0 2022-02-23 00:00:00-05:00,43.5,44.310001373291016,43.439998626708984,44.189998626708984,38.248077392578125,375300,0.0,0.0 2022-02-24 00:00:00-05:00,43.650001525878906,44.099998474121094,43.02000045776367,43.65999984741211,37.78933334350586,357400,0.0,0.0 2022-02-25 00:00:00-05:00,43.79999923706055,44.959999084472656,43.619998931884766,44.15999984741211,38.22211456298828,392900,0.0,0.0 2022-02-28 00:00:00-05:00,44.09000015258789,44.63999938964844,43.79999923706055,44.27000045776367,38.31731414794922,309000,0.0,0.0 2022-03-01 00:00:00-05:00,44.310001373291016,44.72999954223633,43.97999954223633,44.290000915527344,38.33463668823242,465600,0.0,0.0 2022-03-02 00:00:00-05:00,44.310001373291016,44.880001068115234,44.290000915527344,44.529998779296875,38.542354583740234,474700,0.0,0.0 2022-03-03 00:00:00-05:00,44.52000045776367,45.0,43.97999954223633,44.599998474121094,38.60293960571289,476300,0.0,0.0 2022-03-04 00:00:00-05:00,44.369998931884766,45.2599983215332,44.2599983215332,45.08000183105469,39.01840591430664,524000,0.0,0.0 2022-03-07 00:00:00-05:00,45.08000183105469,45.59000015258789,44.470001220703125,44.72999954223633,38.7154655456543,680300,0.0,0.0 2022-03-08 00:00:00-05:00,44.79999923706055,44.91999816894531,43.540000915527344,44.0099983215332,38.09227752685547,401100,0.0,0.0 2022-03-09 00:00:00-05:00,44.349998474121094,44.63999938964844,43.5,43.66999816894531,37.79799270629883,345900,0.0,0.0 2022-03-10 00:00:00-05:00,43.470001220703125,44.630001068115234,43.470001220703125,43.70000076293945,37.82395935058594,354000,0.0,0.0 2022-03-11 00:00:00-05:00,43.70000076293945,44.0099983215332,43.08000183105469,43.349998474121094,37.52101135253906,331400,0.0,0.0 2022-03-14 00:00:00-04:00,43.56999969482422,45.779998779296875,43.41999816894531,45.650001525878906,39.511756896972656,561000,0.0,0.0 2022-03-15 00:00:00-04:00,45.68000030517578,47.72999954223633,45.380001068115234,46.959999084472656,40.645606994628906,912200,0.0,0.0 2022-03-16 00:00:00-04:00,46.939998626708984,48.25,45.08000183105469,48.209999084472656,41.7275276184082,747900,0.0,0.0 2022-03-17 00:00:00-04:00,48.54999923706055,50.75,48.2599983215332,49.54999923706055,42.88734817504883,1090700,0.0,0.0 2022-03-18 00:00:00-04:00,49.369998931884766,52.31999969482422,49.2599983215332,51.75,44.791534423828125,1257800,0.0,0.0 2022-03-21 00:00:00-04:00,52.029998779296875,52.79999923706055,49.83000183105469,49.959999084472656,43.242225646972656,748500,0.0,0.0 2022-03-22 00:00:00-04:00,50.08000183105469,50.779998779296875,49.54999923706055,49.779998779296875,43.08641815185547,603500,0.0,0.0 2022-03-23 00:00:00-04:00,49.63999938964844,50.47999954223633,49.02000045776367,49.72999954223633,43.043148040771484,511600,0.0,0.0 2022-03-24 00:00:00-04:00,50.029998779296875,50.720001220703125,49.54999923706055,50.0,43.2768440246582,587900,0.0,0.0 2022-03-25 00:00:00-04:00,50.189998626708984,50.529998779296875,49.630001068115234,50.27000045776367,43.510528564453125,545900,0.0,0.0 2022-03-28 00:00:00-04:00,50.11000061035156,51.36000061035156,50.11000061035156,51.25,44.3587646484375,843700,0.0,0.0 2022-03-29 00:00:00-04:00,51.15999984741211,52.400001525878906,50.779998779296875,51.959999084472656,44.973289489746094,989800,0.0,0.0 2022-03-30 00:00:00-04:00,53.849998474121094,57.0,52.54999923706055,52.77000045776367,45.67437744140625,2130800,0.0,0.0 2022-03-31 00:00:00-04:00,52.88999938964844,55.709999084472656,51.91999816894531,55.220001220703125,47.794944763183594,1515400,0.0,0.0 2022-04-01 00:00:00-04:00,55.79999923706055,58.70000076293945,55.33000183105469,58.70000076293945,50.807010650634766,1356600,0.0,0.0 2022-04-04 00:00:00-04:00,58.880001068115234,59.810001373291016,58.18000030517578,59.220001220703125,51.2570915222168,1330100,0.0,0.0 2022-04-05 00:00:00-04:00,59.209999084472656,59.95000076293945,57.25,57.369998931884766,49.65584945678711,855300,0.0,0.0 2022-04-06 00:00:00-04:00,57.38999938964844,58.459999084472656,56.75,57.88999938964844,50.105926513671875,871000,0.0,0.0 2022-04-07 00:00:00-04:00,57.86000061035156,58.2599983215332,56.540000915527344,56.61000061035156,48.9980354309082,640000,0.0,0.0 2022-04-08 00:00:00-04:00,56.61000061035156,57.099998474121094,55.47999954223633,55.72999954223633,48.23636245727539,797200,0.0,0.0 2022-04-11 00:00:00-04:00,56.79999923706055,56.970001220703125,55.79999923706055,56.02000045776367,48.48737335205078,896200,0.0,0.0 2022-04-12 00:00:00-04:00,55.97999954223633,56.56999969482422,54.869998931884766,55.31999969482422,47.88150405883789,927700,0.0,0.0 2022-04-13 00:00:00-04:00,55.47999954223633,56.43000030517578,53.16999816894531,53.20000076293945,46.04656219482422,1232900,0.0,0.0 2022-04-14 00:00:00-04:00,53.599998474121094,55.20000076293945,52.79999923706055,54.36000061035156,47.05057907104492,1591300,0.0,0.0 2022-04-18 00:00:00-04:00,54.36000061035156,55.0,53.029998779296875,53.939998626708984,46.68705368041992,738200,0.0,0.0 2022-04-19 00:00:00-04:00,54.290000915527344,55.689998626708984,53.7599983215332,55.5,48.037296295166016,1235100,0.0,0.0 2022-04-20 00:00:00-04:00,55.70000076293945,57.380001068115234,55.45000076293945,56.349998474121094,48.77299499511719,808400,0.0,0.0 2022-04-21 00:00:00-04:00,56.459999084472656,57.81999969482422,56.18000030517578,56.38999938964844,48.807621002197266,949300,0.0,0.0 2022-04-22 00:00:00-04:00,56.27000045776367,57.939998626708984,56.27000045776367,56.52000045776367,48.92014694213867,933000,0.0,0.0 2022-04-25 00:00:00-04:00,56.52000045776367,56.68000030517578,54.08000183105469,54.43000030517578,47.111167907714844,681900,0.0,0.0 2022-04-26 00:00:00-04:00,54.22999954223633,54.869998931884766,53.45000076293945,53.47999954223633,46.39545440673828,856700,0.125,0.0 2022-04-27 00:00:00-04:00,53.5,55.0,53.38999938964844,54.279998779296875,47.0894775390625,772800,0.0,0.0 2022-04-28 00:00:00-04:00,54.279998779296875,55.25,53.900001525878906,55.220001220703125,47.90495300292969,390100,0.0,0.0 2022-04-29 00:00:00-04:00,55.279998779296875,55.43000030517578,53.61000061035156,53.72999954223633,46.612335205078125,676100,0.0,0.0 2022-05-02 00:00:00-04:00,53.72999954223633,54.439998626708984,53.209999084472656,53.849998474121094,46.71644592285156,2023700,0.0,0.0 2022-05-03 00:00:00-04:00,53.790000915527344,54.63999938964844,53.369998931884766,54.439998626708984,47.22827911376953,622200,0.0,0.0 2022-05-04 00:00:00-04:00,54.45000076293945,55.650001525878906,54.25,55.25,47.93098068237305,494500,0.0,0.0 2022-05-05 00:00:00-04:00,54.939998626708984,54.939998626708984,53.40999984741211,53.7599983215332,46.63836669921875,993600,0.0,0.0 2022-05-06 00:00:00-04:00,53.56999969482422,54.220001220703125,52.119998931884766,52.150001525878906,45.24164581298828,688300,0.0,0.0 2022-05-09 00:00:00-04:00,52.0,52.380001068115234,50.25,50.560001373291016,43.86227798461914,920200,0.0,0.0 2022-05-10 00:00:00-04:00,50.91999816894531,52.0,50.369998931884766,50.95000076293945,44.20061111450195,887300,0.0,0.0 2022-05-11 00:00:00-04:00,51.11000061035156,51.470001220703125,50.599998474121094,51.29999923706055,44.50423812866211,646900,0.0,0.0 2022-05-12 00:00:00-04:00,51.349998474121094,51.75,50.689998626708984,51.0099983215332,44.252662658691406,795300,0.0,0.0 2022-05-13 00:00:00-04:00,51.220001220703125,51.95000076293945,50.400001525878906,50.66999816894531,43.95769500732422,1464500,0.0,0.0 2022-05-16 00:00:00-04:00,50.790000915527344,50.810001373291016,47.459999084472656,47.810001373291016,41.47657012939453,1016900,0.0,0.0 2022-05-17 00:00:00-04:00,48.20000076293945,49.029998779296875,48.06999969482422,48.31999969482422,41.91900634765625,1470300,0.0,0.0 2022-05-18 00:00:00-04:00,48.150001525878906,48.45000076293945,44.900001525878906,45.77000045776367,39.706809997558594,1440400,0.0,0.0 2022-05-19 00:00:00-04:00,45.540000915527344,47.0,45.290000915527344,46.16999816894531,40.05381774902344,720300,0.0,0.0 2022-05-20 00:00:00-04:00,46.5,46.68000030517578,45.54999923706055,46.119998931884766,40.01044464111328,560400,0.0,0.0 2022-05-23 00:00:00-04:00,46.18000030517578,46.880001068115234,45.70000076293945,45.939998626708984,39.85428237915039,624300,0.0,0.0 2022-05-24 00:00:00-04:00,45.709999084472656,46.369998931884766,44.81999969482422,45.2599983215332,39.264366149902344,489800,0.0,0.0 2022-05-25 00:00:00-04:00,45.150001525878906,46.18000030517578,45.150001525878906,45.959999084472656,39.87164306640625,446700,0.0,0.0 2022-05-26 00:00:00-04:00,45.9900016784668,46.959999084472656,45.869998931884766,46.88999938964844,40.678436279296875,457100,0.0,0.0 2022-05-27 00:00:00-04:00,47.04999923706055,48.31999969482422,47.04999923706055,48.15999984741211,41.78019714355469,574800,0.0,0.0 2022-05-31 00:00:00-04:00,48.209999084472656,48.540000915527344,47.619998931884766,47.72999954223633,41.40716552734375,473500,0.0,0.0 2022-06-01 00:00:00-04:00,47.9900016784668,47.9900016784668,46.61000061035156,47.34000015258789,41.06882858276367,425700,0.0,0.0 2022-06-02 00:00:00-04:00,47.849998474121094,48.36000061035156,46.79999923706055,48.20000076293945,41.814903259277344,312400,0.0,0.0 2022-06-03 00:00:00-04:00,48.130001068115234,48.130001068115234,46.849998474121094,47.040000915527344,40.80856704711914,247200,0.0,0.0 2022-06-06 00:00:00-04:00,47.040000915527344,47.06999969482422,46.08000183105469,46.5,40.34010314941406,347400,0.0,0.0 2022-06-07 00:00:00-04:00,46.220001220703125,46.709999084472656,46.099998474121094,46.36000061035156,40.21864700317383,189700,0.0,0.0 2022-06-08 00:00:00-04:00,46.11000061035156,46.54999923706055,45.630001068115234,46.22999954223633,40.10586929321289,387500,0.0,0.0 2022-06-09 00:00:00-04:00,46.369998931884766,46.599998474121094,44.560001373291016,44.650001525878906,38.73517990112305,342500,0.0,0.0 2022-06-10 00:00:00-04:00,44.56999969482422,45.290000915527344,43.959999084472656,45.06999969482422,39.09953689575195,377700,0.0,0.0 2022-06-13 00:00:00-04:00,44.41999816894531,44.939998626708984,44.20000076293945,44.7599983215332,38.83060073852539,521600,0.0,0.0 2022-06-14 00:00:00-04:00,44.779998779296875,45.779998779296875,44.2400016784668,45.7400016784668,39.68077850341797,582000,0.0,0.0 2022-06-15 00:00:00-04:00,45.66999816894531,46.20000076293945,44.88999938964844,45.150001525878906,39.16893768310547,508200,0.0,0.0 2022-06-16 00:00:00-04:00,44.79999923706055,47.70000076293945,44.7599983215332,46.91999816894531,40.70446014404297,842000,0.0,0.0 2022-06-17 00:00:00-04:00,47.18000030517578,47.41999816894531,45.29999923706055,46.310001373291016,40.17527770996094,829300,0.0,0.0 2022-06-21 00:00:00-04:00,46.689998626708984,48.13999938964844,46.38999938964844,47.90999984741211,41.56332015991211,609800,0.0,0.0 2022-06-22 00:00:00-04:00,47.59000015258789,48.09000015258789,47.09000015258789,47.47999954223633,41.19028091430664,656700,0.0,0.0 2022-06-23 00:00:00-04:00,47.779998779296875,48.689998626708984,47.220001220703125,48.41999816894531,42.00575637817383,666600,0.0,0.0 2022-06-24 00:00:00-04:00,48.7599983215332,49.43000030517578,48.290000915527344,49.41999816894531,42.873287200927734,1822800,0.0,0.0 2022-06-27 00:00:00-04:00,49.65999984741211,51.040000915527344,49.040000915527344,50.939998626708984,44.191932678222656,519100,0.0,0.0 2022-06-28 00:00:00-04:00,51.220001220703125,51.689998626708984,49.25,49.29999923706055,42.76918411254883,604300,0.0,0.0 2022-06-29 00:00:00-04:00,49.25,50.290000915527344,49.189998626708984,50.04999923706055,43.41983413696289,422900,0.0,0.0 2022-06-30 00:00:00-04:00,49.689998626708984,49.900001525878906,49.060001373291016,49.40999984741211,42.86461639404297,447800,0.0,0.0 2022-07-01 00:00:00-04:00,49.5099983215332,50.290000915527344,49.220001220703125,50.150001525878906,43.506587982177734,317500,0.0,0.0 2022-07-05 00:00:00-04:00,50.150001525878906,50.70000076293945,48.61000061035156,48.70000076293945,42.24867248535156,452400,0.0,0.0 2022-07-06 00:00:00-04:00,48.70000076293945,50.689998626708984,48.33000183105469,50.52000045776367,43.82757568359375,500800,0.0,0.0 2022-07-07 00:00:00-04:00,50.63999938964844,52.5099983215332,50.2400016784668,52.380001068115234,45.44117736816406,493600,0.0,0.0 2022-07-08 00:00:00-04:00,52.83000183105469,52.91999816894531,51.900001525878906,52.58000183105469,45.614681243896484,421500,0.0,0.0 2022-07-11 00:00:00-04:00,52.59000015258789,53.5099983215332,52.16999816894531,52.630001068115234,45.65806198120117,435700,0.0,0.0 2022-07-12 00:00:00-04:00,52.560001373291016,53.31999969482422,52.029998779296875,52.5099983215332,45.553951263427734,515500,0.0,0.0 2022-07-13 00:00:00-04:00,52.0,53.66999816894531,51.959999084472656,53.02000045776367,45.99639129638672,522000,0.0,0.0 2022-07-14 00:00:00-04:00,52.43000030517578,53.36000061035156,52.27000045776367,53.16999816894531,46.12651824951172,376000,0.0,0.0 2022-07-15 00:00:00-04:00,53.72999954223633,53.880001068115234,52.88999938964844,53.029998779296875,46.005069732666016,354300,0.0,0.0 2022-07-18 00:00:00-04:00,53.5099983215332,54.45000076293945,53.08000183105469,53.22999954223633,46.17857360839844,903600,0.0,0.0 2022-07-19 00:00:00-04:00,53.27000045776367,53.439998626708984,50.709999084472656,52.33000183105469,45.39780044555664,815300,0.0,0.0 2022-07-20 00:00:00-04:00,53.84000015258789,54.41999816894531,52.349998474121094,53.400001525878906,46.3260498046875,1334800,0.0,0.0 2022-07-21 00:00:00-04:00,52.9900016784668,54.189998626708984,52.75,54.0,46.8465690612793,1699700,0.0,0.0 2022-07-22 00:00:00-04:00,54.619998931884766,54.880001068115234,53.220001220703125,54.040000915527344,46.88127136230469,914500,0.0,0.0 2022-07-25 00:00:00-04:00,54.04999923706055,56.939998626708984,54.04999923706055,56.849998474121094,49.31902313232422,1768000,0.0,0.0 2022-07-26 00:00:00-04:00,56.849998474121094,57.75,55.029998779296875,55.09000015258789,47.79217529296875,1410300,0.0,0.0 2022-07-27 00:00:00-04:00,55.09000015258789,55.349998474121094,53.849998474121094,54.380001068115234,47.176231384277344,981000,0.0,0.0 2022-07-28 00:00:00-04:00,54.61000061035156,54.65999984741211,52.2400016784668,52.650001525878906,45.675411224365234,797400,0.0,0.0 2022-07-29 00:00:00-04:00,51.720001220703125,52.16999816894531,50.06999969482422,51.11000061035156,44.97929000854492,950300,0.749,0.0 2022-08-01 00:00:00-04:00,51.779998779296875,52.15999984741211,50.33000183105469,50.54999923706055,44.4864616394043,648100,0.0,0.0 2022-08-02 00:00:00-04:00,50.70000076293945,52.189998626708984,50.04999923706055,52.02000045776367,45.78013229370117,862300,0.0,0.0 2022-08-03 00:00:00-04:00,51.810001373291016,52.369998931884766,51.27000045776367,51.86000061035156,45.63932418823242,650700,0.0,0.0 2022-08-04 00:00:00-04:00,51.88999938964844,52.40999984741211,51.02000045776367,51.20000076293945,45.058494567871094,842800,0.0,0.0 2022-08-05 00:00:00-04:00,51.2400016784668,52.029998779296875,50.81999969482422,51.86000061035156,45.63932418823242,392800,0.0,0.0 2022-08-08 00:00:00-04:00,51.880001068115234,52.02000045776367,51.27000045776367,52.0,45.76253128051758,542600,0.0,0.0 2022-08-09 00:00:00-04:00,52.349998474121094,53.0,51.90999984741211,52.150001525878906,45.8945426940918,483900,0.0,0.0 2022-08-10 00:00:00-04:00,52.41999816894531,52.59000015258789,50.75,51.0,44.882484436035156,450400,0.0,0.0 2022-08-11 00:00:00-04:00,51.11000061035156,52.720001220703125,50.880001068115234,52.40999984741211,46.12335205078125,464100,0.0,0.0 2022-08-12 00:00:00-04:00,52.40999984741211,54.90999984741211,52.40999984741211,54.7400016784668,48.17386245727539,619600,0.0,0.0 2022-08-15 00:00:00-04:00,54.4900016784668,55.45000076293945,54.130001068115234,55.27000045776367,48.64029312133789,659500,0.0,0.0 2022-08-16 00:00:00-04:00,55.400001525878906,55.4900016784668,54.630001068115234,54.849998474121094,48.27067184448242,631300,0.0,0.0 2022-08-17 00:00:00-04:00,54.900001525878906,55.540000915527344,54.63999938964844,55.279998779296875,48.64908981323242,551800,0.0,0.0 2022-08-18 00:00:00-04:00,55.5,56.380001068115234,55.38999938964844,56.060001373291016,49.33552932739258,588700,0.0,0.0 2022-08-19 00:00:00-04:00,55.88999938964844,57.4900016784668,55.15999984741211,55.72999954223633,49.04511642456055,726200,0.0,0.0 2022-08-22 00:00:00-04:00,55.5,55.52000045776367,54.54999923706055,55.380001068115234,48.737091064453125,812300,0.0,0.0 2022-08-23 00:00:00-04:00,55.61000061035156,55.720001220703125,52.349998474121094,52.779998779296875,46.448974609375,963600,0.0,0.0 2022-08-24 00:00:00-04:00,52.77000045776367,54.689998626708984,52.4900016784668,54.13999938964844,47.645835876464844,2080200,0.0,0.0 2022-08-25 00:00:00-04:00,53.91999816894531,55.15999984741211,53.86000061035156,55.13999938964844,48.525882720947266,324300,0.0,0.0 2022-08-26 00:00:00-04:00,55.18000030517578,56.36000061035156,54.689998626708984,54.84000015258789,48.26186752319336,659700,0.0,0.0 2022-08-29 00:00:00-04:00,54.380001068115234,55.5099983215332,54.27000045776367,55.22999954223633,48.60508728027344,388500,0.0,0.0 2022-08-30 00:00:00-04:00,55.060001373291016,55.349998474121094,54.15999984741211,54.40999984741211,47.88344955444336,551400,0.0,0.0 2022-08-31 00:00:00-04:00,54.29999923706055,54.56999969482422,53.439998626708984,53.61000061035156,47.179412841796875,587500,0.0,0.0 2022-09-01 00:00:00-04:00,53.459999084472656,53.47999954223633,51.95000076293945,52.119998931884766,45.86812973022461,718700,0.0,0.0 2022-09-02 00:00:00-04:00,52.459999084472656,54.13999938964844,52.290000915527344,54.04999923706055,47.56663131713867,755100,0.0,0.0 2022-09-06 00:00:00-04:00,53.81999969482422,54.25,52.72999954223633,52.7599983215332,46.43136978149414,764800,0.0,0.0 2022-09-07 00:00:00-04:00,52.779998779296875,55.5,52.310001373291016,55.36000061035156,48.71949768066406,1103100,0.0,0.0 2022-09-08 00:00:00-04:00,55.36000061035156,56.91999816894531,55.36000061035156,56.83000183105469,50.0131721496582,819900,0.0,0.0 2022-09-09 00:00:00-04:00,57.16999816894531,58.2599983215332,56.86000061035156,57.93000030517578,50.981224060058594,806500,0.0,0.0 2022-09-12 00:00:00-04:00,58.31999969482422,58.880001068115234,57.880001068115234,58.459999084472656,51.44764709472656,1401900,0.0,0.0 2022-09-13 00:00:00-04:00,58.130001068115234,58.81999969482422,56.56999969482422,56.81999969482422,50.004371643066406,600200,0.0,0.0 2022-09-14 00:00:00-04:00,56.90999984741211,58.90999984741211,56.90999984741211,58.900001525878906,51.834869384765625,683000,0.0,0.0 2022-09-15 00:00:00-04:00,58.75,58.75,56.869998931884766,57.2400016784668,50.37398910522461,636700,0.0,0.0 2022-09-16 00:00:00-04:00,57.439998626708984,57.61000061035156,56.63999938964844,56.849998474121094,50.03076171875,553400,0.0,0.0 2022-09-19 00:00:00-04:00,56.5,57.86000061035156,56.380001068115234,57.81999969482422,50.88441848754883,537300,0.0,0.0 2022-09-20 00:00:00-04:00,57.77000045776367,58.2599983215332,57.02000045776367,58.220001220703125,51.23643112182617,612100,0.0,0.0 2022-09-21 00:00:00-04:00,58.7400016784668,61.72999954223633,58.16999816894531,60.869998931884766,53.568565368652344,1244500,0.0,0.0 2022-09-22 00:00:00-04:00,60.91999816894531,61.29999923706055,59.47999954223633,60.61000061035156,53.33974838256836,837400,0.0,0.0 2022-09-23 00:00:00-04:00,59.4900016784668,60.599998474121094,58.84000015258789,60.56999969482422,53.3045539855957,924300,0.0,0.0 2022-09-26 00:00:00-04:00,60.9900016784668,61.529998779296875,58.93000030517578,59.68000030517578,52.52130126953125,1057800,0.0,0.0 2022-09-27 00:00:00-04:00,60.5099983215332,61.83000183105469,59.7400016784668,60.529998779296875,53.26934814453125,1646800,0.0,0.0 2022-09-28 00:00:00-04:00,59.959999084472656,62.63999938964844,58.029998779296875,60.33000183105469,53.09334182739258,2495900,0.0,0.0 2022-09-29 00:00:00-04:00,60.5,60.56999969482422,58.459999084472656,58.66999816894531,51.63245391845703,1826700,0.0,0.0 2022-09-30 00:00:00-04:00,58.95000076293945,59.33000183105469,55.279998779296875,55.59000015258789,48.921913146972656,2482900,0.0,0.0 2022-10-03 00:00:00-04:00,56.15999984741211,56.349998474121094,53.0099983215332,55.029998779296875,48.429080963134766,1488200,0.0,0.0 2022-10-04 00:00:00-04:00,55.93000030517578,57.790000915527344,54.90999984741211,55.22999954223633,48.60508728027344,1450400,0.0,0.0 2022-10-05 00:00:00-04:00,55.130001068115234,57.599998474121094,54.63999938964844,55.869998931884766,49.16831970214844,1548000,0.0,0.0 2022-10-06 00:00:00-04:00,56.11000061035156,56.38999938964844,54.029998779296875,54.029998779296875,47.54903030395508,948200,0.0,0.0 2022-10-07 00:00:00-04:00,54.029998779296875,54.22999954223633,53.099998474121094,53.630001068115234,47.19701385498047,836100,0.0,0.0 2022-10-10 00:00:00-04:00,53.86000061035156,55.84000015258789,53.86000061035156,55.15999984741211,48.543487548828125,665000,0.0,0.0 2022-10-11 00:00:00-04:00,54.91999816894531,55.88999938964844,54.900001525878906,55.2599983215332,48.63148880004883,796800,0.0,0.0 2022-10-12 00:00:00-04:00,55.90999984741211,58.220001220703125,55.25,57.95000076293945,50.99882507324219,898800,0.0,0.0 2022-10-13 00:00:00-04:00,57.5099983215332,60.18000030517578,57.22999954223633,60.16999816894531,52.9525260925293,965700,0.0,0.0 2022-10-14 00:00:00-04:00,60.15999984741211,61.779998779296875,59.34000015258789,59.650001525878906,52.494911193847656,704800,0.0,0.0 2022-10-17 00:00:00-04:00,59.95000076293945,61.11000061035156,59.79999923706055,60.63999938964844,53.36614990234375,673100,0.0,0.0 2022-10-18 00:00:00-04:00,60.79999923706055,61.4900016784668,58.77000045776367,59.61000061035156,52.45970153808594,1386900,0.0,0.0 2022-10-19 00:00:00-04:00,59.310001373291016,60.77000045776367,59.119998931884766,60.68000030517578,53.4013557434082,851300,0.0,0.0 2022-10-20 00:00:00-04:00,60.79999923706055,60.97999954223633,58.849998474121094,59.279998779296875,52.16928482055664,642800,0.0,0.0 2022-10-21 00:00:00-04:00,59.119998931884766,59.959999084472656,58.560001373291016,58.689998626708984,51.650062561035156,663300,0.0,0.0 2022-10-24 00:00:00-04:00,59.15999984741211,59.650001525878906,58.529998779296875,58.689998626708984,51.650062561035156,751900,0.0,0.0 2022-10-25 00:00:00-04:00,57.560001373291016,59.349998474121094,56.5,59.31999969482422,52.974422454833984,1123200,0.853,0.0 2022-10-26 00:00:00-04:00,59.65999984741211,60.27000045776367,58.58000183105469,58.630001068115234,52.35822677612305,1082700,0.0,0.0 2022-10-27 00:00:00-04:00,58.79999923706055,58.79999923706055,55.900001525878906,56.06999969482422,50.07207107543945,1175800,0.0,0.0 2022-10-28 00:00:00-04:00,56.29999923706055,57.470001220703125,55.869998931884766,56.869998931884766,50.7864990234375,893400,0.0,0.0 2022-10-31 00:00:00-04:00,57.029998779296875,57.34000015258789,56.040000915527344,56.5099983215332,50.46501159667969,711000,0.0,0.0 2022-11-01 00:00:00-04:00,56.459999084472656,58.20000076293945,56.0,57.2599983215332,51.1347770690918,1198400,0.0,0.0 2022-11-02 00:00:00-04:00,56.93000030517578,57.880001068115234,56.33000183105469,57.2599983215332,51.1347770690918,643600,0.0,0.0 2022-11-03 00:00:00-04:00,56.970001220703125,58.43000030517578,56.72999954223633,57.939998626708984,51.74203872680664,1023400,0.0,0.0 2022-11-04 00:00:00-04:00,57.939998626708984,58.34000015258789,56.45000076293945,57.47999954223633,51.331241607666016,470700,0.0,0.0 2022-11-07 00:00:00-05:00,57.720001220703125,59.79999923706055,57.720001220703125,59.20000076293945,52.867252349853516,1082800,0.0,0.0 2022-11-08 00:00:00-05:00,59.43000030517578,59.959999084472656,58.790000915527344,59.65999984741211,53.278053283691406,763800,0.0,0.0 2022-11-09 00:00:00-05:00,59.189998626708984,59.45000076293945,57.72999954223633,58.0,51.79561996459961,626800,0.0,0.0 2022-11-10 00:00:00-05:00,58.72999954223633,58.95000076293945,56.75,57.380001068115234,51.241947174072266,777900,0.0,0.0 2022-11-11 00:00:00-05:00,57.20000076293945,57.209999084472656,52.70000076293945,53.810001373291016,48.053829193115234,1138400,0.0,0.0 2022-11-14 00:00:00-05:00,53.56999969482422,54.58000183105469,52.970001220703125,52.970001220703125,47.30369567871094,734500,0.0,0.0 2022-11-15 00:00:00-05:00,53.31999969482422,54.09000015258789,52.310001373291016,53.61000061035156,47.8752326965332,826100,0.0,0.0 2022-11-16 00:00:00-05:00,54.0099983215332,54.41999816894531,53.58000183105469,53.79999923706055,48.04490280151367,674100,0.0,0.0 2022-11-17 00:00:00-05:00,53.36000061035156,53.630001068115234,52.540000915527344,53.220001220703125,47.52695083618164,639900,0.0,0.0 2022-11-18 00:00:00-05:00,53.560001373291016,54.04999923706055,53.18000030517578,53.45000076293945,47.73234176635742,766400,0.0,0.0 2022-11-21 00:00:00-05:00,53.650001525878906,57.04999923706055,53.439998626708984,56.40999984741211,50.375709533691406,1078400,0.0,0.0 2022-11-22 00:00:00-05:00,56.41999816894531,57.779998779296875,56.029998779296875,56.97999954223633,50.884735107421875,769900,0.0,0.0 2022-11-23 00:00:00-05:00,57.220001220703125,57.220001220703125,56.529998779296875,56.880001068115234,50.79543685913086,697900,0.0,0.0 2022-11-25 00:00:00-05:00,56.880001068115234,57.849998474121094,56.58000183105469,57.849998474121094,51.66166687011719,213800,0.0,0.0 2022-11-28 00:00:00-05:00,57.849998474121094,58.16999816894531,56.45000076293945,56.939998626708984,50.84900665283203,487200,0.0,0.0 2022-11-29 00:00:00-05:00,57.0099983215332,57.56999969482422,56.61000061035156,57.5099983215332,51.3580322265625,405500,0.0,0.0 2022-11-30 00:00:00-05:00,57.70000076293945,58.560001373291016,57.099998474121094,58.279998779296875,52.04566955566406,624100,0.0,0.0 2022-12-01 00:00:00-05:00,58.599998474121094,59.220001220703125,57.83000183105469,58.130001068115234,51.91171646118164,472400,0.0,0.0 2022-12-02 00:00:00-05:00,57.83000183105469,59.439998626708984,57.5,59.290000915527344,52.947628021240234,551200,0.0,0.0 2022-12-05 00:00:00-05:00,59.5,60.0099983215332,58.209999084472656,58.95000076293945,52.64399719238281,663400,0.0,0.0 2022-12-06 00:00:00-05:00,58.83000183105469,59.869998931884766,58.7400016784668,59.06999969482422,52.75115966796875,550300,0.0,0.0 2022-12-07 00:00:00-05:00,59.369998931884766,60.0099983215332,59.02000045776367,59.36000061035156,53.01013946533203,581700,0.0,0.0 2022-12-08 00:00:00-05:00,59.310001373291016,59.310001373291016,58.150001525878906,59.08000183105469,52.760093688964844,534700,0.0,0.0 2022-12-09 00:00:00-05:00,59.18000030517578,59.41999816894531,58.09000015258789,58.15999984741211,51.93850326538086,361700,0.0,0.0 2022-12-12 00:00:00-05:00,58.459999084472656,58.72999954223633,55.95000076293945,58.439998626708984,52.18855667114258,751100,0.0,0.0 2022-12-13 00:00:00-05:00,58.540000915527344,59.36000061035156,56.599998474121094,57.2599983215332,51.1347770690918,972700,0.0,0.0 2022-12-14 00:00:00-05:00,57.09000015258789,57.849998474121094,56.45000076293945,56.93000030517578,50.84008026123047,641700,0.0,0.0 2022-12-15 00:00:00-05:00,56.97999954223633,59.11000061035156,56.779998779296875,58.279998779296875,52.04566955566406,1344600,0.0,0.0 2022-12-16 00:00:00-05:00,58.15999984741211,60.31999969482422,57.7599983215332,60.029998779296875,53.60847091674805,3146300,0.0,0.0 2022-12-19 00:00:00-05:00,60.029998779296875,61.38999938964844,58.380001068115234,61.08000183105469,54.5461540222168,1241200,0.0,0.0 2022-12-20 00:00:00-05:00,61.13999938964844,62.560001373291016,60.810001373291016,62.189998626708984,55.53740692138672,1180900,0.0,0.0 2022-12-21 00:00:00-05:00,62.5099983215332,63.61000061035156,61.560001373291016,62.58000183105469,55.88569259643555,1004900,0.0,0.0 2022-12-22 00:00:00-05:00,62.619998931884766,63.27000045776367,61.630001068115234,63.08000183105469,56.33220672607422,963300,0.0,0.0 2022-12-23 00:00:00-05:00,63.5,64.77999877929688,63.0099983215332,64.62999725341797,57.71639633178711,754500,0.0,0.0 2022-12-27 00:00:00-05:00,65.0,65.31999969482422,63.720001220703125,63.779998779296875,56.95732498168945,1122400,0.0,0.0 2022-12-28 00:00:00-05:00,63.86000061035156,64.44000244140625,62.08000183105469,62.189998626708984,55.53740692138672,1343600,0.0,0.0 2022-12-29 00:00:00-05:00,59.5099983215332,59.9900016784668,52.279998779296875,53.16999816894531,47.482295989990234,6089600,0.0,0.0 2022-12-30 00:00:00-05:00,53.33000183105469,55.20000076293945,52.560001373291016,54.45000076293945,48.625370025634766,1797900,0.0,0.0 2023-01-03 00:00:00-05:00,54.720001220703125,56.18000030517578,53.86000061035156,55.4900016784668,49.55412292480469,1453100,0.0,0.0 2023-01-04 00:00:00-05:00,55.5,57.77000045776367,55.310001373291016,57.22999954223633,51.10799026489258,1387200,0.0,0.0 2023-01-05 00:00:00-05:00,57.20000076293945,57.7599983215332,55.66999816894531,55.86000061035156,49.88454055786133,1208700,0.0,0.0 2023-01-06 00:00:00-05:00,56.060001373291016,56.470001220703125,54.529998779296875,54.95000076293945,49.0718879699707,1026600,0.0,0.0 2023-01-09 00:00:00-05:00,55.290000915527344,55.869998931884766,52.380001068115234,52.65999984741211,47.026851654052734,1607700,0.0,0.0 2023-01-10 00:00:00-05:00,53.119998931884766,54.29999923706055,52.709999084472656,53.61000061035156,47.8752326965332,1004200,0.0,0.0 2023-01-11 00:00:00-05:00,53.84000015258789,54.06999969482422,52.22999954223633,52.5,46.883968353271484,1082200,0.0,0.0 2023-01-12 00:00:00-05:00,52.83000183105469,54.880001068115234,52.2599983215332,54.7400016784668,48.88434982299805,1154700,0.0,0.0 2023-01-13 00:00:00-05:00,54.630001068115234,55.27000045776367,53.97999954223633,54.099998474121094,48.31281280517578,563700,0.0,0.0 2023-01-17 00:00:00-05:00,54.54999923706055,56.38999938964844,54.529998779296875,56.36000061035156,50.3310546875,821800,0.0,0.0 2023-01-18 00:00:00-05:00,56.47999954223633,56.560001373291016,54.91999816894531,55.34000015258789,49.420166015625,859100,0.0,0.0 2023-01-19 00:00:00-05:00,55.540000915527344,56.380001068115234,55.11000061035156,55.720001220703125,49.759517669677734,819900,0.0,0.0 2023-01-20 00:00:00-05:00,56.13999938964844,56.43000030517578,54.130001068115234,54.66999816894531,48.821834564208984,1061000,0.0,0.0 2023-01-23 00:00:00-05:00,54.70000076293945,55.709999084472656,54.619998931884766,54.91999816894531,49.04509353637695,1083400,0.0,0.0 2023-01-24 00:00:00-05:00,53.70000076293945,54.529998779296875,53.0099983215332,53.72999954223633,49.192501068115234,839900,1.351,0.0 2023-01-25 00:00:00-05:00,53.88999938964844,54.09000015258789,52.810001373291016,53.9900016784668,49.430545806884766,883900,0.0,0.0 2023-01-26 00:00:00-05:00,53.9900016784668,54.9900016784668,53.41999816894531,54.790000915527344,50.16298294067383,697000,0.0,0.0 2023-01-27 00:00:00-05:00,54.97999954223633,55.220001220703125,54.029998779296875,55.029998779296875,50.382713317871094,717700,0.0,0.0 2023-01-30 00:00:00-05:00,55.709999084472656,56.86000061035156,55.380001068115234,56.150001525878906,51.40813064575195,1085200,0.0,0.0 2023-01-31 00:00:00-05:00,56.470001220703125,57.27000045776367,56.36000061035156,57.220001220703125,52.38777160644531,784300,0.0,0.0 2023-02-01 00:00:00-05:00,57.439998626708984,58.18000030517578,57.119998931884766,57.16999816894531,52.34198760986328,871400,0.0,0.0 2023-02-02 00:00:00-05:00,56.81999969482422,56.86000061035156,54.45000076293945,54.7400016784668,50.11720657348633,971200,0.0,0.0 2023-02-03 00:00:00-05:00,54.97999954223633,55.290000915527344,54.41999816894531,54.470001220703125,49.8700065612793,852600,0.0,0.0 2023-02-06 00:00:00-05:00,54.88999938964844,55.22999954223633,54.20000076293945,54.709999084472656,50.08973693847656,608300,0.0,0.0 2023-02-07 00:00:00-05:00,54.459999084472656,54.56999969482422,53.31999969482422,54.25,49.66858673095703,679400,0.0,0.0 2023-02-08 00:00:00-05:00,54.16999816894531,54.29999923706055,53.09000015258789,53.38999938964844,48.8812141418457,565800,0.0,0.0 2023-02-09 00:00:00-05:00,53.79999923706055,53.79999923706055,52.5099983215332,53.130001068115234,48.64316940307617,676100,0.0,0.0 2023-02-10 00:00:00-05:00,53.27000045776367,53.630001068115234,52.810001373291016,53.619998931884766,49.091793060302734,560600,0.0,0.0 2023-02-13 00:00:00-05:00,53.95000076293945,54.79999923706055,53.63999938964844,54.34000015258789,49.75099182128906,561700,0.0,0.0 2023-02-14 00:00:00-05:00,54.34000015258789,55.09000015258789,53.88999938964844,54.959999084472656,50.31863021850586,676800,0.0,0.0 2023-02-15 00:00:00-05:00,55.13999938964844,56.65999984741211,54.560001373291016,56.61000061035156,51.82928466796875,699200,0.0,0.0 2023-02-16 00:00:00-05:00,56.52000045776367,58.75,56.06999969482422,58.439998626708984,53.50474166870117,1473900,0.0,0.0 2023-02-17 00:00:00-05:00,58.810001373291016,61.81999969482422,58.599998474121094,61.36000061035156,56.17814636230469,1594400,0.0,0.0 2023-02-21 00:00:00-05:00,61.38999938964844,61.7599983215332,58.97999954223633,59.5,54.475223541259766,859900,0.0,0.0 2023-02-22 00:00:00-05:00,59.5,60.0,59.040000915527344,59.4900016784668,54.466068267822266,517800,0.0,0.0 2023-02-23 00:00:00-05:00,59.560001373291016,60.77000045776367,59.04999923706055,59.400001525878906,54.383670806884766,636600,0.0,0.0 2023-02-24 00:00:00-05:00,59.36000061035156,59.77000045776367,58.09000015258789,58.38999938964844,53.458961486816406,729000,0.0,0.0 2023-02-27 00:00:00-05:00,58.43000030517578,59.029998779296875,57.88999938964844,58.09000015258789,53.184295654296875,524100,0.0,0.0 2023-02-28 00:00:00-05:00,58.18000030517578,58.40999984741211,56.619998931884766,56.79999923706055,52.00323486328125,998100,0.0,0.0 2023-03-01 00:00:00-05:00,56.880001068115234,57.29999923706055,55.61000061035156,57.040000915527344,52.22296905517578,706500,0.0,0.0 2023-03-02 00:00:00-05:00,57.209999084472656,57.9900016784668,56.68000030517578,57.38999938964844,52.54341125488281,526200,0.0,0.0 2023-03-03 00:00:00-05:00,57.349998474121094,57.380001068115234,56.599998474121094,57.0099983215332,52.19550704956055,513200,0.0,0.0 2023-03-06 00:00:00-05:00,56.90999984741211,57.060001373291016,55.7400016784668,56.709999084472656,51.92083740234375,671700,0.0,0.0 2023-03-07 00:00:00-05:00,56.849998474121094,56.849998474121094,55.68000030517578,56.2599983215332,51.50883865356445,673200,0.0,0.0 2023-03-08 00:00:00-05:00,56.2599983215332,56.47999954223633,55.13999938964844,55.869998931884766,51.15177536010742,493900,0.0,0.0 2023-03-09 00:00:00-05:00,55.709999084472656,56.52000045776367,55.13999938964844,55.849998474121094,51.13346481323242,580100,0.0,0.0 2023-03-10 00:00:00-05:00,55.84000015258789,56.630001068115234,55.41999816894531,56.08000183105469,51.34404754638672,613700,0.0,0.0 2023-03-13 00:00:00-04:00,55.7400016784668,56.599998474121094,54.380001068115234,54.689998626708984,50.07142639160156,724800,0.0,0.0 2023-03-14 00:00:00-04:00,55.18000030517578,55.720001220703125,54.689998626708984,55.27000045776367,50.60245132446289,654100,0.0,0.0 2023-03-15 00:00:00-04:00,54.75,55.45000076293945,54.31999969482422,54.790000915527344,50.16298294067383,710900,0.0,0.0 2023-03-16 00:00:00-04:00,54.529998779296875,55.27000045776367,54.38999938964844,54.84000015258789,50.208763122558594,675900,0.0,0.0 2023-03-17 00:00:00-04:00,54.9900016784668,55.11000061035156,54.25,54.4900016784668,49.88832092285156,1534400,0.0,0.0 2023-03-20 00:00:00-04:00,54.91999816894531,55.900001525878906,54.68000030517578,54.7599983215332,50.1355094909668,823800,0.0,0.0 2023-03-21 00:00:00-04:00,55.16999816894531,55.5099983215332,53.93000030517578,54.380001068115234,49.78760528564453,775400,0.0,0.0 2023-03-22 00:00:00-04:00,54.310001373291016,55.25,53.93000030517578,53.93000030517578,49.375614166259766,837300,0.0,0.0 2023-03-23 00:00:00-04:00,54.209999084472656,54.4900016784668,53.75,53.86000061035156,49.311519622802734,777000,0.0,0.0 2023-03-24 00:00:00-04:00,54.0,54.959999084472656,53.83000183105469,54.459999084472656,49.8608512878418,723900,0.0,0.0 2023-03-27 00:00:00-04:00,54.88999938964844,55.560001373291016,54.880001068115234,55.27000045776367,50.60245132446289,770700,0.0,0.0 2023-03-28 00:00:00-04:00,55.27000045776367,55.7400016784668,54.119998931884766,54.27000045776367,49.686893463134766,1166900,0.0,0.0 2023-03-29 00:00:00-04:00,56.88999938964844,60.58000183105469,55.54999923706055,57.959999084472656,53.065277099609375,3381400,0.0,0.0 2023-03-30 00:00:00-04:00,58.0,60.310001373291016,57.970001220703125,59.97999954223633,54.91468811035156,1763000,0.0,0.0 2023-03-31 00:00:00-04:00,60.439998626708984,61.7400016784668,60.06999969482422,60.88999938964844,55.74783706665039,1637700,0.0,0.0 2023-04-03 00:00:00-04:00,61.130001068115234,61.90999984741211,60.5,61.0099983215332,55.85770797729492,939000,0.0,0.0 2023-04-04 00:00:00-04:00,61.02000045776367,61.02000045776367,55.93000030517578,56.86000061035156,52.058170318603516,1465300,0.0,0.0 2023-04-05 00:00:00-04:00,57.0,57.189998626708984,55.099998474121094,55.380001068115234,50.703155517578125,1233600,0.0,0.0 2023-04-06 00:00:00-04:00,55.599998474121094,56.63999938964844,55.400001525878906,55.709999084472656,51.00529098510742,824400,0.0,0.0 2023-04-10 00:00:00-04:00,55.95000076293945,57.099998474121094,55.75,56.52000045776367,51.74688720703125,872600,0.0,0.0 2023-04-11 00:00:00-04:00,56.869998931884766,58.189998626708984,56.75,57.560001373291016,52.699058532714844,1187700,0.0,0.0 2023-04-12 00:00:00-04:00,57.5,57.81999969482422,56.709999084472656,57.09000015258789,52.26874542236328,1071300,0.0,0.0 2023-04-13 00:00:00-04:00,57.09000015258789,57.150001525878906,55.11000061035156,56.08000183105469,51.34404754638672,1220500,0.0,0.0 2023-04-14 00:00:00-04:00,56.119998931884766,56.63999938964844,55.27000045776367,55.36000061035156,50.68484878540039,829500,0.0,0.0 2023-04-17 00:00:00-04:00,55.689998626708984,56.2599983215332,55.560001373291016,56.040000915527344,51.30741500854492,760600,0.0,0.0 2023-04-18 00:00:00-04:00,56.29999923706055,57.380001068115234,55.83000183105469,57.150001525878906,52.32368087768555,871500,0.0,0.0 2023-04-19 00:00:00-04:00,57.47999954223633,57.56999969482422,56.38999938964844,56.54999923706055,51.774349212646484,1101100,0.0,0.0 2023-04-20 00:00:00-04:00,56.5,57.029998779296875,55.7599983215332,55.849998474121094,51.13346481323242,828600,0.0,0.0 2023-04-21 00:00:00-04:00,55.790000915527344,55.970001220703125,54.15999984741211,54.540000915527344,49.93409729003906,1088700,0.0,0.0 2023-04-24 00:00:00-04:00,54.75,55.0,53.689998626708984,54.34000015258789,49.75099182128906,1636700,0.0,0.0 2023-04-25 00:00:00-04:00,50.810001373291016,51.16999816894531,48.45000076293945,49.75,47.46958541870117,2825500,2.199,0.0 2023-04-26 00:00:00-04:00,49.75,49.91999816894531,48.900001525878906,49.61000061035156,47.336002349853516,3052100,0.0,0.0 2023-04-27 00:00:00-04:00,49.5099983215332,49.5099983215332,47.709999084472656,48.119998931884766,45.91429901123047,1354700,0.0,0.0 2023-04-28 00:00:00-04:00,48.2400016784668,48.31999969482422,47.310001373291016,47.5,45.32271957397461,1255700,0.0,0.0 2023-05-01 00:00:00-04:00,47.5,47.689998626708984,46.45000076293945,46.779998779296875,44.63572311401367,1103200,0.0,0.0 2023-05-02 00:00:00-04:00,46.790000915527344,46.790000915527344,45.58000183105469,46.400001525878906,44.27313995361328,1427400,0.0,0.0 2023-05-03 00:00:00-04:00,46.47999954223633,47.83000183105469,46.41999816894531,47.52000045776367,45.34180450439453,1372900,0.0,0.0 2023-05-04 00:00:00-04:00,47.349998474121094,48.77000045776367,47.189998626708984,48.68000030517578,46.448631286621094,820700,0.0,0.0 2023-05-05 00:00:00-04:00,49.09000015258789,50.9900016784668,49.060001373291016,50.41999816894531,48.10887145996094,1132400,0.0,0.0 2023-05-08 00:00:00-04:00,50.47999954223633,50.47999954223633,48.59000015258789,48.599998474121094,46.37229919433594,698300,0.0,0.0 2023-05-09 00:00:00-04:00,48.5,48.529998779296875,46.65999984741211,46.68000030517578,44.54030227661133,743800,0.0,0.0 2023-05-10 00:00:00-04:00,46.7400016784668,47.95000076293945,46.400001525878906,47.720001220703125,45.53263473510742,710800,0.0,0.0 2023-05-11 00:00:00-04:00,47.459999084472656,48.060001373291016,47.380001068115234,47.900001525878906,45.704383850097656,830100,0.0,0.0 2023-05-12 00:00:00-04:00,47.90999984741211,48.08000183105469,46.97999954223633,47.04999923706055,44.893348693847656,490200,0.0,0.0 2023-05-15 00:00:00-04:00,47.20000076293945,47.58000183105469,46.52000045776367,46.720001220703125,44.57847213745117,610600,0.0,0.0 2023-05-16 00:00:00-04:00,46.529998779296875,46.9900016784668,46.20000076293945,46.40999984741211,44.28268051147461,602800,0.0,0.0 2023-05-17 00:00:00-04:00,46.560001373291016,47.7599983215332,46.2599983215332,47.75,45.561256408691406,637600,0.0,0.0 2023-05-18 00:00:00-04:00,47.63999938964844,48.11000061035156,47.34000015258789,47.959999084472656,45.76163101196289,837500,0.0,0.0 2023-05-19 00:00:00-04:00,48.34000015258789,48.40999984741211,47.7400016784668,48.119998931884766,45.91429901123047,718800,0.0,0.0 2023-05-22 00:00:00-04:00,48.310001373291016,48.470001220703125,47.56999969482422,48.15999984741211,45.95246505737305,681100,0.0,0.0 2023-05-23 00:00:00-04:00,48.47999954223633,48.959999084472656,47.75,48.790000915527344,46.5535888671875,819700,0.0,0.0 2023-05-24 00:00:00-04:00,48.970001220703125,49.040000915527344,48.279998779296875,48.33000183105469,46.11467361450195,610100,0.0,0.0 2023-05-25 00:00:00-04:00,48.130001068115234,49.650001525878906,48.0,49.56999969482422,47.29783630371094,497400,0.0,0.0 2023-05-26 00:00:00-04:00,49.349998474121094,49.88999938964844,48.209999084472656,48.619998931884766,46.391380310058594,771400,0.0,0.0 2023-05-30 00:00:00-04:00,48.47999954223633,48.47999954223633,47.2400016784668,47.47999954223633,45.30363082885742,586900,0.0,0.0 2023-05-31 00:00:00-04:00,47.29999923706055,47.86000061035156,47.099998474121094,47.54999923706055,45.370426177978516,868100,0.0,0.0 2023-06-01 00:00:00-04:00,47.59000015258789,47.810001373291016,46.72999954223633,47.04999923706055,44.893348693847656,590400,0.0,0.0 2023-06-02 00:00:00-04:00,47.380001068115234,47.9900016784668,47.25,47.560001373291016,45.37997055053711,540700,0.0,0.0 2023-06-05 00:00:00-04:00,47.349998474121094,47.900001525878906,46.95000076293945,47.09000015258789,44.9315071105957,584800,0.0,0.0 2023-06-06 00:00:00-04:00,46.91999816894531,47.119998931884766,46.529998779296875,46.959999084472656,44.80747604370117,647800,0.0,0.0 2023-06-07 00:00:00-04:00,46.9900016784668,48.220001220703125,46.38999938964844,47.959999084472656,45.76163101196289,787200,0.0,0.0 2023-06-08 00:00:00-04:00,47.880001068115234,48.65999984741211,47.47999954223633,48.47999954223633,46.2578010559082,608300,0.0,0.0 2023-06-09 00:00:00-04:00,48.54999923706055,49.939998626708984,48.54999923706055,49.40999984741211,47.145164489746094,782000,0.0,0.0 2023-06-12 00:00:00-04:00,49.40999984741211,49.97999954223633,49.25,49.599998474121094,47.32645797729492,552800,0.0,0.0 2023-06-13 00:00:00-04:00,49.599998474121094,49.84000015258789,48.630001068115234,48.79999923706055,46.563133239746094,821000,0.0,0.0 2023-06-14 00:00:00-04:00,49.0,49.790000915527344,48.709999084472656,49.47999954223633,47.21195983886719,689400,0.0,0.0 2023-06-15 00:00:00-04:00,49.63999938964844,49.88999938964844,49.290000915527344,49.66999816894531,47.393253326416016,591300,0.0,0.0 2023-06-16 00:00:00-04:00,49.959999084472656,50.18000030517578,47.599998474121094,47.720001220703125,45.53263473510742,1530900,0.0,0.0 2023-06-20 00:00:00-04:00,47.41999816894531,47.529998779296875,45.779998779296875,46.08000183105469,43.96780776977539,938600,0.0,0.0 2023-06-21 00:00:00-04:00,45.650001525878906,45.75,44.0099983215332,45.040000915527344,42.97547912597656,1109400,0.0,0.0 2023-06-22 00:00:00-04:00,45.27000045776367,45.38999938964844,44.63999938964844,45.029998779296875,42.965938568115234,776600,0.0,0.0 2023-06-23 00:00:00-04:00,45.0,45.380001068115234,44.349998474121094,44.41999816894531,42.38389587402344,758700,0.0,0.0 2023-06-26 00:00:00-04:00,44.529998779296875,45.5,44.43000030517578,45.310001373291016,43.23310470581055,667400,0.0,0.0 2023-06-27 00:00:00-04:00,45.13999938964844,45.25,44.09000015258789,44.41999816894531,42.38389587402344,722500,0.0,0.0 2023-06-28 00:00:00-04:00,44.31999969482422,44.66999816894531,43.75,44.650001525878906,42.60335922241211,678700,0.0,0.0 2023-06-29 00:00:00-04:00,44.79999923706055,45.599998474121094,44.58000183105469,44.84000015258789,42.784645080566406,708800,0.0,0.0 2023-06-30 00:00:00-04:00,45.060001373291016,45.150001525878906,44.27000045776367,45.0,42.93731689453125,737600,0.0,0.0 2023-07-03 00:00:00-04:00,45.189998626708984,46.09000015258789,45.189998626708984,45.90999984741211,43.805599212646484,534500,0.0,0.0 2023-07-05 00:00:00-04:00,45.470001220703125,45.58000183105469,44.86000061035156,45.189998626708984,43.11860275268555,776100,0.0,0.0 2023-07-06 00:00:00-04:00,45.0099983215332,45.290000915527344,44.68000030517578,44.75,42.69877243041992,553900,0.0,0.0 2023-07-07 00:00:00-04:00,44.5099983215332,44.630001068115234,43.83000183105469,44.11000061035156,42.08810806274414,775000,0.0,0.0 2023-07-10 00:00:00-04:00,44.439998626708984,44.88999938964844,43.52000045776367,43.880001068115234,41.86865234375,887400,0.0,0.0 2023-07-11 00:00:00-04:00,44.150001525878906,44.59000015258789,43.68000030517578,44.0,41.98314666748047,790000,0.0,0.0 2023-07-12 00:00:00-04:00,44.41999816894531,44.47999954223633,43.720001220703125,43.72999954223633,41.725528717041016,686300,0.0,0.0 2023-07-13 00:00:00-04:00,43.90999984741211,44.43000030517578,43.90999984741211,44.16999816894531,42.145355224609375,753700,0.0,0.0 2023-07-14 00:00:00-04:00,44.08000183105469,44.150001525878906,43.41999816894531,43.72999954223633,41.725528717041016,716400,0.0,0.0 2023-07-17 00:00:00-04:00,43.41999816894531,43.97999954223633,43.290000915527344,43.95000076293945,41.93544387817383,897700,0.0,0.0 2023-07-18 00:00:00-04:00,44.040000915527344,44.88999938964844,44.040000915527344,44.43000030517578,42.39344024658203,728900,0.0,0.0 2023-07-19 00:00:00-04:00,44.83000183105469,45.119998931884766,44.189998626708984,44.290000915527344,42.259857177734375,779200,0.0,0.0 2023-07-20 00:00:00-04:00,44.36000061035156,44.459999084472656,43.88999938964844,44.290000915527344,42.259857177734375,671600,0.0,0.0 2023-07-21 00:00:00-04:00,44.43000030517578,44.529998779296875,43.849998474121094,44.11000061035156,42.08810806274414,856500,0.0,0.0 2023-07-24 00:00:00-04:00,44.2400016784668,45.43000030517578,44.22999954223633,45.13999938964844,43.07089614868164,1160900,0.0,0.0 2023-07-25 00:00:00-04:00,45.279998779296875,45.59000015258789,44.81999969482422,45.06999969482422,43.00410079956055,1026900,0.0,0.0 2023-07-26 00:00:00-04:00,46.22999954223633,47.4900016784668,45.02000045776367,45.380001068115234,43.299896240234375,1636600,0.0,0.0 2023-07-27 00:00:00-04:00,45.400001525878906,45.79999923706055,44.59000015258789,44.939998626708984,42.880062103271484,1185100,0.0,0.0 2023-07-28 00:00:00-04:00,45.349998474121094,46.29999923706055,45.08000183105469,46.22999954223633,44.110931396484375,772000,0.0,0.0 2023-07-31 00:00:00-04:00,46.22999954223633,46.619998931884766,45.810001373291016,46.189998626708984,44.07276916503906,726400,0.0,0.0 2023-08-01 00:00:00-04:00,46.27000045776367,46.470001220703125,45.25,45.65999984741211,43.567054748535156,943300,0.0,0.0 2023-08-02 00:00:00-04:00,45.45000076293945,46.150001525878906,45.349998474121094,45.93000030517578,43.824684143066406,854800,0.0,0.0 2023-08-03 00:00:00-04:00,45.97999954223633,46.810001373291016,45.790000915527344,46.689998626708984,44.549842834472656,752100,0.0,0.0 2023-08-04 00:00:00-04:00,45.869998931884766,46.04999923706055,45.040000915527344,45.29999923706055,43.93399429321289,651600,0.755,0.0 2023-08-07 00:00:00-04:00,45.310001373291016,45.810001373291016,45.0,45.41999816894531,44.050376892089844,510800,0.0,0.0 2023-08-08 00:00:00-04:00,45.18000030517578,45.83000183105469,44.79999923706055,45.279998779296875,43.91460037231445,915600,0.0,0.0 2023-08-09 00:00:00-04:00,45.20000076293945,46.11000061035156,45.060001373291016,45.97999954223633,44.59349060058594,723300,0.0,0.0 2023-08-10 00:00:00-04:00,46.310001373291016,46.810001373291016,45.970001220703125,46.65999984741211,45.25298309326172,970200,0.0,0.0 2023-08-11 00:00:00-04:00,46.650001525878906,47.63999938964844,46.369998931884766,46.4900016784668,45.088111877441406,1005000,0.0,0.0 2023-08-14 00:00:00-04:00,46.47999954223633,46.56999969482422,45.66999816894531,46.29999923706055,44.903839111328125,619600,0.0,0.0 2023-08-15 00:00:00-04:00,46.310001373291016,46.91999816894531,46.18000030517578,46.56999969482422,45.16569900512695,633400,0.0,0.0 2023-08-16 00:00:00-04:00,46.5,47.25,46.41999816894531,46.849998474121094,45.437259674072266,570300,0.0,0.0 2023-08-17 00:00:00-04:00,47.15999984741211,47.59000015258789,47.09000015258789,47.099998474121094,45.679718017578125,547800,0.0,0.0 2023-08-18 00:00:00-04:00,46.84000015258789,47.720001220703125,46.720001220703125,47.63999938964844,46.203433990478516,658200,0.0,0.0 2023-08-21 00:00:00-04:00,47.68000030517578,48.34000015258789,47.18000030517578,48.099998474121094,46.64956283569336,699500,0.0,0.0 2023-08-22 00:00:00-04:00,48.02000045776367,48.130001068115234,47.29999923706055,47.36000061035156,45.93187713623047,733300,0.0,0.0 2023-08-23 00:00:00-04:00,47.36000061035156,47.61000061035156,46.90999984741211,47.060001373291016,45.64092254638672,653700,0.0,0.0 2023-08-24 00:00:00-04:00,47.08000183105469,47.5,46.81999969482422,47.0,45.58272933959961,589500,0.0,0.0 2023-08-25 00:00:00-04:00,47.209999084472656,47.290000915527344,46.59000015258789,47.04999923706055,45.6312255859375,409500,0.0,0.0 2023-08-28 00:00:00-04:00,47.2400016784668,47.45000076293945,47.18000030517578,47.220001220703125,45.79610061645508,469000,0.0,0.0 2023-08-29 00:00:00-04:00,47.4900016784668,47.88999938964844,47.29999923706055,47.810001373291016,46.368309020996094,609400,0.0,0.0 2023-08-30 00:00:00-04:00,47.900001525878906,48.34000015258789,47.599998474121094,48.09000015258789,46.639862060546875,468800,0.0,0.0 2023-08-31 00:00:00-04:00,48.029998779296875,48.279998779296875,47.66999816894531,47.790000915527344,46.34891128540039,914900,0.0,0.0 2023-09-01 00:00:00-04:00,47.83000183105469,48.380001068115234,47.65999984741211,47.70000076293945,46.261627197265625,609300,0.0,0.0 2023-09-05 00:00:00-04:00,47.779998779296875,48.119998931884766,47.029998779296875,47.97999954223633,46.533180236816406,743900,0.0,0.0 2023-09-06 00:00:00-04:00,48.04999923706055,48.459999084472656,47.27000045776367,47.58000183105469,46.14524459838867,604600,0.0,0.0 2023-09-07 00:00:00-04:00,47.779998779296875,49.0099983215332,47.43000030517578,48.900001525878906,47.42544174194336,876800,0.0,0.0 2023-09-08 00:00:00-04:00,48.900001525878906,49.72999954223633,48.709999084472656,49.599998474121094,48.104331970214844,796700,0.0,0.0 2023-09-11 00:00:00-04:00,49.599998474121094,49.7400016784668,48.630001068115234,48.72999954223633,47.26056671142578,644000,0.0,0.0 2023-09-12 00:00:00-04:00,48.79999923706055,48.79999923706055,47.16999816894531,47.400001525878906,45.97067642211914,769700,0.0,0.0 2023-09-13 00:00:00-04:00,47.54999923706055,47.599998474121094,46.52000045776367,46.630001068115234,45.22389221191406,783600,0.0,0.0 2023-09-14 00:00:00-04:00,46.95000076293945,47.31999969482422,46.290000915527344,46.33000183105469,44.93293762207031,617500,0.0,0.0 2023-09-15 00:00:00-04:00,46.16999816894531,46.56999969482422,45.72999954223633,46.08000183105469,44.69047546386719,1325400,0.0,0.0 2023-09-18 00:00:00-04:00,46.25,47.099998474121094,45.939998626708984,46.88999938964844,45.47604751586914,553200,0.0,0.0 2023-09-19 00:00:00-04:00,46.81999969482422,47.84000015258789,46.81999969482422,47.279998779296875,45.85429000854492,524300,0.0,0.0 2023-09-20 00:00:00-04:00,47.75,47.75,46.869998931884766,46.88999938964844,45.47604751586914,347900,0.0,0.0 2023-09-21 00:00:00-04:00,46.88999938964844,48.93000030517578,46.880001068115234,48.630001068115234,47.16358184814453,655500,0.0,0.0 2023-09-22 00:00:00-04:00,48.56999969482422,48.97999954223633,48.150001525878906,48.27000045776367,46.81443786621094,489100,0.0,0.0 2023-09-25 00:00:00-04:00,48.150001525878906,48.77000045776367,48.13999938964844,48.63999938964844,47.173274993896484,399000,0.0,0.0 2023-09-26 00:00:00-04:00,48.5,49.66999816894531,48.29999923706055,49.27000045776367,47.78428268432617,672900,0.0,0.0 2023-09-27 00:00:00-04:00,49.40999984741211,49.4900016784668,47.7599983215332,48.27000045776367,46.81443786621094,482800,0.0,0.0 2023-09-28 00:00:00-04:00,48.400001525878906,49.29999923706055,48.400001525878906,49.099998474121094,47.619407653808594,566300,0.0,0.0 2023-09-29 00:00:00-04:00,49.2599983215332,49.40999984741211,48.27000045776367,48.41999816894531,46.95991516113281,536100,0.0,0.0 2023-10-02 00:00:00-04:00,48.41999816894531,48.59000015258789,47.22999954223633,47.52000045776367,46.08705139160156,1037700,0.0,0.0 2023-10-03 00:00:00-04:00,47.2400016784668,48.0,47.150001525878906,47.5,46.067657470703125,1473000,0.0,0.0 2023-10-04 00:00:00-04:00,42.38999938964844,44.63999938964844,42.25,44.040000915527344,42.71198654174805,4616600,0.0,0.0 2023-10-05 00:00:00-04:00,44.43000030517578,44.52000045776367,43.5,44.06999969482422,42.74108123779297,1337900,0.0,0.0 2023-10-06 00:00:00-04:00,44.150001525878906,46.209999084472656,43.95000076293945,46.0,44.61288833618164,1232400,0.0,0.0 2023-10-09 00:00:00-04:00,45.869998931884766,47.47999954223633,45.790000915527344,46.68000030517578,45.27238082885742,1074400,0.0,0.0 2023-10-10 00:00:00-04:00,46.869998931884766,47.619998931884766,46.58000183105469,47.4900016784668,46.057960510253906,938800,0.0,0.0 2023-10-11 00:00:00-04:00,47.7400016784668,48.15999984741211,47.2599983215332,48.11000061035156,46.65925979614258,713700,0.0,0.0 2023-10-12 00:00:00-04:00,48.119998931884766,49.0,47.599998474121094,48.9900016784668,47.512725830078125,817800,0.0,0.0 2023-10-13 00:00:00-04:00,49.25,49.88999938964844,49.09000015258789,49.560001373291016,48.06553649902344,1454300,0.0,0.0 2023-10-16 00:00:00-04:00,49.650001525878906,49.68000030517578,47.060001373291016,47.18000030517578,45.75730514526367,1380500,0.0,0.0 2023-10-17 00:00:00-04:00,47.099998474121094,47.29999923706055,45.18000030517578,45.630001068115234,44.25404739379883,1258100,0.0,0.0 2023-10-18 00:00:00-04:00,45.790000915527344,46.939998626708984,45.70000076293945,46.5,45.097808837890625,617700,0.0,0.0 2023-10-19 00:00:00-04:00,46.61000061035156,46.70000076293945,45.95000076293945,46.34000015258789,44.9426383972168,801900,0.0,0.0 2023-10-20 00:00:00-04:00,46.54999923706055,46.54999923706055,45.65999984741211,45.880001068115234,44.49650955200195,1326100,0.0,0.0 2023-10-23 00:00:00-04:00,46.0,46.470001220703125,44.5099983215332,44.5099983215332,43.16781234741211,936000,0.0,0.0 2023-10-24 00:00:00-04:00,44.5099983215332,45.369998931884766,44.29999923706055,45.09000015258789,43.73032760620117,444300,0.0,0.0 2023-10-25 00:00:00-04:00,45.09000015258789,45.59000015258789,44.86000061035156,44.869998931884766,43.516963958740234,419700,0.0,0.0 2023-10-26 00:00:00-04:00,44.95000076293945,45.560001373291016,44.95000076293945,45.33000183105469,43.96309280395508,486300,0.0,0.0 2023-10-27 00:00:00-04:00,45.099998474121094,45.630001068115234,44.779998779296875,45.560001373291016,44.186153411865234,588700,0.0,0.0 2023-10-30 00:00:00-04:00,45.95000076293945,46.0099983215332,45.13999938964844,45.560001373291016,44.186153411865234,465000,0.0,0.0 2023-10-31 00:00:00-04:00,45.65999984741211,45.81999969482422,45.16999816894531,45.310001373291016,43.94947814941406,413600,0.006,0.0 2023-11-01 00:00:00-04:00,45.439998626708984,48.119998931884766,45.2400016784668,47.81999969482422,46.38411331176758,743600,0.0,0.0 2023-11-02 00:00:00-04:00,47.75,50.06999969482422,47.529998779296875,49.720001220703125,48.2270622253418,1174000,0.0,0.0 2023-11-03 00:00:00-04:00,49.86000061035156,49.97999954223633,48.68000030517578,49.540000915527344,48.05246353149414,872300,0.0,0.0 2023-11-06 00:00:00-05:00,49.75,49.790000915527344,49.029998779296875,49.529998779296875,48.04276657104492,551600,0.0,0.0 2023-11-07 00:00:00-05:00,49.52000045776367,50.04999923706055,49.15999984741211,49.33000183105469,47.84877395629883,849200,0.0,0.0 2023-11-08 00:00:00-05:00,49.16999816894531,49.70000076293945,48.099998474121094,48.16999816894531,46.723602294921875,575100,0.0,0.0 2023-11-09 00:00:00-05:00,48.25,49.209999084472656,47.849998474121094,48.59000015258789,47.1309928894043,602200,0.0,0.0 2023-11-10 00:00:00-05:00,48.81999969482422,49.95000076293945,48.81999969482422,49.689998626708984,48.19796371459961,639700,0.0,0.0 2023-11-13 00:00:00-05:00,49.459999084472656,50.060001373291016,49.15999984741211,49.5099983215332,48.02336502075195,582100,0.0,0.0 2023-11-14 00:00:00-05:00,49.9900016784668,50.66999816894531,49.25,50.540000915527344,49.022438049316406,819700,0.0,0.0 2023-11-15 00:00:00-05:00,50.40999984741211,50.65999984741211,49.84000015258789,50.119998931884766,48.61505126953125,692800,0.0,0.0 2023-11-16 00:00:00-05:00,50.209999084472656,50.54999923706055,49.459999084472656,49.790000915527344,48.29496383666992,841900,0.0,0.0 2023-11-17 00:00:00-05:00,49.97999954223633,50.0,48.040000915527344,48.33000183105469,46.87879943847656,805600,0.0,0.0 2023-11-20 00:00:00-05:00,48.27000045776367,48.95000076293945,47.689998626708984,48.61000061035156,47.150394439697266,900400,0.0,0.0 2023-11-21 00:00:00-05:00,48.68000030517578,49.2400016784668,47.66999816894531,47.720001220703125,46.287113189697266,1077000,0.0,0.0 2023-11-22 00:00:00-05:00,47.849998474121094,47.9900016784668,45.06999969482422,47.31999969482422,45.89912796020508,1427600,0.0,0.0 2023-11-24 00:00:00-05:00,47.5,47.91999816894531,47.119998931884766,47.91999816894531,46.481109619140625,257000,0.0,0.0 2023-11-27 00:00:00-05:00,47.540000915527344,47.66999816894531,46.790000915527344,47.119998931884766,45.70513153076172,955800,0.0,0.0 2023-11-28 00:00:00-05:00,47.25,47.25,46.29999923706055,46.52000045776367,45.123146057128906,767100,0.0,0.0 2023-11-29 00:00:00-05:00,46.61000061035156,47.779998779296875,46.45000076293945,47.45000076293945,46.02522277832031,877200,0.0,0.0 2023-11-30 00:00:00-05:00,47.45000076293945,48.119998931884766,47.060001373291016,47.91999816894531,46.481109619140625,729200,0.0,0.0 2023-12-01 00:00:00-05:00,47.7400016784668,49.529998779296875,47.7400016784668,49.2599983215332,47.78087615966797,769100,0.0,0.0 2023-12-04 00:00:00-05:00,48.959999084472656,49.93000030517578,48.65999984741211,49.52000045776367,48.03306579589844,474200,0.0,0.0 2023-12-05 00:00:00-05:00,49.5,50.099998474121094,49.099998474121094,49.720001220703125,48.2270622253418,529100,0.0,0.0 2023-12-06 00:00:00-05:00,49.83000183105469,50.43000030517578,49.689998626708984,49.970001220703125,48.46955871582031,593000,0.0,0.0 2023-12-07 00:00:00-05:00,49.9900016784668,50.97999954223633,49.56999969482422,50.970001220703125,49.43952941894531,469300,0.0,0.0 2023-12-08 00:00:00-05:00,50.5,52.06999969482422,50.5,51.70000076293945,50.147605895996094,631800,0.0,0.0 2023-12-11 00:00:00-05:00,51.18000030517578,51.7400016784668,50.040000915527344,50.779998779296875,49.25522994995117,596800,0.0,0.0 2023-12-12 00:00:00-05:00,51.08000183105469,51.08000183105469,48.220001220703125,48.88999938964844,47.4219856262207,878700,0.0,0.0 2023-12-13 00:00:00-05:00,49.20000076293945,54.310001373291016,49.0,53.93000030517578,52.31064987182617,2404800,0.0,0.0 2023-12-14 00:00:00-05:00,54.47999954223633,55.75,53.81999969482422,55.220001220703125,53.56191635131836,1549300,0.0,0.0 2023-12-15 00:00:00-05:00,55.4900016784668,55.63999938964844,54.11000061035156,55.439998626708984,53.775306701660156,1781700,0.0,0.0 2023-12-18 00:00:00-05:00,55.04999923706055,56.060001373291016,54.88999938964844,55.189998626708984,53.532814025878906,687500,0.0,0.0 2023-12-19 00:00:00-05:00,55.0,57.029998779296875,55.0,56.93000030517578,55.2205696105957,710700,0.0,0.0 2023-12-20 00:00:00-05:00,55.95000076293945,56.029998779296875,55.209999084472656,55.220001220703125,53.56191635131836,740100,0.0,0.0 2023-12-21 00:00:00-05:00,55.40999984741211,56.29999923706055,55.40999984741211,56.08000183105469,54.396095275878906,729600,0.0,0.0 2023-12-22 00:00:00-05:00,56.119998931884766,56.779998779296875,55.97999954223633,56.709999084472656,55.007171630859375,468900,0.0,0.0 2023-12-26 00:00:00-05:00,56.709999084472656,56.9900016784668,56.36000061035156,56.63999938964844,54.939273834228516,433300,0.0,0.0 2023-12-27 00:00:00-05:00,56.66999816894531,57.52000045776367,56.439998626708984,56.68000030517578,54.97807312011719,545700,0.0,0.0 2023-12-28 00:00:00-05:00,56.650001525878906,57.77000045776367,56.650001525878906,57.65999984741211,55.928646087646484,558000,0.0,0.0 2023-12-29 00:00:00-05:00,57.70000076293945,57.95000076293945,57.189998626708984,57.38999938964844,55.66675567626953,598700,0.0,0.0 2024-01-02 00:00:00-05:00,56.939998626708984,57.119998931884766,55.61000061035156,56.68000030517578,54.97807312011719,769000,0.0,0.0 2024-01-03 00:00:00-05:00,56.34000015258789,56.34000015258789,54.65999984741211,54.86000061035156,53.21272659301758,1609500,0.0,0.0 2024-01-04 00:00:00-05:00,53.27000045776367,57.45000076293945,53.02000045776367,56.29999923706055,54.6094856262207,2055800,0.0,0.0 2024-01-05 00:00:00-05:00,56.470001220703125,57.290000915527344,55.119998931884766,55.310001373291016,53.64921188354492,987300,0.0,0.0 2024-01-08 00:00:00-05:00,55.29999923706055,55.529998779296875,54.75,55.2400016784668,53.58131790161133,657800,0.0,0.0 2024-01-09 00:00:00-05:00,54.93000030517578,55.02000045776367,53.959999084472656,54.45000076293945,52.81503677368164,593900,0.0,0.0 2024-01-10 00:00:00-05:00,54.630001068115234,54.709999084472656,53.9900016784668,54.540000915527344,52.9023323059082,432100,0.0,0.0 2024-01-11 00:00:00-05:00,54.369998931884766,54.619998931884766,53.91999816894531,54.2400016784668,52.61134338378906,479200,0.0,0.0 2024-01-12 00:00:00-05:00,54.54999923706055,55.38999938964844,54.54999923706055,54.90999984741211,53.26122283935547,403900,0.0,0.0 2024-01-16 00:00:00-05:00,54.84000015258789,54.959999084472656,54.209999084472656,54.38999938964844,52.7568359375,433600,0.0,0.0 2024-01-17 00:00:00-05:00,54.0,54.470001220703125,53.88999938964844,54.119998931884766,52.49494171142578,434200,0.0,0.0 2024-01-18 00:00:00-05:00,54.2599983215332,54.29999923706055,53.380001068115234,54.290000915527344,52.65983963012695,388000,0.0,0.0 2024-01-19 00:00:00-05:00,54.4900016784668,54.560001373291016,53.59000015258789,54.150001525878906,52.524044036865234,400300,0.0,0.0 2024-01-22 00:00:00-05:00,54.18000030517578,55.25,54.02000045776367,55.060001373291016,53.40671920776367,627100,0.0,0.0 2024-01-23 00:00:00-05:00,55.25,56.09000015258789,54.83000183105469,54.84000015258789,53.193321228027344,475700,0.0,0.0 2024-01-24 00:00:00-05:00,55.0,55.779998779296875,54.5,54.689998626708984,53.047828674316406,400400,0.0,0.0 2024-01-25 00:00:00-05:00,54.88999938964844,56.29999923706055,54.88999938964844,56.2400016784668,54.55128860473633,570300,0.0,0.0 2024-01-26 00:00:00-05:00,56.52000045776367,56.52000045776367,55.29999923706055,56.15999984741211,54.473690032958984,330700,0.0,0.0 2024-01-29 00:00:00-05:00,55.84000015258789,55.91999816894531,54.869998931884766,55.04999923706055,53.39701843261719,742400,0.0,0.0 2024-01-30 00:00:00-05:00,54.79999923706055,55.810001373291016,54.630001068115234,55.59000015258789,54.03466796875,607700,0.116,0.0 2024-01-31 00:00:00-05:00,55.290000915527344,55.970001220703125,54.880001068115234,55.41999816894531,53.869422912597656,719000,0.0,0.0 2024-02-01 00:00:00-05:00,55.84000015258789,56.13999938964844,54.900001525878906,56.099998474121094,54.5303955078125,394700,0.0,0.0 2024-02-02 00:00:00-05:00,56.060001373291016,57.099998474121094,55.68000030517578,56.939998626708984,55.346893310546875,541800,0.0,0.0 2024-02-05 00:00:00-05:00,56.939998626708984,56.939998626708984,55.77000045776367,55.880001068115234,54.316551208496094,410000,0.0,0.0 2024-02-06 00:00:00-05:00,55.709999084472656,56.29999923706055,55.540000915527344,56.16999816894531,54.59843444824219,374200,0.0,0.0 2024-02-07 00:00:00-05:00,55.880001068115234,56.029998779296875,55.119998931884766,55.7599983215332,54.19990921020508,441100,0.0,0.0 2024-02-08 00:00:00-05:00,55.7599983215332,56.0,54.79999923706055,55.5,53.94718551635742,383600,0.0,0.0 2024-02-09 00:00:00-05:00,55.45000076293945,55.77000045776367,55.0,55.560001373291016,54.0055046081543,317900,0.0,0.0 2024-02-12 00:00:00-05:00,55.72999954223633,56.5,55.72999954223633,56.09000015258789,54.52067565917969,468900,0.0,0.0 2024-02-13 00:00:00-05:00,55.18000030517578,55.91999816894531,54.529998779296875,54.959999084472656,53.42229080200195,493700,0.0,0.0 2024-02-14 00:00:00-05:00,55.16999816894531,55.970001220703125,54.88999938964844,55.88999938964844,54.32627487182617,437200,0.0,0.0 2024-02-15 00:00:00-05:00,56.16999816894531,57.400001525878906,56.060001373291016,57.09000015258789,55.492698669433594,447800,0.0,0.0 2024-02-16 00:00:00-05:00,56.86000061035156,57.70000076293945,56.380001068115234,57.33000183105469,55.72598648071289,356900,0.0,0.0 2024-02-20 00:00:00-05:00,56.79999923706055,60.06999969482422,56.66999816894531,58.31999969482422,56.68828582763672,611200,0.0,0.0 2024-02-21 00:00:00-05:00,57.970001220703125,58.33000183105469,57.06999969482422,57.29999923706055,55.69682312011719,578500,0.0,0.0 2024-02-22 00:00:00-05:00,57.13999938964844,57.52000045776367,56.02000045776367,57.40999984741211,55.80374526977539,486800,0.0,0.0 2024-02-23 00:00:00-05:00,57.09000015258789,57.560001373291016,56.95000076293945,57.41999816894531,55.8134651184082,325800,0.0,0.0 2024-02-26 00:00:00-05:00,57.41999816894531,58.540000915527344,56.91999816894531,58.439998626708984,56.804927825927734,456000,0.0,0.0 2024-02-27 00:00:00-05:00,58.58000183105469,58.849998474121094,57.54999923706055,57.95000076293945,56.32863998413086,392200,0.0,0.0 2024-02-28 00:00:00-05:00,57.68000030517578,58.279998779296875,57.20000076293945,57.400001525878906,55.794029235839844,370900,0.0,0.0 2024-02-29 00:00:00-05:00,58.029998779296875,58.34000015258789,56.779998779296875,57.4900016784668,55.881507873535156,420300,0.0,0.0 2024-03-01 00:00:00-05:00,58.130001068115234,58.130001068115234,54.880001068115234,55.79999923706055,54.23878860473633,676500,0.0,0.0 2024-03-04 00:00:00-05:00,55.810001373291016,57.119998931884766,55.810001373291016,56.65999984741211,55.07472610473633,533900,0.0,0.0 2024-03-05 00:00:00-05:00,56.810001373291016,57.900001525878906,56.15999984741211,56.849998474121094,55.25941467285156,478100,0.0,0.0 2024-03-06 00:00:00-05:00,57.2599983215332,57.540000915527344,56.47999954223633,57.16999816894531,55.570457458496094,396300,0.0,0.0 2024-03-07 00:00:00-05:00,57.540000915527344,57.869998931884766,56.86000061035156,57.540000915527344,55.93010711669922,385500,0.0,0.0 2024-03-08 00:00:00-05:00,57.849998474121094,58.40999984741211,57.5099983215332,57.84000015258789,56.22171401977539,367400,0.0,0.0 2024-03-11 00:00:00-04:00,58.40999984741211,58.9900016784668,58.209999084472656,58.4900016784668,56.85353088378906,593400,0.0,0.0 2024-03-12 00:00:00-04:00,58.9900016784668,60.849998474121094,58.939998626708984,59.34000015258789,57.67974853515625,939400,0.0,0.0 2024-03-13 00:00:00-04:00,59.470001220703125,60.5,59.2599983215332,59.400001525878906,57.73807144165039,736200,0.0,0.0 2024-03-14 00:00:00-04:00,59.2599983215332,59.7400016784668,59.0099983215332,59.400001525878906,57.73807144165039,515500,0.0,0.0 2024-03-15 00:00:00-04:00,59.040000915527344,60.09000015258789,59.040000915527344,59.40999984741211,57.74778747558594,3003500,0.0,0.0 2024-03-18 00:00:00-04:00,59.43000030517578,60.84000015258789,59.189998626708984,60.439998626708984,58.74897003173828,585300,0.0,0.0 2024-03-19 00:00:00-04:00,60.060001373291016,60.77000045776367,59.560001373291016,60.720001220703125,59.02113723754883,426400,0.0,0.0 2024-03-20 00:00:00-04:00,60.91999816894531,61.900001525878906,60.380001068115234,61.650001525878906,59.92511749267578,662900,0.0,0.0 2024-03-21 00:00:00-04:00,61.88999938964844,62.349998474121094,61.29999923706055,61.84000015258789,60.109798431396484,502700,0.0,0.0 2024-03-22 00:00:00-04:00,62.58000183105469,62.58000183105469,61.0099983215332,61.16999816894531,59.45854187011719,674000,0.0,0.0 2024-03-25 00:00:00-04:00,61.220001220703125,61.54999923706055,59.470001220703125,59.599998474121094,57.93246841430664,654000,0.0,0.0 2024-03-26 00:00:00-04:00,59.720001220703125,59.720001220703125,58.81999969482422,59.459999084472656,57.796390533447266,609500,0.0,0.0 2024-03-27 00:00:00-04:00,59.90999984741211,60.0,58.15999984741211,58.619998931884766,56.979888916015625,650600,0.0,0.0 2024-03-28 00:00:00-04:00,58.75,59.060001373291016,58.439998626708984,58.849998474121094,57.20345687866211,670600,0.0,0.0 2024-04-01 00:00:00-04:00,58.9900016784668,59.18000030517578,58.099998474121094,58.54999923706055,56.91184997558594,595400,0.0,0.0 2024-04-02 00:00:00-04:00,58.290000915527344,59.150001525878906,55.0,58.90999984741211,57.26177978515625,2089300,0.0,0.0 2024-04-03 00:00:00-04:00,61.79999923706055,63.13999938964844,60.349998474121094,61.040000915527344,59.332183837890625,2223100,0.0,0.0 2024-04-04 00:00:00-04:00,61.09000015258789,62.900001525878906,59.959999084472656,62.79999923706055,61.042938232421875,931200,0.0,0.0 2024-04-05 00:00:00-04:00,62.880001068115234,64.76000213623047,62.52000045776367,62.900001525878906,61.14014434814453,1232800,0.0,0.0 2024-04-08 00:00:00-04:00,63.0,64.36000061035156,62.709999084472656,62.91999816894531,61.15958023071289,629800,0.0,0.0 2024-04-09 00:00:00-04:00,63.150001525878906,63.459999084472656,61.869998931884766,62.459999084472656,60.71245193481445,596500,0.0,0.0 2024-04-10 00:00:00-04:00,62.11000061035156,62.189998626708984,60.70000076293945,61.5099983215332,59.789031982421875,587700,0.0,0.0 2024-04-11 00:00:00-04:00,61.61000061035156,61.880001068115234,59.650001525878906,60.91999816894531,59.215538024902344,660500,0.0,0.0 2024-04-12 00:00:00-04:00,60.86000061035156,61.540000915527344,60.2400016784668,60.459999084472656,58.768409729003906,589600,0.0,0.0 2024-04-15 00:00:00-04:00,60.52000045776367,60.86000061035156,60.0099983215332,60.33000183105469,58.64204788208008,677100,0.0,0.0 2024-04-16 00:00:00-04:00,60.290000915527344,61.970001220703125,60.029998779296875,61.900001525878906,60.168121337890625,546200,0.0,0.0 2024-04-17 00:00:00-04:00,62.650001525878906,62.650001525878906,60.0099983215332,60.36000061035156,58.67121124267578,751100,0.0,0.0 2024-04-18 00:00:00-04:00,60.59000015258789,60.68000030517578,59.16999816894531,59.220001220703125,57.563106536865234,868800,0.0,0.0 2024-04-19 00:00:00-04:00,59.099998474121094,60.47999954223633,58.5,60.09000015258789,58.40876007080078,754300,0.0,0.0 2024-04-22 00:00:00-04:00,60.400001525878906,60.79999923706055,59.470001220703125,59.70000076293945,58.0296745300293,687300,0.0,0.0 2024-04-23 00:00:00-04:00,59.650001525878906,60.5,59.29999923706055,59.68000030517578,58.010231018066406,719300,0.0,0.0 2024-04-24 00:00:00-04:00,59.56999969482422,59.849998474121094,58.779998779296875,58.81999969482422,57.174293518066406,555600,0.0,0.0 2024-04-25 00:00:00-04:00,58.630001068115234,58.84000015258789,57.75,58.11000061035156,56.48415756225586,583400,0.0,0.0 2024-04-26 00:00:00-04:00,58.0,58.130001068115234,56.65999984741211,56.869998931884766,55.27885437011719,652200,0.0,0.0 2024-04-29 00:00:00-04:00,56.900001525878906,58.060001373291016,56.81999969482422,57.65999984741211,56.046749114990234,760400,0.0,0.0 2024-04-30 00:00:00-04:00,56.650001525878906,56.7599983215332,55.150001525878906,55.33000183105469,54.728248596191406,692400,0.997,0.0 2024-05-01 00:00:00-04:00,55.650001525878906,56.220001220703125,55.16999816894531,55.25,54.64911651611328,607000,0.0,0.0 2024-05-02 00:00:00-04:00,55.5,57.619998931884766,55.439998626708984,57.52000045776367,56.89442825317383,630100,0.0,0.0 2024-05-03 00:00:00-04:00,57.9900016784668,58.27000045776367,56.29999923706055,56.79999923706055,56.18225860595703,546900,0.0,0.0 2024-05-06 00:00:00-04:00,57.08000183105469,57.68000030517578,56.400001525878906,56.91999816894531,56.30095291137695,594300,0.0,0.0 2024-05-07 00:00:00-04:00,57.189998626708984,57.59000015258789,56.65999984741211,57.08000183105469,56.4592170715332,441900,0.0,0.0 2024-05-08 00:00:00-04:00,56.91999816894531,57.439998626708984,56.72999954223633,57.380001068115234,56.75595474243164,354300,0.0,0.0 2024-05-09 00:00:00-04:00,57.34000015258789,58.13999938964844,56.7400016784668,58.11000061035156,57.47801208496094,373600,0.0,0.0 2024-05-10 00:00:00-04:00,58.15999984741211,58.290000915527344,57.130001068115234,57.279998779296875,56.657039642333984,361800,0.0,0.0 2024-05-13 00:00:00-04:00,57.369998931884766,58.529998779296875,57.189998626708984,57.5,56.87464904785156,474800,0.0,0.0 2024-05-14 00:00:00-04:00,57.869998931884766,58.63999938964844,57.630001068115234,58.54999923706055,57.91322708129883,459500,0.0,0.0 2024-05-15 00:00:00-04:00,58.40999984741211,58.779998779296875,57.70000076293945,57.79999923706055,57.171382904052734,408600,0.0,0.0 2024-05-16 00:00:00-04:00,57.68000030517578,58.40999984741211,57.18000030517578,58.290000915527344,57.65605545043945,356500,0.0,0.0 2024-05-17 00:00:00-04:00,58.33000183105469,58.810001373291016,57.75,58.18000030517578,57.5472526550293,409600,0.0,0.0 2024-05-20 00:00:00-04:00,58.189998626708984,59.40999984741211,58.150001525878906,59.380001068115234,58.73420333862305,437200,0.0,0.0 2024-05-21 00:00:00-04:00,59.47999954223633,61.130001068115234,58.13999938964844,61.06999969482422,60.405818939208984,736600,0.0,0.0 2024-05-22 00:00:00-04:00,61.06999969482422,61.4900016784668,59.689998626708984,59.81999969482422,59.16941452026367,661700,0.0,0.0 2024-05-23 00:00:00-04:00,59.75,60.70000076293945,59.29999923706055,59.709999084472656,59.060611724853516,628500,0.0,0.0 2024-05-24 00:00:00-04:00,59.91999816894531,60.38999938964844,59.34000015258789,60.349998474121094,59.69364929199219,386000,0.0,0.0 2024-05-28 00:00:00-04:00,60.349998474121094,61.31999969482422,60.060001373291016,60.529998779296875,59.8716926574707,732400,0.0,0.0 2024-05-29 00:00:00-04:00,59.939998626708984,61.27000045776367,59.5,60.56999969482422,59.911258697509766,818700,0.0,0.0 2024-05-30 00:00:00-04:00,60.689998626708984,61.65999984741211,60.08000183105469,60.119998931884766,59.46615219116211,1678600,0.0,0.0 2024-05-31 00:00:00-04:00,60.22999954223633,61.810001373291016,60.22999954223633,61.66999816894531,60.99929428100586,602400,0.0,0.0 2024-06-03 00:00:00-04:00,61.86000061035156,62.0,60.72999954223633,61.119998931884766,60.45527648925781,612900,0.0,0.0 2024-06-04 00:00:00-04:00,60.630001068115234,61.439998626708984,60.43000030517578,60.810001373291016,60.148651123046875,591600,0.0,0.0 2024-06-05 00:00:00-04:00,60.7400016784668,60.7400016784668,57.959999084472656,58.08000183105469,57.448341369628906,517600,0.0,0.0 2024-06-06 00:00:00-04:00,57.81999969482422,59.189998626708984,57.689998626708984,58.68000030517578,58.041812896728516,494000,0.0,0.0 2024-06-07 00:00:00-04:00,58.470001220703125,58.599998474121094,57.70000076293945,58.11000061035156,57.47801208496094,265800,0.0,0.0 2024-06-10 00:00:00-04:00,57.66999816894531,58.22999954223633,57.43000030517578,57.970001220703125,57.33953857421875,471800,0.0,0.0 2024-06-11 00:00:00-04:00,57.650001525878906,58.810001373291016,57.56999969482422,58.56999969482422,57.93301010131836,329400,0.0,0.0 2024-06-12 00:00:00-04:00,59.15999984741211,59.349998474121094,58.31999969482422,58.560001373291016,57.923118591308594,255100,0.0,0.0 2024-06-13 00:00:00-04:00,58.470001220703125,59.150001525878906,58.290000915527344,58.84000015258789,58.2000732421875,306900,0.0,0.0 2024-06-14 00:00:00-04:00,58.54999923706055,58.880001068115234,58.130001068115234,58.630001068115234,57.99235916137695,331000,0.0,0.0 2024-06-17 00:00:00-04:00,58.689998626708984,59.63999938964844,58.220001220703125,58.689998626708984,58.05170440673828,528600,0.0,0.0 2024-06-18 00:00:00-04:00,58.61000061035156,59.43000030517578,58.47999954223633,58.93000030517578,58.28909683227539,549400,0.0,0.0 2024-06-20 00:00:00-04:00,58.65999984741211,59.720001220703125,58.040000915527344,58.16999816894531,57.537357330322266,511300,0.0,0.0 2024-06-21 00:00:00-04:00,58.099998474121094,58.709999084472656,57.560001373291016,58.27000045776367,57.63627243041992,3993200,0.0,0.0 2024-06-24 00:00:00-04:00,58.59000015258789,61.09000015258789,58.59000015258789,60.869998931884766,60.2079963684082,546500,0.0,0.0 2024-06-25 00:00:00-04:00,61.16999816894531,61.56999969482422,60.4900016784668,60.79999923706055,60.138755798339844,533100,0.0,0.0 2024-06-26 00:00:00-04:00,60.20000076293945,61.27000045776367,60.0,60.599998474121094,59.9409294128418,553500,0.0,0.0 2024-06-27 00:00:00-04:00,60.75,61.5099983215332,60.150001525878906,60.47999954223633,59.82223892211914,411600,0.0,0.0 2024-06-28 00:00:00-04:00,60.790000915527344,61.400001525878906,60.720001220703125,61.11000061035156,60.44538497924805,1998000,0.0,0.0 2024-07-01 00:00:00-04:00,61.470001220703125,62.88999938964844,61.189998626708984,62.779998779296875,62.09722137451172,508400,0.0,0.0 2024-07-02 00:00:00-04:00,62.68000030517578,62.810001373291016,61.59000015258789,61.81999969482422,61.14766311645508,358100,0.0,0.0 2024-07-03 00:00:00-04:00,61.7599983215332,62.5,61.66999816894531,62.15999984741211,61.48396682739258,163500,0.0,0.0 2024-07-05 00:00:00-04:00,62.029998779296875,62.59000015258789,61.7400016784668,62.34000015258789,61.662010192871094,334800,0.0,0.0 2024-07-08 00:00:00-04:00,62.58000183105469,62.970001220703125,62.349998474121094,62.869998931884766,62.18624496459961,306900,0.0,0.0 2024-07-09 00:00:00-04:00,62.58000183105469,63.18000030517578,62.36000061035156,62.5,61.82026672363281,457600,0.0,0.0 2024-07-10 00:00:00-04:00,62.779998779296875,63.4900016784668,62.63999938964844,63.0099983215332,62.3247184753418,305300,0.0,0.0 2024-07-11 00:00:00-04:00,63.380001068115234,63.47999954223633,62.59000015258789,63.189998626708984,62.50276184082031,371600,0.0,0.0 2024-07-12 00:00:00-04:00,63.470001220703125,63.630001068115234,62.75,63.13999938964844,62.45330810546875,410200,0.0,0.0 2024-07-15 00:00:00-04:00,63.36000061035156,63.619998931884766,62.689998626708984,62.7400016784668,62.05765914916992,375200,0.0,0.0 2024-07-16 00:00:00-04:00,63.11000061035156,64.83000183105469,63.099998474121094,64.31999969482422,63.62047576904297,427400,0.0,0.0 2024-07-17 00:00:00-04:00,64.87000274658203,68.37000274658203,64.87000274658203,65.61000061035156,64.89644622802734,986600,0.0,0.0 2024-07-18 00:00:00-04:00,65.58999633789062,66.62000274658203,65.3499984741211,65.4000015258789,64.68872833251953,526600,0.0,0.0 2024-07-19 00:00:00-04:00,65.70999908447266,65.87999725341797,65.0,65.19999694824219,64.49089813232422,422100,0.0,0.0 2024-07-22 00:00:00-04:00,64.95999908447266,65.19999694824219,63.369998931884766,64.48999786376953,63.78862380981445,534300,0.0,0.0 2024-07-23 00:00:00-04:00,64.0,65.27999877929688,64.0,64.83000183105469,64.12493133544922,541300,0.0,0.0 2024-07-24 00:00:00-04:00,64.12000274658203,69.44000244140625,63.56999969482422,66.86000061035156,66.13285064697266,1187700,0.0,0.0 2024-07-25 00:00:00-04:00,66.86000061035156,71.77999877929688,66.86000061035156,71.05000305175781,70.27728271484375,852700,0.0,0.0 2024-07-26 00:00:00-04:00,71.20999908447266,71.73999786376953,70.27999877929688,70.83000183105469,70.05967712402344,656500,0.0,0.0 2024-07-29 00:00:00-04:00,70.69999694824219,70.83000183105469,69.04000091552734,70.55999755859375,69.79261016845703,586700,0.0,0.0 2024-07-30 00:00:00-04:00,70.19999694824219,72.36000061035156,69.55000305175781,71.77999877929688,70.99934387207031,497400,0.0,0.0 2024-07-31 00:00:00-04:00,71.91999816894531,72.05000305175781,70.80000305175781,71.56999969482422,70.7916259765625,382800,0.0,0.0 2024-08-01 00:00:00-04:00,72.12000274658203,72.69999694824219,71.29000091552734,72.1500015258789,71.36531829833984,572500,0.0,0.0 2024-08-02 00:00:00-04:00,71.25,72.3499984741211,70.48999786376953,70.80000305175781,70.0300064086914,500300,0.0,0.0 2024-08-05 00:00:00-04:00,68.5,68.95999908447266,67.4000015258789,68.76000213623047,68.76000213623047,501800,0.77,0.0 2024-08-06 00:00:00-04:00,68.87000274658203,69.66000366210938,68.26000213623047,69.19000244140625,69.19000244140625,629600,0.0,0.0 2024-08-07 00:00:00-04:00,69.72000122070312,70.1500015258789,69.30999755859375,69.86000061035156,69.86000061035156,371800,0.0,0.0 2024-08-08 00:00:00-04:00,69.9000015258789,70.30999755859375,69.31999969482422,69.98999786376953,69.98999786376953,307300,0.0,0.0 2024-08-09 00:00:00-04:00,70.29000091552734,70.37999725341797,69.19000244140625,70.31999969482422,70.31999969482422,321400,0.0,0.0 2024-08-12 00:00:00-04:00,70.20999908447266,70.30000305175781,69.11000061035156,69.5999984741211,69.5999984741211,300100,0.0,0.0 2024-08-13 00:00:00-04:00,69.87000274658203,70.19000244140625,69.48999786376953,70.16000366210938,70.16000366210938,296700,0.0,0.0 2024-08-14 00:00:00-04:00,70.5,70.9000015258789,69.75,70.2699966430664,70.2699966430664,303600,0.0,0.0 2024-08-15 00:00:00-04:00,71.0,71.45999908447266,70.41999816894531,70.5,70.5,321500,0.0,0.0 2024-08-16 00:00:00-04:00,70.58999633789062,70.76000213623047,70.08000183105469,70.73999786376953,70.73999786376953,338400,0.0,0.0 2024-08-19 00:00:00-04:00,70.7300033569336,72.04000091552734,70.58000183105469,71.7699966430664,71.7699966430664,506200,0.0,0.0 2024-08-20 00:00:00-04:00,71.75,72.20999908447266,70.77999877929688,71.83999633789062,71.83999633789062,386300,0.0,0.0 2024-08-21 00:00:00-04:00,71.80000305175781,71.98999786376953,71.26000213623047,71.88999938964844,71.88999938964844,329900,0.0,0.0 ================================================ FILE: tests/data/CLC-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains,Repaired? 2022-01-04 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-05 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-06 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-07 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-10 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-11 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-12 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-13 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-14 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-17 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-18 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-19 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-20 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-21 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-24 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-25 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-26 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-27 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-28 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-01-31 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-01 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-02 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-03 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-04 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-07 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-08 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-09 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-10 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-11 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-14 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-15 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-16 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-17 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-18 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-21 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-22 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-23 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-24 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-25 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.5319544334265005,0.0,0.0,0.0,0.0,True 2022-02-28 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-01 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-02 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-03 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-04 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-07 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-08 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-09 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-10 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-11 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-14 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-15 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-16 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-17 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-18 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-21 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-22 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-23 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-24 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-25 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-28 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-29 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-30 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-03-31 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-01 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-04 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-05 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-06 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-07 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-08 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-11 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-12 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-13 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-14 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-19 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-20 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-21 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-22 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-25 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-26 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-27 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-28 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-04-29 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-03 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-04 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-05 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-06 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-09 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-10 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-11 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-12 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-13 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-16 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-17 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-18 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-19 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-20 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-23 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-24 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-25 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-26 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-27 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-30 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.5603431360377632,0.0,0.0,0.0,0.0,True 2022-05-31 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-24 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5467494137023883,0.0,0.0,0.0,0.0,True 2022-06-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0306,0.0,0.0,True 2022-07-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-19 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-25 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-07-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-02 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-03 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-19 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-24 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-25 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-08-31 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.559463061770549,0.0,0.0,0.0,0.0,True 2022-09-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-02 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-09-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-03 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.5745377647814849,0.0,0.0,0.0,0.0,True 2022-10-19 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.559463061770549,0.0,0.0,0.0,0.0,True 2022-10-20 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.559463061770549,0.0,0.0,0.0,0.0,True 2022-10-21 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-24 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-25 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-26 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-27 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-28 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-10-31 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-01 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-02 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-03 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-04 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-07 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-08 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-09 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-10 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-11 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-14 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-15 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-16 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-17 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-18 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-21 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-22 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-23 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-24 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-25 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-28 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-29 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.5545592556695147,0.0,0.0,0.0,0.0,True 2022-11-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-05 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-12 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-19 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-28 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-29 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2022-12-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-04 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-05 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-11 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-12 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-18 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-19 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-25 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-26 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-27 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-01-31 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-27 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-02-28 00:00:00+00:00,0.6268000030517579,0.6268000030517579,0.6268000030517579,0.6268000030517579,0.5692071502936306,0.0,0.0,0.0,0.0,True 2023-03-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-29 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-03-31 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-04 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-06 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-11 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-13 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-14 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-17 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-18 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-20 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-21 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-24 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-25 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-04-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-02 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-04 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-09 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-10 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-11 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-15 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-16 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-17 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-18 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-22 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-23 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-24 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-25 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-05-31 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-06-01 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-02 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-06 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-07 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-08 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-09 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-13 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-14 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-15 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-16 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-20 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-21 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-22 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-23 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-29 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-06-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-07-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5439070420630947,0.0,0.0,0.0,0.0,True 2023-07-04 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-05 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-06 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-07 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-10 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-11 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-12 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-13 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-14 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-17 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-18 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-19 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-20 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-21 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-24 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-25 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-26 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.558927271438829,0.0,0.0,0.0,0.0,True 2023-07-27 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0295,0.0,0.0,True 2023-07-28 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-07-31 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-01 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-02 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-03 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-04 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-07 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-08 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-09 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-10 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-11 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-14 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-15 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-16 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-17 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-18 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-21 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-22 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-23 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-24 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-25 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-29 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-30 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.5870653553546415,0.0,0.0,0.0,0.0,True 2023-08-31 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-01 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-04 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-05 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-06 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-07 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-08 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-11 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-12 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-13 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-14 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-15 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-18 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-19 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-20 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-21 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-22 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-25 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-26 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-27 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-28 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5589463033618106,0.0,0.0,0.0,0.0,True 2023-09-29 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-02 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-03 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-04 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-05 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-06 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-09 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-10 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-11 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-12 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-13 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-16 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-17 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-18 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-19 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-20 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-23 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-24 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-25 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-26 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-27 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-10-31 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-03 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-10 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-17 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-24 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-27 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-28 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-11-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-04 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-11 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-12 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-18 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-19 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-27 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-28 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2023-12-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-03 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-04 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-10 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-11 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-12 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-17 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-18 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-19 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-01-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-24 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-25 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-26 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-01-31 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-12 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-02-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-19 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5551500884623415,0.0,0.0,0.0,0.0,True 2024-02-26 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-02-27 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-02-28 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-02-29 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-05 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-06 00:00:00+00:00,0.6,0.5,0.5,0.6,0.5722999999999999,28750.0,0.0,0.0,0.0,True 2024-03-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-11 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-12 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-13 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-14 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-18 00:00:00+00:00,0.6,0.5,0.5,0.6,0.5722999999999999,12052.0,0.0,0.0,0.0,True 2024-03-19 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-20 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-21 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-26 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-27 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-03-28 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-08 00:00:00+01:00,0.6,0.5015000152587891,0.5,0.6,0.5722999999999999,29862.0,0.0,0.0,0.0,True 2024-04-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-15 00:00:00+01:00,0.6,0.5,0.5,0.6,0.5722999999999999,12846.0,0.0,0.0,0.0,True 2024-04-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-24 00:00:00+01:00,0.6,0.5665000152587891,0.5625,0.6,0.5722999999999999,312631.0,0.0,0.0,0.0,True 2024-04-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-04-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-01 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-08 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-13 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-14 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-15 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-21 00:00:00+01:00,0.6,0.5,0.5,0.6,0.5722999999999999,655.0,0.0,0.0,0.0,True 2024-05-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-28 00:00:00+01:00,0.6,0.5,0.5,0.6,0.5722999999999999,8992.0,0.0,0.0,0.0,True 2024-05-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-05-31 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-06 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-10 00:00:00+01:00,0.6,0.5,0.5,0.6,0.5722999999999999,10037.0,0.0,0.0,0.0,True 2024-06-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-13 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-14 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-01 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-08 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-15 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-07-29 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-07-30 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-07-31 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-08-01 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-08-02 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-08-05 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005723000250268281,0.0,0.0,0.0,0.0,True 2024-08-06 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-08-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5722999999999999,0.0,0.0,0.0,0.0,True 2024-08-08 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0277,0.0,0.0,False 2024-08-09 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-12 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-13 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-14 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-15 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-16 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-19 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-20 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-21 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0,False 2024-08-22 00:00:00+01:00,,,,,,,0.0,0.0,0.0,False ================================================ FILE: tests/data/CLC-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2022-01-04 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-05 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-06 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-07 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-10 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-11 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-12 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-13 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-14 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-17 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-18 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-19 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-20 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-21 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-24 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-25 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-26 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-27 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-28 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-01-31 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-01 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-02 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-03 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-04 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-07 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-08 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-09 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-10 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-11 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-14 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-15 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-16 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-17 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-18 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-21 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-22 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-23 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-24 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-25 00:00:00+00:00,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6155500030517578,0.6146735000610352,0.0,0.0,0.0,0.0 2022-02-28 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-01 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-02 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-03 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-04 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-07 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-08 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-09 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-10 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-11 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-14 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-15 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-16 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-17 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-18 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-21 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-22 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-23 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-24 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-25 00:00:00+00:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-28 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-29 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-30 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-03-31 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-01 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-04 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-05 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-06 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-07 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-08 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-11 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-12 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-13 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-14 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-19 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-20 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-21 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-22 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-25 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-26 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-27 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-28 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-04-29 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-03 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-04 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-05 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-06 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-09 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-10 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-11 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-12 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-13 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-16 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-17 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-18 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-19 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-20 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-23 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-24 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-25 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-26 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-27 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-30 00:00:00+01:00,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6483999633789063,0.6474766540527344,0.0,0.0,0.0,0.0 2022-05-31 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-24 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6317691040039063,0.0,0.0,0.0,0.0 2022-06-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0306,0.0,0.0 2022-07-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-19 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-25 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-07-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-02 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-03 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-19 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-24 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-25 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-08-31 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6154904556274414,0.0,0.0,0.0,0.0 2022-09-01 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-02 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-08 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-09 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-15 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-16 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-20 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-21 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-22 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-23 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-26 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-27 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-28 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-29 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-09-30 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-03 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-04 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-05 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-06 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-07 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-10 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-11 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-12 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-13 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-14 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-17 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-18 00:00:00+01:00,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6326699829101563,0.6320748138427734,0.0,0.0,0.0,0.0 2022-10-19 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6154904556274414,0.0,0.0,0.0,0.0 2022-10-20 00:00:00+01:00,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6160699844360352,0.6154904556274414,0.0,0.0,0.0,0.0 2022-10-21 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-24 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-25 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-26 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-27 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-28 00:00:00+01:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-10-31 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-01 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-02 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-03 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-04 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-07 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-08 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-09 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-10 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-11 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-14 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-15 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-16 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-17 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-18 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-21 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-22 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-23 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-24 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-25 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-28 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-29 00:00:00+00:00,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.6106700134277344,0.610095558166504,0.0,0.0,0.0,0.0 2022-11-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-05 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-12 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-19 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-28 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-29 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2022-12-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-04 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-05 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-11 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-12 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-18 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-19 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-25 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-26 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-27 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-30 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-01-31 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-27 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-02-28 00:00:00+00:00,0.6268000030517579,0.6268000030517579,0.6268000030517579,0.6268000030517579,0.6262103652954102,0.0,0.0,0.0,0.0 2023-03-01 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-02 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-03 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-06 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-07 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-08 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-09 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-10 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-13 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-14 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-15 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-16 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-17 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-20 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-21 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-22 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-23 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-24 00:00:00+00:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-29 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-03-31 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-04 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-06 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-11 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-13 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-14 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-17 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-18 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-20 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-21 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-24 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-25 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-04-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-02 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-04 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-09 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-10 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-11 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-15 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-16 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-17 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-18 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-22 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-23 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-24 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-25 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-05-31 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-06-01 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-02 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-05 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-06 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-07 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-08 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-09 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-12 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-13 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-14 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-15 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-16 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-19 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-20 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-21 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-22 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-23 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-26 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-27 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-28 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-29 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-06-30 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-07-03 00:00:00+01:00,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.5989400100708008,0.598376579284668,0.0,0.0,0.0,0.0 2023-07-04 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-05 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-06 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-07 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-10 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-11 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-12 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-13 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-14 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-17 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-18 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-19 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-20 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-21 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-24 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-25 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-26 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6149010086059571,0.0,0.0,0.0,0.0 2023-07-27 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0295,0.0,0.0 2023-07-28 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-07-31 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-01 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-02 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-03 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-04 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-07 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-08 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-09 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-10 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-11 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-14 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-15 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-16 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-17 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-18 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-21 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-22 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-23 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-24 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-25 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-29 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-30 00:00:00+01:00,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6154800033569336,0.6151958847045899,0.0,0.0,0.0,0.0 2023-08-31 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-01 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-04 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-05 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-06 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-07 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-08 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-11 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-12 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-13 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-14 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-15 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-18 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-19 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-20 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-21 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-22 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-25 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-26 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-27 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-28 00:00:00+01:00,0.585999984741211,0.585999984741211,0.585999984741211,0.585999984741211,0.5857294464111328,0.0,0.0,0.0,0.0 2023-09-29 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-02 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-03 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-04 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-05 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-06 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-09 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-10 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-11 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-12 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-13 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-16 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-17 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-18 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-19 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-20 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-23 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-24 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-25 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-26 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-27 00:00:00+01:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-10-31 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-03 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-10 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-17 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-24 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-27 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-28 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-11-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-04 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-11 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-12 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-18 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-19 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-27 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-28 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2023-12-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-03 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-04 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-10 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-11 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-12 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-17 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-18 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-19 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-01-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-24 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-25 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-26 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-29 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-30 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-01-31 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-01 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-02 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-05 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-06 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-07 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-08 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-09 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-12 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-02-13 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-14 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-15 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-16 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-19 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-20 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-21 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-22 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-23 00:00:00+00:00,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5820199966430665,0.5817513275146484,0.0,0.0,0.0,0.0 2024-02-26 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-02-27 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-02-28 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-02-29 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-05 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-06 00:00:00+00:00,0.6,0.5,0.5,0.6,0.599723014831543,28750.0,0.0,0.0,0.0 2024-03-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-11 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-12 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-13 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-14 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-18 00:00:00+00:00,0.6,0.5,0.5,0.6,0.599723014831543,12052.0,0.0,0.0,0.0 2024-03-19 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-20 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-21 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-26 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-27 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-03-28 00:00:00+00:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-08 00:00:00+01:00,0.6,0.5015000152587891,0.5,0.6,0.599723014831543,29862.0,0.0,0.0,0.0 2024-04-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-15 00:00:00+01:00,0.6,0.5,0.5,0.6,0.599723014831543,12846.0,0.0,0.0,0.0 2024-04-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-24 00:00:00+01:00,0.6,0.5665000152587891,0.5625,0.6,0.599723014831543,312631.0,0.0,0.0,0.0 2024-04-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-04-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-01 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-08 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-13 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-14 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-15 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-21 00:00:00+01:00,0.6,0.5,0.5,0.6,0.599723014831543,655.0,0.0,0.0,0.0 2024-05-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-28 00:00:00+01:00,0.6,0.5,0.5,0.6,0.599723014831543,8992.0,0.0,0.0,0.0 2024-05-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-05-31 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-06 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-10 00:00:00+01:00,0.6,0.5,0.5,0.6,0.599723014831543,10037.0,0.0,0.0,0.0 2024-06-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-13 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-14 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-01 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-02 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-04 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-08 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-09 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-10 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-11 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-12 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-15 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-16 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-17 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-18 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-19 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-23 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-07-29 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-07-30 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-07-31 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-08-01 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-08-02 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-08-05 00:00:00+01:00,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.006000000238418579,0.005997230410575867,0.0,0.0,0.0,0.0 2024-08-06 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-08-07 00:00:00+01:00,0.6,0.6,0.6,0.6,0.599723014831543,0.0,0.0,0.0,0.0 2024-08-08 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0277,0.0,0.0 2024-08-09 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-12 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-13 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-14 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-15 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-16 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-19 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-20 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-21 00:00:00+01:00,0.58,0.58,0.58,0.58,0.58,0.0,0.0,0.0,0.0 2024-08-22 00:00:00+01:00,,,,,,,0.0,0.0,0.0 ================================================ FILE: tests/data/CNE-L-1d-bad-stock-split-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-18 00:00:00+01:00,193.220001220703,200.839996337891,193.220001220703,196.839996337891,196.839996337891,653125,0,0 2023-05-17 00:00:00+01:00,199.740005493164,207.738006591797,190.121994018555,197.860000610352,197.860000610352,822268,0,0 2023-05-16 00:00:00+01:00,215.600006103516,215.600006103516,201.149993896484,205.100006103516,205.100006103516,451009,243.93939,0.471428571428571 2023-05-15 00:00:00+01:00,456.9090,464.9696,446.7272,461.1515,217.2121,830506.0000,0,0 2023-05-12 00:00:00+01:00,455.2121,458.6060,444.6060,448.4242,211.2173,717655.0000,0,0 2023-05-11 00:00:00+01:00,466.6666,466.6666,450.1212,456.0606,214.8142,1682077.0000,0,0 2023-05-10 00:00:00+01:00,462.8484,473.0303,450.9696,456.9090,215.2138,2639957.0000,0,0 2023-05-09 00:00:00+01:00,475.1515,482.9746,462.8485,463.2727,218.2112,898585.2857,0,0 2023-05-05 00:00:00+01:00,468.7878,477.6969,468.3636,476.0000,224.2061,454704.0000,0,0 2023-05-04 00:00:00+01:00,460.3030,472.6060,460.0527,469.6363,221.2086,415321.0000,0,0 ================================================ FILE: tests/data/CNE-L-1d-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-18 00:00:00+01:00,193.220001220703,200.839996337891,193.220001220703,196.839996337891,196.839996337891,653125,0,0 2023-05-17 00:00:00+01:00,199.740005493164,207.738006591797,190.121994018555,197.860000610352,197.860000610352,822268,0,0 2023-05-16 00:00:00+01:00,215.600006103516,215.600006103516,201.149993896484,205.100006103516,205.100006103516,451009,243.93939,0.471428571428571 2023-05-15 00:00:00+01:00,456.908996582031,464.969604492188,446.727203369141,461.151489257813,217.21208190918,830506,0,0 2023-05-12 00:00:00+01:00,455.212097167969,458.605987548828,444.605987548828,448.424194335938,211.217269897461,717655,0,0 2023-05-11 00:00:00+01:00,466.666595458984,466.666595458984,450.121185302734,456.060607910156,214.814178466797,1682077,0,0 2023-05-10 00:00:00+01:00,462.848388671875,473.030303955078,450.969604492188,456.908996582031,215.213790893555,2639957,0,0 2023-05-09 00:00:00+01:00,224,227.688003540039,218.199996948242,218.399993896484,102.87100982666,1906090,0,0 2023-05-05 00:00:00+01:00,468.787811279297,477.696899414063,468.363586425781,476,224.2060546875,454704,0,0 2023-05-04 00:00:00+01:00,460.303009033203,472.605987548828,460.052703857422,469.636291503906,221.208602905273,415321,0,0 ================================================ FILE: tests/data/DEX-AX-1d-bad-stock-split-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-31 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-30 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0.4406 2023-05-29 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-26 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-25 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-24 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-23 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-22 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-19 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-18 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-17 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-16 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-15 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-12 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-11 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-10 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-09 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-08 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-05 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-04 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-03 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-02 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-01 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 ================================================ FILE: tests/data/DEX-AX-1d-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-31 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-30 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0.4406 2023-05-29 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-26 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-25 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-24 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-23 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-22 00:00:00+10:00,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0.120290003716946,0,0,0 2023-05-19 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-18 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-17 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-16 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-15 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-12 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-11 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-10 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-09 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-08 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-05 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-04 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-03 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-02 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 2023-05-01 00:00:00+10:00,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0.0529999993741512,0,0,0 ================================================ FILE: tests/data/DODFX-1d-cg-double-count-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2024-01-10 00:00:00-05:00,12.147500038147,12.147500038147,12.147500038147,12.147500038147,11.2976727169889,0,0,0,0 2024-01-11 00:00:00-05:00,12.1350002288818,12.1350002288818,12.1350002288818,12.1350002288818,11.2860473822568,0,0,0,0 2024-01-12 00:00:00-05:00,12.1400003433228,12.1400003433228,12.1400003433228,12.1400003433228,11.2906976935409,0,0,0,0 2024-01-16 00:00:00-05:00,11.9300003051758,11.9300003051758,11.9300003051758,11.9300003051758,11.0953890543897,0,0,0,0 2024-01-17 00:00:00-05:00,11.7924995422363,11.7924995422363,11.7924995422363,11.7924995422363,10.9675077114674,0,0,0,0 2024-01-18 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,11.0116852251883,0,0,0,0 2024-01-19 00:00:00-05:00,11.9025001525879,11.9025001525879,11.9025001525879,11.9025001525879,11.0698127858052,0,0,0,0 2024-01-22 00:00:00-05:00,11.9075002670288,11.9075002670288,11.9075002670288,11.9075002670288,11.0744630970893,0,0,0,0 2024-01-23 00:00:00-05:00,11.9224996566772,11.9224996566772,11.9224996566772,11.9224996566772,11.0884131439854,0,0,0,0 2024-01-24 00:00:00-05:00,11.9925003051758,11.9925003051758,11.9925003051758,11.9925003051758,11.1535166150066,0,0,0,0 2024-01-25 00:00:00-05:00,11.9575004577637,11.9575004577637,11.9575004577637,11.9575004577637,11.1209653229741,0,0,0,0 2024-01-26 00:00:00-05:00,12.0325002670288,12.0325002670288,12.0325002670288,12.0325002670288,11.1907182183232,0,0,0,0 2024-01-29 00:00:00-05:00,12.0749998092651,12.0749998092651,12.0749998092651,12.0749998092651,11.2302445338038,0,0,0,0 2024-01-30 00:00:00-05:00,12.0299997329712,12.0299997329712,12.0299997329712,12.0299997329712,11.1883926192031,0,0,0,0 2024-01-31 00:00:00-05:00,11.9324998855591,11.9324998855591,11.9324998855591,11.9324998855591,11.0977137665536,0,0,0,0 2024-02-01 00:00:00-05:00,11.9825000762939,11.9825000762939,11.9825000762939,11.9825000762939,11.1442159924384,0,0,0,0 2024-02-02 00:00:00-05:00,11.9125003814697,11.9125003814697,11.9125003814697,11.9125003814697,11.0791134083734,0,0,0,0 2024-02-05 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,11.0116852251883,0,0,0,0 2024-02-06 00:00:00-05:00,11.9274997711182,11.9274997711182,11.9274997711182,11.9274997711182,11.0930634552695,0,0,0,0 2024-02-07 00:00:00-05:00,11.8699998855591,11.8699998855591,11.8699998855591,11.8699998855591,11.0395862059367,0,0,0,0 2024-02-08 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.9721580227515,0,0,0,0 2024-02-09 00:00:00-05:00,11.8050003051758,11.8050003051758,11.8050003051758,11.8050003051758,10.9791339331558,0,0,0,0 2024-02-12 00:00:00-05:00,11.875,11.875,11.875,11.875,11.0442365172208,0,0,0,0 2024-02-13 00:00:00-05:00,11.727499961853,11.727499961853,11.727499961853,11.727499961853,10.9070554386865,0,0,0,0 2024-02-14 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.9721580227515,0,0,0,0 2024-02-15 00:00:00-05:00,11.9049997329712,11.9049997329712,11.9049997329712,11.9049997329712,11.0721374979692,0,0,0,0 2024-02-16 00:00:00-05:00,11.9624996185303,11.9624996185303,11.9624996185303,11.9624996185303,11.125614747302,0,0,0,0 2024-02-20 00:00:00-05:00,12.0349998474121,12.0349998474121,12.0349998474121,12.0349998474121,11.1930429304872,0,0,0,0 2024-02-21 00:00:00-05:00,12.0550003051758,12.0550003051758,12.0550003051758,12.0550003051758,11.2116441756236,0,0,0,0 2024-02-22 00:00:00-05:00,12.1800003051758,12.1800003051758,12.1800003051758,12.1800003051758,11.3278992968575,0,0,0,0 2024-02-23 00:00:00-05:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.3255736977373,0,0,0,0 2024-02-26 00:00:00-05:00,12.1525001525879,12.1525001525879,12.1525001525879,12.1525001525879,11.302323028273,0,0,0,0 2024-02-27 00:00:00-05:00,12.1724996566772,12.1724996566772,12.1724996566772,12.1724996566772,11.3209233864532,0,0,0,0 2024-02-28 00:00:00-05:00,12.1175003051758,12.1175003051758,12.1175003051758,12.1175003051758,11.2697717362405,0,0,0,0 2024-02-29 00:00:00-05:00,12.0900001525879,12.0900001525879,12.0900001525879,12.0900001525879,11.2441954676561,0,0,0,0 2024-03-01 00:00:00-05:00,12.2150001525879,12.2150001525879,12.2150001525879,12.2150001525879,11.36045058889,0,0,0,0 2024-03-04 00:00:00-05:00,12.1549997329712,12.1549997329712,12.1549997329712,12.1549997329712,11.304647740437,0,0,0,0 2024-03-05 00:00:00-05:00,12.1374998092651,12.1374998092651,12.1374998092651,12.1374998092651,11.2883720944207,0,0,0,0 2024-03-06 00:00:00-05:00,12.2674999237061,12.2674999237061,12.2674999237061,12.2674999237061,11.4092775269387,0,0,0,0 2024-03-07 00:00:00-05:00,12.3699998855591,12.3699998855591,12.3699998855591,12.3699998855591,11.5046066908723,0,0,0,0 2024-03-08 00:00:00-05:00,12.3874998092651,12.3874998092651,12.3874998092651,12.3874998092651,11.5208823368885,0,0,0,0 2024-03-11 00:00:00-04:00,12.4174995422363,12.4174995422363,12.4174995422363,12.4174995422363,11.5487833176369,0,0,0,0 2024-03-12 00:00:00-04:00,12.5299997329712,12.5299997329712,12.5299997329712,12.5299997329712,11.6534131041387,0,0,0,0 2024-03-13 00:00:00-04:00,12.5775003433228,12.5775003433228,12.5775003433228,12.5775003433228,11.6975906178595,0,0,0,0 2024-03-14 00:00:00-04:00,12.4875001907349,12.4875001907349,12.4875001907349,12.4875001907349,11.6138867886581,0,0,0,0 2024-03-15 00:00:00-04:00,12.4549999237061,12.4549999237061,12.4549999237061,12.4549999237061,11.5836602087896,0,0,0,0 2024-03-18 00:00:00-04:00,12.4700002670288,12.4700002670288,12.4700002670288,12.4700002670288,11.5976111426419,0,0,0,0 2024-03-19 00:00:00-04:00,12.477499961853,12.477499961853,12.477499961853,12.477499961853,11.6045861660899,0,0,0,0 2024-03-20 00:00:00-04:00,12.5825004577637,12.5825004577637,12.5825004577637,12.5825004577637,11.7022409291436,0,0,0,0 2024-03-21 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.6952650187394,0,0,0,0 2024-03-22 00:00:00-04:00,12.5325002670288,12.5325002670288,12.5325002670288,12.5325002670288,11.6557387032588,0,0,0,0 2024-03-25 00:00:00-04:00,12.5524997711182,12.5524997711182,12.5524997711182,12.5524997711182,11.674339061439,0,0,0,0 2024-03-26 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.6952650187394,0,0,0,0 2024-03-27 00:00:00-04:00,12.6800003051758,12.6800003051758,12.6800003051758,12.6800003051758,11.7929197817931,0,0,0,0 2024-03-28 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.788269470509,0,0,0,0 2024-04-01 00:00:00-04:00,12.625,12.625,12.625,12.625,11.7417672446242,0,0,0,0 2024-04-02 00:00:00-04:00,12.5874996185303,12.5874996185303,12.5874996185303,12.5874996185303,11.7068903534715,0,0,0,0 2024-04-03 00:00:00-04:00,12.6724996566772,12.6724996566772,12.6724996566772,12.6724996566772,11.7859438713888,0,0,0,0 2024-04-04 00:00:00-04:00,12.6199998855591,12.6199998855591,12.6199998855591,12.6199998855591,11.7371169333401,0,0,0,0 2024-04-05 00:00:00-04:00,12.6225004196167,12.6225004196167,12.6225004196167,12.6225004196167,11.7394425324602,0,0,0,0 2024-04-08 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.788269470509,0,0,0,0 2024-04-09 00:00:00-04:00,12.7124996185303,12.7124996185303,12.7124996185303,12.7124996185303,11.8231454747054,0,0,0,0 2024-04-10 00:00:00-04:00,12.5900001525879,12.5900001525879,12.5900001525879,12.5900001525879,11.7092159525917,0,0,0,0 2024-04-11 00:00:00-04:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.6789893727231,0,0,0,0 2024-04-12 00:00:00-04:00,12.3474998474121,12.3474998474121,12.3474998474121,12.3474998474121,11.4836807335719,0,0,0,0 2024-04-15 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.4209028616709,0,0,0,0 2024-04-16 00:00:00-04:00,12.1625003814697,12.1625003814697,12.1625003814697,12.1625003814697,11.3116236508412,0,0,0,0 2024-04-17 00:00:00-04:00,12.1850004196167,12.1850004196167,12.1850004196167,12.1850004196167,11.3325496081416,0,0,0,0 2024-04-18 00:00:00-04:00,12.1999998092651,12.1999998092651,12.1999998092651,12.1999998092651,11.3464996550377,0,0,0,0 2024-04-19 00:00:00-04:00,12.2349996566772,12.2349996566772,12.2349996566772,12.2349996566772,11.3790509470702,0,0,0,0 2024-04-22 00:00:00-04:00,12.4125003814697,12.4125003814697,12.4125003814697,12.4125003814697,11.544133893309,0,0,0,0 2024-04-23 00:00:00-04:00,12.5124998092651,12.5124998092651,12.5124998092651,12.5124998092651,11.6371374581224,0,0,0,0 2024-04-24 00:00:00-04:00,12.5074996948242,12.5074996948242,12.5074996948242,12.5074996948242,11.6324871468383,0,0,0,0 2024-04-25 00:00:00-04:00,12.5699996948242,12.5699996948242,12.5699996948242,12.5699996948242,11.6906147074553,0,0,0,0 2024-04-26 00:00:00-04:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.732466622056,0,0,0,0 2024-04-29 00:00:00-04:00,12.6999998092651,12.6999998092651,12.6999998092651,12.6999998092651,11.8115201399733,0,0,0,0 2024-04-30 00:00:00-04:00,12.5050001144409,12.5050001144409,12.5050001144409,12.5050001144409,11.6301624346744,0,0,0,0 2024-05-01 00:00:00-04:00,12.4949998855591,12.4949998855591,12.4949998855591,12.4949998855591,11.6208618121062,0,0,0,0 2024-05-02 00:00:00-04:00,12.6674995422363,12.6674995422363,12.6674995422363,12.6674995422363,11.7812935601047,0,0,0,0 2024-05-03 00:00:00-04:00,12.7524995803833,12.7524995803833,12.7524995803833,12.7524995803833,11.860347078022,0,0,0,0 2024-05-06 00:00:00-04:00,12.852499961853,12.852499961853,12.852499961853,12.852499961853,11.9533515297916,0,0,0,0 2024-05-07 00:00:00-04:00,12.914999961853,12.914999961853,12.914999961853,12.914999961853,12.0114790904086,0,0,0,0 2024-05-08 00:00:00-04:00,12.9350004196167,12.9350004196167,12.9350004196167,12.9350004196167,12.030080335545,0,0,0,0 2024-05-09 00:00:00-04:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.1137832777902,0,0,0,0 2024-05-10 00:00:00-04:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,12.1905120835435,0,0,0,0 2024-05-13 00:00:00-04:00,13.1824998855591,13.1824998855591,13.1824998855591,13.1824998855591,12.2602649788926,0,0,0,0 2024-05-14 00:00:00-04:00,13.2399997711182,13.2399997711182,13.2399997711182,13.2399997711182,12.3137422282255,0,0,0,0 2024-05-15 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0 2024-05-16 00:00:00-04:00,13.3500003814697,13.3500003814697,13.3500003814697,13.3500003814697,12.4160473025633,0,0,0,0 2024-05-17 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.4323229485795,0,0,0,0 2024-05-20 00:00:00-04:00,13.397500038147,13.397500038147,13.397500038147,13.397500038147,12.4602239293279,0,0,0,0 2024-05-21 00:00:00-04:00,13.3474998474121,13.3474998474121,13.3474998474121,13.3474998474121,12.4137217034432,0,0,0,0 2024-05-22 00:00:00-04:00,13.2224998474121,13.2224998474121,13.2224998474121,13.2224998474121,12.2974665822092,0,0,0,0 2024-05-23 00:00:00-04:00,13.125,13.125,13.125,13.125,12.2067877295598,0,0,0,0 2024-05-24 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0 2024-05-28 00:00:00-04:00,13.1899995803833,13.1899995803833,13.1899995803833,13.1899995803833,12.2672400023407,0,0,0,0 2024-05-29 00:00:00-04:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.0603060284573,0,0,0,0 2024-05-30 00:00:00-04:00,13.0699996948242,13.0699996948242,13.0699996948242,13.0699996948242,12.1556351923909,0,0,0,0 2024-05-31 00:00:00-04:00,13.1925001144409,13.1925001144409,13.1925001144409,13.1925001144409,12.2695656014608,0,0,0,0 2024-06-03 00:00:00-04:00,13.1774997711182,13.1774997711182,13.1774997711182,13.1774997711182,12.2556146676085,0,0,0,0 2024-06-04 00:00:00-04:00,13.0550003051758,13.0550003051758,13.0550003051758,13.0550003051758,12.1416851454948,0,0,0,0 2024-06-05 00:00:00-04:00,13.1549997329712,13.1549997329712,13.1549997329712,13.1549997329712,12.2346887103082,0,0,0,0 2024-06-06 00:00:00-04:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,12.2742159127449,0,0,0,0 2024-06-07 00:00:00-04:00,13.085000038147,13.085000038147,13.085000038147,13.085000038147,12.1695861262432,0,0,0,0 2024-06-10 00:00:00-04:00,13.039999961853,13.039999961853,13.039999961853,13.039999961853,12.1277342116425,0,0,0,0 2024-06-11 00:00:00-04:00,12.9025001525879,12.9025001525879,12.9025001525879,12.9025001525879,11.9998537556764,0,0,0,0 2024-06-12 00:00:00-04:00,13.0074996948242,13.0074996948242,13.0074996948242,13.0074996948242,12.0975076317739,0,0,0,0 2024-06-13 00:00:00-04:00,12.8275003433228,12.8275003433228,12.8275003433228,12.8275003433228,11.9301008603273,0,0,0,0 2024-06-14 00:00:00-04:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.8161704512574,0,0,0,0 2024-06-17 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.8649973893061,0,0,0,0 2024-06-18 00:00:00-04:00,12.7849998474121,12.7849998474121,12.7849998474121,12.7849998474121,11.8905736578906,0,0,0,0 2024-06-20 00:00:00-04:00,12.8325004577637,12.8325004577637,12.8325004577637,12.8325004577637,11.9347511716114,0,0,0,0 2024-06-21 00:00:00-04:00,12.7200002670288,12.7200002670288,12.7200002670288,12.7200002670288,11.8301213851097,0,0,0,0 2024-06-24 00:00:00-04:00,12.8675003051758,12.8675003051758,12.8675003051758,12.8675003051758,11.9673024636439,0,0,0,0 2024-06-25 00:00:00-04:00,12.8249998092651,12.8249998092651,12.8249998092651,12.8249998092651,11.9277752612072,0,0,0,0 2024-06-26 00:00:00-04:00,12.7399997711182,12.7399997711182,12.7399997711182,12.7399997711182,11.8487217432899,0,0,0,0 2024-06-27 00:00:00-04:00,12.7025003433228,12.7025003433228,12.7025003433228,12.7025003433228,11.8138457390934,0,0,0,0 2024-06-28 00:00:00-04:00,12.6774997711182,12.6774997711182,12.6774997711182,12.6774997711182,11.7905941826729,0,0,0,0 2024-07-01 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.8370964085577,0,0,0,0 2024-07-02 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.8370964085577,0,0,0,0 2024-07-03 00:00:00-04:00,12.8999996185303,12.8999996185303,12.8999996185303,12.8999996185303,11.9975281565563,0,0,0,0 2024-07-05 00:00:00-04:00,12.960000038147,12.960000038147,12.960000038147,12.960000038147,12.0533310050093,0,0,0,0 2024-07-08 00:00:00-04:00,12.9499998092651,12.9499998092651,12.9499998092651,12.9499998092651,12.0440303824411,0,0,0,0 2024-07-09 00:00:00-04:00,12.9075002670288,12.9075002670288,12.9075002670288,12.9075002670288,12.0045040669605,0,0,0,0 2024-07-10 00:00:00-04:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.1509848811068,0,0,0,0 2024-07-11 00:00:00-04:00,13.1724996566772,13.1724996566772,13.1724996566772,13.1724996566772,12.2509643563244,0,0,0,0 2024-07-12 00:00:00-04:00,13.2950000762939,13.2950000762939,13.2950000762939,13.2950000762939,12.3648947653944,0,0,0,0 2024-07-15 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0 2024-07-16 00:00:00-04:00,13.2200002670288,13.2200002670288,13.2200002670288,13.2200002670288,12.2951418700453,0,0,0,0 2024-07-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.3602444541103,0,0,0,0 2024-07-18 00:00:00-04:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,12.2300383990241,0,0,0,0 2024-07-19 00:00:00-04:00,13.0500001907349,13.0500001907349,13.0500001907349,13.0500001907349,12.1370348342107,0,0,0,0 2024-07-22 00:00:00-04:00,13.1949996948242,13.1949996948242,13.1949996948242,13.1949996948242,12.2718903136248,0,0,0,0 2024-07-23 00:00:00-04:00,13.0874996185303,13.0874996185303,13.0874996185303,13.0874996185303,12.1719108384071,0,0,0,0 2024-07-24 00:00:00-04:00,12.9624996185303,12.9624996185303,12.9624996185303,12.9624996185303,12.0556557171732,0,0,0,0 2024-07-25 00:00:00-04:00,12.9300003051758,12.9300003051758,12.9300003051758,12.9300003051758,12.0254300242609,0,0,0,0 2024-07-26 00:00:00-04:00,13.0325002670288,13.0325002670288,13.0325002670288,13.0325002670288,12.1207591881944,0,0,0,0 2024-07-29 00:00:00-04:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.1044835421782,0,0,0,0 2024-07-30 00:00:00-04:00,12.9825000762939,12.9825000762939,12.9825000762939,12.9825000762939,12.0742569623096,0,0,0,0 2024-07-31 00:00:00-04:00,13.0799999237061,13.0799999237061,13.0799999237061,13.0799999237061,12.1649358149591,0,0,0,0 2024-08-01 00:00:00-04:00,12.8299999237061,12.8299999237061,12.8299999237061,12.8299999237061,11.9324255724913,0,0,0,0 2024-08-02 00:00:00-04:00,12.6400003433228,12.6400003433228,12.6400003433228,12.6400003433228,11.7557181784765,0,0,0,0 2024-08-05 00:00:00-04:00,12.3599996566772,12.3599996566772,12.3599996566772,12.3599996566772,11.4953060683041,0,0,0,0 2024-08-06 00:00:00-04:00,12.3649997711182,12.3649997711182,12.3649997711182,12.3649997711182,11.4999563795882,0,0,0,0 2024-08-07 00:00:00-04:00,12.4475002288818,12.4475002288818,12.4475002288818,12.4475002288818,11.5766851853415,0,0,0,0 2024-08-08 00:00:00-04:00,12.6575002670288,12.6575002670288,12.6575002670288,12.6575002670288,11.7719938244927,0,0,0,0 2024-08-09 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.8022195174051,0,0,0,0 2024-08-12 00:00:00-04:00,12.6949996948242,12.6949996948242,12.6949996948242,12.6949996948242,11.8068698286892,0,0,0,0 2024-08-13 00:00:00-04:00,12.8474998474121,12.8474998474121,12.8474998474121,12.8474998474121,11.9487012185075,0,0,0,0 2024-08-14 00:00:00-04:00,12.875,12.875,12.875,12.875,11.974277487092,0,0,0,0 2024-08-15 00:00:00-04:00,13.0450000762939,13.0450000762939,13.0450000762939,13.0450000762939,12.1323845229266,0,0,0,0 2024-08-16 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.216088352128,0,0,0,0 2024-08-19 00:00:00-04:00,13.2849998474121,13.2849998474121,13.2849998474121,13.2849998474121,12.3555941428262,0,0,0,0 2024-08-20 00:00:00-04:00,13.2124996185303,13.2124996185303,13.2124996185303,13.2124996185303,12.2881659596411,0,0,0,0 2024-08-21 00:00:00-04:00,13.2749996185303,13.2749996185303,13.2749996185303,13.2749996185303,12.346293520258,0,0,0,0 2024-08-22 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0 2024-08-23 00:00:00-04:00,13.4025001525879,13.4025001525879,13.4025001525879,13.4025001525879,12.464874240612,0,0,0,0 2024-08-26 00:00:00-04:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.4416226841916,0,0,0,0 2024-08-27 00:00:00-04:00,13.4449996948242,13.4449996948242,13.4449996948242,13.4449996948242,12.5044005560926,0,0,0,0 2024-08-28 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0 2024-08-29 00:00:00-04:00,13.4049997329712,13.4049997329712,13.4049997329712,13.4049997329712,12.467198952776,0,0,0,0 2024-08-30 00:00:00-04:00,13.4650001525879,13.4650001525879,13.4650001525879,13.4650001525879,12.523001801229,0,0,0,0 2024-09-03 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.3276931620778,0,0,0,0 2024-09-04 00:00:00-04:00,13.2700004577637,13.2700004577637,13.2700004577637,13.2700004577637,12.3416440959301,0,0,0,0 2024-09-05 00:00:00-04:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.3718697888425,0,0,0,0 2024-09-06 00:00:00-04:00,13.0924997329712,13.0924997329712,13.0924997329712,13.0924997329712,12.1765611496912,0,0,0,0 2024-09-09 00:00:00-04:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,12.2625905780128,0,0,0,0 2024-09-10 00:00:00-04:00,13.1324996948242,13.1324996948242,13.1324996948242,13.1324996948242,12.2137627530078,0,0,0,0 2024-09-11 00:00:00-04:00,13.1599998474121,13.1599998474121,13.1599998474121,13.1599998474121,12.2393390215923,0,0,0,0 2024-09-12 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.3276931620778,0,0,0,0 2024-09-13 00:00:00-04:00,13.3249998092651,13.3249998092651,13.3249998092651,13.3249998092651,12.3927957461428,0,0,0,0 2024-09-16 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.4323229485795,0,0,0,0 2024-09-17 00:00:00-04:00,13.4300003051758,13.4300003051758,13.4300003051758,13.4300003051758,12.4904505091965,0,0,0,0 2024-09-18 00:00:00-04:00,13.4075002670288,13.4075002670288,13.4075002670288,13.4075002670288,12.4695245518961,0,0,0,0 2024-09-19 00:00:00-04:00,13.625,13.625,13.625,13.625,12.6718082144954,0,0,0,0 2024-09-20 00:00:00-04:00,13.5150003433228,13.5150003433228,13.5150003433228,13.5150003433228,12.5695040271138,0,0,0,0 2024-09-23 00:00:00-04:00,13.5574998855591,13.5574998855591,13.5574998855591,13.5574998855591,12.6090303425944,0,0,0,0 2024-09-24 00:00:00-04:00,13.7600002288818,13.7600002288818,13.7600002288818,13.7600002288818,12.7973639582975,0,0,0,0 2024-09-25 00:00:00-04:00,13.6949996948242,13.6949996948242,13.6949996948242,13.6949996948242,12.7369107985604,0,0,0,0 2024-09-26 00:00:00-04:00,14.0024995803833,14.0024995803833,14.0024995803833,14.0024995803833,13.0228982903611,0,0,0,0 2024-09-27 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1763550149116,0,0,0,0 2024-09-30 00:00:00-04:00,13.9425001144409,13.9425001144409,13.9425001144409,13.9425001144409,12.9670963288643,0,0,0,0 2024-10-01 00:00:00-04:00,13.9174995422363,13.9174995422363,13.9174995422363,13.9174995422363,12.9438447724438,0,0,0,0 2024-10-02 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.9787216635964,0,0,0,0 2024-10-03 00:00:00-04:00,13.7950000762939,13.7950000762939,13.7950000762939,13.7950000762939,12.82991525033,0,0,0,0 2024-10-04 00:00:00-04:00,13.9274997711182,13.9274997711182,13.9274997711182,13.9274997711182,12.953145395012,0,0,0,0 2024-10-07 00:00:00-04:00,13.8924999237061,13.8924999237061,13.8924999237061,13.8924999237061,12.9205941029795,0,0,0,0 2024-10-08 00:00:00-04:00,13.7749996185303,13.7749996185303,13.7749996185303,13.7749996185303,12.8113140051936,0,0,0,0 2024-10-09 00:00:00-04:00,13.8125,13.8125,13.8125,13.8125,12.8461908963463,0,0,0,0 2024-10-10 00:00:00-04:00,13.789999961853,13.789999961853,13.789999961853,13.789999961853,12.8252649390459,0,0,0,0 2024-10-11 00:00:00-04:00,13.8199996948242,13.8199996948242,13.8199996948242,13.8199996948242,12.8531659197943,0,0,0,0 2024-10-14 00:00:00-04:00,13.8249998092651,13.8249998092651,13.8249998092651,13.8249998092651,12.8578162310784,0,0,0,0 2024-10-15 00:00:00-04:00,13.6274995803833,13.6274995803833,13.6274995803833,13.6274995803833,12.6741329266594,0,0,0,0 2024-10-16 00:00:00-04:00,13.6674995422363,13.6674995422363,13.6674995422363,13.6674995422363,12.711334529976,0,0,0,0 2024-10-17 00:00:00-04:00,13.6975002288818,13.6975002288818,13.6975002288818,13.6975002288818,12.7392363976806,0,0,0,0 2024-10-18 00:00:00-04:00,13.7875003814697,13.7875003814697,13.7875003814697,13.7875003814697,12.822940226882,0,0,0,0 2024-10-21 00:00:00-04:00,13.664999961853,13.664999961853,13.664999961853,13.664999961853,12.709009817812,0,0,0,0 2024-10-22 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.6601828797633,0,0,0,0 2024-10-23 00:00:00-04:00,13.5299997329712,13.5299997329712,13.5299997329712,13.5299997329712,12.5834540740099,0,0,0,0 2024-10-24 00:00:00-04:00,13.585000038147,13.585000038147,13.585000038147,13.585000038147,12.6346066111788,0,0,0,0 2024-10-25 00:00:00-04:00,13.5625,13.5625,13.5625,13.5625,12.6136806538785,0,0,0,0 2024-10-28 00:00:00-04:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.7159848412601,0,0,0,0 2024-10-29 00:00:00-04:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.6392569224629,0,0,0,0 2024-10-30 00:00:00-04:00,13.4875001907349,13.4875001907349,13.4875001907349,13.4875001907349,12.5439277585293,0,0,0,0 2024-10-31 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0 2024-11-01 00:00:00-04:00,13.4274997711182,13.4274997711182,13.4274997711182,13.4274997711182,12.4881249100764,0,0,0,0 2024-11-04 00:00:00-05:00,13.4700002670288,13.4700002670288,13.4700002670288,13.4700002670288,12.5276521125131,0,0,0,0 2024-11-05 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.6508822571951,0,0,0,0 2024-11-06 00:00:00-05:00,13.5074996948242,13.5074996948242,13.5074996948242,13.5074996948242,12.5625281167096,0,0,0,0 2024-11-07 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.6508822571951,0,0,0,0 2024-11-08 00:00:00-05:00,13.4525003433228,13.4525003433228,13.4525003433228,13.4525003433228,12.5113764664968,0,0,0,0 2024-11-11 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.5346271359612,0,0,0,0 2024-11-12 00:00:00-05:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,12.2625905780128,0,0,0,0 2024-11-13 00:00:00-05:00,13.1199998855591,13.1199998855591,13.1199998855591,13.1199998855591,12.2021374182757,0,0,0,0 2024-11-14 00:00:00-05:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,12.2300383990241,0,0,0,0 2024-11-15 00:00:00-05:00,13.1175003051758,13.1175003051758,13.1175003051758,13.1175003051758,12.1998127061117,0,0,0,0 2024-11-18 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,12.2835165353131,0,0,0,0 2024-11-19 00:00:00-05:00,13.1625003814697,13.1625003814697,13.1625003814697,13.1625003814697,12.2416646207124,0,0,0,0 2024-11-20 00:00:00-05:00,13.125,13.125,13.125,13.125,12.2067877295598,0,0,0,0 2024-11-21 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,12.2044630173958,0,0,0,0 2024-11-22 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,12.2044630173958,0,0,0,0 2024-11-25 00:00:00-05:00,13.210000038147,13.210000038147,13.210000038147,13.210000038147,12.2858412474771,0,0,0,0 2024-11-26 00:00:00-05:00,13.1099996566772,13.1099996566772,13.1099996566772,13.1099996566772,12.1928367957075,0,0,0,0 2024-11-27 00:00:00-05:00,13.164999961853,13.164999961853,13.164999961853,13.164999961853,12.2439893328764,0,0,0,0 2024-11-29 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,12.2835165353131,0,0,0,0 2024-12-02 00:00:00-05:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,12.2742159127449,0,0,0,0 2024-12-03 00:00:00-05:00,13.2650003433228,13.2650003433228,13.2650003433228,13.2650003433228,12.336993784646,0,0,0,0 2024-12-04 00:00:00-05:00,13.25,13.25,13.25,13.25,12.3230428507937,0,0,0,0 2024-12-05 00:00:00-05:00,13.3824996948242,13.3824996948242,13.3824996948242,13.3824996948242,12.4462729954757,0,0,0,0 2024-12-06 00:00:00-05:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.4416226841916,0,0,0,0 2024-12-09 00:00:00-05:00,13.4425001144409,13.4425001144409,13.4425001144409,13.4425001144409,12.5020758439286,0,0,0,0 2024-12-10 00:00:00-05:00,13.3175001144409,13.3175001144409,13.3175001144409,13.3175001144409,12.3858207226947,0,0,0,0 2024-12-11 00:00:00-05:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.3718697888425,0,0,0,0 2024-12-12 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.3346681855259,0,0,0,0 2024-12-13 00:00:00-05:00,13.1875,13.1875,13.1875,13.1875,12.2649152901767,0,0,0,0 2024-12-16 00:00:00-05:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,12.1905120835435,0,0,0,0 2024-12-17 00:00:00-05:00,13.0349998474121,13.0349998474121,13.0349998474121,13.0349998474121,12.1230839003584,0,0,0,0 2024-12-18 00:00:00-05:00,12.4525003433228,12.4525003433228,12.4525003433228,12.4525003433228,11.8364989993296,0,0.281,0,0 2024-12-19 00:00:00-05:00,12.3850002288818,12.3850002288818,12.3850002288818,12.3850002288818,11.7723379862795,0,0,0,0 2024-12-20 00:00:00-05:00,12.4250001907349,12.4250001907349,12.4250001907349,12.4250001907349,11.8103592266242,0,0,0,0 2024-12-23 00:00:00-05:00,12.5024995803833,12.5024995803833,12.5024995803833,12.5024995803833,11.8840248698871,0,0,0,0 2024-12-24 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.9149174109478,0,0,0,0 2024-12-26 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.9149174109478,0,0,0,0 2024-12-27 00:00:00-05:00,12.5450000762939,12.5450000762939,12.5450000762939,12.5450000762939,11.9244229476585,0,0,0,0 2024-12-30 00:00:00-05:00,12.4825000762939,12.4825000762939,12.4825000762939,12.4825000762939,11.8650147029637,0,0,0,0 2024-12-31 00:00:00-05:00,12.4750003814697,12.4750003814697,12.4750003814697,12.4750003814697,11.8578860036797,0,0,0,0 2025-01-02 00:00:00-05:00,12.4300003051758,12.4300003051758,12.4300003051758,12.4300003051758,11.8151119949796,0,0,0,0 2025-01-03 00:00:00-05:00,12.4624996185303,12.4624996185303,12.4624996185303,12.4624996185303,11.8460036295424,0,0,0,0 2025-01-06 00:00:00-05:00,12.602499961853,12.602499961853,12.602499961853,12.602499961853,11.979078423998,0,0,0,0 2025-01-07 00:00:00-05:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.9909598916373,0,0,0,0 2025-01-08 00:00:00-05:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.9363044152979,0,0,0,0 2025-01-10 00:00:00-05:00,12.3299999237061,12.3299999237061,12.3299999237061,12.3299999237061,11.7200584408688,0,0,0,0 2025-01-13 00:00:00-05:00,12.3024997711182,12.3024997711182,12.3024997711182,12.3024997711182,11.6939186681634,0,0,0,0 2025-01-14 00:00:00-05:00,12.3800001144409,12.3800001144409,12.3800001144409,12.3800001144409,11.7675852179242,0,0,0,0 2025-01-15 00:00:00-05:00,12.539999961853,12.539999961853,12.539999961853,12.539999961853,11.9196701793032,0,0,0,0 2025-01-16 00:00:00-05:00,12.6125001907349,12.6125001907349,12.6125001907349,12.6125001907349,11.9885839607086,0,0,0,0 2025-01-17 00:00:00-05:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,12.0765079090375,0,0,0,0 2025-01-21 00:00:00-05:00,12.8625001907349,12.8625001907349,12.8625001907349,12.8625001907349,12.2262169394878,0,0,0,0 2025-01-22 00:00:00-05:00,12.8725004196167,12.8725004196167,12.8725004196167,12.8725004196167,12.2357224761984,0,0,0,0 2025-01-23 00:00:00-05:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.3260223554561,0,0,0,0 2025-01-24 00:00:00-05:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.3806778317955,0,0,0,0 2025-01-27 00:00:00-05:00,13.0024995803833,13.0024995803833,13.0024995803833,13.0024995803833,12.3592908274455,0,0,0,0 2025-01-28 00:00:00-05:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.3711732015827,0,0,0,0 2025-01-29 00:00:00-05:00,13.0200004577637,13.0200004577637,13.0200004577637,13.0200004577637,12.3759259699381,0,0,0,0 2025-01-30 00:00:00-05:00,13.1525001525879,13.1525001525879,13.1525001525879,13.1525001525879,12.5018711586117,0,0,0,0 2025-01-31 00:00:00-05:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.4186990721403,0,0,0,0 2025-02-03 00:00:00-05:00,12.8924999237061,12.8924999237061,12.8924999237061,12.8924999237061,12.2547326431219,0,0,0,0 2025-02-04 00:00:00-05:00,13.0600004196167,13.0600004196167,13.0600004196167,13.0600004196167,12.4139472102828,0,0,0,0 2025-02-05 00:00:00-05:00,13.1999998092651,13.1999998092651,13.1999998092651,13.1999998092651,12.5470210982405,0,0,0,0 2025-02-06 00:00:00-05:00,13.352499961853,13.352499961853,13.352499961853,13.352499961853,12.6919773603355,0,0,0,0 2025-02-07 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.6064293429353,0,0,0,0 2025-02-10 00:00:00-05:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.7062356654015,0,0,0,0 2025-02-11 00:00:00-05:00,13.3950004577637,13.3950004577637,13.3950004577637,13.3950004577637,12.7323754381068,0,0,0,0 2025-02-12 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.8107938497251,0,0,0,0 2025-02-13 00:00:00-05:00,13.5924997329712,13.5924997329712,13.5924997329712,13.5924997329712,12.920104802404,0,0,0,0 2025-02-14 00:00:00-05:00,13.6374998092651,13.6374998092651,13.6374998092651,13.6374998092651,12.9628788111041,0,0,0,0 2025-02-18 00:00:00-05:00,13.7425003051758,13.7425003051758,13.7425003051758,13.7425003051758,13.0626851335702,0,0,0,0 2025-02-19 00:00:00-05:00,13.6049995422363,13.6049995422363,13.6049995422363,13.6049995422363,12.9319862700434,0,0,0,0 2025-02-20 00:00:00-05:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.9961472830935,0,0,0,0 2025-02-21 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.9723843478147,0,0,0,0 2025-02-24 00:00:00-05:00,13.5349998474121,13.5349998474121,13.5349998474121,13.5349998474121,12.8654493260645,0,0,0,0 2025-02-25 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.9723843478147,0,0,0,0 2025-02-26 00:00:00-05:00,13.7299995422363,13.7299995422363,13.7299995422363,13.7299995422363,13.0508027594329,0,0,0,0 2025-02-27 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.9177288714753,0,0,0,0 2025-02-28 00:00:00-05:00,13.6549997329712,13.6549997329712,13.6549997329712,13.6549997329712,12.9795130470988,0,0,0,0 2025-03-03 00:00:00-05:00,13.6700000762939,13.6700000762939,13.6700000762939,13.6700000762939,12.9937713521648,0,0,0,0 2025-03-04 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.9177288714753,0,0,0,0 2025-03-05 00:00:00-05:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0 2025-03-06 00:00:00-05:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,13.274178339644,0,0,0,0 2025-03-07 00:00:00-05:00,14.0675001144409,14.0675001144409,14.0675001144409,14.0675001144409,13.3716078246835,0,0,0,0 2025-03-10 00:00:00-04:00,13.7775001525879,13.7775001525879,13.7775001525879,13.7775001525879,13.0959536055596,0,0,0,0 2025-03-11 00:00:00-04:00,13.710000038147,13.710000038147,13.710000038147,13.710000038147,13.0317925925095,0,0,0,0 2025-03-12 00:00:00-04:00,13.7674999237061,13.7674999237061,13.7674999237061,13.7674999237061,13.086448068849,0,0,0,0 2025-03-13 00:00:00-04:00,13.6875,13.6875,13.6875,13.6875,13.0104055881595,0,0,0,0 2025-03-14 00:00:00-04:00,13.9350004196167,13.9350004196167,13.9350004196167,13.9350004196167,13.2456626360099,0,0,0,0 2025-03-17 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.4666604722965,0,0,0,0 2025-03-18 00:00:00-04:00,14.2124996185303,14.2124996185303,14.2124996185303,14.2124996185303,13.5094344809966,0,0,0,0 2025-03-19 00:00:00-04:00,14.227499961853,14.227499961853,14.227499961853,14.227499961853,13.5236927860626,0,0,0,0 2025-03-20 00:00:00-04:00,14.1149997711182,14.1149997711182,14.1149997711182,14.1149997711182,13.4167577643124,0,0,0,0 2025-03-21 00:00:00-04:00,14.0124998092651,14.0124998092651,14.0124998092651,14.0124998092651,13.3193282792728,0,0,0,0 2025-03-24 00:00:00-04:00,14.0150003433228,14.0150003433228,14.0150003433228,14.0150003433228,13.3217051166994,0,0,0,0 2025-03-25 00:00:00-04:00,14.0775003433228,14.0775003433228,14.0775003433228,14.0775003433228,13.3811133613942,0,0,0,0 2025-03-26 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0 2025-03-27 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,13.2646728029333,0,0,0,0 2025-03-28 00:00:00-04:00,13.8000001907349,13.8000001907349,13.8000001907349,13.8000001907349,13.1173406099097,0,0,0,0 2025-03-31 00:00:00-04:00,13.6824998855591,13.6824998855591,13.6824998855591,13.6824998855591,13.0056528198041,0,0,0,0 2025-04-01 00:00:00-04:00,13.727499961853,13.727499961853,13.727499961853,13.727499961853,13.0484268285042,0,0,0,0 2025-04-02 00:00:00-04:00,13.7475004196167,13.7475004196167,13.7475004196167,13.7475004196167,13.0674379019255,0,0,0,0 2025-04-03 00:00:00-04:00,13.4674997329712,13.4674997329712,13.4674997329712,13.4674997329712,12.8012883130144,0,0,0,0 2025-04-04 00:00:00-04:00,12.6424999237061,12.6424999237061,12.6424999237061,12.6424999237061,12.0170996643427,0,0,0,0 2025-04-07 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.6725316638133,0,0,0,0 2025-04-08 00:00:00-04:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.5751021787738,0,0,0,0 2025-04-09 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,12.1264106170216,0,0,0,0 2025-04-10 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,12.0622496039715,0,0,0,0 2025-04-11 00:00:00-04:00,12.9399995803833,12.9399995803833,12.9399995803833,12.9399995803833,12.2998825827507,0,0,0,0 2025-04-14 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.485236922617,0,0,0,0 2025-04-15 00:00:00-04:00,13.2425003051758,13.2425003051758,13.2425003051758,13.2425003051758,12.5874191760119,0,0,0,0 2025-04-16 00:00:00-04:00,13.1674995422363,13.1674995422363,13.1674995422363,13.1674995422363,12.5161285571798,0,0,0,0 2025-04-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.6325691156407,0,0,0,0 2025-04-21 00:00:00-04:00,13.2174997329712,13.2174997329712,13.2174997329712,13.2174997329712,12.5636553342352,0,0,0,0 2025-04-22 00:00:00-04:00,13.4949998855591,13.4949998855591,13.4949998855591,13.4949998855591,12.8274280857198,0,0,0,0 2025-04-23 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.9391158758253,0,0,0,0 2025-04-24 00:00:00-04:00,13.7924995422363,13.7924995422363,13.7924995422363,13.7924995422363,13.1102110041277,0,0,0,0 2025-04-25 00:00:00-04:00,13.835000038147,13.835000038147,13.835000038147,13.835000038147,13.1506090818991,0,0,0,0 2025-04-28 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0 2025-04-29 00:00:00-04:00,13.9624996185303,13.9624996185303,13.9624996185303,13.9624996185303,13.2718015022174,0,0,0,0 2025-04-30 00:00:00-04:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,13.274178339644,0,0,0,0 2025-05-01 00:00:00-04:00,13.9399995803833,13.9399995803833,13.9399995803833,13.9399995803833,13.2504144978674,0,0,0,0 2025-05-02 00:00:00-04:00,14.1549997329712,14.1549997329712,14.1549997329712,14.1549997329712,13.4547790046571,0,0,0,0 2025-05-05 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.4666604722965,0,0,0,0 2025-05-06 00:00:00-04:00,14.2049999237061,14.2049999237061,14.2049999237061,14.2049999237061,13.5023057817125,0,0,0,0 2025-05-07 00:00:00-04:00,14.1125001907349,14.1125001907349,14.1125001907349,14.1125001907349,13.4143818333836,0,0,0,0 2025-05-08 00:00:00-04:00,14.1199998855591,14.1199998855591,14.1199998855591,14.1199998855591,13.4215105326677,0,0,0,0 2025-05-09 00:00:00-04:00,14.2399997711182,14.2399997711182,14.2399997711182,14.2399997711182,13.5355742537019,0,0,0,0 2025-05-12 00:00:00-04:00,14.4324998855591,14.4324998855591,14.4324998855591,14.4324998855591,13.7185517561416,0,0,0,0 2025-05-13 00:00:00-04:00,14.4849996566772,14.4849996566772,14.4849996566772,14.4849996566772,13.7684544641258,0,0,0,0 2025-05-14 00:00:00-04:00,14.4700002670288,14.4700002670288,14.4700002670288,14.4700002670288,13.7541970655577,0,0,0,0 2025-05-15 00:00:00-04:00,14.5524997711182,14.5524997711182,14.5524997711182,14.5524997711182,13.8326154771759,0,0,0,0 2025-05-16 00:00:00-04:00,14.6000003814697,14.6000003814697,14.6000003814697,14.6000003814697,13.8777663233026,0,0,0,0 2025-05-19 00:00:00-04:00,14.710000038147,14.710000038147,14.710000038147,14.710000038147,13.9823245076262,0,0,0,0 2025-05-20 00:00:00-04:00,14.772500038147,14.772500038147,14.772500038147,14.772500038147,14.041732752321,0,0,0,0 2025-05-21 00:00:00-04:00,14.6925001144409,14.6925001144409,14.6925001144409,14.6925001144409,13.9656902716315,0,0,0,0 2025-05-22 00:00:00-04:00,14.6899995803833,14.6899995803833,14.6899995803833,14.6899995803833,13.9633134342049,0,0,0,0 2025-05-23 00:00:00-04:00,14.7075004577637,14.7075004577637,14.7075004577637,14.7075004577637,13.9799485766975,0,0,0,0 2025-05-27 00:00:00-04:00,14.8649997711182,14.8649997711182,14.8649997711182,14.8649997711182,14.1296567006499,0,0,0,0 2025-05-28 00:00:00-04:00,14.7174997329712,14.7174997329712,14.7174997329712,14.7174997329712,13.9894532069102,0,0,0,0 2025-05-29 00:00:00-04:00,14.8199996948242,14.8199996948242,14.8199996948242,14.8199996948242,14.0868826919498,0,0,0,0 2025-05-30 00:00:00-04:00,14.7799997329712,14.7799997329712,14.7799997329712,14.7799997329712,14.048861451605,0,0,0,0 2025-06-02 00:00:00-04:00,14.8950004577637,14.8950004577637,14.8950004577637,14.8950004577637,14.1581733107818,0,0,0,0 2025-06-03 00:00:00-04:00,14.8450002670288,14.8450002670288,14.8450002670288,14.8450002670288,14.1106465337264,0,0,0,0 2025-06-04 00:00:00-04:00,14.9300003051758,14.9300003051758,14.9300003051758,14.9300003051758,14.1914417827713,0,0,0,0 2025-06-05 00:00:00-04:00,14.9700002670288,14.9700002670288,14.9700002670288,14.9700002670288,14.229463023116,0,0,0,0 2025-06-06 00:00:00-04:00,15.0275001525879,15.0275001525879,15.0275001525879,15.0275001525879,14.2841184994555,0,0,0,0 2025-06-09 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,14.3316452765109,0,0,0,0 2025-06-10 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,14.3316452765109,0,0,0,0 2025-06-11 00:00:00-04:00,15.1300001144409,15.1300001144409,15.1300001144409,15.1300001144409,14.381547984495,0,0,0,0 2025-06-12 00:00:00-04:00,15.1925001144409,15.1925001144409,15.1925001144409,15.1925001144409,14.4409562291898,0,0,0,0 2025-06-13 00:00:00-04:00,14.9899997711182,14.9899997711182,14.9899997711182,14.9899997711182,14.2484731900394,0,0,0,0 2025-06-16 00:00:00-04:00,15.1149997711182,15.1149997711182,15.1149997711182,15.1149997711182,14.367289679429,0,0,0,0 2025-06-17 00:00:00-04:00,14.960000038147,14.960000038147,14.960000038147,14.960000038147,14.2199574864054,0,0,0,0 2025-06-18 00:00:00-04:00,14.897500038147,14.897500038147,14.897500038147,14.897500038147,14.1605492417106,0,0,0,0 2025-06-20 00:00:00-04:00,14.7974996566772,14.7974996566772,14.7974996566772,14.7974996566772,14.0654956875997,0,0,0,0 2025-06-23 00:00:00-04:00,14.8675003051758,14.8675003051758,14.8675003051758,14.8675003051758,14.1320335380765,0,0,0,0 2025-06-24 00:00:00-04:00,15.0900001525879,15.0900001525879,15.0900001525879,15.0900001525879,14.3435267441503,0,0,0,0 2025-06-25 00:00:00-04:00,15.0249996185303,15.0249996185303,15.0249996185303,15.0249996185303,14.2817416620289,0,0,0,0 2025-06-26 00:00:00-04:00,15.1424999237061,15.1424999237061,15.1424999237061,15.1424999237061,14.3934294521344,0,0,0,0 2025-06-27 00:00:00-04:00,15.2650003433228,15.2650003433228,15.2650003433228,15.2650003433228,14.5098700105953,0,0,0,0 2025-06-30 00:00:00-04:00,15.2674999237061,15.2674999237061,15.2674999237061,15.2674999237061,14.512245941524,0,0,0,0 2025-07-01 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.5573958811528,0,0,0,0 2025-07-02 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.6239337316295,0,0,0,0 2025-07-03 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.6239337316295,0,0,0,0 2025-07-07 00:00:00-04:00,15.2600002288818,15.2600002288818,15.2600002288818,15.2600002288818,14.5051172422399,0,0,0,0 2025-07-08 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.5787828855028,0,0,0,0 2025-07-09 00:00:00-04:00,15.3800001144409,15.3800001144409,15.3800001144409,15.3800001144409,14.6191809632742,0,0,0,0 2025-07-10 00:00:00-04:00,15.4300003051758,15.4300003051758,15.4300003051758,15.4300003051758,14.6667077403296,0,0,0,0 2025-07-11 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.5573958811528,0,0,0,0 2025-07-14 00:00:00-04:00,15.2875003814697,15.2875003814697,15.2875003814697,15.2875003814697,14.5312570149453,0,0,0,0 2025-07-15 00:00:00-04:00,15.2299995422363,15.2299995422363,15.2299995422363,15.2299995422363,14.476600632108,0,0,0,0 2025-07-16 00:00:00-04:00,15.2700004577637,15.2700004577637,15.2700004577637,15.2700004577637,14.5146227789506,0,0,0,0 2025-07-17 00:00:00-04:00,15.3125,15.3125,15.3125,15.3125,14.5550199502241,0,0,0,0 2025-07-18 00:00:00-04:00,15.3199996948242,15.3199996948242,15.3199996948242,15.3199996948242,14.5621486495081,0,0,0,0 2025-07-21 00:00:00-04:00,15.3774995803833,15.3774995803833,15.3774995803833,15.3774995803833,14.6168041258476,0,0,0,0 2025-07-22 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.6714605086849,0,0,0,0 2025-07-23 00:00:00-04:00,15.6975002288818,15.6975002288818,15.6975002288818,15.6975002288818,14.9209749551035,0,0,0,0 2025-07-24 00:00:00-04:00,15.7174997329712,15.7174997329712,15.7174997329712,15.7174997329712,14.9399851220269,0,0,0,0 2025-07-25 00:00:00-04:00,15.6674995422363,15.6674995422363,15.6674995422363,15.6674995422363,14.8924583449715,0,0,0,0 2025-07-28 00:00:00-04:00,15.539999961853,15.539999961853,15.539999961853,15.539999961853,14.7712659246532,0,0,0,0 2025-07-29 00:00:00-04:00,15.5200004577637,15.5200004577637,15.5200004577637,15.5200004577637,14.7522557577298,0,0,0,0 2025-07-30 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.6714605086849,0,0,0,0 2025-07-31 00:00:00-04:00,15.2624998092651,15.2624998092651,15.2624998092651,15.2624998092651,14.5074931731687,0,0,0,0 2025-08-01 00:00:00-04:00,15.1774997711182,15.1774997711182,15.1774997711182,15.1774997711182,14.4266979241238,0,0,0,0 2025-08-04 00:00:00-04:00,15.3424997329712,15.3424997329712,15.3424997329712,15.3424997329712,14.5835356538582,0,0,0,0 2025-08-05 00:00:00-04:00,15.352499961853,15.352499961853,15.352499961853,15.352499961853,14.5930411905688,0,0,0,0 2025-08-06 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.5787828855028,0,0,0,0 2025-08-07 00:00:00-04:00,15.4875001907349,15.4875001907349,15.4875001907349,15.4875001907349,14.7213632166691,0,0,0,0 2025-08-08 00:00:00-04:00,15.5299997329712,15.5299997329712,15.5299997329712,15.5299997329712,14.7617603879425,0,0,0,0 2025-08-11 00:00:00-04:00,15.5100002288818,15.5100002288818,15.5100002288818,15.5100002288818,14.7427502210191,0,0,0,0 2025-08-12 00:00:00-04:00,15.6925001144409,15.6925001144409,15.6925001144409,15.6925001144409,14.9162221867481,0,0,0,0 2025-08-13 00:00:00-04:00,15.8299999237061,15.8299999237061,15.8299999237061,15.8299999237061,15.0469201437771,0,0,0,0 2025-08-14 00:00:00-04:00,15.7775001525879,15.7775001525879,15.7775001525879,15.7775001525879,14.997017435793,0,0,0,0 2025-08-15 00:00:00-04:00,15.835000038147,15.835000038147,15.835000038147,15.835000038147,15.0516729121324,0,0,0,0 2025-08-18 00:00:00-04:00,15.8100004196167,15.8100004196167,15.8100004196167,15.8100004196167,15.0279099768537,0,0,0,0 2025-08-19 00:00:00-04:00,15.8575000762939,15.8575000762939,15.8575000762939,15.8575000762939,15.0730599164825,0,0,0,0 2025-08-20 00:00:00-04:00,15.8824996948242,15.8824996948242,15.8824996948242,15.8824996948242,15.0968228517612,0,0,0,0 2025-08-21 00:00:00-04:00,15.8549995422363,15.8549995422363,15.8549995422363,15.8549995422363,15.0706830790559,0,0,0,0 2025-08-22 00:00:00-04:00,16.0849990844727,16.0849990844727,16.0849990844727,16.0849990844727,15.2893049844137,0,0,0,0 2025-08-25 00:00:00-04:00,15.9624996185303,15.9624996185303,15.9624996185303,15.9624996185303,15.1728653324508,0,0,0,0 2025-08-26 00:00:00-04:00,15.8924999237061,15.8924999237061,15.8924999237061,15.8924999237061,15.1063283884719,0,0,0,0 2025-08-27 00:00:00-04:00,15.8800001144409,15.8800001144409,15.8800001144409,15.8800001144409,15.0944469208325,0,0,0,0 2025-08-28 00:00:00-04:00,15.9099998474121,15.9099998474121,15.9099998474121,15.9099998474121,15.1229626244666,0,0,0,0 2025-08-29 00:00:00-04:00,15.8900003433228,15.8900003433228,15.8900003433228,15.8900003433228,15.1039524575432,0,0,0,0 2025-09-02 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.9756304314429,0,0,0,0 2025-09-03 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.9756304314429,0,0,0,0 2025-09-04 00:00:00-04:00,15.7849998474121,15.7849998474121,15.7849998474121,15.7849998474121,15.004146135077,0,0,0,0 2025-09-05 00:00:00-04:00,15.9250001907349,15.9250001907349,15.9250001907349,15.9250001907349,15.1372209295326,0,0,0,0 2025-09-08 00:00:00-04:00,16.0249996185303,16.0249996185303,16.0249996185303,16.0249996185303,15.2322735771455,0,0,0,0 2025-09-09 00:00:00-04:00,16.0575008392334,16.0575008392334,16.0575008392334,16.0575008392334,15.2631670247041,0,0,0,0 2025-09-10 00:00:00-04:00,16.0750007629395,16.0750007629395,16.0750007629395,16.0750007629395,15.2798012606988,0,0,0,0 2025-09-11 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.4841657674886,0,0,0,0 2025-09-12 00:00:00-04:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.4271325472246,0,0,0,0 2025-09-15 00:00:00-04:00,16.3075008392334,16.3075008392334,16.3075008392334,16.3075008392334,15.5008000034833,0,0,0,0 2025-09-16 00:00:00-04:00,16.3024997711182,16.3024997711182,16.3024997711182,16.3024997711182,15.4960463286301,0,0,0,0 2025-09-17 00:00:00-04:00,16.3474998474121,16.3474998474121,16.3474998474121,16.3474998474121,15.5388203373302,0,0,0,0 2025-09-18 00:00:00-04:00,16.3125,16.3125,16.3125,16.3125,15.5055518653407,0,0,0,0 2025-09-19 00:00:00-04:00,16.2749996185303,16.2749996185303,16.2749996185303,16.2749996185303,15.4699065559247,0,0,0,0 2025-09-22 00:00:00-04:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.5126805646248,0,0,0,0 2025-09-23 00:00:00-04:00,16.3250007629395,16.3250007629395,16.3250007629395,16.3250007629395,15.517434239478,0,0,0,0 2025-09-24 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.4841657674886,0,0,0,0 2025-09-25 00:00:00-04:00,16.1324996948242,16.1324996948242,16.1324996948242,16.1324996948242,15.3344558305404,0,0,0,0 2025-09-26 00:00:00-04:00,16.2124996185303,16.2124996185303,16.2124996185303,16.2124996185303,15.4104983112299,0,0,0,0 2025-09-29 00:00:00-04:00,16.3274993896484,16.3274993896484,16.3274993896484,16.3274993896484,15.5198092639088,0,0,0,0 2025-09-30 00:00:00-04:00,16.4500007629395,16.4500007629395,16.4500007629395,16.4500007629395,15.6362507288676,0,0,0,0 2025-10-01 00:00:00-04:00,16.5550003051758,16.5550003051758,16.5550003051758,16.5550003051758,15.7360561448359,0,0,0,0 2025-10-02 00:00:00-04:00,16.5349998474121,16.5349998474121,16.5349998474121,16.5349998474121,15.7170450714145,0,0,0,0 2025-10-03 00:00:00-04:00,16.625,16.625,16.625,16.625,15.8025930888147,0,0,0,0 2025-10-06 00:00:00-04:00,16.6224994659424,16.6224994659424,16.6224994659424,16.6224994659424,15.8002162513881,0,0,0,0 2025-10-07 00:00:00-04:00,16.4825000762939,16.4825000762939,16.4825000762939,16.4825000762939,15.6671423634304,0,0,0,0 2025-10-08 00:00:00-04:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,15.7122932095571,0,0,0,0 2025-10-09 00:00:00-04:00,16.4274997711182,16.4274997711182,16.4274997711182,16.4274997711182,15.6148628180197,0,0,0,0 2025-10-10 00:00:00-04:00,16.1149997711182,16.1149997711182,16.1149997711182,16.1149997711182,15.3178215945457,0,0,0,0 2025-10-13 00:00:00-04:00,16.2775001525879,16.2775001525879,16.2775001525879,16.2775001525879,15.4722833933513,0,0,0,0 2025-10-14 00:00:00-04:00,16.2975006103516,16.2975006103516,16.2975006103516,16.2975006103516,15.4912944667726,0,0,0,0 2025-10-15 00:00:00-04:00,16.3675003051758,16.3675003051758,16.3675003051758,16.3675003051758,15.5578314107515,0,0,0,0 2025-10-16 00:00:00-04:00,16.3875007629395,16.3875007629395,16.3875007629395,16.3875007629395,15.5768424841728,0,0,0,0 2025-10-17 00:00:00-04:00,16.3999996185303,16.3999996185303,16.3999996185303,16.3999996185303,15.5887230453143,0,0,0,0 2025-10-20 00:00:00-04:00,16.4750003814697,16.4750003814697,16.4750003814697,16.4750003814697,15.6600136641463,0,0,0,0 2025-10-21 00:00:00-04:00,16.4099998474121,16.4099998474121,16.4099998474121,16.4099998474121,15.598228582025,0,0,0,0 2025-10-22 00:00:00-04:00,16.4074993133545,16.4074993133545,16.4074993133545,16.4074993133545,15.5958517445984,0,0,0,0 2025-10-23 00:00:00-04:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,15.6457544525825,0,0,0,0 2025-10-24 00:00:00-04:00,16.5025005340576,16.5025005340576,16.5025005340576,16.5025005340576,15.6861534368517,0,0,0,0 2025-10-27 00:00:00-04:00,16.6000003814697,16.6000003814697,16.6000003814697,16.6000003814697,15.7788301535359,0,0,4,0 2025-10-28 00:00:00-04:00,16.5599994659424,16.5599994659424,16.5599994659424,16.5599994659424,15.7408080066933,0,0,0,0 2025-10-29 00:00:00-04:00,16.5900001525879,16.5900001525879,16.5900001525879,16.5900001525879,15.7693246168253,0,0,0,0 2025-10-30 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0 2025-10-31 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0 2025-11-03 00:00:00-05:00,16.4300003051758,16.4300003051758,16.4300003051758,16.4300003051758,15.6172396554463,0,0,0,0 2025-11-04 00:00:00-05:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.5126805646248,0,0,0,0 2025-11-05 00:00:00-05:00,16.3899993896484,16.3899993896484,16.3899993896484,16.3899993896484,15.5792175086036,0,0,0,0 2025-11-06 00:00:00-05:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0 2025-11-07 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.6742710627145,0,0,0,0 2025-11-10 00:00:00-05:00,16.6800003051758,16.6800003051758,16.6800003051758,16.6800003051758,15.8548726342254,0,0,0,0 2025-11-11 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,16.0069575956044,0,0,0,0 2025-11-12 00:00:00-05:00,16.9599990844727,16.9599990844727,16.9599990844727,16.9599990844727,16.1210204101408,0,0,0,0 2025-11-13 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.9879465221831,0,0,0,0 2025-11-14 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.8358615608041,0,0,0,0 2025-11-17 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.6742710627145,0,0,0,0 2025-11-18 00:00:00-05:00,16.3299999237061,16.3299999237061,16.3299999237061,16.3299999237061,15.5221861013354,0,0,0,0 2025-11-19 00:00:00-05:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.4271325472246,0,0,0,0 2025-11-20 00:00:00-05:00,16.0699996948242,16.0699996948242,16.0699996948242,16.0699996948242,15.2750475858456,0,0,0,0 2025-11-21 00:00:00-05:00,16.25,16.25,16.25,16.25,15.4461436206459,0,0,0,0 2025-11-24 00:00:00-05:00,16.3099994659424,16.3099994659424,16.3099994659424,16.3099994659424,15.5031750279141,0,0,0,0 2025-11-25 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,15.6932821361358,0,0,0,0 2025-11-26 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.8358615608041,0,0,0,0 2025-11-28 00:00:00-05:00,16.7299995422363,16.7299995422363,16.7299995422363,16.7299995422363,15.902398504783,0,0,0,0 2025-12-01 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,15.8643781709361,0,0,0,0 2025-12-02 00:00:00-05:00,16.7700004577637,16.7700004577637,16.7700004577637,16.7700004577637,15.9404206516256,0,0,0,0 2025-12-03 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.9879465221831,0,0,0,0 2025-12-04 00:00:00-05:00,16.8799991607666,16.8799991607666,16.8799991607666,16.8799991607666,16.0449779294513,0,0,0,0 2025-12-05 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,16.0069575956044,0,0,0,0 2025-12-08 00:00:00-05:00,16.8600006103516,16.8600006103516,16.8600006103516,16.8600006103516,16.0259686690258,0,0,0,0 2025-12-09 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,15.9974520588938,0,0,0,0 2025-12-10 00:00:00-05:00,16.9500007629395,16.9500007629395,16.9500007629395,16.9500007629395,16.1115166864259,0,0,0,0 2025-12-11 00:00:00-05:00,17.0799999237061,17.0799999237061,17.0799999237061,17.0799999237061,16.235085037673,0,0,0,0 2025-12-12 00:00:00-05:00,17.0200004577637,17.0200004577637,17.0200004577637,17.0200004577637,16.1780536304048,0,0,0,0 2025-12-15 00:00:00-05:00,17.0900001525879,17.0900001525879,17.0900001525879,17.0900001525879,16.2445905743836,0,0,0,0 2025-12-16 00:00:00-05:00,16.9899997711182,16.9899997711182,16.9899997711182,16.9899997711182,16.1495370202728,0,0,0,0 2025-12-17 00:00:00-05:00,16.9200000762939,16.9200000762939,16.9200000762939,16.9200000762939,16.0830000762939,0,0,0,0 2025-12-18 00:00:00-05:00,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,0,0.837,0,0.417 2025-12-19 00:00:00-05:00,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,0,0,0,0 2025-12-22 00:00:00-05:00,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,0,0,0,0 2025-12-23 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2025-12-24 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2025-12-26 00:00:00-05:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,0,0,0,0 2025-12-29 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,0,0,0,0 2025-12-30 00:00:00-05:00,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,0,0,0,0 2025-12-31 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2026-01-02 00:00:00-05:00,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,0,0,0,0 2026-01-05 00:00:00-05:00,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,0,0,0,0 2026-01-06 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,0,0,0,0 2026-01-07 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,0,0,0,0 2026-01-08 00:00:00-05:00,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,0,0,0,0 2026-01-09 00:00:00-05:00,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,0,0,0,0 ================================================ FILE: tests/data/DODFX-1d-cg-double-count.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2024-01-10 00:00:00-05:00,12.147500038147,12.147500038147,12.147500038147,12.147500038147,11.0047464370728,0,0,0,0 2024-01-11 00:00:00-05:00,12.1350002288818,12.1350002288818,12.1350002288818,12.1350002288818,10.9934225082397,0,0,0,0 2024-01-12 00:00:00-05:00,12.1400003433228,12.1400003433228,12.1400003433228,12.1400003433228,10.9979524612427,0,0,0,0 2024-01-16 00:00:00-05:00,11.9300003051758,11.9300003051758,11.9300003051758,11.9300003051758,10.8077077865601,0,0,0,0 2024-01-17 00:00:00-05:00,11.7924995422363,11.7924995422363,11.7924995422363,11.7924995422363,10.683141708374,0,0,0,0 2024-01-18 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,10.7261743545532,0,0,0,0 2024-01-19 00:00:00-05:00,11.9025001525879,11.9025001525879,11.9025001525879,11.9025001525879,10.7827949523926,0,0,0,0 2024-01-22 00:00:00-05:00,11.9075002670288,11.9075002670288,11.9075002670288,11.9075002670288,10.7873249053955,0,0,0,0 2024-01-23 00:00:00-05:00,11.9224996566772,11.9224996566772,11.9224996566772,11.9224996566772,10.8009128570557,0,0,0,0 2024-01-24 00:00:00-05:00,11.9925003051758,11.9925003051758,11.9925003051758,11.9925003051758,10.8643283843994,0,0,0,0 2024-01-25 00:00:00-05:00,11.9575004577637,11.9575004577637,11.9575004577637,11.9575004577637,10.8326215744019,0,0,0,0 2024-01-26 00:00:00-05:00,12.0325002670288,12.0325002670288,12.0325002670288,12.0325002670288,10.9005651473999,0,0,0,0 2024-01-29 00:00:00-05:00,12.0749998092651,12.0749998092651,12.0749998092651,12.0749998092651,10.9390668869019,0,0,0,0 2024-01-30 00:00:00-05:00,12.0299997329712,12.0299997329712,12.0299997329712,12.0299997329712,10.8983001708984,0,0,0,0 2024-01-31 00:00:00-05:00,11.9324998855591,11.9324998855591,11.9324998855591,11.9324998855591,10.8099727630615,0,0,0,0 2024-02-01 00:00:00-05:00,11.9825000762939,11.9825000762939,11.9825000762939,11.9825000762939,10.8552694320679,0,0,0,0 2024-02-02 00:00:00-05:00,11.9125003814697,11.9125003814697,11.9125003814697,11.9125003814697,10.7918539047241,0,0,0,0 2024-02-05 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,10.7261743545532,0,0,0,0 2024-02-06 00:00:00-05:00,11.9274997711182,11.9274997711182,11.9274997711182,11.9274997711182,10.8054428100586,0,0,0,0 2024-02-07 00:00:00-05:00,11.8699998855591,11.8699998855591,11.8699998855591,11.8699998855591,10.7533521652222,0,0,0,0 2024-02-08 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.687671661377,0,0,0,0 2024-02-09 00:00:00-05:00,11.8050003051758,11.8050003051758,11.8050003051758,11.8050003051758,10.6944675445557,0,0,0,0 2024-02-12 00:00:00-05:00,11.875,11.875,11.875,11.875,10.7578821182251,0,0,0,0 2024-02-13 00:00:00-05:00,11.727499961853,11.727499961853,11.727499961853,11.727499961853,10.6242580413818,0,0,0,0 2024-02-14 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.687671661377,0,0,0,0 2024-02-15 00:00:00-05:00,11.9049997329712,11.9049997329712,11.9049997329712,11.9049997329712,10.7850589752197,0,0,0,0 2024-02-16 00:00:00-05:00,11.9624996185303,11.9624996185303,11.9624996185303,11.9624996185303,10.8371505737305,0,0,0,0 2024-02-20 00:00:00-05:00,12.0349998474121,12.0349998474121,12.0349998474121,12.0349998474121,10.9028301239014,0,0,0,0 2024-02-21 00:00:00-05:00,12.0550003051758,12.0550003051758,12.0550003051758,12.0550003051758,10.9209489822388,0,0,0,0 2024-02-22 00:00:00-05:00,12.1800003051758,12.1800003051758,12.1800003051758,12.1800003051758,11.0341892242432,0,0,0,0 2024-02-23 00:00:00-05:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.0319242477417,0,0,0,0 2024-02-26 00:00:00-05:00,12.1525001525879,12.1525001525879,12.1525001525879,12.1525001525879,11.0092763900757,0,0,0,0 2024-02-27 00:00:00-05:00,12.1724996566772,12.1724996566772,12.1724996566772,12.1724996566772,11.0273942947388,0,0,0,0 2024-02-28 00:00:00-05:00,12.1175003051758,12.1175003051758,12.1175003051758,12.1175003051758,10.9775695800781,0,0,0,0 2024-02-29 00:00:00-05:00,12.0900001525879,12.0900001525879,12.0900001525879,12.0900001525879,10.9526567459106,0,0,0,0 2024-03-01 00:00:00-05:00,12.2150001525879,12.2150001525879,12.2150001525879,12.2150001525879,11.065896987915,0,0,0,0 2024-03-04 00:00:00-05:00,12.1549997329712,12.1549997329712,12.1549997329712,12.1549997329712,11.0115404129028,0,0,0,0 2024-03-05 00:00:00-05:00,12.1374998092651,12.1374998092651,12.1374998092651,12.1374998092651,10.9956874847412,0,0,0,0 2024-03-06 00:00:00-05:00,12.2674999237061,12.2674999237061,12.2674999237061,12.2674999237061,11.1134576797485,0,0,0,0 2024-03-07 00:00:00-05:00,12.3699998855591,12.3699998855591,12.3699998855591,12.3699998855591,11.2063150405884,0,0,0,0 2024-03-08 00:00:00-05:00,12.3874998092651,12.3874998092651,12.3874998092651,12.3874998092651,11.2221689224243,0,0,0,0 2024-03-11 00:00:00-04:00,12.4174995422363,12.4174995422363,12.4174995422363,12.4174995422363,11.2493467330933,0,0,0,0 2024-03-12 00:00:00-04:00,12.5299997329712,12.5299997329712,12.5299997329712,12.5299997329712,11.351263999939,0,0,0,0 2024-03-13 00:00:00-04:00,12.5775003433228,12.5775003433228,12.5775003433228,12.5775003433228,11.3942956924438,0,0,0,0 2024-03-14 00:00:00-04:00,12.4875001907349,12.4875001907349,12.4875001907349,12.4875001907349,11.3127613067627,0,0,0,0 2024-03-15 00:00:00-04:00,12.4549999237061,12.4549999237061,12.4549999237061,12.4549999237061,11.2833194732666,0,0,0,0 2024-03-18 00:00:00-04:00,12.4700002670288,12.4700002670288,12.4700002670288,12.4700002670288,11.2969083786011,0,0,0,0 2024-03-19 00:00:00-04:00,12.477499961853,12.477499961853,12.477499961853,12.477499961853,11.3037023544312,0,0,0,0 2024-03-20 00:00:00-04:00,12.5825004577637,12.5825004577637,12.5825004577637,12.5825004577637,11.3988256454468,0,0,0,0 2024-03-21 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.3920297622681,0,0,0,0 2024-03-22 00:00:00-04:00,12.5325002670288,12.5325002670288,12.5325002670288,12.5325002670288,11.3535289764404,0,0,0,0 2024-03-25 00:00:00-04:00,12.5524997711182,12.5524997711182,12.5524997711182,12.5524997711182,11.3716468811035,0,0,0,0 2024-03-26 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.3920297622681,0,0,0,0 2024-03-27 00:00:00-04:00,12.6800003051758,12.6800003051758,12.6800003051758,12.6800003051758,11.4871530532837,0,0,0,0 2024-03-28 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.4826231002808,0,0,0,0 2024-04-01 00:00:00-04:00,12.625,12.625,12.625,12.625,11.4373264312744,0,0,0,0 2024-04-02 00:00:00-04:00,12.5874996185303,12.5874996185303,12.5874996185303,12.5874996185303,11.4033546447754,0,0,0,0 2024-04-03 00:00:00-04:00,12.6724996566772,12.6724996566772,12.6724996566772,12.6724996566772,11.480357170105,0,0,0,0 2024-04-04 00:00:00-04:00,12.6199998855591,12.6199998855591,12.6199998855591,12.6199998855591,11.4327964782715,0,0,0,0 2024-04-05 00:00:00-04:00,12.6225004196167,12.6225004196167,12.6225004196167,12.6225004196167,11.4350624084473,0,0,0,0 2024-04-08 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.4826231002808,0,0,0,0 2024-04-09 00:00:00-04:00,12.7124996185303,12.7124996185303,12.7124996185303,12.7124996185303,11.5165948867798,0,0,0,0 2024-04-10 00:00:00-04:00,12.5900001525879,12.5900001525879,12.5900001525879,12.5900001525879,11.4056186676025,0,0,0,0 2024-04-11 00:00:00-04:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.3761768341064,0,0,0,0 2024-04-12 00:00:00-04:00,12.3474998474121,12.3474998474121,12.3474998474121,12.3474998474121,11.1859321594238,0,0,0,0 2024-04-15 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.1247816085815,0,0,0,0 2024-04-16 00:00:00-04:00,12.1625003814697,12.1625003814697,12.1625003814697,12.1625003814697,11.0183362960815,0,0,0,0 2024-04-17 00:00:00-04:00,12.1850004196167,12.1850004196167,12.1850004196167,12.1850004196167,11.0387191772461,0,0,0,0 2024-04-18 00:00:00-04:00,12.1999998092651,12.1999998092651,12.1999998092651,12.1999998092651,11.0523071289063,0,0,0,0 2024-04-19 00:00:00-04:00,12.2349996566772,12.2349996566772,12.2349996566772,12.2349996566772,11.0840148925781,0,0,0,0 2024-04-22 00:00:00-04:00,12.4125003814697,12.4125003814697,12.4125003814697,12.4125003814697,11.2448177337646,0,0,0,0 2024-04-23 00:00:00-04:00,12.5124998092651,12.5124998092651,12.5124998092651,12.5124998092651,11.3354091644287,0,0,0,0 2024-04-24 00:00:00-04:00,12.5074996948242,12.5074996948242,12.5074996948242,12.5074996948242,11.3308801651001,0,0,0,0 2024-04-25 00:00:00-04:00,12.5699996948242,12.5699996948242,12.5699996948242,12.5699996948242,11.3874998092651,0,0,0,0 2024-04-26 00:00:00-04:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.4282674789429,0,0,0,0 2024-04-29 00:00:00-04:00,12.6999998092651,12.6999998092651,12.6999998092651,12.6999998092651,11.5052709579468,0,0,0,0 2024-04-30 00:00:00-04:00,12.5050001144409,12.5050001144409,12.5050001144409,12.5050001144409,11.328616142273,0,0,0,0 2024-05-01 00:00:00-04:00,12.4949998855591,12.4949998855591,12.4949998855591,12.4949998855591,11.3195562362671,0,0,0,0 2024-05-02 00:00:00-04:00,12.6674995422363,12.6674995422363,12.6674995422363,12.6674995422363,11.4758281707764,0,0,0,0 2024-05-03 00:00:00-04:00,12.7524995803833,12.7524995803833,12.7524995803833,12.7524995803833,11.5528316497803,0,0,0,0 2024-05-06 00:00:00-04:00,12.852499961853,12.852499961853,12.852499961853,12.852499961853,11.643424987793,0,0,0,0 2024-05-07 00:00:00-04:00,12.914999961853,12.914999961853,12.914999961853,12.914999961853,11.7000455856323,0,0,0,0 2024-05-08 00:00:00-04:00,12.9350004196167,12.9350004196167,12.9350004196167,12.9350004196167,11.7181644439697,0,0,0,0 2024-05-09 00:00:00-04:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,11.7996969223022,0,0,0,0 2024-05-10 00:00:00-04:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,11.8744373321533,0,0,0,0 2024-05-13 00:00:00-04:00,13.1824998855591,13.1824998855591,13.1824998855591,13.1824998855591,11.9423809051514,0,0,0,0 2024-05-14 00:00:00-04:00,13.2399997711182,13.2399997711182,13.2399997711182,13.2399997711182,11.9944715499878,0,0,0,0 2024-05-15 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0 2024-05-16 00:00:00-04:00,13.3500003814697,13.3500003814697,13.3500003814697,13.3500003814697,12.094123840332,0,0,0,0 2024-05-17 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.109977722168,0,0,0,0 2024-05-20 00:00:00-04:00,13.397500038147,13.397500038147,13.397500038147,13.397500038147,12.1371555328369,0,0,0,0 2024-05-21 00:00:00-04:00,13.3474998474121,13.3474998474121,13.3474998474121,13.3474998474121,12.0918579101563,0,0,0,0 2024-05-22 00:00:00-04:00,13.2224998474121,13.2224998474121,13.2224998474121,13.2224998474121,11.9786176681519,0,0,0,0 2024-05-23 00:00:00-04:00,13.125,13.125,13.125,13.125,11.8902902603149,0,0,0,0 2024-05-24 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0 2024-05-28 00:00:00-04:00,13.1899995803833,13.1899995803833,13.1899995803833,13.1899995803833,11.9491748809814,0,0,0,0 2024-05-29 00:00:00-04:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,11.7476062774658,0,0,0,0 2024-05-30 00:00:00-04:00,13.0699996948242,13.0699996948242,13.0699996948242,13.0699996948242,11.8404636383057,0,0,0,0 2024-05-31 00:00:00-04:00,13.1925001144409,13.1925001144409,13.1925001144409,13.1925001144409,11.9514398574829,0,0,0,0 2024-06-03 00:00:00-04:00,13.1774997711182,13.1774997711182,13.1774997711182,13.1774997711182,11.9378509521484,0,0,0,0 2024-06-04 00:00:00-04:00,13.0550003051758,13.0550003051758,13.0550003051758,13.0550003051758,11.8268756866455,0,0,0,0 2024-06-05 00:00:00-04:00,13.1549997329712,13.1549997329712,13.1549997329712,13.1549997329712,11.9174680709839,0,0,0,0 2024-06-06 00:00:00-04:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,11.9559698104858,0,0,0,0 2024-06-07 00:00:00-04:00,13.085000038147,13.085000038147,13.085000038147,13.085000038147,11.8540534973145,0,0,0,0 2024-06-10 00:00:00-04:00,13.039999961853,13.039999961853,13.039999961853,13.039999961853,11.8132858276367,0,0,0,0 2024-06-11 00:00:00-04:00,12.9025001525879,12.9025001525879,12.9025001525879,12.9025001525879,11.6887216567993,0,0,0,0 2024-06-12 00:00:00-04:00,13.0074996948242,13.0074996948242,13.0074996948242,13.0074996948242,11.7838430404663,0,0,0,0 2024-06-13 00:00:00-04:00,12.8275003433228,12.8275003433228,12.8275003433228,12.8275003433228,11.620777130127,0,0,0,0 2024-06-14 00:00:00-04:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.5098009109497,0,0,0,0 2024-06-17 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.5573616027832,0,0,0,0 2024-06-18 00:00:00-04:00,12.7849998474121,12.7849998474121,12.7849998474121,12.7849998474121,11.5822744369507,0,0,0,0 2024-06-20 00:00:00-04:00,12.8325004577637,12.8325004577637,12.8325004577637,12.8325004577637,11.6253070831299,0,0,0,0 2024-06-21 00:00:00-04:00,12.7200002670288,12.7200002670288,12.7200002670288,12.7200002670288,11.5233898162842,0,0,0,0 2024-06-24 00:00:00-04:00,12.8675003051758,12.8675003051758,12.8675003051758,12.8675003051758,11.6570148468018,0,0,0,0 2024-06-25 00:00:00-04:00,12.8249998092651,12.8249998092651,12.8249998092651,12.8249998092651,11.6185111999512,0,0,0,0 2024-06-26 00:00:00-04:00,12.7399997711182,12.7399997711182,12.7399997711182,12.7399997711182,11.5415086746216,0,0,0,0 2024-06-27 00:00:00-04:00,12.7025003433228,12.7025003433228,12.7025003433228,12.7025003433228,11.5075359344482,0,0,0,0 2024-06-28 00:00:00-04:00,12.6774997711182,12.6774997711182,12.6774997711182,12.6774997711182,11.4848871231079,0,0,0,0 2024-07-01 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.5301837921143,0,0,0,0 2024-07-02 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.5301837921143,0,0,0,0 2024-07-03 00:00:00-04:00,12.8999996185303,12.8999996185303,12.8999996185303,12.8999996185303,11.6864566802979,0,0,0,0 2024-07-05 00:00:00-04:00,12.960000038147,12.960000038147,12.960000038147,12.960000038147,11.7408123016357,0,0,0,0 2024-07-08 00:00:00-04:00,12.9499998092651,12.9499998092651,12.9499998092651,12.9499998092651,11.7317533493042,0,0,0,0 2024-07-09 00:00:00-04:00,12.9075002670288,12.9075002670288,12.9075002670288,12.9075002670288,11.6932506561279,0,0,0,0 2024-07-10 00:00:00-04:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,11.8359336853027,0,0,0,0 2024-07-11 00:00:00-04:00,13.1724996566772,13.1724996566772,13.1724996566772,13.1724996566772,11.9333209991455,0,0,0,0 2024-07-12 00:00:00-04:00,13.2950000762939,13.2950000762939,13.2950000762939,13.2950000762939,12.0442972183228,0,0,0,0 2024-07-15 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0 2024-07-16 00:00:00-04:00,13.2200002670288,13.2200002670288,13.2200002670288,13.2200002670288,11.9763536453247,0,0,0,0 2024-07-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.0397682189941,0,0,0,0 2024-07-18 00:00:00-04:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,11.912938117981,0,0,0,0 2024-07-19 00:00:00-04:00,13.0500001907349,13.0500001907349,13.0500001907349,13.0500001907349,11.8223457336426,0,0,0,0 2024-07-22 00:00:00-04:00,13.1949996948242,13.1949996948242,13.1949996948242,13.1949996948242,11.9537048339844,0,0,0,0 2024-07-23 00:00:00-04:00,13.0874996185303,13.0874996185303,13.0874996185303,13.0874996185303,11.8563175201416,0,0,0,0 2024-07-24 00:00:00-04:00,12.9624996185303,12.9624996185303,12.9624996185303,12.9624996185303,11.7430763244629,0,0,0,0 2024-07-25 00:00:00-04:00,12.9300003051758,12.9300003051758,12.9300003051758,12.9300003051758,11.7136344909668,0,0,0,0 2024-07-26 00:00:00-04:00,13.0325002670288,13.0325002670288,13.0325002670288,13.0325002670288,11.8064918518066,0,0,0,0 2024-07-29 00:00:00-04:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,11.7906379699707,0,0,0,0 2024-07-30 00:00:00-04:00,12.9825000762939,12.9825000762939,12.9825000762939,12.9825000762939,11.7611951828003,0,0,0,0 2024-07-31 00:00:00-04:00,13.0799999237061,13.0799999237061,13.0799999237061,13.0799999237061,11.8495235443115,0,0,0,0 2024-08-01 00:00:00-04:00,12.8299999237061,12.8299999237061,12.8299999237061,12.8299999237061,11.6230411529541,0,0,0,0 2024-08-02 00:00:00-04:00,12.6400003433228,12.6400003433228,12.6400003433228,12.6400003433228,11.4509162902832,0,0,0,0 2024-08-05 00:00:00-04:00,12.3599996566772,12.3599996566772,12.3599996566772,12.3599996566772,11.1972551345825,0,0,0,0 2024-08-06 00:00:00-04:00,12.3649997711182,12.3649997711182,12.3649997711182,12.3649997711182,11.2017850875855,0,0,0,0 2024-08-07 00:00:00-04:00,12.4475002288818,12.4475002288818,12.4475002288818,12.4475002288818,11.2765245437622,0,0,0,0 2024-08-08 00:00:00-04:00,12.6575002670288,12.6575002670288,12.6575002670288,12.6575002670288,11.4667701721191,0,0,0,0 2024-08-09 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.4962120056152,0,0,0,0 2024-08-12 00:00:00-04:00,12.6949996948242,12.6949996948242,12.6949996948242,12.6949996948242,11.5007410049438,0,0,0,0 2024-08-13 00:00:00-04:00,12.8474998474121,12.8474998474121,12.8474998474121,12.8474998474121,11.6388959884644,0,0,0,0 2024-08-14 00:00:00-04:00,12.875,12.875,12.875,12.875,11.6638088226318,0,0,0,0 2024-08-15 00:00:00-04:00,13.0450000762939,13.0450000762939,13.0450000762939,13.0450000762939,11.8178157806396,0,0,0,0 2024-08-16 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,11.8993501663208,0,0,0,0 2024-08-19 00:00:00-04:00,13.2849998474121,13.2849998474121,13.2849998474121,13.2849998474121,12.0352382659912,0,0,0,0 2024-08-20 00:00:00-04:00,13.2124996185303,13.2124996185303,13.2124996185303,13.2124996185303,11.9695587158203,0,0,0,0 2024-08-21 00:00:00-04:00,13.2749996185303,13.2749996185303,13.2749996185303,13.2749996185303,12.0261783599854,0,0,0,0 2024-08-22 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0 2024-08-23 00:00:00-04:00,13.4025001525879,13.4025001525879,13.4025001525879,13.4025001525879,12.1416845321655,0,0,0,0 2024-08-26 00:00:00-04:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.1190357208252,0,0,0,0 2024-08-27 00:00:00-04:00,13.4449996948242,13.4449996948242,13.4449996948242,13.4449996948242,12.1801872253418,0,0,0,0 2024-08-28 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0 2024-08-29 00:00:00-04:00,13.4049997329712,13.4049997329712,13.4049997329712,13.4049997329712,12.143949508667,0,0,0,0 2024-08-30 00:00:00-04:00,13.4650001525879,13.4650001525879,13.4650001525879,13.4650001525879,12.1983051300049,0,0,0,0 2024-09-03 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.0080604553223,0,0,0,0 2024-09-04 00:00:00-04:00,13.2700004577637,13.2700004577637,13.2700004577637,13.2700004577637,12.0216493606567,0,0,0,0 2024-09-05 00:00:00-04:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.0510921478271,0,0,0,0 2024-09-06 00:00:00-04:00,13.0924997329712,13.0924997329712,13.0924997329712,13.0924997329712,11.8608474731445,0,0,0,0 2024-09-09 00:00:00-04:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,11.9446468353271,0,0,0,0 2024-09-10 00:00:00-04:00,13.1324996948242,13.1324996948242,13.1324996948242,13.1324996948242,11.897084236145,0,0,0,0 2024-09-11 00:00:00-04:00,13.1599998474121,13.1599998474121,13.1599998474121,13.1599998474121,11.9219980239868,0,0,0,0 2024-09-12 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.0080604553223,0,0,0,0 2024-09-13 00:00:00-04:00,13.3249998092651,13.3249998092651,13.3249998092651,13.3249998092651,12.0714750289917,0,0,0,0 2024-09-16 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.109977722168,0,0,0,0 2024-09-17 00:00:00-04:00,13.4300003051758,13.4300003051758,13.4300003051758,13.4300003051758,12.1665983200073,0,0,0,0 2024-09-18 00:00:00-04:00,13.4075002670288,13.4075002670288,13.4075002670288,13.4075002670288,12.1462144851685,0,0,0,0 2024-09-19 00:00:00-04:00,13.625,13.625,13.625,13.625,12.3432540893555,0,0,0,0 2024-09-20 00:00:00-04:00,13.5150003433228,13.5150003433228,13.5150003433228,13.5150003433228,12.2436017990112,0,0,0,0 2024-09-23 00:00:00-04:00,13.5574998855591,13.5574998855591,13.5574998855591,13.5574998855591,12.2821025848389,0,0,0,0 2024-09-24 00:00:00-04:00,13.7600002288818,13.7600002288818,13.7600002288818,13.7600002288818,12.4655542373657,0,0,0,0 2024-09-25 00:00:00-04:00,13.6949996948242,13.6949996948242,13.6949996948242,13.6949996948242,12.4066677093506,0,0,0,0 2024-09-26 00:00:00-04:00,14.0024995803833,14.0024995803833,14.0024995803833,14.0024995803833,12.6852397918701,0,0,0,0 2024-09-27 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,12.8347187042236,0,0,0,0 2024-09-30 00:00:00-04:00,13.9425001144409,13.9425001144409,13.9425001144409,13.9425001144409,12.6308860778809,0,0,0,0 2024-10-01 00:00:00-04:00,13.9174995422363,13.9174995422363,13.9174995422363,13.9174995422363,12.6082372665405,0,0,0,0 2024-10-02 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.6422090530396,0,0,0,0 2024-10-03 00:00:00-04:00,13.7950000762939,13.7950000762939,13.7950000762939,13.7950000762939,12.4972610473633,0,0,0,0 2024-10-04 00:00:00-04:00,13.9274997711182,13.9274997711182,13.9274997711182,13.9274997711182,12.6172962188721,0,0,0,0 2024-10-07 00:00:00-04:00,13.8924999237061,13.8924999237061,13.8924999237061,13.8924999237061,12.5855894088745,0,0,0,0 2024-10-08 00:00:00-04:00,13.7749996185303,13.7749996185303,13.7749996185303,13.7749996185303,12.4791421890259,0,0,0,0 2024-10-09 00:00:00-04:00,13.8125,13.8125,13.8125,13.8125,12.5131149291992,0,0,0,0 2024-10-10 00:00:00-04:00,13.789999961853,13.789999961853,13.789999961853,13.789999961853,12.4927310943604,0,0,0,0 2024-10-11 00:00:00-04:00,13.8199996948242,13.8199996948242,13.8199996948242,13.8199996948242,12.5199089050293,0,0,0,0 2024-10-14 00:00:00-04:00,13.8249998092651,13.8249998092651,13.8249998092651,13.8249998092651,12.5244388580322,0,0,0,0 2024-10-15 00:00:00-04:00,13.6274995803833,13.6274995803833,13.6274995803833,13.6274995803833,12.3455181121826,0,0,0,0 2024-10-16 00:00:00-04:00,13.6674995422363,13.6674995422363,13.6674995422363,13.6674995422363,12.3817548751831,0,0,0,0 2024-10-17 00:00:00-04:00,13.6975002288818,13.6975002288818,13.6975002288818,13.6975002288818,12.4089336395264,0,0,0,0 2024-10-18 00:00:00-04:00,13.7875003814697,13.7875003814697,13.7875003814697,13.7875003814697,12.4904670715332,0,0,0,0 2024-10-21 00:00:00-04:00,13.664999961853,13.664999961853,13.664999961853,13.664999961853,12.379490852356,0,0,0,0 2024-10-22 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.3319292068481,0,0,0,0 2024-10-23 00:00:00-04:00,13.5299997329712,13.5299997329712,13.5299997329712,13.5299997329712,12.2571897506714,0,0,0,0 2024-10-24 00:00:00-04:00,13.585000038147,13.585000038147,13.585000038147,13.585000038147,12.3070163726807,0,0,0,0 2024-10-25 00:00:00-04:00,13.5625,13.5625,13.5625,13.5625,12.2866325378418,0,0,0,0 2024-10-28 00:00:00-04:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.386284828186,0,0,0,0 2024-10-29 00:00:00-04:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.3115463256836,0,0,0,0 2024-10-30 00:00:00-04:00,13.4875001907349,13.4875001907349,13.4875001907349,13.4875001907349,12.2186889648438,0,0,0,0 2024-10-31 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0 2024-11-01 00:00:00-04:00,13.4274997711182,13.4274997711182,13.4274997711182,13.4274997711182,12.1643323898315,0,0,0,0 2024-11-04 00:00:00-05:00,13.4700002670288,13.4700002670288,13.4700002670288,13.4700002670288,12.2028350830078,0,0,0,0 2024-11-05 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.3228702545166,0,0,0,0 2024-11-06 00:00:00-05:00,13.5074996948242,13.5074996948242,13.5074996948242,13.5074996948242,12.2368068695068,0,0,0,0 2024-11-07 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.3228702545166,0,0,0,0 2024-11-08 00:00:00-05:00,13.4525003433228,13.4525003433228,13.4525003433228,13.4525003433228,12.1869812011719,0,0,0,0 2024-11-11 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.2096290588379,0,0,0,0 2024-11-12 00:00:00-05:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,11.9446468353271,0,0,0,0 2024-11-13 00:00:00-05:00,13.1199998855591,13.1199998855591,13.1199998855591,13.1199998855591,11.885760307312,0,0,0,0 2024-11-14 00:00:00-05:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,11.912938117981,0,0,0,0 2024-11-15 00:00:00-05:00,13.1175003051758,13.1175003051758,13.1175003051758,13.1175003051758,11.8834953308105,0,0,0,0 2024-11-18 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,11.9650297164917,0,0,0,0 2024-11-19 00:00:00-05:00,13.1625003814697,13.1625003814697,13.1625003814697,13.1625003814697,11.9242630004883,0,0,0,0 2024-11-20 00:00:00-05:00,13.125,13.125,13.125,13.125,11.8902902603149,0,0,0,0 2024-11-21 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,11.8880252838135,0,0,0,0 2024-11-22 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,11.8880252838135,0,0,0,0 2024-11-25 00:00:00-05:00,13.210000038147,13.210000038147,13.210000038147,13.210000038147,11.9672946929932,0,0,0,0 2024-11-26 00:00:00-05:00,13.1099996566772,13.1099996566772,13.1099996566772,13.1099996566772,11.8767013549805,0,0,0,0 2024-11-27 00:00:00-05:00,13.164999961853,13.164999961853,13.164999961853,13.164999961853,11.9265270233154,0,0,0,0 2024-11-29 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,11.9650297164917,0,0,0,0 2024-12-02 00:00:00-05:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,11.9559698104858,0,0,0,0 2024-12-03 00:00:00-05:00,13.2650003433228,13.2650003433228,13.2650003433228,13.2650003433228,12.0171203613281,0,0,0,0 2024-12-04 00:00:00-05:00,13.25,13.25,13.25,13.25,12.0035305023193,0,0,0,0 2024-12-05 00:00:00-05:00,13.3824996948242,13.3824996948242,13.3824996948242,13.3824996948242,12.1235656738281,0,0,0,0 2024-12-06 00:00:00-05:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.1190357208252,0,0,0,0 2024-12-09 00:00:00-05:00,13.4425001144409,13.4425001144409,13.4425001144409,13.4425001144409,12.1779222488403,0,0,0,0 2024-12-10 00:00:00-05:00,13.3175001144409,13.3175001144409,13.3175001144409,13.3175001144409,12.0646820068359,0,0,0,0 2024-12-11 00:00:00-05:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.0510921478271,0,0,0,0 2024-12-12 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.0148553848267,0,0,0,0 2024-12-13 00:00:00-05:00,13.1875,13.1875,13.1875,13.1875,11.9469108581543,0,0,0,0 2024-12-16 00:00:00-05:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,11.8744373321533,0,0,0,0 2024-12-17 00:00:00-05:00,13.0349998474121,13.0349998474121,13.0349998474121,13.0349998474121,11.8087558746338,0,0,0,0 2024-12-18 00:00:00-05:00,12.4525003433228,12.4525003433228,12.4525003433228,12.4525003433228,11.5296020507813,0,0.281,0,0 2024-12-19 00:00:00-05:00,12.3850002288818,12.3850002288818,12.3850002288818,12.3850002288818,11.4671049118042,0,0,0,0 2024-12-20 00:00:00-05:00,12.4250001907349,12.4250001907349,12.4250001907349,12.4250001907349,11.5041399002075,0,0,0,0 2024-12-23 00:00:00-05:00,12.5024995803833,12.5024995803833,12.5024995803833,12.5024995803833,11.5758953094482,0,0,0,0 2024-12-24 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.6059875488281,0,0,0,0 2024-12-26 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.6059875488281,0,0,0,0 2024-12-27 00:00:00-05:00,12.5450000762939,12.5450000762939,12.5450000762939,12.5450000762939,11.6152467727661,0,0,0,0 2024-12-30 00:00:00-05:00,12.4825000762939,12.4825000762939,12.4825000762939,12.4825000762939,11.5573787689209,0,0,0,0 2024-12-31 00:00:00-05:00,12.4750003814697,12.4750003814697,12.4750003814697,12.4750003814697,11.5504341125488,0,0,0,0 2025-01-02 00:00:00-05:00,12.4300003051758,12.4300003051758,12.4300003051758,12.4300003051758,11.5087699890137,0,0,0,0 2025-01-03 00:00:00-05:00,12.4624996185303,12.4624996185303,12.4624996185303,12.4624996185303,11.5388603210449,0,0,0,0 2025-01-06 00:00:00-05:00,12.602499961853,12.602499961853,12.602499961853,12.602499961853,11.6684846878052,0,0,0,0 2025-01-07 00:00:00-05:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.6800584793091,0,0,0,0 2025-01-08 00:00:00-05:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.6268196105957,0,0,0,0 2025-01-10 00:00:00-05:00,12.3299999237061,12.3299999237061,12.3299999237061,12.3299999237061,11.4161806106567,0,0,0,0 2025-01-13 00:00:00-05:00,12.3024997711182,12.3024997711182,12.3024997711182,12.3024997711182,11.390718460083,0,0,0,0 2025-01-14 00:00:00-05:00,12.3800001144409,12.3800001144409,12.3800001144409,12.3800001144409,11.462474822998,0,0,0,0 2025-01-15 00:00:00-05:00,12.539999961853,12.539999961853,12.539999961853,12.539999961853,11.61061668396,0,0,0,0 2025-01-16 00:00:00-05:00,12.6125001907349,12.6125001907349,12.6125001907349,12.6125001907349,11.6777439117432,0,0,0,0 2025-01-17 00:00:00-05:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.7633876800537,0,0,0,0 2025-01-21 00:00:00-05:00,12.8625001907349,12.8625001907349,12.8625001907349,12.8625001907349,11.9092149734497,0,0,0,0 2025-01-22 00:00:00-05:00,12.8725004196167,12.8725004196167,12.8725004196167,12.8725004196167,11.9184741973877,0,0,0,0 2025-01-23 00:00:00-05:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.0064334869385,0,0,0,0 2025-01-24 00:00:00-05:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.0596714019775,0,0,0,0 2025-01-27 00:00:00-05:00,13.0024995803833,13.0024995803833,13.0024995803833,13.0024995803833,12.03883934021,0,0,0,0 2025-01-28 00:00:00-05:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.0504131317139,0,0,0,0 2025-01-29 00:00:00-05:00,13.0200004577637,13.0200004577637,13.0200004577637,13.0200004577637,12.05504322052,0,0,0,0 2025-01-30 00:00:00-05:00,13.1525001525879,13.1525001525879,13.1525001525879,13.1525001525879,12.1777229309082,0,0,0,0 2025-01-31 00:00:00-05:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.0967073440552,0,0,0,0 2025-02-03 00:00:00-05:00,12.8924999237061,12.8924999237061,12.8924999237061,12.8924999237061,11.9369916915894,0,0,0,0 2025-02-04 00:00:00-05:00,13.0600004196167,13.0600004196167,13.0600004196167,13.0600004196167,12.0920782089233,0,0,0,0 2025-02-05 00:00:00-05:00,13.1999998092651,13.1999998092651,13.1999998092651,13.1999998092651,12.2217016220093,0,0,0,0 2025-02-06 00:00:00-05:00,13.352499961853,13.352499961853,13.352499961853,13.352499961853,12.3628997802734,0,0,0,0 2025-02-07 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.2795696258545,0,0,0,0 2025-02-10 00:00:00-05:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.3767881393433,0,0,0,0 2025-02-11 00:00:00-05:00,13.3950004577637,13.3950004577637,13.3950004577637,13.3950004577637,12.402250289917,0,0,0,0 2025-02-12 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.4786357879639,0,0,0,0 2025-02-13 00:00:00-05:00,13.5924997329712,13.5924997329712,13.5924997329712,13.5924997329712,12.5851125717163,0,0,0,0 2025-02-14 00:00:00-05:00,13.6374998092651,13.6374998092651,13.6374998092651,13.6374998092651,12.6267766952515,0,0,0,0 2025-02-18 00:00:00-05:00,13.7425003051758,13.7425003051758,13.7425003051758,13.7425003051758,12.7239952087402,0,0,0,0 2025-02-19 00:00:00-05:00,13.6049995422363,13.6049995422363,13.6049995422363,13.6049995422363,12.5966854095459,0,0,0,0 2025-02-20 00:00:00-05:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.659182548523,0,0,0,0 2025-02-21 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.6360359191895,0,0,0,0 2025-02-24 00:00:00-05:00,13.5349998474121,13.5349998474121,13.5349998474121,13.5349998474121,12.5318737030029,0,0,0,0 2025-02-25 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.6360359191895,0,0,0,0 2025-02-26 00:00:00-05:00,13.7299995422363,13.7299995422363,13.7299995422363,13.7299995422363,12.7124214172363,0,0,0,0 2025-02-27 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.5827980041504,0,0,0,0 2025-02-28 00:00:00-05:00,13.6549997329712,13.6549997329712,13.6549997329712,13.6549997329712,12.6429796218872,0,0,0,0 2025-03-03 00:00:00-05:00,13.6700000762939,13.6700000762939,13.6700000762939,13.6700000762939,12.6568689346313,0,0,0,0 2025-03-04 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.5827980041504,0,0,0,0 2025-03-05 00:00:00-05:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0 2025-03-06 00:00:00-05:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,12.9300050735474,0,0,0,0 2025-03-07 00:00:00-05:00,14.0675001144409,14.0675001144409,14.0675001144409,14.0675001144409,13.0249090194702,0,0,0,0 2025-03-10 00:00:00-04:00,13.7775001525879,13.7775001525879,13.7775001525879,13.7775001525879,12.756402015686,0,0,0,0 2025-03-11 00:00:00-04:00,13.710000038147,13.710000038147,13.710000038147,13.710000038147,12.6939039230347,0,0,0,0 2025-03-12 00:00:00-04:00,13.7674999237061,13.7674999237061,13.7674999237061,13.7674999237061,12.747142791748,0,0,0,0 2025-03-13 00:00:00-04:00,13.6875,13.6875,13.6875,13.6875,12.6730718612671,0,0,0,0 2025-03-14 00:00:00-04:00,13.9350004196167,13.9350004196167,13.9350004196167,13.9350004196167,12.902229309082,0,0,0,0 2025-03-17 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1174964904785,0,0,0,0 2025-03-18 00:00:00-04:00,14.2124996185303,14.2124996185303,14.2124996185303,14.2124996185303,13.159161567688,0,0,0,0 2025-03-19 00:00:00-04:00,14.227499961853,14.227499961853,14.227499961853,14.227499961853,13.1730499267578,0,0,0,0 2025-03-20 00:00:00-04:00,14.1149997711182,14.1149997711182,14.1149997711182,14.1149997711182,13.0688877105713,0,0,0,0 2025-03-21 00:00:00-04:00,14.0124998092651,14.0124998092651,14.0124998092651,14.0124998092651,12.9739847183228,0,0,0,0 2025-03-24 00:00:00-04:00,14.0150003433228,14.0150003433228,14.0150003433228,14.0150003433228,12.976300239563,0,0,0,0 2025-03-25 00:00:00-04:00,14.0775003433228,14.0775003433228,14.0775003433228,14.0775003433228,13.0341672897339,0,0,0,0 2025-03-26 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0 2025-03-27 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.9207458496094,0,0,0,0 2025-03-28 00:00:00-04:00,13.8000001907349,13.8000001907349,13.8000001907349,13.8000001907349,12.7772340774536,0,0,0,0 2025-03-31 00:00:00-04:00,13.6824998855591,13.6824998855591,13.6824998855591,13.6824998855591,12.6684417724609,0,0,0,0 2025-04-01 00:00:00-04:00,13.727499961853,13.727499961853,13.727499961853,13.727499961853,12.7101068496704,0,0,0,0 2025-04-02 00:00:00-04:00,13.7475004196167,13.7475004196167,13.7475004196167,13.7475004196167,12.7286252975464,0,0,0,0 2025-04-03 00:00:00-04:00,13.4674997329712,13.4674997329712,13.4674997329712,13.4674997329712,12.4693765640259,0,0,0,0 2025-04-04 00:00:00-04:00,12.6424999237061,12.6424999237061,12.6424999237061,12.6424999237061,11.7055206298828,0,0,0,0 2025-04-07 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.3698863983154,0,0,0,0 2025-04-08 00:00:00-04:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.2749824523926,0,0,0,0 2025-04-09 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.8119964599609,0,0,0,0 2025-04-10 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.7494993209839,0,0,0,0 2025-04-11 00:00:00-04:00,12.9399995803833,12.9399995803833,12.9399995803833,12.9399995803833,11.9809713363647,0,0,0,0 2025-04-14 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.1615200042725,0,0,0,0 2025-04-15 00:00:00-04:00,13.2425003051758,13.2425003051758,13.2425003051758,13.2425003051758,12.2610521316528,0,0,0,0 2025-04-16 00:00:00-04:00,13.1674995422363,13.1674995422363,13.1674995422363,13.1674995422363,12.1916103363037,0,0,0,0 2025-04-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.3050317764282,0,0,0,0 2025-04-21 00:00:00-04:00,13.2174997329712,13.2174997329712,13.2174997329712,13.2174997329712,12.237904548645,0,0,0,0 2025-04-22 00:00:00-04:00,13.4949998855591,13.4949998855591,13.4949998855591,13.4949998855591,12.4948387145996,0,0,0,0 2025-04-23 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.603630065918,0,0,0,0 2025-04-24 00:00:00-04:00,13.7924995422363,13.7924995422363,13.7924995422363,13.7924995422363,12.7702894210815,0,0,0,0 2025-04-25 00:00:00-04:00,13.835000038147,13.835000038147,13.835000038147,13.835000038147,12.8096399307251,0,0,0,0 2025-04-28 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0 2025-04-29 00:00:00-04:00,13.9624996185303,13.9624996185303,13.9624996185303,13.9624996185303,12.9276905059814,0,0,0,0 2025-04-30 00:00:00-04:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,12.9300050735474,0,0,0,0 2025-05-01 00:00:00-04:00,13.9399995803833,13.9399995803833,13.9399995803833,13.9399995803833,12.9068574905396,0,0,0,0 2025-05-02 00:00:00-04:00,14.1549997329712,14.1549997329712,14.1549997329712,14.1549997329712,13.1059236526489,0,0,0,0 2025-05-05 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1174964904785,0,0,0,0 2025-05-06 00:00:00-04:00,14.2049999237061,14.2049999237061,14.2049999237061,14.2049999237061,13.1522178649902,0,0,0,0 2025-05-07 00:00:00-04:00,14.1125001907349,14.1125001907349,14.1125001907349,14.1125001907349,13.0665731430054,0,0,0,0 2025-05-08 00:00:00-04:00,14.1199998855591,14.1199998855591,14.1199998855591,14.1199998855591,13.0735177993774,0,0,0,0 2025-05-09 00:00:00-04:00,14.2399997711182,14.2399997711182,14.2399997711182,14.2399997711182,13.1846237182617,0,0,0,0 2025-05-12 00:00:00-04:00,14.4324998855591,14.4324998855591,14.4324998855591,14.4324998855591,13.3628568649292,0,0,0,0 2025-05-13 00:00:00-04:00,14.4849996566772,14.4849996566772,14.4849996566772,14.4849996566772,13.4114656448364,0,0,0,0 2025-05-14 00:00:00-04:00,14.4700002670288,14.4700002670288,14.4700002670288,14.4700002670288,13.3975782394409,0,0,0,0 2025-05-15 00:00:00-04:00,14.5524997711182,14.5524997711182,14.5524997711182,14.5524997711182,13.4739627838135,0,0,0,0 2025-05-16 00:00:00-04:00,14.6000003814697,14.6000003814697,14.6000003814697,14.6000003814697,13.5179433822632,0,0,0,0 2025-05-19 00:00:00-04:00,14.710000038147,14.710000038147,14.710000038147,14.710000038147,13.6197910308838,0,0,0,0 2025-05-20 00:00:00-04:00,14.772500038147,14.772500038147,14.772500038147,14.772500038147,13.6776580810547,0,0,0,0 2025-05-21 00:00:00-04:00,14.6925001144409,14.6925001144409,14.6925001144409,14.6925001144409,13.603588104248,0,0,0,0 2025-05-22 00:00:00-04:00,14.6899995803833,14.6899995803833,14.6899995803833,14.6899995803833,13.6012725830078,0,0,0,0 2025-05-23 00:00:00-04:00,14.7075004577637,14.7075004577637,14.7075004577637,14.7075004577637,13.6174764633179,0,0,0,0 2025-05-27 00:00:00-04:00,14.8649997711182,14.8649997711182,14.8649997711182,14.8649997711182,13.7633028030396,0,0,0,0 2025-05-28 00:00:00-04:00,14.7174997329712,14.7174997329712,14.7174997329712,14.7174997329712,13.6267347335815,0,0,0,0 2025-05-29 00:00:00-04:00,14.8199996948242,14.8199996948242,14.8199996948242,14.8199996948242,13.7216377258301,0,0,0,0 2025-05-30 00:00:00-04:00,14.7799997329712,14.7799997329712,14.7799997329712,14.7799997329712,13.6846027374268,0,0,0,0 2025-06-02 00:00:00-04:00,14.8950004577637,14.8950004577637,14.8950004577637,14.8950004577637,13.7910804748535,0,0,0,0 2025-06-03 00:00:00-04:00,14.8450002670288,14.8450002670288,14.8450002670288,14.8450002670288,13.7447853088379,0,0,0,0 2025-06-04 00:00:00-04:00,14.9300003051758,14.9300003051758,14.9300003051758,14.9300003051758,13.823486328125,0,0,0,0 2025-06-05 00:00:00-04:00,14.9700002670288,14.9700002670288,14.9700002670288,14.9700002670288,13.8605213165283,0,0,0,0 2025-06-06 00:00:00-04:00,15.0275001525879,15.0275001525879,15.0275001525879,15.0275001525879,13.9137592315674,0,0,0,0 2025-06-09 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,13.960054397583,0,0,0,0 2025-06-10 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,13.960054397583,0,0,0,0 2025-06-11 00:00:00-04:00,15.1300001144409,15.1300001144409,15.1300001144409,15.1300001144409,14.0086631774902,0,0,0,0 2025-06-12 00:00:00-04:00,15.1925001144409,15.1925001144409,15.1925001144409,15.1925001144409,14.0665311813355,0,0,0,0 2025-06-13 00:00:00-04:00,14.9899997711182,14.9899997711182,14.9899997711182,14.9899997711182,13.87903881073,0,0,0,0 2025-06-16 00:00:00-04:00,15.1149997711182,15.1149997711182,15.1149997711182,15.1149997711182,13.9947748184204,0,0,0,0 2025-06-17 00:00:00-04:00,14.960000038147,14.960000038147,14.960000038147,14.960000038147,13.8512620925903,0,0,0,0 2025-06-18 00:00:00-04:00,14.897500038147,14.897500038147,14.897500038147,14.897500038147,13.7933940887451,0,0,0,0 2025-06-20 00:00:00-04:00,14.7974996566772,14.7974996566772,14.7974996566772,14.7974996566772,13.7008056640625,0,0,0,0 2025-06-23 00:00:00-04:00,14.8675003051758,14.8675003051758,14.8675003051758,14.8675003051758,13.7656183242798,0,0,0,0 2025-06-24 00:00:00-04:00,15.0900001525879,15.0900001525879,15.0900001525879,15.0900001525879,13.9716272354126,0,0,0,0 2025-06-25 00:00:00-04:00,15.0249996185303,15.0249996185303,15.0249996185303,15.0249996185303,13.9114446640015,0,0,0,0 2025-06-26 00:00:00-04:00,15.1424999237061,15.1424999237061,15.1424999237061,15.1424999237061,14.0202360153198,0,0,0,0 2025-06-27 00:00:00-04:00,15.2650003433228,15.2650003433228,15.2650003433228,15.2650003433228,14.1336574554443,0,0,0,0 2025-06-30 00:00:00-04:00,15.2674999237061,15.2674999237061,15.2674999237061,15.2674999237061,14.1359720230103,0,0,0,0 2025-07-01 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.1799516677856,0,0,0,0 2025-07-02 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.2447643280029,0,0,0,0 2025-07-03 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.2447643280029,0,0,0,0 2025-07-07 00:00:00-04:00,15.2600002288818,15.2600002288818,15.2600002288818,15.2600002288818,14.1290283203125,0,0,0,0 2025-07-08 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.2007837295532,0,0,0,0 2025-07-09 00:00:00-04:00,15.3800001144409,15.3800001144409,15.3800001144409,15.3800001144409,14.2401342391968,0,0,0,0 2025-07-10 00:00:00-04:00,15.4300003051758,15.4300003051758,15.4300003051758,15.4300003051758,14.2864294052124,0,0,0,0 2025-07-11 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.1799516677856,0,0,0,0 2025-07-14 00:00:00-04:00,15.2875003814697,15.2875003814697,15.2875003814697,15.2875003814697,14.1544904708862,0,0,0,0 2025-07-15 00:00:00-04:00,15.2299995422363,15.2299995422363,15.2299995422363,15.2299995422363,14.1012516021729,0,0,0,0 2025-07-16 00:00:00-04:00,15.2700004577637,15.2700004577637,15.2700004577637,15.2700004577637,14.1382875442505,0,0,0,0 2025-07-17 00:00:00-04:00,15.3125,15.3125,15.3125,15.3125,14.1776371002197,0,0,0,0 2025-07-18 00:00:00-04:00,15.3199996948242,15.3199996948242,15.3199996948242,15.3199996948242,14.1845808029175,0,0,0,0 2025-07-21 00:00:00-04:00,15.3774995803833,15.3774995803833,15.3774995803833,15.3774995803833,14.2378196716309,0,0,0,0 2025-07-22 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.2910585403442,0,0,0,0 2025-07-23 00:00:00-04:00,15.6975002288818,15.6975002288818,15.6975002288818,15.6975002288818,14.5341033935547,0,0,0,0 2025-07-24 00:00:00-04:00,15.7174997329712,15.7174997329712,15.7174997329712,15.7174997329712,14.5526208877563,0,0,0,0 2025-07-25 00:00:00-04:00,15.6674995422363,15.6674995422363,15.6674995422363,15.6674995422363,14.506326675415,0,0,0,0 2025-07-28 00:00:00-04:00,15.539999961853,15.539999961853,15.539999961853,15.539999961853,14.3882761001587,0,0,0,0 2025-07-29 00:00:00-04:00,15.5200004577637,15.5200004577637,15.5200004577637,15.5200004577637,14.3697595596313,0,0,0,0 2025-07-30 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.2910585403442,0,0,0,0 2025-07-31 00:00:00-04:00,15.2624998092651,15.2624998092651,15.2624998092651,15.2624998092651,14.1313428878784,0,0,0,0 2025-08-01 00:00:00-04:00,15.1774997711182,15.1774997711182,15.1774997711182,15.1774997711182,14.0526418685913,0,0,0,0 2025-08-04 00:00:00-04:00,15.3424997329712,15.3424997329712,15.3424997329712,15.3424997329712,14.2054138183594,0,0,0,0 2025-08-05 00:00:00-04:00,15.352499961853,15.352499961853,15.352499961853,15.352499961853,14.2146730422974,0,0,0,0 2025-08-06 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.2007837295532,0,0,0,0 2025-08-07 00:00:00-04:00,15.4875001907349,15.4875001907349,15.4875001907349,15.4875001907349,14.3396673202515,0,0,0,0 2025-08-08 00:00:00-04:00,15.5299997329712,15.5299997329712,15.5299997329712,15.5299997329712,14.3790168762207,0,0,0,0 2025-08-11 00:00:00-04:00,15.5100002288818,15.5100002288818,15.5100002288818,15.5100002288818,14.3605003356934,0,0,0,0 2025-08-12 00:00:00-04:00,15.6925001144409,15.6925001144409,15.6925001144409,15.6925001144409,14.5294742584229,0,0,0,0 2025-08-13 00:00:00-04:00,15.8299999237061,15.8299999237061,15.8299999237061,15.8299999237061,14.6567831039429,0,0,0,0 2025-08-14 00:00:00-04:00,15.7775001525879,15.7775001525879,15.7775001525879,15.7775001525879,14.6081743240356,0,0,0,0 2025-08-15 00:00:00-04:00,15.835000038147,15.835000038147,15.835000038147,15.835000038147,14.661413192749,0,0,0,0 2025-08-18 00:00:00-04:00,15.8100004196167,15.8100004196167,15.8100004196167,15.8100004196167,14.6382665634155,0,0,0,0 2025-08-19 00:00:00-04:00,15.8575000762939,15.8575000762939,15.8575000762939,15.8575000762939,14.6822452545166,0,0,0,0 2025-08-20 00:00:00-04:00,15.8824996948242,15.8824996948242,15.8824996948242,15.8824996948242,14.7053918838501,0,0,0,0 2025-08-21 00:00:00-04:00,15.8549995422363,15.8549995422363,15.8549995422363,15.8549995422363,14.6799306869507,0,0,0,0 2025-08-22 00:00:00-04:00,16.0849990844727,16.0849990844727,16.0849990844727,16.0849990844727,14.8928833007813,0,0,0,0 2025-08-25 00:00:00-04:00,15.9624996185303,15.9624996185303,15.9624996185303,15.9624996185303,14.7794628143311,0,0,0,0 2025-08-26 00:00:00-04:00,15.8924999237061,15.8924999237061,15.8924999237061,15.8924999237061,14.7146511077881,0,0,0,0 2025-08-27 00:00:00-04:00,15.8800001144409,15.8800001144409,15.8800001144409,15.8800001144409,14.7030782699585,0,0,0,0 2025-08-28 00:00:00-04:00,15.9099998474121,15.9099998474121,15.9099998474121,15.9099998474121,14.7308540344238,0,0,0,0 2025-08-29 00:00:00-04:00,15.8900003433228,15.8900003433228,15.8900003433228,15.8900003433228,14.7123365402222,0,0,0,0 2025-09-02 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.5873422622681,0,0,0,0 2025-09-03 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.5873422622681,0,0,0,0 2025-09-04 00:00:00-04:00,15.7849998474121,15.7849998474121,15.7849998474121,15.7849998474121,14.6151180267334,0,0,0,0 2025-09-05 00:00:00-04:00,15.9250001907349,15.9250001907349,15.9250001907349,15.9250001907349,14.744743347168,0,0,0,0 2025-09-08 00:00:00-04:00,16.0249996185303,16.0249996185303,16.0249996185303,16.0249996185303,14.8373308181763,0,0,0,0 2025-09-09 00:00:00-04:00,16.0575008392334,16.0575008392334,16.0575008392334,16.0575008392334,14.8674230575562,0,0,0,0 2025-09-10 00:00:00-04:00,16.0750007629395,16.0750007629395,16.0750007629395,16.0750007629395,14.8836259841919,0,0,0,0 2025-09-11 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.0826921463013,0,0,0,0 2025-09-12 00:00:00-04:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.0271377563477,0,0,0,0 2025-09-15 00:00:00-04:00,16.3075008392334,16.3075008392334,16.3075008392334,16.3075008392334,15.098895072937,0,0,0,0 2025-09-16 00:00:00-04:00,16.3024997711182,16.3024997711182,16.3024997711182,16.3024997711182,15.0942649841309,0,0,0,0 2025-09-17 00:00:00-04:00,16.3474998474121,16.3474998474121,16.3474998474121,16.3474998474121,15.1359300613403,0,0,0,0 2025-09-18 00:00:00-04:00,16.3125,16.3125,16.3125,16.3125,15.1035232543945,0,0,0,0 2025-09-19 00:00:00-04:00,16.2749996185303,16.2749996185303,16.2749996185303,16.2749996185303,15.0688028335571,0,0,0,0 2025-09-22 00:00:00-04:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.1104679107666,0,0,0,0 2025-09-23 00:00:00-04:00,16.3250007629395,16.3250007629395,16.3250007629395,16.3250007629395,15.1150979995728,0,0,0,0 2025-09-24 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.0826921463013,0,0,0,0 2025-09-25 00:00:00-04:00,16.1324996948242,16.1324996948242,16.1324996948242,16.1324996948242,14.936863899231,0,0,0,0 2025-09-26 00:00:00-04:00,16.2124996185303,16.2124996185303,16.2124996185303,16.2124996185303,15.0109348297119,0,0,0,0 2025-09-29 00:00:00-04:00,16.3274993896484,16.3274993896484,16.3274993896484,16.3274993896484,15.1174116134644,0,0,0,0 2025-09-30 00:00:00-04:00,16.4500007629395,16.4500007629395,16.4500007629395,16.4500007629395,15.2308340072632,0,0,0,0 2025-10-01 00:00:00-04:00,16.5550003051758,16.5550003051758,16.5550003051758,16.5550003051758,15.3280515670776,0,0,0,0 2025-10-02 00:00:00-04:00,16.5349998474121,16.5349998474121,16.5349998474121,16.5349998474121,15.3095331192017,0,0,0,0 2025-10-03 00:00:00-04:00,16.625,16.625,16.625,16.625,15.3928632736206,0,0,0,0 2025-10-06 00:00:00-04:00,16.6224994659424,16.6224994659424,16.6224994659424,16.6224994659424,15.3905477523804,0,0,0,0 2025-10-07 00:00:00-04:00,16.4825000762939,16.4825000762939,16.4825000762939,16.4825000762939,15.2609243392944,0,0,0,0 2025-10-08 00:00:00-04:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,15.3049049377441,0,0,0,0 2025-10-09 00:00:00-04:00,16.4274997711182,16.4274997711182,16.4274997711182,16.4274997711182,15.210000038147,0,0,0,0 2025-10-10 00:00:00-04:00,16.1149997711182,16.1149997711182,16.1149997711182,16.1149997711182,14.9206609725952,0,0,0,0 2025-10-13 00:00:00-04:00,16.2775001525879,16.2775001525879,16.2775001525879,16.2775001525879,15.071117401123,0,0,0,0 2025-10-14 00:00:00-04:00,16.2975006103516,16.2975006103516,16.2975006103516,16.2975006103516,15.089635848999,0,0,0,0 2025-10-15 00:00:00-04:00,16.3675003051758,16.3675003051758,16.3675003051758,16.3675003051758,15.154447555542,0,0,0,0 2025-10-16 00:00:00-04:00,16.3875007629395,16.3875007629395,16.3875007629395,16.3875007629395,15.172966003418,0,0,0,0 2025-10-17 00:00:00-04:00,16.3999996185303,16.3999996185303,16.3999996185303,16.3999996185303,15.1845388412476,0,0,0,0 2025-10-20 00:00:00-04:00,16.4750003814697,16.4750003814697,16.4750003814697,16.4750003814697,15.2539806365967,0,0,0,0 2025-10-21 00:00:00-04:00,16.4099998474121,16.4099998474121,16.4099998474121,16.4099998474121,15.1937971115112,0,0,0,0 2025-10-22 00:00:00-04:00,16.4074993133545,16.4074993133545,16.4074993133545,16.4074993133545,15.1914825439453,0,0,0,0 2025-10-23 00:00:00-04:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,15.2400913238525,0,0,0,0 2025-10-24 00:00:00-04:00,16.5025005340576,16.5025005340576,16.5025005340576,16.5025005340576,15.2794427871704,0,0,0,0 2025-10-27 00:00:00-04:00,16.6000003814697,16.6000003814697,16.6000003814697,16.6000003814697,15.3697166442871,0,0,4,0 2025-10-28 00:00:00-04:00,16.5599994659424,16.5599994659424,16.5599994659424,16.5599994659424,15.3326797485352,0,0,0,0 2025-10-29 00:00:00-04:00,16.5900001525879,16.5900001525879,16.5900001525879,16.5900001525879,15.3604574203491,0,0,0,0 2025-10-30 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0 2025-10-31 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0 2025-11-03 00:00:00-05:00,16.4300003051758,16.4300003051758,16.4300003051758,16.4300003051758,15.2123155593872,0,0,0,0 2025-11-04 00:00:00-05:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.1104679107666,0,0,0,0 2025-11-05 00:00:00-05:00,16.3899993896484,16.3899993896484,16.3899993896484,16.3899993896484,15.1752796173096,0,0,0,0 2025-11-06 00:00:00-05:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0 2025-11-07 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.2678680419922,0,0,0,0 2025-11-10 00:00:00-05:00,16.6800003051758,16.6800003051758,16.6800003051758,16.6800003051758,15.4437875747681,0,0,0,0 2025-11-11 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,15.59192943573,0,0,0,0 2025-11-12 00:00:00-05:00,16.9599990844727,16.9599990844727,16.9599990844727,16.9599990844727,15.7030344009399,0,0,0,0 2025-11-13 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.573410987854,0,0,0,0 2025-11-14 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.4252691268921,0,0,0,0 2025-11-17 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.2678680419922,0,0,0,0 2025-11-18 00:00:00-05:00,16.3299999237061,16.3299999237061,16.3299999237061,16.3299999237061,15.1197271347046,0,0,0,0 2025-11-19 00:00:00-05:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.0271377563477,0,0,0,0 2025-11-20 00:00:00-05:00,16.0699996948242,16.0699996948242,16.0699996948242,16.0699996948242,14.8789958953857,0,0,0,0 2025-11-21 00:00:00-05:00,16.25,16.25,16.25,16.25,15.0456562042236,0,0,0,0 2025-11-24 00:00:00-05:00,16.3099994659424,16.3099994659424,16.3099994659424,16.3099994659424,15.1012086868286,0,0,0,0 2025-11-25 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,15.2863864898682,0,0,0,0 2025-11-26 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.4252691268921,0,0,0,0 2025-11-28 00:00:00-05:00,16.7299995422363,16.7299995422363,16.7299995422363,16.7299995422363,15.4900808334351,0,0,0,0 2025-12-01 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,15.4530467987061,0,0,0,0 2025-12-02 00:00:00-05:00,16.7700004577637,16.7700004577637,16.7700004577637,16.7700004577637,15.5271167755127,0,0,0,0 2025-12-03 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.573410987854,0,0,0,0 2025-12-04 00:00:00-05:00,16.8799991607666,16.8799991607666,16.8799991607666,16.8799991607666,15.628963470459,0,0,0,0 2025-12-05 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,15.59192943573,0,0,0,0 2025-12-08 00:00:00-05:00,16.8600006103516,16.8600006103516,16.8600006103516,16.8600006103516,15.6104469299316,0,0,0,0 2025-12-09 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,15.582670211792,0,0,0,0 2025-12-10 00:00:00-05:00,16.9500007629395,16.9500007629395,16.9500007629395,16.9500007629395,15.6937770843506,0,0,0,0 2025-12-11 00:00:00-05:00,17.0799999237061,17.0799999237061,17.0799999237061,17.0799999237061,15.8141412734985,0,0,0,0 2025-12-12 00:00:00-05:00,17.0200004577637,17.0200004577637,17.0200004577637,17.0200004577637,15.7585887908936,0,0,0,0 2025-12-15 00:00:00-05:00,17.0900001525879,17.0900001525879,17.0900001525879,17.0900001525879,15.8234004974365,0,0,0,0 2025-12-16 00:00:00-05:00,16.9899997711182,16.9899997711182,16.9899997711182,16.9899997711182,15.7308120727539,0,0,0,0 2025-12-17 00:00:00-05:00,16.9200000762939,16.9200000762939,16.9200000762939,16.9200000762939,15.6659994125366,0,0,0,0 2025-12-18 00:00:00-05:00,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,0,0.837,0,0.417 2025-12-19 00:00:00-05:00,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,0,0,0,0 2025-12-22 00:00:00-05:00,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,0,0,0,0 2025-12-23 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2025-12-24 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2025-12-26 00:00:00-05:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,0,0,0,0 2025-12-29 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,0,0,0,0 2025-12-30 00:00:00-05:00,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,0,0,0,0 2025-12-31 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0 2026-01-02 00:00:00-05:00,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,0,0,0,0 2026-01-05 00:00:00-05:00,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,0,0,0,0 2026-01-06 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,0,0,0,0 2026-01-07 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,0,0,0,0 2026-01-08 00:00:00-05:00,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,0,0,0,0 2026-01-09 00:00:00-05:00,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,0,0,0,0 ================================================ FILE: tests/data/ELCO-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,0.92,0.9269999694824219,0.9,0.915,0.8947348785400391,98045,0.0,0.0,False 2022-01-05 00:00:00+00:00,0.915,0.93,0.9,0.92,0.8996240997314453,65978,0.0,0.0,False 2022-01-06 00:00:00+00:00,0.92,0.9400000000000001,0.935,0.935,0.9142919158935547,4000,0.0,0.0,False 2022-01-07 00:00:00+00:00,0.935,0.9880000305175781,0.9400000000000001,0.9550000000000001,0.9338489532470703,71742,0.0,0.0,False 2022-01-10 00:00:00+00:00,0.9550000000000001,0.9769999694824218,0.9400000000000001,0.9500000000000001,0.9289596557617188,68270,0.0,0.0,False 2022-01-11 00:00:00+00:00,0.9500000000000001,0.9940000152587891,0.9380000305175782,0.98,0.9582952117919922,124560,0.0,0.0,False 2022-01-12 00:00:00+00:00,0.98,1.11,0.97,1.095,1.070748291015625,119017,0.0,0.0,False 2022-01-13 00:00:00+00:00,1.1,1.1,1.025999984741211,1.035,1.0120772552490234,58087,0.0,0.0,False 2022-01-14 00:00:00+00:00,1.035,1.05,1.02,1.025,1.002298583984375,12415,0.0,0.0,False 2022-01-17 00:00:00+00:00,1.025,1.023499984741211,1.005500030517578,1.02,0.997409439086914,12158,0.0,0.0,False 2022-01-18 00:00:00+00:00,1.02,1.035,1.000999984741211,1.025,1.002298583984375,6605,0.0,0.0,False 2022-01-19 00:00:00+00:00,1.025,1.03,1.0,1.0150000000000001,0.9925201416015625,20296,0.0,0.0,False 2022-01-20 00:00:00+00:00,1.0150000000000001,1.014550018310547,0.98,1.0050000000000001,0.9827416229248047,16500,0.0,0.0,False 2022-01-21 00:00:00+00:00,1.0,0.9905000305175782,0.9503500366210937,0.96,0.9387383270263672,30763,0.0,0.0,False 2022-01-24 00:00:00+00:00,0.97,0.97,0.9205000305175781,0.9450000000000001,0.9240705108642578,36887,0.0,0.0,False 2022-01-25 00:00:00+00:00,0.975,0.9999500274658203,0.9500000000000001,0.9500000000000001,0.9289596557617188,45728,0.0,0.0,False 2022-01-26 00:00:00+00:00,0.965,0.966500015258789,0.9500000000000001,0.965,0.9436274719238281,18153,0.0,0.0,False 2022-01-27 00:00:00+00:00,0.9550000000000001,0.96,0.9,0.9400000000000001,0.9191812133789062,45081,0.0,0.0,False 2022-01-28 00:00:00+00:00,0.9400000000000001,0.949800033569336,0.92,0.9400000000000001,0.9191812133789062,9903,0.0,0.0,False 2022-01-31 00:00:00+00:00,0.9400000000000001,0.97,0.9230000305175782,0.96,0.9387383270263672,48024,0.0,0.0,False 2022-02-01 00:00:00+00:00,0.96,1.058000030517578,0.969800033569336,1.04,1.0169664001464844,100156,0.0,0.0,False 2022-02-02 00:00:00+00:00,1.04,1.0425,0.985,1.0,0.9778523254394531,110710,0.0,0.0,False 2022-02-03 00:00:00+00:00,1.0,0.9837000274658203,0.9500000000000001,0.975,0.9534060668945312,21655,0.0,0.0,False 2022-02-04 00:00:00+00:00,0.975,0.9829399871826172,0.96,0.975,0.9534060668945312,20969,0.0,0.0,False 2022-02-07 00:00:00+00:00,0.975,0.9790000152587891,0.9501999664306641,0.965,0.9436274719238281,23152,0.0,0.0,False 2022-02-08 00:00:00+00:00,0.965,1.009000015258789,0.9520999908447266,0.99,0.9680738067626954,36212,0.0,0.0,False 2022-02-09 00:00:00+00:00,0.99,0.99,0.9805000305175782,0.985,0.9631845092773438,2849,0.0,0.0,False 2022-02-10 00:00:00+00:00,0.985,0.9730000305175781,0.9730000305175781,0.985,0.9631845092773438,2683,0.0,0.0,False 2022-02-11 00:00:00+00:00,0.985,0.979800033569336,0.97,0.985,0.9631845092773438,160800,0.0,0.0,False 2022-02-14 00:00:00+00:00,0.985,0.9869999694824219,0.9500000000000001,0.96,0.9387383270263672,15814,0.0,0.0,False 2022-02-15 00:00:00+00:00,0.96,0.98,0.9400000000000001,0.965,0.9436274719238281,39488,0.0,0.0,False 2022-02-16 00:00:00+00:00,0.965,0.9990000152587891,0.975,0.99,0.9680738067626954,13343,0.0,0.0,False 2022-02-17 00:00:00+00:00,0.99,0.9805000305175782,0.98,0.98,0.9582952117919922,4600,0.0,0.0,False 2022-02-18 00:00:00+00:00,0.98,0.9630000305175781,0.961999969482422,0.98,0.9582952117919922,30000,0.0,0.0,False 2022-02-21 00:00:00+00:00,0.98,1.0,1.0,0.98,0.9582952117919922,500,0.0,0.0,False 2022-02-22 00:00:00+00:00,0.98,0.9780000305175781,0.96,0.98,0.9582952117919922,2773,0.0,0.0,False 2022-02-23 00:00:00+00:00,0.98,0.98,0.98,0.98,0.9582952117919922,0,0.0,0.0,False 2022-02-24 00:00:00+00:00,0.9400000000000001,0.96,0.8575,0.9,0.880067138671875,102557,0.0,0.0,False 2022-02-25 00:00:00+00:00,0.9,0.9169999694824219,0.88,0.91,0.8898456573486329,33997,0.0,0.0,False 2022-02-28 00:00:00+00:00,0.91,0.9026000213623047,0.8905000305175781,0.9,0.880067138671875,11032,0.0,0.0,False 2022-03-01 00:00:00+00:00,0.9,0.8953299713134766,0.8953299713134766,0.9,0.880067138671875,2501,0.0,0.0,False 2022-03-02 00:00:00+00:00,0.9,0.894000015258789,0.885,0.9,0.880067138671875,20197,0.0,0.0,False 2022-03-03 00:00:00+00:00,0.9,0.885,0.880999984741211,0.9,0.880067138671875,48658,0.0,0.0,False 2022-03-04 00:00:00+00:00,0.9,0.8804000091552735,0.86,0.88,0.8605100250244141,103469,0.0,0.0,False 2022-03-07 00:00:00+00:00,0.88,0.86,0.8325,0.835,0.8165067291259765,27750,0.0,0.0,False 2022-03-08 00:00:00+00:00,0.835,0.8238999938964844,0.8238999938964844,0.835,0.8165067291259765,200,0.0,0.0,False 2022-03-09 00:00:00+00:00,0.835,0.92,0.8490000152587891,0.9,0.880067138671875,47863,0.0,0.0,False 2022-03-10 00:00:00+00:00,0.9,0.9,0.9,0.9,0.880067138671875,2500,0.0,0.0,False 2022-03-11 00:00:00+00:00,0.9,0.9494999694824219,0.909000015258789,0.935,0.9142919158935547,34000,0.0,0.0,False 2022-03-14 00:00:00+00:00,0.935,1.02,0.9165000152587891,1.0,0.9778523254394531,34843,0.0,0.0,False 2022-03-15 00:00:00+00:00,1.0,0.9884999847412109,0.966500015258789,0.975,0.9534060668945312,6891,0.0,0.0,False 2022-03-16 00:00:00+00:00,0.975,0.9990000152587891,0.9500000000000001,0.965,0.9436274719238281,24394,0.0,0.0,False 2022-03-17 00:00:00+00:00,0.965,0.9990000152587891,0.9780000305175781,0.975,0.9534060668945312,5642,0.0,0.0,False 2022-03-18 00:00:00+00:00,0.975,1.075,0.9990000152587891,1.05,1.0267449951171874,43022,0.0,0.0,False 2022-03-21 00:00:00+00:00,1.05,1.058000030517578,1.0336000061035155,1.04,1.0169664001464844,16555,0.0,0.0,False 2022-03-22 00:00:00+00:00,1.04,1.02,1.0025,1.0150000000000001,0.9925201416015625,76416,0.0,0.0,False 2022-03-23 00:00:00+00:00,1.0150000000000001,1.0475,1.03,1.025,1.002298583984375,2459,0.0,0.0,False 2022-03-24 00:00:00+00:00,1.025,1.05,1.05,1.025,1.002298583984375,5000,0.0,0.0,False 2022-03-25 00:00:00+00:00,1.025,1.05,1.0248600006103517,1.035,1.0120772552490234,24123,0.0,0.0,False 2022-03-28 00:00:00+01:00,1.03,1.03,1.03,1.03,1.0071878814697266,0,0.0,0.0,False 2022-03-29 00:00:00+01:00,1.03,1.0498999786376952,1.0,1.0050000000000001,0.9827416229248047,26554,0.0,0.0,False 2022-03-30 00:00:00+01:00,1.0,1.03,0.9863999938964844,1.0050000000000001,0.9827416229248047,17796,0.0,0.0,False 2022-03-31 00:00:00+01:00,1.025,1.046999969482422,1.0,1.01,0.9876308441162109,42455,0.0,0.0,False 2022-04-01 00:00:00+01:00,1.01,1.0001000213623048,0.93,0.9400000000000001,0.9191812133789062,51097,0.0,0.0,False 2022-04-04 00:00:00+01:00,0.935,1.0,0.9,0.925,0.9045134735107422,53484,0.0,0.0,False 2022-04-05 00:00:00+01:00,0.925,0.9475,0.91,0.935,0.9142919158935547,70586,0.0,0.0,False 2022-04-06 00:00:00+01:00,0.935,0.9490000152587891,0.9175,0.935,0.9142919158935547,53083,0.0,0.0,False 2022-04-07 00:00:00+01:00,0.935,0.9259999847412109,0.9259999847412109,0.935,0.9142919158935547,6834,0.0,0.0,False 2022-04-08 00:00:00+01:00,0.935,0.9872299957275391,0.9259999847412109,0.935,0.9142919158935547,55789,0.0,0.0,False 2022-04-11 00:00:00+01:00,0.935,0.9686000061035156,0.9309999847412109,0.935,0.9142919158935547,29416,0.0,0.0,False 2022-04-12 00:00:00+01:00,0.935,0.98,0.935,0.9500000000000001,0.9289596557617188,14885,0.0,0.0,False 2022-04-13 00:00:00+01:00,0.9500000000000001,1.0,0.96,0.975,0.9534060668945312,12570,0.0,0.0,False 2022-04-14 00:00:00+01:00,0.975,1.02,0.985,0.985,0.9631845092773438,4886,0.0,0.0,False 2022-04-19 00:00:00+01:00,0.985,1.04,0.9695999908447266,0.985,0.9631845092773438,57464,0.0,0.0,False 2022-04-20 00:00:00+01:00,0.985,1.04,1.0052999877929687,1.01,0.9876308441162109,26596,0.0,0.0,False 2022-04-21 00:00:00+01:00,1.02,1.0144000244140625,1.0005000305175782,0.995,0.9729630279541016,7550,0.0,0.0,False 2022-04-22 00:00:00+01:00,0.995,1.0144000244140625,0.9812500000000001,0.99,0.9680738067626954,6605,0.0,0.0,False 2022-04-25 00:00:00+01:00,0.99,0.99,0.9409999847412109,0.9500000000000001,0.9289596557617188,27368,0.0,0.0,False 2022-04-26 00:00:00+01:00,0.9500000000000001,0.965999984741211,0.93,0.9450000000000001,0.9240705108642578,32750,0.0,0.0,False 2022-04-27 00:00:00+01:00,0.9450000000000001,0.96,0.9400000000000001,0.9450000000000001,0.9240705108642578,22200,0.0,0.0,False 2022-04-28 00:00:00+01:00,0.9450000000000001,0.98,0.9590000152587891,0.96,0.9387383270263672,8800,0.0,0.0,False 2022-04-29 00:00:00+01:00,0.96,0.9400000000000001,0.9400000000000001,0.96,0.9387383270263672,3056,0.0,0.0,False 2022-05-03 00:00:00+01:00,0.96,0.9415000152587891,0.93,0.935,0.9142919158935547,21654,0.0,0.0,False 2022-05-04 00:00:00+01:00,0.935,0.9400000000000001,0.9004000091552734,0.92,0.8996240997314453,14984,0.0,0.0,False 2022-05-05 00:00:00+01:00,0.92,0.92,0.9,0.915,0.8947348785400391,24539,0.0,0.0,False 2022-05-06 00:00:00+01:00,0.915,0.919000015258789,0.9022000122070313,0.915,0.8947348785400391,7646,0.0,0.0,False 2022-05-09 00:00:00+01:00,0.915,0.919000015258789,0.88,0.9,0.880067138671875,18500,0.0,0.0,False 2022-05-10 00:00:00+01:00,0.9,0.9,0.9,0.9,0.880067138671875,0,0.0,0.0,False 2022-05-11 00:00:00+01:00,0.9,0.92,0.885999984741211,0.905,0.8849563598632812,24240,0.0,0.0,False 2022-05-12 00:00:00+01:00,0.905,0.895,0.8580000305175781,0.87,0.8507315063476563,28368,0.0,0.0,False 2022-05-13 00:00:00+01:00,0.87,0.92,0.8840000152587891,0.9,0.880067138671875,26837,0.0,0.0,False 2022-05-16 00:00:00+01:00,0.9,0.9400000000000001,0.92,0.925,0.9045134735107422,25735,0.0,0.0,False 2022-05-17 00:00:00+01:00,0.925,0.925,0.925,0.925,0.9045134735107422,0,0.0,0.0,False 2022-05-18 00:00:00+01:00,0.925,0.9290000152587891,0.92,0.925,0.9045134735107422,11257,0.0,0.0,False 2022-05-19 00:00:00+01:00,0.925,0.9,0.88,0.895,0.8751778411865234,15500,0.0,0.0,False 2022-05-20 00:00:00+01:00,0.895,0.91,0.8830000305175781,0.89,0.8702885437011719,13750,0.0,0.0,False 2022-05-23 00:00:00+01:00,0.89,0.89,0.89,0.89,0.8702885437011719,0,0.0,0.0,False 2022-05-24 00:00:00+01:00,0.89,0.9,0.9,0.89,0.8702885437011719,775,0.0,0.0,False 2022-05-25 00:00:00+01:00,0.885,0.8786399841308594,0.8775000000000001,0.885,0.8653992462158203,20768,0.0,0.0,False 2022-05-26 00:00:00+01:00,0.885,0.8951999664306641,0.885,0.89,0.8702885437011719,18138,0.0,0.0,False 2022-05-27 00:00:00+01:00,0.89,0.885,0.885,0.89,0.8702885437011719,287,0.0,0.0,False 2022-05-30 00:00:00+01:00,0.89,0.8865000152587891,0.8865000152587891,0.89,0.8702885437011719,6922,0.0,0.0,False 2022-05-31 00:00:00+01:00,0.89,0.895,0.895,0.89,0.8702885437011719,500,0.0,0.0,False 2022-06-01 00:00:00+01:00,0.89,0.894000015258789,0.8613099670410156,0.87,0.8545722961425781,27668,0.004,0.0,True 2022-06-06 00:00:00+01:00,0.87,0.8776000213623047,0.85,0.865,0.8496609497070313,40006,0.0,0.0,False 2022-06-07 00:00:00+01:00,0.865,0.865,0.8506099700927735,0.865,0.8496609497070313,26978,0.0,0.0,False 2022-06-08 00:00:00+01:00,0.865,0.865,0.865,0.865,0.8496609497070313,0,0.0,0.0,False 2022-06-09 00:00:00+01:00,0.865,0.8518000030517578,0.8518000030517578,0.865,0.8496609497070313,1143,0.0,0.0,False 2022-06-10 00:00:00+01:00,0.865,0.8640000152587891,0.84,0.855,0.8398383331298829,129192,0.0,0.0,False 2022-06-13 00:00:00+01:00,0.855,0.855,0.805,0.8250000000000001,0.8103703308105469,22293,0.0,0.0,False 2022-06-14 00:00:00+01:00,0.8250000000000001,0.81,0.81,0.8150000000000001,0.8005475616455078,565,0.0,0.0,False 2022-06-15 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.81,0.795636215209961,495,0.0,0.0,False 2022-06-16 00:00:00+01:00,0.81,0.8022000122070313,0.7871800231933594,0.805,0.7907248687744141,15185,0.0,0.0,False 2022-06-17 00:00:00+01:00,0.805,0.8,0.7719999694824219,0.775,0.7612568664550782,5500,0.0,0.0,False 2022-06-20 00:00:00+01:00,0.775,0.7925,0.73,0.755,0.7416115570068359,27077,0.0,0.0,False 2022-06-21 00:00:00+01:00,0.755,0.7490000152587891,0.73,0.755,0.7416115570068359,5142,0.0,0.0,False 2022-06-22 00:00:00+01:00,0.755,0.7469999694824219,0.7000000000000001,0.715,0.7023209381103516,25283,0.0,0.0,False 2022-06-23 00:00:00+01:00,0.715,0.729800033569336,0.7180000305175781,0.725,0.7121435546875,24392,0.0,0.0,False 2022-06-24 00:00:00+01:00,0.725,0.7298799896240235,0.72,0.73,0.7170549011230469,2126,0.0,0.0,False 2022-06-27 00:00:00+01:00,0.73,0.7619999694824219,0.7397599792480469,0.75,0.7367002868652344,37832,0.0,0.0,False 2022-06-28 00:00:00+01:00,0.75,0.76,0.76,0.75,0.7367002868652344,425,0.0,0.0,False 2022-06-29 00:00:00+01:00,0.75,0.7330000305175781,0.7330000305175781,0.75,0.7367002868652344,2603,0.0,0.0,False 2022-06-30 00:00:00+01:00,0.745,0.7590000152587891,0.7000000000000001,0.73,0.7170549011230469,12927,0.0,0.0,False 2022-07-01 00:00:00+01:00,0.73,0.73,0.73,0.73,0.7170549011230469,0,0.0,0.0,False 2022-07-04 00:00:00+01:00,0.73,0.73,0.73,0.73,0.7170549011230469,0,0.0,0.0,False 2022-07-05 00:00:00+01:00,0.73,0.71,0.71,0.73,0.7170549011230469,600,0.0,0.0,False 2022-07-06 00:00:00+01:00,0.725,0.7225,0.7225,0.715,0.7023209381103516,207,0.0,0.0,False 2022-07-07 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0,False 2022-07-08 00:00:00+01:00,0.715,0.70125,0.70125,0.715,0.7023209381103516,408,0.0,0.0,False 2022-07-11 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0,False 2022-07-12 00:00:00+01:00,0.715,0.7090000152587891,0.7090000152587891,0.715,0.7023209381103516,464,0.0,0.0,False 2022-07-13 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0,False 2022-07-14 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,650000,0.0,0.0,False 2022-07-15 00:00:00+01:00,0.715,0.7087999725341797,0.7087999725341797,0.715,0.7023209381103516,6000,0.0,0.0,False 2022-07-18 00:00:00+01:00,0.715,0.7000000000000001,0.7000000000000001,0.71,0.6974095916748047,25000,0.0,0.0,False 2022-07-19 00:00:00+01:00,0.71,0.705,0.705,0.71,0.6974095916748047,4255,0.0,0.0,False 2022-07-20 00:00:00+01:00,0.71,0.7000000000000001,0.67125,0.685,0.6728529357910157,550329,0.0,0.0,False 2022-07-21 00:00:00+01:00,0.685,0.7000000000000001,0.68,0.71,0.6974095916748047,30000,0.0,0.0,False 2022-07-22 00:00:00+01:00,0.71,0.6833000183105469,0.6833000183105469,0.71,0.6974095916748047,6577,0.0,0.0,False 2022-07-25 00:00:00+01:00,0.71,0.71,0.6841999816894532,0.7000000000000001,0.6875868988037109,185610,0.0,0.0,False 2022-07-26 00:00:00+01:00,0.7000000000000001,0.71,0.6833000183105469,0.7000000000000001,0.6875868988037109,2577640,0.0,0.0,False 2022-07-27 00:00:00+01:00,0.71,0.6975,0.67,0.6900000000000001,0.6777642822265625,63760,0.0,0.0,False 2022-07-28 00:00:00+01:00,0.6900000000000001,0.6980000305175781,0.6814399719238281,0.6950000000000001,0.6826755523681641,510785,0.0,0.0,False 2022-07-29 00:00:00+01:00,0.6950000000000001,0.7055000305175781,0.6872000122070313,0.7000000000000001,0.6875868988037109,8906,0.0,0.0,False 2022-08-01 00:00:00+01:00,0.7000000000000001,0.6950000000000001,0.6950000000000001,0.7000000000000001,0.6875868988037109,108,0.0,0.0,False 2022-08-02 00:00:00+01:00,0.7000000000000001,0.71,0.71,0.7000000000000001,0.6875868988037109,3500,0.0,0.0,False 2022-08-03 00:00:00+01:00,0.7000000000000001,0.715999984741211,0.6950000000000001,0.7000000000000001,0.6875868988037109,11709,0.0,0.0,False 2022-08-04 00:00:00+01:00,0.7000000000000001,0.715999984741211,0.6950000000000001,0.7000000000000001,0.6875868988037109,9516,0.0,0.0,False 2022-08-05 00:00:00+01:00,0.7000000000000001,0.72,0.7000000000000001,0.72,0.7072322845458985,37933,0.0,0.0,False 2022-08-08 00:00:00+01:00,0.72,0.7025,0.7025,0.71,0.6974095916748047,25000,0.0,0.0,False 2022-08-09 00:00:00+01:00,0.71,0.710999984741211,0.7000000000000001,0.71,0.6974095916748047,23133,0.0,0.0,False 2022-08-10 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0,False 2022-08-11 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0,False 2022-08-12 00:00:00+01:00,0.71,0.7094000244140625,0.7090000152587891,0.71,0.6974095916748047,1187,0.0,0.0,False 2022-08-15 00:00:00+01:00,0.71,0.7090000152587891,0.7000000000000001,0.71,0.6974095916748047,962,0.0,0.0,False 2022-08-16 00:00:00+01:00,0.71,0.7087999725341797,0.7001999664306641,0.71,0.6974095916748047,1486,0.0,0.0,False 2022-08-17 00:00:00+01:00,0.71,0.7080000305175781,0.7002999877929688,0.71,0.6974095916748047,2932,0.0,0.0,False 2022-08-18 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,2000,0.0,0.0,False 2022-08-19 00:00:00+01:00,0.71,0.7069000244140625,0.7069000244140625,0.71,0.6974095916748047,1500,0.0,0.0,False 2022-08-22 00:00:00+01:00,0.71,0.7069000244140625,0.7069000244140625,0.71,0.6974095916748047,127,0.0,0.0,False 2022-08-23 00:00:00+01:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.6974095916748047,200,0.0,0.0,False 2022-08-24 00:00:00+01:00,0.71,0.71,0.7002999877929688,0.71,0.6974095916748047,928609,0.0,0.0,False 2022-08-25 00:00:00+01:00,0.71,0.7000000000000001,0.7000000000000001,0.7000000000000001,0.6875868988037109,26906,0.0,0.0,False 2022-08-26 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,3,0.0,0.0,False 2022-08-30 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,59084,0.0,0.0,False 2022-08-31 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,405,0.0,0.0,False 2022-09-01 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,5709,0.0,0.0,False 2022-09-02 00:00:00+01:00,0.71,0.71,0.7002999877929688,0.71,0.6974095916748047,442539,0.0,0.0,False 2022-09-05 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0,False 2022-09-06 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,10005,0.0,0.0,False 2022-09-07 00:00:00+01:00,0.71,0.7069999694824219,0.7002999877929688,0.71,0.6974095916748047,2474,0.0,0.0,False 2022-09-08 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,6000,0.0,0.0,False 2022-09-09 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,18221,0.0,0.0,False 2022-09-12 00:00:00+01:00,0.7000000000000001,0.7069999694824219,0.7000000000000001,0.705,0.6924982452392578,80751,0.0,0.0,False 2022-09-13 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.71,0.6974095916748047,209770,0.0,0.0,False 2022-09-14 00:00:00+01:00,0.71,0.7073400115966797,0.7000000000000001,0.71,0.6974095916748047,149276,0.0,0.0,False 2022-09-15 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0,False 2022-09-16 00:00:00+01:00,0.71,0.705,0.7000000000000001,0.71,0.6974095916748047,30012,0.0,0.0,False 2022-09-20 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.71,0.6974095916748047,30141,0.0,0.0,False 2022-09-21 00:00:00+01:00,0.71,0.7066000366210937,0.6900000000000001,0.7000000000000001,0.6875868988037109,75808,0.0,0.0,False 2022-09-22 00:00:00+01:00,0.7000000000000001,0.6895999908447266,0.68,0.7000000000000001,0.6895570373535156,20300,0.002,0.0,True 2022-09-23 00:00:00+01:00,0.7000000000000001,0.6900000000000001,0.6819999694824219,0.6819999694824219,0.6718255615234375,3934,0.0,0.0,False 2022-09-26 00:00:00+01:00,0.7000000000000001,0.68,0.68,0.68,0.6698554229736329,2282,0.0,0.0,False 2022-09-27 00:00:00+01:00,0.6950000000000001,0.6950000000000001,0.6950000000000001,0.6950000000000001,0.6846317291259766,0,0.0,0.0,False 2022-09-28 00:00:00+01:00,0.6950000000000001,0.67,0.65,0.66,0.6501538848876953,11790,0.0,0.0,False 2022-09-29 00:00:00+01:00,0.66,0.67,0.62,0.655,0.6452284240722657,75809,0.0,0.0,False 2022-09-30 00:00:00+01:00,0.655,0.7000000000000001,0.668499984741211,0.7000000000000001,0.6895570373535156,23650,0.0,0.0,False 2022-10-03 00:00:00+01:00,0.665,0.675,0.67,0.675,0.6649301147460938,8514,0.0,0.0,False 2022-10-04 00:00:00+01:00,0.675,0.6900000000000001,0.6677999877929688,0.675,0.6649301147460938,3552,0.0,0.0,False 2022-10-05 00:00:00+01:00,0.675,0.6900000000000001,0.6900000000000001,0.675,0.6649301147460938,217,0.0,0.0,False 2022-10-06 00:00:00+01:00,0.675,0.6990000152587891,0.6644000244140625,0.68,0.6698554229736329,7714,0.0,0.0,False 2022-10-07 00:00:00+01:00,0.68,0.64125,0.62,0.635,0.6255267715454101,51369,0.0,0.0,False 2022-10-10 00:00:00+01:00,0.635,0.65,0.6419000244140625,0.65,0.6403030395507813,25783,0.0,0.0,False 2022-10-11 00:00:00+01:00,0.65,0.659000015258789,0.659000015258789,0.65,0.6403030395507813,570,0.0,0.0,False 2022-10-12 00:00:00+01:00,0.65,0.6676000213623047,0.6676000213623047,0.66,0.6501538848876953,301,0.0,0.0,False 2022-10-13 00:00:00+01:00,0.66,0.66,0.66,0.66,0.6501538848876953,0,0.0,0.0,False 2022-10-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.6501538848876953,716,0.0,0.0,False 2022-10-17 00:00:00+01:00,0.66,0.6787999725341797,0.66,0.665,0.6550791931152344,6011,0.0,0.0,False 2022-10-18 00:00:00+01:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0,False 2022-10-19 00:00:00+01:00,0.665,0.6787999725341797,0.6787999725341797,0.665,0.6550791931152344,152,0.0,0.0,False 2022-10-20 00:00:00+01:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0,False 2022-10-21 00:00:00+01:00,0.665,0.6509999847412109,0.6509999847412109,0.665,0.6550791931152344,12000,0.0,0.0,False 2022-10-24 00:00:00+01:00,0.665,0.6598999786376953,0.6598999786376953,0.665,0.6550791931152344,10000,0.0,0.0,False 2022-10-25 00:00:00+01:00,0.665,0.65,0.65,0.665,0.6550791931152344,20000,0.0,0.0,False 2022-10-26 00:00:00+01:00,0.665,0.68,0.6598999786376953,0.665,0.6550791931152344,3443,0.0,0.0,False 2022-10-27 00:00:00+01:00,0.665,0.66,0.62,0.66,0.6501538848876953,97284,0.0,0.0,False 2022-10-28 00:00:00+01:00,0.665,0.664000015258789,0.664000015258789,0.665,0.6550791931152344,100,0.0,0.0,False 2022-10-31 00:00:00+00:00,0.665,0.664000015258789,0.664000015258789,0.665,0.6550791931152344,1500,0.0,0.0,False 2022-11-01 00:00:00+00:00,0.665,0.675,0.675,0.665,0.6550791931152344,25000,0.0,0.0,False 2022-11-02 00:00:00+00:00,0.665,0.6737000274658204,0.655,0.665,0.6550791931152344,7459,0.0,0.0,False 2022-11-03 00:00:00+00:00,0.665,0.65,0.65,0.665,0.6550791931152344,2500,0.0,0.0,False 2022-11-04 00:00:00+00:00,0.665,0.68,0.65,0.665,0.6550791931152344,12397,0.0,0.0,False 2022-11-07 00:00:00+00:00,0.665,0.67,0.665,0.665,0.6550791931152344,33456,0.0,0.0,False 2022-11-08 00:00:00+00:00,0.665,0.6769999694824219,0.665,0.665,0.6550791931152344,25847,0.0,0.0,False 2022-11-09 00:00:00+00:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0,False 2022-11-10 00:00:00+00:00,0.665,0.72,0.6650299835205078,0.7000000000000001,0.6895570373535156,141500,0.0,0.0,False 2022-11-11 00:00:00+00:00,0.7000000000000001,0.725,0.725,0.705,0.6944824981689454,2500,0.0,0.0,False 2022-11-14 00:00:00+00:00,0.705,0.7275,0.6965000152587891,0.705,0.6944824981689454,8317,0.0,0.0,False 2022-11-15 00:00:00+00:00,0.705,0.73,0.6980000305175781,0.715,0.704333267211914,6674,0.0,0.0,False 2022-11-16 00:00:00+00:00,0.715,0.73,0.73,0.715,0.704333267211914,68,0.0,0.0,False 2022-11-17 00:00:00+00:00,0.715,0.73,0.73,0.715,0.704333267211914,713,0.0,0.0,False 2022-11-18 00:00:00+00:00,0.715,0.7000000000000001,0.68,0.715,0.704333267211914,204878,0.0,0.0,False 2022-11-21 00:00:00+00:00,0.715,0.6950000000000001,0.6950000000000001,0.715,0.704333267211914,1035,0.0,0.0,False 2022-11-22 00:00:00+00:00,0.715,0.6950000000000001,0.6900000000000001,0.715,0.704333267211914,8077,0.0,0.0,False 2022-11-23 00:00:00+00:00,0.715,0.7225,0.6919999694824219,0.715,0.704333267211914,8745,0.0,0.0,False 2022-11-24 00:00:00+00:00,0.715,0.7225,0.6900000000000001,0.715,0.704333267211914,7000,0.0,0.0,False 2022-11-25 00:00:00+00:00,0.715,0.7000000000000001,0.6951000213623048,0.7000000000000001,0.6895570373535156,50000,0.0,0.0,False 2022-11-28 00:00:00+00:00,0.715,0.7000000000000001,0.6955000305175781,0.7000000000000001,0.6895570373535156,37102,0.0,0.0,False 2022-11-29 00:00:00+00:00,0.715,0.715,0.715,0.715,0.704333267211914,0,0.0,0.0,False 2022-11-30 00:00:00+00:00,0.715,0.7000000000000001,0.6955999755859376,0.7000000000000001,0.6895570373535156,55622,0.0,0.0,False 2022-12-01 00:00:00+00:00,0.715,0.725,0.7000000000000001,0.72,0.7092587280273438,24278,0.0,0.0,False 2022-12-02 00:00:00+00:00,0.72,0.705,0.705,0.72,0.7092587280273438,3699,0.0,0.0,False 2022-12-05 00:00:00+00:00,0.72,0.72,0.72,0.72,0.7092587280273438,0,0.0,0.0,False 2022-12-06 00:00:00+00:00,0.72,0.705,0.7002999877929688,0.715,0.704333267211914,37500,0.0,0.0,False 2022-12-07 00:00:00+00:00,0.715,0.7180000305175781,0.7180000305175781,0.715,0.704333267211914,208,0.0,0.0,False 2022-12-08 00:00:00+00:00,0.715,0.7180000305175781,0.7180000305175781,0.715,0.704333267211914,1500,0.0,0.0,False 2022-12-09 00:00:00+00:00,0.715,0.7180000305175781,0.715,0.715,0.704333267211914,80838,0.0,0.0,False 2022-12-12 00:00:00+00:00,0.715,0.715,0.7000000000000001,0.71,0.699407958984375,324766,0.0,0.0,False 2022-12-13 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.699407958984375,3000,0.0,0.0,False 2022-12-14 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.699407958984375,2769,0.0,0.0,False 2022-12-15 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.705,0.6944824981689454,13101,0.0,0.0,False 2022-12-16 00:00:00+00:00,0.705,0.6900000000000001,0.68,0.6900000000000001,0.6797062683105469,16000,0.0,0.0,False 2022-12-19 00:00:00+00:00,0.6900000000000001,0.7000000000000001,0.6819999694824219,0.7000000000000001,0.6895570373535156,32481,0.0,0.0,False 2022-12-20 00:00:00+00:00,0.6900000000000001,0.7000000000000001,0.6819999694824219,0.6900000000000001,0.6797062683105469,15564,0.0,0.0,False 2022-12-21 00:00:00+00:00,0.6900000000000001,0.6940000152587891,0.6940000152587891,0.6900000000000001,0.6797062683105469,72,0.0,0.0,False 2022-12-22 00:00:00+00:00,0.6900000000000001,0.68,0.68,0.6900000000000001,0.6797062683105469,5023,0.0,0.0,False 2022-12-23 00:00:00+00:00,0.6900000000000001,0.6930000305175782,0.6930000305175782,0.685,0.6747808837890625,3000,0.0,0.0,False 2022-12-28 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0,False 2022-12-29 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0,False 2022-12-30 00:00:00+00:00,0.685,0.6940000152587891,0.6930000305175782,0.685,0.6747808837890625,9000,0.0,0.0,False 2023-01-03 00:00:00+00:00,0.685,0.6718000030517578,0.6609999847412109,0.685,0.6747808837890625,22494,0.0,0.0,False 2023-01-04 00:00:00+00:00,0.685,0.6880000305175782,0.6609999847412109,0.685,0.6747808837890625,55179,0.0,0.0,False 2023-01-05 00:00:00+00:00,0.685,0.67,0.6623999786376953,0.68,0.6698554229736329,19957,0.0,0.0,False 2023-01-06 00:00:00+00:00,0.68,0.685,0.6644000244140625,0.68,0.6698554229736329,3702,0.0,0.0,False 2023-01-09 00:00:00+00:00,0.68,0.67,0.67,0.68,0.6698554229736329,991,0.0,0.0,False 2023-01-10 00:00:00+00:00,0.68,0.6655999755859375,0.6655999755859375,0.68,0.6698554229736329,3501,0.0,0.0,False 2023-01-11 00:00:00+00:00,0.68,0.68,0.68,0.68,0.6698554229736329,0,0.0,0.0,False 2023-01-12 00:00:00+00:00,0.68,0.7000000000000001,0.685,0.685,0.6747808837890625,23000,0.0,0.0,False 2023-01-13 00:00:00+00:00,0.685,0.6969999694824219,0.67,0.685,0.6747808837890625,45228,0.0,0.0,False 2023-01-16 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0,False 2023-01-17 00:00:00+00:00,0.685,0.6733000183105469,0.67,0.685,0.6747808837890625,54084,0.0,0.0,False 2023-01-18 00:00:00+00:00,0.685,0.6959999847412109,0.67,0.685,0.6747808837890625,8613,0.0,0.0,False 2023-01-19 00:00:00+00:00,0.685,0.6959999847412109,0.6959999847412109,0.685,0.6747808837890625,368,0.0,0.0,False 2023-01-20 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0,False 2023-01-23 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0,False 2023-01-24 00:00:00+00:00,0.685,0.73,0.7000000000000001,0.715,0.704333267211914,55487,0.0,0.0,False 2023-01-25 00:00:00+00:00,0.715,0.7080999755859375,0.6969999694824219,0.6950000000000001,0.6846317291259766,20693,0.0,0.0,False 2023-01-26 00:00:00+00:00,0.6950000000000001,0.7169999694824218,0.6969999694824219,0.705,0.6944824981689454,16750,0.0,0.0,False 2023-01-27 00:00:00+00:00,0.705,0.7240000152587891,0.7000000000000001,0.715,0.704333267211914,8447,0.0,0.0,False 2023-01-30 00:00:00+00:00,0.715,0.73,0.7155000305175782,0.73,0.7191095733642578,94119,0.0,0.0,False 2023-01-31 00:00:00+00:00,0.725,0.75,0.720999984741211,0.74,0.7289603424072266,28841,0.0,0.0,False 2023-02-01 00:00:00+00:00,0.735,0.75,0.7391999816894531,0.74,0.7289603424072266,8819,0.0,0.0,False 2023-02-02 00:00:00+00:00,0.74,0.7697000122070312,0.75,0.755,0.7437365722656251,15688,0.0,0.0,False 2023-02-03 00:00:00+00:00,0.755,0.81,0.762509994506836,0.79,0.7782144165039062,65423,0.0,0.0,False 2023-02-06 00:00:00+00:00,0.79,0.7944999694824219,0.79,0.79,0.7782144165039062,10531,0.0,0.0,False 2023-02-07 00:00:00+00:00,0.79,0.7909999847412109,0.7909999847412109,0.79,0.7782144165039062,3000,0.0,0.0,False 2023-02-08 00:00:00+00:00,0.79,0.8,0.7881999969482422,0.79,0.7782144165039062,57665,0.0,0.0,False 2023-02-09 00:00:00+00:00,0.79,0.8250000000000001,0.8,0.8250000000000001,0.8126922607421875,39500,0.0,0.0,False 2023-02-10 00:00:00+00:00,0.8250000000000001,0.8155000305175781,0.8155000305175781,0.8250000000000001,0.8126922607421875,2796,0.0,0.0,False 2023-02-13 00:00:00+00:00,0.8250000000000001,0.85,0.82125,0.8300000000000001,0.8176176452636719,16352,0.0,0.0,False 2023-02-14 00:00:00+00:00,0.8300000000000001,0.8444999694824219,0.8180000305175782,0.8300000000000001,0.8176176452636719,25671,0.0,0.0,False 2023-02-15 00:00:00+00:00,0.8300000000000001,0.8444999694824219,0.8104000091552734,0.8300000000000001,0.8176176452636719,4932,0.0,0.0,False 2023-02-16 00:00:00+00:00,0.8300000000000001,0.81,0.81,0.8300000000000001,0.8176176452636719,20000,0.0,0.0,False 2023-02-17 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.8176176452636719,0,0.0,0.0,False 2023-02-20 00:00:00+00:00,0.8300000000000001,0.8390000152587891,0.81,0.8300000000000001,0.8176176452636719,23057,0.0,0.0,False 2023-02-21 00:00:00+00:00,0.8300000000000001,0.8109999847412109,0.8,0.8150000000000001,0.8028414916992188,18160,0.0,0.0,False 2023-02-22 00:00:00+00:00,0.8150000000000001,0.8140000152587891,0.77,0.78,0.7683636474609375,26582,0.0,0.0,False 2023-02-23 00:00:00+00:00,0.775,0.7889199829101563,0.7519999694824219,0.77,0.7585127258300781,36693,0.0,0.0,False 2023-02-24 00:00:00+00:00,0.77,0.77,0.77,0.77,0.7585127258300781,0,0.0,0.0,False 2023-02-27 00:00:00+00:00,0.77,0.78,0.7578600311279297,0.78,0.7683636474609375,8654,0.0,0.0,False 2023-02-28 00:00:00+00:00,0.78,0.7869999694824219,0.7869999694824219,0.78,0.7683636474609375,8894,0.0,0.0,False 2023-03-01 00:00:00+00:00,0.78,0.7859999847412109,0.7655000305175781,0.78,0.7683636474609375,12504,0.0,0.0,False 2023-03-02 00:00:00+00:00,0.78,0.76,0.76,0.77,0.7585127258300781,1951,0.0,0.0,False 2023-03-03 00:00:00+00:00,0.77,0.76,0.75,0.755,0.7437365722656251,8183,0.0,0.0,False 2023-03-06 00:00:00+00:00,0.755,0.76,0.76,0.755,0.7437365722656251,4275,0.0,0.0,False 2023-03-07 00:00:00+00:00,0.755,0.74125,0.74125,0.755,0.7437365722656251,100,0.0,0.0,False 2023-03-08 00:00:00+00:00,0.755,0.7415000152587891,0.74125,0.755,0.7437365722656251,16638,0.0,0.0,False 2023-03-09 00:00:00+00:00,0.755,0.765,0.7415000152587891,0.755,0.7437365722656251,33478,0.0,0.0,False 2023-03-10 00:00:00+00:00,0.755,0.75,0.7416500091552735,0.75,0.7388111114501953,14811,0.0,0.0,False 2023-03-13 00:00:00+00:00,0.75,0.76,0.7416500091552735,0.75,0.7388111114501953,57463,0.0,0.0,False 2023-03-14 00:00:00+00:00,0.75,0.745,0.745,0.75,0.7388111114501953,2276,0.0,0.0,False 2023-03-15 00:00:00+00:00,0.75,0.7769999694824219,0.7465000152587891,0.76,0.7486619567871093,19681,0.0,0.0,False 2023-03-16 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0,False 2023-03-17 00:00:00+00:00,0.76,0.7475,0.7475,0.76,0.7486619567871093,15910,0.0,0.0,False 2023-03-20 00:00:00+00:00,0.76,0.7759999847412109,0.7480000305175781,0.76,0.7486619567871093,2683,0.0,0.0,False 2023-03-21 00:00:00+00:00,0.76,0.7691999816894531,0.75,0.76,0.7486619567871093,13259,0.0,0.0,False 2023-03-22 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0,False 2023-03-23 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0,False 2023-03-24 00:00:00+00:00,0.76,0.75,0.7465000152587891,0.76,0.7486619567871093,27986,0.0,0.0,False 2023-03-27 00:00:00+01:00,0.76,0.77,0.77,0.76,0.7486619567871093,12,0.0,0.0,False 2023-03-28 00:00:00+01:00,0.76,0.8,0.765,0.775,0.7634381866455078,215998,0.0,0.0,False 2023-03-29 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7634381866455078,0,0.0,0.0,False 2023-03-30 00:00:00+01:00,0.775,0.78,0.77,0.774000015258789,0.7624530792236328,734684,0.0,0.0,False 2023-03-31 00:00:00+01:00,0.774000015258789,0.774000015258789,0.774000015258789,0.774000015258789,0.7624530792236328,0,0.0,0.0,False 2023-04-03 00:00:00+01:00,0.785,0.78,0.7701999664306641,0.78,0.7683636474609375,50644,0.0,0.0,False 2023-04-04 00:00:00+01:00,0.78,0.78,0.775,0.78,0.7683636474609375,252103,0.0,0.0,False 2023-04-05 00:00:00+01:00,0.78,0.785,0.785,0.78,0.7683636474609375,191,0.0,0.0,False 2023-04-06 00:00:00+01:00,0.78,0.79,0.77,0.78,0.7683636474609375,244380,0.0,0.0,False 2023-04-11 00:00:00+01:00,0.78,0.7755000305175781,0.77,0.78,0.7683636474609375,16866,0.0,0.0,False 2023-04-12 00:00:00+01:00,0.78,0.79,0.7719999694824219,0.79,0.7782144165039062,10864,0.0,0.0,False 2023-04-13 00:00:00+01:00,0.79,0.8,0.7819999694824219,0.79,0.7782144165039062,18404,0.0,0.0,False 2023-04-14 00:00:00+01:00,0.79,0.7980000305175782,0.7980000305175782,0.79,0.7782144165039062,845,0.0,0.0,False 2023-04-17 00:00:00+01:00,0.79,0.7980000305175782,0.783499984741211,0.795,0.7831398010253906,10638,0.0,0.0,False 2023-04-18 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0,False 2023-04-19 00:00:00+01:00,0.795,0.7980000305175782,0.7909999847412109,0.795,0.7831398010253906,890,0.0,0.0,False 2023-04-20 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0,False 2023-04-21 00:00:00+01:00,0.795,0.8,0.7909999847412109,0.795,0.7831398010253906,40201,0.0,0.0,False 2023-04-24 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0,False 2023-04-25 00:00:00+01:00,0.795,0.8,0.78,0.79,0.7782144165039062,149512,0.0,0.0,False 2023-04-26 00:00:00+01:00,0.79,0.78,0.78,0.79,0.7782144165039062,999,0.0,0.0,False 2023-04-27 00:00:00+01:00,0.79,0.7925,0.7925,0.795,0.7831398010253906,5,0.0,0.0,False 2023-04-28 00:00:00+01:00,0.795,0.8,0.795,0.795,0.7831398010253906,43013,0.0,0.0,False 2023-05-02 00:00:00+01:00,0.795,0.795,0.79,0.795,0.7831398010253906,68500,0.0,0.0,False 2023-05-03 00:00:00+01:00,0.795,0.799000015258789,0.799000015258789,0.795,0.7831398010253906,187,0.0,0.0,False 2023-05-04 00:00:00+01:00,0.795,0.81,0.795,0.8,0.788065185546875,12441,0.0,0.0,False 2023-05-05 00:00:00+01:00,0.8,0.8,0.8,0.8,0.788065185546875,0,0.0,0.0,False 2023-05-09 00:00:00+01:00,0.8,0.8190000152587891,0.7975099945068359,0.805,0.7929905700683594,13377,0.0,0.0,False 2023-05-10 00:00:00+01:00,0.805,0.8197000122070313,0.8190000152587891,0.805,0.7929905700683594,12756,0.0,0.0,False 2023-05-11 00:00:00+01:00,0.805,0.8197000122070313,0.8030000305175782,0.805,0.7929905700683594,5336,0.0,0.0,False 2023-05-12 00:00:00+01:00,0.805,0.8200000000000001,0.8030000305175782,0.805,0.7929905700683594,7550,0.0,0.0,False 2023-05-15 00:00:00+01:00,0.805,0.8399199676513672,0.8,0.8200000000000001,0.8077667999267578,61415,0.0,0.0,False 2023-05-16 00:00:00+01:00,0.8200000000000001,0.8391999816894531,0.8130000305175782,0.8200000000000001,0.8077667999267578,8209,0.0,0.0,False 2023-05-17 00:00:00+01:00,0.8200000000000001,0.8390000152587891,0.8130000305175782,0.8200000000000001,0.8077667999267578,1408,0.0,0.0,False 2023-05-18 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0058,0.0,True 2023-05-19 00:00:00+01:00,0.8200000000000001,0.8130000305175782,0.8019999694824219,0.8200000000000001,0.8135210418701172,19734,0.0,0.0,False 2023-05-22 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0,False 2023-05-23 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0,False 2023-05-24 00:00:00+01:00,0.8200000000000001,0.8019999694824219,0.8019999694824219,0.8150000000000001,0.8085604858398437,4000,0.0,0.0,False 2023-05-25 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-05-26 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-05-30 00:00:00+01:00,0.8150000000000001,0.8198999786376954,0.8,0.8150000000000001,0.8085604858398437,6079,0.0,0.0,False 2023-05-31 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-06-01 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-06-02 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-06-05 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.8194999694824219,0.8150000000000001,0.8085604858398437,2803,0.0,0.0,False 2023-06-06 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.8194999694824219,0.8150000000000001,0.8085604858398437,5671,0.0,0.0,False 2023-06-07 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.7955000305175781,0.8150000000000001,0.8085604858398437,11481,0.0,0.0,False 2023-06-08 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-06-09 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0,False 2023-06-12 00:00:00+01:00,0.8150000000000001,0.79,0.78,0.8,0.7936790466308594,44088,0.0,0.0,False 2023-06-13 00:00:00+01:00,0.8,0.794000015258789,0.794000015258789,0.8,0.7936790466308594,1551,0.0,0.0,False 2023-06-14 00:00:00+01:00,0.8,0.7883999633789063,0.76,0.78,0.7738370513916015,13522,0.0,0.0,False 2023-06-15 00:00:00+01:00,0.78,0.76,0.7520999908447266,0.77,0.7639160919189454,15527,0.0,0.0,False 2023-06-16 00:00:00+01:00,0.77,0.775,0.775,0.77,0.7639160919189454,2556,0.0,0.0,False 2023-06-19 00:00:00+01:00,0.77,0.77,0.760999984741211,0.77,0.7639160919189454,8434,0.0,0.0,False 2023-06-20 00:00:00+01:00,0.77,0.760999984741211,0.760999984741211,0.77,0.7639160919189454,85,0.0,0.0,False 2023-06-21 00:00:00+01:00,0.77,0.77,0.74,0.75,0.7440740966796875,22271,0.0,0.0,False 2023-06-22 00:00:00+01:00,0.75,0.75,0.75,0.75,0.7440740966796875,0,0.0,0.0,False 2023-06-23 00:00:00+01:00,0.75,0.7540000152587891,0.745,0.75,0.7440740966796875,3630,0.0,0.0,False 2023-06-26 00:00:00+01:00,0.75,0.7540000152587891,0.75,0.75,0.7440740966796875,10000,0.0,0.0,False 2023-06-27 00:00:00+01:00,0.77,0.79,0.77,0.78,0.7738370513916015,29804,0.0,0.0,False 2023-06-28 00:00:00+01:00,0.78,0.78,0.78,0.78,0.7738370513916015,0,0.0,0.0,False 2023-06-29 00:00:00+01:00,0.78,0.7830000305175782,0.7813999938964844,0.78,0.7738370513916015,20057,0.0,0.0,False 2023-06-30 00:00:00+01:00,0.78,0.7891000366210937,0.7809999847412109,0.78,0.7738370513916015,2631,0.0,0.0,False 2023-07-03 00:00:00+01:00,0.78,0.7759999847412109,0.7759999847412109,0.78,0.7738370513916015,455,0.0,0.0,False 2023-07-04 00:00:00+01:00,0.78,0.78,0.774000015258789,0.78,0.7738370513916015,15420,0.0,0.0,False 2023-07-05 00:00:00+01:00,0.78,0.7794000244140625,0.7794000244140625,0.78,0.7738370513916015,192,0.0,0.0,False 2023-07-06 00:00:00+01:00,0.78,0.755,0.755,0.775,0.7688765716552735,10000,0.0,0.0,False 2023-07-07 00:00:00+01:00,0.775,0.7715000152587891,0.7715000152587891,0.775,0.7688765716552735,2000,0.0,0.0,False 2023-07-10 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0,False 2023-07-11 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0,False 2023-07-12 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0,False 2023-07-13 00:00:00+01:00,0.775,0.77,0.755,0.765,0.7589556121826172,5028,0.0,0.0,False 2023-07-14 00:00:00+01:00,0.765,0.755,0.755,0.765,0.7589556121826172,2079,0.0,0.0,False 2023-07-17 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0,False 2023-07-18 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0,False 2023-07-19 00:00:00+01:00,0.765,0.765,0.75,0.765,0.7589556121826172,23621,0.0,0.0,False 2023-07-20 00:00:00+01:00,0.765,0.7798500061035156,0.7748999786376953,0.765,0.7589556121826172,5025,0.0,0.0,False 2023-07-21 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0,False 2023-07-24 00:00:00+01:00,0.765,0.7515000152587891,0.7515000152587891,0.765,0.7589556121826172,2896,0.0,0.0,False 2023-07-25 00:00:00+01:00,0.765,0.7515000152587891,0.7515000152587891,0.765,0.7589556121826172,100,0.0,0.0,False 2023-07-26 00:00:00+01:00,0.765,0.72,0.72,0.765,0.7589556121826172,500000,0.0,0.0,False 2023-07-27 00:00:00+01:00,0.77,0.8,0.775,0.79,0.7837580871582032,86126,0.0,0.0,False 2023-07-28 00:00:00+01:00,0.79,0.8300000000000001,0.79,0.8200000000000001,0.8135210418701172,66548,0.0,0.0,False 2023-07-31 00:00:00+01:00,0.8200000000000001,0.84,0.8144000244140626,0.8300000000000001,0.8234420013427735,22463,0.0,0.0,False 2023-08-01 00:00:00+01:00,0.8300000000000001,0.84,0.8390000152587891,0.8250000000000001,0.8184815216064454,23459,0.0,0.0,False 2023-08-02 00:00:00+01:00,0.8250000000000001,0.835,0.8080000305175782,0.8200000000000001,0.8135210418701172,15209,0.0,0.0,False 2023-08-03 00:00:00+01:00,0.8200000000000001,0.8390000152587891,0.8390000152587891,0.8200000000000001,0.8135210418701172,15,0.0,0.0,False 2023-08-04 00:00:00+01:00,0.8200000000000001,0.835,0.8009999847412109,0.8200000000000001,0.8135210418701172,6479,0.0,0.0,False 2023-08-07 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0,False 2023-08-08 00:00:00+01:00,0.8200000000000001,0.81,0.8,0.8200000000000001,0.8135210418701172,5438,0.0,0.0,False 2023-08-09 00:00:00+01:00,0.8200000000000001,0.825999984741211,0.7819999694824219,0.81,0.8036000061035157,11855,0.0,0.0,False 2023-08-10 00:00:00+01:00,0.81,0.8,0.7875,0.795,0.7887185668945312,13800,0.0,0.0,False 2023-08-11 00:00:00+01:00,0.795,0.8088899993896485,0.765,0.795,0.7887185668945312,13176,0.0,0.0,False 2023-08-14 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7887185668945312,0,0.0,0.0,False 2023-08-15 00:00:00+01:00,0.795,0.78,0.75,0.75,0.7440740966796875,38306,0.0,0.0,False 2023-08-16 00:00:00+01:00,0.77,0.7859999847412109,0.774499969482422,0.79,0.7837580871582032,3564,0.0,0.0,False 2023-08-17 00:00:00+01:00,0.79,0.81,0.765999984741211,0.785,0.7787975311279297,44576,0.0,0.0,False 2023-08-18 00:00:00+01:00,0.785,0.765999984741211,0.765999984741211,0.785,0.7787975311279297,7471,0.0,0.0,False 2023-08-21 00:00:00+01:00,0.785,0.7719999694824219,0.76,0.78,0.7738370513916015,16088,0.0,0.0,False 2023-08-22 00:00:00+01:00,0.78,0.789000015258789,0.789000015258789,0.78,0.7738370513916015,13,0.0,0.0,False 2023-08-23 00:00:00+01:00,0.78,0.8,0.76,0.78,0.7738370513916015,10525,0.0,0.0,False 2023-08-24 00:00:00+01:00,0.78,0.76,0.76,0.77,0.7639160919189454,10407,0.0,0.0,False 2023-08-25 00:00:00+01:00,0.77,0.76,0.76,0.77,0.7639160919189454,1232,0.0,0.0,False 2023-08-29 00:00:00+01:00,0.77,0.7794000244140625,0.7794000244140625,0.77,0.7639160919189454,1,0.0,0.0,False 2023-08-30 00:00:00+01:00,0.77,0.7794000244140625,0.7794000244140625,0.77,0.7639160919189454,1,0.0,0.0,False 2023-08-31 00:00:00+01:00,0.77,0.76,0.76,0.77,0.7639160919189454,6653,0.0,0.0,False 2023-09-01 00:00:00+01:00,0.77,0.7794000244140625,0.774000015258789,0.77,0.7639160919189454,32501,0.0,0.0,False 2023-09-04 00:00:00+01:00,0.77,0.7788999938964843,0.763499984741211,0.77,0.7639160919189454,7016,0.0,0.0,False 2023-09-05 00:00:00+01:00,0.77,0.77,0.77,0.77,0.7639160919189454,0,0.0,0.0,False 2023-09-06 00:00:00+01:00,0.77,0.7786000061035157,0.7786000061035157,0.77,0.7639160919189454,234,0.0,0.0,False 2023-09-07 00:00:00+01:00,0.78,0.7972000122070313,0.773499984741211,0.785,0.7787975311279297,11241,0.0,0.0,False 2023-09-08 00:00:00+01:00,0.785,0.81,0.78,0.795,0.7887185668945312,14242,0.0,0.0,False 2023-09-11 00:00:00+01:00,0.795,0.79,0.79,0.795,0.7887185668945312,1468,0.0,0.0,False 2023-09-12 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.7919999694824219,0.8200000000000001,0.8135210418701172,61642,0.0,0.0,False 2023-09-13 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.8101499938964843,0.8200000000000001,0.8135210418701172,81240,0.0,0.0,False 2023-09-14 00:00:00+01:00,0.8200000000000001,0.8150000000000001,0.8150000000000001,0.8200000000000001,0.8135210418701172,6899,0.0,0.0,False 2023-09-15 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.81,0.8250000000000001,0.8184815216064454,96554,0.0,0.0,False 2023-09-18 00:00:00+01:00,0.8250000000000001,0.8300000000000001,0.8130000305175782,0.8200000000000001,0.8135210418701172,12878,0.0,0.0,False 2023-09-19 00:00:00+01:00,0.8200000000000001,0.8225,0.8130000305175782,0.8200000000000001,0.8135210418701172,165,0.0,0.0,False 2023-09-20 00:00:00+01:00,0.8200000000000001,0.8225,0.8130000305175782,0.8200000000000001,0.8135210418701172,1760,0.0,0.0,False 2023-09-21 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.81,0.8200000000000001,0.8160088348388672,25000,0.0025,0.0,True 2023-09-22 00:00:00+01:00,0.8200000000000001,0.8130000305175782,0.8130000305175782,0.8200000000000001,0.8160088348388672,304,0.0,0.0,False 2023-09-25 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8130000305175782,0.8200000000000001,0.8160088348388672,3943,0.0,0.0,False 2023-09-26 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.8044999694824219,0.8150000000000001,0.8110331726074219,36991,0.0,0.0,False 2023-09-27 00:00:00+01:00,0.8150000000000001,0.8015000152587891,0.8015000152587891,0.8150000000000001,0.8110331726074219,2500,0.0,0.0,False 2023-09-28 00:00:00+01:00,0.8150000000000001,0.805,0.805,0.8150000000000001,0.8110331726074219,1223,0.0,0.0,False 2023-09-29 00:00:00+01:00,0.8150000000000001,0.86,0.81,0.855,0.8508384704589844,66861,0.0,0.0,False 2023-10-02 00:00:00+01:00,0.855,0.8669999694824219,0.855,0.845,0.8408871459960938,41280,0.0,0.0,False 2023-10-03 00:00:00+01:00,0.845,0.845,0.8200000000000001,0.845,0.8408871459960938,80199,0.0,0.0,False 2023-10-04 00:00:00+01:00,0.845,0.8740000152587891,0.8300000000000001,0.85,0.8458628082275391,68576,0.0,0.0,False 2023-10-05 00:00:00+01:00,0.85,0.8740000152587891,0.8225,0.85,0.8458628082275391,136,0.0,0.0,False 2023-10-06 00:00:00+01:00,0.85,0.92,0.8225,0.915,0.9105464935302735,51762,0.0,0.0,False 2023-10-09 00:00:00+01:00,0.915,0.93,0.8902999877929688,0.905,0.9005951690673828,32546,0.0,0.0,False 2023-10-10 00:00:00+01:00,0.905,0.915,0.8619999694824219,0.875,0.8707411193847656,26512,0.0,0.0,False 2023-10-11 00:00:00+01:00,0.875,0.8880000305175781,0.8250000000000001,0.8300000000000001,0.8259601593017578,34681,0.0,0.0,False 2023-10-12 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.8300000000000001,0.8300000000000001,0.8259601593017578,3466,0.0,0.0,False 2023-10-13 00:00:00+01:00,0.8300000000000001,0.8300000000000001,0.81,0.8300000000000001,0.8259601593017578,50566,0.0,0.0,False 2023-10-16 00:00:00+01:00,0.8200000000000001,0.8380000305175781,0.81,0.8250000000000001,0.8209844970703125,47628,0.0,0.0,False 2023-10-17 00:00:00+01:00,0.8250000000000001,0.8200000000000001,0.8119999694824219,0.8250000000000001,0.8209844970703125,2651,0.0,0.0,False 2023-10-18 00:00:00+01:00,0.8250000000000001,0.8384999847412109,0.8119999694824219,0.8250000000000001,0.8209844970703125,5215,0.0,0.0,False 2023-10-19 00:00:00+01:00,0.8250000000000001,0.8115000152587891,0.8102999877929687,0.8250000000000001,0.8209844970703125,13599,0.0,0.0,False 2023-10-20 00:00:00+01:00,0.8250000000000001,0.8130000305175782,0.8130000305175782,0.8250000000000001,0.8209844970703125,11401,0.0,0.0,False 2023-10-23 00:00:00+01:00,0.8250000000000001,0.836999969482422,0.836999969482422,0.8250000000000001,0.8209844970703125,1120,0.0,0.0,False 2023-10-24 00:00:00+01:00,0.8250000000000001,0.8351999664306641,0.8130000305175782,0.8250000000000001,0.8209844970703125,5400,0.0,0.0,False 2023-10-25 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-10-26 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-10-27 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-10-30 00:00:00+00:00,0.8250000000000001,0.8190000152587891,0.8150000000000001,0.8250000000000001,0.8209844970703125,75000,0.0,0.0,False 2023-10-31 00:00:00+00:00,0.8250000000000001,0.8392500305175782,0.8392500305175782,0.8250000000000001,0.8209844970703125,23,0.0,0.0,False 2023-11-01 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8348999786376954,0.8250000000000001,0.8209844970703125,179,0.0,0.0,False 2023-11-02 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8155999755859376,0.8250000000000001,0.8209844970703125,6473,0.0,0.0,False 2023-11-03 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-11-06 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8348999786376954,0.8250000000000001,0.8209844970703125,11026,0.0,0.0,False 2023-11-07 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-11-08 00:00:00+00:00,0.8250000000000001,0.835,0.81,0.8250000000000001,0.8209844970703125,12815,0.0,0.0,False 2023-11-09 00:00:00+00:00,0.8250000000000001,0.835,0.81,0.8250000000000001,0.8209844970703125,300,0.0,0.0,False 2023-11-10 00:00:00+00:00,0.8250000000000001,0.8376000213623047,0.8180999755859375,0.8250000000000001,0.8209844970703125,6055,0.0,0.0,False 2023-11-13 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0,False 2023-11-14 00:00:00+00:00,0.8250000000000001,0.8195999908447266,0.81,0.8250000000000001,0.8209844970703125,1193,0.0,0.0,False 2023-11-15 00:00:00+00:00,0.8250000000000001,0.836999969482422,0.8230000305175782,0.8300000000000001,0.8259601593017578,25504,0.0,0.0,False 2023-11-16 00:00:00+00:00,0.8300000000000001,0.8241999816894532,0.8201999664306641,0.8300000000000001,0.8259601593017578,58969,0.0,0.0,False 2023-11-17 00:00:00+00:00,0.8300000000000001,0.8376000213623047,0.8209999847412109,0.85,0.8458628082275391,24557,0.0,0.0,False 2023-11-20 00:00:00+00:00,0.85,0.8490000152587891,0.8300000000000001,0.85,0.8458628082275391,3433,0.0,0.0,False 2023-11-21 00:00:00+00:00,0.85,0.8301000213623047,0.8301000213623047,0.85,0.8458628082275391,386,0.0,0.0,False 2023-11-22 00:00:00+00:00,0.85,0.85,0.85,0.85,0.8458628082275391,0,0.0,0.0,False 2023-11-23 00:00:00+00:00,0.85,0.8301000213623047,0.8301000213623047,0.85,0.8458628082275391,2537,0.0,0.0,False 2023-11-24 00:00:00+00:00,0.85,0.8300000000000001,0.8200000000000001,0.845,0.8408871459960938,3574,0.0,0.0,False 2023-11-27 00:00:00+00:00,0.845,0.8200000000000001,0.8200000000000001,0.835,0.8309358215332031,500,0.0,0.0,False 2023-11-28 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0,False 2023-11-29 00:00:00+00:00,0.835,0.8383999633789063,0.8383999633789063,0.835,0.8309358215332031,3564,0.0,0.0,False 2023-11-30 00:00:00+00:00,0.835,0.84,0.8200000000000001,0.835,0.8309358215332031,28681,0.0,0.0,False 2023-12-01 00:00:00+00:00,0.835,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,27321,0.0,0.0,False 2023-12-04 00:00:00+00:00,0.835,0.833499984741211,0.8209999847412109,0.835,0.8309358215332031,10955,0.0,0.0,False 2023-12-05 00:00:00+00:00,0.8300000000000001,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,2195,0.0,0.0,False 2023-12-06 00:00:00+00:00,0.835,0.833499984741211,0.833499984741211,0.835,0.8309358215332031,179,0.0,0.0,False 2023-12-07 00:00:00+00:00,0.835,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,10000,0.0,0.0,False 2023-12-08 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0,False 2023-12-11 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,253,0.0,0.0,False 2023-12-12 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,200,0.0,0.0,False 2023-12-13 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,278,0.0,0.0,False 2023-12-14 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0,False 2023-12-15 00:00:00+00:00,0.835,0.8215000152587891,0.8215000152587891,0.835,0.8309358215332031,6270,0.0,0.0,False 2023-12-18 00:00:00+00:00,0.835,0.835,0.8200000000000001,0.835,0.8309358215332031,60777,0.0,0.0,False 2023-12-19 00:00:00+00:00,0.835,0.82125,0.81,0.8200000000000001,0.8160088348388672,17612,0.0,0.0,False 2023-12-20 00:00:00+00:00,0.8250000000000001,0.823499984741211,0.8200000000000001,0.8200000000000001,0.8160088348388672,9560,0.0,0.0,False 2023-12-21 00:00:00+00:00,0.8250000000000001,0.8200000000000001,0.8,0.81,0.8060575103759766,33500,0.0,0.0,False 2023-12-22 00:00:00+00:00,0.81,0.8177999877929688,0.81,0.81,0.8060575103759766,17000,0.0,0.0,False 2023-12-27 00:00:00+00:00,0.81,0.8009999847412109,0.8001000213623047,0.81,0.8060575103759766,415,0.0,0.0,False 2023-12-28 00:00:00+00:00,0.81,0.8087000274658204,0.8001000213623047,0.81,0.8060575103759766,4,0.0,0.0,False 2023-12-29 00:00:00+00:00,0.81,0.81,0.81,0.81,0.8060575103759766,0,0.0,0.0,False 2024-01-02 00:00:00+00:00,0.81,0.8390000152587891,0.8086000061035157,0.835,0.8309358215332031,89709,0.0,0.0,False 2024-01-03 00:00:00+00:00,0.835,0.85,0.8230000305175782,0.835,0.8309358215332031,6629,0.0,0.0,False 2024-01-04 00:00:00+00:00,0.835,0.8980000305175782,0.8490000152587891,0.875,0.8707411193847656,42352,0.0,0.0,False 2024-01-05 00:00:00+00:00,0.875,0.885,0.84,0.86,0.8558141326904297,37656,0.0,0.0,False 2024-01-08 00:00:00+00:00,0.86,0.86,0.8200000000000001,0.8300000000000001,0.8259601593017578,23837,0.0,0.0,False 2024-01-09 00:00:00+00:00,0.8300000000000001,0.83375,0.83375,0.8300000000000001,0.8259601593017578,8541,0.0,0.0,False 2024-01-10 00:00:00+00:00,0.8300000000000001,0.83375,0.8200000000000001,0.8300000000000001,0.8259601593017578,2244,0.0,0.0,False 2024-01-11 00:00:00+00:00,0.8300000000000001,0.8325,0.8215000152587891,0.8300000000000001,0.8259601593017578,1886,0.0,0.0,False 2024-01-12 00:00:00+00:00,0.8300000000000001,0.8215000152587891,0.8215000152587891,0.8300000000000001,0.8259601593017578,1200,0.0,0.0,False 2024-01-15 00:00:00+00:00,0.8330000305175781,0.8330000305175781,0.8209999847412109,0.8300000000000001,0.8259601593017578,9989,0.0,0.0,False 2024-01-16 00:00:00+00:00,0.8300000000000001,0.8319999694824219,0.8319999694824219,0.8300000000000001,0.8259601593017578,24,0.0,0.0,False 2024-01-17 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8130999755859375,0.8250000000000001,0.8209844970703125,48721,0.0,0.0,False 2024-01-18 00:00:00+00:00,0.8250000000000001,0.8222499847412109,0.81,0.8250000000000001,0.8209844970703125,28060,0.0,0.0,False 2024-01-19 00:00:00+00:00,0.8250000000000001,0.8590000152587891,0.8200000000000001,0.835,0.8309358215332031,53997,0.0,0.0,False 2024-01-22 00:00:00+00:00,0.835,0.895,0.830999984741211,0.87,0.8657654571533203,45471,0.0,0.0,False 2024-01-23 00:00:00+00:00,0.9,0.9597000122070313,0.915,0.93,0.9254734802246094,121660,0.0,0.0,False 2024-01-24 00:00:00+00:00,0.93,0.99,0.9361000061035156,0.97,0.9652787780761719,54392,0.0,0.0,False 2024-01-25 00:00:00+00:00,0.97,0.99,0.9526000213623047,0.965,0.9603031158447266,25384,0.0,0.0,False 2024-01-26 00:00:00+00:00,0.965,0.98,0.97,0.965,0.9603031158447266,29128,0.0,0.0,False 2024-01-29 00:00:00+00:00,0.97,0.984800033569336,0.9587999725341797,0.97,0.9652787780761719,16402,0.0,0.0,False 2024-01-30 00:00:00+00:00,0.97,0.975,0.9587999725341797,0.975,0.9702544403076172,15624,0.0,0.0,False 2024-01-31 00:00:00+00:00,0.97,0.99,0.9360199737548829,0.965,0.9603031158447266,42472,0.0,0.0,False 2024-02-01 00:00:00+00:00,0.96,0.9780000305175781,0.9587999725341797,0.96,0.9553274536132813,6036,0.0,0.0,False 2024-02-02 00:00:00+00:00,0.96,0.96,0.9225,0.935,0.9304491424560547,33122,0.0,0.0,False 2024-02-05 00:00:00+00:00,0.935,0.9500000000000001,0.9293000030517579,0.935,0.9304491424560547,21255,0.0,0.0,False 2024-02-06 00:00:00+00:00,0.935,0.9450000000000001,0.93,0.935,0.9304491424560547,14156,0.0,0.0,False 2024-02-07 00:00:00+00:00,0.935,0.965,0.93,0.9400000000000001,0.9354248046875,51672,0.0,0.0,False 2024-02-08 00:00:00+00:00,0.9400000000000001,0.9450000000000001,0.93125,0.9400000000000001,0.9354248046875,6045,0.0,0.0,False 2024-02-09 00:00:00+00:00,0.9400000000000001,0.9430000305175782,0.9212000274658203,0.9400000000000001,0.9354248046875,72,0.0,0.0,False 2024-02-12 00:00:00+00:00,0.9400000000000001,0.9212000274658203,0.9212000274658203,0.9400000000000001,0.9354248046875,49,0.0,0.0,False 2024-02-13 00:00:00+00:00,0.9400000000000001,0.9219999694824219,0.9219999694824219,0.935,0.9304491424560547,3007,0.0,0.0,False 2024-02-14 00:00:00+00:00,0.935,0.9430000305175782,0.9430000305175782,0.935,0.9304491424560547,1,0.0,0.0,False 2024-02-15 00:00:00+00:00,0.935,0.9500000000000001,0.9208999633789062,0.9400000000000001,0.9354248046875,199011,0.0,0.0,False 2024-02-16 00:00:00+00:00,0.9400000000000001,0.9459999847412109,0.93,0.9400000000000001,0.9354248046875,40340,0.0,0.0,False 2024-02-19 00:00:00+00:00,0.9400000000000001,0.9425,0.8825000000000001,0.905,0.9005951690673828,34690,0.0,0.0,False 2024-02-20 00:00:00+00:00,0.905,0.9063999938964844,0.88,0.88,0.8757167816162109,32848,0.0,0.0,False 2024-02-21 00:00:00+00:00,0.88,0.8863999938964844,0.86,0.875,0.8707411193847656,11920,0.0,0.0,False 2024-02-22 00:00:00+00:00,0.875,0.8880000305175781,0.84,0.865,0.860789794921875,3405,0.0,0.0,False 2024-02-23 00:00:00+00:00,0.865,0.84,0.84,0.865,0.860789794921875,5373,0.0,0.0,False 2024-02-26 00:00:00+00:00,0.865,0.8795999908447266,0.8533000183105469,0.87,0.8657654571533203,25023,0.0,0.0,False 2024-02-27 00:00:00+00:00,0.87,0.89,0.86,0.88,0.8757167816162109,30844,0.0,0.0,False 2024-02-28 00:00:00+00:00,0.88,0.8987999725341798,0.850999984741211,0.855,0.8508384704589844,43341,0.0,0.0,False 2024-02-29 00:00:00+00:00,0.855,0.87,0.8425,0.855,0.8508384704589844,7342,0.0,0.0,False 2024-03-01 00:00:00+00:00,0.855,0.8625,0.841500015258789,0.855,0.8508384704589844,13345,0.0,0.0,False 2024-03-04 00:00:00+00:00,0.855,0.8625,0.8430000305175781,0.855,0.8508384704589844,10818,0.0,0.0,False 2024-03-05 00:00:00+00:00,0.855,0.8623300170898438,0.8434999847412109,0.855,0.8508384704589844,8993,0.0,0.0,False 2024-03-06 00:00:00+00:00,0.855,0.87,0.8441999816894531,0.855,0.8508384704589844,27874,0.0,0.0,False 2024-03-07 00:00:00+00:00,0.855,0.86,0.8475,0.865,0.860789794921875,6161,0.0,0.0,False 2024-03-08 00:00:00+00:00,0.865,0.86,0.855,0.87,0.8657654571533203,29952,0.0,0.0,False 2024-03-11 00:00:00+00:00,0.87,0.9400000000000001,0.8602999877929688,0.925,0.9204978179931641,134660,0.0,0.0,False 2024-03-12 00:00:00+00:00,0.925,0.93,0.91,0.92,0.9155221557617188,12702,0.0,0.0,False 2024-03-13 00:00:00+00:00,0.92,0.9400000000000001,0.905,0.925,0.9204978179931641,35682,0.0,0.0,False 2024-03-14 00:00:00+00:00,0.925,0.9500000000000001,0.9136000061035157,0.925,0.9204978179931641,64500,0.0,0.0,False 2024-03-15 00:00:00+00:00,0.925,0.9294999694824219,0.91,0.91,0.9055708312988281,24428,0.0,0.0,False 2024-03-18 00:00:00+00:00,0.925,0.9288899993896484,0.915,0.925,0.9204978179931641,573,0.0,0.0,False 2024-03-19 00:00:00+00:00,0.925,0.9288899993896484,0.9152500152587891,0.925,0.9204978179931641,612,0.0,0.0,False 2024-03-20 00:00:00+00:00,0.925,0.9280000305175782,0.9152500152587891,0.925,0.9204978179931641,19495,0.0,0.0,False 2024-03-21 00:00:00+00:00,0.925,0.9155000305175781,0.9155000305175781,0.925,0.9204978179931641,24620,0.0,0.0,False 2024-03-22 00:00:00+00:00,0.925,0.9275,0.9130000305175782,0.925,0.9204978179931641,22670,0.0,0.0,False 2024-03-25 00:00:00+00:00,0.925,0.9280000305175782,0.9130000305175782,0.925,0.9204978179931641,120,0.0,0.0,False 2024-03-26 00:00:00+00:00,0.925,0.9152500152587891,0.9130000305175782,0.925,0.9204978179931641,13931,0.0,0.0,False 2024-03-27 00:00:00+00:00,0.925,0.9280000305175782,0.9130300140380859,0.925,0.9204978179931641,2128,0.0,0.0,False 2024-03-28 00:00:00+00:00,0.925,0.9265000152587891,0.9265000152587891,0.925,0.9204978179931641,535,0.0,0.0,False 2024-04-02 00:00:00+01:00,0.925,0.9130300140380859,0.9130000305175782,0.925,0.9204978179931641,3387,0.0,0.0,False 2024-04-03 00:00:00+01:00,0.925,0.9265000152587891,0.9130300140380859,0.925,0.9204978179931641,3869,0.0,0.0,False 2024-04-04 00:00:00+01:00,0.925,0.9258999633789062,0.92,0.925,0.9204978179931641,2357,0.0,0.0,False 2024-04-05 00:00:00+01:00,0.925,0.9400000000000001,0.92,0.93,0.9254734802246094,2155,0.0,0.0,False 2024-04-08 00:00:00+01:00,0.93,0.9691999816894531,0.92,0.9500000000000001,0.9453761291503906,29610,0.0,0.0,False 2024-04-09 00:00:00+01:00,0.9500000000000001,1.0175,0.97,0.995,0.9901570892333985,108826,0.0,0.0,False 2024-04-10 00:00:00+01:00,0.995,0.9990000152587891,0.9825,0.995,0.9901570892333985,34129,0.0,0.0,False 2024-04-11 00:00:00+01:00,0.995,0.995,0.9725,0.975,0.9702544403076172,27451,0.0,0.0,False 2024-04-12 00:00:00+01:00,0.965,0.965,0.965,0.965,0.9603031158447266,0,0.0,0.0,False 2024-04-15 00:00:00+01:00,0.965,0.9687999725341797,0.9480999755859375,0.96,0.9553274536132813,170322,0.0,0.0,False 2024-04-16 00:00:00+01:00,0.96,0.9580000305175781,0.9511000061035156,0.96,0.9553274536132813,17850,0.0,0.0,False 2024-04-17 00:00:00+01:00,0.96,0.9569999694824219,0.9500000000000001,0.96,0.9553274536132813,15052,0.0,0.0,False 2024-04-18 00:00:00+01:00,0.96,0.96,0.96,0.96,0.9553274536132813,0,0.0,0.0,False 2024-04-19 00:00:00+01:00,0.96,0.9555500030517579,0.9555500030517579,0.96,0.9553274536132813,2046,0.0,0.0,False 2024-04-22 00:00:00+01:00,0.96,0.954800033569336,0.9504000091552735,0.96,0.9553274536132813,14305,0.0,0.0,False 2024-04-23 00:00:00+01:00,0.975,0.9994000244140625,0.9550000000000001,0.965,0.9603031158447266,183334,0.0,0.0,False 2024-04-24 00:00:00+01:00,0.965,0.98,0.9618000030517578,0.97,0.9652787780761719,59755,0.0,0.0,False 2024-04-25 00:00:00+01:00,0.97,0.98,0.9633000183105469,0.97,0.9652787780761719,11573,0.0,0.0,False 2024-04-26 00:00:00+01:00,0.97,0.98,0.9633000183105469,0.97,0.9652787780761719,39993,0.0,0.0,False 2024-04-29 00:00:00+01:00,0.97,0.975,0.9622000122070312,0.97,0.9652787780761719,69318,0.0,0.0,False 2024-04-30 00:00:00+01:00,0.97,0.975,0.9636000061035156,0.97,0.9652787780761719,42427,0.0,0.0,False 2024-05-01 00:00:00+01:00,0.97,0.9769999694824218,0.9555000305175781,0.97,0.9652787780761719,7865998,0.0,0.0,False 2024-05-02 00:00:00+01:00,0.97,1.078000030517578,0.9680000305175781,1.05,1.0448893737792968,162687,0.0,0.0,False 2024-05-03 00:00:00+01:00,1.045,1.069199981689453,1.045550003051758,1.065,1.0598163604736328,48478,0.0,0.0,False 2024-05-07 00:00:00+01:00,1.065,1.099000015258789,1.05,1.075,1.0697676849365234,118204,0.0,0.0,False 2024-05-08 00:00:00+01:00,1.075,1.0775000000000001,1.05,1.055,1.0498650360107422,37979,0.0,0.0,False 2024-05-09 00:00:00+01:00,1.055,1.07875,1.037699966430664,1.055,1.0498650360107422,25363,0.0,0.0,False 2024-05-10 00:00:00+01:00,1.055,1.079250030517578,1.0426000213623048,1.055,1.0498650360107422,7694,0.0,0.0,False 2024-05-13 00:00:00+01:00,1.055,1.0695999908447267,1.0436000061035156,1.05,1.0448893737792968,10617,0.0,0.0,False 2024-05-14 00:00:00+01:00,1.05,1.08,1.0566000366210937,1.065,1.0598163604736328,53730,0.0,0.0,False 2024-05-15 00:00:00+01:00,1.065,1.076999969482422,1.045,1.07,1.0647920227050782,32523,0.0,0.0,False 2024-05-16 00:00:00+01:00,1.07,1.075999984741211,1.0565000152587891,1.07,1.0647920227050782,3837,0.0,0.0,False 2024-05-17 00:00:00+01:00,1.07,1.075999984741211,1.0519999694824218,1.07,1.0647920227050782,11065,0.0,0.0,False 2024-05-20 00:00:00+01:00,1.07,1.075999984741211,1.0519999694824218,1.07,1.0647920227050782,4512,0.0,0.0,False 2024-05-21 00:00:00+01:00,1.07,1.0744000244140626,1.05,1.07,1.0647920227050782,17006,0.0,0.0,False 2024-05-22 00:00:00+01:00,1.07,1.0666200256347655,1.05,1.06,1.0548406982421876,9744,0.0,0.0,False 2024-05-23 00:00:00+01:00,1.06,1.0677999877929687,1.05,1.06,1.0548406982421876,13641,0.0,0.0,False 2024-05-24 00:00:00+01:00,1.06,1.07,1.053499984741211,1.065,1.0598163604736328,55624,0.0,0.0,False 2024-05-28 00:00:00+01:00,1.065,1.0694999694824219,1.0612000274658204,1.065,1.0598163604736328,21731,0.0,0.0,False 2024-05-29 00:00:00+01:00,1.065,1.0694999694824219,1.0605000305175782,1.065,1.0598163604736328,9520,0.0,0.0,False 2024-05-30 00:00:00+01:00,1.065,1.07,1.06,1.075,1.0697676849365234,22185,0.0,0.0,False 2024-05-31 00:00:00+01:00,1.075,1.088499984741211,1.08,1.075,1.0697676849365234,13988,0.0,0.0,False 2024-06-03 00:00:00+01:00,1.09,1.2263999938964845,1.1080000305175781,1.19,1.184207992553711,181951,0.0,0.0,False 2024-06-04 00:00:00+01:00,1.2,1.2,1.1500000000000001,1.17,1.1643053436279298,81654,0.0,0.0,False 2024-06-05 00:00:00+01:00,1.17,1.1680000305175782,1.1400000000000001,1.165,1.1593296813964844,17555,0.0,0.0,False 2024-06-06 00:00:00+01:00,1.165,1.16,1.105,1.125,1.1195243072509766,38867,0.0,0.0,False 2024-06-07 00:00:00+01:00,1.125,1.17,1.11,1.125,1.1195243072509766,44819,0.0,0.0,False 2024-06-10 00:00:00+01:00,1.125,1.1690000152587892,1.1366000366210938,1.1300000000000001,1.1244999694824218,15645,0.0,0.0,False 2024-06-11 00:00:00+01:00,1.1300000000000001,1.1587999725341798,1.1209999847412109,1.1300000000000001,1.1244999694824218,5979,0.0,0.0,False 2024-06-12 00:00:00+01:00,1.1300000000000001,1.16,1.1132499694824218,1.1300000000000001,1.1244999694824218,25264,0.0,0.0,False 2024-06-13 00:00:00+01:00,1.1300000000000001,1.1425,1.0816200256347657,1.11,1.11,1697600,0.0055000000000000005,0.0,True 2024-06-14 00:00:00+01:00,1.1300000000000001,1.1330000305175782,1.1222000122070312,1.1300000000000001,1.1300000000000001,5898,0.0,0.0,False 2024-06-17 00:00:00+01:00,1.1300000000000001,1.1209999847412109,1.1,1.1300000000000001,1.1300000000000001,24497,0.0,0.0,False 2024-06-18 00:00:00+01:00,1.1300000000000001,1.1165000152587892,1.1,1.1300000000000001,1.1300000000000001,8650,0.0,0.0,False 2024-06-19 00:00:00+01:00,1.1300000000000001,1.11,1.09,1.105,1.105,24447,0.0,0.0,False 2024-06-20 00:00:00+01:00,1.105,1.1,1.09,1.105,1.105,7275,0.0,0.0,False 2024-06-21 00:00:00+01:00,1.105,1.0987999725341797,1.09,1.105,1.105,26502,0.0,0.0,False 2024-06-24 00:00:00+01:00,1.105,1.0987999725341797,1.09,1.105,1.105,28465,0.0,0.0,False 2024-06-25 00:00:00+01:00,1.105,1.0986000061035157,1.09,1.105,1.105,20489,0.0,0.0,False 2024-06-26 00:00:00+01:00,1.105,1.096999969482422,1.09,1.105,1.105,16214,0.0,0.0,False 2024-06-27 00:00:00+01:00,1.105,1.095999984741211,1.083499984741211,1.1,1.1,42601,0.0,0.0,False 2024-06-28 00:00:00+01:00,1.1,1.0916400146484375,1.083499984741211,1.1,1.1,69785,0.0,0.0,False 2024-07-01 00:00:00+01:00,1.1,1.095999984741211,1.083499984741211,1.095,1.095,23441,0.0,0.0,False 2024-07-02 00:00:00+01:00,1.095,1.095800018310547,1.08,1.095,1.095,21623,0.0,0.0,False 2024-07-03 00:00:00+01:00,1.095,1.0931999969482422,1.0840000152587892,1.095,1.095,61632,0.0,0.0,False 2024-07-04 00:00:00+01:00,1.095,1.1,1.0916400146484375,1.095,1.095,35573,0.0,0.0,False 2024-07-05 00:00:00+01:00,1.095,1.1,1.092249984741211,1.095,1.095,4032,0.0,0.0,False 2024-07-08 00:00:00+01:00,1.095,1.098499984741211,1.0840000152587892,1.095,1.095,7056,0.0,0.0,False 2024-07-09 00:00:00+01:00,1.095,1.098000030517578,1.0840000152587892,1.095,1.095,7138,0.0,0.0,False 2024-07-10 00:00:00+01:00,1.095,1.1025,1.0840000152587892,1.095,1.095,39628,0.0,0.0,False 2024-07-11 00:00:00+01:00,1.095,1.108499984741211,1.0825,1.095,1.095,17901,0.0,0.0,False 2024-07-12 00:00:00+01:00,1.1,1.12,1.0925,1.115,1.115,65945,0.0,0.0,False 2024-07-15 00:00:00+01:00,1.12,1.1795999908447266,1.1395999908447265,1.16,1.16,26942,0.0,0.0,False 2024-07-16 00:00:00+01:00,1.16,1.2,1.1501000213623047,1.175,1.175,51249,0.0,0.0,False 2024-07-17 00:00:00+01:00,1.175,1.2175,1.175999984741211,1.21,1.21,30755,0.0,0.0,False 2024-07-18 00:00:00+01:00,1.21,1.2,1.1661199951171874,1.195,1.195,120422,0.0,0.0,False 2024-07-19 00:00:00+01:00,1.205,1.17,1.150999984741211,1.16,1.16,28321,0.0,0.0,False 2024-07-22 00:00:00+01:00,1.16,1.2,1.1575,1.175,1.175,24474,0.0,0.0,False 2024-07-23 00:00:00+01:00,1.175,1.191999969482422,1.167699966430664,1.175,1.175,7473,0.0,0.0,False 2024-07-24 00:00:00+01:00,1.175,1.18,1.168550033569336,1.175,1.175,17429,0.0,0.0,False 2024-07-25 00:00:00+01:00,1.215,1.319199981689453,1.2387999725341796,1.3,1.3,303349,0.0,0.0,False 2024-07-26 00:00:00+01:00,1.3,1.33,1.2960000610351563,1.315,1.315,32451,0.0,0.0,False 2024-07-29 00:00:00+01:00,1.315,1.3789999389648437,1.3055999755859375,1.35,1.35,101774,0.0,0.0,False 2024-07-30 00:00:00+01:00,1.35,1.355,1.325,1.35,1.35,26536,0.0,0.0,False 2024-07-31 00:00:00+01:00,1.35,1.34,1.3355000305175782,1.335,1.335,21062,0.0,0.0,False 2024-08-01 00:00:00+01:00,1.335,1.3519999694824218,1.3355000305175782,1.35,1.35,19273,0.0,0.0,False 2024-08-02 00:00:00+01:00,1.35,1.358800048828125,1.3155000305175781,1.335,1.335,54647,0.0,0.0,False 2024-08-05 00:00:00+01:00,1.335,1.33,1.285,1.31,1.31,65785,0.0,0.0,False 2024-08-06 00:00:00+01:00,1.32,1.3482000732421875,1.3066000366210937,1.32,1.32,11044,0.0,0.0,False 2024-08-07 00:00:00+01:00,1.32,1.346999969482422,1.308800048828125,1.32,1.32,29033,0.0,0.0,False 2024-08-08 00:00:00+01:00,1.32,1.35,1.3111000061035156,1.325,1.325,28034,0.0,0.0,False 2024-08-09 00:00:00+01:00,1.325,1.35,1.316999969482422,1.325,1.325,6340,0.0,0.0,False 2024-08-12 00:00:00+01:00,1.325,1.35,1.3211000061035156,1.325,1.325,17176,0.0,0.0,False 2024-08-13 00:00:00+01:00,1.325,1.3800000000000001,1.33,1.36,1.36,56740,0.0,0.0,False 2024-08-14 00:00:00+01:00,1.36,1.3739999389648438,1.3511000061035157,1.36,1.36,5705,0.0,0.0,False 2024-08-15 00:00:00+01:00,1.36,1.3900000000000001,1.3655000305175782,1.375,1.375,20781,0.0,0.0,False 2024-08-16 00:00:00+01:00,1.375,1.435,1.3755000305175782,1.385,1.385,94362,0.0,0.0,False 2024-08-19 00:00:00+01:00,1.385,1.4000000000000001,1.3866000366210938,1.4000000000000001,1.4000000000000001,19889,0.0,0.0,False 2024-08-20 00:00:00+01:00,1.405,1.399499969482422,1.37,1.4000000000000001,1.4000000000000001,14556,0.0,0.0,False 2024-08-21 00:00:00+01:00,1.4000000000000001,1.398800048828125,1.375,1.4000000000000001,1.4000000000000001,27222,0.0,0.0,False 2024-08-22 00:00:00+01:00,1.396999969482422,1.4039999389648439,1.396999969482422,1.3985499572753906,1.3985499572753906,23380,0.0,0.0,False ================================================ FILE: tests/data/ELCO-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,0.92,0.9269999694824219,0.9,0.915,0.8947348785400391,98045,0.0,0.0 2022-01-05 00:00:00+00:00,0.915,0.93,0.9,0.92,0.8996240997314453,65978,0.0,0.0 2022-01-06 00:00:00+00:00,0.92,0.9400000000000001,0.935,0.935,0.9142919158935547,4000,0.0,0.0 2022-01-07 00:00:00+00:00,0.935,0.9880000305175781,0.9400000000000001,0.9550000000000001,0.9338489532470703,71742,0.0,0.0 2022-01-10 00:00:00+00:00,0.9550000000000001,0.9769999694824218,0.9400000000000001,0.9500000000000001,0.9289596557617188,68270,0.0,0.0 2022-01-11 00:00:00+00:00,0.9500000000000001,0.9940000152587891,0.9380000305175782,0.98,0.9582952117919922,124560,0.0,0.0 2022-01-12 00:00:00+00:00,0.98,1.11,0.97,1.095,1.070748291015625,119017,0.0,0.0 2022-01-13 00:00:00+00:00,1.1,1.1,1.025999984741211,1.035,1.0120772552490234,58087,0.0,0.0 2022-01-14 00:00:00+00:00,1.035,1.05,1.02,1.025,1.002298583984375,12415,0.0,0.0 2022-01-17 00:00:00+00:00,1.025,1.023499984741211,1.005500030517578,1.02,0.997409439086914,12158,0.0,0.0 2022-01-18 00:00:00+00:00,1.02,1.035,1.000999984741211,1.025,1.002298583984375,6605,0.0,0.0 2022-01-19 00:00:00+00:00,1.025,1.03,1.0,1.0150000000000001,0.9925201416015625,20296,0.0,0.0 2022-01-20 00:00:00+00:00,1.0150000000000001,1.014550018310547,0.98,1.0050000000000001,0.9827416229248047,16500,0.0,0.0 2022-01-21 00:00:00+00:00,1.0,0.9905000305175782,0.9503500366210937,0.96,0.9387383270263672,30763,0.0,0.0 2022-01-24 00:00:00+00:00,0.97,0.97,0.9205000305175781,0.9450000000000001,0.9240705108642578,36887,0.0,0.0 2022-01-25 00:00:00+00:00,0.975,0.9999500274658203,0.9500000000000001,0.9500000000000001,0.9289596557617188,45728,0.0,0.0 2022-01-26 00:00:00+00:00,0.965,0.966500015258789,0.9500000000000001,0.965,0.9436274719238281,18153,0.0,0.0 2022-01-27 00:00:00+00:00,0.9550000000000001,0.96,0.9,0.9400000000000001,0.9191812133789062,45081,0.0,0.0 2022-01-28 00:00:00+00:00,0.9400000000000001,0.949800033569336,0.92,0.9400000000000001,0.9191812133789062,9903,0.0,0.0 2022-01-31 00:00:00+00:00,0.9400000000000001,0.97,0.9230000305175782,0.96,0.9387383270263672,48024,0.0,0.0 2022-02-01 00:00:00+00:00,0.96,1.058000030517578,0.969800033569336,1.04,1.0169664001464844,100156,0.0,0.0 2022-02-02 00:00:00+00:00,1.04,1.0425,0.985,1.0,0.9778523254394531,110710,0.0,0.0 2022-02-03 00:00:00+00:00,1.0,0.9837000274658203,0.9500000000000001,0.975,0.9534060668945312,21655,0.0,0.0 2022-02-04 00:00:00+00:00,0.975,0.9829399871826172,0.96,0.975,0.9534060668945312,20969,0.0,0.0 2022-02-07 00:00:00+00:00,0.975,0.9790000152587891,0.9501999664306641,0.965,0.9436274719238281,23152,0.0,0.0 2022-02-08 00:00:00+00:00,0.965,1.009000015258789,0.9520999908447266,0.99,0.9680738067626954,36212,0.0,0.0 2022-02-09 00:00:00+00:00,0.99,0.99,0.9805000305175782,0.985,0.9631845092773438,2849,0.0,0.0 2022-02-10 00:00:00+00:00,0.985,0.9730000305175781,0.9730000305175781,0.985,0.9631845092773438,2683,0.0,0.0 2022-02-11 00:00:00+00:00,0.985,0.979800033569336,0.97,0.985,0.9631845092773438,160800,0.0,0.0 2022-02-14 00:00:00+00:00,0.985,0.9869999694824219,0.9500000000000001,0.96,0.9387383270263672,15814,0.0,0.0 2022-02-15 00:00:00+00:00,0.96,0.98,0.9400000000000001,0.965,0.9436274719238281,39488,0.0,0.0 2022-02-16 00:00:00+00:00,0.965,0.9990000152587891,0.975,0.99,0.9680738067626954,13343,0.0,0.0 2022-02-17 00:00:00+00:00,0.99,0.9805000305175782,0.98,0.98,0.9582952117919922,4600,0.0,0.0 2022-02-18 00:00:00+00:00,0.98,0.9630000305175781,0.961999969482422,0.98,0.9582952117919922,30000,0.0,0.0 2022-02-21 00:00:00+00:00,0.98,1.0,1.0,0.98,0.9582952117919922,500,0.0,0.0 2022-02-22 00:00:00+00:00,0.98,0.9780000305175781,0.96,0.98,0.9582952117919922,2773,0.0,0.0 2022-02-23 00:00:00+00:00,0.98,0.98,0.98,0.98,0.9582952117919922,0,0.0,0.0 2022-02-24 00:00:00+00:00,0.9400000000000001,0.96,0.8575,0.9,0.880067138671875,102557,0.0,0.0 2022-02-25 00:00:00+00:00,0.9,0.9169999694824219,0.88,0.91,0.8898456573486329,33997,0.0,0.0 2022-02-28 00:00:00+00:00,0.91,0.9026000213623047,0.8905000305175781,0.9,0.880067138671875,11032,0.0,0.0 2022-03-01 00:00:00+00:00,0.9,0.8953299713134766,0.8953299713134766,0.9,0.880067138671875,2501,0.0,0.0 2022-03-02 00:00:00+00:00,0.9,0.894000015258789,0.885,0.9,0.880067138671875,20197,0.0,0.0 2022-03-03 00:00:00+00:00,0.9,0.885,0.880999984741211,0.9,0.880067138671875,48658,0.0,0.0 2022-03-04 00:00:00+00:00,0.9,0.8804000091552735,0.86,0.88,0.8605100250244141,103469,0.0,0.0 2022-03-07 00:00:00+00:00,0.88,0.86,0.8325,0.835,0.8165067291259765,27750,0.0,0.0 2022-03-08 00:00:00+00:00,0.835,0.8238999938964844,0.8238999938964844,0.835,0.8165067291259765,200,0.0,0.0 2022-03-09 00:00:00+00:00,0.835,0.92,0.8490000152587891,0.9,0.880067138671875,47863,0.0,0.0 2022-03-10 00:00:00+00:00,0.9,0.9,0.9,0.9,0.880067138671875,2500,0.0,0.0 2022-03-11 00:00:00+00:00,0.9,0.9494999694824219,0.909000015258789,0.935,0.9142919158935547,34000,0.0,0.0 2022-03-14 00:00:00+00:00,0.935,1.02,0.9165000152587891,1.0,0.9778523254394531,34843,0.0,0.0 2022-03-15 00:00:00+00:00,1.0,0.9884999847412109,0.966500015258789,0.975,0.9534060668945312,6891,0.0,0.0 2022-03-16 00:00:00+00:00,0.975,0.9990000152587891,0.9500000000000001,0.965,0.9436274719238281,24394,0.0,0.0 2022-03-17 00:00:00+00:00,0.965,0.9990000152587891,0.9780000305175781,0.975,0.9534060668945312,5642,0.0,0.0 2022-03-18 00:00:00+00:00,0.975,1.075,0.9990000152587891,1.05,1.0267449951171874,43022,0.0,0.0 2022-03-21 00:00:00+00:00,1.05,1.058000030517578,1.0336000061035155,1.04,1.0169664001464844,16555,0.0,0.0 2022-03-22 00:00:00+00:00,1.04,1.02,1.0025,1.0150000000000001,0.9925201416015625,76416,0.0,0.0 2022-03-23 00:00:00+00:00,1.0150000000000001,1.0475,1.03,1.025,1.002298583984375,2459,0.0,0.0 2022-03-24 00:00:00+00:00,1.025,1.05,1.05,1.025,1.002298583984375,5000,0.0,0.0 2022-03-25 00:00:00+00:00,1.025,1.05,1.0248600006103517,1.035,1.0120772552490234,24123,0.0,0.0 2022-03-28 00:00:00+01:00,1.03,1.03,1.03,1.03,1.0071878814697266,0,0.0,0.0 2022-03-29 00:00:00+01:00,1.03,1.0498999786376952,1.0,1.0050000000000001,0.9827416229248047,26554,0.0,0.0 2022-03-30 00:00:00+01:00,1.0,1.03,0.9863999938964844,1.0050000000000001,0.9827416229248047,17796,0.0,0.0 2022-03-31 00:00:00+01:00,1.025,1.046999969482422,1.0,1.01,0.9876308441162109,42455,0.0,0.0 2022-04-01 00:00:00+01:00,1.01,1.0001000213623048,0.93,0.9400000000000001,0.9191812133789062,51097,0.0,0.0 2022-04-04 00:00:00+01:00,0.935,1.0,0.9,0.925,0.9045134735107422,53484,0.0,0.0 2022-04-05 00:00:00+01:00,0.925,0.9475,0.91,0.935,0.9142919158935547,70586,0.0,0.0 2022-04-06 00:00:00+01:00,0.935,0.9490000152587891,0.9175,0.935,0.9142919158935547,53083,0.0,0.0 2022-04-07 00:00:00+01:00,0.935,0.9259999847412109,0.9259999847412109,0.935,0.9142919158935547,6834,0.0,0.0 2022-04-08 00:00:00+01:00,0.935,0.9872299957275391,0.9259999847412109,0.935,0.9142919158935547,55789,0.0,0.0 2022-04-11 00:00:00+01:00,0.935,0.9686000061035156,0.9309999847412109,0.935,0.9142919158935547,29416,0.0,0.0 2022-04-12 00:00:00+01:00,0.935,0.98,0.935,0.9500000000000001,0.9289596557617188,14885,0.0,0.0 2022-04-13 00:00:00+01:00,0.9500000000000001,1.0,0.96,0.975,0.9534060668945312,12570,0.0,0.0 2022-04-14 00:00:00+01:00,0.975,1.02,0.985,0.985,0.9631845092773438,4886,0.0,0.0 2022-04-19 00:00:00+01:00,0.985,1.04,0.9695999908447266,0.985,0.9631845092773438,57464,0.0,0.0 2022-04-20 00:00:00+01:00,0.985,1.04,1.0052999877929687,1.01,0.9876308441162109,26596,0.0,0.0 2022-04-21 00:00:00+01:00,1.02,1.0144000244140625,1.0005000305175782,0.995,0.9729630279541016,7550,0.0,0.0 2022-04-22 00:00:00+01:00,0.995,1.0144000244140625,0.9812500000000001,0.99,0.9680738067626954,6605,0.0,0.0 2022-04-25 00:00:00+01:00,0.99,0.99,0.9409999847412109,0.9500000000000001,0.9289596557617188,27368,0.0,0.0 2022-04-26 00:00:00+01:00,0.9500000000000001,0.965999984741211,0.93,0.9450000000000001,0.9240705108642578,32750,0.0,0.0 2022-04-27 00:00:00+01:00,0.9450000000000001,0.96,0.9400000000000001,0.9450000000000001,0.9240705108642578,22200,0.0,0.0 2022-04-28 00:00:00+01:00,0.9450000000000001,0.98,0.9590000152587891,0.96,0.9387383270263672,8800,0.0,0.0 2022-04-29 00:00:00+01:00,0.96,0.9400000000000001,0.9400000000000001,0.96,0.9387383270263672,3056,0.0,0.0 2022-05-03 00:00:00+01:00,0.96,0.9415000152587891,0.93,0.935,0.9142919158935547,21654,0.0,0.0 2022-05-04 00:00:00+01:00,0.935,0.9400000000000001,0.9004000091552734,0.92,0.8996240997314453,14984,0.0,0.0 2022-05-05 00:00:00+01:00,0.92,0.92,0.9,0.915,0.8947348785400391,24539,0.0,0.0 2022-05-06 00:00:00+01:00,0.915,0.919000015258789,0.9022000122070313,0.915,0.8947348785400391,7646,0.0,0.0 2022-05-09 00:00:00+01:00,0.915,0.919000015258789,0.88,0.9,0.880067138671875,18500,0.0,0.0 2022-05-10 00:00:00+01:00,0.9,0.9,0.9,0.9,0.880067138671875,0,0.0,0.0 2022-05-11 00:00:00+01:00,0.9,0.92,0.885999984741211,0.905,0.8849563598632812,24240,0.0,0.0 2022-05-12 00:00:00+01:00,0.905,0.895,0.8580000305175781,0.87,0.8507315063476563,28368,0.0,0.0 2022-05-13 00:00:00+01:00,0.87,0.92,0.8840000152587891,0.9,0.880067138671875,26837,0.0,0.0 2022-05-16 00:00:00+01:00,0.9,0.9400000000000001,0.92,0.925,0.9045134735107422,25735,0.0,0.0 2022-05-17 00:00:00+01:00,0.925,0.925,0.925,0.925,0.9045134735107422,0,0.0,0.0 2022-05-18 00:00:00+01:00,0.925,0.9290000152587891,0.92,0.925,0.9045134735107422,11257,0.0,0.0 2022-05-19 00:00:00+01:00,0.925,0.9,0.88,0.895,0.8751778411865234,15500,0.0,0.0 2022-05-20 00:00:00+01:00,0.895,0.91,0.8830000305175781,0.89,0.8702885437011719,13750,0.0,0.0 2022-05-23 00:00:00+01:00,0.89,0.89,0.89,0.89,0.8702885437011719,0,0.0,0.0 2022-05-24 00:00:00+01:00,0.89,0.9,0.9,0.89,0.8702885437011719,775,0.0,0.0 2022-05-25 00:00:00+01:00,0.885,0.8786399841308594,0.8775000000000001,0.885,0.8653992462158203,20768,0.0,0.0 2022-05-26 00:00:00+01:00,0.885,0.8951999664306641,0.885,0.89,0.8702885437011719,18138,0.0,0.0 2022-05-27 00:00:00+01:00,0.89,0.885,0.885,0.89,0.8702885437011719,287,0.0,0.0 2022-05-30 00:00:00+01:00,0.89,0.8865000152587891,0.8865000152587891,0.89,0.8702885437011719,6922,0.0,0.0 2022-05-31 00:00:00+01:00,0.89,0.895,0.895,0.89,0.8702885437011719,500,0.0,0.0 2022-06-01 00:00:00+01:00,0.89,0.894000015258789,0.8613099670410156,0.87,0.8545722961425781,27668,0.4,0.0 2022-06-06 00:00:00+01:00,0.87,0.8776000213623047,0.85,0.865,0.8496609497070313,40006,0.0,0.0 2022-06-07 00:00:00+01:00,0.865,0.865,0.8506099700927735,0.865,0.8496609497070313,26978,0.0,0.0 2022-06-08 00:00:00+01:00,0.865,0.865,0.865,0.865,0.8496609497070313,0,0.0,0.0 2022-06-09 00:00:00+01:00,0.865,0.8518000030517578,0.8518000030517578,0.865,0.8496609497070313,1143,0.0,0.0 2022-06-10 00:00:00+01:00,0.865,0.8640000152587891,0.84,0.855,0.8398383331298829,129192,0.0,0.0 2022-06-13 00:00:00+01:00,0.855,0.855,0.805,0.8250000000000001,0.8103703308105469,22293,0.0,0.0 2022-06-14 00:00:00+01:00,0.8250000000000001,0.81,0.81,0.8150000000000001,0.8005475616455078,565,0.0,0.0 2022-06-15 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.81,0.795636215209961,495,0.0,0.0 2022-06-16 00:00:00+01:00,0.81,0.8022000122070313,0.7871800231933594,0.805,0.7907248687744141,15185,0.0,0.0 2022-06-17 00:00:00+01:00,0.805,0.8,0.7719999694824219,0.775,0.7612568664550782,5500,0.0,0.0 2022-06-20 00:00:00+01:00,0.775,0.7925,0.73,0.755,0.7416115570068359,27077,0.0,0.0 2022-06-21 00:00:00+01:00,0.755,0.7490000152587891,0.73,0.755,0.7416115570068359,5142,0.0,0.0 2022-06-22 00:00:00+01:00,0.755,0.7469999694824219,0.7000000000000001,0.715,0.7023209381103516,25283,0.0,0.0 2022-06-23 00:00:00+01:00,0.715,0.729800033569336,0.7180000305175781,0.725,0.7121435546875,24392,0.0,0.0 2022-06-24 00:00:00+01:00,0.725,0.7298799896240235,0.72,0.73,0.7170549011230469,2126,0.0,0.0 2022-06-27 00:00:00+01:00,0.73,0.7619999694824219,0.7397599792480469,0.75,0.7367002868652344,37832,0.0,0.0 2022-06-28 00:00:00+01:00,0.75,0.76,0.76,0.75,0.7367002868652344,425,0.0,0.0 2022-06-29 00:00:00+01:00,0.75,0.7330000305175781,0.7330000305175781,0.75,0.7367002868652344,2603,0.0,0.0 2022-06-30 00:00:00+01:00,0.745,0.7590000152587891,0.7000000000000001,0.73,0.7170549011230469,12927,0.0,0.0 2022-07-01 00:00:00+01:00,0.73,0.73,0.73,0.73,0.7170549011230469,0,0.0,0.0 2022-07-04 00:00:00+01:00,0.73,0.73,0.73,0.73,0.7170549011230469,0,0.0,0.0 2022-07-05 00:00:00+01:00,0.73,0.71,0.71,0.73,0.7170549011230469,600,0.0,0.0 2022-07-06 00:00:00+01:00,0.725,0.7225,0.7225,0.715,0.7023209381103516,207,0.0,0.0 2022-07-07 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0 2022-07-08 00:00:00+01:00,0.715,0.70125,0.70125,0.715,0.7023209381103516,408,0.0,0.0 2022-07-11 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0 2022-07-12 00:00:00+01:00,0.715,0.7090000152587891,0.7090000152587891,0.715,0.7023209381103516,464,0.0,0.0 2022-07-13 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,0,0.0,0.0 2022-07-14 00:00:00+01:00,0.715,0.715,0.715,0.715,0.7023209381103516,650000,0.0,0.0 2022-07-15 00:00:00+01:00,0.715,0.7087999725341797,0.7087999725341797,0.715,0.7023209381103516,6000,0.0,0.0 2022-07-18 00:00:00+01:00,0.715,0.7000000000000001,0.7000000000000001,0.71,0.6974095916748047,25000,0.0,0.0 2022-07-19 00:00:00+01:00,0.71,0.705,0.705,0.71,0.6974095916748047,4255,0.0,0.0 2022-07-20 00:00:00+01:00,0.71,0.7000000000000001,0.67125,0.685,0.6728529357910157,550329,0.0,0.0 2022-07-21 00:00:00+01:00,0.685,0.7000000000000001,0.68,0.71,0.6974095916748047,30000,0.0,0.0 2022-07-22 00:00:00+01:00,0.71,0.6833000183105469,0.6833000183105469,0.71,0.6974095916748047,6577,0.0,0.0 2022-07-25 00:00:00+01:00,0.71,0.71,0.6841999816894532,0.7000000000000001,0.6875868988037109,185610,0.0,0.0 2022-07-26 00:00:00+01:00,0.7000000000000001,0.71,0.6833000183105469,0.7000000000000001,0.6875868988037109,2577640,0.0,0.0 2022-07-27 00:00:00+01:00,0.71,0.6975,0.67,0.6900000000000001,0.6777642822265625,63760,0.0,0.0 2022-07-28 00:00:00+01:00,0.6900000000000001,0.6980000305175781,0.6814399719238281,0.6950000000000001,0.6826755523681641,510785,0.0,0.0 2022-07-29 00:00:00+01:00,0.6950000000000001,0.7055000305175781,0.6872000122070313,0.7000000000000001,0.6875868988037109,8906,0.0,0.0 2022-08-01 00:00:00+01:00,0.7000000000000001,0.6950000000000001,0.6950000000000001,0.7000000000000001,0.6875868988037109,108,0.0,0.0 2022-08-02 00:00:00+01:00,0.7000000000000001,0.71,0.71,0.7000000000000001,0.6875868988037109,3500,0.0,0.0 2022-08-03 00:00:00+01:00,0.7000000000000001,0.715999984741211,0.6950000000000001,0.7000000000000001,0.6875868988037109,11709,0.0,0.0 2022-08-04 00:00:00+01:00,0.7000000000000001,0.715999984741211,0.6950000000000001,0.7000000000000001,0.6875868988037109,9516,0.0,0.0 2022-08-05 00:00:00+01:00,0.7000000000000001,0.72,0.7000000000000001,0.72,0.7072322845458985,37933,0.0,0.0 2022-08-08 00:00:00+01:00,0.72,0.7025,0.7025,0.71,0.6974095916748047,25000,0.0,0.0 2022-08-09 00:00:00+01:00,0.71,0.710999984741211,0.7000000000000001,0.71,0.6974095916748047,23133,0.0,0.0 2022-08-10 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0 2022-08-11 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0 2022-08-12 00:00:00+01:00,0.71,0.7094000244140625,0.7090000152587891,0.71,0.6974095916748047,1187,0.0,0.0 2022-08-15 00:00:00+01:00,0.71,0.7090000152587891,0.7000000000000001,0.71,0.6974095916748047,962,0.0,0.0 2022-08-16 00:00:00+01:00,0.71,0.7087999725341797,0.7001999664306641,0.71,0.6974095916748047,1486,0.0,0.0 2022-08-17 00:00:00+01:00,0.71,0.7080000305175781,0.7002999877929688,0.71,0.6974095916748047,2932,0.0,0.0 2022-08-18 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,2000,0.0,0.0 2022-08-19 00:00:00+01:00,0.71,0.7069000244140625,0.7069000244140625,0.71,0.6974095916748047,1500,0.0,0.0 2022-08-22 00:00:00+01:00,0.71,0.7069000244140625,0.7069000244140625,0.71,0.6974095916748047,127,0.0,0.0 2022-08-23 00:00:00+01:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.6974095916748047,200,0.0,0.0 2022-08-24 00:00:00+01:00,0.71,0.71,0.7002999877929688,0.71,0.6974095916748047,928609,0.0,0.0 2022-08-25 00:00:00+01:00,0.71,0.7000000000000001,0.7000000000000001,0.7000000000000001,0.6875868988037109,26906,0.0,0.0 2022-08-26 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,3,0.0,0.0 2022-08-30 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,59084,0.0,0.0 2022-08-31 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,405,0.0,0.0 2022-09-01 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,5709,0.0,0.0 2022-09-02 00:00:00+01:00,0.71,0.71,0.7002999877929688,0.71,0.6974095916748047,442539,0.0,0.0 2022-09-05 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0 2022-09-06 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,10005,0.0,0.0 2022-09-07 00:00:00+01:00,0.71,0.7069999694824219,0.7002999877929688,0.71,0.6974095916748047,2474,0.0,0.0 2022-09-08 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,6000,0.0,0.0 2022-09-09 00:00:00+01:00,0.71,0.7002999877929688,0.7002999877929688,0.71,0.6974095916748047,18221,0.0,0.0 2022-09-12 00:00:00+01:00,0.7000000000000001,0.7069999694824219,0.7000000000000001,0.705,0.6924982452392578,80751,0.0,0.0 2022-09-13 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.71,0.6974095916748047,209770,0.0,0.0 2022-09-14 00:00:00+01:00,0.71,0.7073400115966797,0.7000000000000001,0.71,0.6974095916748047,149276,0.0,0.0 2022-09-15 00:00:00+01:00,0.71,0.71,0.71,0.71,0.6974095916748047,0,0.0,0.0 2022-09-16 00:00:00+01:00,0.71,0.705,0.7000000000000001,0.71,0.6974095916748047,30012,0.0,0.0 2022-09-20 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.71,0.6974095916748047,30141,0.0,0.0 2022-09-21 00:00:00+01:00,0.71,0.7066000366210937,0.6900000000000001,0.7000000000000001,0.6875868988037109,75808,0.0,0.0 2022-09-22 00:00:00+01:00,0.7000000000000001,0.6895999908447266,0.68,0.7000000000000001,0.6895570373535156,20300,0.2,0.0 2022-09-23 00:00:00+01:00,0.7000000000000001,0.6900000000000001,0.6819999694824219,0.6819999694824219,0.6718255615234375,3934,0.0,0.0 2022-09-26 00:00:00+01:00,0.7000000000000001,0.68,0.68,0.68,0.6698554229736329,2282,0.0,0.0 2022-09-27 00:00:00+01:00,0.6950000000000001,0.6950000000000001,0.6950000000000001,0.6950000000000001,0.6846317291259766,0,0.0,0.0 2022-09-28 00:00:00+01:00,0.6950000000000001,0.67,0.65,0.66,0.6501538848876953,11790,0.0,0.0 2022-09-29 00:00:00+01:00,0.66,0.67,0.62,0.655,0.6452284240722657,75809,0.0,0.0 2022-09-30 00:00:00+01:00,0.655,0.7000000000000001,0.668499984741211,0.7000000000000001,0.6895570373535156,23650,0.0,0.0 2022-10-03 00:00:00+01:00,0.665,0.675,0.67,0.675,0.6649301147460938,8514,0.0,0.0 2022-10-04 00:00:00+01:00,0.675,0.6900000000000001,0.6677999877929688,0.675,0.6649301147460938,3552,0.0,0.0 2022-10-05 00:00:00+01:00,0.675,0.6900000000000001,0.6900000000000001,0.675,0.6649301147460938,217,0.0,0.0 2022-10-06 00:00:00+01:00,0.675,0.6990000152587891,0.6644000244140625,0.68,0.6698554229736329,7714,0.0,0.0 2022-10-07 00:00:00+01:00,0.68,0.64125,0.62,0.635,0.6255267715454101,51369,0.0,0.0 2022-10-10 00:00:00+01:00,0.635,0.65,0.6419000244140625,0.65,0.6403030395507813,25783,0.0,0.0 2022-10-11 00:00:00+01:00,0.65,0.659000015258789,0.659000015258789,0.65,0.6403030395507813,570,0.0,0.0 2022-10-12 00:00:00+01:00,0.65,0.6676000213623047,0.6676000213623047,0.66,0.6501538848876953,301,0.0,0.0 2022-10-13 00:00:00+01:00,0.66,0.66,0.66,0.66,0.6501538848876953,0,0.0,0.0 2022-10-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.6501538848876953,716,0.0,0.0 2022-10-17 00:00:00+01:00,0.66,0.6787999725341797,0.66,0.665,0.6550791931152344,6011,0.0,0.0 2022-10-18 00:00:00+01:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0 2022-10-19 00:00:00+01:00,0.665,0.6787999725341797,0.6787999725341797,0.665,0.6550791931152344,152,0.0,0.0 2022-10-20 00:00:00+01:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0 2022-10-21 00:00:00+01:00,0.665,0.6509999847412109,0.6509999847412109,0.665,0.6550791931152344,12000,0.0,0.0 2022-10-24 00:00:00+01:00,0.665,0.6598999786376953,0.6598999786376953,0.665,0.6550791931152344,10000,0.0,0.0 2022-10-25 00:00:00+01:00,0.665,0.65,0.65,0.665,0.6550791931152344,20000,0.0,0.0 2022-10-26 00:00:00+01:00,0.665,0.68,0.6598999786376953,0.665,0.6550791931152344,3443,0.0,0.0 2022-10-27 00:00:00+01:00,0.665,0.66,0.62,0.66,0.6501538848876953,97284,0.0,0.0 2022-10-28 00:00:00+01:00,0.665,0.664000015258789,0.664000015258789,0.665,0.6550791931152344,100,0.0,0.0 2022-10-31 00:00:00+00:00,0.665,0.664000015258789,0.664000015258789,0.665,0.6550791931152344,1500,0.0,0.0 2022-11-01 00:00:00+00:00,0.665,0.675,0.675,0.665,0.6550791931152344,25000,0.0,0.0 2022-11-02 00:00:00+00:00,0.665,0.6737000274658204,0.655,0.665,0.6550791931152344,7459,0.0,0.0 2022-11-03 00:00:00+00:00,0.665,0.65,0.65,0.665,0.6550791931152344,2500,0.0,0.0 2022-11-04 00:00:00+00:00,0.665,0.68,0.65,0.665,0.6550791931152344,12397,0.0,0.0 2022-11-07 00:00:00+00:00,0.665,0.67,0.665,0.665,0.6550791931152344,33456,0.0,0.0 2022-11-08 00:00:00+00:00,0.665,0.6769999694824219,0.665,0.665,0.6550791931152344,25847,0.0,0.0 2022-11-09 00:00:00+00:00,0.665,0.665,0.665,0.665,0.6550791931152344,0,0.0,0.0 2022-11-10 00:00:00+00:00,0.665,0.72,0.6650299835205078,0.7000000000000001,0.6895570373535156,141500,0.0,0.0 2022-11-11 00:00:00+00:00,0.7000000000000001,0.725,0.725,0.705,0.6944824981689454,2500,0.0,0.0 2022-11-14 00:00:00+00:00,0.705,0.7275,0.6965000152587891,0.705,0.6944824981689454,8317,0.0,0.0 2022-11-15 00:00:00+00:00,0.705,0.73,0.6980000305175781,0.715,0.704333267211914,6674,0.0,0.0 2022-11-16 00:00:00+00:00,0.715,0.73,0.73,0.715,0.704333267211914,68,0.0,0.0 2022-11-17 00:00:00+00:00,0.715,0.73,0.73,0.715,0.704333267211914,713,0.0,0.0 2022-11-18 00:00:00+00:00,0.715,0.7000000000000001,0.68,0.715,0.704333267211914,204878,0.0,0.0 2022-11-21 00:00:00+00:00,0.715,0.6950000000000001,0.6950000000000001,0.715,0.704333267211914,1035,0.0,0.0 2022-11-22 00:00:00+00:00,0.715,0.6950000000000001,0.6900000000000001,0.715,0.704333267211914,8077,0.0,0.0 2022-11-23 00:00:00+00:00,0.715,0.7225,0.6919999694824219,0.715,0.704333267211914,8745,0.0,0.0 2022-11-24 00:00:00+00:00,0.715,0.7225,0.6900000000000001,0.715,0.704333267211914,7000,0.0,0.0 2022-11-25 00:00:00+00:00,0.715,0.7000000000000001,0.6951000213623048,0.7000000000000001,0.6895570373535156,50000,0.0,0.0 2022-11-28 00:00:00+00:00,0.715,0.7000000000000001,0.6955000305175781,0.7000000000000001,0.6895570373535156,37102,0.0,0.0 2022-11-29 00:00:00+00:00,0.715,0.715,0.715,0.715,0.704333267211914,0,0.0,0.0 2022-11-30 00:00:00+00:00,0.715,0.7000000000000001,0.6955999755859376,0.7000000000000001,0.6895570373535156,55622,0.0,0.0 2022-12-01 00:00:00+00:00,0.715,0.725,0.7000000000000001,0.72,0.7092587280273438,24278,0.0,0.0 2022-12-02 00:00:00+00:00,0.72,0.705,0.705,0.72,0.7092587280273438,3699,0.0,0.0 2022-12-05 00:00:00+00:00,0.72,0.72,0.72,0.72,0.7092587280273438,0,0.0,0.0 2022-12-06 00:00:00+00:00,0.72,0.705,0.7002999877929688,0.715,0.704333267211914,37500,0.0,0.0 2022-12-07 00:00:00+00:00,0.715,0.7180000305175781,0.7180000305175781,0.715,0.704333267211914,208,0.0,0.0 2022-12-08 00:00:00+00:00,0.715,0.7180000305175781,0.7180000305175781,0.715,0.704333267211914,1500,0.0,0.0 2022-12-09 00:00:00+00:00,0.715,0.7180000305175781,0.715,0.715,0.704333267211914,80838,0.0,0.0 2022-12-12 00:00:00+00:00,0.715,0.715,0.7000000000000001,0.71,0.699407958984375,324766,0.0,0.0 2022-12-13 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.699407958984375,3000,0.0,0.0 2022-12-14 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.71,0.699407958984375,2769,0.0,0.0 2022-12-15 00:00:00+00:00,0.71,0.7000000000000001,0.7000000000000001,0.705,0.6944824981689454,13101,0.0,0.0 2022-12-16 00:00:00+00:00,0.705,0.6900000000000001,0.68,0.6900000000000001,0.6797062683105469,16000,0.0,0.0 2022-12-19 00:00:00+00:00,0.6900000000000001,0.7000000000000001,0.6819999694824219,0.7000000000000001,0.6895570373535156,32481,0.0,0.0 2022-12-20 00:00:00+00:00,0.6900000000000001,0.7000000000000001,0.6819999694824219,0.6900000000000001,0.6797062683105469,15564,0.0,0.0 2022-12-21 00:00:00+00:00,0.6900000000000001,0.6940000152587891,0.6940000152587891,0.6900000000000001,0.6797062683105469,72,0.0,0.0 2022-12-22 00:00:00+00:00,0.6900000000000001,0.68,0.68,0.6900000000000001,0.6797062683105469,5023,0.0,0.0 2022-12-23 00:00:00+00:00,0.6900000000000001,0.6930000305175782,0.6930000305175782,0.685,0.6747808837890625,3000,0.0,0.0 2022-12-28 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0 2022-12-29 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0 2022-12-30 00:00:00+00:00,0.685,0.6940000152587891,0.6930000305175782,0.685,0.6747808837890625,9000,0.0,0.0 2023-01-03 00:00:00+00:00,0.685,0.6718000030517578,0.6609999847412109,0.685,0.6747808837890625,22494,0.0,0.0 2023-01-04 00:00:00+00:00,0.685,0.6880000305175782,0.6609999847412109,0.685,0.6747808837890625,55179,0.0,0.0 2023-01-05 00:00:00+00:00,0.685,0.67,0.6623999786376953,0.68,0.6698554229736329,19957,0.0,0.0 2023-01-06 00:00:00+00:00,0.68,0.685,0.6644000244140625,0.68,0.6698554229736329,3702,0.0,0.0 2023-01-09 00:00:00+00:00,0.68,0.67,0.67,0.68,0.6698554229736329,991,0.0,0.0 2023-01-10 00:00:00+00:00,0.68,0.6655999755859375,0.6655999755859375,0.68,0.6698554229736329,3501,0.0,0.0 2023-01-11 00:00:00+00:00,0.68,0.68,0.68,0.68,0.6698554229736329,0,0.0,0.0 2023-01-12 00:00:00+00:00,0.68,0.7000000000000001,0.685,0.685,0.6747808837890625,23000,0.0,0.0 2023-01-13 00:00:00+00:00,0.685,0.6969999694824219,0.67,0.685,0.6747808837890625,45228,0.0,0.0 2023-01-16 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0 2023-01-17 00:00:00+00:00,0.685,0.6733000183105469,0.67,0.685,0.6747808837890625,54084,0.0,0.0 2023-01-18 00:00:00+00:00,0.685,0.6959999847412109,0.67,0.685,0.6747808837890625,8613,0.0,0.0 2023-01-19 00:00:00+00:00,0.685,0.6959999847412109,0.6959999847412109,0.685,0.6747808837890625,368,0.0,0.0 2023-01-20 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0 2023-01-23 00:00:00+00:00,0.685,0.685,0.685,0.685,0.6747808837890625,0,0.0,0.0 2023-01-24 00:00:00+00:00,0.685,0.73,0.7000000000000001,0.715,0.704333267211914,55487,0.0,0.0 2023-01-25 00:00:00+00:00,0.715,0.7080999755859375,0.6969999694824219,0.6950000000000001,0.6846317291259766,20693,0.0,0.0 2023-01-26 00:00:00+00:00,0.6950000000000001,0.7169999694824218,0.6969999694824219,0.705,0.6944824981689454,16750,0.0,0.0 2023-01-27 00:00:00+00:00,0.705,0.7240000152587891,0.7000000000000001,0.715,0.704333267211914,8447,0.0,0.0 2023-01-30 00:00:00+00:00,0.715,0.73,0.7155000305175782,0.73,0.7191095733642578,94119,0.0,0.0 2023-01-31 00:00:00+00:00,0.725,0.75,0.720999984741211,0.74,0.7289603424072266,28841,0.0,0.0 2023-02-01 00:00:00+00:00,0.735,0.75,0.7391999816894531,0.74,0.7289603424072266,8819,0.0,0.0 2023-02-02 00:00:00+00:00,0.74,0.7697000122070312,0.75,0.755,0.7437365722656251,15688,0.0,0.0 2023-02-03 00:00:00+00:00,0.755,0.81,0.762509994506836,0.79,0.7782144165039062,65423,0.0,0.0 2023-02-06 00:00:00+00:00,0.79,0.7944999694824219,0.79,0.79,0.7782144165039062,10531,0.0,0.0 2023-02-07 00:00:00+00:00,0.79,0.7909999847412109,0.7909999847412109,0.79,0.7782144165039062,3000,0.0,0.0 2023-02-08 00:00:00+00:00,0.79,0.8,0.7881999969482422,0.79,0.7782144165039062,57665,0.0,0.0 2023-02-09 00:00:00+00:00,0.79,0.8250000000000001,0.8,0.8250000000000001,0.8126922607421875,39500,0.0,0.0 2023-02-10 00:00:00+00:00,0.8250000000000001,0.8155000305175781,0.8155000305175781,0.8250000000000001,0.8126922607421875,2796,0.0,0.0 2023-02-13 00:00:00+00:00,0.8250000000000001,0.85,0.82125,0.8300000000000001,0.8176176452636719,16352,0.0,0.0 2023-02-14 00:00:00+00:00,0.8300000000000001,0.8444999694824219,0.8180000305175782,0.8300000000000001,0.8176176452636719,25671,0.0,0.0 2023-02-15 00:00:00+00:00,0.8300000000000001,0.8444999694824219,0.8104000091552734,0.8300000000000001,0.8176176452636719,4932,0.0,0.0 2023-02-16 00:00:00+00:00,0.8300000000000001,0.81,0.81,0.8300000000000001,0.8176176452636719,20000,0.0,0.0 2023-02-17 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.8176176452636719,0,0.0,0.0 2023-02-20 00:00:00+00:00,0.8300000000000001,0.8390000152587891,0.81,0.8300000000000001,0.8176176452636719,23057,0.0,0.0 2023-02-21 00:00:00+00:00,0.8300000000000001,0.8109999847412109,0.8,0.8150000000000001,0.8028414916992188,18160,0.0,0.0 2023-02-22 00:00:00+00:00,0.8150000000000001,0.8140000152587891,0.77,0.78,0.7683636474609375,26582,0.0,0.0 2023-02-23 00:00:00+00:00,0.775,0.7889199829101563,0.7519999694824219,0.77,0.7585127258300781,36693,0.0,0.0 2023-02-24 00:00:00+00:00,0.77,0.77,0.77,0.77,0.7585127258300781,0,0.0,0.0 2023-02-27 00:00:00+00:00,0.77,0.78,0.7578600311279297,0.78,0.7683636474609375,8654,0.0,0.0 2023-02-28 00:00:00+00:00,0.78,0.7869999694824219,0.7869999694824219,0.78,0.7683636474609375,8894,0.0,0.0 2023-03-01 00:00:00+00:00,0.78,0.7859999847412109,0.7655000305175781,0.78,0.7683636474609375,12504,0.0,0.0 2023-03-02 00:00:00+00:00,0.78,0.76,0.76,0.77,0.7585127258300781,1951,0.0,0.0 2023-03-03 00:00:00+00:00,0.77,0.76,0.75,0.755,0.7437365722656251,8183,0.0,0.0 2023-03-06 00:00:00+00:00,0.755,0.76,0.76,0.755,0.7437365722656251,4275,0.0,0.0 2023-03-07 00:00:00+00:00,0.755,0.74125,0.74125,0.755,0.7437365722656251,100,0.0,0.0 2023-03-08 00:00:00+00:00,0.755,0.7415000152587891,0.74125,0.755,0.7437365722656251,16638,0.0,0.0 2023-03-09 00:00:00+00:00,0.755,0.765,0.7415000152587891,0.755,0.7437365722656251,33478,0.0,0.0 2023-03-10 00:00:00+00:00,0.755,0.75,0.7416500091552735,0.75,0.7388111114501953,14811,0.0,0.0 2023-03-13 00:00:00+00:00,0.75,0.76,0.7416500091552735,0.75,0.7388111114501953,57463,0.0,0.0 2023-03-14 00:00:00+00:00,0.75,0.745,0.745,0.75,0.7388111114501953,2276,0.0,0.0 2023-03-15 00:00:00+00:00,0.75,0.7769999694824219,0.7465000152587891,0.76,0.7486619567871093,19681,0.0,0.0 2023-03-16 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0 2023-03-17 00:00:00+00:00,0.76,0.7475,0.7475,0.76,0.7486619567871093,15910,0.0,0.0 2023-03-20 00:00:00+00:00,0.76,0.7759999847412109,0.7480000305175781,0.76,0.7486619567871093,2683,0.0,0.0 2023-03-21 00:00:00+00:00,0.76,0.7691999816894531,0.75,0.76,0.7486619567871093,13259,0.0,0.0 2023-03-22 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0 2023-03-23 00:00:00+00:00,0.76,0.76,0.76,0.76,0.7486619567871093,0,0.0,0.0 2023-03-24 00:00:00+00:00,0.76,0.75,0.7465000152587891,0.76,0.7486619567871093,27986,0.0,0.0 2023-03-27 00:00:00+01:00,0.76,0.77,0.77,0.76,0.7486619567871093,12,0.0,0.0 2023-03-28 00:00:00+01:00,0.76,0.8,0.765,0.775,0.7634381866455078,215998,0.0,0.0 2023-03-29 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7634381866455078,0,0.0,0.0 2023-03-30 00:00:00+01:00,0.775,0.78,0.77,0.774000015258789,0.7624530792236328,734684,0.0,0.0 2023-03-31 00:00:00+01:00,0.774000015258789,0.774000015258789,0.774000015258789,0.774000015258789,0.7624530792236328,0,0.0,0.0 2023-04-03 00:00:00+01:00,0.785,0.78,0.7701999664306641,0.78,0.7683636474609375,50644,0.0,0.0 2023-04-04 00:00:00+01:00,0.78,0.78,0.775,0.78,0.7683636474609375,252103,0.0,0.0 2023-04-05 00:00:00+01:00,0.78,0.785,0.785,0.78,0.7683636474609375,191,0.0,0.0 2023-04-06 00:00:00+01:00,0.78,0.79,0.77,0.78,0.7683636474609375,244380,0.0,0.0 2023-04-11 00:00:00+01:00,0.78,0.7755000305175781,0.77,0.78,0.7683636474609375,16866,0.0,0.0 2023-04-12 00:00:00+01:00,0.78,0.79,0.7719999694824219,0.79,0.7782144165039062,10864,0.0,0.0 2023-04-13 00:00:00+01:00,0.79,0.8,0.7819999694824219,0.79,0.7782144165039062,18404,0.0,0.0 2023-04-14 00:00:00+01:00,0.79,0.7980000305175782,0.7980000305175782,0.79,0.7782144165039062,845,0.0,0.0 2023-04-17 00:00:00+01:00,0.79,0.7980000305175782,0.783499984741211,0.795,0.7831398010253906,10638,0.0,0.0 2023-04-18 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0 2023-04-19 00:00:00+01:00,0.795,0.7980000305175782,0.7909999847412109,0.795,0.7831398010253906,890,0.0,0.0 2023-04-20 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0 2023-04-21 00:00:00+01:00,0.795,0.8,0.7909999847412109,0.795,0.7831398010253906,40201,0.0,0.0 2023-04-24 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7831398010253906,0,0.0,0.0 2023-04-25 00:00:00+01:00,0.795,0.8,0.78,0.79,0.7782144165039062,149512,0.0,0.0 2023-04-26 00:00:00+01:00,0.79,0.78,0.78,0.79,0.7782144165039062,999,0.0,0.0 2023-04-27 00:00:00+01:00,0.79,0.7925,0.7925,0.795,0.7831398010253906,5,0.0,0.0 2023-04-28 00:00:00+01:00,0.795,0.8,0.795,0.795,0.7831398010253906,43013,0.0,0.0 2023-05-02 00:00:00+01:00,0.795,0.795,0.79,0.795,0.7831398010253906,68500,0.0,0.0 2023-05-03 00:00:00+01:00,0.795,0.799000015258789,0.799000015258789,0.795,0.7831398010253906,187,0.0,0.0 2023-05-04 00:00:00+01:00,0.795,0.81,0.795,0.8,0.788065185546875,12441,0.0,0.0 2023-05-05 00:00:00+01:00,0.8,0.8,0.8,0.8,0.788065185546875,0,0.0,0.0 2023-05-09 00:00:00+01:00,0.8,0.8190000152587891,0.7975099945068359,0.805,0.7929905700683594,13377,0.0,0.0 2023-05-10 00:00:00+01:00,0.805,0.8197000122070313,0.8190000152587891,0.805,0.7929905700683594,12756,0.0,0.0 2023-05-11 00:00:00+01:00,0.805,0.8197000122070313,0.8030000305175782,0.805,0.7929905700683594,5336,0.0,0.0 2023-05-12 00:00:00+01:00,0.805,0.8200000000000001,0.8030000305175782,0.805,0.7929905700683594,7550,0.0,0.0 2023-05-15 00:00:00+01:00,0.805,0.8399199676513672,0.8,0.8200000000000001,0.8077667999267578,61415,0.0,0.0 2023-05-16 00:00:00+01:00,0.8200000000000001,0.8391999816894531,0.8130000305175782,0.8200000000000001,0.8077667999267578,8209,0.0,0.0 2023-05-17 00:00:00+01:00,0.8200000000000001,0.8390000152587891,0.8130000305175782,0.8200000000000001,0.8077667999267578,1408,0.0,0.0 2023-05-18 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.58,0.0 2023-05-19 00:00:00+01:00,0.8200000000000001,0.8130000305175782,0.8019999694824219,0.8200000000000001,0.8135210418701172,19734,0.0,0.0 2023-05-22 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0 2023-05-23 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0 2023-05-24 00:00:00+01:00,0.8200000000000001,0.8019999694824219,0.8019999694824219,0.8150000000000001,0.8085604858398437,4000,0.0,0.0 2023-05-25 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-05-26 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-05-30 00:00:00+01:00,0.8150000000000001,0.8198999786376954,0.8,0.8150000000000001,0.8085604858398437,6079,0.0,0.0 2023-05-31 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-06-01 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-06-02 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-06-05 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.8194999694824219,0.8150000000000001,0.8085604858398437,2803,0.0,0.0 2023-06-06 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.8194999694824219,0.8150000000000001,0.8085604858398437,5671,0.0,0.0 2023-06-07 00:00:00+01:00,0.8150000000000001,0.8197000122070313,0.7955000305175781,0.8150000000000001,0.8085604858398437,11481,0.0,0.0 2023-06-08 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-06-09 00:00:00+01:00,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8150000000000001,0.8085604858398437,0,0.0,0.0 2023-06-12 00:00:00+01:00,0.8150000000000001,0.79,0.78,0.8,0.7936790466308594,44088,0.0,0.0 2023-06-13 00:00:00+01:00,0.8,0.794000015258789,0.794000015258789,0.8,0.7936790466308594,1551,0.0,0.0 2023-06-14 00:00:00+01:00,0.8,0.7883999633789063,0.76,0.78,0.7738370513916015,13522,0.0,0.0 2023-06-15 00:00:00+01:00,0.78,0.76,0.7520999908447266,0.77,0.7639160919189454,15527,0.0,0.0 2023-06-16 00:00:00+01:00,0.77,0.775,0.775,0.77,0.7639160919189454,2556,0.0,0.0 2023-06-19 00:00:00+01:00,0.77,0.77,0.760999984741211,0.77,0.7639160919189454,8434,0.0,0.0 2023-06-20 00:00:00+01:00,0.77,0.760999984741211,0.760999984741211,0.77,0.7639160919189454,85,0.0,0.0 2023-06-21 00:00:00+01:00,0.77,0.77,0.74,0.75,0.7440740966796875,22271,0.0,0.0 2023-06-22 00:00:00+01:00,0.75,0.75,0.75,0.75,0.7440740966796875,0,0.0,0.0 2023-06-23 00:00:00+01:00,0.75,0.7540000152587891,0.745,0.75,0.7440740966796875,3630,0.0,0.0 2023-06-26 00:00:00+01:00,0.75,0.7540000152587891,0.75,0.75,0.7440740966796875,10000,0.0,0.0 2023-06-27 00:00:00+01:00,0.77,0.79,0.77,0.78,0.7738370513916015,29804,0.0,0.0 2023-06-28 00:00:00+01:00,0.78,0.78,0.78,0.78,0.7738370513916015,0,0.0,0.0 2023-06-29 00:00:00+01:00,0.78,0.7830000305175782,0.7813999938964844,0.78,0.7738370513916015,20057,0.0,0.0 2023-06-30 00:00:00+01:00,0.78,0.7891000366210937,0.7809999847412109,0.78,0.7738370513916015,2631,0.0,0.0 2023-07-03 00:00:00+01:00,0.78,0.7759999847412109,0.7759999847412109,0.78,0.7738370513916015,455,0.0,0.0 2023-07-04 00:00:00+01:00,0.78,0.78,0.774000015258789,0.78,0.7738370513916015,15420,0.0,0.0 2023-07-05 00:00:00+01:00,0.78,0.7794000244140625,0.7794000244140625,0.78,0.7738370513916015,192,0.0,0.0 2023-07-06 00:00:00+01:00,0.78,0.755,0.755,0.775,0.7688765716552735,10000,0.0,0.0 2023-07-07 00:00:00+01:00,0.775,0.7715000152587891,0.7715000152587891,0.775,0.7688765716552735,2000,0.0,0.0 2023-07-10 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0 2023-07-11 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0 2023-07-12 00:00:00+01:00,0.775,0.775,0.775,0.775,0.7688765716552735,0,0.0,0.0 2023-07-13 00:00:00+01:00,0.775,0.77,0.755,0.765,0.7589556121826172,5028,0.0,0.0 2023-07-14 00:00:00+01:00,0.765,0.755,0.755,0.765,0.7589556121826172,2079,0.0,0.0 2023-07-17 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0 2023-07-18 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0 2023-07-19 00:00:00+01:00,0.765,0.765,0.75,0.765,0.7589556121826172,23621,0.0,0.0 2023-07-20 00:00:00+01:00,0.765,0.7798500061035156,0.7748999786376953,0.765,0.7589556121826172,5025,0.0,0.0 2023-07-21 00:00:00+01:00,0.765,0.765,0.765,0.765,0.7589556121826172,0,0.0,0.0 2023-07-24 00:00:00+01:00,0.765,0.7515000152587891,0.7515000152587891,0.765,0.7589556121826172,2896,0.0,0.0 2023-07-25 00:00:00+01:00,0.765,0.7515000152587891,0.7515000152587891,0.765,0.7589556121826172,100,0.0,0.0 2023-07-26 00:00:00+01:00,0.765,0.72,0.72,0.765,0.7589556121826172,500000,0.0,0.0 2023-07-27 00:00:00+01:00,0.77,0.8,0.775,0.79,0.7837580871582032,86126,0.0,0.0 2023-07-28 00:00:00+01:00,0.79,0.8300000000000001,0.79,0.8200000000000001,0.8135210418701172,66548,0.0,0.0 2023-07-31 00:00:00+01:00,0.8200000000000001,0.84,0.8144000244140626,0.8300000000000001,0.8234420013427735,22463,0.0,0.0 2023-08-01 00:00:00+01:00,0.8300000000000001,0.84,0.8390000152587891,0.8250000000000001,0.8184815216064454,23459,0.0,0.0 2023-08-02 00:00:00+01:00,0.8250000000000001,0.835,0.8080000305175782,0.8200000000000001,0.8135210418701172,15209,0.0,0.0 2023-08-03 00:00:00+01:00,0.8200000000000001,0.8390000152587891,0.8390000152587891,0.8200000000000001,0.8135210418701172,15,0.0,0.0 2023-08-04 00:00:00+01:00,0.8200000000000001,0.835,0.8009999847412109,0.8200000000000001,0.8135210418701172,6479,0.0,0.0 2023-08-07 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8200000000000001,0.8135210418701172,0,0.0,0.0 2023-08-08 00:00:00+01:00,0.8200000000000001,0.81,0.8,0.8200000000000001,0.8135210418701172,5438,0.0,0.0 2023-08-09 00:00:00+01:00,0.8200000000000001,0.825999984741211,0.7819999694824219,0.81,0.8036000061035157,11855,0.0,0.0 2023-08-10 00:00:00+01:00,0.81,0.8,0.7875,0.795,0.7887185668945312,13800,0.0,0.0 2023-08-11 00:00:00+01:00,0.795,0.8088899993896485,0.765,0.795,0.7887185668945312,13176,0.0,0.0 2023-08-14 00:00:00+01:00,0.795,0.795,0.795,0.795,0.7887185668945312,0,0.0,0.0 2023-08-15 00:00:00+01:00,0.795,0.78,0.75,0.75,0.7440740966796875,38306,0.0,0.0 2023-08-16 00:00:00+01:00,0.77,0.7859999847412109,0.774499969482422,0.79,0.7837580871582032,3564,0.0,0.0 2023-08-17 00:00:00+01:00,0.79,0.81,0.765999984741211,0.785,0.7787975311279297,44576,0.0,0.0 2023-08-18 00:00:00+01:00,0.785,0.765999984741211,0.765999984741211,0.785,0.7787975311279297,7471,0.0,0.0 2023-08-21 00:00:00+01:00,0.785,0.7719999694824219,0.76,0.78,0.7738370513916015,16088,0.0,0.0 2023-08-22 00:00:00+01:00,0.78,0.789000015258789,0.789000015258789,0.78,0.7738370513916015,13,0.0,0.0 2023-08-23 00:00:00+01:00,0.78,0.8,0.76,0.78,0.7738370513916015,10525,0.0,0.0 2023-08-24 00:00:00+01:00,0.78,0.76,0.76,0.77,0.7639160919189454,10407,0.0,0.0 2023-08-25 00:00:00+01:00,0.77,0.76,0.76,0.77,0.7639160919189454,1232,0.0,0.0 2023-08-29 00:00:00+01:00,0.77,0.7794000244140625,0.7794000244140625,0.77,0.7639160919189454,1,0.0,0.0 2023-08-30 00:00:00+01:00,0.77,0.7794000244140625,0.7794000244140625,0.77,0.7639160919189454,1,0.0,0.0 2023-08-31 00:00:00+01:00,0.77,0.76,0.76,0.77,0.7639160919189454,6653,0.0,0.0 2023-09-01 00:00:00+01:00,0.77,0.7794000244140625,0.774000015258789,0.77,0.7639160919189454,32501,0.0,0.0 2023-09-04 00:00:00+01:00,0.77,0.7788999938964843,0.763499984741211,0.77,0.7639160919189454,7016,0.0,0.0 2023-09-05 00:00:00+01:00,0.77,0.77,0.77,0.77,0.7639160919189454,0,0.0,0.0 2023-09-06 00:00:00+01:00,0.77,0.7786000061035157,0.7786000061035157,0.77,0.7639160919189454,234,0.0,0.0 2023-09-07 00:00:00+01:00,0.78,0.7972000122070313,0.773499984741211,0.785,0.7787975311279297,11241,0.0,0.0 2023-09-08 00:00:00+01:00,0.785,0.81,0.78,0.795,0.7887185668945312,14242,0.0,0.0 2023-09-11 00:00:00+01:00,0.795,0.79,0.79,0.795,0.7887185668945312,1468,0.0,0.0 2023-09-12 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.7919999694824219,0.8200000000000001,0.8135210418701172,61642,0.0,0.0 2023-09-13 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.8101499938964843,0.8200000000000001,0.8135210418701172,81240,0.0,0.0 2023-09-14 00:00:00+01:00,0.8200000000000001,0.8150000000000001,0.8150000000000001,0.8200000000000001,0.8135210418701172,6899,0.0,0.0 2023-09-15 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.81,0.8250000000000001,0.8184815216064454,96554,0.0,0.0 2023-09-18 00:00:00+01:00,0.8250000000000001,0.8300000000000001,0.8130000305175782,0.8200000000000001,0.8135210418701172,12878,0.0,0.0 2023-09-19 00:00:00+01:00,0.8200000000000001,0.8225,0.8130000305175782,0.8200000000000001,0.8135210418701172,165,0.0,0.0 2023-09-20 00:00:00+01:00,0.8200000000000001,0.8225,0.8130000305175782,0.8200000000000001,0.8135210418701172,1760,0.0,0.0 2023-09-21 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.81,0.8200000000000001,0.8160088348388672,25000,0.25,0.0 2023-09-22 00:00:00+01:00,0.8200000000000001,0.8130000305175782,0.8130000305175782,0.8200000000000001,0.8160088348388672,304,0.0,0.0 2023-09-25 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8130000305175782,0.8200000000000001,0.8160088348388672,3943,0.0,0.0 2023-09-26 00:00:00+01:00,0.8200000000000001,0.8300000000000001,0.8044999694824219,0.8150000000000001,0.8110331726074219,36991,0.0,0.0 2023-09-27 00:00:00+01:00,0.8150000000000001,0.8015000152587891,0.8015000152587891,0.8150000000000001,0.8110331726074219,2500,0.0,0.0 2023-09-28 00:00:00+01:00,0.8150000000000001,0.805,0.805,0.8150000000000001,0.8110331726074219,1223,0.0,0.0 2023-09-29 00:00:00+01:00,0.8150000000000001,0.86,0.81,0.855,0.8508384704589844,66861,0.0,0.0 2023-10-02 00:00:00+01:00,0.855,0.8669999694824219,0.855,0.845,0.8408871459960938,41280,0.0,0.0 2023-10-03 00:00:00+01:00,0.845,0.845,0.8200000000000001,0.845,0.8408871459960938,80199,0.0,0.0 2023-10-04 00:00:00+01:00,0.845,0.8740000152587891,0.8300000000000001,0.85,0.8458628082275391,68576,0.0,0.0 2023-10-05 00:00:00+01:00,0.85,0.8740000152587891,0.8225,0.85,0.8458628082275391,136,0.0,0.0 2023-10-06 00:00:00+01:00,0.85,0.92,0.8225,0.915,0.9105464935302735,51762,0.0,0.0 2023-10-09 00:00:00+01:00,0.915,0.93,0.8902999877929688,0.905,0.9005951690673828,32546,0.0,0.0 2023-10-10 00:00:00+01:00,0.905,0.915,0.8619999694824219,0.875,0.8707411193847656,26512,0.0,0.0 2023-10-11 00:00:00+01:00,0.875,0.8880000305175781,0.8250000000000001,0.8300000000000001,0.8259601593017578,34681,0.0,0.0 2023-10-12 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.8300000000000001,0.8300000000000001,0.8259601593017578,3466,0.0,0.0 2023-10-13 00:00:00+01:00,0.8300000000000001,0.8300000000000001,0.81,0.8300000000000001,0.8259601593017578,50566,0.0,0.0 2023-10-16 00:00:00+01:00,0.8200000000000001,0.8380000305175781,0.81,0.8250000000000001,0.8209844970703125,47628,0.0,0.0 2023-10-17 00:00:00+01:00,0.8250000000000001,0.8200000000000001,0.8119999694824219,0.8250000000000001,0.8209844970703125,2651,0.0,0.0 2023-10-18 00:00:00+01:00,0.8250000000000001,0.8384999847412109,0.8119999694824219,0.8250000000000001,0.8209844970703125,5215,0.0,0.0 2023-10-19 00:00:00+01:00,0.8250000000000001,0.8115000152587891,0.8102999877929687,0.8250000000000001,0.8209844970703125,13599,0.0,0.0 2023-10-20 00:00:00+01:00,0.8250000000000001,0.8130000305175782,0.8130000305175782,0.8250000000000001,0.8209844970703125,11401,0.0,0.0 2023-10-23 00:00:00+01:00,0.8250000000000001,0.836999969482422,0.836999969482422,0.8250000000000001,0.8209844970703125,1120,0.0,0.0 2023-10-24 00:00:00+01:00,0.8250000000000001,0.8351999664306641,0.8130000305175782,0.8250000000000001,0.8209844970703125,5400,0.0,0.0 2023-10-25 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-10-26 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-10-27 00:00:00+01:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-10-30 00:00:00+00:00,0.8250000000000001,0.8190000152587891,0.8150000000000001,0.8250000000000001,0.8209844970703125,75000,0.0,0.0 2023-10-31 00:00:00+00:00,0.8250000000000001,0.8392500305175782,0.8392500305175782,0.8250000000000001,0.8209844970703125,23,0.0,0.0 2023-11-01 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8348999786376954,0.8250000000000001,0.8209844970703125,179,0.0,0.0 2023-11-02 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8155999755859376,0.8250000000000001,0.8209844970703125,6473,0.0,0.0 2023-11-03 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-11-06 00:00:00+00:00,0.8250000000000001,0.8348999786376954,0.8348999786376954,0.8250000000000001,0.8209844970703125,11026,0.0,0.0 2023-11-07 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-11-08 00:00:00+00:00,0.8250000000000001,0.835,0.81,0.8250000000000001,0.8209844970703125,12815,0.0,0.0 2023-11-09 00:00:00+00:00,0.8250000000000001,0.835,0.81,0.8250000000000001,0.8209844970703125,300,0.0,0.0 2023-11-10 00:00:00+00:00,0.8250000000000001,0.8376000213623047,0.8180999755859375,0.8250000000000001,0.8209844970703125,6055,0.0,0.0 2023-11-13 00:00:00+00:00,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8250000000000001,0.8209844970703125,0,0.0,0.0 2023-11-14 00:00:00+00:00,0.8250000000000001,0.8195999908447266,0.81,0.8250000000000001,0.8209844970703125,1193,0.0,0.0 2023-11-15 00:00:00+00:00,0.8250000000000001,0.836999969482422,0.8230000305175782,0.8300000000000001,0.8259601593017578,25504,0.0,0.0 2023-11-16 00:00:00+00:00,0.8300000000000001,0.8241999816894532,0.8201999664306641,0.8300000000000001,0.8259601593017578,58969,0.0,0.0 2023-11-17 00:00:00+00:00,0.8300000000000001,0.8376000213623047,0.8209999847412109,0.85,0.8458628082275391,24557,0.0,0.0 2023-11-20 00:00:00+00:00,0.85,0.8490000152587891,0.8300000000000001,0.85,0.8458628082275391,3433,0.0,0.0 2023-11-21 00:00:00+00:00,0.85,0.8301000213623047,0.8301000213623047,0.85,0.8458628082275391,386,0.0,0.0 2023-11-22 00:00:00+00:00,0.85,0.85,0.85,0.85,0.8458628082275391,0,0.0,0.0 2023-11-23 00:00:00+00:00,0.85,0.8301000213623047,0.8301000213623047,0.85,0.8458628082275391,2537,0.0,0.0 2023-11-24 00:00:00+00:00,0.85,0.8300000000000001,0.8200000000000001,0.845,0.8408871459960938,3574,0.0,0.0 2023-11-27 00:00:00+00:00,0.845,0.8200000000000001,0.8200000000000001,0.835,0.8309358215332031,500,0.0,0.0 2023-11-28 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0 2023-11-29 00:00:00+00:00,0.835,0.8383999633789063,0.8383999633789063,0.835,0.8309358215332031,3564,0.0,0.0 2023-11-30 00:00:00+00:00,0.835,0.84,0.8200000000000001,0.835,0.8309358215332031,28681,0.0,0.0 2023-12-01 00:00:00+00:00,0.835,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,27321,0.0,0.0 2023-12-04 00:00:00+00:00,0.835,0.833499984741211,0.8209999847412109,0.835,0.8309358215332031,10955,0.0,0.0 2023-12-05 00:00:00+00:00,0.8300000000000001,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,2195,0.0,0.0 2023-12-06 00:00:00+00:00,0.835,0.833499984741211,0.833499984741211,0.835,0.8309358215332031,179,0.0,0.0 2023-12-07 00:00:00+00:00,0.835,0.8209999847412109,0.8209999847412109,0.835,0.8309358215332031,10000,0.0,0.0 2023-12-08 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0 2023-12-11 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,253,0.0,0.0 2023-12-12 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,200,0.0,0.0 2023-12-13 00:00:00+00:00,0.835,0.82125,0.82125,0.835,0.8309358215332031,278,0.0,0.0 2023-12-14 00:00:00+00:00,0.835,0.835,0.835,0.835,0.8309358215332031,0,0.0,0.0 2023-12-15 00:00:00+00:00,0.835,0.8215000152587891,0.8215000152587891,0.835,0.8309358215332031,6270,0.0,0.0 2023-12-18 00:00:00+00:00,0.835,0.835,0.8200000000000001,0.835,0.8309358215332031,60777,0.0,0.0 2023-12-19 00:00:00+00:00,0.835,0.82125,0.81,0.8200000000000001,0.8160088348388672,17612,0.0,0.0 2023-12-20 00:00:00+00:00,0.8250000000000001,0.823499984741211,0.8200000000000001,0.8200000000000001,0.8160088348388672,9560,0.0,0.0 2023-12-21 00:00:00+00:00,0.8250000000000001,0.8200000000000001,0.8,0.81,0.8060575103759766,33500,0.0,0.0 2023-12-22 00:00:00+00:00,0.81,0.8177999877929688,0.81,0.81,0.8060575103759766,17000,0.0,0.0 2023-12-27 00:00:00+00:00,0.81,0.8009999847412109,0.8001000213623047,0.81,0.8060575103759766,415,0.0,0.0 2023-12-28 00:00:00+00:00,0.81,0.8087000274658204,0.8001000213623047,0.81,0.8060575103759766,4,0.0,0.0 2023-12-29 00:00:00+00:00,0.81,0.81,0.81,0.81,0.8060575103759766,0,0.0,0.0 2024-01-02 00:00:00+00:00,0.81,0.8390000152587891,0.8086000061035157,0.835,0.8309358215332031,89709,0.0,0.0 2024-01-03 00:00:00+00:00,0.835,0.85,0.8230000305175782,0.835,0.8309358215332031,6629,0.0,0.0 2024-01-04 00:00:00+00:00,0.835,0.8980000305175782,0.8490000152587891,0.875,0.8707411193847656,42352,0.0,0.0 2024-01-05 00:00:00+00:00,0.875,0.885,0.84,0.86,0.8558141326904297,37656,0.0,0.0 2024-01-08 00:00:00+00:00,0.86,0.86,0.8200000000000001,0.8300000000000001,0.8259601593017578,23837,0.0,0.0 2024-01-09 00:00:00+00:00,0.8300000000000001,0.83375,0.83375,0.8300000000000001,0.8259601593017578,8541,0.0,0.0 2024-01-10 00:00:00+00:00,0.8300000000000001,0.83375,0.8200000000000001,0.8300000000000001,0.8259601593017578,2244,0.0,0.0 2024-01-11 00:00:00+00:00,0.8300000000000001,0.8325,0.8215000152587891,0.8300000000000001,0.8259601593017578,1886,0.0,0.0 2024-01-12 00:00:00+00:00,0.8300000000000001,0.8215000152587891,0.8215000152587891,0.8300000000000001,0.8259601593017578,1200,0.0,0.0 2024-01-15 00:00:00+00:00,0.8330000305175781,0.8330000305175781,0.8209999847412109,0.8300000000000001,0.8259601593017578,9989,0.0,0.0 2024-01-16 00:00:00+00:00,0.8300000000000001,0.8319999694824219,0.8319999694824219,0.8300000000000001,0.8259601593017578,24,0.0,0.0 2024-01-17 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8130999755859375,0.8250000000000001,0.8209844970703125,48721,0.0,0.0 2024-01-18 00:00:00+00:00,0.8250000000000001,0.8222499847412109,0.81,0.8250000000000001,0.8209844970703125,28060,0.0,0.0 2024-01-19 00:00:00+00:00,0.8250000000000001,0.8590000152587891,0.8200000000000001,0.835,0.8309358215332031,53997,0.0,0.0 2024-01-22 00:00:00+00:00,0.835,0.895,0.830999984741211,0.87,0.8657654571533203,45471,0.0,0.0 2024-01-23 00:00:00+00:00,0.9,0.9597000122070313,0.915,0.93,0.9254734802246094,121660,0.0,0.0 2024-01-24 00:00:00+00:00,0.93,0.99,0.9361000061035156,0.97,0.9652787780761719,54392,0.0,0.0 2024-01-25 00:00:00+00:00,0.97,0.99,0.9526000213623047,0.965,0.9603031158447266,25384,0.0,0.0 2024-01-26 00:00:00+00:00,0.965,0.98,0.97,0.965,0.9603031158447266,29128,0.0,0.0 2024-01-29 00:00:00+00:00,0.97,0.984800033569336,0.9587999725341797,0.97,0.9652787780761719,16402,0.0,0.0 2024-01-30 00:00:00+00:00,0.97,0.975,0.9587999725341797,0.975,0.9702544403076172,15624,0.0,0.0 2024-01-31 00:00:00+00:00,0.97,0.99,0.9360199737548829,0.965,0.9603031158447266,42472,0.0,0.0 2024-02-01 00:00:00+00:00,0.96,0.9780000305175781,0.9587999725341797,0.96,0.9553274536132813,6036,0.0,0.0 2024-02-02 00:00:00+00:00,0.96,0.96,0.9225,0.935,0.9304491424560547,33122,0.0,0.0 2024-02-05 00:00:00+00:00,0.935,0.9500000000000001,0.9293000030517579,0.935,0.9304491424560547,21255,0.0,0.0 2024-02-06 00:00:00+00:00,0.935,0.9450000000000001,0.93,0.935,0.9304491424560547,14156,0.0,0.0 2024-02-07 00:00:00+00:00,0.935,0.965,0.93,0.9400000000000001,0.9354248046875,51672,0.0,0.0 2024-02-08 00:00:00+00:00,0.9400000000000001,0.9450000000000001,0.93125,0.9400000000000001,0.9354248046875,6045,0.0,0.0 2024-02-09 00:00:00+00:00,0.9400000000000001,0.9430000305175782,0.9212000274658203,0.9400000000000001,0.9354248046875,72,0.0,0.0 2024-02-12 00:00:00+00:00,0.9400000000000001,0.9212000274658203,0.9212000274658203,0.9400000000000001,0.9354248046875,49,0.0,0.0 2024-02-13 00:00:00+00:00,0.9400000000000001,0.9219999694824219,0.9219999694824219,0.935,0.9304491424560547,3007,0.0,0.0 2024-02-14 00:00:00+00:00,0.935,0.9430000305175782,0.9430000305175782,0.935,0.9304491424560547,1,0.0,0.0 2024-02-15 00:00:00+00:00,0.935,0.9500000000000001,0.9208999633789062,0.9400000000000001,0.9354248046875,199011,0.0,0.0 2024-02-16 00:00:00+00:00,0.9400000000000001,0.9459999847412109,0.93,0.9400000000000001,0.9354248046875,40340,0.0,0.0 2024-02-19 00:00:00+00:00,0.9400000000000001,0.9425,0.8825000000000001,0.905,0.9005951690673828,34690,0.0,0.0 2024-02-20 00:00:00+00:00,0.905,0.9063999938964844,0.88,0.88,0.8757167816162109,32848,0.0,0.0 2024-02-21 00:00:00+00:00,0.88,0.8863999938964844,0.86,0.875,0.8707411193847656,11920,0.0,0.0 2024-02-22 00:00:00+00:00,0.875,0.8880000305175781,0.84,0.865,0.860789794921875,3405,0.0,0.0 2024-02-23 00:00:00+00:00,0.865,0.84,0.84,0.865,0.860789794921875,5373,0.0,0.0 2024-02-26 00:00:00+00:00,0.865,0.8795999908447266,0.8533000183105469,0.87,0.8657654571533203,25023,0.0,0.0 2024-02-27 00:00:00+00:00,0.87,0.89,0.86,0.88,0.8757167816162109,30844,0.0,0.0 2024-02-28 00:00:00+00:00,0.88,0.8987999725341798,0.850999984741211,0.855,0.8508384704589844,43341,0.0,0.0 2024-02-29 00:00:00+00:00,0.855,0.87,0.8425,0.855,0.8508384704589844,7342,0.0,0.0 2024-03-01 00:00:00+00:00,0.855,0.8625,0.841500015258789,0.855,0.8508384704589844,13345,0.0,0.0 2024-03-04 00:00:00+00:00,0.855,0.8625,0.8430000305175781,0.855,0.8508384704589844,10818,0.0,0.0 2024-03-05 00:00:00+00:00,0.855,0.8623300170898438,0.8434999847412109,0.855,0.8508384704589844,8993,0.0,0.0 2024-03-06 00:00:00+00:00,0.855,0.87,0.8441999816894531,0.855,0.8508384704589844,27874,0.0,0.0 2024-03-07 00:00:00+00:00,0.855,0.86,0.8475,0.865,0.860789794921875,6161,0.0,0.0 2024-03-08 00:00:00+00:00,0.865,0.86,0.855,0.87,0.8657654571533203,29952,0.0,0.0 2024-03-11 00:00:00+00:00,0.87,0.9400000000000001,0.8602999877929688,0.925,0.9204978179931641,134660,0.0,0.0 2024-03-12 00:00:00+00:00,0.925,0.93,0.91,0.92,0.9155221557617188,12702,0.0,0.0 2024-03-13 00:00:00+00:00,0.92,0.9400000000000001,0.905,0.925,0.9204978179931641,35682,0.0,0.0 2024-03-14 00:00:00+00:00,0.925,0.9500000000000001,0.9136000061035157,0.925,0.9204978179931641,64500,0.0,0.0 2024-03-15 00:00:00+00:00,0.925,0.9294999694824219,0.91,0.91,0.9055708312988281,24428,0.0,0.0 2024-03-18 00:00:00+00:00,0.925,0.9288899993896484,0.915,0.925,0.9204978179931641,573,0.0,0.0 2024-03-19 00:00:00+00:00,0.925,0.9288899993896484,0.9152500152587891,0.925,0.9204978179931641,612,0.0,0.0 2024-03-20 00:00:00+00:00,0.925,0.9280000305175782,0.9152500152587891,0.925,0.9204978179931641,19495,0.0,0.0 2024-03-21 00:00:00+00:00,0.925,0.9155000305175781,0.9155000305175781,0.925,0.9204978179931641,24620,0.0,0.0 2024-03-22 00:00:00+00:00,0.925,0.9275,0.9130000305175782,0.925,0.9204978179931641,22670,0.0,0.0 2024-03-25 00:00:00+00:00,0.925,0.9280000305175782,0.9130000305175782,0.925,0.9204978179931641,120,0.0,0.0 2024-03-26 00:00:00+00:00,0.925,0.9152500152587891,0.9130000305175782,0.925,0.9204978179931641,13931,0.0,0.0 2024-03-27 00:00:00+00:00,0.925,0.9280000305175782,0.9130300140380859,0.925,0.9204978179931641,2128,0.0,0.0 2024-03-28 00:00:00+00:00,0.925,0.9265000152587891,0.9265000152587891,0.925,0.9204978179931641,535,0.0,0.0 2024-04-02 00:00:00+01:00,0.925,0.9130300140380859,0.9130000305175782,0.925,0.9204978179931641,3387,0.0,0.0 2024-04-03 00:00:00+01:00,0.925,0.9265000152587891,0.9130300140380859,0.925,0.9204978179931641,3869,0.0,0.0 2024-04-04 00:00:00+01:00,0.925,0.9258999633789062,0.92,0.925,0.9204978179931641,2357,0.0,0.0 2024-04-05 00:00:00+01:00,0.925,0.9400000000000001,0.92,0.93,0.9254734802246094,2155,0.0,0.0 2024-04-08 00:00:00+01:00,0.93,0.9691999816894531,0.92,0.9500000000000001,0.9453761291503906,29610,0.0,0.0 2024-04-09 00:00:00+01:00,0.9500000000000001,1.0175,0.97,0.995,0.9901570892333985,108826,0.0,0.0 2024-04-10 00:00:00+01:00,0.995,0.9990000152587891,0.9825,0.995,0.9901570892333985,34129,0.0,0.0 2024-04-11 00:00:00+01:00,0.995,0.995,0.9725,0.975,0.9702544403076172,27451,0.0,0.0 2024-04-12 00:00:00+01:00,0.965,0.965,0.965,0.965,0.9603031158447266,0,0.0,0.0 2024-04-15 00:00:00+01:00,0.965,0.9687999725341797,0.9480999755859375,0.96,0.9553274536132813,170322,0.0,0.0 2024-04-16 00:00:00+01:00,0.96,0.9580000305175781,0.9511000061035156,0.96,0.9553274536132813,17850,0.0,0.0 2024-04-17 00:00:00+01:00,0.96,0.9569999694824219,0.9500000000000001,0.96,0.9553274536132813,15052,0.0,0.0 2024-04-18 00:00:00+01:00,0.96,0.96,0.96,0.96,0.9553274536132813,0,0.0,0.0 2024-04-19 00:00:00+01:00,0.96,0.9555500030517579,0.9555500030517579,0.96,0.9553274536132813,2046,0.0,0.0 2024-04-22 00:00:00+01:00,0.96,0.954800033569336,0.9504000091552735,0.96,0.9553274536132813,14305,0.0,0.0 2024-04-23 00:00:00+01:00,0.975,0.9994000244140625,0.9550000000000001,0.965,0.9603031158447266,183334,0.0,0.0 2024-04-24 00:00:00+01:00,0.965,0.98,0.9618000030517578,0.97,0.9652787780761719,59755,0.0,0.0 2024-04-25 00:00:00+01:00,0.97,0.98,0.9633000183105469,0.97,0.9652787780761719,11573,0.0,0.0 2024-04-26 00:00:00+01:00,0.97,0.98,0.9633000183105469,0.97,0.9652787780761719,39993,0.0,0.0 2024-04-29 00:00:00+01:00,0.97,0.975,0.9622000122070312,0.97,0.9652787780761719,69318,0.0,0.0 2024-04-30 00:00:00+01:00,0.97,0.975,0.9636000061035156,0.97,0.9652787780761719,42427,0.0,0.0 2024-05-01 00:00:00+01:00,0.97,0.9769999694824218,0.9555000305175781,0.97,0.9652787780761719,7865998,0.0,0.0 2024-05-02 00:00:00+01:00,0.97,1.078000030517578,0.9680000305175781,1.05,1.0448893737792968,162687,0.0,0.0 2024-05-03 00:00:00+01:00,1.045,1.069199981689453,1.045550003051758,1.065,1.0598163604736328,48478,0.0,0.0 2024-05-07 00:00:00+01:00,1.065,1.099000015258789,1.05,1.075,1.0697676849365234,118204,0.0,0.0 2024-05-08 00:00:00+01:00,1.075,1.0775000000000001,1.05,1.055,1.0498650360107422,37979,0.0,0.0 2024-05-09 00:00:00+01:00,1.055,1.07875,1.037699966430664,1.055,1.0498650360107422,25363,0.0,0.0 2024-05-10 00:00:00+01:00,1.055,1.079250030517578,1.0426000213623048,1.055,1.0498650360107422,7694,0.0,0.0 2024-05-13 00:00:00+01:00,1.055,1.0695999908447267,1.0436000061035156,1.05,1.0448893737792968,10617,0.0,0.0 2024-05-14 00:00:00+01:00,1.05,1.08,1.0566000366210937,1.065,1.0598163604736328,53730,0.0,0.0 2024-05-15 00:00:00+01:00,1.065,1.076999969482422,1.045,1.07,1.0647920227050782,32523,0.0,0.0 2024-05-16 00:00:00+01:00,1.07,1.075999984741211,1.0565000152587891,1.07,1.0647920227050782,3837,0.0,0.0 2024-05-17 00:00:00+01:00,1.07,1.075999984741211,1.0519999694824218,1.07,1.0647920227050782,11065,0.0,0.0 2024-05-20 00:00:00+01:00,1.07,1.075999984741211,1.0519999694824218,1.07,1.0647920227050782,4512,0.0,0.0 2024-05-21 00:00:00+01:00,1.07,1.0744000244140626,1.05,1.07,1.0647920227050782,17006,0.0,0.0 2024-05-22 00:00:00+01:00,1.07,1.0666200256347655,1.05,1.06,1.0548406982421876,9744,0.0,0.0 2024-05-23 00:00:00+01:00,1.06,1.0677999877929687,1.05,1.06,1.0548406982421876,13641,0.0,0.0 2024-05-24 00:00:00+01:00,1.06,1.07,1.053499984741211,1.065,1.0598163604736328,55624,0.0,0.0 2024-05-28 00:00:00+01:00,1.065,1.0694999694824219,1.0612000274658204,1.065,1.0598163604736328,21731,0.0,0.0 2024-05-29 00:00:00+01:00,1.065,1.0694999694824219,1.0605000305175782,1.065,1.0598163604736328,9520,0.0,0.0 2024-05-30 00:00:00+01:00,1.065,1.07,1.06,1.075,1.0697676849365234,22185,0.0,0.0 2024-05-31 00:00:00+01:00,1.075,1.088499984741211,1.08,1.075,1.0697676849365234,13988,0.0,0.0 2024-06-03 00:00:00+01:00,1.09,1.2263999938964845,1.1080000305175781,1.19,1.184207992553711,181951,0.0,0.0 2024-06-04 00:00:00+01:00,1.2,1.2,1.1500000000000001,1.17,1.1643053436279298,81654,0.0,0.0 2024-06-05 00:00:00+01:00,1.17,1.1680000305175782,1.1400000000000001,1.165,1.1593296813964844,17555,0.0,0.0 2024-06-06 00:00:00+01:00,1.165,1.16,1.105,1.125,1.1195243072509766,38867,0.0,0.0 2024-06-07 00:00:00+01:00,1.125,1.17,1.11,1.125,1.1195243072509766,44819,0.0,0.0 2024-06-10 00:00:00+01:00,1.125,1.1690000152587892,1.1366000366210938,1.1300000000000001,1.1244999694824218,15645,0.0,0.0 2024-06-11 00:00:00+01:00,1.1300000000000001,1.1587999725341798,1.1209999847412109,1.1300000000000001,1.1244999694824218,5979,0.0,0.0 2024-06-12 00:00:00+01:00,1.1300000000000001,1.16,1.1132499694824218,1.1300000000000001,1.1244999694824218,25264,0.0,0.0 2024-06-13 00:00:00+01:00,1.1300000000000001,1.1425,1.0816200256347657,1.11,1.11,1697600,0.55,0.0 2024-06-14 00:00:00+01:00,1.1300000000000001,1.1330000305175782,1.1222000122070312,1.1300000000000001,1.1300000000000001,5898,0.0,0.0 2024-06-17 00:00:00+01:00,1.1300000000000001,1.1209999847412109,1.1,1.1300000000000001,1.1300000000000001,24497,0.0,0.0 2024-06-18 00:00:00+01:00,1.1300000000000001,1.1165000152587892,1.1,1.1300000000000001,1.1300000000000001,8650,0.0,0.0 2024-06-19 00:00:00+01:00,1.1300000000000001,1.11,1.09,1.105,1.105,24447,0.0,0.0 2024-06-20 00:00:00+01:00,1.105,1.1,1.09,1.105,1.105,7275,0.0,0.0 2024-06-21 00:00:00+01:00,1.105,1.0987999725341797,1.09,1.105,1.105,26502,0.0,0.0 2024-06-24 00:00:00+01:00,1.105,1.0987999725341797,1.09,1.105,1.105,28465,0.0,0.0 2024-06-25 00:00:00+01:00,1.105,1.0986000061035157,1.09,1.105,1.105,20489,0.0,0.0 2024-06-26 00:00:00+01:00,1.105,1.096999969482422,1.09,1.105,1.105,16214,0.0,0.0 2024-06-27 00:00:00+01:00,1.105,1.095999984741211,1.083499984741211,1.1,1.1,42601,0.0,0.0 2024-06-28 00:00:00+01:00,1.1,1.0916400146484375,1.083499984741211,1.1,1.1,69785,0.0,0.0 2024-07-01 00:00:00+01:00,1.1,1.095999984741211,1.083499984741211,1.095,1.095,23441,0.0,0.0 2024-07-02 00:00:00+01:00,1.095,1.095800018310547,1.08,1.095,1.095,21623,0.0,0.0 2024-07-03 00:00:00+01:00,1.095,1.0931999969482422,1.0840000152587892,1.095,1.095,61632,0.0,0.0 2024-07-04 00:00:00+01:00,1.095,1.1,1.0916400146484375,1.095,1.095,35573,0.0,0.0 2024-07-05 00:00:00+01:00,1.095,1.1,1.092249984741211,1.095,1.095,4032,0.0,0.0 2024-07-08 00:00:00+01:00,1.095,1.098499984741211,1.0840000152587892,1.095,1.095,7056,0.0,0.0 2024-07-09 00:00:00+01:00,1.095,1.098000030517578,1.0840000152587892,1.095,1.095,7138,0.0,0.0 2024-07-10 00:00:00+01:00,1.095,1.1025,1.0840000152587892,1.095,1.095,39628,0.0,0.0 2024-07-11 00:00:00+01:00,1.095,1.108499984741211,1.0825,1.095,1.095,17901,0.0,0.0 2024-07-12 00:00:00+01:00,1.1,1.12,1.0925,1.115,1.115,65945,0.0,0.0 2024-07-15 00:00:00+01:00,1.12,1.1795999908447266,1.1395999908447265,1.16,1.16,26942,0.0,0.0 2024-07-16 00:00:00+01:00,1.16,1.2,1.1501000213623047,1.175,1.175,51249,0.0,0.0 2024-07-17 00:00:00+01:00,1.175,1.2175,1.175999984741211,1.21,1.21,30755,0.0,0.0 2024-07-18 00:00:00+01:00,1.21,1.2,1.1661199951171874,1.195,1.195,120422,0.0,0.0 2024-07-19 00:00:00+01:00,1.205,1.17,1.150999984741211,1.16,1.16,28321,0.0,0.0 2024-07-22 00:00:00+01:00,1.16,1.2,1.1575,1.175,1.175,24474,0.0,0.0 2024-07-23 00:00:00+01:00,1.175,1.191999969482422,1.167699966430664,1.175,1.175,7473,0.0,0.0 2024-07-24 00:00:00+01:00,1.175,1.18,1.168550033569336,1.175,1.175,17429,0.0,0.0 2024-07-25 00:00:00+01:00,1.215,1.319199981689453,1.2387999725341796,1.3,1.3,303349,0.0,0.0 2024-07-26 00:00:00+01:00,1.3,1.33,1.2960000610351563,1.315,1.315,32451,0.0,0.0 2024-07-29 00:00:00+01:00,1.315,1.3789999389648437,1.3055999755859375,1.35,1.35,101774,0.0,0.0 2024-07-30 00:00:00+01:00,1.35,1.355,1.325,1.35,1.35,26536,0.0,0.0 2024-07-31 00:00:00+01:00,1.35,1.34,1.3355000305175782,1.335,1.335,21062,0.0,0.0 2024-08-01 00:00:00+01:00,1.335,1.3519999694824218,1.3355000305175782,1.35,1.35,19273,0.0,0.0 2024-08-02 00:00:00+01:00,1.35,1.358800048828125,1.3155000305175781,1.335,1.335,54647,0.0,0.0 2024-08-05 00:00:00+01:00,1.335,1.33,1.285,1.31,1.31,65785,0.0,0.0 2024-08-06 00:00:00+01:00,1.32,1.3482000732421875,1.3066000366210937,1.32,1.32,11044,0.0,0.0 2024-08-07 00:00:00+01:00,1.32,1.346999969482422,1.308800048828125,1.32,1.32,29033,0.0,0.0 2024-08-08 00:00:00+01:00,1.32,1.35,1.3111000061035156,1.325,1.325,28034,0.0,0.0 2024-08-09 00:00:00+01:00,1.325,1.35,1.316999969482422,1.325,1.325,6340,0.0,0.0 2024-08-12 00:00:00+01:00,1.325,1.35,1.3211000061035156,1.325,1.325,17176,0.0,0.0 2024-08-13 00:00:00+01:00,1.325,1.3800000000000001,1.33,1.36,1.36,56740,0.0,0.0 2024-08-14 00:00:00+01:00,1.36,1.3739999389648438,1.3511000061035157,1.36,1.36,5705,0.0,0.0 2024-08-15 00:00:00+01:00,1.36,1.3900000000000001,1.3655000305175782,1.375,1.375,20781,0.0,0.0 2024-08-16 00:00:00+01:00,1.375,1.435,1.3755000305175782,1.385,1.385,94362,0.0,0.0 2024-08-19 00:00:00+01:00,1.385,1.4000000000000001,1.3866000366210938,1.4000000000000001,1.4000000000000001,19889,0.0,0.0 2024-08-20 00:00:00+01:00,1.405,1.399499969482422,1.37,1.4000000000000001,1.4000000000000001,14556,0.0,0.0 2024-08-21 00:00:00+01:00,1.4000000000000001,1.398800048828125,1.375,1.4000000000000001,1.4000000000000001,27222,0.0,0.0 2024-08-22 00:00:00+01:00,1.396999969482422,1.4039999389648439,1.396999969482422,1.3985499572753906,1.3985499572753906,23380,0.0,0.0 ================================================ FILE: tests/data/EWG-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2022-01-03 00:00:00-05:00,33.119998931884766,33.189998626708984,33.0,33.15999984741211,30.576433181762695,1763100,0.0,0.0,0.0 2022-01-04 00:00:00-05:00,33.380001068115234,33.400001525878906,33.189998626708984,33.2599983215332,30.668638229370117,2580300,0.0,0.0,0.0 2022-01-05 00:00:00-05:00,33.59000015258789,33.61000061035156,33.13999938964844,33.150001525878906,30.56721305847168,2620600,0.0,0.0,0.0 2022-01-06 00:00:00-05:00,33.130001068115234,33.2599983215332,32.970001220703125,33.029998779296875,30.456562042236328,3658800,0.0,0.0,0.0 2022-01-07 00:00:00-05:00,33.029998779296875,33.15999984741211,32.900001525878906,33.11000061035156,30.53032875061035,2564900,0.0,0.0,0.0 2022-01-10 00:00:00-05:00,32.650001525878906,32.84000015258789,32.5099983215332,32.810001373291016,30.253704071044922,3478200,0.0,0.0,0.0 2022-01-11 00:00:00-05:00,32.97999954223633,33.2599983215332,32.88999938964844,33.2599983215332,30.668638229370117,2177500,0.0,0.0,0.0 2022-01-12 00:00:00-05:00,33.40999984741211,33.540000915527344,33.349998474121094,33.5099983215332,30.89916229248047,3772500,0.0,0.0,0.0 2022-01-13 00:00:00-05:00,33.66999816894531,33.709999084472656,33.310001373291016,33.34000015258789,30.742406845092773,5736800,0.0,0.0,0.0 2022-01-14 00:00:00-05:00,33.27000045776367,33.439998626708984,33.150001525878906,33.34000015258789,30.742406845092773,4147200,0.0,0.0,0.0 2022-01-18 00:00:00-05:00,32.86000061035156,32.9900016784668,32.66999816894531,32.709999084472656,30.16149139404297,5269900,0.0,0.0,0.0 2022-01-19 00:00:00-05:00,33.02000045776367,33.060001373291016,32.77000045776367,32.81999969482422,30.262920379638672,4648700,0.0,0.0,0.0 2022-01-20 00:00:00-05:00,32.880001068115234,33.06999969482422,32.619998931884766,32.63999938964844,30.096946716308594,3376000,0.0,0.0,0.0 2022-01-21 00:00:00-05:00,32.349998474121094,32.41999816894531,32.099998474121094,32.11000061035156,29.608240127563477,5542600,0.0,0.0,0.0 2022-01-24 00:00:00-05:00,31.270000457763672,31.690000534057617,30.770000457763672,31.670000076293945,29.2025203704834,10948400,0.0,0.0,0.0 2022-01-25 00:00:00-05:00,31.219999313354492,31.579999923706055,30.959999084472656,31.40999984741211,28.962778091430664,6098600,0.0,0.0,0.0 2022-01-26 00:00:00-05:00,32.0,32.189998626708984,31.43000030517578,31.6299991607666,29.16563606262207,10981300,0.0,0.0,0.0 2022-01-27 00:00:00-05:00,31.690000534057617,31.84000015258789,31.329999923706055,31.420000076293945,28.97199821472168,4721600,0.0,0.0,0.0 2022-01-28 00:00:00-05:00,31.170000076293945,31.489999771118164,31.010000228881836,31.479999542236328,29.02732276916504,4433100,0.0,0.0,0.0 2022-01-31 00:00:00-05:00,31.510000228881836,32.029998779296875,31.510000228881836,32.0099983215332,29.516029357910156,3441800,0.0,0.0,0.0 2022-02-01 00:00:00-05:00,32.27000045776367,32.29999923706055,32.029998779296875,32.279998779296875,29.764991760253906,3769100,0.0,0.0,0.0 2022-02-02 00:00:00-05:00,32.41999816894531,32.470001220703125,32.22999954223633,32.36000061035156,29.838762283325195,2930400,0.0,0.0,0.0 2022-02-03 00:00:00-05:00,32.16999816894531,32.34000015258789,32.06999969482422,32.06999969482422,29.57135581970215,3751100,0.0,0.0,0.0 2022-02-04 00:00:00-05:00,31.760000228881836,32.130001068115234,31.68000030517578,31.979999542236328,29.488367080688477,3348900,0.0,0.0,0.0 2022-02-07 00:00:00-05:00,31.959999084472656,32.130001068115234,31.889999389648438,31.979999542236328,29.488367080688477,3964200,0.0,0.0,0.0 2022-02-08 00:00:00-05:00,31.850000381469727,32.130001068115234,31.799999237060547,32.099998474121094,29.599016189575195,2219300,0.0,0.0,0.0 2022-02-09 00:00:00-05:00,32.56999969482422,32.630001068115234,32.4900016784668,32.619998931884766,30.078502655029297,2272700,0.0,0.0,0.0 2022-02-10 00:00:00-05:00,32.20000076293945,32.72999954223633,32.189998626708984,32.25,29.737333297729492,4278300,0.0,0.0,0.0 2022-02-11 00:00:00-05:00,32.279998779296875,32.400001525878906,31.459999084472656,31.56999969482422,29.11031150817871,14214100,0.0,0.0,0.0 2022-02-14 00:00:00-05:00,31.34000015258789,31.420000076293945,30.979999542236328,31.229999542236328,28.79680061340332,6454000,0.0,0.0,0.0 2022-02-15 00:00:00-05:00,31.93000030517578,32.16999816894531,31.920000076293945,32.16999816894531,29.663564682006836,4968300,0.0,0.0,0.0 2022-02-16 00:00:00-05:00,32.0099983215332,32.279998779296875,31.979999542236328,32.220001220703125,29.70966911315918,3709000,0.0,0.0,0.0 2022-02-17 00:00:00-05:00,31.899999618530273,31.950000762939453,31.549999237060547,31.610000610351562,29.147193908691406,4397600,0.0,0.0,0.0 2022-02-18 00:00:00-05:00,31.459999084472656,31.510000228881836,31.100000381469727,31.200000762939453,28.769140243530273,5927700,0.0,0.0,0.0 2022-02-22 00:00:00-05:00,30.549999237060547,30.729999542236328,30.09000015258789,30.420000076293945,28.049911499023438,8123100,0.0,0.0,0.0 2022-02-23 00:00:00-05:00,30.75,30.760000228881836,29.940000534057617,29.989999771118164,27.653411865234375,9503700,0.0,0.0,0.0 2022-02-24 00:00:00-05:00,28.309999465942383,29.40999984741211,28.239999771118164,29.309999465942383,27.026391983032227,21606100,0.0,0.0,0.0 2022-02-25 00:00:00-05:00,29.600000381469727,30.100000381469727,29.520000457763672,30.079999923706055,27.73640251159668,10060600,0.0,0.0,0.0 2022-02-28 00:00:00-05:00,29.100000381469727,29.670000076293945,28.899999618530273,29.079999923706055,26.814313888549805,16201700,0.0,0.0,0.0 2022-03-01 00:00:00-05:00,28.729999542236328,28.809999465942383,27.799999237060547,28.030000686645508,25.846120834350586,12318800,0.0,0.0,0.0 2022-03-02 00:00:00-05:00,28.049999237060547,28.43000030517578,27.93000030517578,28.239999771118164,26.039756774902344,9535900,0.0,0.0,0.0 2022-03-03 00:00:00-05:00,28.079999923706055,28.079999923706055,27.239999771118164,27.360000610351562,25.228322982788086,10274100,0.0,0.0,0.0 2022-03-04 00:00:00-05:00,26.170000076293945,26.219999313354492,25.540000915527344,25.889999389648438,23.872852325439453,30704800,0.0,0.0,0.0 2022-03-07 00:00:00-05:00,25.850000381469727,25.93000030517578,24.6299991607666,24.850000381469727,22.913883209228516,27714300,0.0,0.0,0.0 2022-03-08 00:00:00-05:00,25.540000915527344,26.43000030517578,25.030000686645508,25.670000076293945,23.669992446899414,27205700,0.0,0.0,0.0 2022-03-09 00:00:00-05:00,27.280000686645508,28.059999465942383,27.100000381469727,27.690000534057617,25.532609939575195,27225400,0.0,0.0,0.0 2022-03-10 00:00:00-05:00,26.790000915527344,27.149999618530273,26.639999389648438,26.809999465942383,24.721174240112305,15153600,0.0,0.0,0.0 2022-03-11 00:00:00-05:00,27.450000762939453,27.5,26.649999618530273,26.709999084472656,24.628963470458984,12094800,0.0,0.0,0.0 2022-03-14 00:00:00-04:00,27.56999969482422,27.829999923706055,27.389999389648438,27.450000762939453,25.311311721801758,9413600,0.0,0.0,0.0 2022-03-15 00:00:00-04:00,27.559999465942383,27.760000228881836,27.350000381469727,27.729999542236328,25.569494247436523,14046900,0.0,0.0,0.0 2022-03-16 00:00:00-04:00,28.299999237060547,29.020000457763672,28.209999084472656,28.93000030517578,26.676000595092773,18294400,0.0,0.0,0.0 2022-03-17 00:00:00-04:00,28.530000686645508,29.020000457763672,28.459999084472656,28.93000030517578,26.676000595092773,9147700,0.0,0.0,0.0 2022-03-18 00:00:00-04:00,28.25,28.940000534057617,28.200000762939453,28.90999984741211,26.657556533813477,6621800,0.0,0.0,0.0 2022-03-21 00:00:00-04:00,28.729999542236328,28.739999771118164,28.280000686645508,28.440000534057617,26.224178314208984,7586300,0.0,0.0,0.0 2022-03-22 00:00:00-04:00,28.709999084472656,28.90999984741211,28.68000030517578,28.860000610351562,26.611454010009766,3403600,0.0,0.0,0.0 2022-03-23 00:00:00-04:00,28.209999084472656,28.3799991607666,28.1200008392334,28.149999618530273,25.956771850585938,7583600,0.0,0.0,0.0 2022-03-24 00:00:00-04:00,28.110000610351562,28.360000610351562,28.010000228881836,28.309999465942383,26.104305267333984,5455100,0.0,0.0,0.0 2022-03-25 00:00:00-04:00,28.3799991607666,28.469999313354492,28.079999923706055,28.309999465942383,26.104305267333984,6040800,0.0,0.0,0.0 2022-03-28 00:00:00-04:00,28.479999542236328,28.65999984741211,28.280000686645508,28.6299991607666,26.399372100830078,6187300,0.0,0.0,0.0 2022-03-29 00:00:00-04:00,29.68000030517578,29.829999923706055,29.280000686645508,29.559999465942383,27.256916046142578,8018100,0.0,0.0,0.0 2022-03-30 00:00:00-04:00,29.239999771118164,29.299999237060547,29.049999237060547,29.18000030517578,26.906522750854492,3618700,0.0,0.0,0.0 2022-03-31 00:00:00-04:00,28.809999465942383,28.860000610351562,28.350000381469727,28.389999389648438,26.178071975708008,4306200,0.0,0.0,0.0 2022-04-01 00:00:00-04:00,28.6299991607666,28.65999984741211,28.3799991607666,28.610000610351562,26.380931854248047,3559800,0.0,0.0,0.0 2022-04-04 00:00:00-04:00,28.440000534057617,28.65999984741211,28.420000076293945,28.600000381469727,26.3717098236084,3666400,0.0,0.0,0.0 2022-04-05 00:00:00-04:00,28.290000915527344,28.43000030517578,27.989999771118164,28.06999969482422,25.88300323486328,4127800,0.0,0.0,0.0 2022-04-06 00:00:00-04:00,27.579999923706055,27.739999771118164,27.3799991607666,27.59000015258789,25.44040298461914,8541800,0.0,0.0,0.0 2022-04-07 00:00:00-04:00,27.760000228881836,27.81999969482422,27.3700008392334,27.600000381469727,25.44962501525879,5334800,0.0,0.0,0.0 2022-04-08 00:00:00-04:00,27.510000228881836,27.799999237060547,27.489999771118164,27.690000534057617,25.532609939575195,6130000,0.0,0.0,0.0 2022-04-11 00:00:00-04:00,27.549999237060547,27.729999542236328,27.299999237060547,27.34000015258789,25.209880828857422,5640500,0.0,0.0,0.0 2022-04-12 00:00:00-04:00,27.43000030517578,27.5,26.989999771118164,27.059999465942383,24.951696395874023,6505900,0.0,0.0,0.0 2022-04-13 00:00:00-04:00,26.959999084472656,27.360000610351562,26.93000030517578,27.329999923706055,25.200660705566406,4604300,0.0,0.0,0.0 2022-04-14 00:00:00-04:00,27.299999237060547,27.3799991607666,27.09000015258789,27.170000076293945,25.053123474121094,5036800,0.0,0.0,0.0 2022-04-18 00:00:00-04:00,27.059999465942383,27.31999969482422,27.020000457763672,27.110000610351562,24.997800827026367,6521900,0.0,0.0,0.0 2022-04-19 00:00:00-04:00,27.059999465942383,27.399999618530273,27.059999465942383,27.389999389648438,25.255983352661133,3861900,0.0,0.0,0.0 2022-04-20 00:00:00-04:00,27.690000534057617,27.790000915527344,27.610000610351562,27.709999084472656,25.55105209350586,4601900,0.0,0.0,0.0 2022-04-21 00:00:00-04:00,28.239999771118164,28.280000686645508,27.56999969482422,27.639999389648438,25.48650550842285,5081000,0.0,0.0,0.0 2022-04-22 00:00:00-04:00,27.549999237060547,27.549999237060547,27.06999969482422,27.09000015258789,24.979358673095703,5660900,0.0,0.0,0.0 2022-04-25 00:00:00-04:00,26.780000686645508,26.959999084472656,26.530000686645508,26.90999984741211,24.813383102416992,6099400,0.0,0.0,0.0 2022-04-26 00:00:00-04:00,26.709999084472656,26.709999084472656,25.84000015258789,25.84000015258789,23.826749801635742,7338400,0.0,0.0,0.0 2022-04-27 00:00:00-04:00,25.829999923706055,26.020000457763672,25.600000381469727,25.81999969482422,23.808305740356445,7271900,0.0,0.0,0.0 2022-04-28 00:00:00-04:00,26.18000030517578,26.3700008392334,25.829999923706055,26.31999969482422,24.269351959228516,7891600,0.0,0.0,0.0 2022-04-29 00:00:00-04:00,26.34000015258789,26.5,25.959999084472656,26.010000228881836,23.983503341674805,6492100,0.0,0.0,0.0 2022-05-02 00:00:00-04:00,25.950000762939453,26.149999618530273,25.700000762939453,25.959999084472656,23.937397003173828,8041900,0.0,0.0,0.0 2022-05-03 00:00:00-04:00,26.110000610351562,26.170000076293945,25.979999542236328,26.100000381469727,24.066492080688477,6359000,0.0,0.0,0.0 2022-05-04 00:00:00-04:00,26.25,26.760000228881836,25.979999542236328,26.719999313354492,24.638185501098633,9886700,0.0,0.0,0.0 2022-05-05 00:00:00-04:00,26.280000686645508,26.280000686645508,25.540000915527344,25.799999237060547,23.789865493774414,8071300,0.0,0.0,0.0 2022-05-06 00:00:00-04:00,25.56999969482422,25.649999618530273,25.280000686645508,25.420000076293945,23.439472198486328,7182700,0.0,0.0,0.0 2022-05-09 00:00:00-04:00,25.049999237060547,25.200000762939453,24.760000228881836,24.90999984741211,22.969207763671875,5943000,0.0,0.0,0.0 2022-05-10 00:00:00-04:00,25.549999237060547,25.56999969482422,25.079999923706055,25.260000228881836,23.29193878173828,7993300,0.0,0.0,0.0 2022-05-11 00:00:00-04:00,25.440000534057617,25.850000381469727,25.219999313354492,25.239999771118164,23.273496627807617,8779100,0.0,0.0,0.0 2022-05-12 00:00:00-04:00,24.950000762939453,25.399999618530273,24.829999923706055,25.100000381469727,23.144405364990234,6126900,0.0,0.0,0.0 2022-05-13 00:00:00-04:00,25.43000030517578,25.809999465942383,25.420000076293945,25.780000686645508,23.77142333984375,3455500,0.0,0.0,0.0 2022-05-16 00:00:00-04:00,25.56999969482422,25.860000610351562,25.420000076293945,25.770000457763672,23.762203216552734,2507200,0.0,0.0,0.0 2022-05-17 00:00:00-04:00,26.329999923706055,26.469999313354492,26.18000030517578,26.459999084472656,24.398441314697266,3766600,0.0,0.0,0.0 2022-05-18 00:00:00-04:00,26.100000381469727,26.1299991607666,25.540000915527344,25.559999465942383,23.568565368652344,3652300,0.0,0.0,0.0 2022-05-19 00:00:00-04:00,25.540000915527344,26.1200008392334,25.510000228881836,25.950000762939453,23.928178787231445,4494000,0.0,0.0,0.0 2022-05-20 00:00:00-04:00,26.290000915527344,26.290000915527344,25.760000228881836,26.09000015258789,24.057270050048828,3965900,0.0,0.0,0.0 2022-05-23 00:00:00-04:00,26.450000762939453,26.719999313354492,26.360000610351562,26.690000534057617,24.610525131225586,4645000,0.0,0.0,0.0 2022-05-24 00:00:00-04:00,26.520000457763672,26.600000381469727,26.329999923706055,26.510000228881836,24.444549560546875,2999000,0.0,0.0,0.0 2022-05-25 00:00:00-04:00,26.170000076293945,26.600000381469727,26.149999618530273,26.489999771118164,24.426105499267578,2362800,0.0,0.0,0.0 2022-05-26 00:00:00-04:00,26.610000610351562,27.020000457763672,26.600000381469727,26.969999313354492,24.868709564208984,2724300,0.0,0.0,0.0 2022-05-27 00:00:00-04:00,27.170000076293945,27.3799991607666,27.15999984741211,27.360000610351562,25.228322982788086,1483700,0.0,0.0,0.0 2022-05-31 00:00:00-04:00,27.280000686645508,27.450000762939453,27.1200008392334,27.329999923706055,25.200660705566406,3135700,0.0,0.0,0.0 2022-06-01 00:00:00-04:00,27.40999984741211,27.450000762939453,26.899999618530273,27.010000228881836,24.905590057373047,3095900,0.0,0.0,0.0 2022-06-02 00:00:00-04:00,27.270000457763672,27.700000762939453,27.200000762939453,27.690000534057617,25.532609939575195,2274200,0.0,0.0,0.0 2022-06-03 00:00:00-04:00,27.399999618530273,27.469999313354492,27.290000915527344,27.3700008392334,25.237546920776367,1437400,0.0,0.0,0.0 2022-06-06 00:00:00-04:00,27.6299991607666,27.760000228881836,27.459999084472656,27.530000686645508,25.38507843017578,1360600,0.0,0.0,0.0 2022-06-07 00:00:00-04:00,27.149999618530273,27.549999237060547,27.149999618530273,27.530000686645508,25.38507843017578,1453800,0.0,0.0,0.0 2022-06-08 00:00:00-04:00,27.280000686645508,27.3799991607666,27.1200008392334,27.170000076293945,25.053123474121094,1365200,0.0,0.0,0.0 2022-06-09 00:00:00-04:00,26.040000915527344,26.1200008392334,25.59000015258789,25.610000610351562,24.323699951171875,2492800,0.792,0.0,0.0 2022-06-10 00:00:00-04:00,25.040000915527344,25.079999923706055,24.75,24.829999923706055,23.582874298095703,3783500,0.0,0.0,0.0 2022-06-13 00:00:00-04:00,24.049999237060547,24.260000228881836,23.8700008392334,23.969999313354492,22.766069412231445,4093300,0.0,0.0,0.0 2022-06-14 00:00:00-04:00,24.040000915527344,24.079999923706055,23.549999237060547,23.760000228881836,22.566617965698242,4976100,0.0,0.0,0.0 2022-06-15 00:00:00-04:00,24.149999618530273,24.399999618530273,23.809999465942383,24.309999465942383,23.088993072509766,5409900,0.0,0.0,0.0 2022-06-16 00:00:00-04:00,23.450000762939453,23.709999084472656,23.329999923706055,23.510000228881836,22.32917594909668,3249000,0.0,0.0,0.0 2022-06-17 00:00:00-04:00,23.56999969482422,23.780000686645508,23.420000076293945,23.670000076293945,22.48114013671875,3617400,0.0,0.0,0.0 2022-06-21 00:00:00-04:00,24.110000610351562,24.1200008392334,23.8700008392334,23.90999984741211,22.709083557128906,2866500,0.0,0.0,0.0 2022-06-22 00:00:00-04:00,23.59000015258789,24.020000457763672,23.549999237060547,23.760000228881836,22.566617965698242,2241700,0.0,0.0,0.0 2022-06-23 00:00:00-04:00,23.3799991607666,23.420000076293945,23.09000015258789,23.3700008392334,22.19620704650879,4284500,0.0,0.0,0.0 2022-06-24 00:00:00-04:00,23.5,23.93000030517578,23.479999542236328,23.93000030517578,22.728078842163086,3730900,0.0,0.0,0.0 2022-06-27 00:00:00-04:00,23.959999084472656,24.079999923706055,23.829999923706055,23.899999618530273,22.699586868286133,2966000,0.0,0.0,0.0 2022-06-28 00:00:00-04:00,24.030000686645508,24.139999389648438,23.639999389648438,23.649999618530273,22.462142944335938,2541700,0.0,0.0,0.0 2022-06-29 00:00:00-04:00,23.459999084472656,23.5,23.229999542236328,23.25,22.082231521606445,2718100,0.0,0.0,0.0 2022-06-30 00:00:00-04:00,22.6200008392334,23.030000686645508,22.450000762939453,23.010000228881836,21.85428810119629,4886900,0.0,0.0,0.0 2022-07-01 00:00:00-04:00,22.700000762939453,23.040000915527344,22.600000381469727,23.030000686645508,21.8732852935791,2566600,0.0,0.0,0.0 2022-07-05 00:00:00-04:00,21.850000381469727,22.1299991607666,21.719999313354492,22.100000381469727,20.989994049072266,6604800,0.0,0.0,0.0 2022-07-06 00:00:00-04:00,22.0,22.079999923706055,21.81999969482422,22.020000457763672,20.914012908935547,3200500,0.0,0.0,0.0 2022-07-07 00:00:00-04:00,22.280000686645508,22.43000030517578,22.260000228881836,22.43000030517578,21.30341911315918,1882300,0.0,0.0,0.0 2022-07-08 00:00:00-04:00,22.530000686645508,22.729999542236328,22.40999984741211,22.649999618530273,21.51236915588379,2556000,0.0,0.0,0.0 2022-07-11 00:00:00-04:00,22.209999084472656,22.25,21.969999313354492,22.010000228881836,20.90451431274414,2794100,0.0,0.0,0.0 2022-07-12 00:00:00-04:00,21.850000381469727,22.200000762939453,21.850000381469727,21.90999984741211,20.809537887573242,3030900,0.0,0.0,0.0 2022-07-13 00:00:00-04:00,21.610000610351562,22.0,21.530000686645508,21.8799991607666,20.78104591369629,7737100,0.0,0.0,0.0 2022-07-14 00:00:00-04:00,21.299999237060547,21.510000228881836,21.079999923706055,21.459999084472656,20.382137298583984,4537000,0.0,0.0,0.0 2022-07-15 00:00:00-04:00,21.829999923706055,22.09000015258789,21.68000030517578,22.030000686645508,20.92350959777832,4397500,0.0,0.0,0.0 2022-07-18 00:00:00-04:00,22.399999618530273,22.469999313354492,22.139999389648438,22.200000762939453,21.084970474243164,3233800,0.0,0.0,0.0 2022-07-19 00:00:00-04:00,22.770000457763672,23.299999237060547,22.75,23.229999542236328,22.0632381439209,9261300,0.0,0.0,0.0 2022-07-20 00:00:00-04:00,23.09000015258789,23.200000762939453,22.809999465942383,22.920000076293945,21.768808364868164,5742100,0.0,0.0,0.0 2022-07-21 00:00:00-04:00,22.729999542236328,23.059999465942383,22.690000534057617,23.030000686645508,21.8732852935791,6179200,0.0,0.0,0.0 2022-07-22 00:00:00-04:00,23.149999618530273,23.309999465942383,22.829999923706055,22.920000076293945,21.768808364868164,3461500,0.0,0.0,0.0 2022-07-25 00:00:00-04:00,23.15999984741211,23.200000762939453,22.8700008392334,23.010000228881836,21.85428810119629,4194400,0.0,0.0,0.0 2022-07-26 00:00:00-04:00,22.56999969482422,22.6200008392334,22.3700008392334,22.40999984741211,21.284423828125,4293200,0.0,0.0,0.0 2022-07-27 00:00:00-04:00,22.6299991607666,23.049999237060547,22.540000915527344,23.010000228881836,21.85428810119629,15421800,0.0,0.0,0.0 2022-07-28 00:00:00-04:00,22.93000030517578,23.1200008392334,22.739999771118164,23.09000015258789,21.930269241333008,4195000,0.0,0.0,0.0 2022-07-29 00:00:00-04:00,23.229999542236328,23.579999923706055,23.15999984741211,23.579999923706055,22.39565658569336,3923400,0.0,0.0,0.0 2022-08-01 00:00:00-04:00,23.559999465942383,23.739999771118164,23.469999313354492,23.56999969482422,22.38616180419922,3476000,0.0,0.0,0.0 2022-08-02 00:00:00-04:00,23.420000076293945,23.5,23.239999771118164,23.239999771118164,22.072734832763672,4013200,0.0,0.0,0.0 2022-08-03 00:00:00-04:00,23.420000076293945,23.65999984741211,23.309999465942383,23.6200008392334,22.433650970458984,3700500,0.0,0.0,0.0 2022-08-04 00:00:00-04:00,23.799999237060547,23.90999984741211,23.700000762939453,23.889999389648438,22.690088272094727,4106300,0.0,0.0,0.0 2022-08-05 00:00:00-04:00,23.520000457763672,23.68000030517578,23.43000030517578,23.610000610351562,22.424152374267578,3558200,0.0,0.0,0.0 2022-08-08 00:00:00-04:00,23.75,23.8799991607666,23.600000381469727,23.649999618530273,22.462142944335938,2746200,0.0,0.0,0.0 2022-08-09 00:00:00-04:00,23.59000015258789,23.6299991607666,23.40999984741211,23.440000534057617,22.2626895904541,3636500,0.0,0.0,0.0 2022-08-10 00:00:00-04:00,23.979999542236328,24.149999618530273,23.899999618530273,24.030000686645508,22.823057174682617,3509100,0.0,0.0,0.0 2022-08-11 00:00:00-04:00,24.110000610351562,24.200000762939453,23.90999984741211,23.989999771118164,22.785062789916992,4110200,0.0,0.0,0.0 2022-08-12 00:00:00-04:00,24.040000915527344,24.209999084472656,23.950000762939453,24.200000762939453,22.98451805114746,2956900,0.0,0.0,0.0 2022-08-15 00:00:00-04:00,23.850000381469727,23.940000534057617,23.799999237060547,23.8700008392334,22.67109489440918,3338700,0.0,0.0,0.0 2022-08-16 00:00:00-04:00,23.84000015258789,24.1200008392334,23.829999923706055,24.030000686645508,22.823057174682617,2509200,0.0,0.0,0.0 2022-08-17 00:00:00-04:00,23.540000915527344,23.709999084472656,23.43000030517578,23.549999237060547,22.367162704467773,7674500,0.0,0.0,0.0 2022-08-18 00:00:00-04:00,23.530000686645508,23.540000915527344,23.31999969482422,23.389999389648438,22.21520233154297,3350500,0.0,0.0,0.0 2022-08-19 00:00:00-04:00,23.200000762939453,23.209999084472656,22.93000030517578,22.989999771118164,21.835290908813477,4893900,0.0,0.0,0.0 2022-08-22 00:00:00-04:00,22.389999389648438,22.40999984741211,22.100000381469727,22.149999618530273,21.037479400634766,5315100,0.0,0.0,0.0 2022-08-23 00:00:00-04:00,22.18000030517578,22.440000534057617,22.06999969482422,22.139999389648438,21.027984619140625,5609700,0.0,0.0,0.0 2022-08-24 00:00:00-04:00,22.079999923706055,22.34000015258789,22.040000915527344,22.229999542236328,21.113466262817383,3652400,0.0,0.0,0.0 2022-08-25 00:00:00-04:00,22.270000457763672,22.5,22.219999313354492,22.5,21.369903564453125,2443500,0.0,0.0,0.0 2022-08-26 00:00:00-04:00,22.549999237060547,22.559999465942383,21.6200008392334,21.6299991607666,20.54360008239746,4491900,0.0,0.0,0.0 2022-08-29 00:00:00-04:00,21.739999771118164,21.940000534057617,21.709999084472656,21.799999237060547,20.705059051513672,3528700,0.0,0.0,0.0 2022-08-30 00:00:00-04:00,22.18000030517578,22.229999542236328,21.799999237060547,21.93000030517578,20.828535079956055,3691600,0.0,0.0,0.0 2022-08-31 00:00:00-04:00,21.940000534057617,22.049999237060547,21.790000915527344,21.84000015258789,20.743053436279297,2696800,0.0,0.0,0.0 2022-09-01 00:00:00-04:00,21.440000534057617,21.549999237060547,21.15999984741211,21.540000915527344,20.4581241607666,4467100,0.0,0.0,0.0 2022-09-02 00:00:00-04:00,21.950000762939453,22.18000030517578,21.25,21.350000381469727,20.27766227722168,15092100,0.0,0.0,0.0 2022-09-06 00:00:00-04:00,21.6200008392334,21.75,21.399999618530273,21.489999771118164,20.410633087158203,5485400,0.0,0.0,0.0 2022-09-07 00:00:00-04:00,21.530000686645508,22.040000915527344,21.510000228881836,22.040000915527344,20.93301010131836,4387500,0.0,0.0,0.0 2022-09-08 00:00:00-04:00,21.459999084472656,21.84000015258789,21.389999389648438,21.780000686645508,20.686067581176758,4490700,0.0,0.0,0.0 2022-09-09 00:00:00-04:00,22.239999771118164,22.43000030517578,22.239999771118164,22.420000076293945,21.293920516967773,3038400,0.0,0.0,0.0 2022-09-12 00:00:00-04:00,22.959999084472656,23.1299991607666,22.920000076293945,23.049999237060547,21.89227867126465,9235500,0.0,0.0,0.0 2022-09-13 00:00:00-04:00,22.520000457763672,22.690000534057617,22.06999969482422,22.09000015258789,20.98049545288086,6847400,0.0,0.0,0.0 2022-09-14 00:00:00-04:00,22.040000915527344,22.18000030517578,21.8799991607666,22.059999465942383,20.952001571655273,10468000,0.0,0.0,0.0 2022-09-15 00:00:00-04:00,21.850000381469727,22.09000015258789,21.81999969482422,21.860000610351562,20.762046813964844,3364700,0.0,0.0,0.0 2022-09-16 00:00:00-04:00,21.5,21.709999084472656,21.440000534057617,21.610000610351562,20.524606704711914,9370200,0.0,0.0,0.0 2022-09-19 00:00:00-04:00,21.360000610351562,21.809999465942383,21.360000610351562,21.790000915527344,20.695566177368164,3386400,0.0,0.0,0.0 2022-09-20 00:00:00-04:00,21.3799991607666,21.459999084472656,21.09000015258789,21.290000915527344,20.220678329467773,8508800,0.0,0.0,0.0 2022-09-21 00:00:00-04:00,21.239999771118164,21.5,20.93000030517578,20.940000534057617,19.88825798034668,6353100,0.0,0.0,0.0 2022-09-22 00:00:00-04:00,21.020000457763672,21.079999923706055,20.75,20.899999618530273,19.85026741027832,3566100,0.0,0.0,0.0 2022-09-23 00:00:00-04:00,20.280000686645508,20.31999969482422,19.920000076293945,20.059999465942383,19.052453994750977,6668600,0.0,0.0,0.0 2022-09-26 00:00:00-04:00,19.989999771118164,20.149999618530273,19.700000762939453,19.770000457763672,18.777023315429688,6489100,0.0,0.0,0.0 2022-09-27 00:00:00-04:00,19.850000381469727,19.989999771118164,19.350000381469727,19.530000686645508,18.5490779876709,6233200,0.0,0.0,0.0 2022-09-28 00:00:00-04:00,19.5,20.200000762939453,19.43000030517578,20.15999984741211,19.147432327270508,5230800,0.0,0.0,0.0 2022-09-29 00:00:00-04:00,19.610000610351562,19.790000915527344,19.399999618530273,19.760000228881836,18.76752471923828,5291600,0.0,0.0,0.0 2022-09-30 00:00:00-04:00,19.68000030517578,20.040000915527344,19.65999984741211,19.739999771118164,18.7485294342041,6804500,0.0,0.0,0.0 2022-10-03 00:00:00-04:00,19.959999084472656,20.270000457763672,19.860000610351562,20.219999313354492,19.204418182373047,4340500,0.0,0.0,0.0 2022-10-04 00:00:00-04:00,20.90999984741211,21.299999237060547,20.899999618530273,21.280000686645508,20.211181640625,4940100,0.0,0.0,0.0 2022-10-05 00:00:00-04:00,20.760000228881836,21.049999237060547,20.579999923706055,20.920000076293945,19.8692626953125,4503400,0.0,0.0,0.0 2022-10-06 00:00:00-04:00,20.6299991607666,20.739999771118164,20.450000762939453,20.459999084472656,19.432363510131836,5603800,0.0,0.0,0.0 2022-10-07 00:00:00-04:00,20.270000457763672,20.309999465942383,19.90999984741211,19.989999771118164,18.985971450805664,3593300,0.0,0.0,0.0 2022-10-10 00:00:00-04:00,20.170000076293945,20.200000762939453,19.850000381469727,20.030000686645508,19.023963928222656,4613200,0.0,0.0,0.0 2022-10-11 00:00:00-04:00,19.829999923706055,20.100000381469727,19.649999618530273,19.760000228881836,18.76752471923828,4734900,0.0,0.0,0.0 2022-10-12 00:00:00-04:00,19.770000457763672,19.8700008392334,19.68000030517578,19.729999542236328,18.739028930664062,3461000,0.0,0.0,0.0 2022-10-13 00:00:00-04:00,19.450000762939453,20.450000762939453,19.3799991607666,20.350000381469727,19.327890396118164,8038400,0.0,0.0,0.0 2022-10-14 00:00:00-04:00,20.549999237060547,20.649999618530273,20.09000015258789,20.100000381469727,19.0904483795166,4538600,0.0,0.0,0.0 2022-10-17 00:00:00-04:00,20.729999542236328,20.889999389648438,20.709999084472656,20.829999923706055,19.783782958984375,7089200,0.0,0.0,0.0 2022-10-18 00:00:00-04:00,21.389999389648438,21.389999389648438,20.979999542236328,21.170000076293945,20.106704711914062,6711600,0.0,0.0,0.0 2022-10-19 00:00:00-04:00,20.850000381469727,20.979999542236328,20.670000076293945,20.81999969482422,19.77428436279297,4609400,0.0,0.0,0.0 2022-10-20 00:00:00-04:00,20.81999969482422,21.09000015258789,20.690000534057617,20.729999542236328,19.68880271911621,3385500,0.0,0.0,0.0 2022-10-21 00:00:00-04:00,20.649999618530273,21.200000762939453,20.579999923706055,21.190000534057617,20.125701904296875,5810600,0.0,0.0,0.0 2022-10-24 00:00:00-04:00,21.260000228881836,21.479999542236328,21.139999389648438,21.43000030517578,20.353647232055664,5313400,0.0,0.0,0.0 2022-10-25 00:00:00-04:00,21.489999771118164,21.90999984741211,21.459999084472656,21.889999389648438,20.790542602539062,3420200,0.0,0.0,0.0 2022-10-26 00:00:00-04:00,21.8799991607666,22.329999923706055,21.8799991607666,22.18000030517578,21.065975189208984,5468600,0.0,0.0,0.0 2022-10-27 00:00:00-04:00,22.040000915527344,22.299999237060547,21.950000762939453,21.959999084472656,20.857025146484375,3593400,0.0,0.0,0.0 2022-10-28 00:00:00-04:00,21.90999984741211,22.170000076293945,21.850000381469727,22.15999984741211,21.046979904174805,3372700,0.0,0.0,0.0 2022-10-31 00:00:00-04:00,21.860000610351562,21.920000076293945,21.780000686645508,21.81999969482422,20.724058151245117,2234800,0.0,0.0,0.0 2022-11-01 00:00:00-04:00,22.270000457763672,22.280000686645508,21.850000381469727,21.979999542236328,20.876020431518555,3571700,0.0,0.0,0.0 2022-11-02 00:00:00-04:00,21.90999984741211,22.190000534057617,21.489999771118164,21.489999771118164,20.410633087158203,6201000,0.0,0.0,0.0 2022-11-03 00:00:00-04:00,21.09000015258789,21.31999969482422,21.049999237060547,21.149999618530273,20.08770751953125,4075200,0.0,0.0,0.0 2022-11-04 00:00:00-04:00,22.0,22.31999969482422,21.860000610351562,22.309999465942383,21.18944549560547,7074500,0.0,0.0,0.0 2022-11-07 00:00:00-05:00,22.489999771118164,22.610000610351562,22.389999389648438,22.520000457763672,21.388898849487305,2484500,0.0,0.0,0.0 2022-11-08 00:00:00-05:00,22.6200008392334,22.979999542236328,22.59000015258789,22.850000381469727,21.70232391357422,5225000,0.0,0.0,0.0 2022-11-09 00:00:00-05:00,22.639999389648438,22.860000610351562,22.559999465942383,22.56999969482422,21.436386108398438,4797000,0.0,0.0,0.0 2022-11-10 00:00:00-05:00,23.729999542236328,24.1299991607666,23.59000015258789,24.1200008392334,22.908538818359375,7536400,0.0,0.0,0.0 2022-11-11 00:00:00-05:00,24.399999618530273,24.899999618530273,24.329999923706055,24.829999923706055,23.582874298095703,9108700,0.0,0.0,0.0 2022-11-14 00:00:00-05:00,24.719999313354492,24.959999084472656,24.639999389648438,24.649999618530273,23.411914825439453,5562900,0.0,0.0,0.0 2022-11-15 00:00:00-05:00,25.030000686645508,25.09000015258789,24.31999969482422,24.75,23.506895065307617,10749600,0.0,0.0,0.0 2022-11-16 00:00:00-05:00,24.780000686645508,24.850000381469727,24.6200008392334,24.760000228881836,23.516393661499023,6499200,0.0,0.0,0.0 2022-11-17 00:00:00-05:00,24.459999084472656,24.889999389648438,24.459999084472656,24.850000381469727,23.60187339782715,2771400,0.0,0.0,0.0 2022-11-18 00:00:00-05:00,25.030000686645508,25.040000915527344,24.860000610351562,24.93000030517578,23.677852630615234,3221500,0.0,0.0,0.0 2022-11-21 00:00:00-05:00,24.6299991607666,24.75,24.559999465942383,24.670000076293945,23.430912017822266,2228900,0.0,0.0,0.0 2022-11-22 00:00:00-05:00,24.719999313354492,24.90999984741211,24.68000030517578,24.889999389648438,23.639860153198242,2386400,0.0,0.0,0.0 2022-11-23 00:00:00-05:00,24.790000915527344,25.09000015258789,24.790000915527344,25.06999969482422,23.810821533203125,3481500,0.0,0.0,0.0 2022-11-25 00:00:00-05:00,25.139999389648438,25.31999969482422,25.139999389648438,25.260000228881836,23.99127960205078,1402200,0.0,0.0,0.0 2022-11-28 00:00:00-05:00,25.1200008392334,25.219999313354492,24.790000915527344,24.81999969482422,23.57337760925293,2757300,0.0,0.0,0.0 2022-11-29 00:00:00-05:00,24.84000015258789,25.020000457763672,24.809999465942383,24.90999984741211,23.658859252929688,1506500,0.0,0.0,0.0 2022-11-30 00:00:00-05:00,25.059999465942383,25.459999084472656,24.790000915527344,25.389999389648438,24.11474609375,7822900,0.0,0.0,0.0 2022-12-01 00:00:00-05:00,25.59000015258789,25.709999084472656,25.399999618530273,25.579999923706055,24.29520606994629,3481300,0.0,0.0,0.0 2022-12-02 00:00:00-05:00,25.450000762939453,25.770000457763672,25.420000076293945,25.739999771118164,24.44717025756836,2734200,0.0,0.0,0.0 2022-12-05 00:00:00-05:00,25.559999465942383,25.65999984741211,25.329999923706055,25.389999389648438,24.11474609375,2124600,0.0,0.0,0.0 2022-12-06 00:00:00-05:00,25.350000381469727,25.399999618530273,24.979999542236328,25.079999923706055,23.82032012939453,3936400,0.0,0.0,0.0 2022-12-07 00:00:00-05:00,25.200000762939453,25.290000915527344,25.030000686645508,25.170000076293945,23.905797958374023,3811500,0.0,0.0,0.0 2022-12-08 00:00:00-05:00,25.079999923706055,25.290000915527344,25.0,25.25,23.981781005859375,1835500,0.0,0.0,0.0 2022-12-09 00:00:00-05:00,25.260000228881836,25.389999389648438,25.209999084472656,25.260000228881836,23.99127960205078,2600700,0.0,0.0,0.0 2022-12-12 00:00:00-05:00,25.229999542236328,25.299999237060547,25.1299991607666,25.290000915527344,24.019773483276367,3061100,0.0,0.0,0.0 2022-12-13 00:00:00-05:00,26.06999969482422,26.15999984741211,25.559999465942383,25.700000762939453,24.417869567871094,6184800,0.009,0.0,0.0 2022-12-14 00:00:00-05:00,25.649999618530273,25.8799991607666,25.489999771118164,25.68000030517578,24.398866653442383,4214900,0.0,0.0,0.0 2022-12-15 00:00:00-05:00,25.219999313354492,25.260000228881836,24.760000228881836,24.860000610351562,23.619775772094727,6141700,0.0,0.0,0.0 2022-12-16 00:00:00-05:00,24.690000534057617,24.81999969482422,24.530000686645508,24.600000381469727,23.37274742126465,3932000,0.0,0.0,0.0 2022-12-19 00:00:00-05:00,24.690000534057617,24.75,24.530000686645508,24.600000381469727,23.37274742126465,2790300,0.0,0.0,0.0 2022-12-20 00:00:00-05:00,24.540000915527344,24.709999084472656,24.510000228881836,24.649999618530273,23.420249938964844,2388400,0.0,0.0,0.0 2022-12-21 00:00:00-05:00,24.84000015258789,25.030000686645508,24.799999237060547,24.920000076293945,23.676782608032227,2619400,0.0,0.0,0.0 2022-12-22 00:00:00-05:00,24.780000686645508,24.780000686645508,24.440000534057617,24.65999984741211,23.429752349853516,2340100,0.0,0.0,0.0 2022-12-23 00:00:00-05:00,24.6299991607666,24.809999465942383,24.540000915527344,24.729999542236328,23.496259689331055,3478400,0.0,0.0,0.0 2022-12-27 00:00:00-05:00,24.809999465942383,24.90999984741211,24.75,24.809999465942383,23.572269439697266,2706300,0.0,0.0,0.0 2022-12-28 00:00:00-05:00,24.84000015258789,24.920000076293945,24.559999465942383,24.59000015258789,23.363245010375977,2047100,0.0,0.0,0.0 2022-12-29 00:00:00-05:00,24.959999084472656,25.1299991607666,24.90999984741211,25.049999237060547,23.800294876098633,2120900,0.0,0.0,0.0 2022-12-30 00:00:00-05:00,24.829999923706055,24.93000030517578,24.700000762939453,24.729999542236328,23.496259689331055,3106100,0.0,0.0,0.0 2023-01-03 00:00:00-05:00,25.260000228881836,25.399999618530273,25.040000915527344,25.149999618530273,23.895307540893555,3660600,0.0,0.0,0.0 2023-01-04 00:00:00-05:00,25.81999969482422,25.940000534057617,25.65999984741211,25.8700008392334,24.579389572143555,5115900,0.0,0.0,0.0 2023-01-05 00:00:00-05:00,25.719999313354492,25.84000015258789,25.670000076293945,25.709999084472656,24.4273681640625,7284500,0.0,0.0,0.0 2023-01-06 00:00:00-05:00,25.729999542236328,26.40999984741211,25.610000610351562,26.360000610351562,25.04494285583496,5430600,0.0,0.0,0.0 2023-01-09 00:00:00-05:00,26.75,26.950000762939453,26.690000534057617,26.709999084472656,25.37748146057129,3640500,0.0,0.0,0.0 2023-01-10 00:00:00-05:00,26.780000686645508,26.979999542236328,26.770000457763672,26.979999542236328,25.63401222229004,2315100,0.0,0.0,0.0 2023-01-11 00:00:00-05:00,27.219999313354492,27.329999923706055,27.170000076293945,27.309999465942383,25.947547912597656,3410000,0.0,0.0,0.0 2023-01-12 00:00:00-05:00,27.530000686645508,27.84000015258789,27.270000457763672,27.770000457763672,26.384599685668945,6525100,0.0,0.0,0.0 2023-01-13 00:00:00-05:00,27.540000915527344,27.799999237060547,27.510000228881836,27.790000915527344,26.403602600097656,6497600,0.0,0.0,0.0 2023-01-17 00:00:00-05:00,27.850000381469727,28.059999465942383,27.739999771118164,27.809999465942383,26.422603607177734,4441100,0.0,0.0,0.0 2023-01-18 00:00:00-05:00,28.110000610351562,28.1299991607666,27.690000534057617,27.700000762939453,26.318092346191406,3637200,0.0,0.0,0.0 2023-01-19 00:00:00-05:00,27.469999313354492,27.559999465942383,27.299999237060547,27.510000228881836,26.137571334838867,5342500,0.0,0.0,0.0 2023-01-20 00:00:00-05:00,27.440000534057617,27.770000457763672,27.389999389648438,27.770000457763672,26.384599685668945,3301100,0.0,0.0,0.0 2023-01-23 00:00:00-05:00,27.6299991607666,27.899999618530273,27.6200008392334,27.8700008392334,26.479612350463867,1745700,0.0,0.0,0.0 2023-01-24 00:00:00-05:00,27.68000030517578,27.860000610351562,27.610000610351562,27.829999923706055,26.441606521606445,2675200,0.0,0.0,0.0 2023-01-25 00:00:00-05:00,27.75,28.020000457763672,27.690000534057617,28.010000228881836,26.612627029418945,2194500,0.0,0.0,0.0 2023-01-26 00:00:00-05:00,27.950000762939453,28.010000228881836,27.780000686645508,28.010000228881836,26.612627029418945,2680800,0.0,0.0,0.0 2023-01-27 00:00:00-05:00,27.81999969482422,28.06999969482422,27.81999969482422,27.989999771118164,26.593626022338867,3507700,0.0,0.0,0.0 2023-01-30 00:00:00-05:00,27.940000534057617,28.06999969482422,27.829999923706055,27.850000381469727,26.460607528686523,2910100,0.0,0.0,0.0 2023-01-31 00:00:00-05:00,27.799999237060547,28.040000915527344,27.760000228881836,28.040000915527344,26.641132354736328,1995500,0.0,0.0,0.0 2023-02-01 00:00:00-05:00,28.1299991607666,28.6299991607666,27.989999771118164,28.520000457763672,27.097185134887695,4725600,0.0,0.0,0.0 2023-02-02 00:00:00-05:00,28.81999969482422,28.90999984741211,28.579999923706055,28.8700008392334,27.429723739624023,5353700,0.0,0.0,0.0 2023-02-03 00:00:00-05:00,28.420000076293945,28.700000762939453,28.350000381469727,28.420000076293945,27.002172470092773,5765900,0.0,0.0,0.0 2023-02-06 00:00:00-05:00,28.149999618530273,28.219999313354492,27.989999771118164,28.079999923706055,26.679134368896484,1888100,0.0,0.0,0.0 2023-02-07 00:00:00-05:00,27.8799991607666,28.18000030517578,27.75,28.1299991607666,26.726638793945312,3825800,0.0,0.0,0.0 2023-02-08 00:00:00-05:00,28.149999618530273,28.200000762939453,28.010000228881836,28.1200008392334,26.717140197753906,2577100,0.0,0.0,0.0 2023-02-09 00:00:00-05:00,28.540000915527344,28.579999923706055,28.079999923706055,28.1299991607666,26.726638793945312,2028000,0.0,0.0,0.0 2023-02-10 00:00:00-05:00,27.850000381469727,27.860000610351562,27.6299991607666,27.770000457763672,26.384599685668945,1812400,0.0,0.0,0.0 2023-02-13 00:00:00-05:00,27.809999465942383,28.030000686645508,27.809999465942383,28.030000686645508,26.631629943847656,3384000,0.0,0.0,0.0 2023-02-14 00:00:00-05:00,27.950000762939453,28.290000915527344,27.889999389648438,28.1299991607666,26.726638793945312,3773900,0.0,0.0,0.0 2023-02-15 00:00:00-05:00,27.90999984741211,28.18000030517578,27.90999984741211,28.170000076293945,26.7646427154541,1257800,0.0,0.0,0.0 2023-02-16 00:00:00-05:00,27.899999618530273,28.219999313354492,27.850000381469727,28.049999237060547,26.650630950927734,3973400,0.0,0.0,0.0 2023-02-17 00:00:00-05:00,27.860000610351562,28.15999984741211,27.81999969482422,28.149999618530273,26.745641708374023,2878200,0.0,0.0,0.0 2023-02-21 00:00:00-05:00,27.850000381469727,27.950000762939453,27.639999389648438,27.68000030517578,26.299091339111328,2285100,0.0,0.0,0.0 2023-02-22 00:00:00-05:00,27.639999389648438,27.729999542236328,27.5,27.549999237060547,26.175573348999023,1711200,0.0,0.0,0.0 2023-02-23 00:00:00-05:00,27.799999237060547,27.850000381469727,27.579999923706055,27.790000915527344,26.403602600097656,1091200,0.0,0.0,0.0 2023-02-24 00:00:00-05:00,27.229999542236328,27.290000915527344,26.950000762939453,27.040000915527344,25.691020965576172,3821300,0.0,0.0,0.0 2023-02-27 00:00:00-05:00,27.479999542236328,27.549999237060547,27.350000381469727,27.479999542236328,26.109067916870117,2153800,0.0,0.0,0.0 2023-02-28 00:00:00-05:00,27.420000076293945,27.520000457763672,27.260000228881836,27.290000915527344,25.928546905517578,1677300,0.0,0.0,0.0 2023-03-01 00:00:00-05:00,27.610000610351562,27.670000076293945,27.34000015258789,27.489999771118164,26.118566513061523,3354300,0.0,0.0,0.0 2023-03-02 00:00:00-05:00,27.170000076293945,27.43000030517578,27.170000076293945,27.389999389648438,26.023557662963867,3688500,0.0,0.0,0.0 2023-03-03 00:00:00-05:00,27.739999771118164,27.969999313354492,27.639999389648438,27.940000534057617,26.546119689941406,2089000,0.0,0.0,0.0 2023-03-06 00:00:00-05:00,28.06999969482422,28.200000762939453,28.059999465942383,28.09000015258789,26.688634872436523,1529200,0.0,0.0,0.0 2023-03-07 00:00:00-05:00,27.969999313354492,28.0,27.510000228881836,27.559999465942383,26.185077667236328,1777500,0.0,0.0,0.0 2023-03-08 00:00:00-05:00,27.6299991607666,27.829999923706055,27.559999465942383,27.739999771118164,26.356096267700195,1214900,0.0,0.0,0.0 2023-03-09 00:00:00-05:00,27.68000030517578,27.81999969482422,27.459999084472656,27.530000686645508,26.156572341918945,1728600,0.0,0.0,0.0 2023-03-10 00:00:00-05:00,27.56999969482422,27.6299991607666,27.280000686645508,27.299999237060547,25.938047409057617,2563600,0.0,0.0,0.0 2023-03-13 00:00:00-04:00,26.809999465942383,27.139999389648438,26.729999542236328,26.950000762939453,25.605510711669922,6034300,0.0,0.0,0.0 2023-03-14 00:00:00-04:00,27.420000076293945,27.479999542236328,27.239999771118164,27.440000534057617,26.071063995361328,3155300,0.0,0.0,0.0 2023-03-15 00:00:00-04:00,26.09000015258789,26.510000228881836,26.040000915527344,26.459999084472656,25.139951705932617,4854400,0.0,0.0,0.0 2023-03-16 00:00:00-04:00,26.15999984741211,26.829999923706055,26.1299991607666,26.799999237060547,25.46299171447754,3700700,0.0,0.0,0.0 2023-03-17 00:00:00-04:00,26.399999618530273,26.540000915527344,26.200000762939453,26.440000534057617,25.120952606201172,3092200,0.0,0.0,0.0 2023-03-20 00:00:00-04:00,26.709999084472656,26.959999084472656,26.670000076293945,26.8799991607666,25.53900146484375,1938000,0.0,0.0,0.0 2023-03-21 00:00:00-04:00,27.459999084472656,27.540000915527344,27.360000610351562,27.479999542236328,26.109067916870117,1542900,0.0,0.0,0.0 2023-03-22 00:00:00-04:00,27.59000015258789,27.90999984741211,27.420000076293945,27.43000030517578,26.061561584472656,2528000,0.0,0.0,0.0 2023-03-23 00:00:00-04:00,27.709999084472656,27.8700008392334,27.280000686645508,27.43000030517578,26.061561584472656,2634500,0.0,0.0,0.0 2023-03-24 00:00:00-04:00,26.979999542236328,27.149999618530273,26.81999969482422,27.110000610351562,25.757526397705078,3105800,0.0,0.0,0.0 2023-03-27 00:00:00-04:00,27.459999084472656,27.510000228881836,27.309999465942383,27.469999313354492,26.099565505981445,7062100,0.0,0.0,0.0 2023-03-28 00:00:00-04:00,27.440000534057617,27.549999237060547,27.389999389648438,27.5,26.128068923950195,1879800,0.0,0.0,0.0 2023-03-29 00:00:00-04:00,27.81999969482422,27.920000076293945,27.719999313354492,27.8799991607666,26.489110946655273,1622900,0.0,0.0,0.0 2023-03-30 00:00:00-04:00,28.31999969482422,28.40999984741211,28.290000915527344,28.3799991607666,26.96416664123535,1656200,0.0,0.0,0.0 2023-03-31 00:00:00-04:00,28.469999313354492,28.56999969482422,28.399999618530273,28.459999084472656,27.040176391601562,1585100,0.0,0.0,0.0 2023-04-03 00:00:00-04:00,28.389999389648438,28.540000915527344,28.34000015258789,28.530000686645508,27.1066837310791,1714100,0.0,0.0,0.0 2023-04-04 00:00:00-04:00,28.6299991607666,28.729999542236328,28.559999465942383,28.65999984741211,27.230199813842773,2186100,0.0,0.0,0.0 2023-04-05 00:00:00-04:00,28.420000076293945,28.5,28.260000228881836,28.3700008392334,26.954668045043945,2022600,0.0,0.0,0.0 2023-04-06 00:00:00-04:00,28.34000015258789,28.649999618530273,28.329999923706055,28.579999923706055,27.154190063476562,1438200,0.0,0.0,0.0 2023-04-10 00:00:00-04:00,28.399999618530273,28.59000015258789,28.34000015258789,28.59000015258789,27.1636905670166,1769500,0.0,0.0,0.0 2023-04-11 00:00:00-04:00,28.610000610351562,28.700000762939453,28.579999923706055,28.649999618530273,27.2206974029541,1605400,0.0,0.0,0.0 2023-04-12 00:00:00-04:00,28.899999618530273,28.989999771118164,28.780000686645508,28.81999969482422,27.382217407226562,2582300,0.0,0.0,0.0 2023-04-13 00:00:00-04:00,29.040000915527344,29.209999084472656,29.030000686645508,29.170000076293945,27.71475601196289,1427700,0.0,0.0,0.0 2023-04-14 00:00:00-04:00,29.219999313354492,29.290000915527344,29.0,29.139999389648438,27.68625259399414,1616700,0.0,0.0,0.0 2023-04-17 00:00:00-04:00,28.950000762939453,28.979999542236328,28.81999969482422,28.979999542236328,27.53423500061035,1714200,0.0,0.0,0.0 2023-04-18 00:00:00-04:00,29.139999389648438,29.229999542236328,29.100000381469727,29.200000762939453,27.743261337280273,1097100,0.0,0.0,0.0 2023-04-19 00:00:00-04:00,29.110000610351562,29.239999771118164,29.09000015258789,29.190000534057617,27.7337589263916,1223400,0.0,0.0,0.0 2023-04-20 00:00:00-04:00,28.90999984741211,29.059999465942383,28.90999984741211,28.989999771118164,27.543737411499023,1580400,0.0,0.0,0.0 2023-04-21 00:00:00-04:00,29.049999237060547,29.270000457763672,28.989999771118164,29.260000228881836,27.80026626586914,3464300,0.0,0.0,0.0 2023-04-24 00:00:00-04:00,29.309999465942383,29.3799991607666,29.260000228881836,29.360000610351562,27.895278930664062,1152000,0.0,0.0,0.0 2023-04-25 00:00:00-04:00,29.229999542236328,29.260000228881836,28.969999313354492,28.989999771118164,27.543737411499023,1656200,0.0,0.0,0.0 2023-04-26 00:00:00-04:00,29.309999465942383,29.309999465942383,29.040000915527344,29.079999923706055,27.629247665405273,1663900,0.0,0.0,0.0 2023-04-27 00:00:00-04:00,29.15999984741211,29.309999465942383,29.079999923706055,29.290000915527344,27.82876968383789,1532500,0.0,0.0,0.0 2023-04-28 00:00:00-04:00,29.170000076293945,29.459999084472656,29.139999389648438,29.40999984741211,27.94278335571289,1466100,0.0,0.0,0.0 2023-05-01 00:00:00-04:00,29.489999771118164,29.559999465942383,29.399999618530273,29.43000030517578,27.9617862701416,4771800,0.0,0.0,0.0 2023-05-02 00:00:00-04:00,29.079999923706055,29.100000381469727,28.8700008392334,29.040000915527344,27.591243743896484,3699000,0.0,0.0,0.0 2023-05-03 00:00:00-04:00,29.219999313354492,29.43000030517578,29.170000076293945,29.200000762939453,27.743261337280273,3081600,0.0,0.0,0.0 2023-05-04 00:00:00-04:00,29.030000686645508,29.170000076293945,28.93000030517578,29.079999923706055,27.629247665405273,1843300,0.0,0.0,0.0 2023-05-05 00:00:00-04:00,29.239999771118164,29.559999465942383,29.229999542236328,29.5,28.02829360961914,865200,0.0,0.0,0.0 2023-05-08 00:00:00-04:00,29.5,29.520000457763672,29.3799991607666,29.43000030517578,27.9617862701416,2040900,0.0,0.0,0.0 2023-05-09 00:00:00-04:00,29.110000610351562,29.290000915527344,29.100000381469727,29.239999771118164,27.78126335144043,869500,0.0,0.0,0.0 2023-05-10 00:00:00-04:00,29.309999465942383,29.309999465942383,29.030000686645508,29.209999084472656,27.752758026123047,1036500,0.0,0.0,0.0 2023-05-11 00:00:00-04:00,28.920000076293945,29.0,28.780000686645508,28.959999084472656,27.51523208618164,1447200,0.0,0.0,0.0 2023-05-12 00:00:00-04:00,28.93000030517578,28.969999313354492,28.770000457763672,28.850000381469727,27.410720825195312,1208800,0.0,0.0,0.0 2023-05-15 00:00:00-04:00,28.90999984741211,29.0,28.84000015258789,28.979999542236328,27.53423500061035,1240800,0.0,0.0,0.0 2023-05-16 00:00:00-04:00,28.889999389648438,28.90999984741211,28.760000228881836,28.780000686645508,27.344213485717773,1848900,0.0,0.0,0.0 2023-05-17 00:00:00-04:00,28.829999923706055,28.959999084472656,28.709999084472656,28.959999084472656,27.51523208618164,1697400,0.0,0.0,0.0 2023-05-18 00:00:00-04:00,29.0,29.100000381469727,28.899999618530273,29.079999923706055,27.629247665405273,1421700,0.0,0.0,0.0 2023-05-19 00:00:00-04:00,29.260000228881836,29.40999984741211,29.260000228881836,29.31999969482422,27.85727310180664,1325800,0.0,0.0,0.0 2023-05-22 00:00:00-04:00,29.18000030517578,29.260000228881836,29.18000030517578,29.209999084472656,27.752758026123047,1811600,0.0,0.0,0.0 2023-05-23 00:00:00-04:00,29.030000686645508,29.100000381469727,28.81999969482422,28.829999923706055,27.3917179107666,1531600,0.0,0.0,0.0 2023-05-24 00:00:00-04:00,28.530000686645508,28.530000686645508,28.329999923706055,28.360000610351562,26.945167541503906,1997800,0.0,0.0,0.0 2023-05-25 00:00:00-04:00,28.270000457763672,28.350000381469727,28.170000076293945,28.290000915527344,26.878658294677734,1312900,0.0,0.0,0.0 2023-05-26 00:00:00-04:00,28.3799991607666,28.6200008392334,28.3799991607666,28.579999923706055,27.154190063476562,1635600,0.0,0.0,0.0 2023-05-30 00:00:00-04:00,28.65999984741211,28.65999984741211,28.34000015258789,28.43000030517578,27.011674880981445,1575900,0.0,0.0,0.0 2023-05-31 00:00:00-04:00,28.06999969482422,28.1299991607666,27.729999542236328,27.979999542236328,26.584123611450195,2882000,0.0,0.0,0.0 2023-06-01 00:00:00-04:00,28.1299991607666,28.469999313354492,28.079999923706055,28.43000030517578,27.011674880981445,4116500,0.0,0.0,0.0 2023-06-02 00:00:00-04:00,28.690000534057617,28.719999313354492,28.579999923706055,28.610000610351562,27.182693481445312,2158400,0.0,0.0,0.0 2023-06-05 00:00:00-04:00,28.559999465942383,28.559999465942383,28.3799991607666,28.420000076293945,27.002172470092773,2618400,0.0,0.0,0.0 2023-06-06 00:00:00-04:00,28.350000381469727,28.520000457763672,28.350000381469727,28.510000228881836,27.087682723999023,6091000,0.0,0.0,0.0 2023-06-07 00:00:00-04:00,27.780000686645508,27.889999389648438,27.600000381469727,27.6299991607666,26.969573974609375,1313000,0.759,0.0,0.0 2023-06-08 00:00:00-04:00,27.84000015258789,27.989999771118164,27.81999969482422,27.979999542236328,27.311208724975586,2335400,0.0,0.0,0.0 2023-06-09 00:00:00-04:00,27.8700008392334,27.8799991607666,27.729999542236328,27.760000228881836,27.096467971801758,2257900,0.0,0.0,0.0 2023-06-12 00:00:00-04:00,28.0,28.139999389648438,27.959999084472656,28.139999389648438,27.467384338378906,1647200,0.0,0.0,0.0 2023-06-13 00:00:00-04:00,28.31999969482422,28.40999984741211,28.239999771118164,28.389999389648438,27.711408615112305,2215400,0.0,0.0,0.0 2023-06-14 00:00:00-04:00,28.579999923706055,28.709999084472656,28.420000076293945,28.559999465942383,27.877344131469727,1061600,0.0,0.0,0.0 2023-06-15 00:00:00-04:00,28.579999923706055,28.959999084472656,28.559999465942383,28.93000030517578,28.238500595092773,1364900,0.0,0.0,0.0 2023-06-16 00:00:00-04:00,29.100000381469727,29.1200008392334,28.889999389648438,28.90999984741211,28.218978881835938,2059500,0.0,0.0,0.0 2023-06-20 00:00:00-04:00,28.479999542236328,28.540000915527344,28.3700008392334,28.450000762939453,27.769975662231445,945200,0.0,0.0,0.0 2023-06-21 00:00:00-04:00,28.329999923706055,28.510000228881836,28.270000457763672,28.389999389648438,27.711408615112305,819800,0.0,0.0,0.0 2023-06-22 00:00:00-04:00,28.299999237060547,28.40999984741211,28.299999237060547,28.350000381469727,27.672365188598633,1040900,0.0,0.0,0.0 2023-06-23 00:00:00-04:00,27.809999465942383,28.010000228881836,27.790000915527344,27.93000030517578,27.262405395507812,804600,0.0,0.0,0.0 2023-06-26 00:00:00-04:00,27.93000030517578,28.020000457763672,27.899999618530273,27.899999618530273,27.23311996459961,927100,0.0,0.0,0.0 2023-06-27 00:00:00-04:00,28.059999465942383,28.25,27.989999771118164,28.200000762939453,27.525949478149414,965500,0.0,0.0,0.0 2023-06-28 00:00:00-04:00,28.239999771118164,28.309999465942383,28.139999389648438,28.209999084472656,27.535709381103516,960100,0.0,0.0,0.0 2023-06-29 00:00:00-04:00,28.030000686645508,28.110000610351562,28.010000228881836,28.06999969482422,27.399057388305664,1067800,0.0,0.0,0.0 2023-06-30 00:00:00-04:00,28.530000686645508,28.610000610351562,28.469999313354492,28.56999969482422,27.88710594177246,2886400,0.0,0.0,0.0 2023-07-03 00:00:00-04:00,28.43000030517578,28.489999771118164,28.3700008392334,28.43000030517578,27.75045394897461,757300,0.0,0.0,0.0 2023-07-05 00:00:00-04:00,28.09000015258789,28.1200008392334,27.93000030517578,27.959999084472656,27.29168701171875,1388800,0.0,0.0,0.0 2023-07-06 00:00:00-04:00,27.520000457763672,27.549999237060547,27.229999542236328,27.389999389648438,26.73531150817871,1440600,0.0,0.0,0.0 2023-07-07 00:00:00-04:00,27.510000228881836,27.850000381469727,27.459999084472656,27.68000030517578,27.01837921142578,2174600,0.0,0.0,0.0 2023-07-10 00:00:00-04:00,27.729999542236328,27.889999389648438,27.719999313354492,27.889999389648438,27.223358154296875,886700,0.0,0.0,0.0 2023-07-11 00:00:00-04:00,28.040000915527344,28.190000534057617,27.979999542236328,28.190000534057617,27.516189575195312,6567500,0.0,0.0,0.0 2023-07-12 00:00:00-04:00,28.68000030517578,28.889999389648438,28.639999389648438,28.8700008392334,28.179935455322266,2555900,0.0,0.0,0.0 2023-07-13 00:00:00-04:00,29.18000030517578,29.3799991607666,29.18000030517578,29.3700008392334,28.667985916137695,3133700,0.0,0.0,0.0 2023-07-14 00:00:00-04:00,29.299999237060547,29.3700008392334,29.190000534057617,29.209999084472656,28.511808395385742,1367500,0.0,0.0,0.0 2023-07-17 00:00:00-04:00,29.09000015258789,29.309999465942383,29.059999465942383,29.270000457763672,28.57037353515625,442400,0.0,0.0,0.0 2023-07-18 00:00:00-04:00,29.190000534057617,29.360000610351562,29.170000076293945,29.34000015258789,28.638702392578125,1009700,0.0,0.0,0.0 2023-07-19 00:00:00-04:00,29.280000686645508,29.31999969482422,29.15999984741211,29.219999313354492,28.521568298339844,847900,0.0,0.0,0.0 2023-07-20 00:00:00-04:00,29.270000457763672,29.34000015258789,28.979999542236328,29.030000686645508,28.33611297607422,1209000,0.0,0.0,0.0 2023-07-21 00:00:00-04:00,29.100000381469727,29.139999389648438,29.0,29.100000381469727,28.404438018798828,975000,0.0,0.0,0.0 2023-07-24 00:00:00-04:00,28.959999084472656,29.020000457763672,28.90999984741211,28.940000534057617,28.248262405395508,1806500,0.0,0.0,0.0 2023-07-25 00:00:00-04:00,28.8700008392334,29.020000457763672,28.860000610351562,28.989999771118164,28.297067642211914,1446800,0.0,0.0,0.0 2023-07-26 00:00:00-04:00,28.65999984741211,29.040000915527344,28.65999984741211,28.959999084472656,28.26778221130371,3028400,0.0,0.0,0.0 2023-07-27 00:00:00-04:00,29.280000686645508,29.350000381469727,29.0,29.040000915527344,28.34587287902832,2363400,0.0,0.0,0.0 2023-07-28 00:00:00-04:00,29.290000915527344,29.479999542236328,29.270000457763672,29.420000076293945,28.71678924560547,1175600,0.0,0.0,0.0 2023-07-31 00:00:00-04:00,29.459999084472656,29.520000457763672,29.309999465942383,29.31999969482422,28.619178771972656,876600,0.0,0.0,0.0 2023-08-01 00:00:00-04:00,28.989999771118164,29.059999465942383,28.809999465942383,28.899999618530273,28.209217071533203,3708400,0.0,0.0,0.0 2023-08-02 00:00:00-04:00,28.520000457763672,28.559999465942383,28.260000228881836,28.31999969482422,27.643081665039062,2937900,0.0,0.0,0.0 2023-08-03 00:00:00-04:00,28.059999465942383,28.280000686645508,28.020000457763672,28.15999984741211,27.486906051635742,3161800,0.0,0.0,0.0 2023-08-04 00:00:00-04:00,28.270000457763672,28.530000686645508,28.190000534057617,28.229999542236328,27.55523109436035,1459900,0.0,0.0,0.0 2023-08-07 00:00:00-04:00,28.350000381469727,28.479999542236328,28.239999771118164,28.459999084472656,27.779733657836914,1426100,0.0,0.0,0.0 2023-08-08 00:00:00-04:00,27.959999084472656,28.100000381469727,27.850000381469727,28.079999923706055,27.4088191986084,1934600,0.0,0.0,0.0 2023-08-09 00:00:00-04:00,28.190000534057617,28.299999237060547,28.110000610351562,28.18000030517578,27.506427764892578,939500,0.0,0.0,0.0 2023-08-10 00:00:00-04:00,28.469999313354492,28.709999084472656,28.299999237060547,28.360000610351562,27.682126998901367,1906700,0.0,0.0,0.0 2023-08-11 00:00:00-04:00,28.139999389648438,28.209999084472656,28.049999237060547,28.110000610351562,27.43810272216797,2465600,0.0,0.0,0.0 2023-08-14 00:00:00-04:00,27.959999084472656,28.170000076293945,27.8700008392334,28.1200008392334,27.44786262512207,1568600,0.0,0.0,0.0 2023-08-15 00:00:00-04:00,28.010000228881836,28.020000457763672,27.739999771118164,27.799999237060547,27.135509490966797,4825100,0.0,0.0,0.0 2023-08-16 00:00:00-04:00,27.829999923706055,27.959999084472656,27.68000030517578,27.690000534057617,27.028141021728516,1834600,0.0,0.0,0.0 2023-08-17 00:00:00-04:00,27.790000915527344,27.81999969482422,27.459999084472656,27.5,26.842681884765625,6704500,0.0,0.0,0.0 2023-08-18 00:00:00-04:00,27.219999313354492,27.5,27.200000762939453,27.440000534057617,26.784116744995117,3035800,0.0,0.0,0.0 2023-08-21 00:00:00-04:00,27.540000915527344,27.6200008392334,27.43000030517578,27.59000015258789,26.930532455444336,1975800,0.0,0.0,0.0 2023-08-22 00:00:00-04:00,27.670000076293945,27.690000534057617,27.5,27.540000915527344,26.881725311279297,2264000,0.0,0.0,0.0 2023-08-23 00:00:00-04:00,27.469999313354492,27.690000534057617,27.469999313354492,27.649999618530273,26.989097595214844,3226400,0.0,0.0,0.0 2023-08-24 00:00:00-04:00,27.510000228881836,27.59000015258789,27.200000762939453,27.200000762939453,26.54985237121582,1682900,0.0,0.0,0.0 2023-08-25 00:00:00-04:00,27.3799991607666,27.540000915527344,27.15999984741211,27.3799991607666,26.725549697875977,1392500,0.0,0.0,0.0 2023-08-28 00:00:00-04:00,27.540000915527344,27.65999984741211,27.520000457763672,27.6200008392334,26.959815979003906,1199700,0.0,0.0,0.0 2023-08-29 00:00:00-04:00,27.610000610351562,28.110000610351562,27.600000381469727,28.09000015258789,27.4185791015625,2856600,0.0,0.0,0.0 2023-08-30 00:00:00-04:00,28.06999969482422,28.15999984741211,27.989999771118164,28.040000915527344,27.369775772094727,861300,0.0,0.0,0.0 2023-08-31 00:00:00-04:00,28.049999237060547,28.1299991607666,27.860000610351562,27.920000076293945,27.252643585205078,1159900,0.0,0.0,0.0 2023-09-01 00:00:00-04:00,27.979999542236328,28.0,27.56999969482422,27.610000610351562,26.950054168701172,1687000,0.0,0.0,0.0 2023-09-05 00:00:00-04:00,27.450000762939453,27.479999542236328,27.270000457763672,27.290000915527344,26.63770294189453,1061900,0.0,0.0,0.0 2023-09-06 00:00:00-04:00,27.260000228881836,27.31999969482422,27.15999984741211,27.229999542236328,26.57913589477539,723900,0.0,0.0,0.0 2023-09-07 00:00:00-04:00,27.1200008392334,27.170000076293945,27.010000228881836,27.09000015258789,26.442481994628906,1503600,0.0,0.0,0.0 2023-09-08 00:00:00-04:00,27.1200008392334,27.25,27.09000015258789,27.110000610351562,26.462003707885742,4147300,0.0,0.0,0.0 2023-09-11 00:00:00-04:00,27.3799991607666,27.459999084472656,27.290000915527344,27.440000534057617,26.784116744995117,1978600,0.0,0.0,0.0 2023-09-12 00:00:00-04:00,27.15999984741211,27.299999237060547,27.15999984741211,27.209999084472656,26.559614181518555,2481500,0.0,0.0,0.0 2023-09-13 00:00:00-04:00,27.149999618530273,27.229999542236328,27.030000686645508,27.079999923706055,26.432720184326172,816900,0.0,0.0,0.0 2023-09-14 00:00:00-04:00,27.1299991607666,27.280000686645508,27.079999923706055,27.25,26.598657608032227,1406000,0.0,0.0,0.0 2023-09-15 00:00:00-04:00,27.399999618530273,27.489999771118164,27.299999237060547,27.329999923706055,26.676746368408203,1490300,0.0,0.0,0.0 2023-09-18 00:00:00-04:00,27.1299991607666,27.18000030517578,27.040000915527344,27.1299991607666,26.481523513793945,1077400,0.0,0.0,0.0 2023-09-19 00:00:00-04:00,27.059999465942383,27.1299991607666,26.979999542236328,27.049999237060547,26.4034366607666,1025500,0.0,0.0,0.0 2023-09-20 00:00:00-04:00,27.270000457763672,27.40999984741211,27.030000686645508,27.040000915527344,26.393678665161133,3878600,0.0,0.0,0.0 2023-09-21 00:00:00-04:00,26.8700008392334,26.959999084472656,26.68000030517578,26.68000030517578,26.042282104492188,15878100,0.0,0.0,0.0 2023-09-22 00:00:00-04:00,26.809999465942383,26.93000030517578,26.690000534057617,26.709999084472656,26.071563720703125,1863000,0.0,0.0,0.0 2023-09-25 00:00:00-04:00,26.34000015258789,26.450000762939453,26.239999771118164,26.440000534057617,25.80801773071289,1202600,0.0,0.0,0.0 2023-09-26 00:00:00-04:00,26.1299991607666,26.219999313354492,25.940000534057617,25.969999313354492,25.349252700805664,1896600,0.0,0.0,0.0 2023-09-27 00:00:00-04:00,25.959999084472656,26.0,25.639999389648438,25.860000610351562,25.24188232421875,1720200,0.0,0.0,0.0 2023-09-28 00:00:00-04:00,25.8799991607666,26.200000762939453,25.850000381469727,26.1200008392334,25.49566650390625,1608600,0.0,0.0,0.0 2023-09-29 00:00:00-04:00,26.510000228881836,26.510000228881836,26.1299991607666,26.200000762939453,25.57375717163086,2110200,0.0,0.0,0.0 2023-10-02 00:00:00-04:00,26.0,26.040000915527344,25.68000030517578,25.739999771118164,25.1247501373291,3133200,0.0,0.0,0.0 2023-10-03 00:00:00-04:00,25.600000381469727,25.65999984741211,25.420000076293945,25.489999771118164,24.880725860595703,2152700,0.0,0.0,0.0 2023-10-04 00:00:00-04:00,25.68000030517578,25.719999313354492,25.459999084472656,25.690000534057617,25.075944900512695,1645100,0.0,0.0,0.0 2023-10-05 00:00:00-04:00,25.649999618530273,25.739999771118164,25.549999237060547,25.709999084472656,25.09546661376953,1410000,0.0,0.0,0.0 2023-10-06 00:00:00-04:00,25.649999618530273,26.149999618530273,25.530000686645508,26.09000015258789,25.46638298034668,1955400,0.0,0.0,0.0 2023-10-09 00:00:00-04:00,25.709999084472656,25.920000076293945,25.65999984741211,25.90999984741211,25.290687561035156,1442000,0.0,0.0,0.0 2023-10-10 00:00:00-04:00,26.280000686645508,26.43000030517578,26.239999771118164,26.31999969482422,25.690887451171875,1608000,0.0,0.0,0.0 2023-10-11 00:00:00-04:00,26.440000534057617,26.5,26.260000228881836,26.43000030517578,25.79825782775879,3408100,0.0,0.0,0.0 2023-10-12 00:00:00-04:00,26.309999465942383,26.329999923706055,26.0,26.079999923706055,25.456623077392578,1671700,0.0,0.0,0.0 2023-10-13 00:00:00-04:00,25.93000030517578,25.959999084472656,25.600000381469727,25.68000030517578,25.066184997558594,5224200,0.0,0.0,0.0 2023-10-16 00:00:00-04:00,25.799999237060547,25.959999084472656,25.770000457763672,25.940000534057617,25.319971084594727,1391300,0.0,0.0,0.0 2023-10-17 00:00:00-04:00,25.6299991607666,26.030000686645508,25.6299991607666,25.920000076293945,25.300447463989258,1252600,0.0,0.0,0.0 2023-10-18 00:00:00-04:00,25.649999618530273,25.709999084472656,25.440000534057617,25.469999313354492,24.861204147338867,1749900,0.0,0.0,0.0 2023-10-19 00:00:00-04:00,25.59000015258789,25.75,25.420000076293945,25.459999084472656,24.851442337036133,1979700,0.0,0.0,0.0 2023-10-20 00:00:00-04:00,25.31999969482422,25.399999618530273,25.18000030517578,25.190000534057617,24.58789825439453,3773500,0.0,0.0,0.0 2023-10-23 00:00:00-04:00,25.049999237060547,25.420000076293945,24.959999084472656,25.280000686645508,24.675745010375977,1667100,0.0,0.0,0.0 2023-10-24 00:00:00-04:00,25.270000457763672,25.389999389648438,25.229999542236328,25.360000610351562,24.753833770751953,1253700,0.0,0.0,0.0 2023-10-25 00:00:00-04:00,25.200000762939453,25.3700008392334,25.079999923706055,25.1299991607666,24.52933120727539,2716300,0.0,0.0,0.0 2023-10-26 00:00:00-04:00,24.940000534057617,25.0,24.719999313354492,24.81999969482422,24.22673988342285,1901200,0.0,0.0,0.0 2023-10-27 00:00:00-04:00,25.09000015258789,25.09000015258789,24.709999084472656,24.770000457763672,24.177936553955078,3086000,0.0,0.0,0.0 2023-10-30 00:00:00-04:00,25.049999237060547,25.139999389648438,24.93000030517578,25.100000381469727,24.500049591064453,1515700,0.0,0.0,0.0 2023-10-31 00:00:00-04:00,25.1200008392334,25.25,25.030000686645508,25.18000030517578,24.578136444091797,1181600,0.0,0.0,0.0 2023-11-01 00:00:00-04:00,25.139999389648438,25.3799991607666,25.110000610351562,25.360000610351562,24.753833770751953,2630300,0.0,0.0,0.0 2023-11-02 00:00:00-04:00,25.889999389648438,25.959999084472656,25.760000228881836,25.90999984741211,25.290687561035156,1789500,0.0,0.0,0.0 2023-11-03 00:00:00-04:00,26.200000762939453,26.31999969482422,26.1200008392334,26.149999618530273,25.52495002746582,1745000,0.0,0.0,0.0 2023-11-06 00:00:00-05:00,26.149999618530273,26.170000076293945,26.0,26.059999465942383,25.437101364135742,1020600,0.0,0.0,0.0 2023-11-07 00:00:00-05:00,25.93000030517578,26.09000015258789,25.899999618530273,26.030000686645508,25.407819747924805,2679400,0.0,0.0,0.0 2023-11-08 00:00:00-05:00,26.170000076293945,26.270000457763672,26.1200008392334,26.229999542236328,25.603038787841797,3458200,0.0,0.0,0.0 2023-11-09 00:00:00-05:00,26.479999542236328,26.530000686645508,26.219999313354492,26.239999771118164,25.6127986907959,2158700,0.0,0.0,0.0 2023-11-10 00:00:00-05:00,26.209999084472656,26.360000610351562,26.049999237060547,26.34000015258789,25.71040916442871,1374800,0.0,0.0,0.0 2023-11-13 00:00:00-05:00,26.219999313354492,26.450000762939453,26.190000534057617,26.40999984741211,25.77873420715332,2018500,0.0,0.0,0.0 2023-11-14 00:00:00-05:00,27.09000015258789,27.389999389648438,27.09000015258789,27.360000610351562,26.706029891967773,2062700,0.0,0.0,0.0 2023-11-15 00:00:00-05:00,27.479999542236328,27.600000381469727,27.440000534057617,27.510000228881836,26.852441787719727,1301900,0.0,0.0,0.0 2023-11-16 00:00:00-05:00,27.65999984741211,27.770000457763672,27.549999237060547,27.6299991607666,26.969573974609375,1155400,0.0,0.0,0.0 2023-11-17 00:00:00-05:00,27.8799991607666,28.0,27.81999969482422,27.989999771118164,27.32097053527832,938000,0.0,0.0,0.0 2023-11-20 00:00:00-05:00,27.899999618530273,28.100000381469727,27.899999618530273,28.06999969482422,27.399057388305664,1112500,0.0,0.0,0.0 2023-11-21 00:00:00-05:00,28.059999465942383,28.059999465942383,27.860000610351562,27.899999618530273,27.23311996459961,1138000,0.0,0.0,0.0 2023-11-22 00:00:00-05:00,27.969999313354492,27.989999771118164,27.84000015258789,27.950000762939453,27.28192710876465,1227700,0.0,0.0,0.0 2023-11-24 00:00:00-05:00,28.09000015258789,28.229999542236328,28.09000015258789,28.219999313354492,27.54547119140625,593500,0.0,0.0,0.0 2023-11-27 00:00:00-05:00,28.1299991607666,28.15999984741211,28.059999465942383,28.1299991607666,27.457622528076172,921500,0.0,0.0,0.0 2023-11-28 00:00:00-05:00,28.1299991607666,28.31999969482422,28.110000610351562,28.239999771118164,27.564992904663086,1686500,0.0,0.0,0.0 2023-11-29 00:00:00-05:00,28.520000457763672,28.639999389648438,28.459999084472656,28.530000686645508,27.84806251525879,1147100,0.0,0.0,0.0 2023-11-30 00:00:00-05:00,28.489999771118164,28.489999771118164,28.350000381469727,28.40999984741211,27.73093032836914,2223700,0.0,0.0,0.0 2023-12-01 00:00:00-05:00,28.440000534057617,28.760000228881836,28.420000076293945,28.729999542236328,28.04328155517578,2799100,0.0,0.0,0.0 2023-12-04 00:00:00-05:00,28.510000228881836,28.639999389648438,28.469999313354492,28.639999389648438,27.955432891845703,1327700,0.0,0.0,0.0 2023-12-05 00:00:00-05:00,28.649999618530273,28.770000457763672,28.600000381469727,28.690000534057617,28.004240036010742,1323100,0.0,0.0,0.0 2023-12-06 00:00:00-05:00,28.899999618530273,29.020000457763672,28.739999771118164,28.760000228881836,28.07256507873535,1221300,0.0,0.0,0.0 2023-12-07 00:00:00-05:00,28.81999969482422,28.93000030517578,28.739999771118164,28.889999389648438,28.1994571685791,1864800,0.0,0.0,0.0 2023-12-08 00:00:00-05:00,28.790000915527344,29.030000686645508,28.790000915527344,29.0,28.30682945251465,2214300,0.0,0.0,0.0 2023-12-11 00:00:00-05:00,28.860000610351562,29.059999465942383,28.860000610351562,29.040000915527344,28.34587287902832,747300,0.0,0.0,0.0 2023-12-12 00:00:00-05:00,29.030000686645508,29.1200008392334,28.940000534057617,29.100000381469727,28.404438018798828,816200,0.0,0.0,0.0 2023-12-13 00:00:00-05:00,29.100000381469727,29.520000457763672,28.93000030517578,29.489999771118164,28.78511619567871,1791600,0.0,0.0,0.0 2023-12-14 00:00:00-05:00,29.559999465942383,29.690000534057617,29.420000076293945,29.579999923706055,28.87296485900879,1934400,0.0,0.0,0.0 2023-12-15 00:00:00-05:00,29.3700008392334,29.420000076293945,29.260000228881836,29.270000457763672,28.57037353515625,2046900,0.0,0.0,0.0 2023-12-18 00:00:00-05:00,29.280000686645508,29.290000915527344,29.149999618530273,29.239999771118164,28.541091918945312,1548100,0.0,0.0,0.0 2023-12-19 00:00:00-05:00,29.459999084472656,29.579999923706055,29.43000030517578,29.579999923706055,28.87296485900879,1099600,0.0,0.0,0.0 2023-12-20 00:00:00-05:00,29.469999313354492,29.540000915527344,29.15999984741211,29.18000030517578,28.484451293945312,1062600,0.002,0.0,0.0 2023-12-21 00:00:00-05:00,29.440000534057617,29.549999237060547,29.34000015258789,29.540000915527344,28.83587074279785,1129100,0.0,0.0,0.0 2023-12-22 00:00:00-05:00,29.59000015258789,29.600000381469727,29.420000076293945,29.520000457763672,28.816347122192383,739300,0.0,0.0,0.0 2023-12-26 00:00:00-05:00,29.540000915527344,29.739999771118164,29.459999084472656,29.690000534057617,28.9822940826416,839100,0.0,0.0,0.0 2023-12-27 00:00:00-05:00,29.729999542236328,29.899999618530273,29.729999542236328,29.860000610351562,29.148242950439453,1031700,0.0,0.0,0.0 2023-12-28 00:00:00-05:00,29.760000228881836,29.799999237060547,29.6299991607666,29.65999984741211,28.9530086517334,906300,0.0,0.0,0.0 2023-12-29 00:00:00-05:00,29.709999084472656,29.81999969482422,29.600000381469727,29.690000534057617,28.9822940826416,1128700,0.0,0.0,0.0 2024-01-02 00:00:00-05:00,29.3799991607666,29.459999084472656,29.299999237060547,29.34000015258789,28.64063835144043,1970800,0.0,0.0,0.0 2024-01-03 00:00:00-05:00,28.969999313354492,29.010000228881836,28.809999465942383,28.920000076293945,28.230648040771484,2066300,0.0,0.0,0.0 2024-01-04 00:00:00-05:00,28.969999313354492,29.190000534057617,28.969999313354492,29.030000686645508,28.338027954101562,959600,0.0,0.0,0.0 2024-01-05 00:00:00-05:00,28.959999084472656,29.290000915527344,28.940000534057617,29.030000686645508,28.338027954101562,776500,0.0,0.0,0.0 2024-01-08 00:00:00-05:00,29.200000762939453,29.40999984741211,29.170000076293945,29.40999984741211,28.708969116210938,1289400,0.0,0.0,0.0 2024-01-09 00:00:00-05:00,29.100000381469727,29.209999084472656,29.09000015258789,29.15999984741211,28.464927673339844,727800,0.0,0.0,0.0 2024-01-10 00:00:00-05:00,29.18000030517578,29.3700008392334,29.1299991607666,29.299999237060547,28.60158920288086,1016600,0.0,0.0,0.0 2024-01-11 00:00:00-05:00,29.299999237060547,29.360000610351562,28.940000534057617,29.190000534057617,28.494213104248047,2574400,0.0,0.0,0.0 2024-01-12 00:00:00-05:00,29.290000915527344,29.399999618530273,29.18000030517578,29.219999313354492,28.523496627807617,698500,0.0,0.0,0.0 2024-01-16 00:00:00-05:00,28.68000030517578,28.799999237060547,28.610000610351562,28.670000076293945,27.986608505249023,1117200,0.0,0.0,0.0 2024-01-17 00:00:00-05:00,28.3700008392334,28.5,28.280000686645508,28.489999771118164,27.810897827148438,3637200,0.0,0.0,0.0 2024-01-18 00:00:00-05:00,28.610000610351562,28.739999771118164,28.56999969482422,28.729999542236328,28.045177459716797,1526100,0.0,0.0,0.0 2024-01-19 00:00:00-05:00,28.65999984741211,28.889999389648438,28.6200008392334,28.889999389648438,28.20136260986328,1589200,0.0,0.0,0.0 2024-01-22 00:00:00-05:00,28.899999618530273,28.979999542236328,28.889999389648438,28.920000076293945,28.230648040771484,1841200,0.0,0.0,0.0 2024-01-23 00:00:00-05:00,28.829999923706055,28.8700008392334,28.709999084472656,28.850000381469727,28.162317276000977,1274600,0.0,0.0,0.0 2024-01-24 00:00:00-05:00,29.520000457763672,29.579999923706055,29.350000381469727,29.360000610351562,28.6601619720459,2033200,0.0,0.0,0.0 2024-01-25 00:00:00-05:00,29.360000610351562,29.360000610351562,29.200000762939453,29.309999465942383,28.611351013183594,1307700,0.0,0.0,0.0 2024-01-26 00:00:00-05:00,29.420000076293945,29.489999771118164,29.3700008392334,29.389999389648438,28.68944549560547,1289600,0.0,0.0,0.0 2024-01-29 00:00:00-05:00,29.209999084472656,29.489999771118164,29.209999084472656,29.459999084472656,28.757776260375977,938400,0.0,0.0,0.0 2024-01-30 00:00:00-05:00,29.43000030517578,29.469999313354492,29.350000381469727,29.420000076293945,28.718730926513672,855000,0.0,0.0,0.0 2024-01-31 00:00:00-05:00,29.469999313354492,29.510000228881836,29.010000228881836,29.06999969482422,28.377073287963867,1646900,0.0,0.0,0.0 2024-02-01 00:00:00-05:00,29.219999313354492,29.5,29.170000076293945,29.5,28.796823501586914,3587800,0.0,0.0,0.0 2024-02-02 00:00:00-05:00,29.280000686645508,29.309999465942383,29.1200008392334,29.229999542236328,28.53325843811035,1608000,0.0,0.0,0.0 2024-02-05 00:00:00-05:00,29.030000686645508,29.1200008392334,28.920000076293945,29.06999969482422,28.377073287963867,1207900,0.0,0.0,0.0 2024-02-06 00:00:00-05:00,29.059999465942383,29.290000915527344,29.059999465942383,29.280000686645508,28.582067489624023,1258400,0.0,0.0,0.0 2024-02-07 00:00:00-05:00,29.25,29.270000457763672,29.110000610351562,29.200000762939453,28.50397491455078,954500,0.0,0.0,0.0 2024-02-08 00:00:00-05:00,29.260000228881836,29.290000915527344,29.209999084472656,29.260000228881836,28.562543869018555,1597800,0.0,0.0,0.0 2024-02-09 00:00:00-05:00,29.190000534057617,29.290000915527344,29.1299991607666,29.270000457763672,28.57230567932129,1126700,0.0,0.0,0.0 2024-02-12 00:00:00-05:00,29.280000686645508,29.40999984741211,29.260000228881836,29.34000015258789,28.64063835144043,1315300,0.0,0.0,0.0 2024-02-13 00:00:00-05:00,28.8799991607666,28.950000762939453,28.719999313354492,28.809999465942383,28.12327003479004,2183400,0.0,0.0,0.0 2024-02-14 00:00:00-05:00,28.969999313354492,29.170000076293945,28.959999084472656,29.15999984741211,28.464927673339844,2066500,0.0,0.0,0.0 2024-02-15 00:00:00-05:00,29.329999923706055,29.5,29.329999923706055,29.479999542236328,28.777299880981445,857700,0.0,0.0,0.0 2024-02-16 00:00:00-05:00,29.510000228881836,29.6200008392334,29.40999984741211,29.510000228881836,28.80658531188965,961500,0.0,0.0,0.0 2024-02-20 00:00:00-05:00,29.56999969482422,29.6299991607666,29.5,29.579999923706055,28.874916076660156,1094200,0.0,0.0,0.0 2024-02-21 00:00:00-05:00,29.600000381469727,29.729999542236328,29.59000015258789,29.709999084472656,29.00181770324707,1131300,0.0,0.0,0.0 2024-02-22 00:00:00-05:00,30.1200008392334,30.219999313354492,30.06999969482422,30.200000762939453,29.480138778686523,1507500,0.0,0.0,0.0 2024-02-23 00:00:00-05:00,30.209999084472656,30.260000228881836,30.15999984741211,30.219999313354492,29.49966049194336,1071100,0.0,0.0,0.0 2024-02-26 00:00:00-05:00,30.34000015258789,30.34000015258789,30.239999771118164,30.309999465942383,29.587514877319336,899900,0.0,0.0,0.0 2024-02-27 00:00:00-05:00,30.399999618530273,30.559999465942383,30.399999618530273,30.549999237060547,29.821794509887695,3879500,0.0,0.0,0.0 2024-02-28 00:00:00-05:00,30.450000762939453,30.540000915527344,30.420000076293945,30.489999771118164,29.763225555419922,845600,0.0,0.0,0.0 2024-02-29 00:00:00-05:00,30.700000762939453,30.770000457763672,30.489999771118164,30.639999389648438,29.909648895263672,1138800,0.0,0.0,0.0 2024-03-01 00:00:00-05:00,30.68000030517578,30.799999237060547,30.530000686645508,30.780000686645508,30.046314239501953,1855400,0.0,0.0,0.0 2024-03-04 00:00:00-05:00,30.68000030517578,30.770000457763672,30.68000030517578,30.729999542236328,29.99750328063965,811900,0.0,0.0,0.0 2024-03-05 00:00:00-05:00,30.700000762939453,30.809999465942383,30.520000457763672,30.6200008392334,29.890127182006836,3897900,0.0,0.0,0.0 2024-03-06 00:00:00-05:00,30.790000915527344,30.889999389648438,30.729999542236328,30.809999465942383,30.075597763061523,1459600,0.0,0.0,0.0 2024-03-07 00:00:00-05:00,30.959999084472656,31.260000228881836,30.959999084472656,31.25,30.505109786987305,884300,0.0,0.0,0.0 2024-03-08 00:00:00-05:00,31.219999313354492,31.25,30.979999542236328,31.010000228881836,30.270830154418945,1064400,0.0,0.0,0.0 2024-03-11 00:00:00-04:00,30.90999984741211,31.040000915527344,30.84000015258789,31.030000686645508,30.290353775024414,1563500,0.0,0.0,0.0 2024-03-12 00:00:00-04:00,31.110000610351562,31.43000030517578,31.0,31.420000076293945,30.671056747436523,1388400,0.0,0.0,0.0 2024-03-13 00:00:00-04:00,31.420000076293945,31.5,31.3799991607666,31.40999984741211,30.66129493713379,1857300,0.0,0.0,0.0 2024-03-14 00:00:00-04:00,31.350000381469727,31.360000610351562,31.020000457763672,31.149999618530273,30.407493591308594,1410900,0.0,0.0,0.0 2024-03-15 00:00:00-04:00,31.229999542236328,31.25,31.059999465942383,31.170000076293945,30.427017211914062,1173100,0.0,0.0,0.0 2024-03-18 00:00:00-04:00,31.15999984741211,31.15999984741211,30.969999313354492,30.989999771118164,30.251306533813477,1322300,0.0,0.0,0.0 2024-03-19 00:00:00-04:00,31.010000228881836,31.1200008392334,30.93000030517578,31.06999969482422,30.32939910888672,1346300,0.0,0.0,0.0 2024-03-20 00:00:00-04:00,31.0,31.479999542236328,30.989999771118164,31.450000762939453,30.700342178344727,1128400,0.0,0.0,0.0 2024-03-21 00:00:00-04:00,31.270000457763672,31.3700008392334,31.229999542236328,31.309999465942383,30.563678741455078,1007100,0.0,0.0,0.0 2024-03-22 00:00:00-04:00,31.309999465942383,31.329999923706055,31.229999542236328,31.290000915527344,30.544157028198242,1338200,0.0,0.0,0.0 2024-03-25 00:00:00-04:00,31.31999969482422,31.489999771118164,31.31999969482422,31.440000534057617,30.690580368041992,1423000,0.0,0.0,0.0 2024-03-26 00:00:00-04:00,31.700000762939453,31.729999542236328,31.56999969482422,31.579999923706055,30.82724380493164,969800,0.0,0.0,0.0 2024-03-27 00:00:00-04:00,31.790000915527344,31.8799991607666,31.719999313354492,31.8700008392334,31.110332489013672,1079100,0.0,0.0,0.0 2024-03-28 00:00:00-04:00,31.75,31.799999237060547,31.729999542236328,31.75,30.99319076538086,899000,0.0,0.0,0.0 2024-04-01 00:00:00-04:00,31.829999923706055,31.969999313354492,31.670000076293945,31.729999542236328,30.97366714477539,2072100,0.0,0.0,0.0 2024-04-02 00:00:00-04:00,31.399999618530273,31.40999984741211,31.280000686645508,31.350000381469727,30.602725982666016,2835900,0.0,0.0,0.0 2024-04-03 00:00:00-04:00,31.43000030517578,31.690000534057617,31.420000076293945,31.649999618530273,30.89557456970215,1882800,0.0,0.0,0.0 2024-04-04 00:00:00-04:00,31.84000015258789,31.90999984741211,31.3700008392334,31.3700008392334,30.622249603271484,1662300,0.0,0.0,0.0 2024-04-05 00:00:00-04:00,31.260000228881836,31.399999618530273,31.170000076293945,31.350000381469727,30.602725982666016,2182500,0.0,0.0,0.0 2024-04-08 00:00:00-04:00,31.579999923706055,31.639999389648438,31.520000457763672,31.579999923706055,30.82724380493164,979700,0.0,0.0,0.0 2024-04-09 00:00:00-04:00,31.530000686645508,31.600000381469727,31.239999771118164,31.360000610351562,30.61248779296875,1552900,0.0,0.0,0.0 2024-04-10 00:00:00-04:00,30.90999984741211,31.1299991607666,30.860000610351562,30.969999313354492,30.231782913208008,2819500,0.0,0.0,0.0 2024-04-11 00:00:00-04:00,30.920000076293945,30.93000030517578,30.5,30.850000381469727,30.11464500427246,2146900,0.0,0.0,0.0 2024-04-12 00:00:00-04:00,30.420000076293945,30.559999465942383,30.209999084472656,30.25,29.528945922851562,2065700,0.0,0.0,0.0 2024-04-15 00:00:00-04:00,30.790000915527344,30.850000381469727,30.239999771118164,30.260000228881836,29.538707733154297,2321500,0.0,0.0,0.0 2024-04-16 00:00:00-04:00,30.1299991607666,30.15999984741211,29.90999984741211,30.0,29.28490447998047,5629300,0.0,0.0,0.0 2024-04-17 00:00:00-04:00,30.280000686645508,30.299999237060547,30.020000457763672,30.149999618530273,29.43132972717285,2353300,0.0,0.0,0.0 2024-04-18 00:00:00-04:00,30.139999389648438,30.290000915527344,29.989999771118164,30.040000915527344,29.323951721191406,1926400,0.0,0.0,0.0 2024-04-19 00:00:00-04:00,30.049999237060547,30.139999389648438,29.90999984741211,30.010000228881836,29.294666290283203,6857200,0.0,0.0,0.0 2024-04-22 00:00:00-04:00,30.229999542236328,30.479999542236328,30.18000030517578,30.3799991607666,29.655845642089844,1457000,0.0,0.0,0.0 2024-04-23 00:00:00-04:00,30.639999389648438,30.959999084472656,30.6299991607666,30.93000030517578,30.192737579345703,1356100,0.0,0.0,0.0 2024-04-24 00:00:00-04:00,30.860000610351562,30.8700008392334,30.68000030517578,30.790000915527344,30.056076049804688,890900,0.0,0.0,0.0 2024-04-25 00:00:00-04:00,30.389999389648438,30.719999313354492,30.31999969482422,30.690000534057617,29.958457946777344,1986500,0.0,0.0,0.0 2024-04-26 00:00:00-04:00,30.850000381469727,31.010000228881836,30.809999465942383,30.959999084472656,30.222021102905273,834900,0.0,0.0,0.0 2024-04-29 00:00:00-04:00,30.8799991607666,31.0,30.860000610351562,30.979999542236328,30.241544723510742,586000,0.0,0.0,0.0 2024-04-30 00:00:00-04:00,30.729999542236328,30.81999969482422,30.450000762939453,30.459999084472656,29.73394012451172,1351300,0.0,0.0,0.0 2024-05-01 00:00:00-04:00,30.459999084472656,30.790000915527344,30.299999237060547,30.389999389648438,29.665607452392578,3394700,0.0,0.0,0.0 2024-05-02 00:00:00-04:00,30.670000076293945,30.739999771118164,30.420000076293945,30.709999084472656,29.97797966003418,1381500,0.0,0.0,0.0 2024-05-03 00:00:00-04:00,31.020000457763672,31.1299991607666,30.799999237060547,30.950000762939453,30.212261199951172,1261900,0.0,0.0,0.0 2024-05-06 00:00:00-04:00,31.209999084472656,31.299999237060547,31.149999618530273,31.280000686645508,30.534395217895508,770200,0.0,0.0,0.0 2024-05-07 00:00:00-04:00,31.530000686645508,31.670000076293945,31.5,31.59000015258789,30.837005615234375,743600,0.0,0.0,0.0 2024-05-08 00:00:00-04:00,31.549999237060547,31.65999984741211,31.549999237060547,31.65999984741211,30.905336380004883,671200,0.0,0.0,0.0 2024-05-09 00:00:00-04:00,31.889999389648438,32.08000183105469,31.8799991607666,32.060001373291016,31.29580307006836,611600,0.0,0.0,0.0 2024-05-10 00:00:00-04:00,32.16999816894531,32.220001220703125,32.11000061035156,32.18000030517578,31.41294288635254,636200,0.0,0.0,0.0 2024-05-13 00:00:00-04:00,32.220001220703125,32.279998779296875,32.13999938964844,32.16999816894531,31.403179168701172,1431800,0.0,0.0,0.0 2024-05-14 00:00:00-04:00,32.2400016784668,32.380001068115234,32.2400016784668,32.36000061035156,31.588651657104492,1229900,0.0,0.0,0.0 2024-05-15 00:00:00-04:00,32.560001373291016,32.75,32.529998779296875,32.7400016784668,31.9595947265625,828400,0.0,0.0,0.0 2024-05-16 00:00:00-04:00,32.52000045776367,32.52000045776367,32.34000015258789,32.349998474121094,31.578887939453125,1413500,0.0,0.0,0.0 2024-05-17 00:00:00-04:00,32.34000015258789,32.439998626708984,32.279998779296875,32.41999816894531,31.647218704223633,561400,0.0,0.0,0.0 2024-05-20 00:00:00-04:00,32.439998626708984,32.470001220703125,32.36000061035156,32.380001068115234,31.60817527770996,393600,0.0,0.0,0.0 2024-05-21 00:00:00-04:00,32.279998779296875,32.349998474121094,32.209999084472656,32.34000015258789,31.569128036499023,475500,0.0,0.0,0.0 2024-05-22 00:00:00-04:00,32.209999084472656,32.2599983215332,32.0,32.08000183105469,31.315326690673828,901600,0.0,0.0,0.0 2024-05-23 00:00:00-04:00,32.29999923706055,32.310001373291016,31.850000381469727,31.93000030517578,31.168901443481445,1774400,0.0,0.0,0.0 2024-05-24 00:00:00-04:00,32.13999938964844,32.29999923706055,32.08000183105469,32.279998779296875,31.510557174682617,637400,0.0,0.0,0.0 2024-05-28 00:00:00-04:00,32.380001068115234,32.38999938964844,32.150001525878906,32.2400016784668,31.471513748168945,811700,0.0,0.0,0.0 2024-05-29 00:00:00-04:00,31.780000686645508,31.899999618530273,31.739999771118164,31.739999771118164,30.983428955078125,1257500,0.0,0.0,0.0 2024-05-30 00:00:00-04:00,31.829999923706055,31.90999984741211,31.729999542236328,31.780000686645508,31.022476196289062,1451700,0.0,0.0,0.0 2024-05-31 00:00:00-04:00,31.989999771118164,32.08000183105469,31.81999969482422,32.060001373291016,31.29580307006836,847200,0.0,0.0,0.0 2024-06-03 00:00:00-04:00,32.2400016784668,32.310001373291016,32.029998779296875,32.20000076293945,31.432466506958008,1279300,0.0,0.0,0.0 2024-06-04 00:00:00-04:00,31.989999771118164,32.11000061035156,31.84000015258789,31.979999542236328,31.217708587646484,871800,0.0,0.0,0.0 2024-06-05 00:00:00-04:00,32.2599983215332,32.29999923706055,32.040000915527344,32.279998779296875,31.510557174682617,1402100,0.0,0.0,0.0 2024-06-06 00:00:00-04:00,32.34000015258789,32.369998931884766,32.2599983215332,32.34000015258789,31.569128036499023,1185400,0.0,0.0,0.0 2024-06-07 00:00:00-04:00,31.979999542236328,32.099998474121094,31.920000076293945,31.950000762939453,31.188425064086914,581500,0.0,0.0,0.0 2024-06-10 00:00:00-04:00,31.579999923706055,31.829999923706055,31.540000915527344,31.799999237060547,31.0419979095459,540400,0.0,0.0,0.0 2024-06-11 00:00:00-04:00,30.700000762939453,30.829999923706055,30.530000686645508,30.75,30.75,1075300,0.758,0.0,0.0 2024-06-12 00:00:00-04:00,31.399999618530273,31.530000686645508,31.280000686645508,31.350000381469727,31.350000381469727,987000,0.0,0.0,0.0 2024-06-13 00:00:00-04:00,31.010000228881836,31.010000228881836,30.510000228881836,30.610000610351562,30.610000610351562,980400,0.0,0.0,0.0 2024-06-14 00:00:00-04:00,29.989999771118164,30.059999465942383,29.850000381469727,30.010000228881836,30.010000228881836,3112700,0.0,0.0,0.0 2024-06-17 00:00:00-04:00,30.139999389648438,30.309999465942383,30.030000686645508,30.290000915527344,30.290000915527344,1146800,0.0,0.0,0.0 2024-06-18 00:00:00-04:00,30.18000030517578,30.329999923706055,30.170000076293945,30.290000915527344,30.290000915527344,729600,0.0,0.0,0.0 2024-06-20 00:00:00-04:00,30.239999771118164,30.389999389648438,30.200000762939453,30.350000381469727,30.350000381469727,1163700,0.0,0.0,0.0 2024-06-21 00:00:00-04:00,30.149999618530273,30.219999313354492,30.010000228881836,30.18000030517578,30.18000030517578,1218400,0.0,0.0,0.0 2024-06-24 00:00:00-04:00,30.479999542236328,30.6299991607666,30.40999984741211,30.479999542236328,30.479999542236328,1719000,0.0,0.0,0.0 2024-06-25 00:00:00-04:00,30.360000610351562,30.469999313354492,30.309999465942383,30.440000534057617,30.440000534057617,825100,0.0,0.0,0.0 2024-06-26 00:00:00-04:00,30.190000534057617,30.40999984741211,30.149999618530273,30.3700008392334,30.3700008392334,1824600,0.0,0.0,0.0 2024-06-27 00:00:00-04:00,30.520000457763672,30.6299991607666,30.459999084472656,30.549999237060547,30.549999237060547,990100,0.0,0.0,0.0 2024-06-28 00:00:00-04:00,30.520000457763672,30.670000076293945,30.5,30.6200008392334,30.6200008392334,999300,0.0,0.0,0.0 2024-07-01 00:00:00-04:00,30.850000381469727,30.90999984741211,30.649999618530273,30.760000228881836,30.760000228881836,781600,0.0,0.0,0.0 2024-07-02 00:00:00-04:00,30.3799991607666,30.540000915527344,30.34000015258789,30.520000457763672,30.520000457763672,915200,0.0,0.0,0.0 2024-07-03 00:00:00-04:00,30.829999923706055,31.020000457763672,30.829999923706055,30.979999542236328,30.979999542236328,306600,0.0,0.0,0.0 2024-07-05 00:00:00-04:00,31.3700008392334,31.3799991607666,31.059999465942383,31.309999465942383,31.309999465942383,800000,0.0,0.0,0.0 2024-07-08 00:00:00-04:00,31.360000610351562,31.399999618530273,31.1200008392334,31.15999984741211,31.15999984741211,354900,0.0,0.0,0.0 2024-07-09 00:00:00-04:00,30.93000030517578,30.950000762939453,30.729999542236328,30.799999237060547,30.799999237060547,1096000,0.0,0.0,0.0 2024-07-10 00:00:00-04:00,31.059999465942383,31.219999313354492,31.020000457763672,31.200000762939453,31.200000762939453,640400,0.0,0.0,0.0 2024-07-11 00:00:00-04:00,31.459999084472656,31.559999465942383,31.399999618530273,31.43000030517578,31.43000030517578,736400,0.0,0.0,0.0 2024-07-12 00:00:00-04:00,31.68000030517578,32.02000045776367,31.68000030517578,31.920000076293945,31.920000076293945,688100,0.0,0.0,0.0 2024-07-15 00:00:00-04:00,31.729999542236328,31.760000228881836,31.549999237060547,31.600000381469727,31.600000381469727,442700,0.0,0.0,0.0 2024-07-16 00:00:00-04:00,31.420000076293945,31.639999389648438,31.360000610351562,31.6299991607666,31.6299991607666,765700,0.0,0.0,0.0 2024-07-17 00:00:00-04:00,31.479999542236328,31.610000610351562,31.440000534057617,31.489999771118164,31.489999771118164,546300,0.0,0.0,0.0 2024-07-18 00:00:00-04:00,31.56999969482422,31.610000610351562,31.149999618530273,31.18000030517578,31.18000030517578,581300,0.0,0.0,0.0 2024-07-19 00:00:00-04:00,31.010000228881836,31.020000457763672,30.850000381469727,30.8700008392334,30.8700008392334,508700,0.0,0.0,0.0 2024-07-22 00:00:00-04:00,31.31999969482422,31.399999618530273,31.25,31.3700008392334,31.3700008392334,443200,0.0,0.0,0.0 2024-07-23 00:00:00-04:00,31.40999984741211,31.479999542236328,31.360000610351562,31.399999618530273,31.399999618530273,333400,0.0,0.0,0.0 2024-07-24 00:00:00-04:00,31.200000762939453,31.290000915527344,31.0,31.040000915527344,31.040000915527344,335500,0.0,0.0,0.0 2024-07-25 00:00:00-04:00,30.850000381469727,31.190000534057617,30.799999237060547,30.940000534057617,30.940000534057617,483400,0.0,0.0,0.0 2024-07-26 00:00:00-04:00,31.149999618530273,31.34000015258789,31.110000610351562,31.309999465942383,31.309999465942383,363100,0.0,0.0,0.0 2024-07-29 00:00:00-04:00,31.100000381469727,31.100000381469727,30.90999984741211,31.010000228881836,31.010000228881836,1504300,0.0,0.0,0.0 2024-07-30 00:00:00-04:00,31.079999923706055,31.139999389648438,30.959999084472656,31.049999237060547,31.049999237060547,525400,0.0,0.0,0.0 2024-07-31 00:00:00-04:00,31.18000030517578,31.309999465942383,31.079999923706055,31.110000610351562,31.110000610351562,638700,0.0,0.0,0.0 2024-08-01 00:00:00-04:00,30.739999771118164,30.850000381469727,30.219999313354492,30.350000381469727,30.350000381469727,1700500,0.0,0.0,0.0 2024-08-02 00:00:00-04:00,30.09000015258789,30.18000030517578,29.969999313354492,30.139999389648438,30.139999389648438,706200,0.0,0.0,0.0 2024-08-05 00:00:00-04:00,29.299999237060547,29.719999313354492,29.280000686645508,29.559999465942383,29.559999465942383,2460900,0.0,0.0,0.0 2024-08-06 00:00:00-04:00,29.299999237060547,29.68000030517578,29.299999237060547,29.489999771118164,29.489999771118164,1178100,0.0,0.0,0.0 2024-08-07 00:00:00-04:00,29.90999984741211,30.020000457763672,29.549999237060547,29.579999923706055,29.579999923706055,1685900,0.0,0.0,0.0 2024-08-08 00:00:00-04:00,29.829999923706055,30.059999465942383,29.709999084472656,30.030000686645508,30.030000686645508,638800,0.0,0.0,0.0 2024-08-09 00:00:00-04:00,29.969999313354492,30.190000534057617,29.920000076293945,30.15999984741211,30.15999984741211,641500,0.0,0.0,0.0 2024-08-12 00:00:00-04:00,30.190000534057617,30.200000762939453,30.030000686645508,30.100000381469727,30.100000381469727,409600,0.0,0.0,0.0 2024-08-13 00:00:00-04:00,30.209999084472656,30.549999237060547,30.209999084472656,30.520000457763672,30.520000457763672,335800,0.0,0.0,0.0 2024-08-14 00:00:00-04:00,30.700000762939453,30.729999542236328,30.600000381469727,30.670000076293945,30.670000076293945,740500,0.0,0.0,0.0 2024-08-15 00:00:00-04:00,30.959999084472656,31.110000610351562,30.950000762939453,31.059999465942383,31.059999465942383,791200,0.0,0.0,0.0 2024-08-16 00:00:00-04:00,31.229999542236328,31.43000030517578,31.229999542236328,31.399999618530273,31.399999618530273,463800,0.0,0.0,0.0 2024-08-19 00:00:00-04:00,31.530000686645508,31.770000457763672,31.530000686645508,31.760000228881836,31.760000228881836,313200,0.0,0.0,0.0 2024-08-20 00:00:00-04:00,31.719999313354492,31.799999237060547,31.65999984741211,31.709999084472656,31.709999084472656,236300,0.0,0.0,0.0 2024-08-21 00:00:00-04:00,31.899999618530273,32.08000183105469,31.829999923706055,32.040000915527344,32.040000915527344,400700,0.0,0.0,0.0 ================================================ FILE: tests/data/HSBK-IL-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,16.799999237060547,17.059999465942383,16.65999984741211,16.860000610351562,11.23223876953125,22853,0.0,0.0 2022-01-05 00:00:00+00:00,16.020000457763672,16.31999969482422,13.5,13.600000381469727,9.060404777526855,633636,0.0,0.0 2022-01-06 00:00:00+00:00,12.899999618530273,14.800000190734863,12.699999809265137,14.0600004196167,9.366860389709473,365904,0.0,0.0 2022-01-07 00:00:00+00:00,15.199999809265137,15.199999809265137,14.119999885559082,14.319999694824219,9.54007339477539,165530,0.0,0.0 2022-01-10 00:00:00+00:00,15.199999809265137,15.399999618530273,14.739999771118164,14.899999618530273,9.926473617553711,290631,0.0,0.0 2022-01-11 00:00:00+00:00,14.979999542236328,15.079999923706055,14.720000267028809,14.739999771118164,9.819879531860352,136543,0.0,0.0 2022-01-12 00:00:00+00:00,14.979999542236328,15.039999961853027,14.779999732971191,15.0,9.993093490600586,85829,0.0,0.0 2022-01-13 00:00:00+00:00,15.0,15.380000114440918,14.199999809265137,14.359999656677246,9.56672191619873,83358,0.0,0.0 2022-01-14 00:00:00+00:00,14.4399995803833,14.5,13.520000457763672,13.760000228881836,9.166998863220215,76660,0.0,0.0 2022-01-17 00:00:00+00:00,13.399999618530273,14.180000305175781,12.720000267028809,13.739999771118164,9.153674125671387,88804,0.0,0.0 2022-01-18 00:00:00+00:00,13.5,13.619999885559082,12.579999923706055,13.0,8.660680770874023,163727,0.0,0.0 2022-01-19 00:00:00+00:00,13.0,13.020000457763672,12.539999961853027,12.779999732971191,8.514116287231445,542126,0.0,0.0 2022-01-20 00:00:00+00:00,12.779999732971191,12.84000015258789,12.579999923706055,12.739999771118164,8.487466812133789,172768,0.0,0.0 2022-01-21 00:00:00+00:00,12.800000190734863,12.960000038146973,12.600000381469727,12.819999694824219,8.540763854980469,170961,0.0,0.0 2022-01-24 00:00:00+00:00,12.979999542236328,12.979999542236328,11.699999809265137,11.800000190734863,7.861233711242676,199353,0.0,0.0 2022-01-25 00:00:00+00:00,12.100000381469727,12.5,11.859999656677246,12.260000228881836,8.167688369750977,152054,0.0,0.0 2022-01-26 00:00:00+00:00,12.300000190734863,12.460000038146973,12.239999771118164,12.4399995803833,8.287606239318848,373135,0.0,0.0 2022-01-27 00:00:00+00:00,12.300000190734863,13.239999771118164,12.279999732971191,12.899999618530273,8.594060897827148,192333,0.0,0.0 2022-01-28 00:00:00+00:00,12.600000381469727,13.479999542236328,12.600000381469727,12.720000267028809,8.474143981933594,510853,0.0,0.0 2022-01-31 00:00:00+00:00,12.800000190734863,13.5,12.220000267028809,12.9399995803833,8.620708465576172,124275,0.0,0.0 2022-02-01 00:00:00+00:00,12.800000190734863,13.239999771118164,12.800000190734863,13.039999961853027,8.68733024597168,414143,0.0,0.0 2022-02-02 00:00:00+00:00,13.199999809265137,13.859999656677246,12.800000190734863,13.859999656677246,9.23361873626709,127453,0.0,0.0 2022-02-03 00:00:00+00:00,13.699999809265137,13.979999542236328,13.239999771118164,13.739999771118164,9.153674125671387,218527,0.0,0.0 2022-02-04 00:00:00+00:00,13.960000038146973,13.960000038146973,13.720000267028809,13.899999618530273,9.26026725769043,55238,0.0,0.0 2022-02-07 00:00:00+00:00,13.899999618530273,14.479999542236328,13.600000381469727,13.739999771118164,9.153674125671387,181886,0.0,0.0 2022-02-08 00:00:00+00:00,13.739999771118164,14.199999809265137,13.539999961853027,14.199999809265137,9.460128784179688,116020,0.0,0.0 2022-02-09 00:00:00+00:00,14.199999809265137,15.0,14.199999809265137,14.899999618530273,9.926473617553711,111233,0.0,0.0 2022-02-10 00:00:00+00:00,14.800000190734863,15.0,14.520000457763672,14.579999923706055,9.713287353515625,91369,0.0,0.0 2022-02-11 00:00:00+00:00,13.5,14.720000267028809,13.359999656677246,14.319999694824219,9.54007339477539,100366,0.0,0.0 2022-02-14 00:00:00+00:00,14.020000457763672,14.100000381469727,13.619999885559082,13.65999984741211,9.100378036499023,27017,0.0,0.0 2022-02-15 00:00:00+00:00,14.100000381469727,14.359999656677246,14.035799980163574,14.300000190734863,9.526749610900879,117538,0.0,0.0 2022-02-16 00:00:00+00:00,14.34000015258789,14.5,13.9399995803833,14.020000457763672,9.340211868286133,30309,0.0,0.0 2022-02-17 00:00:00+00:00,14.119999885559082,14.15999984741211,13.619999885559082,14.0,9.326888084411621,39096,0.0,0.0 2022-02-18 00:00:00+00:00,13.9399995803833,14.0,13.640000343322754,13.640000343322754,9.087054252624512,58360,0.0,0.0 2022-02-21 00:00:00+00:00,13.739999771118164,14.0,12.520000457763672,12.520000457763672,8.340902328491211,189457,0.0,0.0 2022-02-22 00:00:00+00:00,12.5,13.260000228881836,12.5,12.5,8.327577590942383,648406,0.0,0.0 2022-02-23 00:00:00+00:00,12.5,13.100000381469727,12.5,12.5,8.327577590942383,209765,0.0,0.0 2022-02-24 00:00:00+00:00,12.279999732971191,12.479999542236328,10.34000015258789,12.479999542236328,8.314253807067871,405551,0.0,0.0 2022-02-25 00:00:00+00:00,14.199999809265137,14.199999809265137,10.680000305175781,10.899999618530273,7.261648654937744,376554,0.0,0.0 2022-02-28 00:00:00+00:00,10.5,11.239999771118164,8.9399995803833,10.199999809265137,6.795303821563721,135714,0.0,0.0 2022-03-01 00:00:00+00:00,10.300000190734863,10.520000457763672,9.800000190734863,10.0,6.662062644958496,38449,0.0,0.0 2022-03-02 00:00:00+00:00,9.0,9.770000457763672,8.5,8.600000381469727,5.729374408721924,104724,0.0,0.0 2022-03-03 00:00:00+00:00,8.699999809265137,8.75,6.0,8.600000381469727,5.729374408721924,397251,0.0,0.0 2022-03-04 00:00:00+00:00,8.600000381469727,8.600000381469727,6.929999828338623,7.059999942779541,4.703415870666504,77331,0.0,0.0 2022-03-07 00:00:00+00:00,9.899999618530273,9.899999618530273,7.059999942779541,7.300000190734863,4.863306045532227,150743,0.0,0.0 2022-03-08 00:00:00+00:00,9.0,9.0,6.900000095367432,7.570000171661377,5.043181896209717,196638,0.0,0.0 2022-03-09 00:00:00+00:00,8.899999618530273,9.800000190734863,7.670000076293945,9.600000381469727,6.395580768585205,161045,0.0,0.0 2022-03-10 00:00:00+00:00,9.600000381469727,10.899999618530273,8.65999984741211,8.65999984741211,5.769346237182617,123696,0.0,0.0 2022-03-11 00:00:00+00:00,8.760000228881836,9.5,8.579999923706055,8.800000190734863,5.86261510848999,49430,0.0,0.0 2022-03-14 00:00:00+00:00,10.460000038146973,10.460000038146973,8.600000381469727,9.399999618530273,6.262338638305664,230189,0.0,0.0 2022-03-15 00:00:00+00:00,8.869999885559082,9.449999809265137,8.520000457763672,9.15999984741211,6.102449893951416,53089,0.0,0.0 2022-03-16 00:00:00+00:00,9.399999618530273,9.399999618530273,8.670000076293945,8.75,5.8293046951293945,49227,0.0,0.0 2022-03-17 00:00:00+00:00,8.75,10.279999732971191,8.75,9.350000381469727,6.229028701782227,34428,0.0,0.0 2022-03-18 00:00:00+00:00,9.399999618530273,9.770000457763672,8.5,8.920000076293945,5.942560195922852,79885,0.0,0.0 2022-03-21 00:00:00+00:00,9.149999618530273,9.609999656677246,9.020000457763672,9.020000457763672,6.009181022644043,39803,0.0,0.0 2022-03-22 00:00:00+00:00,9.699999809265137,9.699999809265137,8.9399995803833,8.9399995803833,5.955883502960205,8365,0.0,0.0 2022-03-23 00:00:00+00:00,8.720000267028809,9.199999809265137,8.720000267028809,9.199999809265137,6.1290974617004395,51435,0.0,0.0 2022-03-24 00:00:00+00:00,9.15999984741211,9.399999618530273,8.779999732971191,9.239999771118164,6.155745506286621,54459,0.0,0.0 2022-03-25 00:00:00+00:00,9.079999923706055,9.890000343322754,8.770000457763672,9.489999771118164,6.3222975730896,56774,0.0,0.0 2022-03-28 00:00:00+01:00,9.880000114440918,9.880000114440918,8.819999694824219,8.850000381469727,5.895925998687744,76364,0.0,0.0 2022-03-29 00:00:00+01:00,9.420000076293945,11.039999961853027,9.0,10.34000015258789,6.888572692871094,403536,0.0,0.0 2022-03-30 00:00:00+01:00,10.0,10.720000267028809,9.800000190734863,10.260000228881836,6.8352766036987305,358707,0.0,0.0 2022-03-31 00:00:00+01:00,9.890000343322754,10.34000015258789,9.890000343322754,9.970000267028809,6.64207649230957,31326,0.0,0.0 2022-04-01 00:00:00+01:00,9.960000038146973,10.539999961853027,9.960000038146973,10.140000343322754,6.755331993103027,18116,0.0,0.0 2022-04-04 00:00:00+01:00,10.260000228881836,10.300000190734863,9.930000305175781,10.199999809265137,6.795303821563721,40347,0.0,0.0 2022-04-05 00:00:00+01:00,10.5,10.699999809265137,10.300000190734863,10.699999809265137,7.128406524658203,65468,0.0,0.0 2022-04-06 00:00:00+01:00,10.859999656677246,10.859999656677246,10.239999771118164,10.399999618530273,6.9285454750061035,62479,0.0,0.0 2022-04-07 00:00:00+01:00,10.260000228881836,10.5,9.970000267028809,10.0,6.662062644958496,256374,0.0,0.0 2022-04-08 00:00:00+01:00,10.039999961853027,10.579999923706055,10.020000457763672,10.020000457763672,6.675386905670166,55066,0.0,0.0 2022-04-11 00:00:00+01:00,10.0,10.119999885559082,9.649999618530273,9.8100004196167,6.535483360290527,233746,0.0,0.0 2022-04-12 00:00:00+01:00,10.199999809265137,10.199999809265137,9.65999984741211,9.65999984741211,6.435552597045898,29321,0.0,0.0 2022-04-13 00:00:00+01:00,9.949999809265137,10.800000190734863,9.819999694824219,10.319999694824219,6.875248432159424,172655,0.0,0.0 2022-04-14 00:00:00+01:00,10.65999984741211,10.65999984741211,10.34000015258789,10.34000015258789,6.888572692871094,21496,0.0,0.0 2022-04-19 00:00:00+01:00,10.279999732971191,11.0,10.15999984741211,11.0,7.3282694816589355,90607,0.0,0.0 2022-04-20 00:00:00+01:00,10.979999542236328,11.520000457763672,10.5,10.9399995803833,7.288295745849609,106916,0.0,0.0 2022-04-21 00:00:00+01:00,10.9399995803833,11.119999885559082,10.5600004196167,10.579999923706055,7.0484619140625,43787,0.0,0.0 2022-04-22 00:00:00+01:00,10.5,10.600000381469727,9.90999984741211,10.300000190734863,6.861924648284912,59880,0.0,0.0 2022-04-25 00:00:00+01:00,10.039999961853027,10.640000343322754,10.0,10.359999656677246,6.9018964767456055,34045,0.0,0.0 2022-04-26 00:00:00+01:00,9.449999809265137,10.359999656677246,9.449999809265137,9.800000190734863,6.5288214683532715,25681,0.0,0.0 2022-04-27 00:00:00+01:00,9.699999809265137,10.319999694824219,9.65999984741211,10.199999809265137,6.795303821563721,84328,0.0,0.0 2022-04-28 00:00:00+01:00,10.300000190734863,10.399999618530273,9.84000015258789,10.15999984741211,6.768655776977539,81741,0.0,0.0 2022-04-29 00:00:00+01:00,10.5,10.5,9.899009704589844,9.899999618530273,6.595441818237305,106900,0.0,0.0 2022-05-03 00:00:00+01:00,9.960000038146973,10.039999961853027,9.550000190734863,9.699999809265137,6.462201118469238,75578,0.0,0.0 2022-05-04 00:00:00+01:00,9.739999771118164,9.960000038146973,9.680000305175781,9.699999809265137,6.462201118469238,41125,0.0,0.0 2022-05-05 00:00:00+01:00,10.0,10.100000381469727,9.779999732971191,9.859999656677246,6.568793773651123,63045,0.0,0.0 2022-05-06 00:00:00+01:00,10.180000305175781,10.180000305175781,9.600000381469727,9.760000228881836,6.502172946929932,55025,0.0,0.0 2022-05-09 00:00:00+01:00,9.970000267028809,10.100000381469727,9.699999809265137,9.699999809265137,6.462201118469238,20098,0.0,0.0 2022-05-10 00:00:00+01:00,9.720000267028809,9.989999771118164,9.510000228881836,9.5600004196167,6.368932247161865,67492,0.0,0.0 2022-05-11 00:00:00+01:00,9.880000114440918,9.880000114440918,9.550000190734863,9.649999618530273,6.428890705108643,78764,0.0,0.0 2022-05-12 00:00:00+01:00,9.5,9.789999961853027,9.0,9.289999961853027,6.189056396484375,66581,0.0,0.0 2022-05-13 00:00:00+01:00,9.010000228881836,10.199999809265137,9.010000228881836,10.199999809265137,6.795303821563721,136257,0.0,0.0 2022-05-16 00:00:00+01:00,9.510000228881836,10.079999923706055,9.510000228881836,9.930000305175781,6.615428447723389,42359,0.0,0.0 2022-05-17 00:00:00+01:00,10.199999809265137,10.199999809265137,9.789999961853027,9.819999694824219,6.542145252227783,73188,0.0,0.0 2022-05-18 00:00:00+01:00,9.5600004196167,9.949999809265137,9.5600004196167,9.850000381469727,6.562131881713867,36709,0.0,0.0 2022-05-19 00:00:00+01:00,9.399999618530273,9.859999656677246,9.399999618530273,9.770000457763672,6.508835792541504,28661,0.0,0.0 2022-05-20 00:00:00+01:00,9.899999618530273,9.90999984741211,9.5600004196167,9.779999732971191,6.515497207641602,37100,0.0,0.0 2022-05-23 00:00:00+01:00,9.949999809265137,9.949999809265137,9.699999809265137,9.699999809265137,6.462201118469238,47683,0.0,0.0 2022-05-24 00:00:00+01:00,9.739999771118164,9.859999656677246,9.5,9.5,6.328958988189697,58765,0.0,0.0 2022-05-25 00:00:00+01:00,9.770000457763672,9.779999732971191,9.25,9.510000228881836,6.3356218338012695,66496,0.0,0.0 2022-05-26 00:00:00+01:00,9.5,10.100000381469727,9.5,9.5,6.328958988189697,47634,0.0,0.0 2022-05-27 00:00:00+01:00,9.300000190734863,9.729999542236328,9.220000267028809,9.729999542236328,6.482186794281006,84354,0.0,0.0 2022-05-30 00:00:00+01:00,10.300000190734863,10.300000190734863,9.550000190734863,9.739999771118164,6.488848686218262,95558,0.0,0.0 2022-05-31 00:00:00+01:00,9.739999771118164,9.9399995803833,9.449999809265137,9.449999809265137,6.29564905166626,236121,0.0,0.0 2022-06-01 00:00:00+01:00,9.600000381469727,9.600000381469727,9.399999618530273,9.5,6.328958988189697,58187,0.0,0.0 2022-06-06 00:00:00+01:00,9.600000381469727,10.180000305175781,9.5600004196167,10.100000381469727,6.728682994842529,76946,0.0,0.0 2022-06-07 00:00:00+01:00,10.420000076293945,10.420000076293945,9.989999771118164,10.199999809265137,6.795303821563721,71655,0.0,0.0 2022-06-08 00:00:00+01:00,10.199999809265137,10.199999809265137,10.0,10.100000381469727,6.728682994842529,78000,0.0,0.0 2022-06-09 00:00:00+01:00,10.0,10.720000267028809,9.75,10.399999618530273,6.9285454750061035,115773,0.0,0.0 2022-06-10 00:00:00+01:00,10.300000190734863,10.579999923706055,9.729999542236328,10.300000190734863,6.861924648284912,36024,0.0,0.0 2022-06-13 00:00:00+01:00,10.300000190734863,10.380000114440918,9.5,9.899999618530273,6.595441818237305,30553,0.0,0.0 2022-06-14 00:00:00+01:00,9.930000305175781,10.220000267028809,9.729999542236328,10.119999885559082,6.742007732391357,29818,0.0,0.0 2022-06-15 00:00:00+01:00,10.119999885559082,10.119999885559082,9.5,9.609999656677246,6.4022417068481445,43191,0.0,0.0 2022-06-16 00:00:00+01:00,9.890000343322754,9.989999771118164,9.59000015258789,9.609999656677246,6.4022417068481445,37168,0.0,0.0 2022-06-17 00:00:00+01:00,9.609999656677246,10.100000381469727,9.609999656677246,10.0,6.662062644958496,61187,0.0,0.0 2022-06-20 00:00:00+01:00,9.760000228881836,9.880000114440918,9.609999656677246,9.65999984741211,6.435552597045898,4642,0.0,0.0 2022-06-21 00:00:00+01:00,9.84000015258789,10.0,9.84000015258789,10.0,6.662062644958496,3149,0.0,0.0 2022-06-22 00:00:00+01:00,9.760000228881836,9.899999618530273,9.6899995803833,9.899999618530273,6.595441818237305,15386,0.0,0.0 2022-06-23 00:00:00+01:00,9.65999984741211,9.850000381469727,9.199999809265137,9.850000381469727,6.562131881713867,38382,0.0,0.0 2022-06-24 00:00:00+01:00,9.5,9.850000381469727,8.800000190734863,9.760000228881836,6.502172946929932,21948,0.0,0.0 2022-06-27 00:00:00+01:00,9.6850004196167,9.699999809265137,9.59904956817627,9.600000381469727,6.395580768585205,31132,0.0,0.0 2022-06-28 00:00:00+01:00,9.6899995803833,10.039999961853027,9.5,9.989999771118164,6.65540075302124,150553,0.0,0.0 2022-06-29 00:00:00+01:00,9.649999618530273,9.979999542236328,9.5,9.979999542236328,6.648737907409668,32350,0.0,0.0 2022-06-30 00:00:00+01:00,10.0,10.199999809265137,9.8100004196167,10.0,6.662062644958496,131449,0.0,0.0 2022-07-01 00:00:00+01:00,9.800000190734863,9.899999618530273,9.6899995803833,9.899999618530273,6.595441818237305,23584,0.0,0.0 2022-07-04 00:00:00+01:00,9.710000038146973,9.850000381469727,9.600000381469727,9.600000381469727,6.395580768585205,1294,0.0,0.0 2022-07-05 00:00:00+01:00,9.600000381469727,9.899999618530273,9.600000381469727,9.8100004196167,6.535483360290527,25162,0.0,0.0 2022-07-06 00:00:00+01:00,9.75,9.979999542236328,9.520000457763672,9.979999542236328,6.648737907409668,18314,0.0,0.0 2022-07-07 00:00:00+01:00,9.520000457763672,9.609999656677246,9.1899995803833,9.579999923706055,6.382256031036377,29234,0.0,0.0 2022-07-08 00:00:00+01:00,9.600000381469727,9.600000381469727,9.350000381469727,9.350000381469727,6.229028701782227,10959,0.0,0.0 2022-07-11 00:00:00+01:00,9.699999809265137,9.699999809265137,9.25,9.529999732971191,6.348945617675781,140747,0.0,0.0 2022-07-12 00:00:00+01:00,9.850000381469727,9.850000381469727,9.210000038146973,9.300000190734863,6.195718288421631,66965,0.0,0.0 2022-07-13 00:00:00+01:00,9.539999961853027,9.800000190734863,9.0,9.0,5.995856761932373,91194,0.0,0.0 2022-07-14 00:00:00+01:00,9.029999732971191,9.140000343322754,8.170000076293945,8.729999542236328,5.815980434417725,165960,0.0,0.0 2022-07-15 00:00:00+01:00,8.829999923706055,9.0,8.789999961853027,8.880000114440918,5.915911674499512,11711,0.0,0.0 2022-07-18 00:00:00+01:00,9.460000038146973,9.479999542236328,8.869999885559082,9.0,5.995856761932373,48216,0.0,0.0 2022-07-19 00:00:00+01:00,8.920000076293945,9.100000381469727,8.819999694824219,8.9399995803833,5.955883502960205,69514,0.0,0.0 2022-07-20 00:00:00+01:00,9.020000457763672,9.399999618530273,8.800000190734863,9.100000381469727,6.062477111816406,130244,0.0,0.0 2022-07-21 00:00:00+01:00,9.0,9.199999809265137,8.800000190734863,8.850000381469727,5.895925998687744,95692,0.0,0.0 2022-07-22 00:00:00+01:00,8.8100004196167,9.0,8.8100004196167,8.949999809265137,5.962546348571777,29681,0.0,0.0 2022-07-25 00:00:00+01:00,8.989999771118164,9.0,8.779999732971191,8.949999809265137,5.962546348571777,17148,0.0,0.0 2022-07-26 00:00:00+01:00,8.90999984741211,9.0,8.90999984741211,9.0,5.995856761932373,14671,0.0,0.0 2022-07-27 00:00:00+01:00,8.899999618530273,9.0,8.890000343322754,9.0,5.995856761932373,44286,0.0,0.0 2022-07-28 00:00:00+01:00,8.989999771118164,9.5,8.9399995803833,9.4399995803833,6.288987159729004,37667,0.0,0.0 2022-07-29 00:00:00+01:00,9.8100004196167,9.899999618530273,9.239999771118164,9.329999923706055,6.215704441070557,25399,0.0,0.0 2022-08-01 00:00:00+01:00,9.319999694824219,9.449999809265137,9.3100004196167,9.399999618530273,6.262338638305664,13724,0.0,0.0 2022-08-02 00:00:00+01:00,9.350000381469727,9.399999618530273,9.25,9.399999618530273,6.262338638305664,18764,0.0,0.0 2022-08-03 00:00:00+01:00,9.300000190734863,9.399999618530273,9.300000190734863,9.399999618530273,6.262338638305664,8143,0.0,0.0 2022-08-04 00:00:00+01:00,9.399999618530273,9.699999809265137,9.3100004196167,9.699999809265137,6.462201118469238,26586,0.0,0.0 2022-08-05 00:00:00+01:00,9.699999809265137,9.75,9.600000381469727,9.75,6.495511054992676,2040,0.0,0.0 2022-08-08 00:00:00+01:00,9.739999771118164,10.039999961853027,9.670000076293945,10.039999961853027,6.688711166381836,6284,0.0,0.0 2022-08-09 00:00:00+01:00,9.569999694824219,10.0,9.569999694824219,9.699999809265137,6.462201118469238,8587,0.0,0.0 2022-08-10 00:00:00+01:00,9.569999694824219,9.699999809265137,9.569999694824219,9.579999923706055,6.382256031036377,9235,0.0,0.0 2022-08-11 00:00:00+01:00,9.579999923706055,9.579999923706055,9.3100004196167,9.5,6.328958988189697,40133,0.0,0.0 2022-08-12 00:00:00+01:00,9.5,9.75,9.40999984741211,9.75,6.495511054992676,7407,0.0,0.0 2022-08-15 00:00:00+01:00,9.760000228881836,9.800000190734863,9.300000190734863,9.649999618530273,6.428890705108643,92318,0.0,0.0 2022-08-16 00:00:00+01:00,9.75,10.5,9.649999618530273,10.300000190734863,6.861924648284912,84949,0.0,0.0 2022-08-17 00:00:00+01:00,10.5,10.5,10.100000381469727,10.34000015258789,6.888572692871094,54602,0.0,0.0 2022-08-18 00:00:00+01:00,10.300000190734863,10.899999618530273,9.8100004196167,10.859999656677246,7.234999656677246,218319,0.0,0.0 2022-08-19 00:00:00+01:00,10.899999618530273,10.899999618530273,10.420000076293945,10.600000381469727,7.061786651611328,41328,0.0,0.0 2022-08-22 00:00:00+01:00,10.539999961853027,11.0,10.539999961853027,11.0,7.3282694816589355,53826,0.0,0.0 2022-08-23 00:00:00+01:00,11.180000305175781,12.199999809265137,10.979999542236328,12.199999809265137,8.127717018127441,123033,0.0,0.0 2022-08-24 00:00:00+01:00,12.199999809265137,12.199999809265137,11.720000267028809,11.800000190734863,7.861233711242676,26834,0.0,0.0 2022-08-25 00:00:00+01:00,12.0,12.0,11.0,11.100000381469727,7.394889831542969,44276,0.0,0.0 2022-08-26 00:00:00+01:00,10.800000190734863,11.460000038146973,9.770000457763672,10.699999809265137,7.128406524658203,196995,0.0,0.0 2022-08-30 00:00:00+01:00,10.699999809265137,11.0,10.5,10.680000305175781,7.115082740783691,69711,0.0,0.0 2022-08-31 00:00:00+01:00,10.979999542236328,11.460000038146973,10.880000114440918,10.9399995803833,7.288295745849609,115941,0.0,0.0 2022-09-01 00:00:00+01:00,11.199999809265137,11.199999809265137,10.260000228881836,10.260000228881836,6.8352766036987305,241562,0.0,0.0 2022-09-02 00:00:00+01:00,10.800000190734863,10.800000190734863,10.359999656677246,10.600000381469727,7.061786651611328,63596,0.0,0.0 2022-09-05 00:00:00+01:00,10.600000381469727,10.7264404296875,10.020000457763672,10.119999885559082,6.742007732391357,23491,0.0,0.0 2022-09-06 00:00:00+01:00,9.800000190734863,10.140000343322754,9.5,9.5,6.328958988189697,282704,0.0,0.0 2022-09-07 00:00:00+01:00,9.399999618530273,10.15999984741211,9.300000190734863,10.15999984741211,6.768655776977539,47917,0.0,0.0 2022-09-08 00:00:00+01:00,10.4399995803833,10.5,9.699999809265137,9.699999809265137,6.462201118469238,173112,0.0,0.0 2022-09-09 00:00:00+01:00,9.979999542236328,9.989999771118164,9.829999923706055,9.829999923706055,6.5488080978393555,36510,0.0,0.0 2022-09-12 00:00:00+01:00,10.0600004196167,10.15999984741211,9.829019546508789,10.079999923706055,6.715359210968018,19824,0.0,0.0 2022-09-13 00:00:00+01:00,10.5,10.5,9.569999694824219,9.579999923706055,6.382256031036377,208319,0.0,0.0 2022-09-14 00:00:00+01:00,9.989999771118164,10.239999771118164,9.829999923706055,10.199999809265137,6.795303821563721,386652,0.0,0.0 2022-09-15 00:00:00+01:00,10.100000381469727,10.380000114440918,9.710000038146973,9.760000228881836,6.502172946929932,51600,0.0,0.0 2022-09-16 00:00:00+01:00,9.720000267028809,10.039999961853027,9.680000305175781,9.699999809265137,6.462201118469238,39403,0.0,0.0 2022-09-20 00:00:00+01:00,10.220000267028809,10.34000015258789,10.0600004196167,10.199999809265137,6.795303821563721,322090,0.0,0.0 2022-09-21 00:00:00+01:00,10.199999809265137,10.5,9.960000038146973,10.300000190734863,6.861924648284912,69621,0.0,0.0 2022-09-22 00:00:00+01:00,10.319999694824219,10.5,10.039999961853027,10.199999809265137,6.795303821563721,83360,0.0,0.0 2022-09-23 00:00:00+01:00,10.300000190734863,10.300000190734863,9.510000228881836,9.800000190734863,6.5288214683532715,46001,0.0,0.0 2022-09-26 00:00:00+01:00,9.800000190734863,10.359999656677246,9.800000190734863,10.140000343322754,6.755331993103027,93335,0.0,0.0 2022-09-27 00:00:00+01:00,10.579999923706055,10.699999809265137,10.020000457763672,10.100000381469727,6.728682994842529,71097,0.0,0.0 2022-09-28 00:00:00+01:00,10.199999809265137,10.199999809265137,9.800000190734863,9.960000038146973,6.6354146003723145,11980,0.0,0.0 2022-09-29 00:00:00+01:00,10.140000343322754,10.140000343322754,9.699999809265137,9.899999618530273,6.595441818237305,60792,0.0,0.0 2022-09-30 00:00:00+01:00,10.0,10.319999694824219,9.729999542236328,10.0,6.662062644958496,113672,0.0,0.0 2022-10-03 00:00:00+01:00,10.0,10.5,10.0,10.399999618530273,6.9285454750061035,98604,0.0,0.0 2022-10-04 00:00:00+01:00,10.399999618530273,11.399999618530273,10.399999618530273,11.140000343322754,7.42153787612915,62346,0.0,0.0 2022-10-05 00:00:00+01:00,10.979999542236328,11.020000457763672,10.800000190734863,11.020000457763672,7.3415937423706055,11306,0.0,0.0 2022-10-06 00:00:00+01:00,11.100000381469727,11.140000343322754,10.760000228881836,11.100000381469727,7.394889831542969,9694,0.0,0.0 2022-10-07 00:00:00+01:00,11.260000228881836,11.260000228881836,10.699999809265137,10.859999656677246,7.234999656677246,28612,0.0,0.0 2022-10-10 00:00:00+01:00,10.699999809265137,11.119999885559082,10.699999809265137,10.899999618530273,7.261648654937744,86717,0.0,0.0 2022-10-11 00:00:00+01:00,10.579999923706055,10.899999618530273,9.8100004196167,10.779999732971191,7.181703567504883,127055,0.0,0.0 2022-10-12 00:00:00+01:00,10.899999618530273,11.0,10.300000190734863,10.5,6.995165824890137,17278,0.0,0.0 2022-10-13 00:00:00+01:00,10.800000190734863,11.0,10.520000457763672,10.800000190734863,7.195027828216553,35540,0.0,0.0 2022-10-14 00:00:00+01:00,10.760000228881836,11.0,10.640000343322754,10.800000190734863,7.195027828216553,19193,0.0,0.0 2022-10-17 00:00:00+01:00,10.800000190734863,10.880000114440918,10.460000038146973,10.880000114440918,7.248323917388916,23516,0.0,0.0 2022-10-18 00:00:00+01:00,11.0,11.0,10.65999984741211,10.819999694824219,7.2083516120910645,4328,0.0,0.0 2022-10-19 00:00:00+01:00,10.5,10.640000343322754,10.5,10.640000343322754,7.088435649871826,15060,0.0,0.0 2022-10-20 00:00:00+01:00,10.899999618530273,11.0,10.5,10.9399995803833,7.288295745849609,62704,0.0,0.0 2022-10-21 00:00:00+01:00,10.979999542236328,11.020000457763672,10.65999984741211,10.899999618530273,7.261648654937744,114890,0.0,0.0 2022-10-24 00:00:00+01:00,10.5600004196167,10.5600004196167,10.0,10.279999732971191,7.601346015930176,19590,1.079405,0.0 2022-10-25 00:00:00+01:00,10.600000381469727,10.600000381469727,10.0,10.260000228881836,7.5865583419799805,57149,0.0,0.0 2022-10-26 00:00:00+01:00,10.300000190734863,10.34000015258789,9.899999618530273,10.279999732971191,7.601346015930176,63791,0.0,0.0 2022-10-27 00:00:00+01:00,10.5,10.5,10.020000457763672,10.260000228881836,7.5865583419799805,11991,0.0,0.0 2022-10-28 00:00:00+01:00,10.5,10.5,9.960000038146973,10.020000457763672,7.40909481048584,60834,0.0,0.0 2022-10-31 00:00:00+00:00,10.0,10.239999771118164,9.819999694824219,10.100000381469727,7.4682488441467285,243557,0.0,0.0 2022-11-01 00:00:00+00:00,10.260000228881836,10.600000381469727,9.899999618530273,10.479999542236328,7.749232292175293,128041,0.0,0.0 2022-11-02 00:00:00+00:00,10.399999618530273,10.5600004196167,9.899999618530273,10.020000457763672,7.40909481048584,148301,0.0,0.0 2022-11-03 00:00:00+00:00,9.989999771118164,10.020000457763672,9.850000381469727,10.0,7.39430570602417,20812,0.0,0.0 2022-11-04 00:00:00+00:00,10.15999984741211,10.300000190734863,10.020000457763672,10.140000343322754,7.497826099395752,16443,0.0,0.0 2022-11-07 00:00:00+00:00,10.119999885559082,10.399999618530273,10.0,10.239999771118164,7.571768760681152,34535,0.0,0.0 2022-11-08 00:00:00+00:00,10.300000190734863,10.380000114440918,10.0600004196167,10.100000381469727,7.4682488441467285,31912,0.0,0.0 2022-11-09 00:00:00+00:00,10.119999885559082,10.4399995803833,10.0,10.359999656677246,7.660501003265381,122781,0.0,0.0 2022-11-10 00:00:00+00:00,10.300000190734863,10.380000114440918,10.119999885559082,10.239999771118164,7.571768760681152,22788,0.0,0.0 2022-11-11 00:00:00+00:00,10.239999771118164,10.380000114440918,10.140000343322754,10.300000190734863,7.616135597229004,26787,0.0,0.0 2022-11-14 00:00:00+00:00,10.300000190734863,10.319999694824219,10.0,10.15999984741211,7.512614727020264,25460,0.0,0.0 2022-11-15 00:00:00+00:00,10.300000190734863,10.300000190734863,9.829999923706055,10.0,7.39430570602417,62014,0.0,0.0 2022-11-16 00:00:00+00:00,10.020000457763672,10.140000343322754,9.90999984741211,10.100000381469727,7.4682488441467285,72615,0.0,0.0 2022-11-17 00:00:00+00:00,10.279999732971191,10.279999732971191,9.90999984741211,10.180000305175781,7.527403831481934,55101,0.0,0.0 2022-11-18 00:00:00+00:00,10.300000190734863,10.600000381469727,10.180000305175781,10.399999618530273,7.690078258514404,244339,0.0,0.0 2022-11-21 00:00:00+00:00,10.699999809265137,10.699999809265137,10.399999618530273,10.600000381469727,7.83796501159668,39288,0.0,0.0 2022-11-22 00:00:00+00:00,10.640000343322754,10.699999809265137,10.539999961853027,10.65999984741211,7.882329940795898,40884,0.0,0.0 2022-11-23 00:00:00+00:00,10.680000305175781,10.699999809265137,10.539999961853027,10.65999984741211,7.882329940795898,30463,0.0,0.0 2022-11-24 00:00:00+00:00,10.699999809265137,10.699999809265137,10.380000114440918,10.539999961853027,7.793598175048828,65433,0.0,0.0 2022-11-25 00:00:00+00:00,10.579999923706055,10.65999984741211,10.100000381469727,10.520000457763672,7.778810024261475,75630,0.0,0.0 2022-11-28 00:00:00+00:00,10.5,10.680000305175781,10.260000228881836,10.520000457763672,7.778810024261475,41659,0.0,0.0 2022-11-29 00:00:00+00:00,10.399999618530273,11.0,10.399999618530273,10.979999542236328,8.11894702911377,111590,0.0,0.0 2022-11-30 00:00:00+00:00,11.0,11.0,10.699999809265137,10.699999809265137,7.91190767288208,94125,0.0,0.0 2022-12-01 00:00:00+00:00,10.899999618530273,11.199999809265137,10.800000190734863,11.199999809265137,8.281622886657715,56027,0.0,0.0 2022-12-02 00:00:00+00:00,10.4399995803833,11.479999542236328,10.420000076293945,11.479999542236328,8.488663673400879,9789,0.0,0.0 2022-12-05 00:00:00+00:00,11.5,11.960000038146973,11.140000343322754,11.699999809265137,8.651337623596191,99128,0.0,0.0 2022-12-06 00:00:00+00:00,11.4399995803833,11.5600004196167,11.220000267028809,11.460000038146973,8.473875045776367,45645,0.0,0.0 2022-12-07 00:00:00+00:00,10.859999656677246,11.479999542236328,10.859999656677246,11.180000305175781,8.266834259033203,58667,0.0,0.0 2022-12-08 00:00:00+00:00,11.199999809265137,11.300000190734863,11.140000343322754,11.300000190734863,8.355566024780273,46676,0.0,0.0 2022-12-09 00:00:00+00:00,11.680000305175781,11.680000305175781,11.15999984741211,11.260000228881836,8.32598876953125,26292,0.0,0.0 2022-12-12 00:00:00+00:00,11.539999961853027,11.680000305175781,11.319999694824219,11.619999885559082,8.592183113098145,35150,0.0,0.0 2022-12-13 00:00:00+00:00,11.600000381469727,11.800000190734863,11.460000038146973,11.760000228881836,8.695703506469727,38387,0.0,0.0 2022-12-14 00:00:00+00:00,11.460000038146973,11.9399995803833,11.460000038146973,11.760000228881836,8.695703506469727,10136,0.0,0.0 2022-12-15 00:00:00+00:00,11.699999809265137,11.859999656677246,11.640000343322754,11.84000015258789,8.75485897064209,19590,0.0,0.0 2022-12-16 00:00:00+00:00,11.680000305175781,11.819999694824219,11.359999656677246,11.5,8.50345230102539,20286,0.0,0.0 2022-12-19 00:00:00+00:00,11.039999961853027,11.5600004196167,11.039999961853027,11.5,8.50345230102539,13100,0.0,0.0 2022-12-20 00:00:00+00:00,11.5,11.600000381469727,11.079999923706055,11.5,8.50345230102539,61882,0.0,0.0 2022-12-21 00:00:00+00:00,11.600000381469727,11.619999885559082,11.520000457763672,11.600000381469727,8.57739543914795,28730,0.0,0.0 2022-12-22 00:00:00+00:00,11.539999961853027,11.539999961853027,10.859999656677246,10.9399995803833,8.089370727539062,36818,0.0,0.0 2022-12-23 00:00:00+00:00,10.960000038146973,11.199999809265137,10.739999771118164,11.100000381469727,8.207679748535156,3155,0.0,0.0 2022-12-28 00:00:00+00:00,11.020000457763672,11.4399995803833,10.5,11.140000343322754,8.23725700378418,46216,0.0,0.0 2022-12-29 00:00:00+00:00,11.100000381469727,11.199999809265137,10.920000076293945,11.199999809265137,8.281622886657715,25121,0.0,0.0 2022-12-30 00:00:00+00:00,11.0600004196167,11.199999809265137,11.0600004196167,11.100000381469727,8.207679748535156,5339,0.0,0.0 2023-01-03 00:00:00+00:00,11.260000228881836,11.84000015258789,11.260000228881836,11.800000190734863,8.72528076171875,47015,0.0,0.0 2023-01-04 00:00:00+00:00,11.699999809265137,11.84000015258789,11.5,11.600000381469727,8.57739543914795,27990,0.0,0.0 2023-01-05 00:00:00+00:00,11.699999809265137,11.699999809265137,11.5,11.600000381469727,8.57739543914795,8071,0.0,0.0 2023-01-06 00:00:00+00:00,11.600000381469727,11.600000381469727,10.920000076293945,11.479999542236328,8.488663673400879,50390,0.0,0.0 2023-01-09 00:00:00+00:00,11.479999542236328,11.960000038146973,10.920000076293945,11.0600004196167,8.178102493286133,210004,0.0,0.0 2023-01-10 00:00:00+00:00,11.100000381469727,11.300000190734863,10.800000190734863,11.0,8.133736610412598,88918,0.0,0.0 2023-01-11 00:00:00+00:00,11.479999542236328,11.5,11.100000381469727,11.100000381469727,8.207679748535156,143978,0.0,0.0 2023-01-12 00:00:00+00:00,11.119999885559082,11.34000015258789,10.819999694824219,11.15999984741211,8.252045631408691,171579,0.0,0.0 2023-01-13 00:00:00+00:00,11.279999732971191,11.279999732971191,10.920000076293945,10.979999542236328,8.11894702911377,45137,0.0,0.0 2023-01-16 00:00:00+00:00,11.0,11.199999809265137,10.800000190734863,11.0,8.133736610412598,77547,0.0,0.0 2023-01-17 00:00:00+00:00,10.979999542236328,11.020000457763672,10.800000190734863,10.859999656677246,8.030216217041016,65301,0.0,0.0 2023-01-18 00:00:00+00:00,10.859999656677246,10.899999618530273,10.640000343322754,10.760000228881836,7.956273555755615,54901,0.0,0.0 2023-01-19 00:00:00+00:00,10.880000114440918,10.899999618530273,10.5600004196167,10.699999809265137,7.91190767288208,147872,0.0,0.0 2023-01-20 00:00:00+00:00,10.859999656677246,11.0,10.680000305175781,10.699999809265137,7.91190767288208,66240,0.0,0.0 2023-01-23 00:00:00+00:00,10.800000190734863,11.199999809265137,10.699999809265137,10.699999809265137,7.91190767288208,98329,0.0,0.0 2023-01-24 00:00:00+00:00,10.859999656677246,11.0,10.619999885559082,10.779999732971191,7.9710612297058105,131694,0.0,0.0 2023-01-25 00:00:00+00:00,10.899999618530273,11.0,10.699999809265137,10.699999809265137,7.91190767288208,59407,0.0,0.0 2023-01-26 00:00:00+00:00,10.720000267028809,10.720000267028809,10.039999961853027,10.380000114440918,7.675289630889893,234446,0.0,0.0 2023-01-27 00:00:00+00:00,10.399999618530273,10.65999984741211,10.300000190734863,10.65999984741211,7.882329940795898,76779,0.0,0.0 2023-01-30 00:00:00+00:00,10.699999809265137,10.800000190734863,10.279999732971191,10.460000038146973,7.7344441413879395,61826,0.0,0.0 2023-01-31 00:00:00+00:00,10.5,10.520000457763672,10.220000267028809,10.399999618530273,7.690078258514404,59975,0.0,0.0 2023-02-01 00:00:00+00:00,10.460000038146973,10.699999809265137,10.4399995803833,10.699999809265137,7.91190767288208,37705,0.0,0.0 2023-02-02 00:00:00+00:00,10.779999732971191,11.220000267028809,10.5600004196167,11.0,8.133736610412598,92609,0.0,0.0 2023-02-03 00:00:00+00:00,11.100000381469727,11.5,11.100000381469727,11.5,8.50345230102539,40684,0.0,0.0 2023-02-06 00:00:00+00:00,11.5,11.5,11.199999809265137,11.380000114440918,8.414719581604004,3054,0.0,0.0 2023-02-07 00:00:00+00:00,11.4399995803833,11.4399995803833,11.100000381469727,11.140000343322754,8.23725700378418,11620,0.0,0.0 2023-02-08 00:00:00+00:00,11.039999961853027,11.34000015258789,11.039999961853027,11.180000305175781,8.266834259033203,9121,0.0,0.0 2023-02-09 00:00:00+00:00,11.020000457763672,11.079999923706055,10.858909606933594,10.899999618530273,8.059793472290039,16680,0.0,0.0 2023-02-10 00:00:00+00:00,10.960000038146973,11.0600004196167,10.9399995803833,11.0,8.133736610412598,36371,0.0,0.0 2023-02-13 00:00:00+00:00,11.4399995803833,11.4399995803833,10.979999542236328,11.140000343322754,8.23725700378418,89710,0.0,0.0 2023-02-14 00:00:00+00:00,11.260000228881836,11.260000228881836,11.0,11.100000381469727,8.207679748535156,43223,0.0,0.0 2023-02-15 00:00:00+00:00,11.4399995803833,11.4399995803833,11.100000381469727,11.199999809265137,8.281622886657715,40768,0.0,0.0 2023-02-16 00:00:00+00:00,11.199999809265137,11.5,11.100000381469727,11.5,8.50345230102539,110351,0.0,0.0 2023-02-17 00:00:00+00:00,11.239999771118164,11.800000190734863,11.239999771118164,11.800000190734863,8.72528076171875,57930,0.0,0.0 2023-02-20 00:00:00+00:00,11.739999771118164,11.800000190734863,11.699999809265137,11.699999809265137,8.651337623596191,7410,0.0,0.0 2023-02-21 00:00:00+00:00,11.699999809265137,11.699999809265137,11.260000228881836,11.479999542236328,8.488663673400879,13271,0.0,0.0 2023-02-22 00:00:00+00:00,11.699999809265137,11.699999809265137,11.539999961853027,11.539999961853027,8.533029556274414,20722,0.0,0.0 2023-02-23 00:00:00+00:00,11.600000381469727,11.699999809265137,11.220000267028809,11.520000457763672,8.518240928649902,19556,0.0,0.0 2023-02-24 00:00:00+00:00,11.420000076293945,11.84000015258789,11.399999618530273,11.420000076293945,8.444296836853027,5400,0.0,0.0 2023-02-27 00:00:00+00:00,11.180000305175781,11.359999656677246,11.0,11.260000228881836,8.32598876953125,60046,0.0,0.0 2023-02-28 00:00:00+00:00,11.260000228881836,11.300000190734863,11.180000305175781,11.199999809265137,8.281622886657715,64183,0.0,0.0 2023-03-01 00:00:00+00:00,11.140000343322754,11.300000190734863,11.140000343322754,11.199999809265137,8.281622886657715,29007,0.0,0.0 2023-03-02 00:00:00+00:00,11.100000381469727,11.199999809265137,10.600000381469727,10.65999984741211,7.882329940795898,41213,0.0,0.0 2023-03-03 00:00:00+00:00,11.020000457763672,11.300000190734863,11.0,11.020000457763672,8.14852523803711,22944,0.0,0.0 2023-03-06 00:00:00+00:00,11.020000457763672,11.199999809265137,11.0,11.0,8.133736610412598,12945,0.0,0.0 2023-03-07 00:00:00+00:00,11.0,11.220000267028809,10.859999656677246,10.920000076293945,8.07458209991455,13888,0.0,0.0 2023-03-08 00:00:00+00:00,11.220000267028809,11.220000267028809,10.65999984741211,10.699999809265137,7.91190767288208,36874,0.0,0.0 2023-03-09 00:00:00+00:00,10.859999656677246,11.119999885559082,10.699999809265137,10.979999542236328,8.11894702911377,20647,0.0,0.0 2023-03-10 00:00:00+00:00,10.979999542236328,11.0,10.880000114440918,10.979999542236328,8.11894702911377,17742,0.0,0.0 2023-03-13 00:00:00+00:00,10.979999542236328,11.279999732971191,10.760000228881836,11.0,8.133736610412598,35470,0.0,0.0 2023-03-14 00:00:00+00:00,11.0600004196167,11.699999809265137,10.84000015258789,11.539999961853027,8.533029556274414,56457,0.0,0.0 2023-03-15 00:00:00+00:00,11.600000381469727,11.800000190734863,11.15999984741211,11.319999694824219,8.370353698730469,51202,0.0,0.0 2023-03-16 00:00:00+00:00,11.5,11.800000190734863,11.15999984741211,11.15999984741211,8.252045631408691,44528,0.0,0.0 2023-03-17 00:00:00+00:00,11.420000076293945,11.539999961853027,11.15999984741211,11.34000015258789,8.385143280029297,48274,0.0,0.0 2023-03-20 00:00:00+00:00,11.279999732971191,11.319999694824219,11.119999885559082,11.199999809265137,8.281622886657715,48572,0.0,0.0 2023-03-21 00:00:00+00:00,11.199999809265137,11.300000190734863,11.119999885559082,11.119999885559082,8.222468376159668,35468,0.0,0.0 2023-03-22 00:00:00+00:00,11.300000190734863,11.420000076293945,11.180000305175781,11.399999618530273,8.429508209228516,106704,0.0,0.0 2023-03-23 00:00:00+00:00,11.5,11.5,11.180000305175781,11.279999732971191,8.340776443481445,31516,0.0,0.0 2023-03-24 00:00:00+00:00,11.359999656677246,11.539999961853027,11.199999809265137,11.380000114440918,8.414719581604004,39043,0.0,0.0 2023-03-27 00:00:00+01:00,11.600000381469727,11.699999809265137,11.4399995803833,11.65999984741211,8.621760368347168,62936,0.0,0.0 2023-03-28 00:00:00+01:00,11.65999984741211,11.699999809265137,11.5,11.65999984741211,8.621760368347168,37972,0.0,0.0 2023-03-29 00:00:00+01:00,11.720000267028809,11.739999771118164,11.5,11.5,8.50345230102539,32145,0.0,0.0 2023-03-30 00:00:00+01:00,11.600000381469727,11.699999809265137,11.300000190734863,11.380000114440918,8.414719581604004,58090,0.0,0.0 2023-03-31 00:00:00+01:00,11.420000076293945,11.699999809265137,11.420000076293945,11.5600004196167,8.547818183898926,62560,0.0,0.0 2023-04-03 00:00:00+01:00,11.5600004196167,11.800000190734863,11.420000076293945,11.5,8.50345230102539,46750,0.0,0.0 2023-04-04 00:00:00+01:00,11.5600004196167,12.100000381469727,11.520000457763672,11.899999618530273,8.799223899841309,88921,0.0,0.0 2023-04-05 00:00:00+01:00,12.079999923706055,12.100000381469727,11.859999656677246,11.899999618530273,8.799223899841309,34860,0.0,0.0 2023-04-06 00:00:00+01:00,11.899999618530273,12.0,11.800000190734863,11.800000190734863,8.72528076171875,16682,0.0,0.0 2023-04-11 00:00:00+01:00,11.819999694824219,12.100000381469727,11.819999694824219,12.079999923706055,8.932321548461914,48465,0.0,0.0 2023-04-12 00:00:00+01:00,12.119999885559082,12.119999885559082,12.0,12.119999885559082,8.961898803710938,48865,0.0,0.0 2023-04-13 00:00:00+01:00,12.100000381469727,12.199999809265137,12.0,12.0,8.873167037963867,37343,0.0,0.0 2023-04-14 00:00:00+01:00,12.039999961853027,12.319999694824219,12.020000457763672,12.15999984741211,8.991476058959961,7165,0.0,0.0 2023-04-17 00:00:00+01:00,12.180000305175781,12.199999809265137,11.899999618530273,12.0600004196167,8.917532920837402,19661,0.0,0.0 2023-04-18 00:00:00+01:00,12.079999923706055,12.180000305175781,11.899999618530273,12.100000381469727,8.947110176086426,56695,0.0,0.0 2023-04-19 00:00:00+01:00,12.0,12.15999984741211,11.979999542236328,12.0,8.873167037963867,38837,0.0,0.0 2023-04-20 00:00:00+01:00,12.100000381469727,12.100000381469727,11.899999618530273,11.899999618530273,8.799223899841309,13836,0.0,0.0 2023-04-21 00:00:00+01:00,11.899999618530273,12.039999961853027,11.779999732971191,11.920000076293945,8.81401252746582,64892,0.0,0.0 2023-04-24 00:00:00+01:00,12.100000381469727,13.119999885559082,12.0,13.020000457763672,9.627387046813965,192479,0.0,0.0 2023-04-25 00:00:00+01:00,13.020000457763672,13.220000267028809,12.920000076293945,12.960000038146973,9.583020210266113,80632,0.0,0.0 2023-04-26 00:00:00+01:00,13.0600004196167,13.0600004196167,12.380000114440918,12.960000038146973,9.583020210266113,70282,0.0,0.0 2023-04-27 00:00:00+01:00,12.960000038146973,13.079999923706055,12.720000267028809,13.0,9.612597465515137,36005,0.0,0.0 2023-04-28 00:00:00+01:00,13.15999984741211,13.399999618530273,13.100000381469727,13.399999618530273,9.908369064331055,40393,0.0,0.0 2023-05-02 00:00:00+01:00,13.199999809265137,13.5,13.199999809265137,13.420000076293945,9.923158645629883,102377,0.0,0.0 2023-05-03 00:00:00+01:00,13.5,13.5,13.199999809265137,13.5,9.98231315612793,58464,0.0,0.0 2023-05-04 00:00:00+01:00,13.5,14.180000305175781,13.34000015258789,14.119999885559082,10.440759658813477,70466,0.0,0.0 2023-05-05 00:00:00+01:00,14.020000457763672,14.199999809265137,13.779999732971191,14.0,10.352028846740723,36935,0.0,0.0 2023-05-09 00:00:00+01:00,14.0,14.0,13.680000305175781,13.720000267028809,10.144988059997559,43772,0.0,0.0 2023-05-10 00:00:00+01:00,13.520000457763672,13.819999694824219,13.520000457763672,13.699999809265137,10.13019847869873,19074,0.0,0.0 2023-05-11 00:00:00+01:00,13.979999542236328,13.979999542236328,13.699999809265137,13.960000038146973,10.3224515914917,23508,0.0,0.0 2023-05-12 00:00:00+01:00,13.800000190734863,13.979999542236328,13.779999732971191,13.859999656677246,10.24850845336914,22555,0.0,0.0 2023-05-15 00:00:00+01:00,13.520000457763672,13.960000038146973,13.520000457763672,13.899999618530273,10.278085708618164,16593,0.0,0.0 2023-05-16 00:00:00+01:00,14.0,14.079999923706055,13.880000114440918,14.0600004196167,10.396394729614258,84116,0.0,0.0 2023-05-17 00:00:00+01:00,14.5,14.5,14.0,14.100000381469727,10.425971031188965,32444,0.0,0.0 2023-05-18 00:00:00+01:00,14.039999961853027,14.260000228881836,14.039999961853027,14.239999771118164,10.529491424560547,34866,0.0,0.0 2023-05-19 00:00:00+01:00,14.140000343322754,14.380000114440918,13.920000076293945,13.960000038146973,10.3224515914917,26801,0.0,0.0 2023-05-22 00:00:00+01:00,14.279999732971191,14.279999732971191,13.5,14.100000381469727,10.425971031188965,67914,0.0,0.0 2023-05-23 00:00:00+01:00,14.100000381469727,14.100000381469727,13.819999694824219,14.079999923706055,10.411182403564453,23417,0.0,0.0 2023-05-24 00:00:00+01:00,13.9399995803833,14.15999984741211,13.9399995803833,14.100000381469727,10.425971031188965,78736,0.0,0.0 2023-05-25 00:00:00+01:00,14.279999732971191,14.279999732971191,13.880000114440918,14.119999885559082,10.440759658813477,55654,0.0,0.0 2023-05-26 00:00:00+01:00,14.0,14.140000343322754,13.779999732971191,14.020000457763672,10.366817474365234,71859,0.0,0.0 2023-05-30 00:00:00+01:00,13.579999923706055,13.579999923706055,12.399999618530273,12.640000343322754,11.134041786193848,96572,2.250997,0.0 2023-05-31 00:00:00+01:00,12.5,13.100000381469727,12.5,12.84000015258789,11.310213088989258,89654,0.0,0.0 2023-06-01 00:00:00+01:00,12.9399995803833,12.979999542236328,12.699999809265137,12.920000076293945,11.380681991577148,26518,0.0,0.0 2023-06-02 00:00:00+01:00,13.0,13.0,12.600000381469727,12.600000381469727,11.098807334899902,23804,0.0,0.0 2023-06-05 00:00:00+01:00,12.640000343322754,12.920000076293945,12.5,12.720000267028809,11.204510688781738,33431,0.0,0.0 2023-06-06 00:00:00+01:00,12.779999732971191,12.800000190734863,12.399999618530273,12.5600004196167,11.063572883605957,48510,0.0,0.0 2023-06-07 00:00:00+01:00,12.800000190734863,12.880000114440918,12.199999809265137,12.720000267028809,11.204510688781738,78827,0.0,0.0 2023-06-08 00:00:00+01:00,13.0,13.039999961853027,12.680000305175781,12.680000305175781,11.169276237487793,11685,0.0,0.0 2023-06-09 00:00:00+01:00,12.880000114440918,12.899999618530273,12.65999984741211,12.760000228881836,11.239744186401367,27657,0.0,0.0 2023-06-12 00:00:00+01:00,12.800000190734863,13.0,12.779999732971191,12.960000038146973,11.415915489196777,42885,0.0,0.0 2023-06-13 00:00:00+01:00,13.0,13.579999923706055,13.0,13.300000190734863,11.715407371520996,71564,0.0,0.0 2023-06-14 00:00:00+01:00,13.359999656677246,13.5,13.15999984741211,13.359999656677246,11.768259048461914,57665,0.0,0.0 2023-06-15 00:00:00+01:00,13.239999771118164,13.739999771118164,13.239999771118164,13.699999809265137,12.067749977111816,51339,0.0,0.0 2023-06-16 00:00:00+01:00,13.619999885559082,13.84000015258789,13.619999885559082,13.800000190734863,12.15583610534668,44154,0.0,0.0 2023-06-19 00:00:00+01:00,13.859999656677246,13.859999656677246,13.520000457763672,13.600000381469727,11.97966480255127,12552,0.0,0.0 2023-06-20 00:00:00+01:00,13.600000381469727,13.699999809265137,13.420000076293945,13.600000381469727,11.97966480255127,37326,0.0,0.0 2023-06-21 00:00:00+01:00,13.800000190734863,13.880000114440918,13.600000381469727,13.800000190734863,12.15583610534668,18557,0.0,0.0 2023-06-22 00:00:00+01:00,13.880000114440918,13.880000114440918,13.539999961853027,13.720000267028809,12.085368156433105,58062,0.0,0.0 2023-06-23 00:00:00+01:00,13.800000190734863,13.800000190734863,13.65999984741211,13.739999771118164,12.102984428405762,38737,0.0,0.0 2023-06-26 00:00:00+01:00,13.880000114440918,13.9399995803833,13.579999923706055,13.800000190734863,12.15583610534668,70939,0.0,0.0 2023-06-27 00:00:00+01:00,13.739999771118164,13.819999694824219,13.699999809265137,13.699999809265137,12.067749977111816,32261,0.0,0.0 2023-06-28 00:00:00+01:00,13.699999809265137,14.319999694824219,13.699999809265137,14.140000343322754,12.455327987670898,52271,0.0,0.0 2023-06-29 00:00:00+01:00,14.15999984741211,14.380000114440918,13.960000038146973,14.100000381469727,12.420093536376953,49940,0.0,0.0 2023-06-30 00:00:00+01:00,14.199999809265137,14.199999809265137,13.899999618530273,14.039999961853027,12.367241859436035,72169,0.0,0.0 2023-07-03 00:00:00+01:00,13.899999618530273,14.199999809265137,13.84000015258789,14.020000457763672,12.349625587463379,13161,0.0,0.0 2023-07-04 00:00:00+01:00,13.979999542236328,14.199999809265137,13.819999694824219,13.819999694824219,12.173453330993652,107305,0.0,0.0 2023-07-05 00:00:00+01:00,14.180000305175781,14.180000305175781,13.819999694824219,14.100000381469727,12.420093536376953,11662,0.0,0.0 2023-07-06 00:00:00+01:00,14.079999923706055,14.220000267028809,13.819999694824219,14.0,12.332008361816406,143087,0.0,0.0 2023-07-07 00:00:00+01:00,14.0,14.199999809265137,13.819999694824219,14.020000457763672,12.349625587463379,69805,0.0,0.0 2023-07-10 00:00:00+01:00,14.020000457763672,14.199999809265137,13.9399995803833,14.15999984741211,12.472945213317871,29131,0.0,0.0 2023-07-11 00:00:00+01:00,14.359999656677246,14.720000267028809,14.0,14.65999984741211,12.913373947143555,80549,0.0,0.0 2023-07-12 00:00:00+01:00,14.680000305175781,14.739999771118164,14.479999542236328,14.739999771118164,12.983842849731445,33828,0.0,0.0 2023-07-13 00:00:00+01:00,14.739999771118164,15.239999771118164,14.739999771118164,15.0,13.212865829467773,55403,0.0,0.0 2023-07-14 00:00:00+01:00,15.0,15.140000343322754,14.800000190734863,14.84000015258789,13.071928024291992,38101,0.0,0.0 2023-07-17 00:00:00+01:00,14.880000114440918,15.300000190734863,14.739999771118164,15.0,13.212865829467773,108408,0.0,0.0 2023-07-18 00:00:00+01:00,14.739999771118164,15.0,14.739999771118164,15.0,13.212865829467773,76065,0.0,0.0 2023-07-19 00:00:00+01:00,14.9399995803833,15.100000381469727,14.539999961853027,14.699999809265137,12.9486083984375,48934,0.0,0.0 2023-07-20 00:00:00+01:00,14.979999542236328,14.979999542236328,14.640000343322754,14.65999984741211,12.913373947143555,120131,0.0,0.0 2023-07-21 00:00:00+01:00,14.800000190734863,14.880000114440918,14.460000038146973,14.579999923706055,12.842905044555664,42896,0.0,0.0 2023-07-24 00:00:00+01:00,14.600000381469727,14.779999732971191,14.5600004196167,14.779999732971191,13.019076347351074,7523,0.0,0.0 2023-07-25 00:00:00+01:00,14.800000190734863,14.859999656677246,14.520000457763672,14.760000228881836,13.001460075378418,19952,0.0,0.0 2023-07-26 00:00:00+01:00,14.739999771118164,14.760000228881836,14.5,14.600000381469727,12.860523223876953,3312,0.0,0.0 2023-07-27 00:00:00+01:00,14.779999732971191,14.779999732971191,14.460000038146973,14.460000038146973,12.737202644348145,12421,0.0,0.0 2023-07-28 00:00:00+01:00,14.579999923706055,14.600000381469727,14.239999771118164,14.5,12.77243709564209,48482,0.0,0.0 2023-07-31 00:00:00+01:00,14.600000381469727,14.779999732971191,14.319999694824219,14.319999694824219,12.613882064819336,55691,0.0,0.0 2023-08-01 00:00:00+01:00,14.779999732971191,14.779999732971191,14.359999656677246,14.5,12.77243709564209,10234,0.0,0.0 2023-08-02 00:00:00+01:00,14.699999809265137,14.699999809265137,14.220000267028809,14.260000228881836,12.561031341552734,18024,0.0,0.0 2023-08-03 00:00:00+01:00,14.300000190734863,14.420000076293945,14.300000190734863,14.380000114440918,12.666733741760254,9027,0.0,0.0 2023-08-04 00:00:00+01:00,14.4399995803833,14.600000381469727,14.4399995803833,14.460000038146973,12.737202644348145,6076,0.0,0.0 2023-08-07 00:00:00+01:00,14.539999961853027,14.680000305175781,14.539999961853027,14.539999961853027,12.807670593261719,24129,0.0,0.0 2023-08-08 00:00:00+01:00,14.640000343322754,14.960000038146973,14.319999694824219,14.420000076293945,12.7019681930542,18134,0.0,0.0 2023-08-09 00:00:00+01:00,14.4399995803833,14.4399995803833,14.199999809265137,14.380000114440918,12.666733741760254,32038,0.0,0.0 2023-08-10 00:00:00+01:00,14.800000190734863,14.800000190734863,14.220000267028809,14.279999732971191,12.57864761352539,6062,0.0,0.0 2023-08-11 00:00:00+01:00,14.399999618530273,14.539999961853027,14.300000190734863,14.399999618530273,12.684350967407227,68558,0.0,0.0 2023-08-14 00:00:00+01:00,14.600000381469727,14.649999618530273,14.220000267028809,14.600000381469727,12.860523223876953,9896,0.0,0.0 2023-08-15 00:00:00+01:00,14.579999923706055,14.579999923706055,14.239999771118164,14.239999771118164,12.543413162231445,9685,0.0,0.0 2023-08-16 00:00:00+01:00,14.239999771118164,14.479999542236328,14.220000267028809,14.300000190734863,12.59626579284668,40000,0.0,0.0 2023-08-17 00:00:00+01:00,14.680000305175781,14.699999809265137,14.300000190734863,14.5,12.77243709564209,401341,0.0,0.0 2023-08-18 00:00:00+01:00,14.300000190734863,14.800000190734863,14.220000267028809,14.5600004196167,12.825288772583008,61045,0.0,0.0 2023-08-21 00:00:00+01:00,14.5600004196167,14.800000190734863,14.5,14.5,12.77243709564209,29064,0.0,0.0 2023-08-22 00:00:00+01:00,14.579999923706055,14.880000114440918,14.520000457763672,14.739999771118164,12.983842849731445,126583,0.0,0.0 2023-08-23 00:00:00+01:00,14.960000038146973,14.979999542236328,14.5,14.600000381469727,12.860523223876953,27337,0.0,0.0 2023-08-24 00:00:00+01:00,14.920000076293945,15.020000457763672,14.5,14.539999961853027,12.807670593261719,23271,0.0,0.0 2023-08-25 00:00:00+01:00,14.539999961853027,14.899999618530273,14.49884033203125,14.539999961853027,12.807670593261719,41488,0.0,0.0 2023-08-29 00:00:00+01:00,14.5600004196167,14.739999771118164,14.539999961853027,14.579999923706055,12.842905044555664,23069,0.0,0.0 2023-08-30 00:00:00+01:00,14.640000343322754,15.020000457763672,14.260000228881836,14.4399995803833,12.719584465026855,21296,0.0,0.0 2023-08-31 00:00:00+01:00,14.600000381469727,15.001500129699707,14.5,15.0,13.212865829467773,111959,0.0,0.0 2023-09-01 00:00:00+01:00,15.199999809265137,15.199999809265137,13.800000190734863,13.979999542236328,12.314390182495117,118587,0.0,0.0 2023-09-04 00:00:00+01:00,14.0,14.300000190734863,13.420000076293945,14.0,12.332008361816406,114178,0.0,0.0 2023-09-05 00:00:00+01:00,13.899999618530273,13.979999542236328,13.619999885559082,13.800000190734863,12.15583610534668,20286,0.0,0.0 2023-09-06 00:00:00+01:00,13.720000267028809,14.0,13.380000114440918,14.0,12.332008361816406,44893,0.0,0.0 2023-09-07 00:00:00+01:00,13.800000190734863,13.979999542236328,13.680000305175781,13.680000305175781,12.05013370513916,8143,0.0,0.0 2023-09-08 00:00:00+01:00,13.960000038146973,14.0,13.680000305175781,13.760000228881836,12.12060260772705,4729,0.0,0.0 2023-09-11 00:00:00+01:00,13.720000267028809,14.4399995803833,13.699999809265137,13.819999694824219,12.173453330993652,34228,0.0,0.0 2023-09-12 00:00:00+01:00,14.180000305175781,14.199999809265137,13.520000457763672,13.640000343322754,12.014899253845215,42043,0.0,0.0 2023-09-13 00:00:00+01:00,13.699999809265137,14.100000381469727,13.079999923706055,13.640000343322754,12.014899253845215,75061,0.0,0.0 2023-09-14 00:00:00+01:00,13.640000343322754,13.960000038146973,13.460000038146973,13.680000305175781,12.05013370513916,57375,0.0,0.0 2023-09-15 00:00:00+01:00,13.600000381469727,13.979999542236328,13.539999961853027,13.600000381469727,11.97966480255127,19909,0.0,0.0 2023-09-18 00:00:00+01:00,13.5600004196167,13.699999809265137,13.119999885559082,13.5,11.891578674316406,59997,0.0,0.0 2023-09-19 00:00:00+01:00,13.479999542236328,13.619999885559082,13.020000457763672,13.5,11.891578674316406,124491,0.0,0.0 2023-09-20 00:00:00+01:00,13.520000457763672,13.779999732971191,13.300000190734863,13.680000305175781,12.05013370513916,36630,0.0,0.0 2023-09-21 00:00:00+01:00,13.680000305175781,13.760000228881836,13.300000190734863,13.5,11.891578674316406,46184,0.0,0.0 2023-09-22 00:00:00+01:00,13.5,13.5,13.140000343322754,13.479999542236328,11.873961448669434,22904,0.0,0.0 2023-09-25 00:00:00+01:00,13.479999542236328,13.5,13.020000457763672,13.5,11.891578674316406,8079,0.0,0.0 2023-09-26 00:00:00+01:00,13.539999961853027,13.899999618530273,13.239999771118164,13.899999618530273,12.243922233581543,83086,0.0,0.0 2023-09-27 00:00:00+01:00,13.619999885559082,13.760000228881836,13.399999618530273,13.399999618530273,11.803492546081543,61539,0.0,0.0 2023-09-28 00:00:00+01:00,13.300000190734863,13.579999923706055,13.15999984741211,13.479999542236328,11.873961448669434,73333,0.0,0.0 2023-09-29 00:00:00+01:00,13.640000343322754,13.65999984741211,13.220000267028809,13.34000015258789,11.750641822814941,8547,0.0,0.0 2023-10-02 00:00:00+01:00,13.520000457763672,13.739999771118164,13.140000343322754,13.199999809265137,11.627321243286133,47033,0.0,0.0 2023-10-03 00:00:00+01:00,13.199999809265137,13.380000114440918,12.859999656677246,12.920000076293945,11.380681991577148,63973,0.0,0.0 2023-10-04 00:00:00+01:00,12.899999618530273,12.960000038146973,12.84000015258789,12.960000038146973,11.415915489196777,21182,0.0,0.0 2023-10-05 00:00:00+01:00,12.979999542236328,13.0,12.739999771118164,12.899999618530273,11.36306381225586,26647,0.0,0.0 2023-10-06 00:00:00+01:00,12.9399995803833,12.9399995803833,12.600000381469727,12.640000343322754,11.134041786193848,55430,0.0,0.0 2023-10-09 00:00:00+01:00,12.899999618530273,12.899999618530273,12.399999618530273,12.5,11.010721206665039,51311,0.0,0.0 2023-10-10 00:00:00+01:00,12.319999694824219,12.880000114440918,12.300000190734863,12.760000228881836,11.239744186401367,26101,0.0,0.0 2023-10-11 00:00:00+01:00,12.779999732971191,12.779999732971191,12.5600004196167,12.720000267028809,11.204510688781738,127422,0.0,0.0 2023-10-12 00:00:00+01:00,12.819999694824219,13.039999961853027,12.800000190734863,12.859999656677246,11.327829360961914,29543,0.0,0.0 2023-10-13 00:00:00+01:00,12.699999809265137,12.979999542236328,12.420000076293945,12.520000457763672,11.028338432312012,38697,0.0,0.0 2023-10-16 00:00:00+01:00,12.4399995803833,13.140000343322754,12.300000190734863,12.460000038146973,10.975486755371094,72362,0.0,0.0 2023-10-17 00:00:00+01:00,12.819999694824219,12.880000114440918,12.34000015258789,12.65999984741211,11.151658058166504,45477,0.0,0.0 2023-10-18 00:00:00+01:00,12.380000114440918,13.100000381469727,12.380000114440918,12.699999809265137,11.18689250946045,9089,0.0,0.0 2023-10-19 00:00:00+01:00,12.600000381469727,12.899999618530273,12.600000381469727,12.859999656677246,11.327829360961914,75081,0.0,0.0 2023-10-20 00:00:00+01:00,12.779999732971191,12.859999656677246,12.479999542236328,12.699999809265137,11.18689250946045,52181,0.0,0.0 2023-10-23 00:00:00+01:00,12.600000381469727,12.779999732971191,12.5,12.600000381469727,11.098807334899902,46535,0.0,0.0 2023-10-24 00:00:00+01:00,12.600000381469727,13.0,12.600000381469727,13.0,11.451149940490723,83948,0.0,0.0 2023-10-25 00:00:00+01:00,13.399999618530273,13.399999618530273,12.720000267028809,13.300000190734863,11.715407371520996,50176,0.0,0.0 2023-10-26 00:00:00+01:00,13.399999618530273,13.399999618530273,12.960000038146973,12.960000038146973,11.415915489196777,10506,0.0,0.0 2023-10-27 00:00:00+01:00,13.0,13.140000343322754,12.5600004196167,12.779999732971191,11.25736141204834,46593,0.0,0.0 2023-10-30 00:00:00+00:00,13.0,13.180000305175781,12.600000381469727,12.699999809265137,11.18689250946045,24133,0.0,0.0 2023-10-31 00:00:00+00:00,12.720000267028809,12.979999542236328,12.4399995803833,12.5,11.010721206665039,65502,0.0,0.0 2023-11-01 00:00:00+00:00,12.739999771118164,12.739999771118164,12.399999618530273,12.420000076293945,10.940252304077148,40298,0.0,0.0 2023-11-02 00:00:00+00:00,12.5,12.739999771118164,12.5,12.739999771118164,11.222126960754395,24999,0.0,0.0 2023-11-03 00:00:00+00:00,12.680000305175781,13.100000381469727,12.520000457763672,12.84000015258789,11.310213088989258,78699,0.0,0.0 2023-11-06 00:00:00+00:00,12.9399995803833,12.979999542236328,12.600000381469727,12.960000038146973,11.415915489196777,9574,0.0,0.0 2023-11-07 00:00:00+00:00,12.520000457763672,13.300000190734863,12.520000457763672,12.699999809265137,11.18689250946045,15289,0.0,0.0 2023-11-08 00:00:00+00:00,12.760000228881836,13.0,12.760000228881836,13.0,11.451149940490723,2709,0.0,0.0 2023-11-09 00:00:00+00:00,12.84000015258789,13.0,12.84000015258789,12.979999542236328,11.43353271484375,2954,0.0,0.0 2023-11-10 00:00:00+00:00,13.300000190734863,13.300000190734863,12.760000228881836,12.880000114440918,11.345447540283203,6303,0.0,0.0 2023-11-13 00:00:00+00:00,12.760000228881836,12.859999656677246,12.760000228881836,12.800000190734863,11.274978637695312,18866,0.0,0.0 2023-11-14 00:00:00+00:00,12.84000015258789,13.020000457763672,12.640000343322754,12.960000038146973,11.415915489196777,35574,0.0,0.0 2023-11-15 00:00:00+00:00,12.899999618530273,13.460000038146973,12.899999618530273,13.199999809265137,11.627321243286133,104398,0.0,0.0 2023-11-16 00:00:00+00:00,13.100000381469727,13.5,13.100000381469727,13.5,11.891578674316406,29879,0.0,0.0 2023-11-17 00:00:00+00:00,13.319999694824219,13.779999732971191,13.319999694824219,13.600000381469727,11.97966480255127,16669,0.0,0.0 2023-11-20 00:00:00+00:00,13.699999809265137,14.279999732971191,13.600000381469727,14.039999961853027,12.367241859436035,77835,0.0,0.0 2023-11-21 00:00:00+00:00,14.100000381469727,14.579999923706055,14.100000381469727,14.5,12.77243709564209,49595,0.0,0.0 2023-11-22 00:00:00+00:00,14.800000190734863,14.800000190734863,14.399999618530273,14.399999618530273,12.684350967407227,34041,0.0,0.0 2023-11-23 00:00:00+00:00,14.460000038146973,14.579999923706055,14.399999618530273,14.520000457763672,12.790054321289062,38755,0.0,0.0 2023-11-24 00:00:00+00:00,14.520000457763672,14.699999809265137,14.5,14.680000305175781,12.930991172790527,12352,0.0,0.0 2023-11-27 00:00:00+00:00,14.800000190734863,14.800000190734863,14.5,14.579999923706055,12.842905044555664,39848,0.0,0.0 2023-11-28 00:00:00+00:00,14.5,14.779999732971191,14.399999618530273,14.699999809265137,12.9486083984375,40008,0.0,0.0 2023-11-29 00:00:00+00:00,14.5,14.760000228881836,14.5,14.699999809265137,12.9486083984375,26622,0.0,0.0 2023-11-30 00:00:00+00:00,14.699999809265137,14.699999809265137,14.5,14.5,12.77243709564209,50244,0.0,0.0 2023-12-01 00:00:00+00:00,14.5,14.520000457763672,14.15999984741211,14.5,12.77243709564209,118819,0.0,0.0 2023-12-04 00:00:00+00:00,14.5,14.600000381469727,14.399999618530273,14.5,12.77243709564209,45158,0.0,0.0 2023-12-05 00:00:00+00:00,14.5,14.600000381469727,14.359999656677246,14.399999618530273,12.684350967407227,34453,0.0,0.0 2023-12-06 00:00:00+00:00,14.520000457763672,14.739999771118164,14.15999984741211,14.15999984741211,12.472945213317871,148779,0.0,0.0 2023-12-07 00:00:00+00:00,14.15999984741211,14.460000038146973,13.899999618530273,13.920000076293945,12.261539459228516,43250,0.0,0.0 2023-12-08 00:00:00+00:00,13.960000038146973,14.020000457763672,13.800000190734863,13.899999618530273,12.243922233581543,29739,0.0,0.0 2023-12-11 00:00:00+00:00,14.0,14.760000228881836,13.880000114440918,14.0,12.332008361816406,50723,0.0,0.0 2023-12-12 00:00:00+00:00,14.0,14.220000267028809,13.720000267028809,13.899999618530273,12.243922233581543,28322,0.0,0.0 2023-12-13 00:00:00+00:00,13.9399995803833,13.9399995803833,13.520000457763672,13.899999618530273,12.243922233581543,48257,0.0,0.0 2023-12-14 00:00:00+00:00,14.479999542236328,14.479999542236328,13.859999656677246,14.300000190734863,12.59626579284668,35505,0.0,0.0 2023-12-15 00:00:00+00:00,14.600000381469727,14.640000343322754,14.279999732971191,14.279999732971191,12.57864761352539,22541,0.0,0.0 2023-12-18 00:00:00+00:00,14.380000114440918,14.699999809265137,14.199999809265137,14.300000190734863,12.59626579284668,59803,0.0,0.0 2023-12-19 00:00:00+00:00,14.359999656677246,14.479999542236328,14.0600004196167,14.319999694824219,12.613882064819336,13165,0.0,0.0 2023-12-20 00:00:00+00:00,14.699999809265137,14.699999809265137,14.140000343322754,14.300000190734863,12.59626579284668,145503,0.0,0.0 2023-12-21 00:00:00+00:00,14.5,14.579999923706055,14.039999961853027,14.119999885559082,12.437710762023926,37961,0.0,0.0 2023-12-22 00:00:00+00:00,13.979999542236328,14.100000381469727,13.960000038146973,14.0,12.332008361816406,33969,0.0,0.0 2023-12-27 00:00:00+00:00,14.0,14.119999885559082,13.800000190734863,14.119999885559082,12.437710762023926,32664,0.0,0.0 2023-12-28 00:00:00+00:00,14.0,14.680000305175781,14.0,14.020000457763672,12.349625587463379,29630,0.0,0.0 2023-12-29 00:00:00+00:00,14.699999809265137,15.15999984741211,14.4399995803833,15.15999984741211,13.353802680969238,73898,0.0,0.0 2024-01-02 00:00:00+00:00,15.140000343322754,15.140000343322754,14.84000015258789,14.899999618530273,13.12477970123291,20076,0.0,0.0 2024-01-03 00:00:00+00:00,14.84000015258789,14.899999618530273,14.539999961853027,14.720000267028809,12.966225624084473,24929,0.0,0.0 2024-01-04 00:00:00+00:00,14.739999771118164,14.960000038146973,14.600000381469727,14.819999694824219,13.05431079864502,57681,0.0,0.0 2024-01-05 00:00:00+00:00,14.800000190734863,15.0,14.739999771118164,14.899999618530273,13.12477970123291,23860,0.0,0.0 2024-01-08 00:00:00+00:00,14.800000190734863,15.119999885559082,14.800000190734863,14.859999656677246,13.089545249938965,21359,0.0,0.0 2024-01-09 00:00:00+00:00,14.800000190734863,14.979999542236328,14.800000190734863,14.84000015258789,13.071928024291992,36538,0.0,0.0 2024-01-10 00:00:00+00:00,15.0,15.100000381469727,14.85988998413086,14.899999618530273,13.12477970123291,60782,0.0,0.0 2024-01-11 00:00:00+00:00,15.180000305175781,15.180000305175781,14.800000190734863,14.84000015258789,13.071928024291992,19196,0.0,0.0 2024-01-12 00:00:00+00:00,14.800000190734863,14.899999618530273,14.800000190734863,14.859999656677246,13.089545249938965,49391,0.0,0.0 2024-01-15 00:00:00+00:00,15.039999961853027,15.300000190734863,14.380000114440918,14.779999732971191,13.019076347351074,52544,0.0,0.0 2024-01-16 00:00:00+00:00,15.180000305175781,15.180000305175781,14.579999923706055,14.720000267028809,12.966225624084473,9342,0.0,0.0 2024-01-17 00:00:00+00:00,14.699999809265137,15.0,14.619999885559082,14.619999885559082,12.87813949584961,67365,0.0,0.0 2024-01-18 00:00:00+00:00,15.199999809265137,15.199999809265137,14.640000343322754,14.739999771118164,12.983842849731445,35305,0.0,0.0 2024-01-19 00:00:00+00:00,14.600000381469727,14.84000015258789,14.319999694824219,14.319999694824219,12.613882064819336,54278,0.0,0.0 2024-01-22 00:00:00+00:00,14.319999694824219,14.520000457763672,14.220000267028809,14.300000190734863,12.59626579284668,50262,0.0,0.0 2024-01-23 00:00:00+00:00,14.460000038146973,14.760000228881836,14.300000190734863,14.300000190734863,12.59626579284668,20086,0.0,0.0 2024-01-24 00:00:00+00:00,14.300000190734863,14.5,14.300000190734863,14.460000038146973,12.737202644348145,30877,0.0,0.0 2024-01-25 00:00:00+00:00,14.5,14.600000381469727,14.199999809265137,14.359999656677246,12.649116516113281,48048,0.0,0.0 2024-01-26 00:00:00+00:00,14.5600004196167,14.600000381469727,14.300000190734863,14.380000114440918,12.666733741760254,47424,0.0,0.0 2024-01-29 00:00:00+00:00,14.359999656677246,14.479999542236328,14.199999809265137,14.239999771118164,12.543413162231445,48766,0.0,0.0 2024-01-30 00:00:00+00:00,14.399999618530273,14.5,14.199999809265137,14.220000267028809,12.525796890258789,59426,0.0,0.0 2024-01-31 00:00:00+00:00,14.520000457763672,14.680000305175781,14.300000190734863,14.319999694824219,12.613882064819336,17099,0.0,0.0 2024-02-01 00:00:00+00:00,14.399999618530273,14.579999923706055,14.319999694824219,14.539999961853027,12.807670593261719,36151,0.0,0.0 2024-02-02 00:00:00+00:00,14.539999961853027,14.859999656677246,14.539999961853027,14.699999809265137,12.9486083984375,115552,0.0,0.0 2024-02-05 00:00:00+00:00,14.899999618530273,15.180000305175781,14.819999694824219,14.899999618530273,13.12477970123291,40104,0.0,0.0 2024-02-06 00:00:00+00:00,14.899999618530273,14.9399995803833,14.800000190734863,14.859999656677246,13.089545249938965,11165,0.0,0.0 2024-02-07 00:00:00+00:00,14.9399995803833,15.260000228881836,14.800000190734863,15.079999923706055,13.283333778381348,80292,0.0,0.0 2024-02-08 00:00:00+00:00,15.220000267028809,15.279999732971191,15.0,15.15999984741211,13.353802680969238,5202,0.0,0.0 2024-02-09 00:00:00+00:00,14.920000076293945,15.680000305175781,14.920000076293945,15.239999771118164,13.424271583557129,41654,0.0,0.0 2024-02-12 00:00:00+00:00,15.399999618530273,15.979999542236328,15.319999694824219,15.479999542236328,13.635677337646484,171875,0.0,0.0 2024-02-13 00:00:00+00:00,15.460000038146973,15.9399995803833,15.380000114440918,15.899999618530273,14.005637168884277,35980,0.0,0.0 2024-02-14 00:00:00+00:00,16.0,16.31999969482422,16.0,16.299999237060547,14.357979774475098,59930,0.0,0.0 2024-02-15 00:00:00+00:00,16.299999237060547,16.3799991607666,16.100000381469727,16.299999237060547,14.357979774475098,13649,0.0,0.0 2024-02-16 00:00:00+00:00,16.200000762939453,16.399999618530273,16.0,16.020000457763672,14.111340522766113,29094,0.0,0.0 2024-02-19 00:00:00+00:00,16.0,16.420000076293945,16.0,16.280000686645508,14.340364456176758,11136,0.0,0.0 2024-02-20 00:00:00+00:00,16.299999237060547,16.420000076293945,16.200000762939453,16.299999237060547,14.357979774475098,82427,0.0,0.0 2024-02-21 00:00:00+00:00,16.5,16.5,16.139999389648438,16.299999237060547,14.357979774475098,56042,0.0,0.0 2024-02-22 00:00:00+00:00,16.5,16.860000610351562,16.31999969482422,16.719999313354492,14.727940559387207,119922,0.0,0.0 2024-02-23 00:00:00+00:00,16.979999542236328,17.399999618530273,16.760000228881836,17.399999618530273,15.326923370361328,58234,0.0,0.0 2024-02-26 00:00:00+00:00,17.799999237060547,17.799999237060547,17.440000534057617,17.579999923706055,15.485478401184082,43478,0.0,0.0 2024-02-27 00:00:00+00:00,17.600000381469727,17.600000381469727,17.360000610351562,17.5,15.415009498596191,110989,0.0,0.0 2024-02-28 00:00:00+00:00,17.579999923706055,17.579999923706055,17.020000457763672,17.200000762939453,15.150753021240234,27736,0.0,0.0 2024-02-29 00:00:00+00:00,17.200000762939453,17.65999984741211,17.079999923706055,17.200000762939453,15.150753021240234,32963,0.0,0.0 2024-03-01 00:00:00+00:00,17.799999237060547,17.799999237060547,16.899999618530273,17.100000381469727,15.062666893005371,65387,0.0,0.0 2024-03-04 00:00:00+00:00,17.399999618530273,17.68000030517578,17.200000762939453,17.68000030517578,15.573564529418945,41246,0.0,0.0 2024-03-05 00:00:00+00:00,17.719999313354492,17.799999237060547,17.540000915527344,17.540000915527344,15.450244903564453,13647,0.0,0.0 2024-03-06 00:00:00+00:00,17.559999465942383,17.68000030517578,17.15999984741211,17.3799991607666,15.309306144714355,32093,0.0,0.0 2024-03-07 00:00:00+00:00,17.479999542236328,17.68000030517578,17.459999084472656,17.65999984741211,15.555947303771973,145026,0.0,0.0 2024-03-08 00:00:00+00:00,17.700000762939453,17.719999313354492,17.5,17.639999389648438,15.538329124450684,20801,0.0,0.0 2024-03-11 00:00:00+00:00,17.6200008392334,17.979999542236328,17.600000381469727,17.979999542236328,15.837821006774902,73106,0.0,0.0 2024-03-12 00:00:00+00:00,17.860000610351562,18.31999969482422,17.860000610351562,18.139999389648438,15.978757858276367,56826,0.0,0.0 2024-03-13 00:00:00+00:00,18.280000686645508,18.34000015258789,17.6200008392334,17.639999389648438,15.538329124450684,54846,0.0,0.0 2024-03-14 00:00:00+00:00,17.639999389648438,18.459999084472656,17.540000915527344,17.639999389648438,15.538329124450684,26811,0.0,0.0 2024-03-15 00:00:00+00:00,18.0,18.0,17.600000381469727,17.68000030517578,15.573564529418945,23162,0.0,0.0 2024-03-18 00:00:00+00:00,17.799999237060547,17.899999618530273,17.15999984741211,17.540000915527344,15.450244903564453,43418,0.0,0.0 2024-03-19 00:00:00+00:00,18.0,18.0,17.299999237060547,17.780000686645508,15.661650657653809,62086,0.0,0.0 2024-03-20 00:00:00+00:00,17.979999542236328,18.0,17.459999084472656,17.639999389648438,15.538329124450684,86673,0.0,0.0 2024-03-21 00:00:00+00:00,17.65999984741211,18.260000228881836,17.639999389648438,18.0,15.855438232421875,51740,0.0,0.0 2024-03-22 00:00:00+00:00,18.0,18.100000381469727,17.639999389648438,17.799999237060547,15.679266929626465,42495,0.0,0.0 2024-03-25 00:00:00+00:00,18.31999969482422,18.31999969482422,17.5,17.600000381469727,15.503095626831055,24458,0.0,0.0 2024-03-26 00:00:00+00:00,17.540000915527344,17.979999542236328,17.540000915527344,17.68000030517578,15.573564529418945,26618,0.0,0.0 2024-03-27 00:00:00+00:00,17.799999237060547,18.040000915527344,17.540000915527344,17.860000610351562,15.7321195602417,27548,0.0,0.0 2024-03-28 00:00:00+00:00,17.700000762939453,18.360000610351562,17.700000762939453,17.799999237060547,15.679266929626465,36552,0.0,0.0 2024-04-02 00:00:00+01:00,18.34000015258789,18.34000015258789,17.799999237060547,18.15999984741211,15.996376037597656,31082,0.0,0.0 2024-04-03 00:00:00+01:00,19.200000762939453,19.200000762939453,18.100000381469727,18.100000381469727,15.943524360656738,32631,0.0,0.0 2024-04-04 00:00:00+01:00,18.34000015258789,18.34000015258789,17.860000610351562,17.920000076293945,15.7849702835083,56371,0.0,0.0 2024-04-05 00:00:00+01:00,17.799999237060547,18.15999984741211,17.799999237060547,17.940000534057617,15.802587509155273,31228,0.0,0.0 2024-04-08 00:00:00+01:00,18.34000015258789,18.3799991607666,17.700000762939453,17.81999969482422,15.696884155273438,37413,0.0,0.0 2024-04-09 00:00:00+01:00,17.81999969482422,18.059999465942383,17.780000686645508,17.799999237060547,15.679266929626465,49768,0.0,0.0 2024-04-10 00:00:00+01:00,17.8799991607666,17.979999542236328,17.65999984741211,17.799999237060547,15.679266929626465,22441,0.0,0.0 2024-04-11 00:00:00+01:00,17.799999237060547,17.979999542236328,17.540000915527344,17.559999465942383,15.46786117553711,65792,0.0,0.0 2024-04-12 00:00:00+01:00,18.100000381469727,18.100000381469727,17.6200008392334,17.700000762939453,15.591181755065918,6913,0.0,0.0 2024-04-15 00:00:00+01:00,17.579999923706055,17.979999542236328,17.559999465942383,17.700000762939453,15.591181755065918,14266,0.0,0.0 2024-04-16 00:00:00+01:00,17.600000381469727,17.799999237060547,17.020000457763672,17.15999984741211,15.115518569946289,93042,0.0,0.0 2024-04-17 00:00:00+01:00,17.239999771118164,17.780000686645508,17.219999313354492,17.399999618530273,15.326923370361328,59911,0.0,0.0 2024-04-18 00:00:00+01:00,17.5,17.6200008392334,17.219999313354492,17.299999237060547,15.238837242126465,32748,0.0,0.0 2024-04-19 00:00:00+01:00,17.299999237060547,17.299999237060547,17.299999237060547,17.299999237060547,15.238837242126465,0,0.0,0.0 2024-04-22 00:00:00+01:00,17.459999084472656,17.8799991607666,17.280000686645508,17.739999771118164,15.626415252685547,54408,0.0,0.0 2024-04-23 00:00:00+01:00,17.739999771118164,18.5,17.739999771118164,18.200000762939453,16.0316104888916,34012,0.0,0.0 2024-04-24 00:00:00+01:00,18.399999618530273,18.5,18.100000381469727,18.219999313354492,16.049226760864258,19784,0.0,0.0 2024-04-25 00:00:00+01:00,18.760000228881836,18.799999237060547,18.1200008392334,18.299999237060547,16.11969566345215,29234,0.0,0.0 2024-04-26 00:00:00+01:00,18.0,18.799999237060547,18.0,18.6200008392334,16.40157127380371,27222,0.0,0.0 2024-04-29 00:00:00+01:00,19.0,19.940000534057617,18.260000228881836,18.5,16.295867919921875,86496,0.0,0.0 2024-04-30 00:00:00+01:00,18.959999084472656,18.959999084472656,18.479999542236328,18.65999984741211,16.436803817749023,30539,0.0,0.0 2024-05-01 00:00:00+01:00,18.979999542236328,18.979999542236328,18.979999542236328,18.979999542236328,16.718679428100586,8,0.0,0.0 2024-05-02 00:00:00+01:00,18.799999237060547,19.979999542236328,18.540000915527344,18.719999313354492,16.489656448364258,39066,0.0,0.0 2024-05-03 00:00:00+01:00,18.700000762939453,19.18000030517578,18.520000457763672,18.559999465942383,16.348718643188477,163322,0.0,0.0 2024-05-07 00:00:00+01:00,19.0,19.139999389648438,18.68000030517578,18.899999618530273,16.648210525512695,134923,0.0,0.0 2024-05-08 00:00:00+01:00,18.979999542236328,19.200000762939453,18.81999969482422,18.899999618530273,16.648210525512695,49154,0.0,0.0 2024-05-09 00:00:00+01:00,18.65999984741211,19.100000381469727,18.65999984741211,19.100000381469727,16.824382781982422,41392,0.0,0.0 2024-05-10 00:00:00+01:00,19.139999389648438,19.15999984741211,19.0,19.0,16.736295700073242,106775,0.0,0.0 2024-05-13 00:00:00+01:00,19.100000381469727,19.200000762939453,18.799999237060547,18.959999084472656,16.701061248779297,63496,0.0,0.0 2024-05-14 00:00:00+01:00,17.1200008392334,17.84000015258789,16.799999237060547,16.899999618530273,16.899999618530273,64236,2.258938,0.0 2024-05-15 00:00:00+01:00,17.020000457763672,17.440000534057617,16.719999313354492,16.860000610351562,16.860000610351562,47417,0.0,0.0 2024-05-16 00:00:00+01:00,16.84000015258789,17.84000015258789,16.84000015258789,17.5,17.5,58796,0.0,0.0 2024-05-17 00:00:00+01:00,17.8799991607666,18.479999542236328,17.420000076293945,18.440000534057617,18.440000534057617,38894,0.0,0.0 2024-05-20 00:00:00+01:00,19.399999618530273,19.399999618530273,18.459999084472656,18.6200008392334,18.6200008392334,21447,0.0,0.0 2024-05-21 00:00:00+01:00,18.780000686645508,18.860000610351562,18.200000762939453,18.399999618530273,18.399999618530273,33782,0.0,0.0 2024-05-22 00:00:00+01:00,18.420000076293945,18.459999084472656,18.200000762939453,18.200000762939453,18.200000762939453,16351,0.0,0.0 2024-05-23 00:00:00+01:00,18.200000762939453,18.479999542236328,18.1200008392334,18.31999969482422,18.31999969482422,38086,0.0,0.0 2024-05-24 00:00:00+01:00,18.34000015258789,18.479999542236328,18.020000457763672,18.260000228881836,18.260000228881836,13832,0.0,0.0 2024-05-28 00:00:00+01:00,18.3799991607666,18.5,18.020000457763672,18.3799991607666,18.3799991607666,78234,0.0,0.0 2024-05-29 00:00:00+01:00,18.299999237060547,18.780000686645508,18.200000762939453,18.200000762939453,18.200000762939453,40041,0.0,0.0 2024-05-30 00:00:00+01:00,18.200000762939453,18.299999237060547,17.559999465942383,18.0,18.0,23085,0.0,0.0 2024-05-31 00:00:00+01:00,18.0,18.0,17.760000228881836,17.899999618530273,17.899999618530273,12847,0.0,0.0 2024-06-03 00:00:00+01:00,17.899999618530273,18.0,17.579999923706055,17.899999618530273,17.899999618530273,50296,0.0,0.0 2024-06-04 00:00:00+01:00,17.899999618530273,18.0,17.5,17.8799991607666,17.8799991607666,38809,0.0,0.0 2024-06-05 00:00:00+01:00,17.8799991607666,17.979999542236328,17.799999237060547,17.899999618530273,17.899999618530273,15340,0.0,0.0 2024-06-06 00:00:00+01:00,17.899999618530273,18.0,17.760000228881836,17.860000610351562,17.860000610351562,36109,0.0,0.0 2024-06-07 00:00:00+01:00,17.8799991607666,18.0,17.520000457763672,17.84000015258789,17.84000015258789,13669,0.0,0.0 2024-06-10 00:00:00+01:00,17.920000076293945,18.020000457763672,17.559999465942383,17.68000030517578,17.68000030517578,42799,0.0,0.0 2024-06-11 00:00:00+01:00,17.84000015258789,17.940000534057617,17.15999984741211,17.239999771118164,17.239999771118164,17863,0.0,0.0 2024-06-12 00:00:00+01:00,18.0,18.0,17.600000381469727,17.68000030517578,17.68000030517578,21895,0.0,0.0 2024-06-13 00:00:00+01:00,17.68000030517578,17.860000610351562,17.600000381469727,17.65999984741211,17.65999984741211,20784,0.0,0.0 2024-06-14 00:00:00+01:00,17.68000030517578,17.719999313354492,17.1200008392334,17.399999618530273,17.399999618530273,29521,0.0,0.0 2024-06-17 00:00:00+01:00,17.420000076293945,17.700000762939453,16.760000228881836,17.1200008392334,17.1200008392334,42366,0.0,0.0 2024-06-18 00:00:00+01:00,17.0,17.31999969482422,16.5,17.260000228881836,17.260000228881836,13859,0.0,0.0 2024-06-19 00:00:00+01:00,17.200000762939453,17.200000762939453,17.100000381469727,17.200000762939453,17.200000762939453,33360,0.0,0.0 2024-06-20 00:00:00+01:00,17.18000030517578,17.3799991607666,17.0,17.239999771118164,17.239999771118164,28477,0.0,0.0 2024-06-21 00:00:00+01:00,17.260000228881836,17.3799991607666,17.15999984741211,17.239999771118164,17.239999771118164,24022,0.0,0.0 2024-06-24 00:00:00+01:00,17.5,17.979999542236328,17.260000228881836,17.520000457763672,17.520000457763672,22985,0.0,0.0 2024-06-25 00:00:00+01:00,18.0,18.0,17.559999465942383,17.700000762939453,17.700000762939453,47812,0.0,0.0 2024-06-26 00:00:00+01:00,17.799999237060547,17.959999084472656,17.700000762939453,17.799999237060547,17.799999237060547,50628,0.0,0.0 2024-06-27 00:00:00+01:00,17.860000610351562,18.200000762939453,17.760000228881836,18.0,18.0,42133,0.0,0.0 2024-06-28 00:00:00+01:00,18.0,18.020000457763672,17.540000915527344,17.979999542236328,17.979999542236328,16718,0.0,0.0 2024-07-01 00:00:00+01:00,17.959999084472656,17.959999084472656,17.639999389648438,17.8799991607666,17.8799991607666,21064,0.0,0.0 2024-07-02 00:00:00+01:00,17.8799991607666,17.899999618530273,17.559999465942383,17.700000762939453,17.700000762939453,27792,0.0,0.0 2024-07-03 00:00:00+01:00,17.8799991607666,17.8799991607666,17.6200008392334,17.81999969482422,17.81999969482422,21842,0.0,0.0 2024-07-04 00:00:00+01:00,17.899999618530273,17.899999618530273,17.600000381469727,17.780000686645508,17.780000686645508,4982,0.0,0.0 2024-07-05 00:00:00+01:00,17.559999465942383,17.8799991607666,17.280000686645508,17.799999237060547,17.799999237060547,33933,0.0,0.0 2024-07-08 00:00:00+01:00,17.799999237060547,17.979999542236328,17.420000076293945,17.700000762939453,17.700000762939453,36565,0.0,0.0 2024-07-09 00:00:00+01:00,17.459999084472656,17.700000762939453,17.420000076293945,17.520000457763672,17.520000457763672,23396,0.0,0.0 2024-07-10 00:00:00+01:00,17.600000381469727,17.739999771118164,17.399999618530273,17.5,17.5,18824,0.0,0.0 2024-07-11 00:00:00+01:00,17.760000228881836,17.760000228881836,17.299999237060547,17.68000030517578,17.68000030517578,29202,0.0,0.0 2024-07-12 00:00:00+01:00,17.5,17.760000228881836,17.420000076293945,17.719999313354492,17.719999313354492,40066,0.0,0.0 2024-07-15 00:00:00+01:00,17.5,17.5,17.260000228881836,17.399999618530273,17.399999618530273,39349,0.0,0.0 2024-07-16 00:00:00+01:00,17.399999618530273,17.5,17.239999771118164,17.440000534057617,17.440000534057617,21903,0.0,0.0 2024-07-17 00:00:00+01:00,17.3799991607666,17.399999618530273,17.239999771118164,17.31999969482422,17.31999969482422,12027,0.0,0.0 2024-07-18 00:00:00+01:00,17.399999618530273,17.940000534057617,17.18000030517578,17.6200008392334,17.6200008392334,64223,0.0,0.0 2024-07-19 00:00:00+01:00,17.799999237060547,17.799999237060547,17.420000076293945,17.5,17.5,4594,0.0,0.0 2024-07-22 00:00:00+01:00,17.520000457763672,17.760000228881836,17.299999237060547,17.299999237060547,17.299999237060547,10440,0.0,0.0 2024-07-23 00:00:00+01:00,17.760000228881836,17.760000228881836,16.940000534057617,17.15999984741211,17.15999984741211,56876,0.0,0.0 2024-07-24 00:00:00+01:00,17.100000381469727,17.200000762939453,16.920000076293945,17.200000762939453,17.200000762939453,38998,0.0,0.0 2024-07-25 00:00:00+01:00,17.200000762939453,17.719999313354492,16.899999618530273,17.719999313354492,17.719999313354492,46322,0.0,0.0 2024-07-26 00:00:00+01:00,17.760000228881836,17.799999237060547,17.479999542236328,17.700000762939453,17.700000762939453,11458,0.0,0.0 2024-07-29 00:00:00+01:00,17.799999237060547,18.1200008392334,17.040000915527344,17.520000457763672,17.520000457763672,8302,0.0,0.0 2024-07-30 00:00:00+01:00,17.540000915527344,17.68000030517578,17.399999618530273,17.459999084472656,17.459999084472656,4495,0.0,0.0 2024-07-31 00:00:00+01:00,17.959999084472656,17.959999084472656,17.399999618530273,17.579999923706055,17.579999923706055,9740,0.0,0.0 2024-08-01 00:00:00+01:00,17.399999618530273,17.979999542236328,16.739999771118164,17.479999542236328,17.479999542236328,27185,0.0,0.0 2024-08-02 00:00:00+01:00,17.639999389648438,17.639999389648438,16.799999237060547,17.3799991607666,17.3799991607666,65994,0.0,0.0 2024-08-05 00:00:00+01:00,17.3799991607666,17.3799991607666,16.239999771118164,16.860000610351562,16.860000610351562,63984,0.0,0.0 2024-08-06 00:00:00+01:00,17.34000015258789,17.3799991607666,16.860000610351562,17.0,17.0,14574,0.0,0.0 2024-08-07 00:00:00+01:00,16.399999618530273,17.299999237060547,16.399999618530273,17.299999237060547,17.299999237060547,18680,0.0,0.0 2024-08-08 00:00:00+01:00,17.239999771118164,17.239999771118164,16.719999313354492,17.1200008392334,17.1200008392334,62473,0.0,0.0 2024-08-09 00:00:00+01:00,17.299999237060547,17.579999923706055,17.200000762939453,17.579999923706055,17.579999923706055,10618,0.0,0.0 2024-08-12 00:00:00+01:00,17.5,18.0,17.079999923706055,17.8799991607666,17.8799991607666,12219,0.0,0.0 2024-08-13 00:00:00+01:00,18.0,18.299999237060547,17.719999313354492,18.260000228881836,18.260000228881836,14879,0.0,0.0 2024-08-14 00:00:00+01:00,18.299999237060547,18.299999237060547,17.34000015258789,18.100000381469727,18.100000381469727,22630,0.0,0.0 2024-08-15 00:00:00+01:00,18.0,18.940000534057617,17.760000228881836,18.760000228881836,18.760000228881836,28126,0.0,0.0 2024-08-16 00:00:00+01:00,18.700000762939453,18.739999771118164,18.3799991607666,18.739999771118164,18.739999771118164,15096,0.0,0.0 2024-08-19 00:00:00+01:00,18.0,18.700000762939453,17.84000015258789,18.600000381469727,18.600000381469727,5362,0.0,0.0 2024-08-20 00:00:00+01:00,18.700000762939453,18.739999771118164,18.100000381469727,18.5,18.5,22048,0.0,0.0 2024-08-21 00:00:00+01:00,18.5,18.5,17.520000457763672,18.200000762939453,18.200000762939453,22417,0.0,0.0 2024-08-22 00:00:00+01:00,18.280000686645508,18.280000686645508,17.6200008392334,17.639999389648438,17.639999389648438,9048,0.0,0.0 ================================================ FILE: tests/data/IBE-MC-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-03 00:00:00+01:00,10.380000114440918,10.505000114440918,10.380000114440918,10.444999694824219,9.132647514343262,8281229,0.0,0.0 2022-01-04 00:00:00+01:00,10.5,10.520000457763672,10.329999923706055,10.385000228881836,9.080185890197754,9869738,0.0,0.0 2022-01-05 00:00:00+01:00,10.380000114440918,10.404999732971191,10.289999961853027,10.3149995803833,9.018980979919434,12421625,0.0,0.0 2022-01-06 00:00:00+01:00,10.225000381469727,10.274999618530273,10.180000305175781,10.25,8.962148666381836,12555060,0.0,0.0 2022-01-07 00:00:00+01:00,10.210000038146973,10.3149995803833,10.130000114440918,10.255000114440918,8.966520309448242,12965678,0.0,0.0 2022-01-10 00:00:00+01:00,10.145000457763672,10.145000457763672,9.895999908447266,10.020000457763672,8.90872859954834,10722150,0.17,0.0 2022-01-11 00:00:00+01:00,9.989999771118164,10.0600004196167,9.965999603271484,10.024999618530273,8.913174629211426,14101927,0.0,0.0 2022-01-12 00:00:00+01:00,10.050000190734863,10.055000305175781,9.947999954223633,9.989999771118164,8.88205623626709,18614818,0.0,0.0 2022-01-13 00:00:00+01:00,9.970000267028809,10.149999618530273,9.954000473022461,10.010000228881836,8.899837493896484,10892929,0.0,0.0 2022-01-14 00:00:00+01:00,9.949999809265137,9.96399974822998,9.78600025177002,9.932000160217285,8.830489158630371,12449056,0.0,0.0 2022-01-17 00:00:00+01:00,10.005000114440918,10.085000038146973,9.930000305175781,10.045000076293945,8.93095588684082,7248657,0.0,0.0 2022-01-18 00:00:00+01:00,10.005000114440918,10.020000457763672,9.920000076293945,9.956000328063965,8.851827621459961,8597975,0.0,0.0 2022-01-19 00:00:00+01:00,9.892000198364258,10.0,9.866000175476074,9.996000289916992,8.887391090393066,9645676,0.0,0.0 2022-01-20 00:00:00+01:00,10.029999732971191,10.260000228881836,10.020000457763672,10.220000267028809,9.086548805236816,11703858,0.0,0.0 2022-01-21 00:00:00+01:00,10.109999656677246,10.225000381469727,10.0649995803833,10.145000457763672,9.019865989685059,43303025,0.0,0.0 2022-01-24 00:00:00+01:00,10.095000267028809,10.175000190734863,9.920000076293945,9.970000267028809,8.864274978637695,16061572,0.0,0.0 2022-01-25 00:00:00+01:00,10.170000076293945,10.170000076293945,9.895999908447266,9.90999984741211,8.810930252075195,11423143,0.0,0.0 2022-01-26 00:00:00+01:00,9.949999809265137,10.095000267028809,9.946000099182129,10.0,8.890948295593262,9021364,0.0,0.0 2022-01-27 00:00:00+01:00,9.890000343322754,10.210000038146973,9.850000381469727,10.194999694824219,9.06432056427002,19518250,0.0,0.0 2022-01-28 00:00:00+01:00,10.154999732971191,10.1850004196167,10.015000343322754,10.119999885559082,8.997637748718262,11111268,0.0,0.0 2022-01-31 00:00:00+01:00,10.164999961853027,10.25,10.0649995803833,10.15999984741211,9.033202171325684,11329061,0.0,0.0 2022-02-01 00:00:00+01:00,10.220000267028809,10.335000038146973,10.1899995803833,10.210000038146973,9.077656745910645,9973993,0.0,0.0 2022-02-02 00:00:00+01:00,10.305000305175781,10.305000305175781,10.095000267028809,10.145000457763672,9.019865989685059,8390377,0.0,0.0 2022-02-03 00:00:00+01:00,10.135000228881836,10.21500015258789,9.869999885559082,9.902000427246094,8.803815841674805,20631363,0.0,0.0 2022-02-04 00:00:00+01:00,9.911999702453613,9.973999977111816,9.605999946594238,9.699999809265137,8.624218940734863,13170676,0.0,0.0 2022-02-07 00:00:00+01:00,9.75,9.770000457763672,9.47599983215332,9.498000144958496,8.444621086120605,19301933,0.0,0.0 2022-02-08 00:00:00+01:00,9.501999855041504,9.628000259399414,9.359999656677246,9.394000053405762,8.352156639099121,16607315,0.0,0.0 2022-02-09 00:00:00+01:00,9.468000411987305,9.593999862670898,9.465999603271484,9.557999610900879,8.497965812683105,8112833,0.0,0.0 2022-02-10 00:00:00+01:00,9.574000358581543,9.630000114440918,9.472000122070312,9.552000045776367,8.492631912231445,9950369,0.0,0.0 2022-02-11 00:00:00+01:00,9.449999809265137,9.510000228881836,9.37600040435791,9.444000244140625,8.396611213684082,8533001,0.0,0.0 2022-02-14 00:00:00+01:00,9.300000190734863,9.34000015258789,9.109999656677246,9.144000053405762,8.129881858825684,10668383,0.0,0.0 2022-02-15 00:00:00+01:00,9.105999946594238,9.402000427246094,9.09000015258789,9.402000427246094,8.359269142150879,10473256,0.0,0.0 2022-02-16 00:00:00+01:00,9.350000381469727,9.432000160217285,9.288000106811523,9.413999557495117,8.369935989379883,18877136,0.0,0.0 2022-02-17 00:00:00+01:00,9.402000427246094,9.505999565124512,9.378000259399414,9.407999992370605,8.364603996276855,30377607,0.0,0.0 2022-02-18 00:00:00+01:00,9.425999641418457,9.449999809265137,9.215999603271484,9.289999961853027,8.25969123840332,11875480,0.0,0.0 2022-02-21 00:00:00+01:00,9.355999946594238,9.36400032043457,9.065999984741211,9.119999885559082,8.10854434967041,6691842,0.0,0.0 2022-02-22 00:00:00+01:00,9.0,9.272000312805176,8.960000038146973,9.223999977111816,8.201008796691895,12906455,0.0,0.0 2022-02-23 00:00:00+01:00,9.239999771118164,9.534000396728516,9.239999771118164,9.343999862670898,8.307700157165527,18877960,0.0,0.0 2022-02-24 00:00:00+01:00,8.98799991607666,9.479999542236328,8.930000305175781,9.432000160217285,8.385941505432129,33791347,0.0,0.0 2022-02-25 00:00:00+01:00,9.508000373840332,9.97599983215332,9.416000366210938,9.923999786376953,8.823375701904297,21531450,0.0,0.0 2022-02-28 00:00:00+01:00,9.800000190734863,10.239999771118164,9.795999526977539,10.180000305175781,9.050984382629395,34879207,0.0,0.0 2022-03-01 00:00:00+01:00,10.15999984741211,10.260000228881836,9.552000045776367,9.552000045776367,8.492631912231445,24155537,0.0,0.0 2022-03-02 00:00:00+01:00,9.522000312805176,9.741999626159668,9.366000175476074,9.576000213623047,8.513971328735352,32433476,0.0,0.0 2022-03-03 00:00:00+01:00,9.494000434875488,9.552000045776367,9.010000228881836,9.065999984741211,8.06053352355957,18573239,0.0,0.0 2022-03-04 00:00:00+01:00,9.067999839782715,9.267999649047852,8.918000221252441,8.960000038146973,7.9662885665893555,17793605,0.0,0.0 2022-03-07 00:00:00+01:00,8.779999732971191,9.265999794006348,8.472000122070312,9.1899995803833,8.17077922821045,23361083,0.0,0.0 2022-03-08 00:00:00+01:00,9.163999557495117,9.744000434875488,9.130000114440918,9.4399995803833,8.393054008483887,28301967,0.0,0.0 2022-03-09 00:00:00+01:00,9.791999816894531,9.800000190734863,9.482000350952148,9.800000190734863,8.713128089904785,22519452,0.0,0.0 2022-03-10 00:00:00+01:00,9.729999542236328,9.815999984741211,9.437999725341797,9.670000076293945,8.597545623779297,24127765,0.0,0.0 2022-03-11 00:00:00+01:00,9.741999626159668,10.020000457763672,9.656000137329102,9.824000358581543,8.734466552734375,15528580,0.0,0.0 2022-03-14 00:00:00+01:00,9.930000305175781,10.055000305175781,9.819999694824219,9.859999656677246,8.766473770141602,13353805,0.0,0.0 2022-03-15 00:00:00+01:00,9.79800033569336,9.928000450134277,9.652000427246094,9.850000381469727,8.757583618164062,23915871,0.0,0.0 2022-03-16 00:00:00+01:00,9.960000038146973,10.015000343322754,9.687999725341797,9.77400016784668,8.690011024475098,20055500,0.0,0.0 2022-03-17 00:00:00+01:00,9.722000122070312,9.814000129699707,9.567999839782715,9.805999755859375,8.718462944030762,13993124,0.0,0.0 2022-03-18 00:00:00+01:00,9.76200008392334,9.878000259399414,9.657999992370605,9.75,8.668673515319824,27526442,0.0,0.0 2022-03-21 00:00:00+01:00,9.75,9.84000015258789,9.685999870300293,9.755999565124512,8.674007415771484,21289854,0.0,0.0 2022-03-22 00:00:00+01:00,9.772000312805176,9.824000358581543,9.571999549865723,9.821999549865723,8.732687950134277,11086845,0.0,0.0 2022-03-23 00:00:00+01:00,9.805999755859375,9.833999633789062,9.484000205993652,9.484000205993652,8.432174682617188,19276885,0.0,0.0 2022-03-24 00:00:00+01:00,9.53600025177002,9.628000259399414,9.435999870300293,9.543999671936035,8.485520362854004,22204392,0.0,0.0 2022-03-25 00:00:00+01:00,9.526000022888184,9.630000114440918,9.479999542236328,9.53600025177002,8.478407859802246,6556492,0.0,0.0 2022-03-28 00:00:00+02:00,9.557999610900879,9.807999610900879,9.557999610900879,9.751999855041504,8.670452117919922,12508626,0.0,0.0 2022-03-29 00:00:00+02:00,9.819999694824219,10.039999961853027,9.76200008392334,9.982000350952148,8.874943733215332,23662983,0.0,0.0 2022-03-30 00:00:00+02:00,9.904000282287598,9.984000205993652,9.817999839782715,9.937999725341797,8.835822105407715,8892934,0.0,0.0 2022-03-31 00:00:00+02:00,9.949999809265137,10.045000076293945,9.878000259399414,9.920000076293945,8.819819450378418,10870374,0.0,0.0 2022-04-01 00:00:00+02:00,9.954000473022461,9.989999771118164,9.842000007629395,9.913999557495117,8.814484596252441,16055040,0.0,0.0 2022-04-04 00:00:00+02:00,9.970000267028809,10.029999732971191,9.854000091552734,10.029999732971191,8.917620658874512,9241457,0.0,0.0 2022-04-05 00:00:00+02:00,10.0,10.489999771118164,9.965999603271484,10.484999656677246,9.322157859802246,20524418,0.0,0.0 2022-04-06 00:00:00+02:00,10.449999809265137,10.744999885559082,10.430000305175781,10.744999885559082,9.55332088470459,18527464,0.0,0.0 2022-04-07 00:00:00+02:00,10.720000267028809,10.850000381469727,10.484999656677246,10.494999885559082,9.331048965454102,17587247,0.0,0.0 2022-04-08 00:00:00+02:00,10.59000015258789,10.824999809265137,10.569999694824219,10.8149995803833,9.615558624267578,12445451,0.0,0.0 2022-04-11 00:00:00+02:00,10.649999618530273,10.71500015258789,10.510000228881836,10.569999694824219,9.397729873657227,13000133,0.0,0.0 2022-04-12 00:00:00+02:00,10.399999618530273,10.545000076293945,10.279999732971191,10.479999542236328,9.317712783813477,19069930,0.0,0.0 2022-04-13 00:00:00+02:00,10.319999694824219,10.489999771118164,10.319999694824219,10.390000343322754,9.23769474029541,11943532,0.0,0.0 2022-04-14 00:00:00+02:00,10.350000381469727,10.569999694824219,10.289999961853027,10.505000114440918,9.339941024780273,18633074,0.0,0.0 2022-04-19 00:00:00+02:00,10.420000076293945,10.505000114440918,10.335000038146973,10.46500015258789,9.304375648498535,9764157,0.0,0.0 2022-04-20 00:00:00+02:00,10.470000267028809,10.6850004196167,10.40999984741211,10.619999885559082,9.442185401916504,10985368,0.0,0.0 2022-04-21 00:00:00+02:00,10.625,10.734999656677246,10.449999809265137,10.520000457763672,9.353277206420898,16111484,0.0,0.0 2022-04-22 00:00:00+02:00,10.390000343322754,10.595000267028809,10.375,10.4350004196167,9.277704238891602,50291361,0.0,0.0 2022-04-25 00:00:00+02:00,10.34000015258789,10.654999732971191,10.34000015258789,10.585000038146973,9.411067008972168,11997144,0.0,0.0 2022-04-26 00:00:00+02:00,10.694999694824219,10.760000228881836,10.494999885559082,10.545000076293945,9.375504493713379,20122492,0.0,0.0 2022-04-27 00:00:00+02:00,10.444999694824219,10.795000076293945,10.375,10.755000114440918,9.562213897705078,20138853,0.0,0.0 2022-04-28 00:00:00+02:00,10.859999656677246,11.095000267028809,10.800000190734863,11.095000267028809,9.864506721496582,21337140,0.0,0.0 2022-04-29 00:00:00+02:00,11.039999961853027,11.104999542236328,10.975000381469727,11.010000228881836,9.788934707641602,11291314,0.0,0.0 2022-05-02 00:00:00+02:00,10.984999656677246,11.079999923706055,10.875,10.920000076293945,9.708914756774902,11375552,0.0,0.0 2022-05-03 00:00:00+02:00,10.925000190734863,11.03499984741211,10.859999656677246,11.03499984741211,9.811159133911133,11304751,0.0,0.0 2022-05-04 00:00:00+02:00,11.024999618530273,11.119999885559082,10.949999809265137,11.005000114440918,9.7844877243042,7086194,0.0,0.0 2022-05-05 00:00:00+02:00,11.079999923706055,11.15999984741211,10.789999961853027,10.8149995803833,9.615558624267578,12163133,0.0,0.0 2022-05-06 00:00:00+02:00,10.734999656677246,10.8149995803833,10.640000343322754,10.664999961853027,9.482193946838379,12751032,0.0,0.0 2022-05-09 00:00:00+02:00,10.6850004196167,10.824999809265137,10.59000015258789,10.609999656677246,9.433294296264648,22478668,0.0,0.0 2022-05-10 00:00:00+02:00,10.649999618530273,10.654999732971191,10.515000343322754,10.555000305175781,9.384394645690918,7966344,0.0,0.0 2022-05-11 00:00:00+02:00,10.635000228881836,10.904999732971191,10.479999542236328,10.875,9.668905258178711,13238359,0.0,0.0 2022-05-12 00:00:00+02:00,10.760000228881836,10.875,10.595000267028809,10.630000114440918,9.45107650756836,11047917,0.0,0.0 2022-05-13 00:00:00+02:00,10.694999694824219,10.744999885559082,10.539999961853027,10.680000305175781,9.495532989501953,9295587,0.0,0.0 2022-05-16 00:00:00+02:00,10.600000381469727,10.864999771118164,10.550000190734863,10.78499984741211,9.588886260986328,6829087,0.0,0.0 2022-05-17 00:00:00+02:00,10.8100004196167,10.899999618530273,10.739999771118164,10.789999961853027,9.593330383300781,5239815,0.0,0.0 2022-05-18 00:00:00+02:00,10.859999656677246,10.975000381469727,10.744999885559082,10.885000228881836,9.67779541015625,7604972,0.0,0.0 2022-05-19 00:00:00+02:00,10.84000015258789,10.899999618530273,10.71500015258789,10.765000343322754,9.571105003356934,11886394,0.0,0.0 2022-05-20 00:00:00+02:00,10.864999771118164,11.180000305175781,10.859999656677246,11.100000381469727,9.868953704833984,22219036,0.0,0.0 2022-05-23 00:00:00+02:00,11.140000343322754,11.164999961853027,10.994999885559082,11.145000457763672,9.908960342407227,7518753,0.0,0.0 2022-05-24 00:00:00+02:00,10.979999542236328,11.130000114440918,10.869999885559082,11.130000114440918,9.895624160766602,10132865,0.0,0.0 2022-05-25 00:00:00+02:00,11.399999618530273,11.4399995803833,11.135000228881836,11.414999961853027,10.149016380310059,30635161,0.0,0.0 2022-05-26 00:00:00+02:00,11.425000190734863,11.484999656677246,11.28499984741211,11.28499984741211,10.03343391418457,12081797,0.0,0.0 2022-05-27 00:00:00+02:00,11.3149995803833,11.350000381469727,11.149999618530273,11.305000305175781,10.051217079162598,11606250,0.0,0.0 2022-05-30 00:00:00+02:00,11.319999694824219,11.329999923706055,11.050000190734863,11.109999656677246,9.87784194946289,10874382,0.0,0.0 2022-05-31 00:00:00+02:00,11.095000267028809,11.130000114440918,10.949999809265137,11.03499984741211,9.811159133911133,19012836,0.0,0.0 2022-06-01 00:00:00+02:00,11.029999732971191,11.114999771118164,10.835000038146973,10.845000267028809,9.642233848571777,36540994,0.0,0.0 2022-06-02 00:00:00+02:00,10.8100004196167,10.880000114440918,10.694999694824219,10.789999961853027,9.593330383300781,7206520,0.0,0.0 2022-06-03 00:00:00+02:00,10.890000343322754,10.930000305175781,10.6899995803833,10.8100004196167,9.611114501953125,6303997,0.0,0.0 2022-06-06 00:00:00+02:00,10.895000457763672,10.970000267028809,10.760000228881836,10.899999618530273,9.691132545471191,23235655,0.0,0.0 2022-06-07 00:00:00+02:00,10.845000267028809,10.960000038146973,10.8149995803833,10.835000038146973,9.633340835571289,38127979,0.0,0.0 2022-06-08 00:00:00+02:00,10.824999809265137,10.890000343322754,10.65999984741211,10.739999771118164,9.54887580871582,10540805,0.0,0.0 2022-06-09 00:00:00+02:00,10.6899995803833,10.755000114440918,10.5,10.59000015258789,9.419899940490723,10169417,0.005,0.0 2022-06-10 00:00:00+02:00,10.479999542236328,10.529999732971191,10.225000381469727,10.3100004196167,9.17083740234375,36148059,0.0,0.0 2022-06-13 00:00:00+02:00,10.199999809265137,10.255000114440918,10.024999618530273,10.100000381469727,8.984039306640625,12548673,0.0,0.0 2022-06-14 00:00:00+02:00,10.095000267028809,10.180000305175781,9.868000030517578,9.871999740600586,8.781231880187988,10712708,0.0,0.0 2022-06-15 00:00:00+02:00,10.020000457763672,10.100000381469727,9.866000175476074,9.984000205993652,8.880855560302734,13131580,0.0,0.0 2022-06-16 00:00:00+02:00,9.986000061035156,10.029999732971191,9.788000106811523,9.878000259399414,8.786568641662598,11573296,0.0,0.0 2022-06-17 00:00:00+02:00,9.907999992370605,10.024999618530273,9.772000312805176,9.859999656677246,8.770557403564453,42068715,0.0,0.0 2022-06-20 00:00:00+02:00,9.930000305175781,10.050000190734863,9.833999633789062,10.010000228881836,8.903983116149902,5907303,0.0,0.0 2022-06-21 00:00:00+02:00,10.0,10.039999961853027,9.657999992370605,9.73799991607666,8.66203784942627,12420724,0.0,0.0 2022-06-22 00:00:00+02:00,9.656000137329102,9.657999992370605,9.425999641418457,9.456000328063965,8.411194801330566,12416712,0.0,0.0 2022-06-23 00:00:00+02:00,9.369999885559082,9.868000030517578,9.303999900817871,9.817999839782715,8.733198165893555,14904044,0.0,0.0 2022-06-24 00:00:00+02:00,9.935999870300293,10.180000305175781,9.89799976348877,10.055000305175781,8.944011688232422,34823630,0.0,0.0 2022-06-27 00:00:00+02:00,10.0649995803833,10.079999923706055,9.75,9.92199993133545,8.82570743560791,8613160,0.0,0.0 2022-06-28 00:00:00+02:00,9.979999542236328,10.180000305175781,9.923999786376953,10.175000190734863,9.050752639770508,8870732,0.0,0.0 2022-06-29 00:00:00+02:00,10.095000267028809,10.220000267028809,10.010000228881836,10.074999809265137,8.961801528930664,9587723,0.0,0.0 2022-06-30 00:00:00+02:00,9.920000076293945,10.0,9.795999526977539,9.895999908447266,8.802579879760742,15674833,0.0,0.0 2022-07-01 00:00:00+02:00,9.892000198364258,10.34000015258789,9.869999885559082,10.34000015258789,9.197522163391113,10176513,0.0,0.0 2022-07-04 00:00:00+02:00,10.380000114440918,10.4399995803833,10.270000457763672,10.270000457763672,9.13525676727295,5602297,0.0,0.0 2022-07-05 00:00:00+02:00,10.3100004196167,10.354999542236328,10.100000381469727,10.125,9.006277084350586,8503122,0.0,0.0 2022-07-06 00:00:00+02:00,10.21500015258789,10.354999542236328,10.119999885559082,10.265000343322754,9.13080883026123,11531272,0.0,0.0 2022-07-07 00:00:00+02:00,10.279999732971191,10.385000228881836,10.220000267028809,10.345000267028809,9.201969146728516,11793976,0.0,0.0 2022-07-08 00:00:00+02:00,10.100000381469727,10.104999542236328,9.907999992370605,9.911999702453613,9.05668830871582,10192450,0.274,0.0 2022-07-11 00:00:00+02:00,9.899999618530273,10.170000076293945,9.871999740600586,10.149999618530273,9.274151802062988,21675424,0.0,0.0 2022-07-12 00:00:00+02:00,10.1850004196167,10.229999542236328,10.069999694824219,10.125,9.251309394836426,14527821,0.0,0.0 2022-07-13 00:00:00+02:00,9.989999771118164,10.039999961853027,9.802000045776367,9.890000343322754,9.03658676147461,29082883,0.0,0.0 2022-07-14 00:00:00+02:00,9.866000175476074,9.880000114440918,9.60200023651123,9.715999603271484,8.877601623535156,9790562,0.0,0.0 2022-07-15 00:00:00+02:00,9.751999855041504,9.845999717712402,9.687999725341797,9.807999610900879,8.961663246154785,11561781,0.0,0.0 2022-07-18 00:00:00+02:00,9.807999610900879,9.935999870300293,9.727999687194824,9.788000106811523,8.943388938903809,9538568,0.0,0.0 2022-07-19 00:00:00+02:00,9.727999687194824,9.895999908447266,9.670000076293945,9.84000015258789,8.9909029006958,6970187,0.0,0.0 2022-07-20 00:00:00+02:00,9.82800006866455,9.850000381469727,9.729999542236328,9.777999877929688,8.93425178527832,9161677,0.0,0.0 2022-07-21 00:00:00+02:00,9.734000205993652,9.880000114440918,9.680000305175781,9.795999526977539,8.950697898864746,8111966,0.0,0.0 2022-07-22 00:00:00+02:00,9.777999877929688,10.010000228881836,9.767999649047852,9.991999626159668,9.12978458404541,9346819,0.0,0.0 2022-07-25 00:00:00+02:00,9.970000267028809,10.095000267028809,9.883999824523926,9.977999687194824,9.11699390411377,5489716,0.0,0.0 2022-07-26 00:00:00+02:00,9.96399974822998,10.085000038146973,9.9399995803833,10.074999809265137,9.205622673034668,8399826,0.0,0.0 2022-07-27 00:00:00+02:00,10.210000038146973,10.335000038146973,10.055000305175781,10.260000228881836,9.37466049194336,14377230,0.0,0.0 2022-07-28 00:00:00+02:00,10.324999809265137,10.444999694824219,10.03499984741211,10.345000267028809,9.452324867248535,13391035,0.0,0.0 2022-07-29 00:00:00+02:00,10.350000381469727,10.545000076293945,10.345000267028809,10.430000305175781,9.529990196228027,13230261,0.0,0.0 2022-08-01 00:00:00+02:00,10.430000305175781,10.545000076293945,10.375,10.420000076293945,9.520853042602539,6949008,0.0,0.0 2022-08-02 00:00:00+02:00,10.364999771118164,10.479999542236328,10.324999809265137,10.449999809265137,9.54826545715332,9335050,0.0,0.0 2022-08-03 00:00:00+02:00,10.449999809265137,10.5649995803833,10.404999732971191,10.404999732971191,9.507147789001465,8748412,0.0,0.0 2022-08-04 00:00:00+02:00,10.385000228881836,10.574999809265137,10.380000114440918,10.489999771118164,9.584813117980957,12323415,0.0,0.0 2022-08-05 00:00:00+02:00,10.460000038146973,10.53499984741211,10.385000228881836,10.479999542236328,9.575675964355469,7949377,0.0,0.0 2022-08-08 00:00:00+02:00,10.53499984741211,10.654999732971191,10.510000228881836,10.630000114440918,9.71273136138916,8132608,0.0,0.0 2022-08-09 00:00:00+02:00,10.630000114440918,10.789999961853027,10.600000381469727,10.734999656677246,9.808671951293945,13441406,0.0,0.0 2022-08-10 00:00:00+02:00,10.760000228881836,10.869999885559082,10.699999809265137,10.729999542236328,9.80410385131836,11097643,0.0,0.0 2022-08-11 00:00:00+02:00,10.760000228881836,10.859999656677246,10.704999923706055,10.755000114440918,9.826947212219238,12500804,0.0,0.0 2022-08-12 00:00:00+02:00,10.739999771118164,10.880000114440918,10.699999809265137,10.734999656677246,9.808671951293945,7171916,0.0,0.0 2022-08-15 00:00:00+02:00,10.765000343322754,10.875,10.765000343322754,10.845000267028809,9.909180641174316,5854099,0.0,0.0 2022-08-16 00:00:00+02:00,10.880000114440918,11.015000343322754,10.869999885559082,10.944999694824219,10.000551223754883,10914426,0.0,0.0 2022-08-17 00:00:00+02:00,10.920000076293945,10.994999885559082,10.920000076293945,10.949999809265137,10.005120277404785,6642805,0.0,0.0 2022-08-18 00:00:00+02:00,11.050000190734863,11.0649995803833,10.8149995803833,10.90999984741211,9.968570709228516,10723797,0.0,0.0 2022-08-19 00:00:00+02:00,10.864999771118164,10.970000267028809,10.864999771118164,10.9399995803833,9.99598217010498,11000378,0.0,0.0 2022-08-22 00:00:00+02:00,10.90999984741211,10.984999656677246,10.864999771118164,10.979999542236328,10.032530784606934,6713745,0.0,0.0 2022-08-23 00:00:00+02:00,10.944999694824219,10.979999542236328,10.835000038146973,10.864999771118164,9.927454948425293,6566506,0.0,0.0 2022-08-24 00:00:00+02:00,10.880000114440918,11.010000228881836,10.859999656677246,10.914999961853027,9.973139762878418,9703143,0.0,0.0 2022-08-25 00:00:00+02:00,10.925000190734863,11.085000038146973,10.920000076293945,11.005000114440918,10.055375099182129,8503634,0.0,0.0 2022-08-26 00:00:00+02:00,11.055000305175781,11.149999618530273,10.864999771118164,10.925000190734863,9.982277870178223,9477435,0.0,0.0 2022-08-29 00:00:00+02:00,10.770000457763672,10.845000267028809,10.670000076293945,10.774999618530273,9.845221519470215,11094900,0.0,0.0 2022-08-30 00:00:00+02:00,10.765000343322754,10.850000381469727,10.645000457763672,10.645000457763672,9.726438522338867,8589312,0.0,0.0 2022-08-31 00:00:00+02:00,10.65999984741211,10.670000076293945,10.350000381469727,10.385000228881836,9.488873481750488,18917438,0.0,0.0 2022-09-01 00:00:00+02:00,10.354999542236328,10.59000015258789,10.3149995803833,10.505000114440918,9.598520278930664,10172501,0.0,0.0 2022-09-02 00:00:00+02:00,10.479999542236328,10.59000015258789,10.380000114440918,10.5600004196167,9.648773193359375,7325134,0.0,0.0 2022-09-05 00:00:00+02:00,10.420000076293945,10.640000343322754,10.359999656677246,10.609999656677246,9.6944580078125,5860619,0.0,0.0 2022-09-06 00:00:00+02:00,10.630000114440918,10.6899995803833,10.4399995803833,10.470000267028809,9.566539764404297,9750037,0.0,0.0 2022-09-07 00:00:00+02:00,10.4350004196167,10.90999984741211,10.404999732971191,10.6899995803833,9.76755428314209,12716703,0.0,0.0 2022-09-08 00:00:00+02:00,10.755000114440918,10.8149995803833,10.595000267028809,10.755000114440918,9.826947212219238,9087703,0.0,0.0 2022-09-09 00:00:00+02:00,10.6850004196167,10.805000305175781,10.664999961853027,10.710000038146973,9.785828590393066,9148927,0.0,0.0 2022-09-12 00:00:00+02:00,10.725000381469727,10.8100004196167,10.6850004196167,10.8100004196167,9.87720012664795,9394018,0.0,0.0 2022-09-13 00:00:00+02:00,10.899999618530273,10.984999656677246,10.760000228881836,10.8149995803833,9.881768226623535,9554597,0.0,0.0 2022-09-14 00:00:00+02:00,10.760000228881836,10.78499984741211,10.600000381469727,10.609999656677246,9.6944580078125,15976558,0.0,0.0 2022-09-15 00:00:00+02:00,10.46500015258789,10.619999885559082,10.399999618530273,10.524999618530273,9.616792678833008,18539646,0.0,0.0 2022-09-16 00:00:00+02:00,10.385000228881836,10.609999656677246,10.385000228881836,10.5649995803833,9.653341293334961,48645806,0.0,0.0 2022-09-19 00:00:00+02:00,10.489999771118164,10.609999656677246,10.420000076293945,10.515000343322754,9.60765552520752,8781458,0.0,0.0 2022-09-20 00:00:00+02:00,10.600000381469727,10.704999923706055,10.359999656677246,10.364999771118164,9.470599174499512,15883873,0.0,0.0 2022-09-21 00:00:00+02:00,10.34000015258789,10.515000343322754,10.270000457763672,10.5,9.593951225280762,8945724,0.0,0.0 2022-09-22 00:00:00+02:00,10.40999984741211,10.470000267028809,10.3100004196167,10.359999656677246,9.46603012084961,8589661,0.0,0.0 2022-09-23 00:00:00+02:00,10.380000114440918,10.385000228881836,10.0649995803833,10.1899995803833,9.310699462890625,12757910,0.0,0.0 2022-09-26 00:00:00+02:00,10.100000381469727,10.194999694824219,9.923999786376953,10.0,9.13709545135498,10396340,0.0,0.0 2022-09-27 00:00:00+02:00,10.020000457763672,10.039999961853027,9.765999794006348,9.788000106811523,8.943388938903809,12012919,0.0,0.0 2022-09-28 00:00:00+02:00,9.694000244140625,9.87399959564209,9.593999862670898,9.805999755859375,8.95983600616455,13368519,0.0,0.0 2022-09-29 00:00:00+02:00,9.710000038146973,9.753999710083008,9.534000396728516,9.62600040435791,8.795369148254395,10687088,0.0,0.0 2022-09-30 00:00:00+02:00,9.616000175476074,9.708000183105469,9.510000228881836,9.581999778747559,8.75516414642334,14311377,0.0,0.0 2022-10-03 00:00:00+02:00,9.588000297546387,9.8100004196167,9.527999877929688,9.720000267028809,8.881257057189941,7576597,0.0,0.0 2022-10-04 00:00:00+02:00,9.802000045776367,9.942000389099121,9.75,9.862000465393066,9.011003494262695,9115221,0.0,0.0 2022-10-05 00:00:00+02:00,9.815999984741211,9.866000175476074,9.682000160217285,9.784000396728516,8.939733505249023,5772972,0.0,0.0 2022-10-06 00:00:00+02:00,9.75,9.859999656677246,9.593999862670898,9.682000160217285,8.846536636352539,9598348,0.0,0.0 2022-10-07 00:00:00+02:00,9.60200023651123,9.718000411987305,9.545999526977539,9.567999839782715,8.742372512817383,9435784,0.0,0.0 2022-10-10 00:00:00+02:00,9.5,9.527999877929688,9.38599967956543,9.479999542236328,8.661966323852539,7673568,0.0,0.0 2022-10-11 00:00:00+02:00,9.425999641418457,9.472000122070312,9.284000396728516,9.347999572753906,8.541356086730957,8868474,0.0,0.0 2022-10-12 00:00:00+02:00,9.314000129699707,9.357999801635742,9.20199966430664,9.208000183105469,8.413437843322754,13024738,0.0,0.0 2022-10-13 00:00:00+02:00,9.168000221252441,9.319999694824219,9.09000015258789,9.222000122070312,8.426229476928711,15580595,0.0,0.0 2022-10-14 00:00:00+02:00,9.392000198364258,9.534000396728516,9.305999755859375,9.37399959564209,8.565113067626953,14567911,0.0,0.0 2022-10-17 00:00:00+02:00,9.508000373840332,9.722000122070312,9.508000373840332,9.661999702453613,8.828261375427246,16249270,0.0,0.0 2022-10-18 00:00:00+02:00,9.619999885559082,9.831999778747559,9.619999885559082,9.63599967956543,8.804505348205566,12777590,0.0,0.0 2022-10-19 00:00:00+02:00,9.678000450134277,9.692000389099121,9.46399974822998,9.553999900817871,8.72957992553711,9380988,0.0,0.0 2022-10-20 00:00:00+02:00,9.600000381469727,9.649999618530273,9.460000038146973,9.545999526977539,8.722270965576172,10824484,0.0,0.0 2022-10-21 00:00:00+02:00,9.520000457763672,9.5600004196167,9.383999824523926,9.527999877929688,8.705824851989746,82592287,0.0,0.0 2022-10-24 00:00:00+02:00,9.619999885559082,9.789999961853027,9.564000129699707,9.682000160217285,8.846536636352539,12957311,0.0,0.0 2022-10-25 00:00:00+02:00,9.734000205993652,9.930000305175781,9.697999954223633,9.862000465393066,9.011003494262695,21989010,0.0,0.0 2022-10-26 00:00:00+02:00,9.949999809265137,10.135000228881836,9.869999885559082,10.135000228881836,9.260446548461914,17933475,0.0,0.0 2022-10-27 00:00:00+02:00,10.09000015258789,10.260000228881836,9.923999786376953,10.1850004196167,9.306131362915039,11860332,0.0,0.0 2022-10-28 00:00:00+02:00,10.119999885559082,10.270000457763672,10.050000190734863,10.239999771118164,9.356385231018066,11138344,0.0,0.0 2022-10-31 00:00:00+01:00,10.234999656677246,10.279999732971191,10.130000114440918,10.274999618530273,9.388365745544434,11809577,0.0,0.0 2022-11-01 00:00:00+01:00,10.300000190734863,10.404999732971191,10.234999656677246,10.270000457763672,9.383797645568848,7399875,0.0,0.0 2022-11-02 00:00:00+01:00,10.244999885559082,10.25,10.109999656677246,10.229999542236328,9.347249031066895,12432045,0.0,0.0 2022-11-03 00:00:00+01:00,10.140000343322754,10.149999618530273,9.989999771118164,10.125,9.251309394836426,13043099,0.0,0.0 2022-11-04 00:00:00+01:00,10.100000381469727,10.135000228881836,9.880000114440918,10.005000114440918,9.141664505004883,17652217,0.0,0.0 2022-11-07 00:00:00+01:00,9.968000411987305,10.09000015258789,9.932000160217285,10.0,9.13709545135498,12636188,0.0,0.0 2022-11-08 00:00:00+01:00,9.95199966430664,10.114999771118164,9.911999702453613,10.055000305175781,9.187350273132324,14335417,0.0,0.0 2022-11-09 00:00:00+01:00,10.100000381469727,10.345000267028809,10.045000076293945,10.265000343322754,9.379228591918945,11208963,0.0,0.0 2022-11-10 00:00:00+01:00,10.265000343322754,10.649999618530273,10.234999656677246,10.515000343322754,9.60765552520752,14554941,0.0,0.0 2022-11-11 00:00:00+01:00,10.5649995803833,10.59000015258789,10.270000457763672,10.350000381469727,9.456892967224121,13285917,0.0,0.0 2022-11-14 00:00:00+01:00,10.385000228881836,10.579999923706055,10.34000015258789,10.494999885559082,9.58938217163086,8820162,0.0,0.0 2022-11-15 00:00:00+01:00,10.539999961853027,10.59000015258789,10.454999923706055,10.475000381469727,9.5711088180542,7739395,0.0,0.0 2022-11-16 00:00:00+01:00,10.385000228881836,10.520000457763672,10.335000038146973,10.484999656677246,9.580244064331055,9217424,0.0,0.0 2022-11-17 00:00:00+01:00,10.460000038146973,10.520000457763672,10.364999771118164,10.489999771118164,9.584813117980957,10976473,0.0,0.0 2022-11-18 00:00:00+01:00,10.600000381469727,10.625,10.510000228881836,10.59000015258789,9.67618465423584,25253626,0.0,0.0 2022-11-21 00:00:00+01:00,10.574999809265137,10.725000381469727,10.574999809265137,10.630000114440918,9.71273136138916,6144575,0.0,0.0 2022-11-22 00:00:00+01:00,10.649999618530273,10.845000267028809,10.649999618530273,10.765000343322754,9.83608341217041,8610325,0.0,0.0 2022-11-23 00:00:00+01:00,10.765000343322754,10.819999694824219,10.635000228881836,10.760000228881836,9.83151626586914,7510088,0.0,0.0 2022-11-24 00:00:00+01:00,10.8100004196167,10.859999656677246,10.765000343322754,10.789999961853027,9.858924865722656,10128231,0.0,0.0 2022-11-25 00:00:00+01:00,10.789999961853027,10.859999656677246,10.75,10.819999694824219,9.886336326599121,9266215,0.0,0.0 2022-11-28 00:00:00+01:00,10.819999694824219,10.875,10.71500015258789,10.755000114440918,9.826947212219238,8803748,0.0,0.0 2022-11-29 00:00:00+01:00,10.779999732971191,10.779999732971191,10.539999961853027,10.654999732971191,9.735574722290039,23021369,0.0,0.0 2022-11-30 00:00:00+01:00,10.725000381469727,10.779999732971191,10.645000457763672,10.779999732971191,9.849788665771484,24824478,0.0,0.0 2022-12-01 00:00:00+01:00,10.800000190734863,10.984999656677246,10.800000190734863,10.914999961853027,9.973139762878418,11002857,0.0,0.0 2022-12-02 00:00:00+01:00,10.949999809265137,10.949999809265137,10.774999618530273,10.850000381469727,9.913748741149902,9945581,0.0,0.0 2022-12-05 00:00:00+01:00,10.8100004196167,10.920000076293945,10.795000076293945,10.895000457763672,9.954866409301758,5840850,0.0,0.0 2022-12-06 00:00:00+01:00,10.885000228881836,10.989999771118164,10.859999656677246,10.904999732971191,9.964001655578613,7963288,0.0,0.0 2022-12-07 00:00:00+01:00,10.880000114440918,10.975000381469727,10.859999656677246,10.920000076293945,9.97770881652832,8595338,0.0,0.0 2022-12-08 00:00:00+01:00,10.96500015258789,10.96500015258789,10.819999694824219,10.90999984741211,9.968570709228516,7930517,0.0,0.0 2022-12-09 00:00:00+01:00,10.954999923706055,11.03499984741211,10.914999961853027,10.994999885559082,10.046236038208008,9097853,0.0,0.0 2022-12-12 00:00:00+01:00,10.979999542236328,11.039999961853027,10.949999809265137,10.994999885559082,10.046236038208008,9588040,0.0,0.0 2022-12-13 00:00:00+01:00,10.984999656677246,11.154999732971191,10.84000015258789,10.994999885559082,10.046236038208008,23550198,0.0,0.0 2022-12-14 00:00:00+01:00,10.984999656677246,11.074999809265137,10.9399995803833,11.055000305175781,10.101058959960938,14983440,0.0,0.0 2022-12-15 00:00:00+01:00,11.039999961853027,11.079999923706055,10.890000343322754,10.899999618530273,9.959433555603027,19765946,0.0,0.0 2022-12-16 00:00:00+01:00,10.864999771118164,10.930000305175781,10.654999732971191,10.71500015258789,9.790397644042969,62317799,0.0,0.0 2022-12-19 00:00:00+01:00,10.710000038146973,10.864999771118164,10.710000038146973,10.779999732971191,9.849788665771484,12856397,0.0,0.0 2022-12-20 00:00:00+01:00,10.720000267028809,10.90999984741211,10.654999732971191,10.8100004196167,9.87720012664795,54418841,0.0,0.0 2022-12-21 00:00:00+01:00,10.864999771118164,10.994999885559082,10.845000267028809,10.930000305175781,9.986845016479492,12811355,0.0,0.0 2022-12-22 00:00:00+01:00,10.960000038146973,10.984999656677246,10.885000228881836,10.930000305175781,9.986845016479492,35946364,0.0,0.0 2022-12-23 00:00:00+01:00,10.960000038146973,10.960000038146973,10.8149995803833,10.880000114440918,9.94115924835205,5950541,0.0,0.0 2022-12-27 00:00:00+01:00,10.954999923706055,10.994999885559082,10.899999618530273,10.899999618530273,9.959433555603027,7927977,0.0,0.0 2022-12-28 00:00:00+01:00,10.9399995803833,11.03499984741211,10.90999984741211,10.925000190734863,9.982277870178223,7805532,0.0,0.0 2022-12-29 00:00:00+01:00,10.960000038146973,11.0649995803833,10.895000457763672,11.015000343322754,10.064510345458984,8776526,0.0,0.0 2022-12-30 00:00:00+01:00,11.0,11.015000343322754,10.930000305175781,10.930000305175781,9.986845016479492,11481718,0.0,0.0 2023-01-02 00:00:00+01:00,10.984999656677246,11.055000305175781,10.9399995803833,11.010000228881836,10.059942245483398,6145278,0.0,0.0 2023-01-03 00:00:00+01:00,10.994999885559082,11.095000267028809,10.90999984741211,10.975000381469727,10.027962684631348,38770022,0.0,0.0 2023-01-04 00:00:00+01:00,11.03499984741211,11.1899995803833,11.03499984741211,11.109999656677246,10.151312828063965,14501327,0.0,0.0 2023-01-05 00:00:00+01:00,11.079999923706055,11.145000457763672,11.039999961853027,11.055000305175781,10.101058959960938,14682254,0.0,0.0 2023-01-06 00:00:00+01:00,10.899999618530273,10.925000190734863,10.755000114440918,10.904999732971191,10.128923416137695,12113239,0.18,0.0 2023-01-09 00:00:00+01:00,10.880000114440918,10.890000343322754,10.755000114440918,10.84000015258789,10.068549156188965,30462675,0.0,0.0 2023-01-10 00:00:00+01:00,10.845000267028809,10.904999732971191,10.774999618530273,10.795000076293945,10.026752471923828,11969140,0.0,0.0 2023-01-11 00:00:00+01:00,10.770000457763672,10.984999656677246,10.739999771118164,10.895000457763672,10.119636535644531,17808519,0.0,0.0 2023-01-12 00:00:00+01:00,10.899999618530273,10.994999885559082,10.850000381469727,10.970000267028809,10.189298629760742,11756133,0.0,0.0 2023-01-13 00:00:00+01:00,10.930000305175781,10.960000038146973,10.869999885559082,10.899999618530273,10.124279022216797,8200775,0.0,0.0 2023-01-16 00:00:00+01:00,10.920000076293945,10.949999809265137,10.84000015258789,10.899999618530273,10.124279022216797,5587181,0.0,0.0 2023-01-17 00:00:00+01:00,10.880000114440918,10.920000076293945,10.789999961853027,10.899999618530273,10.124279022216797,8339227,0.0,0.0 2023-01-18 00:00:00+01:00,10.904999732971191,10.9350004196167,10.779999732971191,10.800000190734863,10.031396865844727,12553700,0.0,0.0 2023-01-19 00:00:00+01:00,10.789999961853027,10.829999923706055,10.744999885559082,10.805000305175781,10.036040306091309,9820652,0.0,0.0 2023-01-20 00:00:00+01:00,10.760000228881836,10.890000343322754,10.760000228881836,10.805000305175781,10.036040306091309,22595317,0.0,0.0 2023-01-23 00:00:00+01:00,10.835000038146973,10.890000343322754,10.760000228881836,10.8149995803833,10.045328140258789,8847559,0.0,0.0 2023-01-24 00:00:00+01:00,10.8149995803833,10.869999885559082,10.770000457763672,10.845000267028809,10.07319450378418,5129781,0.0,0.0 2023-01-25 00:00:00+01:00,10.895000457763672,10.895000457763672,10.779999732971191,10.869999885559082,10.096415519714355,5411464,0.0,0.0 2023-01-26 00:00:00+01:00,10.904999732971191,10.90999984741211,10.800000190734863,10.84000015258789,10.068549156188965,6242926,0.0,0.0 2023-01-27 00:00:00+01:00,10.885000228881836,10.890000343322754,10.760000228881836,10.800000190734863,10.031396865844727,34931194,0.0,0.0 2023-01-30 00:00:00+01:00,10.819999694824219,10.819999694824219,10.725000381469727,10.78499984741211,10.017463684082031,7285983,0.0,0.0 2023-01-31 00:00:00+01:00,10.805000305175781,10.819999694824219,10.704999923706055,10.744999885559082,9.98030948638916,13956450,0.0,0.0 2023-02-01 00:00:00+01:00,10.734999656677246,10.789999961853027,10.720000267028809,10.75,9.984954833984375,9508858,0.0,0.0 2023-02-02 00:00:00+01:00,10.770000457763672,10.78499984741211,10.649999618530273,10.739999771118164,9.975666046142578,8885930,0.0,0.0 2023-02-03 00:00:00+01:00,10.710000038146973,10.739999771118164,10.654999732971191,10.734999656677246,9.97102165222168,9800736,0.0,0.0 2023-02-06 00:00:00+01:00,10.704999923706055,10.734999656677246,10.625,10.6899995803833,9.929224014282227,8155531,0.0,0.0 2023-02-07 00:00:00+01:00,10.680000305175781,10.779999732971191,10.65999984741211,10.675000190734863,9.915292739868164,9698238,0.0,0.0 2023-02-08 00:00:00+01:00,10.710000038146973,10.755000114440918,10.640000343322754,10.649999618530273,9.892070770263672,9898449,0.0,0.0 2023-02-09 00:00:00+01:00,10.699999809265137,10.755000114440918,10.604999542236328,10.649999618530273,9.892070770263672,6982005,0.0,0.0 2023-02-10 00:00:00+01:00,10.600000381469727,10.649999618530273,10.524999618530273,10.614999771118164,9.859562873840332,10011461,0.0,0.0 2023-02-13 00:00:00+01:00,10.630000114440918,10.729999542236328,10.630000114440918,10.699999809265137,9.938512802124023,5489274,0.0,0.0 2023-02-14 00:00:00+01:00,10.729999542236328,10.8149995803833,10.710000038146973,10.75,9.984954833984375,17985103,0.0,0.0 2023-02-15 00:00:00+01:00,10.800000190734863,10.904999732971191,10.800000190734863,10.864999771118164,10.09177017211914,9828601,0.0,0.0 2023-02-16 00:00:00+01:00,10.899999618530273,10.930000305175781,10.720000267028809,10.829999923706055,10.059261322021484,7306911,0.0,0.0 2023-02-17 00:00:00+01:00,10.78499984741211,10.925000190734863,10.744999885559082,10.899999618530273,10.124279022216797,10536843,0.0,0.0 2023-02-20 00:00:00+01:00,10.930000305175781,11.0,10.869999885559082,10.90999984741211,10.133567810058594,7446433,0.0,0.0 2023-02-21 00:00:00+01:00,10.895000457763672,11.039999961853027,10.885000228881836,10.960000038146973,10.180008888244629,7057973,0.0,0.0 2023-02-22 00:00:00+01:00,11.039999961853027,11.039999961853027,10.845000267028809,10.960000038146973,10.180008888244629,8668993,0.0,0.0 2023-02-23 00:00:00+01:00,10.904999732971191,10.979999542236328,10.880000114440918,10.904999732971191,10.128923416137695,8709812,0.0,0.0 2023-02-24 00:00:00+01:00,10.859999656677246,10.954999923706055,10.859999656677246,10.890000343322754,10.114992141723633,15428990,0.0,0.0 2023-02-27 00:00:00+01:00,10.944999694824219,10.979999542236328,10.90999984741211,10.90999984741211,10.133567810058594,8283883,0.0,0.0 2023-02-28 00:00:00+01:00,10.869999885559082,10.904999732971191,10.779999732971191,10.864999771118164,10.09177017211914,15658438,0.0,0.0 2023-03-01 00:00:00+01:00,10.795000076293945,10.795000076293945,10.604999542236328,10.609999656677246,9.854917526245117,19707348,0.0,0.0 2023-03-02 00:00:00+01:00,10.595000267028809,10.729999542236328,10.529999732971191,10.670000076293945,9.91064739227295,10292938,0.0,0.0 2023-03-03 00:00:00+01:00,10.71500015258789,10.770000457763672,10.675000190734863,10.710000038146973,9.947800636291504,13592068,0.0,0.0 2023-03-06 00:00:00+01:00,10.770000457763672,10.789999961853027,10.619999885559082,10.670000076293945,9.91064739227295,10352481,0.0,0.0 2023-03-07 00:00:00+01:00,10.6850004196167,10.800000190734863,10.654999732971191,10.65999984741211,9.901359558105469,18332588,0.0,0.0 2023-03-08 00:00:00+01:00,10.640000343322754,10.710000038146973,10.609999656677246,10.710000038146973,9.947800636291504,8447897,0.0,0.0 2023-03-09 00:00:00+01:00,10.704999923706055,10.729999542236328,10.614999771118164,10.704999923706055,9.943158149719238,7324283,0.0,0.0 2023-03-10 00:00:00+01:00,10.699999809265137,10.770000457763672,10.654999732971191,10.710000038146973,9.947800636291504,11305282,0.0,0.0 2023-03-13 00:00:00+01:00,10.71500015258789,10.805000305175781,10.515000343322754,10.680000305175781,9.919937133789062,12998964,0.0,0.0 2023-03-14 00:00:00+01:00,10.699999809265137,10.890000343322754,10.680000305175781,10.859999656677246,10.087125778198242,14284530,0.0,0.0 2023-03-15 00:00:00+01:00,10.890000343322754,11.029999732971191,10.84000015258789,10.875,10.101058006286621,20812267,0.0,0.0 2023-03-16 00:00:00+01:00,10.880000114440918,11.079999923706055,10.800000190734863,11.050000190734863,10.263605117797852,15594943,0.0,0.0 2023-03-17 00:00:00+01:00,11.074999809265137,11.119999885559082,10.84000015258789,10.920000076293945,10.14285659790039,40888309,0.0,0.0 2023-03-20 00:00:00+01:00,10.925000190734863,11.125,10.899999618530273,11.0649995803833,10.27753734588623,10696397,0.0,0.0 2023-03-21 00:00:00+01:00,11.085000038146973,11.170000076293945,11.074999809265137,11.109999656677246,10.319334030151367,12918568,0.0,0.0 2023-03-22 00:00:00+01:00,11.09000015258789,11.114999771118164,11.010000228881836,11.055000305175781,10.26824951171875,13358287,0.0,0.0 2023-03-23 00:00:00+01:00,11.130000114440918,11.135000228881836,10.984999656677246,11.09000015258789,10.300758361816406,6755175,0.0,0.0 2023-03-24 00:00:00+01:00,11.085000038146973,11.085000038146973,10.960000038146973,11.069999694824219,10.282179832458496,12976210,0.0,0.0 2023-03-27 00:00:00+02:00,11.114999771118164,11.210000038146973,11.100000381469727,11.1850004196167,10.388997077941895,16769881,0.0,0.0 2023-03-28 00:00:00+02:00,11.21500015258789,11.28499984741211,11.164999961853027,11.25,10.449371337890625,43303754,0.0,0.0 2023-03-29 00:00:00+02:00,11.279999732971191,11.324999809265137,11.229999542236328,11.319999694824219,10.514389038085938,8819996,0.0,0.0 2023-03-30 00:00:00+02:00,11.359999656677246,11.460000038146973,11.300000190734863,11.404999732971191,10.593339920043945,9562583,0.0,0.0 2023-03-31 00:00:00+02:00,11.399999618530273,11.529999732971191,11.375,11.484999656677246,10.667645454406738,14093520,0.0,0.0 2023-04-03 00:00:00+02:00,11.449999809265137,11.484999656677246,11.180000305175781,11.359999656677246,10.551542282104492,11510697,0.0,0.0 2023-04-04 00:00:00+02:00,11.369999885559082,11.454999923706055,11.34000015258789,11.425000190734863,10.611917495727539,9958269,0.0,0.0 2023-04-05 00:00:00+02:00,11.489999771118164,11.704999923706055,11.454999923706055,11.704999923706055,10.871991157531738,13121920,0.0,0.0 2023-04-06 00:00:00+02:00,11.725000381469727,11.845000267028809,11.680000305175781,11.760000228881836,10.923075675964355,8072777,0.0,0.0 2023-04-11 00:00:00+02:00,11.78499984741211,11.819999694824219,11.579999923706055,11.6850004196167,10.853414535522461,11281205,0.0,0.0 2023-04-12 00:00:00+02:00,11.6899995803833,11.8100004196167,11.6899995803833,11.765000343322754,10.927720069885254,13985346,0.0,0.0 2023-04-13 00:00:00+02:00,11.770000457763672,11.774999618530273,11.604999542236328,11.664999961853027,10.834836959838867,11122246,0.0,0.0 2023-04-14 00:00:00+02:00,11.694999694824219,11.729999542236328,11.404999732971191,11.46500015258789,10.649069786071777,11677875,0.0,0.0 2023-04-17 00:00:00+02:00,11.420000076293945,11.604999542236328,11.369999885559082,11.505000114440918,10.686223030090332,11393817,0.0,0.0 2023-04-18 00:00:00+02:00,11.5,11.550000190734863,11.414999961853027,11.520000457763672,10.700156211853027,33224386,0.0,0.0 2023-04-19 00:00:00+02:00,11.524999618530273,11.710000038146973,11.5,11.699999809265137,10.867345809936523,20426947,0.0,0.0 2023-04-20 00:00:00+02:00,11.670000076293945,11.845000267028809,11.640000343322754,11.824999809265137,10.98814582824707,8322019,0.005,0.0 2023-04-21 00:00:00+02:00,11.819999694824219,11.960000038146973,11.770000457763672,11.835000038146973,10.997438430786133,44284813,0.0,0.0 2023-04-24 00:00:00+02:00,11.680000305175781,11.875,11.545000076293945,11.819999694824219,10.983499526977539,10448763,0.0,0.0 2023-04-25 00:00:00+02:00,11.835000038146973,11.875,11.779999732971191,11.829999923706055,10.992792129516602,9391177,0.0,0.0 2023-04-26 00:00:00+02:00,11.9399995803833,11.960000038146973,11.824999809265137,11.84000015258789,11.002084732055664,11156903,0.0,0.0 2023-04-27 00:00:00+02:00,11.835000038146973,11.920000076293945,11.819999694824219,11.829999923706055,10.992792129516602,8981102,0.0,0.0 2023-04-28 00:00:00+02:00,11.869999885559082,11.90999984741211,11.6850004196167,11.779999732971191,10.946331024169922,36476294,0.0,0.0 2023-05-02 00:00:00+02:00,11.829999923706055,11.835000038146973,11.6899995803833,11.755000114440918,10.923100471496582,11557192,0.0,0.0 2023-05-03 00:00:00+02:00,11.800000190734863,11.829999923706055,11.6899995803833,11.729999542236328,10.899868965148926,10314396,0.0,0.0 2023-05-04 00:00:00+02:00,11.675000190734863,11.854999542236328,11.614999771118164,11.845000267028809,11.006731033325195,9266604,0.0,0.0 2023-05-05 00:00:00+02:00,11.895000457763672,11.90999984741211,11.734999656677246,11.800000190734863,10.96491527557373,7838993,0.0,0.0 2023-05-08 00:00:00+02:00,11.765000343322754,11.819999694824219,11.744999885559082,11.800000190734863,10.96491527557373,4459476,0.0,0.0 2023-05-09 00:00:00+02:00,11.75,11.789999961853027,11.675000190734863,11.789999961853027,10.955622673034668,9052544,0.0,0.0 2023-05-10 00:00:00+02:00,11.8100004196167,11.829999923706055,11.725000381469727,11.774999618530273,10.94168472290039,4704841,0.0,0.0 2023-05-11 00:00:00+02:00,11.800000190734863,11.824999809265137,11.664999961853027,11.770000457763672,10.937039375305176,12893626,0.0,0.0 2023-05-12 00:00:00+02:00,11.824999809265137,11.925000190734863,11.8149995803833,11.864999771118164,11.025315284729004,10668071,0.0,0.0 2023-05-15 00:00:00+02:00,11.920000076293945,11.920000076293945,11.795000076293945,11.84000015258789,11.002084732055664,6748737,0.0,0.0 2023-05-16 00:00:00+02:00,11.880000114440918,11.949999809265137,11.805000305175781,11.845000267028809,11.006731033325195,8405587,0.0,0.0 2023-05-17 00:00:00+02:00,11.800000190734863,11.800000190734863,11.649999618530273,11.65999984741211,10.834822654724121,9587046,0.0,0.0 2023-05-18 00:00:00+02:00,11.65999984741211,11.704999923706055,11.489999771118164,11.505000114440918,10.690792083740234,10328616,0.0,0.0 2023-05-19 00:00:00+02:00,11.529999732971191,11.65999984741211,11.5,11.630000114440918,10.806946754455566,10021557,0.0,0.0 2023-05-22 00:00:00+02:00,11.614999771118164,11.699999809265137,11.604999542236328,11.619999885559082,10.797653198242188,5619159,0.0,0.0 2023-05-23 00:00:00+02:00,11.614999771118164,11.725000381469727,11.550000190734863,11.645000457763672,10.820884704589844,5011738,0.0,0.0 2023-05-24 00:00:00+02:00,11.5649995803833,11.614999771118164,11.5,11.600000381469727,10.779069900512695,11236733,0.0,0.0 2023-05-25 00:00:00+02:00,11.585000038146973,11.614999771118164,11.364999771118164,11.385000228881836,10.57928466796875,10685297,0.0,0.0 2023-05-26 00:00:00+02:00,11.369999885559082,11.53499984741211,11.289999961853027,11.489999771118164,10.676854133605957,8143393,0.0,0.0 2023-05-29 00:00:00+02:00,11.579999923706055,11.609999656677246,11.4399995803833,11.460000038146973,10.64897632598877,4360519,0.0,0.0 2023-05-30 00:00:00+02:00,11.470000267028809,11.574999809265137,11.460000038146973,11.494999885559082,10.681500434875488,7016782,0.0,0.0 2023-05-31 00:00:00+02:00,11.4399995803833,11.59000015258789,11.375,11.399999618530273,10.593223571777344,39493408,0.0,0.0 2023-06-01 00:00:00+02:00,11.449999809265137,11.53499984741211,11.414999961853027,11.510000228881836,10.695438385009766,4864201,0.0,0.0 2023-06-02 00:00:00+02:00,11.5,11.59000015258789,11.395000457763672,11.579999923706055,10.76048469543457,7423905,0.0,0.0 2023-06-05 00:00:00+02:00,11.595000267028809,11.640000343322754,11.550000190734863,11.569999694824219,10.751193046569824,14759433,0.0,0.0 2023-06-06 00:00:00+02:00,11.569999694824219,11.6850004196167,11.569999694824219,11.6850004196167,10.858054161071777,5387921,0.0,0.0 2023-06-07 00:00:00+02:00,11.640000343322754,11.699999809265137,11.510000228881836,11.529999732971191,10.714022636413574,5867640,0.0,0.0 2023-06-08 00:00:00+02:00,11.550000190734863,11.600000381469727,11.444999694824219,11.444999694824219,10.635039329528809,8026474,0.0,0.0 2023-06-09 00:00:00+02:00,11.46500015258789,11.539999961853027,11.444999694824219,11.494999885559082,10.681500434875488,8653322,0.0,0.0 2023-06-12 00:00:00+02:00,11.529999732971191,11.595000267028809,11.505000114440918,11.545000076293945,10.727962493896484,17924992,0.0,0.0 2023-06-13 00:00:00+02:00,11.550000190734863,11.555000305175781,11.395000457763672,11.470000267028809,10.658269882202148,7191164,0.0,0.0 2023-06-14 00:00:00+02:00,11.475000381469727,11.635000228881836,11.460000038146973,11.569999694824219,10.751193046569824,9727043,0.0,0.0 2023-06-15 00:00:00+02:00,11.550000190734863,11.635000228881836,11.46500015258789,11.59000015258789,10.769777297973633,11593129,0.0,0.0 2023-06-16 00:00:00+02:00,11.609999656677246,11.960000038146973,11.600000381469727,11.819999694824219,10.983499526977539,27398333,0.0,0.0 2023-06-19 00:00:00+02:00,11.8100004196167,11.84000015258789,11.664999961853027,11.704999923706055,10.876638412475586,6374585,0.0,0.0 2023-06-20 00:00:00+02:00,11.680000305175781,11.994999885559082,11.680000305175781,11.944999694824219,11.099653244018555,9436564,0.0,0.0 2023-06-21 00:00:00+02:00,11.869999885559082,11.925000190734863,11.78499984741211,11.824999809265137,10.98814582824707,6857687,0.0,0.0 2023-06-22 00:00:00+02:00,11.829999923706055,11.835000038146973,11.6850004196167,11.755000114440918,10.923100471496582,6527540,0.0,0.0 2023-06-23 00:00:00+02:00,11.729999542236328,11.845000267028809,11.670000076293945,11.675000190734863,10.848761558532715,6889285,0.0,0.0 2023-06-26 00:00:00+02:00,11.710000038146973,11.770000457763672,11.625,11.65999984741211,10.834822654724121,7370061,0.0,0.0 2023-06-27 00:00:00+02:00,11.670000076293945,11.819999694824219,11.649999618530273,11.789999961853027,10.955622673034668,6951312,0.0,0.0 2023-06-28 00:00:00+02:00,11.835000038146973,11.920000076293945,11.800000190734863,11.869999885559082,11.029961585998535,8001980,0.0,0.0 2023-06-29 00:00:00+02:00,11.914999961853027,11.930000305175781,11.835000038146973,11.854999542236328,11.016022682189941,8063704,0.0,0.0 2023-06-30 00:00:00+02:00,11.899999618530273,12.0649995803833,11.850000381469727,11.949999809265137,11.10429859161377,22731566,0.0,0.0 2023-07-03 00:00:00+02:00,11.979999542236328,12.170000076293945,11.960000038146973,12.145000457763672,11.285500526428223,32141858,0.0,0.0 2023-07-04 00:00:00+02:00,12.149999618530273,12.244999885559082,12.100000381469727,12.164999961853027,11.304084777832031,6315405,0.0,0.0 2023-07-05 00:00:00+02:00,12.164999961853027,12.180000305175781,11.795000076293945,11.829999923706055,10.992792129516602,14719030,0.0,0.0 2023-07-06 00:00:00+02:00,11.71500015258789,11.895000457763672,11.630000114440918,11.6850004196167,10.858054161071777,17101803,0.0,0.0 2023-07-07 00:00:00+02:00,11.3100004196167,11.354999542236328,11.15999984741211,11.1850004196167,10.682323455810547,13264094,0.316,0.0 2023-07-10 00:00:00+02:00,11.109999656677246,11.180000305175781,11.055000305175781,11.130000114440918,10.62979507446289,16523051,0.0,0.0 2023-07-11 00:00:00+02:00,11.1899995803833,11.239999771118164,11.079999923706055,11.130000114440918,10.62979507446289,10646460,0.0,0.0 2023-07-12 00:00:00+02:00,11.170000076293945,11.295000076293945,11.125,11.244999885559082,10.739625930786133,31568481,0.0,0.0 2023-07-13 00:00:00+02:00,11.300000190734863,11.395000457763672,11.270000457763672,11.350000381469727,10.8399076461792,15109122,0.0,0.0 2023-07-14 00:00:00+02:00,11.319999694824219,11.380000114440918,11.289999961853027,11.3149995803833,10.806480407714844,9583331,0.0,0.0 2023-07-17 00:00:00+02:00,11.3100004196167,11.335000038146973,11.210000038146973,11.220000267028809,10.715750694274902,7364602,0.0,0.0 2023-07-18 00:00:00+02:00,11.204999923706055,11.25,11.149999618530273,11.180000305175781,10.6775484085083,6096200,0.0,0.0 2023-07-19 00:00:00+02:00,11.210000038146973,11.28499984741211,11.15999984741211,11.170000076293945,10.667997360229492,6101958,0.0,0.0 2023-07-20 00:00:00+02:00,11.210000038146973,11.369999885559082,11.194999694824219,11.359999656677246,10.849458694458008,7235608,0.0,0.0 2023-07-21 00:00:00+02:00,11.385000228881836,11.53499984741211,11.385000228881836,11.524999618530273,11.007041931152344,8798420,0.0,0.0 2023-07-24 00:00:00+02:00,11.345000267028809,11.515000343322754,11.319999694824219,11.470000267028809,10.95451545715332,5093697,0.0,0.0 2023-07-25 00:00:00+02:00,11.46500015258789,11.479999542236328,11.359999656677246,11.420000076293945,10.906761169433594,10591498,0.0,0.0 2023-07-26 00:00:00+02:00,11.425000190734863,11.479999542236328,11.335000038146973,11.430000305175781,10.916313171386719,7534960,0.0,0.0 2023-07-27 00:00:00+02:00,11.515000343322754,11.555000305175781,11.364999771118164,11.515000343322754,10.997492790222168,8571845,0.0,0.0 2023-07-28 00:00:00+02:00,11.390000343322754,11.574999809265137,11.380000114440918,11.4399995803833,10.925862312316895,9309994,0.0,0.0 2023-07-31 00:00:00+02:00,11.460000038146973,11.489999771118164,11.354999542236328,11.354999542236328,10.844682693481445,11615768,0.0,0.0 2023-08-01 00:00:00+02:00,11.404999732971191,11.40999984741211,11.145000457763672,11.164999961853027,10.663222312927246,8866094,0.0,0.0 2023-08-02 00:00:00+02:00,11.109999656677246,11.125,10.914999961853027,10.914999961853027,10.424457550048828,13634064,0.0,0.0 2023-08-03 00:00:00+02:00,10.875,10.90999984741211,10.71500015258789,10.75,10.26687240600586,12910398,0.0,0.0 2023-08-04 00:00:00+02:00,10.760000228881836,10.8100004196167,10.614999771118164,10.789999961853027,10.305075645446777,8453241,0.0,0.0 2023-08-07 00:00:00+02:00,10.774999618530273,10.779999732971191,10.614999771118164,10.765000343322754,10.28119945526123,5696306,0.0,0.0 2023-08-08 00:00:00+02:00,10.75,10.885000228881836,10.710000038146973,10.835000038146973,10.348052978515625,9012207,0.0,0.0 2023-08-09 00:00:00+02:00,10.885000228881836,10.949999809265137,10.765000343322754,10.800000190734863,10.314626693725586,5811030,0.0,0.0 2023-08-10 00:00:00+02:00,10.854999542236328,10.975000381469727,10.835000038146973,10.944999694824219,10.453108787536621,10110198,0.0,0.0 2023-08-11 00:00:00+02:00,10.925000190734863,11.020000457763672,10.899999618530273,10.9350004196167,10.443559646606445,5658572,0.0,0.0 2023-08-14 00:00:00+02:00,10.920000076293945,10.930000305175781,10.845000267028809,10.880000114440918,10.391030311584473,4300153,0.0,0.0 2023-08-15 00:00:00+02:00,10.850000381469727,10.859999656677246,10.619999885559082,10.645000457763672,10.16659164428711,5995580,0.0,0.0 2023-08-16 00:00:00+02:00,10.619999885559082,10.795000076293945,10.604999542236328,10.710000038146973,10.228670120239258,4924478,0.0,0.0 2023-08-17 00:00:00+02:00,10.670000076293945,10.71500015258789,10.5600004196167,10.5649995803833,10.090187072753906,8811656,0.0,0.0 2023-08-18 00:00:00+02:00,10.614999771118164,10.699999809265137,10.539999961853027,10.625,10.147491455078125,7286632,0.0,0.0 2023-08-21 00:00:00+02:00,10.604999542236328,10.744999885559082,10.520000457763672,10.600000381469727,10.123614311218262,6797049,0.0,0.0 2023-08-22 00:00:00+02:00,10.645000457763672,10.739999771118164,10.630000114440918,10.680000305175781,10.200018882751465,4227897,0.0,0.0 2023-08-23 00:00:00+02:00,10.725000381469727,10.970000267028809,10.710000038146973,10.850000381469727,10.36237907409668,7058439,0.0,0.0 2023-08-24 00:00:00+02:00,10.920000076293945,10.979999542236328,10.854999542236328,10.854999542236328,10.36715316772461,9162150,0.0,0.0 2023-08-25 00:00:00+02:00,10.8100004196167,11.015000343322754,10.8100004196167,10.96500015258789,10.472209930419922,5450383,0.0,0.0 2023-08-28 00:00:00+02:00,11.0,11.039999961853027,10.979999542236328,11.005000114440918,10.51041316986084,415764,0.0,0.0 2023-08-29 00:00:00+02:00,11.09000015258789,11.244999885559082,11.0600004196167,11.244999885559082,10.739625930786133,25553387,0.0,0.0 2023-08-30 00:00:00+02:00,11.180000305175781,11.21500015258789,10.930000305175781,10.984999656677246,10.491311073303223,10041630,0.0,0.0 2023-08-31 00:00:00+02:00,10.984999656677246,11.109999656677246,10.960000038146973,10.960000038146973,10.467434883117676,32488379,0.0,0.0 2023-09-01 00:00:00+02:00,10.925000190734863,11.005000114440918,10.795000076293945,10.84000015258789,10.352828025817871,6145359,0.0,0.0 2023-09-04 00:00:00+02:00,10.880000114440918,10.90999984741211,10.710000038146973,10.734999656677246,10.252547264099121,3926418,0.0,0.0 2023-09-05 00:00:00+02:00,10.699999809265137,10.819999694824219,10.635000228881836,10.640000343322754,10.161816596984863,6594136,0.0,0.0 2023-09-06 00:00:00+02:00,10.635000228881836,10.71500015258789,10.5600004196167,10.6899995803833,10.209569931030273,5709829,0.0,0.0 2023-09-07 00:00:00+02:00,10.694999694824219,10.890000343322754,10.630000114440918,10.859999656677246,10.371929168701172,7548982,0.0,0.0 2023-09-08 00:00:00+02:00,10.920000076293945,10.960000038146973,10.725000381469727,10.90999984741211,10.419682502746582,5708173,0.0,0.0 2023-09-11 00:00:00+02:00,10.960000038146973,11.0,10.779999732971191,10.8149995803833,10.328950881958008,5767366,0.0,0.0 2023-09-12 00:00:00+02:00,10.850000381469727,10.885000228881836,10.744999885559082,10.805000305175781,10.319401741027832,12923605,0.0,0.0 2023-09-13 00:00:00+02:00,10.765000343322754,10.805000305175781,10.635000228881836,10.78499984741211,10.300299644470215,7945560,0.0,0.0 2023-09-14 00:00:00+02:00,10.8100004196167,11.039999961853027,10.795000076293945,11.005000114440918,10.51041316986084,8054630,0.0,0.0 2023-09-15 00:00:00+02:00,11.0649995803833,11.119999885559082,10.975000381469727,11.085000038146973,10.586817741394043,26770564,0.0,0.0 2023-09-18 00:00:00+02:00,11.024999618530273,11.100000381469727,10.954999923706055,11.055000305175781,10.558165550231934,6808689,0.0,0.0 2023-09-19 00:00:00+02:00,11.039999961853027,11.175000190734863,11.039999961853027,11.135000228881836,10.634570121765137,5080644,0.0,0.0 2023-09-20 00:00:00+02:00,11.164999961853027,11.289999961853027,11.145000457763672,11.260000228881836,10.753952980041504,7318422,0.0,0.0 2023-09-21 00:00:00+02:00,11.15999984741211,11.204999923706055,10.954999923706055,11.010000228881836,10.515188217163086,7508414,0.0,0.0 2023-09-22 00:00:00+02:00,10.9399995803833,11.09000015258789,10.869999885559082,10.960000038146973,10.467434883117676,18761000,0.0,0.0 2023-09-25 00:00:00+02:00,10.9350004196167,10.944999694824219,10.704999923706055,10.770000457763672,10.285974502563477,5548543,0.0,0.0 2023-09-26 00:00:00+02:00,10.699999809265137,10.899999618530273,10.65999984741211,10.8149995803833,10.328950881958008,8082530,0.0,0.0 2023-09-27 00:00:00+02:00,10.78499984741211,10.805000305175781,10.614999771118164,10.630000114440918,10.152266502380371,26413886,0.0,0.0 2023-09-28 00:00:00+02:00,10.654999732971191,10.729999542236328,10.53499984741211,10.569999694824219,10.094962120056152,9329256,0.0,0.0 2023-09-29 00:00:00+02:00,10.625,10.734999656677246,10.574999809265137,10.595000267028809,10.118839263916016,19508913,0.0,0.0 2023-10-02 00:00:00+02:00,10.635000228881836,10.6850004196167,10.255000114440918,10.265000343322754,9.803670883178711,11823481,0.0,0.0 2023-10-03 00:00:00+02:00,10.244999885559082,10.255000114440918,9.881999969482422,9.892000198364258,9.447433471679688,14695681,0.0,0.0 2023-10-04 00:00:00+02:00,9.973999977111816,10.210000038146973,9.911999702453613,10.015000343322754,9.564905166625977,11887954,0.0,0.0 2023-10-05 00:00:00+02:00,10.0649995803833,10.1850004196167,10.045000076293945,10.135000228881836,9.679512977600098,7478206,0.0,0.0 2023-10-06 00:00:00+02:00,10.149999618530273,10.15999984741211,9.894000053405762,10.140000343322754,9.684288024902344,9381413,0.0,0.0 2023-10-09 00:00:00+02:00,10.170000076293945,10.28499984741211,10.140000343322754,10.239999771118164,9.779793739318848,7513301,0.0,0.0 2023-10-10 00:00:00+02:00,10.300000190734863,10.555000305175781,10.295000076293945,10.505000114440918,10.032883644104004,11484271,0.0,0.0 2023-10-11 00:00:00+02:00,10.484999656677246,10.670000076293945,10.470000267028809,10.635000228881836,10.157041549682617,9325774,0.0,0.0 2023-10-12 00:00:00+02:00,10.710000038146973,10.774999618530273,10.555000305175781,10.579999923706055,10.104513168334961,6453554,0.0,0.0 2023-10-13 00:00:00+02:00,10.5,10.649999618530273,10.444999694824219,10.5600004196167,10.085412979125977,7491305,0.0,0.0 2023-10-16 00:00:00+02:00,10.40999984741211,10.524999618530273,10.319999694824219,10.515000343322754,10.042434692382812,9813859,0.0,0.0 2023-10-17 00:00:00+02:00,10.5,10.555000305175781,10.364999771118164,10.475000381469727,10.004233360290527,5730856,0.0,0.0 2023-10-18 00:00:00+02:00,10.404999732971191,10.4399995803833,10.34000015258789,10.380000114440918,9.913501739501953,8852074,0.0,0.0 2023-10-19 00:00:00+02:00,10.3149995803833,10.425000190734863,10.25,10.40999984741211,9.942153930664062,7049936,0.0,0.0 2023-10-20 00:00:00+02:00,10.300000190734863,10.425000190734863,10.265000343322754,10.369999885559082,9.903951644897461,45927371,0.0,0.0 2023-10-23 00:00:00+02:00,10.34000015258789,10.385000228881836,10.149999618530273,10.295000076293945,9.832321166992188,6438115,0.0,0.0 2023-10-24 00:00:00+02:00,10.300000190734863,10.425000190734863,10.295000076293945,10.40999984741211,9.942153930664062,7869103,0.0,0.0 2023-10-25 00:00:00+02:00,10.420000076293945,10.555000305175781,10.305000305175781,10.529999732971191,10.05675983428955,8262938,0.0,0.0 2023-10-26 00:00:00+02:00,10.550000190734863,10.760000228881836,10.390000343322754,10.524999618530273,10.051984786987305,10969558,0.0,0.0 2023-10-27 00:00:00+02:00,10.569999694824219,10.600000381469727,10.369999885559082,10.369999885559082,9.903951644897461,6148441,0.0,0.0 2023-10-30 00:00:00+01:00,10.5,10.524999618530273,10.375,10.404999732971191,9.9373779296875,6837437,0.0,0.0 2023-10-31 00:00:00+01:00,10.460000038146973,10.569999694824219,10.390000343322754,10.5,10.028108596801758,20116746,0.0,0.0 2023-11-01 00:00:00+01:00,10.449999809265137,10.550000190734863,10.390000343322754,10.53499984741211,10.061534881591797,10366102,0.0,0.0 2023-11-02 00:00:00+01:00,10.604999542236328,10.84000015258789,10.600000381469727,10.75,10.26687240600586,11053117,0.0,0.0 2023-11-03 00:00:00+01:00,10.755000114440918,10.8149995803833,10.619999885559082,10.680000305175781,10.200018882751465,8906460,0.0,0.0 2023-11-06 00:00:00+01:00,10.654999732971191,10.699999809265137,10.505000114440918,10.569999694824219,10.094962120056152,5711205,0.0,0.0 2023-11-07 00:00:00+01:00,10.510000228881836,10.569999694824219,10.425000190734863,10.46500015258789,9.994681358337402,5724286,0.0,0.0 2023-11-08 00:00:00+01:00,10.404999732971191,10.479999542236328,10.3149995803833,10.46500015258789,9.994681358337402,7598571,0.0,0.0 2023-11-09 00:00:00+01:00,10.539999961853027,10.664999961853027,10.524999618530273,10.649999618530273,10.171367645263672,6558788,0.0,0.0 2023-11-10 00:00:00+01:00,10.600000381469727,10.670000076293945,10.555000305175781,10.649999618530273,10.171367645263672,5867022,0.0,0.0 2023-11-13 00:00:00+01:00,10.625,10.739999771118164,10.595000267028809,10.710000038146973,10.228670120239258,5596989,0.0,0.0 2023-11-14 00:00:00+01:00,10.75,10.920000076293945,10.675000190734863,10.885000228881836,10.395806312561035,8883835,0.0,0.0 2023-11-15 00:00:00+01:00,10.890000343322754,10.9350004196167,10.75,10.774999618530273,10.290748596191406,7242568,0.0,0.0 2023-11-16 00:00:00+01:00,10.8149995803833,11.045000076293945,10.795000076293945,11.005000114440918,10.51041316986084,8488153,0.0,0.0 2023-11-17 00:00:00+01:00,11.015000343322754,11.114999771118164,10.989999771118164,11.069999694824219,10.572491645812988,22067319,0.0,0.0 2023-11-20 00:00:00+01:00,11.005000114440918,11.164999961853027,10.970000267028809,11.125,10.625020027160645,7390635,0.0,0.0 2023-11-21 00:00:00+01:00,11.125,11.180000305175781,10.970000267028809,11.039999961853027,10.543840408325195,9561381,0.0,0.0 2023-11-22 00:00:00+01:00,11.079999923706055,11.135000228881836,11.03499984741211,11.095000267028809,10.596367835998535,10248526,0.0,0.0 2023-11-23 00:00:00+01:00,11.119999885559082,11.149999618530273,11.079999923706055,11.130000114440918,10.62979507446289,4545513,0.0,0.0 2023-11-24 00:00:00+01:00,11.119999885559082,11.255000114440918,11.100000381469727,11.1899995803833,10.687098503112793,6451089,0.0,0.0 2023-11-27 00:00:00+01:00,11.199999809265137,11.305000305175781,11.170000076293945,11.260000228881836,10.753952980041504,9118607,0.0,0.0 2023-11-28 00:00:00+01:00,11.255000114440918,11.34000015258789,11.225000381469727,11.279999732971191,10.773053169250488,10991186,0.0,0.0 2023-11-29 00:00:00+01:00,11.335000038146973,11.4399995803833,11.305000305175781,11.305000305175781,10.796930313110352,7778039,0.0,0.0 2023-11-30 00:00:00+01:00,11.270000457763672,11.380000114440918,11.239999771118164,11.345000267028809,10.835132598876953,29505850,0.0,0.0 2023-12-01 00:00:00+01:00,11.359999656677246,11.4350004196167,11.345000267028809,11.425000190734863,10.911538124084473,5923634,0.0,0.0 2023-12-04 00:00:00+01:00,11.399999618530273,11.545000076293945,11.395000457763672,11.515000343322754,10.997492790222168,6943022,0.0,0.0 2023-12-05 00:00:00+01:00,11.53499984741211,11.645000457763672,11.5,11.574999809265137,11.05479621887207,14060604,0.0,0.0 2023-12-06 00:00:00+01:00,11.654999732971191,11.720000267028809,11.529999732971191,11.65999984741211,11.13597583770752,8727630,0.0,0.0 2023-12-07 00:00:00+01:00,11.729999542236328,11.770000457763672,11.675000190734863,11.739999771118164,11.212380409240723,10477272,0.0,0.0 2023-12-08 00:00:00+01:00,11.725000381469727,11.819999694824219,11.725000381469727,11.795000076293945,11.264908790588379,9383835,0.0,0.0 2023-12-11 00:00:00+01:00,11.789999961853027,11.8149995803833,11.729999542236328,11.75,11.221931457519531,9338825,0.0,0.0 2023-12-12 00:00:00+01:00,11.729999542236328,11.78499984741211,11.6850004196167,11.694999694824219,11.169402122497559,9981311,0.0,0.0 2023-12-13 00:00:00+01:00,11.739999771118164,11.78499984741211,11.6899995803833,11.75,11.221931457519531,27318856,0.0,0.0 2023-12-14 00:00:00+01:00,11.899999618530273,12.015000343322754,11.8100004196167,11.824999809265137,11.293560028076172,11435882,0.0,0.0 2023-12-15 00:00:00+01:00,11.800000190734863,11.850000381469727,11.694999694824219,11.760000228881836,11.231481552124023,31835795,0.0,0.0 2023-12-18 00:00:00+01:00,11.75,11.824999809265137,11.694999694824219,11.694999694824219,11.169402122497559,11950598,0.0,0.0 2023-12-19 00:00:00+01:00,11.729999542236328,11.890000343322754,11.720000267028809,11.824999809265137,11.293560028076172,12214202,0.0,0.0 2023-12-20 00:00:00+01:00,11.819999694824219,11.864999771118164,11.734999656677246,11.760000228881836,11.231481552124023,10598560,0.0,0.0 2023-12-21 00:00:00+01:00,11.729999542236328,11.795000076293945,11.699999809265137,11.78499984741211,11.25535774230957,5549635,0.0,0.0 2023-12-22 00:00:00+01:00,11.795000076293945,11.90999984741211,11.779999732971191,11.859999656677246,11.326987266540527,5974950,0.0,0.0 2023-12-27 00:00:00+01:00,11.78499984741211,11.869999885559082,11.78499984741211,11.835000038146973,11.30311107635498,6924049,0.0,0.0 2023-12-28 00:00:00+01:00,11.869999885559082,11.90999984741211,11.819999694824219,11.824999809265137,11.293560028076172,7174163,0.0,0.0 2023-12-29 00:00:00+01:00,11.864999771118164,11.920000076293945,11.854999542236328,11.869999885559082,11.33653736114502,7592614,0.0,0.0 2024-01-02 00:00:00+01:00,12.0,12.069999694824219,11.8100004196167,11.875,11.341312408447266,12175208,0.0,0.0 2024-01-03 00:00:00+01:00,11.925000190734863,11.979999542236328,11.824999809265137,11.835000038146973,11.30311107635498,10708600,0.0,0.0 2024-01-04 00:00:00+01:00,11.885000228881836,12.050000190734863,11.885000228881836,12.029999732971191,11.489347457885742,17462323,0.0,0.0 2024-01-05 00:00:00+01:00,11.949999809265137,12.0649995803833,11.885000228881836,12.03499984741211,11.494122505187988,10171410,0.0,0.0 2024-01-08 00:00:00+01:00,11.989999771118164,12.074999809265137,11.960000038146973,11.994999885559082,11.455920219421387,14466437,0.0,0.0 2024-01-09 00:00:00+01:00,11.739999771118164,11.774999618530273,11.59000015258789,11.640000343322754,11.307293891906738,10503260,0.202,0.0 2024-01-10 00:00:00+01:00,11.649999618530273,11.654999732971191,11.585000038146973,11.604999542236328,11.273293495178223,12543567,0.0,0.0 2024-01-11 00:00:00+01:00,11.649999618530273,11.71500015258789,11.510000228881836,11.520000457763672,11.190723419189453,9003574,0.0,0.0 2024-01-12 00:00:00+01:00,11.574999809265137,11.6850004196167,11.574999809265137,11.675000190734863,11.341293334960938,7794136,0.0,0.0 2024-01-15 00:00:00+01:00,11.640000343322754,11.670000076293945,11.5600004196167,11.664999961853027,11.331578254699707,17633594,0.0,0.0 2024-01-16 00:00:00+01:00,11.630000114440918,11.640000343322754,11.550000190734863,11.550000190734863,11.219865798950195,9228465,0.0,0.0 2024-01-17 00:00:00+01:00,11.5,11.5,11.395000457763672,11.449999809265137,11.122723579406738,11832891,0.0,0.0 2024-01-18 00:00:00+01:00,11.395000457763672,11.40999984741211,11.25,11.265000343322754,10.943012237548828,11463479,0.0,0.0 2024-01-19 00:00:00+01:00,11.229999542236328,11.270000457763672,11.154999732971191,11.220000267028809,10.899298667907715,10024791,0.0,0.0 2024-01-22 00:00:00+01:00,11.234999656677246,11.289999961853027,11.170000076293945,11.260000228881836,10.938155174255371,5955382,0.0,0.0 2024-01-23 00:00:00+01:00,11.21500015258789,11.244999885559082,11.050000190734863,11.050000190734863,10.73415756225586,18914062,0.0,0.0 2024-01-24 00:00:00+01:00,11.055000305175781,11.170000076293945,11.050000190734863,11.125,10.807013511657715,8548141,0.0,0.0 2024-01-25 00:00:00+01:00,11.15999984741211,11.15999984741211,11.005000114440918,11.069999694824219,10.753585815429688,8100965,0.0,0.0 2024-01-26 00:00:00+01:00,11.095000267028809,11.1850004196167,10.925000190734863,10.970000267028809,10.656444549560547,10689636,0.0,0.0 2024-01-29 00:00:00+01:00,10.989999771118164,11.029999732971191,10.904999732971191,11.020000457763672,10.705015182495117,18069394,0.0,0.0 2024-01-30 00:00:00+01:00,11.015000343322754,11.135000228881836,10.96500015258789,11.095000267028809,10.777871131896973,7862563,0.0,0.0 2024-01-31 00:00:00+01:00,11.09000015258789,11.220000267028809,11.050000190734863,11.175000190734863,10.855584144592285,12538956,0.0,0.0 2024-02-01 00:00:00+01:00,11.085000038146973,11.210000038146973,11.039999961853027,11.125,10.807013511657715,9367206,0.0,0.0 2024-02-02 00:00:00+01:00,11.199999809265137,11.220000267028809,11.03499984741211,11.050000190734863,10.73415756225586,7954713,0.0,0.0 2024-02-05 00:00:00+01:00,11.015000343322754,11.289999961853027,10.989999771118164,11.015000343322754,10.70015811920166,10324964,0.0,0.0 2024-02-06 00:00:00+01:00,10.970000267028809,11.0,10.71500015258789,10.800000190734863,10.491303443908691,18426065,0.0,0.0 2024-02-07 00:00:00+01:00,10.824999809265137,10.864999771118164,10.609999656677246,10.670000076293945,10.365018844604492,18201311,0.0,0.0 2024-02-08 00:00:00+01:00,10.619999885559082,10.710000038146973,10.579999923706055,10.619999885559082,10.316448211669922,17707215,0.0,0.0 2024-02-09 00:00:00+01:00,10.645000457763672,10.71500015258789,10.579999923706055,10.6899995803833,10.38444709777832,13413610,0.0,0.0 2024-02-12 00:00:00+01:00,10.694999694824219,10.8100004196167,10.694999694824219,10.78499984741211,10.476731300354004,6422406,0.0,0.0 2024-02-13 00:00:00+01:00,10.8100004196167,10.925000190734863,10.739999771118164,10.765000343322754,10.457304000854492,7515365,0.0,0.0 2024-02-14 00:00:00+01:00,10.755000114440918,10.850000381469727,10.720000267028809,10.78499984741211,10.476731300354004,5776969,0.0,0.0 2024-02-15 00:00:00+01:00,10.779999732971191,10.895000457763672,10.774999618530273,10.854999542236328,10.544730186462402,9607135,0.0,0.0 2024-02-16 00:00:00+01:00,10.90999984741211,10.90999984741211,10.704999923706055,10.774999618530273,10.46701717376709,9084233,0.0,0.0 2024-02-19 00:00:00+01:00,10.800000190734863,10.875,10.699999809265137,10.795000076293945,10.486446380615234,5089314,0.0,0.0 2024-02-20 00:00:00+01:00,10.789999961853027,10.9350004196167,10.755000114440918,10.899999618530273,10.588444709777832,11460239,0.0,0.0 2024-02-21 00:00:00+01:00,10.899999618530273,10.979999542236328,10.854999542236328,10.9350004196167,10.622445106506348,7399749,0.0,0.0 2024-02-22 00:00:00+01:00,10.9350004196167,11.010000228881836,10.680000305175781,10.75,10.442731857299805,24325282,0.0,0.0 2024-02-23 00:00:00+01:00,10.699999809265137,10.734999656677246,10.569999694824219,10.630000114440918,10.326162338256836,12529113,0.0,0.0 2024-02-26 00:00:00+01:00,10.619999885559082,10.635000228881836,10.494999885559082,10.515000343322754,10.214449882507324,5578766,0.0,0.0 2024-02-27 00:00:00+01:00,10.5,10.569999694824219,10.414999961853027,10.53499984741211,10.233877182006836,7398157,0.0,0.0 2024-02-28 00:00:00+01:00,10.539999961853027,10.5649995803833,10.425000190734863,10.479999542236328,10.180449485778809,8208126,0.0,0.0 2024-02-29 00:00:00+01:00,10.494999885559082,10.675000190734863,10.484999656677246,10.619999885559082,10.316448211669922,21951837,0.0,0.0 2024-03-01 00:00:00+01:00,10.595000267028809,10.6899995803833,10.454999923706055,10.505000114440918,10.204734802246094,7428634,0.0,0.0 2024-03-04 00:00:00+01:00,10.585000038146973,10.625,10.470000267028809,10.579999923706055,10.277591705322266,5505072,0.0,0.0 2024-03-05 00:00:00+01:00,10.600000381469727,10.755000114440918,10.510000228881836,10.755000114440918,10.447589874267578,11909190,0.0,0.0 2024-03-06 00:00:00+01:00,10.729999542236328,10.954999923706055,10.729999542236328,10.8149995803833,10.505873680114746,11586567,0.0,0.0 2024-03-07 00:00:00+01:00,10.800000190734863,11.154999732971191,10.800000190734863,11.100000381469727,10.78272819519043,14304166,0.0,0.0 2024-03-08 00:00:00+01:00,10.994999885559082,11.095000267028809,10.96500015258789,10.984999656677246,10.671014785766602,8103111,0.0,0.0 2024-03-11 00:00:00+01:00,11.005000114440918,11.104999542236328,10.954999923706055,11.045000076293945,10.729300498962402,6814176,0.0,0.0 2024-03-12 00:00:00+01:00,11.069999694824219,11.100000381469727,10.854999542236328,10.854999542236328,10.544730186462402,15998666,0.0,0.0 2024-03-13 00:00:00+01:00,10.9399995803833,11.0649995803833,10.925000190734863,10.960000038146973,10.646729469299316,33352970,0.0,0.0 2024-03-14 00:00:00+01:00,10.954999923706055,11.039999961853027,10.765000343322754,10.829999923706055,10.520445823669434,9646791,0.0,0.0 2024-03-15 00:00:00+01:00,10.880000114440918,11.055000305175781,10.875,10.979999542236328,10.666157722473145,36429658,0.0,0.0 2024-03-18 00:00:00+01:00,10.960000038146973,11.055000305175781,10.920000076293945,10.984999656677246,10.671014785766602,9119077,0.0,0.0 2024-03-19 00:00:00+01:00,10.954999923706055,11.005000114440918,10.890000343322754,10.994999885559082,10.680728912353516,7058499,0.0,0.0 2024-03-20 00:00:00+01:00,10.984999656677246,11.114999771118164,10.979999542236328,11.074999809265137,10.758442878723145,7876003,0.0,0.0 2024-03-21 00:00:00+01:00,11.085000038146973,11.3149995803833,11.055000305175781,11.125,10.807013511657715,13983659,0.0,0.0 2024-03-22 00:00:00+01:00,11.180000305175781,11.319999694824219,11.135000228881836,11.289999961853027,10.967297554016113,8280649,0.0,0.0 2024-03-25 00:00:00+01:00,11.295000076293945,11.40999984741211,11.255000114440918,11.380000114440918,11.05472469329834,8302431,0.0,0.0 2024-03-26 00:00:00+01:00,11.375,11.470000267028809,11.329999923706055,11.4350004196167,11.108153343200684,18423211,0.0,0.0 2024-03-27 00:00:00+01:00,11.460000038146973,11.635000228881836,11.375,11.609999656677246,11.27815055847168,11590506,0.0,0.0 2024-03-28 00:00:00+01:00,11.630000114440918,11.635000228881836,11.46500015258789,11.494999885559082,11.166438102722168,15825378,0.0,0.0 2024-04-02 00:00:00+02:00,11.4350004196167,11.524999618530273,11.375,11.4350004196167,11.108153343200684,10154007,0.0,0.0 2024-04-03 00:00:00+02:00,11.425000190734863,11.460000038146973,11.335000038146973,11.40999984741211,11.083867073059082,7123155,0.0,0.0 2024-04-04 00:00:00+02:00,11.430000305175781,11.505000114440918,11.40999984741211,11.430000305175781,11.103296279907227,14329483,0.0,0.0 2024-04-05 00:00:00+02:00,11.359999656677246,11.4399995803833,11.225000381469727,11.25,10.928441047668457,11100976,0.0,0.0 2024-04-08 00:00:00+02:00,11.234999656677246,11.279999732971191,11.15999984741211,11.1850004196167,10.865299224853516,5552935,0.0,0.0 2024-04-09 00:00:00+02:00,11.154999732971191,11.220000267028809,11.069999694824219,11.125,10.807013511657715,7782836,0.0,0.0 2024-04-10 00:00:00+02:00,11.21500015258789,11.244999885559082,10.885000228881836,11.010000228881836,10.695301055908203,9610434,0.0,0.0 2024-04-11 00:00:00+02:00,11.010000228881836,11.229999542236328,10.989999771118164,11.125,10.807013511657715,9493482,0.0,0.0 2024-04-12 00:00:00+02:00,11.204999923706055,11.335000038146973,11.170000076293945,11.25,10.928441047668457,9700039,0.0,0.0 2024-04-15 00:00:00+02:00,11.28499984741211,11.350000381469727,11.220000267028809,11.260000228881836,10.938155174255371,8589375,0.0,0.0 2024-04-16 00:00:00+02:00,11.199999809265137,11.345000267028809,11.104999542236328,11.130000114440918,10.811870574951172,9940105,0.0,0.0 2024-04-17 00:00:00+02:00,11.15999984741211,11.350000381469727,11.125,11.210000038146973,10.889583587646484,19753646,0.0,0.0 2024-04-18 00:00:00+02:00,11.324999809265137,11.430000305175781,11.295000076293945,11.295000076293945,10.97215461730957,11628229,0.0,0.0 2024-04-19 00:00:00+02:00,11.329999923706055,11.414999961853027,11.229999542236328,11.34000015258789,11.015868186950684,47019115,0.0,0.0 2024-04-22 00:00:00+02:00,11.460000038146973,11.479999542236328,11.289999961853027,11.449999809265137,11.122723579406738,7766231,0.0,0.0 2024-04-23 00:00:00+02:00,11.420000076293945,11.569999694824219,11.420000076293945,11.539999961853027,11.210151672363281,8681730,0.0,0.0 2024-04-24 00:00:00+02:00,11.649999618530273,11.65999984741211,11.399999618530273,11.529999732971191,11.200437545776367,14836731,0.0,0.0 2024-04-25 00:00:00+02:00,11.579999923706055,11.585000038146973,11.319999694824219,11.460000038146973,11.132438659667969,13720999,0.0,0.0 2024-04-26 00:00:00+02:00,11.520000457763672,11.65999984741211,11.515000343322754,11.609999656677246,11.27815055847168,6730718,0.0,0.0 2024-04-29 00:00:00+02:00,11.640000343322754,11.739999771118164,11.640000343322754,11.654999732971191,11.321864128112793,7522153,0.0,0.0 2024-04-30 00:00:00+02:00,11.680000305175781,11.699999809265137,11.444999694824219,11.510000228881836,11.181009292602539,25476196,0.0,0.0 2024-05-02 00:00:00+02:00,11.5,11.670000076293945,11.5,11.574999809265137,11.24415111541748,9464511,0.0,0.0 2024-05-03 00:00:00+02:00,11.619999885559082,11.694999694824219,11.505000114440918,11.574999809265137,11.24415111541748,22252240,0.0,0.0 2024-05-06 00:00:00+02:00,11.609999656677246,11.704999923706055,11.579999923706055,11.649999618530273,11.317007064819336,5464056,0.0,0.0 2024-05-07 00:00:00+02:00,11.720000267028809,11.895000457763672,11.65999984741211,11.895000457763672,11.555005073547363,10155209,0.0,0.0 2024-05-08 00:00:00+02:00,11.899999618530273,12.0,11.845000267028809,11.970000267028809,11.627861022949219,8630480,0.0,0.0 2024-05-09 00:00:00+02:00,11.949999809265137,12.010000228881836,11.859999656677246,12.0,11.657003402709961,6352856,0.0,0.0 2024-05-10 00:00:00+02:00,11.994999885559082,12.239999771118164,11.984999656677246,12.210000038146973,11.861001014709473,12514114,0.0,0.0 2024-05-13 00:00:00+02:00,12.1850004196167,12.220000267028809,12.069999694824219,12.154999732971191,11.807572364807129,9471247,0.0,0.0 2024-05-14 00:00:00+02:00,12.194999694824219,12.225000381469727,12.069999694824219,12.194999694824219,11.846429824829102,10994003,0.0,0.0 2024-05-15 00:00:00+02:00,12.194999694824219,12.40999984741211,12.164999961853027,12.354999542236328,12.001855850219727,14876566,0.0,0.0 2024-05-16 00:00:00+02:00,12.345000267028809,12.430000305175781,12.300000190734863,12.359999656677246,12.006712913513184,8418160,0.0,0.0 2024-05-17 00:00:00+02:00,12.335000038146973,12.350000381469727,12.21500015258789,12.3149995803833,11.96299934387207,9975736,0.0,0.0 2024-05-20 00:00:00+02:00,12.300000190734863,12.369999885559082,12.274999618530273,12.28499984741211,11.933856964111328,4767231,0.0,0.0 2024-05-21 00:00:00+02:00,12.279999732971191,12.329999923706055,12.194999694824219,12.3100004196167,11.95814323425293,5787360,0.0,0.0 2024-05-22 00:00:00+02:00,12.239999771118164,12.300000190734863,12.194999694824219,12.279999732971191,11.928999900817871,5228585,0.0,0.0 2024-05-23 00:00:00+02:00,12.239999771118164,12.255000114440918,12.045000076293945,12.114999771118164,11.768715858459473,10991241,0.0,0.0 2024-05-24 00:00:00+02:00,12.0,12.050000190734863,11.925000190734863,12.020000457763672,11.676432609558105,6776040,0.0,0.0 2024-05-27 00:00:00+02:00,12.005000114440918,12.199999809265137,11.979999542236328,12.199999809265137,11.851286888122559,4429664,0.0,0.0 2024-05-28 00:00:00+02:00,12.225000381469727,12.239999771118164,12.109999656677246,12.149999618530273,11.802715301513672,6902548,0.0,0.0 2024-05-29 00:00:00+02:00,12.055000305175781,12.109999656677246,11.914999961853027,11.925000190734863,11.584147453308105,10072938,0.0,0.0 2024-05-30 00:00:00+02:00,11.904999732971191,12.09000015258789,11.904999732971191,12.079999923706055,11.734716415405273,8265088,0.0,0.0 2024-05-31 00:00:00+02:00,12.050000190734863,12.100000381469727,11.914999961853027,12.100000381469727,11.754145622253418,51401917,0.0,0.0 2024-06-03 00:00:00+02:00,12.25,12.260000228881836,12.104999542236328,12.25,11.899857521057129,7684108,0.0,0.0 2024-06-04 00:00:00+02:00,12.204999923706055,12.4350004196167,12.180000305175781,12.3100004196167,11.95814323425293,13944071,0.0,0.0 2024-06-05 00:00:00+02:00,12.345000267028809,12.444999694824219,12.329999923706055,12.390000343322754,12.035856246948242,8092854,0.0,0.0 2024-06-06 00:00:00+02:00,12.399999618530273,12.4350004196167,12.260000228881836,12.329999923706055,11.977570533752441,8202088,0.0,0.0 2024-06-07 00:00:00+02:00,12.300000190734863,12.354999542236328,12.109999656677246,12.175000190734863,11.827001571655273,13622476,0.0,0.0 2024-06-10 00:00:00+02:00,12.119999885559082,12.175000190734863,12.045000076293945,12.164999961853027,11.81728744506836,7419692,0.0,0.0 2024-06-11 00:00:00+02:00,12.194999694824219,12.274999618530273,11.96500015258789,12.074999809265137,11.729859352111816,18052465,0.0,0.0 2024-06-12 00:00:00+02:00,12.149999618530273,12.295000076293945,12.085000038146973,12.199999809265137,11.851286888122559,7151879,0.0,0.0 2024-06-13 00:00:00+02:00,12.164999961853027,12.244999885559082,12.074999809265137,12.1899995803833,11.841571807861328,9982018,0.0,0.0 2024-06-14 00:00:00+02:00,12.239999771118164,12.255000114440918,12.020000457763672,12.125,11.778430938720703,10859579,0.0,0.0 2024-06-17 00:00:00+02:00,12.180000305175781,12.199999809265137,11.904999732971191,11.960000038146973,11.618146896362305,10067860,0.0,0.0 2024-06-18 00:00:00+02:00,11.954999923706055,12.135000228881836,11.944999694824219,12.085000038146973,11.73957347869873,10453673,0.0,0.0 2024-06-19 00:00:00+02:00,12.085000038146973,12.125,11.96500015258789,11.989999771118164,11.647289276123047,12009960,0.0,0.0 2024-06-20 00:00:00+02:00,12.0,12.1899995803833,11.975000381469727,12.154999732971191,11.807572364807129,12347942,0.0,0.0 2024-06-21 00:00:00+02:00,12.194999694824219,12.25,12.130000114440918,12.180000305175781,11.83185863494873,24918718,0.0,0.0 2024-06-24 00:00:00+02:00,12.1899995803833,12.324999809265137,12.154999732971191,12.319999694824219,11.967856407165527,16228778,0.0,0.0 2024-06-25 00:00:00+02:00,12.350000381469727,12.510000228881836,12.329999923706055,12.449999809265137,12.094141006469727,18690584,0.0,0.0 2024-06-26 00:00:00+02:00,12.484999656677246,12.524999618530273,12.21500015258789,12.295000076293945,11.943571090698242,18048805,0.0,0.0 2024-06-27 00:00:00+02:00,12.3149995803833,12.354999542236328,12.114999771118164,12.149999618530273,11.802715301513672,12599151,0.0,0.0 2024-06-28 00:00:00+02:00,12.114999771118164,12.229999542236328,12.069999694824219,12.114999771118164,11.768715858459473,12184404,0.0,0.0 2024-07-01 00:00:00+02:00,12.199999809265137,12.414999961853027,12.199999809265137,12.319999694824219,11.967856407165527,11241084,0.0,0.0 2024-07-02 00:00:00+02:00,12.260000228881836,12.295000076293945,12.175000190734863,12.1850004196167,11.836715698242188,7351125,0.0,0.0 2024-07-03 00:00:00+02:00,12.25,12.34000015258789,12.21500015258789,12.279999732971191,11.928999900817871,14710905,0.0,0.0 2024-07-04 00:00:00+02:00,11.949999809265137,12.005000114440918,11.78499984741211,11.835000038146973,11.835000038146973,10577109,0.351,0.0 2024-07-05 00:00:00+02:00,11.850000381469727,11.914999961853027,11.774999618530273,11.875,11.875,10378824,0.0,0.0 2024-07-08 00:00:00+02:00,11.845000267028809,11.869999885559082,11.75,11.84000015258789,11.84000015258789,12774010,0.0,0.0 2024-07-09 00:00:00+02:00,11.805000305175781,11.864999771118164,11.710000038146973,11.739999771118164,11.739999771118164,10662881,0.0,0.0 2024-07-10 00:00:00+02:00,11.729999542236328,11.824999809265137,11.699999809265137,11.824999809265137,11.824999809265137,9601250,0.0,0.0 2024-07-11 00:00:00+02:00,11.845000267028809,12.0649995803833,11.78499984741211,12.015000343322754,12.015000343322754,17685847,0.0,0.0 2024-07-12 00:00:00+02:00,12.020000457763672,12.0649995803833,11.960000038146973,12.050000190734863,12.050000190734863,9175403,0.0,0.0 2024-07-15 00:00:00+02:00,12.03499984741211,12.03499984741211,11.824999809265137,11.829999923706055,11.829999923706055,10000503,0.0,0.0 2024-07-16 00:00:00+02:00,11.789999961853027,11.859999656677246,11.699999809265137,11.770000457763672,11.770000457763672,7939656,0.0,0.0 2024-07-17 00:00:00+02:00,11.725000381469727,11.875,11.704999923706055,11.850000381469727,11.850000381469727,13682843,0.0,0.0 2024-07-18 00:00:00+02:00,11.899999618530273,11.960000038146973,11.850000381469727,11.859999656677246,11.859999656677246,6816447,0.0,0.0 2024-07-19 00:00:00+02:00,11.819999694824219,11.854999542236328,11.729999542236328,11.75,11.75,35481181,0.0,0.0 2024-07-22 00:00:00+02:00,11.850000381469727,11.90999984741211,11.704999923706055,11.704999923706055,11.704999923706055,10456365,0.0,0.0 2024-07-23 00:00:00+02:00,11.699999809265137,11.8100004196167,11.640000343322754,11.789999961853027,11.789999961853027,6050825,0.0,0.0 2024-07-24 00:00:00+02:00,11.845000267028809,11.970000267028809,11.779999732971191,11.970000267028809,11.970000267028809,8581651,0.0,0.0 2024-07-25 00:00:00+02:00,12.0,12.170000076293945,11.970000267028809,12.145000457763672,12.145000457763672,11261331,0.0,0.0 2024-07-26 00:00:00+02:00,12.119999885559082,12.220000267028809,12.024999618530273,12.210000038146973,12.210000038146973,5983524,0.0,0.0 2024-07-29 00:00:00+02:00,12.25,12.335000038146973,12.154999732971191,12.1899995803833,12.1899995803833,6052491,0.0,0.0 2024-07-30 00:00:00+02:00,12.21500015258789,12.239999771118164,12.0649995803833,12.175000190734863,12.175000190734863,6510481,0.0,0.0 2024-07-31 00:00:00+02:00,12.244999885559082,12.265000343322754,12.135000228881836,12.180000305175781,12.180000305175781,12781030,0.0,0.0 2024-08-01 00:00:00+02:00,12.164999961853027,12.244999885559082,12.069999694824219,12.154999732971191,12.154999732971191,8860064,0.0,0.0 2024-08-02 00:00:00+02:00,12.130000114440918,12.489999771118164,12.119999885559082,12.350000381469727,12.350000381469727,16108199,0.0,0.0 2024-08-05 00:00:00+02:00,12.300000190734863,12.404999732971191,11.944999694824219,11.944999694824219,11.944999694824219,17733907,0.0,0.0 2024-08-06 00:00:00+02:00,11.850000381469727,11.975000381469727,11.710000038146973,11.949999809265137,11.949999809265137,12638468,0.0,0.0 2024-08-07 00:00:00+02:00,11.979999542236328,12.130000114440918,11.899999618530273,12.125,12.125,20497388,0.0,0.0 2024-08-08 00:00:00+02:00,12.109999656677246,12.145000457763672,12.015000343322754,12.0600004196167,12.0600004196167,8939260,0.0,0.0 2024-08-09 00:00:00+02:00,12.029999732971191,12.095000267028809,11.979999542236328,12.074999809265137,12.074999809265137,4655426,0.0,0.0 2024-08-12 00:00:00+02:00,12.085000038146973,12.130000114440918,12.029999732971191,12.104999542236328,12.104999542236328,6195373,0.0,0.0 2024-08-13 00:00:00+02:00,12.145000457763672,12.270000457763672,12.125,12.270000457763672,12.270000457763672,8098299,0.0,0.0 2024-08-14 00:00:00+02:00,12.279999732971191,12.3149995803833,12.194999694824219,12.300000190734863,12.300000190734863,5288081,0.0,0.0 2024-08-15 00:00:00+02:00,12.369999885559082,12.375,12.244999885559082,12.295000076293945,12.295000076293945,11932611,0.0,0.0 2024-08-16 00:00:00+02:00,12.3100004196167,12.369999885559082,12.270000457763672,12.350000381469727,12.350000381469727,8211105,0.0,0.0 2024-08-19 00:00:00+02:00,12.404999732971191,12.5649995803833,12.390000343322754,12.550000190734863,12.550000190734863,12488778,0.0,0.0 2024-08-20 00:00:00+02:00,12.545000076293945,12.569999694824219,12.4350004196167,12.524999618530273,12.524999618530273,7048432,0.0,0.0 2024-08-21 00:00:00+02:00,12.510000228881836,12.625,12.479999542236328,12.539999961853027,12.539999961853027,5059884,0.0,0.0 2024-08-22 00:00:00+02:00,12.555000305175781,12.65999984741211,12.545000076293945,12.625,12.625,2027374,0.0,0.0 ================================================ FILE: tests/data/JENYX-1d-cg-double-count-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2021-01-11 00:00:00-05:00,54.9500007629395,54.9500007629395,54.9500007629395,54.9500007629395,29.3649874605016,0,0,0,0 2021-01-12 00:00:00-05:00,54.689998626709,54.689998626709,54.689998626709,54.689998626709,29.2260437050129,0,0,0,0 2021-01-13 00:00:00-05:00,54.7099990844727,54.7099990844727,54.7099990844727,54.7099990844727,29.2367318430162,0,0,0,0 2021-01-14 00:00:00-05:00,54.2900009155273,54.2900009155273,54.2900009155273,54.2900009155273,29.012287060609,0,0,0,0 2021-01-15 00:00:00-05:00,54.2299995422363,54.2299995422363,54.2299995422363,54.2299995422363,28.9802226465992,0,0,0,0 2021-01-19 00:00:00-05:00,54.5499992370606,54.5499992370606,54.5499992370606,54.5499992370606,29.1512287775438,0,0,0,0 2021-01-20 00:00:00-05:00,55.3199996948242,55.3199996948242,55.3199996948242,55.3199996948242,29.5627129171776,0,0,0,0 2021-01-21 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,29.5306485031677,0,0,0,0 2021-01-22 00:00:00-05:00,55.0400009155273,55.0400009155273,55.0400009155273,55.0400009155273,29.4130830622394,0,0,0,0 2021-01-25 00:00:00-05:00,55.3800010681152,55.3800010681152,55.3800010681152,55.3800010681152,29.5947773311874,0,0,0,0 2021-01-26 00:00:00-05:00,55.6100006103516,55.6100006103516,55.6100006103516,55.6100006103516,29.7176878603943,0,0,0,0 2021-01-27 00:00:00-05:00,54.4500007629395,54.4500007629395,54.4500007629395,54.4500007629395,29.0977901260813,0,0,0,0 2021-01-28 00:00:00-05:00,54.9599990844727,54.9599990844727,54.9599990844727,54.9599990844727,29.3703305102263,0,0,0,0 2021-01-29 00:00:00-05:00,53.8699989318848,53.8699989318848,53.8699989318848,53.8699989318848,28.7878402396479,0,0,0,0 2021-02-01 00:00:00-05:00,54.5699996948242,54.5699996948242,54.5699996948242,54.5699996948242,29.1619169155471,0,0,0,0 2021-02-02 00:00:00-05:00,55.0699996948242,55.0699996948242,55.0699996948242,55.0699996948242,29.4291142499674,0,0,0,0 2021-02-03 00:00:00-05:00,55.2000007629395,55.2000007629395,55.2000007629395,55.2000007629395,29.4985861277118,0,0,0,0 2021-02-04 00:00:00-05:00,55.4900016784668,55.4900016784668,55.4900016784668,55.4900016784668,29.6535610709285,0,0,0,0 2021-02-05 00:00:00-05:00,55.7400016784668,55.7400016784668,55.7400016784668,55.7400016784668,29.7871597381386,0,0,0,0 2021-02-08 00:00:00-05:00,55.9199981689453,55.9199981689453,55.9199981689453,55.9199981689453,29.8833489030604,0,0,0,0 2021-02-09 00:00:00-05:00,55.8800010681152,55.8800010681152,55.8800010681152,55.8800010681152,29.8619746656077,0,0,0,0 2021-02-10 00:00:00-05:00,55.9099998474121,55.9099998474121,55.9099998474121,55.9099998474121,29.8780058533357,0,0,0,0 2021-02-11 00:00:00-05:00,55.9199981689453,55.9199981689453,55.9199981689453,55.9199981689453,29.8833489030604,0,0,0,0 2021-02-12 00:00:00-05:00,55.9900016784668,55.9900016784668,55.9900016784668,55.9900016784668,29.9207584053488,0,0,0,0 2021-02-16 00:00:00-05:00,55.8300018310547,55.8300018310547,55.8300018310547,55.8300018310547,29.8352553398764,0,0,0,0 2021-02-17 00:00:00-05:00,55.8699989318848,55.8699989318848,55.8699989318848,55.8699989318848,29.8566295773291,0,0,0,0 2021-02-18 00:00:00-05:00,55.9700012207031,55.9700012207031,55.9700012207031,55.9700012207031,29.9100702673455,0,0,0,0 2021-02-19 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,29.5306485031677,0,0,0,0 2021-02-22 00:00:00-05:00,54.7299995422363,54.7299995422363,54.7299995422363,54.7299995422363,29.2474199810194,0,0,0,0 2021-02-23 00:00:00-05:00,54.7700004577637,54.7700004577637,54.7700004577637,54.7700004577637,29.268796257026,0,0,0,0 2021-02-24 00:00:00-05:00,55.2099990844727,55.2099990844727,55.2099990844727,55.2099990844727,29.5039291774365,0,0,0,0 2021-02-25 00:00:00-05:00,54.2900009155273,54.2900009155273,54.2900009155273,54.2900009155273,29.012287060609,0,0,0,0 2021-02-26 00:00:00-05:00,54.0299987792969,54.0299987792969,54.0299987792969,54.0299987792969,28.8733433051203,0,0,0,0 2021-03-01 00:00:00-05:00,55,55,55,55,29.3917067862329,0,0,0,0 2021-03-02 00:00:00-05:00,54.7900009155273,54.7900009155273,54.7900009155273,54.7900009155273,29.2794843950293,0,0,0,0 2021-03-03 00:00:00-05:00,54.0400009155273,54.0400009155273,54.0400009155273,54.0400009155273,28.8786883933988,0,0,0,0 2021-03-04 00:00:00-05:00,53.4300003051758,53.4300003051758,53.4300003051758,53.4300003051758,28.5527073192374,0,0,0,0 2021-03-05 00:00:00-05:00,54.5699996948242,54.5699996948242,54.5699996948242,54.5699996948242,29.1619169155471,0,0,0,0 2021-03-08 00:00:00-05:00,54.3499984741211,54.3499984741211,54.3499984741211,54.3499984741211,29.0443494360649,0,0,0,0 2021-03-09 00:00:00-05:00,54.9099998474121,54.9099998474121,54.9099998474121,54.9099998474121,29.3436111844951,0,0,0,0 2021-03-10 00:00:00-05:00,55.1399993896484,55.1399993896484,55.1399993896484,55.1399993896484,29.4665217137019,0,0,0,0 2021-03-11 00:00:00-05:00,55.7000007629395,55.7000007629395,55.7000007629395,55.7000007629395,29.7657834621321,0,0,0,0 2021-03-12 00:00:00-05:00,55.6699981689453,55.6699981689453,55.6699981689453,55.6699981689453,29.7497502358502,0,0,0,0 2021-03-15 00:00:00-04:00,56.1599998474121,56.1599998474121,56.1599998474121,56.1599998474121,30.0116045205458,0,0,0,0 2021-03-16 00:00:00-04:00,56.0800018310547,56.0800018310547,56.0800018310547,56.0800018310547,30.0614578572189,0,0.173,0,0 2021-03-17 00:00:00-04:00,55.9199981689453,55.9199981689453,55.9199981689453,55.9199981689453,29.9756885421609,0,0,0,0 2021-03-18 00:00:00-04:00,55.4000015258789,55.4000015258789,55.4000015258789,55.4000015258789,29.6969464476344,0,0,0,0 2021-03-19 00:00:00-04:00,55.2900009155273,55.2900009155273,55.2900009155273,55.2900009155273,29.6379810659585,0,0,0,0 2021-03-22 00:00:00-04:00,55.8600006103516,55.8600006103516,55.8600006103516,55.8600006103516,29.9435270938671,0,0,0,0 2021-03-23 00:00:00-04:00,55.7700004577637,55.7700004577637,55.7700004577637,55.7700004577637,29.8952828765735,0,0,0,0 2021-03-24 00:00:00-04:00,55.7000007629395,55.7000007629395,55.7000007629395,55.7000007629395,29.8577598236621,0,0,0,0 2021-03-25 00:00:00-04:00,55.8199996948242,55.8199996948242,55.8199996948242,55.8199996948242,29.9220847651026,0,0,0,0 2021-03-26 00:00:00-04:00,56.939998626709,56.939998626709,56.939998626709,56.939998626709,30.5224556565376,0,0,0,0 2021-03-29 00:00:00-04:00,57.1500015258789,57.1500015258789,57.1500015258789,57.1500015258789,30.6350268601247,0,0,0,0 2021-03-30 00:00:00-04:00,56.7700004577637,56.7700004577637,56.7700004577637,56.7700004577637,30.431328826568,0,0,0,0 2021-03-31 00:00:00-04:00,56.7999992370606,56.7999992370606,56.7999992370606,56.7999992370606,30.4474095507148,0,0,0,0 2021-04-01 00:00:00-04:00,57.1399993896484,57.1399993896484,57.1399993896484,57.1399993896484,30.6296652555071,0,0,0,0 2021-04-05 00:00:00-04:00,58.1300010681152,58.1300010681152,58.1300010681152,58.1300010681152,31.1603516457369,0,0,0,0 2021-04-06 00:00:00-04:00,58.0200004577637,58.0200004577637,58.0200004577637,58.0200004577637,31.101386264061,0,0,0,0 2021-04-07 00:00:00-04:00,58.0200004577637,58.0200004577637,58.0200004577637,58.0200004577637,31.101386264061,0,0,0,0 2021-04-08 00:00:00-04:00,58.2999992370606,58.2999992370606,58.2999992370606,58.2999992370606,31.2514784757065,0,0,0,0 2021-04-09 00:00:00-04:00,58.8400001525879,58.8400001525879,58.8400001525879,58.8400001525879,31.5409437794683,0,0,0,0 2021-04-12 00:00:00-04:00,58.8199996948242,58.8199996948242,58.8199996948242,58.8199996948242,31.530222615086,0,0,0,0 2021-04-13 00:00:00-04:00,58.8800010681152,58.8800010681152,58.8800010681152,58.8800010681152,31.5623861082328,0,0,0,0 2021-04-14 00:00:00-04:00,58.5900001525879,58.5900001525879,58.5900001525879,58.5900001525879,31.4069322919696,0,0,0,0 2021-04-15 00:00:00-04:00,59.3199996948242,59.3199996948242,59.3199996948242,59.3199996948242,31.7982455900832,0,0,0,0 2021-04-16 00:00:00-04:00,59.7000007629395,59.7000007629395,59.7000007629395,59.7000007629395,32.00194362364,0,0,0,0 2021-04-19 00:00:00-04:00,59.4599990844727,59.4599990844727,59.4599990844727,59.4599990844727,31.873291695906,0,0,0,0 2021-04-20 00:00:00-04:00,59.4700012207031,59.4700012207031,59.4700012207031,59.4700012207031,31.8786533005236,0,0,0,0 2021-04-21 00:00:00-04:00,59.9099998474121,59.9099998474121,59.9099998474121,59.9099998474121,32.1145127823741,0,0,0,0 2021-04-22 00:00:00-04:00,59.7400016784668,59.7400016784668,59.7400016784668,59.7400016784668,32.0233859524045,0,0,0,0 2021-04-23 00:00:00-04:00,60.2200012207031,60.2200012207031,60.2200012207031,60.2200012207031,32.2806877630195,0,0,0,0 2021-04-26 00:00:00-04:00,59.9500007629395,59.9500007629395,59.9500007629395,59.9500007629395,32.1359551111386,0,0,0,0 2021-04-27 00:00:00-04:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,32.1681165594323,0,0,0,0 2021-04-28 00:00:00-04:00,59.7200012207031,59.7200012207031,59.7200012207031,59.7200012207031,32.0126647880222,0,0,0,0 2021-04-29 00:00:00-04:00,60.1800003051758,60.1800003051758,60.1800003051758,60.1800003051758,32.259245434255,0,0,0,0 2021-04-30 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,32.0341050719337,0,0,0,0 2021-05-03 00:00:00-04:00,60.3600006103516,60.3600006103516,60.3600006103516,60.3600006103516,32.3557338688422,0,0,0,0 2021-05-04 00:00:00-04:00,60.0200004577637,60.0200004577637,60.0200004577637,60.0200004577637,32.17347816405,0,0,0,0 2021-05-05 00:00:00-04:00,59.9300003051758,59.9300003051758,59.9300003051758,59.9300003051758,32.1252339467563,0,0,0,0 2021-05-06 00:00:00-04:00,60.0800018310547,60.0800018310547,60.0800018310547,60.0800018310547,32.2056416571967,0,0,0,0 2021-05-07 00:00:00-04:00,60.4099998474121,60.4099998474121,60.4099998474121,60.4099998474121,32.3825357573713,0,0,0,0 2021-05-10 00:00:00-04:00,60.310001373291,60.310001373291,60.310001373291,60.310001373291,32.3289319803131,0,0,0,0 2021-05-11 00:00:00-04:00,59.7200012207031,59.7200012207031,59.7200012207031,59.7200012207031,32.0126647880222,0,0,0,0 2021-05-12 00:00:00-04:00,58.5800018310547,58.5800018310547,58.5800018310547,58.5800018310547,31.401572732205,0,0,0,0 2021-05-13 00:00:00-04:00,59.4000015258789,59.4000015258789,59.4000015258789,59.4000015258789,31.8411302476122,0,0,0,0 2021-05-14 00:00:00-04:00,59.939998626709,59.939998626709,59.939998626709,59.939998626709,32.130593506521,0,0,0,0 2021-05-17 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,32.0341050719337,0,0,0,0 2021-05-18 00:00:00-04:00,59.439998626709,59.439998626709,59.439998626709,59.439998626709,31.8625705315237,0,0,0,0 2021-05-19 00:00:00-04:00,59.2599983215332,59.2599983215332,59.2599983215332,59.2599983215332,31.7660820969365,0,0,0,0 2021-05-20 00:00:00-04:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,32.0716301696981,0,0,0,0 2021-05-21 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,32.0341050719337,0,0,0,0 2021-05-24 00:00:00-04:00,60.2000007629395,60.2000007629395,60.2000007629395,60.2000007629395,32.2699665986372,0,0,0,0 2021-05-25 00:00:00-04:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,32.2270819411082,0,0,0,0 2021-05-26 00:00:00-04:00,60.060001373291,60.060001373291,60.060001373291,60.060001373291,32.1949204928145,0,0,0,0 2021-05-27 00:00:00-04:00,59.8499984741211,59.8499984741211,59.8499984741211,59.8499984741211,32.0823492892273,0,0,0,0 2021-05-28 00:00:00-04:00,59.9799995422363,59.9799995422363,59.9799995422363,59.9799995422363,32.1520358352855,0,0,0,0 2021-06-01 00:00:00-04:00,59.6599998474121,59.6599998474121,59.6599998474121,59.6599998474121,31.9805012948755,0,0,0,0 2021-06-02 00:00:00-04:00,59.7299995422363,59.7299995422363,59.7299995422363,59.7299995422363,32.0180243477868,0,0,0,0 2021-06-03 00:00:00-04:00,59.5800018310547,59.5800018310547,59.5800018310547,59.5800018310547,31.9376186821995,0,0,0,0 2021-06-04 00:00:00-04:00,60.060001373291,60.060001373291,60.060001373291,60.060001373291,32.1949204928145,0,0,0,0 2021-06-07 00:00:00-04:00,59.8199996948242,59.8199996948242,59.8199996948242,59.8199996948242,32.0662685650805,0,0,0,0 2021-06-08 00:00:00-04:00,59.7700004577637,59.7700004577637,59.7700004577637,59.7700004577637,32.0394666765514,0,0,0,0 2021-06-09 00:00:00-04:00,59.8499984741211,59.8499984741211,59.8499984741211,59.8499984741211,32.0823492892273,0,0,0,0 2021-06-10 00:00:00-04:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,32.303725703294,0,0.142,0,0 2021-06-11 00:00:00-04:00,60.0999984741211,60.0999984741211,60.0999984741211,60.0999984741211,32.2929790414008,0,0,0,0 2021-06-14 00:00:00-04:00,60.189998626709,60.189998626709,60.189998626709,60.189998626709,32.3413379950619,0,0,0,0 2021-06-15 00:00:00-04:00,60.0200004577637,60.0200004577637,60.0200004577637,60.0200004577637,32.2499944435443,0,0,0,0 2021-06-16 00:00:00-04:00,59.6500015258789,59.6500015258789,59.6500015258789,59.6500015258789,32.0511863228114,0,0,0,0 2021-06-17 00:00:00-04:00,59.8400001525879,59.8400001525879,59.8400001525879,59.8400001525879,32.1532765362221,0,0,0,0 2021-06-18 00:00:00-04:00,59.0900001525879,59.0900001525879,59.0900001525879,59.0900001525879,31.7502859389514,0,0,0,0 2021-06-21 00:00:00-04:00,59.939998626709,59.939998626709,59.939998626709,59.939998626709,32.2070077959717,0,0,0,0 2021-06-22 00:00:00-04:00,60.2200012207031,60.2200012207031,60.2200012207031,60.2200012207031,32.3574590127597,0,0,0,0 2021-06-23 00:00:00-04:00,59.9199981689453,59.9199981689453,59.9199981689453,59.9199981689453,32.1962611340786,0,0,0,0 2021-06-24 00:00:00-04:00,60.2200012207031,60.2200012207031,60.2200012207031,60.2200012207031,32.3574590127597,0,0,0,0 2021-06-25 00:00:00-04:00,60.8400001525879,60.8400001525879,60.8400001525879,60.8400001525879,32.6905973325829,0,0,0,0 2021-06-28 00:00:00-04:00,60.8699989318848,60.8699989318848,60.8699989318848,60.8699989318848,32.7067163005646,0,0,0,0 2021-06-29 00:00:00-04:00,61.1399993896484,61.1399993896484,61.1399993896484,61.1399993896484,32.851793161548,0,0,0,0 2021-06-30 00:00:00-04:00,61.1399993896484,61.1399993896484,61.1399993896484,61.1399993896484,32.851793161548,0,0,0,0 2021-07-01 00:00:00-04:00,61.5800018310547,61.5800018310547,61.5800018310547,61.5800018310547,33.0882156237651,0,0,0,0 2021-07-02 00:00:00-04:00,62.25,62.25,62.25,62.25,33.4482195734631,0,0,0,0 2021-07-06 00:00:00-04:00,62.2599983215332,62.2599983215332,62.2599983215332,62.2599983215332,33.4535918795516,0,0,0,0 2021-07-07 00:00:00-04:00,62.7299995422363,62.7299995422363,62.7299995422363,62.7299995422363,33.7061333097504,0,0,0,0 2021-07-08 00:00:00-04:00,62.3499984741211,62.3499984741211,62.3499984741211,62.3499984741211,33.5019508332127,0,0,0,0 2021-07-09 00:00:00-04:00,62.7099990844727,62.7099990844727,62.7099990844727,62.7099990844727,33.6953866478572,0,0,0,0 2021-07-12 00:00:00-04:00,62.7799987792969,62.7799987792969,62.7799987792969,62.7799987792969,33.7329989396252,0,0,0,0 2021-07-13 00:00:00-04:00,62.8800010681152,62.8800010681152,62.8800010681152,62.8800010681152,33.786732249091,0,0,0,0 2021-07-14 00:00:00-04:00,63.2400016784668,63.2400016784668,63.2400016784668,63.2400016784668,33.9801680637355,0,0,0,0 2021-07-15 00:00:00-04:00,63.1800003051758,63.1800003051758,63.1800003051758,63.1800003051758,33.947928078056,0,0,0,0 2021-07-16 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,33.8565824768222,0,0,0,0 2021-07-19 00:00:00-04:00,62.0999984741211,62.0999984741211,62.0999984741211,62.0999984741211,33.3676206341225,0,0,0,0 2021-07-20 00:00:00-04:00,62.8800010681152,62.8800010681152,62.8800010681152,62.8800010681152,33.786732249091,0,0,0,0 2021-07-21 00:00:00-04:00,63.1800003051758,63.1800003051758,63.1800003051758,63.1800003051758,33.947928078056,0,0,0,0 2021-07-22 00:00:00-04:00,63.4300003051758,63.4300003051758,63.4300003051758,63.4300003051758,34.0822582771462,0,0,0,0 2021-07-23 00:00:00-04:00,64.3199996948242,64.3199996948242,64.3199996948242,64.3199996948242,34.5604734579528,0,0,0,0 2021-07-26 00:00:00-04:00,64.3499984741211,64.3499984741211,64.3499984741211,64.3499984741211,34.5765924259344,0,0,0,0 2021-07-27 00:00:00-04:00,64.1999969482422,64.1999969482422,64.1999969482422,64.1999969482422,34.4959934865938,0,0,0,0 2021-07-28 00:00:00-04:00,64.0599975585938,64.0599975585938,64.0599975585938,64.0599975585938,34.4207689030579,0,0,0,0 2021-07-29 00:00:00-04:00,64.4100036621094,64.4100036621094,64.4100036621094,64.4100036621094,34.6088344613301,0,0,0,0 2021-07-30 00:00:00-04:00,64.4400024414063,64.4400024414063,64.4400024414063,64.4400024414063,34.6249534293117,0,0,0,0 2021-08-02 00:00:00-04:00,64.4100036621094,64.4100036621094,64.4100036621094,64.4100036621094,34.6088344613301,0,0,0,0 2021-08-03 00:00:00-04:00,64.9400024414063,64.9400024414063,64.9400024414063,64.9400024414063,34.8936138274921,0,0,0,0 2021-08-04 00:00:00-04:00,64.4899978637695,64.4899978637695,64.4899978637695,64.4899978637695,34.6518170094704,0,0,0,0 2021-08-05 00:00:00-04:00,64.5599975585938,64.5599975585938,64.5599975585938,64.5599975585938,34.6894293012383,0,0,0,0 2021-08-06 00:00:00-04:00,64.4499969482422,64.4499969482422,64.4499969482422,64.4499969482422,34.630323685684,0,0,0,0 2021-08-09 00:00:00-04:00,64.2900009155273,64.2900009155273,64.2900009155273,64.2900009155273,34.5443544899711,0,0,0,0 2021-08-10 00:00:00-04:00,64.4300003051758,64.4300003051758,64.4300003051758,64.4300003051758,34.6195790735071,0,0,0,0 2021-08-11 00:00:00-04:00,64.5500030517578,64.5500030517578,64.5500030517578,64.5500030517578,34.684059044866,0,0,0,0 2021-08-12 00:00:00-04:00,64.879997253418,64.879997253418,64.879997253418,64.879997253418,34.8613717920965,0,0,0,0 2021-08-13 00:00:00-04:00,65.25,65.25,65.25,65.25,35.0601819625457,0,0,0,0 2021-08-16 00:00:00-04:00,65.7699966430664,65.7699966430664,65.7699966430664,65.7699966430664,35.3395869729031,0,0,0,0 2021-08-17 00:00:00-04:00,65.6699981689453,65.6699981689453,65.6699981689453,65.6699981689453,35.2858557131535,0,0,0,0 2021-08-18 00:00:00-04:00,64.879997253418,64.879997253418,64.879997253418,64.879997253418,34.8613717920965,0,0,0,0 2021-08-19 00:00:00-04:00,65.2200012207031,65.2200012207031,65.2200012207031,65.2200012207031,35.044062994564,0,0,0,0 2021-08-20 00:00:00-04:00,65.6699981689453,65.6699981689453,65.6699981689453,65.6699981689453,35.2858557131535,0,0,0,0 2021-08-23 00:00:00-04:00,65.9400024414063,65.9400024414063,65.9400024414063,65.9400024414063,35.430934623853,0,0,0,0 2021-08-24 00:00:00-04:00,65.7200012207031,65.7200012207031,65.7200012207031,65.7200012207031,35.3127233927444,0,0,0,0 2021-08-25 00:00:00-04:00,65.629997253418,65.629997253418,65.629997253418,65.629997253418,35.2643623893671,0,0,0,0 2021-08-26 00:00:00-04:00,65.2900009155273,65.2900009155273,65.2900009155273,65.2900009155273,35.081675286332,0,0,0,0 2021-08-27 00:00:00-04:00,65.6600036621094,65.6600036621094,65.6600036621094,65.6600036621094,35.2804854567811,0,0,0,0 2021-08-30 00:00:00-04:00,65.9800033569336,65.9800033569336,65.9800033569336,65.9800033569336,35.4524279476393,0,0,0,0 2021-08-31 00:00:00-04:00,65.870002746582,65.870002746582,65.870002746582,65.870002746582,35.393322332085,0,0,0,0 2021-09-01 00:00:00-04:00,65.9400024414063,65.9400024414063,65.9400024414063,65.9400024414063,35.430934623853,0,0,0,0 2021-09-02 00:00:00-04:00,66.129997253418,66.129997253418,66.129997253418,66.129997253418,35.5330227875476,0,0,0,0 2021-09-03 00:00:00-04:00,66.1800003051758,66.1800003051758,66.1800003051758,66.1800003051758,35.5598904671385,0,0,0,0 2021-09-07 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,35.3180977485491,0,0,0,0 2021-09-08 00:00:00-04:00,66,66,66,66,35.4631725598163,0,0,0,0 2021-09-09 00:00:00-04:00,65.6699981689453,65.6699981689453,65.6699981689453,65.6699981689453,35.2858557131535,0,0,0,0 2021-09-10 00:00:00-04:00,65.0899963378906,65.0899963378906,65.0899963378906,65.0899963378906,35.0623049133576,0,0.165,0,0 2021-09-13 00:00:00-04:00,65.0599975585938,65.0599975585938,65.0599975585938,65.0599975585938,35.0461453434404,0,0,0,0 2021-09-14 00:00:00-04:00,65.0699996948242,65.0699996948242,65.0699996948242,65.0699996948242,35.0515332366656,0,0,0,0 2021-09-15 00:00:00-04:00,65.4000015258789,65.4000015258789,65.4000015258789,65.4000015258789,35.2292967252721,0,0,0,0 2021-09-16 00:00:00-04:00,65.2600021362305,65.2600021362305,65.2600021362305,65.2600021362305,35.1538826591527,0,0,0,0 2021-09-17 00:00:00-04:00,64.5999984741211,64.5999984741211,64.5999984741211,64.5999984741211,34.7983556819397,0,0,0,0 2021-09-20 00:00:00-04:00,63.9099998474121,63.9099998474121,63.9099998474121,63.9099998474121,34.4266711896887,0,0,0,0 2021-09-21 00:00:00-04:00,63.8499984741211,63.8499984741211,63.8499984741211,63.8499984741211,34.394349994975,0,0,0,0 2021-09-22 00:00:00-04:00,64.3099975585938,64.3099975585938,64.3099975585938,64.3099975585938,34.6421396564757,0,0,0,0 2021-09-23 00:00:00-04:00,64.9000015258789,64.9000015258789,64.9000015258789,64.9000015258789,34.959959600629,0,0,0,0 2021-09-24 00:00:00-04:00,64.7799987792969,64.7799987792969,64.7799987792969,64.7799987792969,34.8953172112016,0,0,0,0 2021-09-27 00:00:00-04:00,64.2600021362305,64.2600021362305,64.2600021362305,64.2600021362305,34.6152084098664,0,0,0,0 2021-09-28 00:00:00-04:00,63.0200004577637,63.0200004577637,63.0200004577637,63.0200004577637,33.9472514366046,0,0,0,0 2021-09-29 00:00:00-04:00,63.2200012207031,63.2200012207031,63.2200012207031,63.2200012207031,34.0549866974377,0,0,0,0 2021-09-30 00:00:00-04:00,62.310001373291,62.310001373291,62.310001373291,62.310001373291,33.5647932127824,0,0,0,0 2021-10-01 00:00:00-04:00,62.9099998474121,62.9099998474121,62.9099998474121,62.9099998474121,33.8879969404025,0,0,0,0 2021-10-04 00:00:00-04:00,62.0099983215332,62.0099983215332,62.0099983215332,62.0099983215332,33.4031892940932,0,0,0,0 2021-10-05 00:00:00-04:00,62.6300010681152,62.6300010681152,62.6300010681152,62.6300010681152,33.7371688081637,0,0,0,0 2021-10-06 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,33.9418635433794,0,0,0,0 2021-10-07 00:00:00-04:00,63.5800018310547,63.5800018310547,63.5800018310547,63.5800018310547,34.2489097559614,0,0,0,0 2021-10-08 00:00:00-04:00,63.4500007629395,63.4500007629395,63.4500007629395,63.4500007629395,34.1788815281881,0,0,0,0 2021-10-11 00:00:00-04:00,63.0800018310547,63.0800018310547,63.0800018310547,63.0800018310547,33.9795726313183,0,0,0,0 2021-10-12 00:00:00-04:00,62.939998626709,62.939998626709,62.939998626709,62.939998626709,33.9041565103197,0,0,0,0 2021-10-13 00:00:00-04:00,63.25,63.25,63.25,63.25,34.071146267355,0,0,0,0 2021-10-14 00:00:00-04:00,64.4199981689453,64.4199981689453,64.4199981689453,64.4199981689453,34.7013941526779,0,0,0,0 2021-10-15 00:00:00-04:00,64.8600006103516,64.8600006103516,64.8600006103516,64.8600006103516,34.9384121374865,0,0,0,0 2021-10-18 00:00:00-04:00,64.9599990844727,64.9599990844727,64.9599990844727,64.9599990844727,34.9922787404635,0,0,0,0 2021-10-19 00:00:00-04:00,65.5800018310547,65.5800018310547,65.5800018310547,65.5800018310547,35.3262582545339,0,0,0,0 2021-10-20 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,35.4070602138785,0,0,0,0 2021-10-21 00:00:00-04:00,65.9700012207031,65.9700012207031,65.9700012207031,65.9700012207031,35.5363408829749,0,0,0,0 2021-10-22 00:00:00-04:00,66.1699981689453,66.1699981689453,66.1699981689453,66.1699981689453,35.6440740889288,0,0,0,0 2021-10-25 00:00:00-04:00,66.2600021362305,66.2600021362305,66.2600021362305,66.2600021362305,35.6925569084389,0,0,0,0 2021-10-26 00:00:00-04:00,66.5599975585938,66.5599975585938,66.5599975585938,66.5599975585938,35.8541567173698,0,0,0,0 2021-10-27 00:00:00-04:00,66.370002746582,66.370002746582,66.370002746582,66.370002746582,35.7518114046411,0,0,0,0 2021-10-28 00:00:00-04:00,66.5899963378906,66.5899963378906,66.5899963378906,66.5899963378906,35.870316287287,0,0,0,0 2021-10-29 00:00:00-04:00,66.8199996948242,66.8199996948242,66.8199996948242,66.8199996948242,35.9942131729165,0,0,0,0 2021-11-01 00:00:00-04:00,66.5,66.5,66.5,66.5,35.8218375775353,0,0,0,0 2021-11-02 00:00:00-04:00,67.1500015258789,67.1500015258789,67.1500015258789,67.1500015258789,36.171976661523,0,0,0,0 2021-11-03 00:00:00-04:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,36.3497401501295,0,0,0,0 2021-11-04 00:00:00-04:00,67.6600036621094,67.6600036621094,67.6600036621094,67.6600036621094,36.4467016793913,0,0,0,0 2021-11-05 00:00:00-04:00,68.2799987792969,68.2799987792969,68.2799987792969,68.2799987792969,36.7806770837034,0,0,0,0 2021-11-08 00:00:00-05:00,68.0599975585938,68.0599975585938,68.0599975585938,68.0599975585938,36.6621680912991,0,0,0,0 2021-11-09 00:00:00-05:00,68.0800018310547,68.0800018310547,68.0800018310547,68.0800018310547,36.6729438777495,0,0,0,0 2021-11-10 00:00:00-05:00,67.7799987792969,67.7799987792969,67.7799987792969,67.7799987792969,36.5113399590603,0,0,0,0 2021-11-11 00:00:00-05:00,67.5599975585938,67.5599975585938,67.5599975585938,67.5599975585938,36.392830966656,0,0,0,0 2021-11-12 00:00:00-05:00,68.2300033569336,68.2300033569336,68.2300033569336,68.2300033569336,36.7537458370942,0,0,0,0 2021-11-15 00:00:00-05:00,68.129997253418,68.129997253418,68.129997253418,68.129997253418,36.6998751243588,0,0,0,0 2021-11-16 00:00:00-05:00,68.5599975585938,68.5599975585938,68.5599975585938,68.5599975585938,36.9315052159423,0,0,0,0 2021-11-17 00:00:00-05:00,68.7399978637695,68.7399978637695,68.7399978637695,68.7399978637695,37.0284667452041,0,0,0,0 2021-11-18 00:00:00-05:00,68.8300018310547,68.8300018310547,68.8300018310547,68.8300018310547,37.0769495647142,0,0,0,0 2021-11-19 00:00:00-05:00,69.1399993896484,69.1399993896484,69.1399993896484,69.1399993896484,37.2439372668703,0,0,0,0 2021-11-22 00:00:00-05:00,68.5599975585938,68.5599975585938,68.5599975585938,68.5599975585938,36.9315052159423,0,0,0,0 2021-11-23 00:00:00-05:00,68.6699981689453,68.6699981689453,68.6699981689453,68.6699981689453,36.9907597121444,0,0,0,0 2021-11-24 00:00:00-05:00,68.7200012207031,68.7200012207031,68.7200012207031,68.7200012207031,37.0176950685121,0,0,0,0 2021-11-26 00:00:00-05:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,36.3497401501295,0,0,0,0 2021-11-29 00:00:00-05:00,68.4300003051758,68.4300003051758,68.4300003051758,68.4300003051758,36.8614790430481,0,0,0,0 2021-11-30 00:00:00-05:00,67.0999984741211,67.0999984741211,67.0999984741211,67.0999984741211,36.1450413051553,0,0,0,0 2021-12-01 00:00:00-05:00,67.0899963378906,67.0899963378906,67.0899963378906,67.0899963378906,36.1396534119301,0,0,0,0 2021-12-02 00:00:00-05:00,67.8899993896484,67.8899993896484,67.8899993896484,67.8899993896484,36.5705944552625,0,0,0,0 2021-12-03 00:00:00-05:00,67.8399963378906,67.8399963378906,67.8399963378906,67.8399963378906,36.5436590988948,0,0,0,0 2021-12-06 00:00:00-05:00,68.5299987792969,68.5299987792969,68.5299987792969,68.5299987792969,36.915345646025,0,0,0,0 2021-12-07 00:00:00-05:00,69.629997253418,69.629997253418,69.629997253418,69.629997253418,37.5078864982882,0,0,0,0 2021-12-08 00:00:00-05:00,69.7200012207031,69.7200012207031,69.7200012207031,69.7200012207031,37.5563693177983,0,0,0,0 2021-12-09 00:00:00-05:00,69.5699996948242,69.5699996948242,69.5699996948242,69.5699996948242,37.4755673584537,0,0,0,0 2021-12-10 00:00:00-05:00,70.4000015258789,70.4000015258789,70.4000015258789,70.4000015258789,37.9226679717033,0,0,0,0 2021-12-13 00:00:00-05:00,70.2399978637695,70.2399978637695,70.2399978637695,70.2399978637695,37.8364781191335,0,0,0,0 2021-12-14 00:00:00-05:00,69.4700012207031,69.4700012207031,69.4700012207031,69.4700012207031,37.4217007554768,0,0,0,0 2021-12-15 00:00:00-05:00,66.2099990844727,66.2099990844727,66.2099990844727,66.2099990844727,37.947264276985,0,4.177,0,4.014 2021-12-16 00:00:00-05:00,66.3199996948242,66.3199996948242,66.3199996948242,66.3199996948242,38.0103094709037,0,0,0,0 2021-12-17 00:00:00-05:00,65.3000030517578,65.3000030517578,65.3000030517578,65.3000030517578,37.425713749543,0,0,0,0 2021-12-20 00:00:00-05:00,64.7300033569336,64.7300033569336,64.7300033569336,64.7300033569336,37.0990270049971,0,0,0,0 2021-12-21 00:00:00-05:00,65.5,65.5,65.5,65.5,37.5403389897557,0,0,0,0 2021-12-22 00:00:00-05:00,66.25,66.25,66.25,66.25,37.9701901995621,0,0,0,0 2021-12-23 00:00:00-05:00,66.5500030517578,66.5500030517578,66.5500030517578,66.5500030517578,38.1421324325537,0,0,0,0 2021-12-27 00:00:00-05:00,67.4899978637695,67.4899978637695,67.4899978637695,67.4899978637695,38.6808763087602,0,0,0,0 2021-12-28 00:00:00-05:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,38.6751481076204,0,0,0,0 2021-12-29 00:00:00-05:00,67.7300033569336,67.7300033569336,67.7300033569336,67.7300033569336,38.8184318442226,0,0,0,0 2021-12-30 00:00:00-05:00,67.5199966430664,67.5199966430664,67.5199966430664,67.5199966430664,38.6980696575249,0,0,0,0 2021-12-31 00:00:00-05:00,67.4499969482422,67.4499969482422,67.4499969482422,67.4499969482422,38.6579503861832,0,0,0,0 2022-01-03 00:00:00-05:00,67.129997253418,67.129997253418,67.129997253418,67.129997253418,38.4745473782394,0,0,0,0 2022-01-04 00:00:00-05:00,67.0299987792969,67.0299987792969,67.0299987792969,67.0299987792969,38.4172347581331,0,0,0,0 2022-01-05 00:00:00-05:00,66.0299987792969,66.0299987792969,66.0299987792969,66.0299987792969,37.8440998117246,0,0,0,0 2022-01-06 00:00:00-05:00,65.4300003051758,65.4300003051758,65.4300003051758,65.4300003051758,37.500219718414,0,0,0,0 2022-01-07 00:00:00-05:00,64.8600006103516,64.8600006103516,64.8600006103516,64.8600006103516,37.1735329738681,0,0,0,0 2022-01-10 00:00:00-05:00,64.6100006103516,64.6100006103516,64.6100006103516,64.6100006103516,37.030249237266,0,0,0,0 2022-01-11 00:00:00-05:00,64.9300003051758,64.9300003051758,64.9300003051758,64.9300003051758,37.2136522452098,0,0,0,0 2022-01-12 00:00:00-05:00,65.1100006103516,65.1100006103516,65.1100006103516,65.1100006103516,37.3168167104702,0,0,0,0 2022-01-13 00:00:00-05:00,64.2099990844727,64.2099990844727,64.2099990844727,64.2099990844727,36.800994384168,0,0,0,0 2022-01-14 00:00:00-05:00,63.9500007629395,63.9500007629395,63.9500007629395,63.9500007629395,36.6519802600898,0,0,0,0 2022-01-18 00:00:00-05:00,62.9700012207031,62.9700012207031,62.9700012207031,62.9700012207031,36.0903082749699,0,0,0,0 2022-01-19 00:00:00-05:00,62.7299995422363,62.7299995422363,62.7299995422363,62.7299995422363,35.9527549258438,0,0,0,0 2022-01-20 00:00:00-05:00,62.2099990844727,62.2099990844727,62.2099990844727,62.2099990844727,35.6547244913511,0,0,0,0 2022-01-21 00:00:00-05:00,61.6500015258789,61.6500015258789,61.6500015258789,61.6500015258789,35.3337703206176,0,0,0,0 2022-01-24 00:00:00-05:00,61.7700004577637,61.7700004577637,61.7700004577637,61.7700004577637,35.4025459020124,0,0,0,0 2022-01-25 00:00:00-05:00,61.0299987792969,61.0299987792969,61.0299987792969,61.0299987792969,34.9784250796822,0,0,0,0 2022-01-26 00:00:00-05:00,60.7400016784668,60.7400016784668,60.7400016784668,60.7400016784668,34.8122176068393,0,0,0,0 2022-01-27 00:00:00-05:00,60.7900009155273,60.7900009155273,60.7900009155273,60.7900009155273,34.8408739168925,0,0,0,0 2022-01-28 00:00:00-05:00,62.1399993896484,62.1399993896484,62.1399993896484,62.1399993896484,35.6146052200094,0,0,0,0 2022-01-31 00:00:00-05:00,62.8400001525879,62.8400001525879,62.8400001525879,62.8400001525879,36.0158001197626,0,0,0,0 2022-02-01 00:00:00-05:00,63.060001373291,63.060001373291,63.060001373291,63.060001373291,36.1418905076001,0,0,0,0 2022-02-02 00:00:00-05:00,64.0599975585938,64.0599975585938,64.0599975585938,64.0599975585938,36.7150232676722,0,0,0,0 2022-02-03 00:00:00-05:00,63.0299987792969,63.0299987792969,63.0299987792969,63.0299987792969,36.1246949724991,0,0,0,0 2022-02-04 00:00:00-05:00,62.7799987792969,62.7799987792969,62.7799987792969,62.7799987792969,35.981411235897,0,0,0,0 2022-02-07 00:00:00-05:00,62.4500007629395,62.4500007629395,62.4500007629395,62.4500007629395,35.7922778404771,0,0,0,0 2022-02-08 00:00:00-05:00,62.9000015258789,62.9000015258789,62.9000015258789,62.9000015258789,36.0501890036282,0,0,0,0 2022-02-09 00:00:00-05:00,63.7000007629395,63.7000007629395,63.7000007629395,63.7000007629395,36.5086965234877,0,0,0,0 2022-02-10 00:00:00-05:00,62.3199996948242,62.3199996948242,62.3199996948242,62.3199996948242,35.7177696852698,0,0,0,0 2022-02-11 00:00:00-05:00,61.25,61.25,61.25,61.25,35.1045154675196,0,0,0,0 2022-02-14 00:00:00-05:00,60.9799995422363,60.9799995422363,60.9799995422363,60.9799995422363,34.949768769629,0,0,0,0 2022-02-15 00:00:00-05:00,61.6699981689453,61.6699981689453,61.6699981689453,61.6699981689453,35.3452310955698,0,0,0,0 2022-02-16 00:00:00-05:00,61.7200012207031,61.7200012207031,61.7200012207031,61.7200012207031,35.3738895919592,0,0,0,0 2022-02-17 00:00:00-05:00,60.3899993896484,60.3899993896484,60.3899993896484,60.3899993896484,34.6116190637945,0,0,0,0 2022-02-18 00:00:00-05:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,34.4568723659039,0,0,0,0 2022-02-22 00:00:00-05:00,59.6100006103516,59.6100006103516,59.6100006103516,59.6100006103516,34.1645745052235,0,0,0,0 2022-02-23 00:00:00-05:00,58.7799987792969,58.7799987792969,58.7799987792969,58.7799987792969,33.6888714502631,0,0,0,0 2022-02-24 00:00:00-05:00,59.439998626709,59.439998626709,59.439998626709,59.439998626709,34.0671404274392,0,0,0,0 2022-02-25 00:00:00-05:00,60.7599983215332,60.7599983215332,60.7599983215332,60.7599983215332,34.8236783817915,0,0,0,0 2022-02-28 00:00:00-05:00,60.2299995422363,60.2299995422363,60.2299995422363,60.2299995422363,34.5199175598226,0,0,0,0 2022-03-01 00:00:00-05:00,59.560001373291,59.560001373291,59.560001373291,59.560001373291,34.1359181951704,0,0,0,0 2022-03-02 00:00:00-05:00,60.6500015258789,60.6500015258789,60.6500015258789,60.6500015258789,34.7606353742091,0,0,0,0 2022-03-03 00:00:00-05:00,60.5099983215332,60.5099983215332,60.5099983215332,60.5099983215332,34.6803946451894,0,0,0,0 2022-03-04 00:00:00-05:00,60.3899993896484,60.3899993896484,60.3899993896484,60.3899993896484,34.6116190637945,0,0,0,0 2022-03-07 00:00:00-05:00,58.7900009155273,58.7900009155273,58.7900009155273,58.7900009155273,33.6946040240755,0,0,0,0 2022-03-08 00:00:00-05:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,33.236096504216,0,0,0,0 2022-03-09 00:00:00-05:00,59.3600006103516,59.3600006103516,59.3600006103516,59.3600006103516,34.0212907686214,0,0,0,0 2022-03-10 00:00:00-05:00,58.7900009155273,58.7900009155273,58.7900009155273,58.7900009155273,33.7748306256464,0,0.141,0,0 2022-03-11 00:00:00-05:00,58.1399993896484,58.1399993896484,58.1399993896484,58.1399993896484,33.4014050243351,0,0,0,0 2022-03-14 00:00:00-04:00,57.9599990844727,57.9599990844727,57.9599990844727,57.9599990844727,33.2979949252502,0,0,0,0 2022-03-15 00:00:00-04:00,59.2799987792969,59.2799987792969,59.2799987792969,59.2799987792969,34.0563341908449,0,0,0,0 2022-03-16 00:00:00-04:00,60.3300018310547,60.3300018310547,60.3300018310547,60.3300018310547,34.6595604993542,0,0,0,0 2022-03-17 00:00:00-04:00,60.9199981689453,60.9199981689453,60.9199981689453,60.9199981689453,34.9985131455812,0,0,0,0 2022-03-18 00:00:00-04:00,61.4599990844727,61.4599990844727,61.4599990844727,61.4599990844727,35.308743442836,0,0,0,0 2022-03-21 00:00:00-04:00,61.2400016784668,61.2400016784668,61.2400016784668,61.2400016784668,35.1823550262648,0,0,0,0 2022-03-22 00:00:00-04:00,61.7299995422363,61.7299995422363,61.7299995422363,61.7299995422363,35.4638585914633,0,0,0,0 2022-03-23 00:00:00-04:00,60.8899993896484,60.8899993896484,60.8899993896484,60.8899993896484,34.9812788595811,0,0,0,0 2022-03-24 00:00:00-04:00,61.6100006103516,61.6100006103516,61.6100006103516,61.6100006103516,35.3949192559207,0,0,0,0 2022-03-25 00:00:00-04:00,61.8800010681152,61.8800010681152,61.8800010681152,61.8800010681152,35.5500344045481,0,0,0,0 2022-03-28 00:00:00-04:00,62.4199981689453,62.4199981689453,62.4199981689453,62.4199981689453,35.8602625102609,0,0,0,0 2022-03-29 00:00:00-04:00,63.3199996948242,63.3199996948242,63.3199996948242,63.3199996948242,36.3773130056854,0,0,0,0 2022-03-30 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,36.1992173480298,0,0,0,0 2022-03-31 00:00:00-04:00,62.2200012207031,62.2200012207031,62.2200012207031,62.2200012207031,35.7453643482038,0,0,0,0 2022-04-01 00:00:00-04:00,62.5200004577637,62.5200004577637,62.5200004577637,62.5200004577637,35.9177137828313,0,0,0,0 2022-04-04 00:00:00-04:00,62.7200012207031,62.7200012207031,62.7200012207031,62.7200012207031,36.0326141364303,0,0,0,0 2022-04-05 00:00:00-04:00,62.3600006103516,62.3600006103516,62.3600006103516,62.3600006103516,35.8257939382605,0,0,0,0 2022-04-06 00:00:00-04:00,62.1500015258789,62.1500015258789,62.1500015258789,62.1500015258789,35.7051495531754,0,0,0,0 2022-04-07 00:00:00-04:00,62.4900016784668,62.4900016784668,62.4900016784668,62.4900016784668,35.9004794968312,0,0,0,0 2022-04-08 00:00:00-04:00,62.310001373291,62.310001373291,62.310001373291,62.310001373291,35.7970693977463,0,0,0,0 2022-04-11 00:00:00-04:00,61.1300010681152,61.1300010681152,61.1300010681152,61.1300010681152,35.1191597222083,0,0,0,0 2022-04-12 00:00:00-04:00,60.8499984741211,60.8499984741211,60.8499984741211,60.8499984741211,34.9582983505529,0,0,0,0 2022-04-13 00:00:00-04:00,61.3300018310547,61.3300018310547,61.3300018310547,61.3300018310547,35.2340600758073,0,0,0,0 2022-04-14 00:00:00-04:00,60.7900009155273,60.7900009155273,60.7900009155273,60.7900009155273,34.9238297785526,0,0,0,0 2022-04-18 00:00:00-04:00,60.3600006103516,60.3600006103516,60.3600006103516,60.3600006103516,34.6767947853544,0,0,0,0 2022-04-19 00:00:00-04:00,61.4799995422363,61.4799995422363,61.4799995422363,61.4799995422363,35.3202336973501,0,0,0,0 2022-04-20 00:00:00-04:00,61.8300018310547,61.8300018310547,61.8300018310547,61.8300018310547,35.5213098640338,0,0,0,0 2022-04-21 00:00:00-04:00,61.1599998474121,61.1599998474121,61.1599998474121,61.1599998474121,35.1363940082084,0,0,0,0 2022-04-22 00:00:00-04:00,59.3199996948242,59.3199996948242,59.3199996948242,59.3199996948242,34.0793146998731,0,0,0,0 2022-04-25 00:00:00-04:00,60.0900001525879,60.0900001525879,60.0900001525879,60.0900001525879,34.521679636727,0,0,0,0 2022-04-26 00:00:00-04:00,58.6399993896484,58.6399993896484,58.6399993896484,58.6399993896484,33.6886548125617,0,0,0,0 2022-04-27 00:00:00-04:00,58.8499984741211,58.8499984741211,58.8499984741211,58.8499984741211,33.8092991976467,0,0,0,0 2022-04-28 00:00:00-04:00,60.2799987792969,60.2799987792969,60.2799987792969,60.2799987792969,34.630833767298,0,0,0,0 2022-04-29 00:00:00-04:00,58.2700004577637,58.2700004577637,58.2700004577637,58.2700004577637,33.4760905829058,0,0,0,0 2022-05-02 00:00:00-04:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,33.4588562969056,0,0,0,0 2022-05-03 00:00:00-04:00,58.3300018310547,58.3300018310547,58.3300018310547,58.3300018310547,33.5105613464481,0,0,0,0 2022-05-04 00:00:00-04:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,34.4757186186706,0,0,0,0 2022-05-05 00:00:00-04:00,57.8199996948242,57.8199996948242,57.8199996948242,57.8199996948242,33.2175653351935,0,0,0,0 2022-05-06 00:00:00-04:00,57.5499992370606,57.5499992370606,57.5499992370606,57.5499992370606,33.0624501865661,0,0,0,0 2022-05-09 00:00:00-04:00,56.3699989318848,56.3699989318848,56.3699989318848,56.3699989318848,32.3845405110281,0,0,0,0 2022-05-10 00:00:00-04:00,56.3400001525879,56.3400001525879,56.3400001525879,56.3400001525879,32.367306225028,0,0,0,0 2022-05-11 00:00:00-04:00,55.439998626709,55.439998626709,55.439998626709,55.439998626709,31.8502557296034,0,0,0,0 2022-05-12 00:00:00-04:00,55.4500007629395,55.4500007629395,55.4500007629395,55.4500007629395,31.8560019526314,0,0,0,0 2022-05-13 00:00:00-04:00,56.4599990844727,56.4599990844727,56.4599990844727,56.4599990844727,32.4362455605706,0,0,0,0 2022-05-16 00:00:00-04:00,56.3600006103516,56.3600006103516,56.3600006103516,56.3600006103516,32.3787964795421,0,0,0,0 2022-05-17 00:00:00-04:00,57.2000007629395,57.2000007629395,57.2000007629395,57.2000007629395,32.8613762114243,0,0,0,0 2022-05-18 00:00:00-04:00,55.0699996948242,55.0699996948242,55.0699996948242,55.0699996948242,31.6376914999475,0,0,0,0 2022-05-19 00:00:00-04:00,54.8199996948242,54.8199996948242,54.8199996948242,54.8199996948242,31.4940666058343,0,0,0,0 2022-05-20 00:00:00-04:00,55.1300010681152,55.1300010681152,55.1300010681152,55.1300010681152,31.6721622634898,0,0,0,0 2022-05-23 00:00:00-04:00,56.0699996948242,56.0699996948242,56.0699996948242,56.0699996948242,32.2121910764006,0,0,0,0 2022-05-24 00:00:00-04:00,55.8199996948242,55.8199996948242,55.8199996948242,55.8199996948242,32.0685661822873,0,0,0,0 2022-05-25 00:00:00-04:00,56.0499992370606,56.0499992370606,56.0499992370606,56.0499992370606,32.2007008218865,0,0,0,0 2022-05-26 00:00:00-04:00,57.0099983215332,57.0099983215332,57.0099983215332,57.0099983215332,32.7522198893114,0,0,0,0 2022-05-27 00:00:00-04:00,58.2099990844727,58.2099990844727,58.2099990844727,58.2099990844727,33.4416198193635,0,0,0,0 2022-05-31 00:00:00-04:00,57.8199996948242,57.8199996948242,57.8199996948242,57.8199996948242,33.2175653351935,0,0,0,0 2022-06-01 00:00:00-04:00,57.2000007629395,57.2000007629395,57.2000007629395,57.2000007629395,32.8613762114243,0,0,0,0 2022-06-02 00:00:00-04:00,58.2099990844727,58.2099990844727,58.2099990844727,58.2099990844727,33.4416198193635,0,0,0,0 2022-06-03 00:00:00-04:00,57.3699989318848,57.3699989318848,57.3699989318848,57.3699989318848,32.9590400874812,0,0,0,0 2022-06-06 00:00:00-04:00,57.4700012207031,57.4700012207031,57.4700012207031,57.4700012207031,33.0164913600517,0,0,0,0 2022-06-07 00:00:00-04:00,57.939998626709,57.939998626709,57.939998626709,57.939998626709,33.2865046707361,0,0,0,0 2022-06-08 00:00:00-04:00,57.3899993896484,57.3899993896484,57.3899993896484,57.3899993896484,32.9705303419953,0,0,0,0 2022-06-09 00:00:00-04:00,56.1699981689453,56.1699981689453,56.1699981689453,56.1699981689453,32.2696401574291,0,0,0,0 2022-06-10 00:00:00-04:00,54.8199996948242,54.8199996948242,54.8199996948242,54.8199996948242,31.4940666058343,0,0,0,0 2022-06-13 00:00:00-04:00,53.1800003051758,53.1800003051758,53.1800003051758,53.1800003051758,30.5518876510979,0,0,0,0 2022-06-14 00:00:00-04:00,52.7700004577637,52.7700004577637,52.7700004577637,52.7700004577637,30.3163429124138,0,0,0,0 2022-06-15 00:00:00-04:00,53.5099983215332,53.5099983215332,53.5099983215332,53.5099983215332,30.7414713717256,0,0,0,0 2022-06-16 00:00:00-04:00,51.9000015258789,51.9000015258789,51.9000015258789,51.9000015258789,29.914361325782,0,0.175,0,0 2022-06-17 00:00:00-04:00,52.0299987792969,52.0299987792969,52.0299987792969,52.0299987792969,29.9892897399588,0,0,0,0 2022-06-21 00:00:00-04:00,53.2099990844727,53.2099990844727,53.2099990844727,53.2099990844727,30.6694237371796,0,0,0,0 2022-06-22 00:00:00-04:00,53.4500007629395,53.4500007629395,53.4500007629395,53.4500007629395,30.8077570072638,0,0,0,0 2022-06-23 00:00:00-04:00,54.310001373291,54.310001373291,54.310001373291,54.310001373291,31.3034481101941,0,0,0,0 2022-06-24 00:00:00-04:00,55.9599990844727,55.9599990844727,55.9599990844727,55.9599990844727,32.2544813716168,0,0,0,0 2022-06-27 00:00:00-04:00,55.6699981689453,55.6699981689453,55.6699981689453,55.6699981689453,32.0873293115621,0,0,0,0 2022-06-28 00:00:00-04:00,54.2400016784668,54.2400016784668,54.2400016784668,54.2400016784668,31.2631013644889,0,0,0,0 2022-06-29 00:00:00-04:00,54.5499992370606,54.5499992370606,54.5499992370606,54.5499992370606,31.4417791815456,0,0,0,0 2022-06-30 00:00:00-04:00,54.310001373291,54.310001373291,54.310001373291,54.310001373291,31.3034481101941,0,0,0,0 2022-07-01 00:00:00-04:00,54.8600006103516,54.8600006103516,54.8600006103516,54.8600006103516,31.620459197335,0,0,0,0 2022-07-05 00:00:00-04:00,54.9700012207031,54.9700012207031,54.9700012207031,54.9700012207031,31.6838618545098,0,0,0,0 2022-07-06 00:00:00-04:00,55.4199981689453,55.4199981689453,55.4199981689453,55.4199981689453,31.9432331629769,0,0,0,0 2022-07-07 00:00:00-04:00,55.9099998474121,55.9099998474121,55.9099998474121,55.9099998474121,32.2256625816464,0,0,0,0 2022-07-08 00:00:00-04:00,55.8499984741211,55.8499984741211,55.8499984741211,55.8499984741211,32.1910787144421,0,0,0,0 2022-07-11 00:00:00-04:00,55.310001373291,55.310001373291,55.310001373291,55.310001373291,31.8798327045349,0,0,0,0 2022-07-12 00:00:00-04:00,54.6500015258789,54.6500015258789,54.6500015258789,54.6500015258789,31.4994189602193,0,0,0,0 2022-07-13 00:00:00-04:00,54.4099998474121,54.4099998474121,54.4099998474121,54.4099998474121,31.3610856901351,0,0,0,0 2022-07-14 00:00:00-04:00,54.3899993896484,54.3899993896484,54.3899993896484,54.3899993896484,31.3495577344004,0,0,0,0 2022-07-15 00:00:00-04:00,55.2200012207031,55.2200012207031,55.2200012207031,55.2200012207031,31.827958003095,0,0,0,0 2022-07-18 00:00:00-04:00,54.4700012207031,54.4700012207031,54.4700012207031,54.4700012207031,31.3956695573393,0,0,0,0 2022-07-19 00:00:00-04:00,55.9199981689453,55.9199981689453,55.9199981689453,55.9199981689453,32.2314254601474,0,0,0,0 2022-07-20 00:00:00-04:00,56.0400009155273,56.0400009155273,56.0400009155273,56.0400009155273,32.3005931945558,0,0,0,0 2022-07-21 00:00:00-04:00,56.5900001525879,56.5900001525879,56.5900001525879,56.5900001525879,32.6176042816967,0,0,0,0 2022-07-22 00:00:00-04:00,56.2999992370606,56.2999992370606,56.2999992370606,56.2999992370606,32.450452221642,0,0,0,0 2022-07-25 00:00:00-04:00,56.189998626709,56.189998626709,56.189998626709,56.189998626709,32.3870495644673,0,0,0,0 2022-07-26 00:00:00-04:00,55.8199996948242,55.8199996948242,55.8199996948242,55.8199996948242,32.1737878802064,0,0,0,0 2022-07-27 00:00:00-04:00,57.2799987792969,57.2799987792969,57.2799987792969,57.2799987792969,33.0153088602481,0,0,0,0 2022-07-28 00:00:00-04:00,58.2200012207031,58.2200012207031,58.2200012207031,58.2200012207031,33.5571117861174,0,0,0,0 2022-07-29 00:00:00-04:00,58.5999984741211,58.5999984741211,58.5999984741211,58.5999984741211,33.7761363488794,0,0,0,0 2022-08-01 00:00:00-04:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,33.7069708132037,0,0,0,0 2022-08-02 00:00:00-04:00,58.0699996948242,58.0699996948242,58.0699996948242,58.0699996948242,33.4706532174732,0,0,0,0 2022-08-03 00:00:00-04:00,59.1800003051758,59.1800003051758,59.1800003051758,59.1800003051758,34.1104404689888,0,0,0,0 2022-08-04 00:00:00-04:00,59.1399993896484,59.1399993896484,59.1399993896484,59.1399993896484,34.0873845575193,0,0,0,0 2022-08-05 00:00:00-04:00,59.0299987792969,59.0299987792969,59.0299987792969,59.0299987792969,34.0239819003446,0,0,0,0 2022-08-08 00:00:00-04:00,59.060001373291,59.060001373291,59.060001373291,59.060001373291,34.0412749333131,0,0,0,0 2022-08-09 00:00:00-04:00,58.7900009155273,58.7900009155273,58.7900009155273,58.7900009155273,33.8856508289931,0,0,0,0 2022-08-10 00:00:00-04:00,59.7999992370606,59.7999992370606,59.7999992370606,59.7999992370606,34.4677983018349,0,0,0,0 2022-08-11 00:00:00-04:00,59.5200004577637,59.5200004577637,59.5200004577637,59.5200004577637,34.306411319014,0,0,0,0 2022-08-12 00:00:00-04:00,60.5900001525879,60.5900001525879,60.5900001525879,60.5900001525879,34.92314265906,0,0,0,0 2022-08-15 00:00:00-04:00,60.810001373291,60.810001373291,60.810001373291,60.810001373291,35.0499479734095,0,0,0,0 2022-08-16 00:00:00-04:00,60.9599990844727,60.9599990844727,60.9599990844727,60.9599990844727,35.136404343321,0,0,0,0 2022-08-17 00:00:00-04:00,60.5900001525879,60.5900001525879,60.5900001525879,60.5900001525879,34.92314265906,0,0,0,0 2022-08-18 00:00:00-04:00,60.560001373291,60.560001373291,60.560001373291,60.560001373291,34.9058518248243,0,0,0,0 2022-08-19 00:00:00-04:00,60.0499992370606,60.0499992370606,60.0499992370606,60.0499992370606,34.6118944504201,0,0,0,0 2022-08-22 00:00:00-04:00,58.9900016784668,58.9900016784668,58.9900016784668,58.9900016784668,34.0009281876078,0,0,0,0 2022-08-23 00:00:00-04:00,58.5800018310547,58.5800018310547,58.5800018310547,58.5800018310547,33.7646105918774,0,0,0,0 2022-08-24 00:00:00-04:00,58.7099990844727,58.7099990844727,58.7099990844727,58.7099990844727,33.8395390060541,0,0,0,0 2022-08-25 00:00:00-04:00,59.3600006103516,59.3600006103516,59.3600006103516,59.3600006103516,34.2141898718688,0,0,0,0 2022-08-26 00:00:00-04:00,57.3199996948242,57.3199996948242,57.3199996948242,57.3199996948242,33.0383647717176,0,0,0,0 2022-08-29 00:00:00-04:00,56.9099998474121,56.9099998474121,56.9099998474121,56.9099998474121,32.8020471759872,0,0,0,0 2022-08-30 00:00:00-04:00,56.4500007629395,56.4500007629395,56.4500007629395,56.4500007629395,32.5369107902863,0,0,0,0 2022-08-31 00:00:00-04:00,56.060001373291,56.060001373291,56.060001373291,56.060001373291,32.3121211502906,0,0,0,0 2022-09-01 00:00:00-04:00,56.5099983215332,56.5099983215332,56.5099983215332,56.5099983215332,32.5714924587577,0,0,0,0 2022-09-02 00:00:00-04:00,55.6699981689453,55.6699981689453,55.6699981689453,55.6699981689453,32.0873293115621,0,0,0,0 2022-09-06 00:00:00-04:00,55.5099983215332,55.5099983215332,55.5099983215332,55.5099983215332,31.9951078644169,0,0,0,0 2022-09-07 00:00:00-04:00,56.6800003051758,56.6800003051758,56.6800003051758,56.6800003051758,32.6694789831367,0,0,0,0 2022-09-08 00:00:00-04:00,56.8600006103516,56.8600006103516,56.8600006103516,56.8600006103516,32.850892811087,0,0.134,0,0 2022-09-09 00:00:00-04:00,57.560001373291,57.560001373291,57.560001373291,57.560001373291,33.255318589915,0,0,0,0 2022-09-12 00:00:00-04:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,33.5037514738832,0,0,0,0 2022-09-13 00:00:00-04:00,55.7099990844727,55.7099990844727,55.7099990844727,55.7099990844727,32.1864788741593,0,0,0,0 2022-09-14 00:00:00-04:00,55.8499984741211,55.8499984741211,55.8499984741211,55.8499984741211,32.2673635891363,0,0,0,0 2022-09-15 00:00:00-04:00,55.25,55.25,55.25,55.25,31.9207141809655,0,0,0,0 2022-09-16 00:00:00-04:00,55.0900001525879,55.0900001525879,55.0900001525879,55.0900001525879,31.8282741918571,0,0,0,0 2022-09-19 00:00:00-04:00,55.3699989318848,55.3699989318848,55.3699989318848,55.3699989318848,31.990043621811,0,0,0,0 2022-09-20 00:00:00-04:00,54.6800003051758,54.6800003051758,54.6800003051758,54.6800003051758,31.5913965820203,0,0,0,0 2022-09-21 00:00:00-04:00,53.7900009155273,53.7900009155273,53.7900009155273,53.7900009155273,31.0771990048583,0,0,0,0 2022-09-22 00:00:00-04:00,53.3699989318848,53.3699989318848,53.3699989318848,53.3699989318848,30.8345426559842,0,0,0,0 2022-09-23 00:00:00-04:00,52.9599990844727,52.9599990844727,52.9599990844727,52.9599990844727,30.5976650461474,0,0,0,0 2022-09-26 00:00:00-04:00,52.6199989318848,52.6199989318848,52.6199989318848,52.6199989318848,30.4012297937991,0,0,0,0 2022-09-27 00:00:00-04:00,52.3699989318848,52.3699989318848,52.3699989318848,52.3699989318848,30.2567921730708,0,0,0,0 2022-09-28 00:00:00-04:00,53.1699981689453,53.1699981689453,53.1699981689453,53.1699981689453,30.7189921186129,0,0,0,0 2022-09-29 00:00:00-04:00,52.25,52.25,52.25,52.25,30.1874627322253,0,0,0,0 2022-09-30 00:00:00-04:00,51.3300018310547,51.3300018310547,51.3300018310547,51.3300018310547,29.6559333458377,0,0,0,0 2022-10-03 00:00:00-04:00,52.5499992370606,52.5499992370606,52.5499992370606,52.5499992370606,30.3607874363107,0,0,0,0 2022-10-04 00:00:00-04:00,53.9000015258789,53.9000015258789,53.9000015258789,53.9000015258789,31.1407519106097,0,0,0,0 2022-10-05 00:00:00-04:00,54,54,54,54,31.1985260773237,0,0,0,0 2022-10-06 00:00:00-04:00,53.1500015258789,53.1500015258789,53.1500015258789,53.1500015258789,30.7074390484246,0,0,0,0 2022-10-07 00:00:00-04:00,51.7400016784668,51.7400016784668,51.7400016784668,51.7400016784668,29.8928109556744,0,0,0,0 2022-10-10 00:00:00-04:00,51.5,51.5,51.5,51.5,29.7541498700402,0,0,0,0 2022-10-11 00:00:00-04:00,51.310001373291,51.310001373291,51.310001373291,51.310001373291,29.6443780717062,0,0,0,0 2022-10-12 00:00:00-04:00,51.3199996948242,51.3199996948242,51.3199996948242,51.3199996948242,29.6501546068004,0,0,0,0 2022-10-13 00:00:00-04:00,52.5200004577637,52.5200004577637,52.5200004577637,52.5200004577637,30.3434556270851,0,0,0,0 2022-10-14 00:00:00-04:00,51.4799995422363,51.4799995422363,51.4799995422363,51.4799995422363,29.7425945959088,0,0,0,0 2022-10-17 00:00:00-04:00,52.8300018310547,52.8300018310547,52.8300018310547,52.8300018310547,30.5225590702078,0,0,0,0 2022-10-18 00:00:00-04:00,53.25,53.25,53.25,53.25,30.7652132151387,0,0,0,0 2022-10-19 00:00:00-04:00,52.7599983215332,52.7599983215332,52.7599983215332,52.7599983215332,30.4821145087761,0,0,0,0 2022-10-20 00:00:00-04:00,52.2799987792969,52.2799987792969,52.2799987792969,52.2799987792969,30.2047945414509,0,0,0,0 2022-10-21 00:00:00-04:00,53.3199996948242,53.3199996948242,53.3199996948242,53.3199996948242,30.8056555726272,0,0,0,0 2022-10-24 00:00:00-04:00,53.9500007629395,53.9500007629395,53.9500007629395,53.9500007629395,31.1696389939667,0,0,0,0 2022-10-25 00:00:00-04:00,54.5900001525879,54.5900001525879,54.5900001525879,54.5900001525879,31.5393989504004,0,0,0,0 2022-10-26 00:00:00-04:00,54.2000007629395,54.2000007629395,54.2000007629395,54.2000007629395,31.3140766146951,0,0,0,0 2022-10-27 00:00:00-04:00,53.8899993896484,53.8899993896484,53.8899993896484,53.8899993896484,31.1349731715723,0,0,0,0 2022-10-28 00:00:00-04:00,55.4099998474121,55.4099998474121,55.4099998474121,55.4099998474121,32.0131541700739,0,0,0,0 2022-10-31 00:00:00-04:00,55.0400009155273,55.0400009155273,55.0400009155273,55.0400009155273,31.7993871085,0,0,0,0 2022-11-01 00:00:00-04:00,54.6100006103516,54.6100006103516,54.6100006103516,54.6100006103516,31.5509542245318,0,0,0,0 2022-11-02 00:00:00-04:00,53.0999984741211,53.0999984741211,53.0999984741211,53.0999984741211,30.6785497611244,0,0,0,0 2022-11-03 00:00:00-04:00,52.1800003051758,52.1800003051758,52.1800003051758,52.1800003051758,30.1470203747368,0,0,0,0 2022-11-04 00:00:00-04:00,52.9700012207031,52.9700012207031,52.9700012207031,52.9700012207031,30.6034437851847,0,0,0,0 2022-11-07 00:00:00-05:00,53.560001373291,53.560001373291,53.560001373291,53.560001373291,30.9443166582614,0,0,0,0 2022-11-08 00:00:00-05:00,53.8199996948242,53.8199996948242,53.8199996948242,53.8199996948242,31.0945308140839,0,0,0,0 2022-11-09 00:00:00-05:00,52.9799995422363,52.9799995422363,52.9799995422363,52.9799995422363,30.6092203202789,0,0,0,0 2022-11-10 00:00:00-05:00,55.9099998474121,55.9099998474121,55.9099998474121,55.9099998474121,32.3020294115306,0,0,0,0 2022-11-11 00:00:00-05:00,56.2200012207031,56.2200012207031,56.2200012207031,56.2200012207031,32.4811328546533,0,0,0,0 2022-11-14 00:00:00-05:00,55.7999992370606,55.7999992370606,55.7999992370606,55.7999992370606,32.2384765057792,0,0,0,0 2022-11-15 00:00:00-05:00,56.2400016784668,56.2400016784668,56.2400016784668,56.2400016784668,32.4926881287848,0,0,0,0 2022-11-16 00:00:00-05:00,56.1800003051758,56.1800003051758,56.1800003051758,56.1800003051758,32.4580223063904,0,0,0,0 2022-11-17 00:00:00-05:00,56.060001373291,56.060001373291,56.060001373291,56.060001373291,32.3886928655449,0,0,0,0 2022-11-18 00:00:00-05:00,56.4599990844727,56.4599990844727,56.4599990844727,56.4599990844727,32.6197917363443,0,0,0,0 2022-11-21 00:00:00-05:00,56.4799995422363,56.4799995422363,56.4799995422363,56.4799995422363,32.6313470104758,0,0,0,0 2022-11-22 00:00:00-05:00,57.1300010681152,57.1300010681152,57.1300010681152,57.1300010681152,33.0068857059468,0,0,0,0 2022-11-23 00:00:00-05:00,57.4799995422363,57.4799995422363,57.4799995422363,57.4799995422363,33.2090974933892,0,0,0,0 2022-11-25 00:00:00-05:00,57.5800018310547,57.5800018310547,57.5800018310547,57.5800018310547,33.2668738640464,0,0,0,0 2022-11-28 00:00:00-05:00,56.7599983215332,56.7599983215332,56.7599983215332,56.7599983215332,32.7931164404297,0,0,0,0 2022-11-29 00:00:00-05:00,56.5299987792969,56.5299987792969,56.5299987792969,56.5299987792969,32.6602340938328,0,0,0,0 2022-11-30 00:00:00-05:00,58.3899993896484,58.3899993896484,58.3899993896484,58.3899993896484,33.7348503446827,0,0,0,0 2022-12-01 00:00:00-05:00,58.7400016784668,58.7400016784668,58.7400016784668,58.7400016784668,33.9370643360683,0,0,0,0 2022-12-02 00:00:00-05:00,58.7999992370606,58.7999992370606,58.7999992370606,58.7999992370606,33.9717279545194,0,0,0,0 2022-12-05 00:00:00-05:00,57.8699989318848,57.8699989318848,57.8699989318848,57.8699989318848,33.4344198290945,0,0,0,0 2022-12-06 00:00:00-05:00,57.1500015258789,57.1500015258789,57.1500015258789,57.1500015258789,33.0184409800782,0,0,0,0 2022-12-07 00:00:00-05:00,57.189998626709,57.189998626709,57.189998626709,57.189998626709,33.0415493243979,0,0,0,0 2022-12-08 00:00:00-05:00,57.8400001525879,57.8400001525879,57.8400001525879,57.8400001525879,33.4170880198689,0,0,0,0 2022-12-09 00:00:00-05:00,57.3499984741211,57.3499984741211,57.3499984741211,57.3499984741211,33.1339893135064,0,0,0,0 2022-12-12 00:00:00-05:00,58.2099990844727,58.2099990844727,58.2099990844727,58.2099990844727,33.6308550814428,0,0,0,0 2022-12-13 00:00:00-05:00,58.689998626709,58.689998626709,58.689998626709,58.689998626709,33.908175048768,0,0,0,0 2022-12-14 00:00:00-05:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,33.7868479763026,0,0,0,0 2022-12-15 00:00:00-05:00,55.4599990844727,55.4599990844727,55.4599990844727,55.4599990844727,32.8181615996623,0,1.383,0,1.186 2022-12-16 00:00:00-05:00,54.6100006103516,54.6100006103516,54.6100006103516,54.6100006103516,32.3151794910495,0,0,0,0 2022-12-19 00:00:00-05:00,54.0999984741211,54.0999984741211,54.0999984741211,54.0999984741211,32.0133884200203,0,0,0,0 2022-12-20 00:00:00-05:00,54.1199989318848,54.1199989318848,54.1199989318848,54.1199989318848,32.0252235852888,0,0,0,0 2022-12-21 00:00:00-05:00,55.0999984741211,55.0999984741211,55.0999984741211,55.0999984741211,32.6051331394833,0,0,0,0 2022-12-22 00:00:00-05:00,54.5400009155273,54.5400009155273,54.5400009155273,54.5400009155273,32.2737575412733,0,0,0,0 2022-12-23 00:00:00-05:00,54.7700004577637,54.7700004577637,54.7700004577637,54.7700004577637,32.4098585558705,0,0,0,0 2022-12-27 00:00:00-05:00,54.7299995422363,54.7299995422363,54.7299995422363,54.7299995422363,32.3861882253336,0,0,0,0 2022-12-28 00:00:00-05:00,54.0699996948242,54.0699996948242,54.0699996948242,54.0699996948242,31.995636800781,0,0,0,0 2022-12-29 00:00:00-05:00,54.9500007629395,54.9500007629395,54.9500007629395,54.9500007629395,32.5163727859601,0,0,0,0 2022-12-30 00:00:00-05:00,54.6599998474121,54.6599998474121,54.6599998474121,54.6599998474121,32.3447662755573,0,0,0,0 2023-01-03 00:00:00-05:00,54.6800003051758,54.6800003051758,54.6800003051758,54.6800003051758,32.3566014408258,0,0,0,0 2023-01-04 00:00:00-05:00,54.9300003051758,54.9300003051758,54.9300003051758,54.9300003051758,32.5045376206916,0,0,0,0 2023-01-05 00:00:00-05:00,54.0800018310547,54.0800018310547,54.0800018310547,54.0800018310547,32.0015555120787,0,0,0,0 2023-01-06 00:00:00-05:00,55.3499984741211,55.3499984741211,55.3499984741211,55.3499984741211,32.7530693193491,0,0,0,0 2023-01-09 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,32.6998122043043,0,0,0,0 2023-01-10 00:00:00-05:00,55.3499984741211,55.3499984741211,55.3499984741211,55.3499984741211,32.7530693193491,0,0,0,0 2023-01-11 00:00:00-05:00,56.060001373291,56.060001373291,56.060001373291,56.060001373291,33.1732097857364,0,0,0,0 2023-01-12 00:00:00-05:00,56.0299987792969,56.0299987792969,56.0299987792969,56.0299987792969,33.1554559091701,0,0,0,0 2023-01-13 00:00:00-05:00,56.1199989318848,56.1199989318848,56.1199989318848,56.1199989318848,33.2087130242149,0,0,0,0 2023-01-17 00:00:00-05:00,55.7900009155273,55.7900009155273,55.7900009155273,55.7900009155273,33.0134384406021,0,0,0,0 2023-01-18 00:00:00-05:00,55,55,55,55,32.5459595704678,0,0,0,0 2023-01-19 00:00:00-05:00,54.689998626709,54.689998626709,54.689998626709,54.689998626709,32.3625178947966,0,0,0,0 2023-01-20 00:00:00-05:00,55.5900001525879,55.5900001525879,55.5900001525879,55.5900001525879,32.8950890452441,0,0,0,0 2023-01-23 00:00:00-05:00,55.9300003051758,55.9300003051758,55.9300003051758,55.9300003051758,33.0962823401546,0,0,0,0 2023-01-24 00:00:00-05:00,55.7700004577637,55.7700004577637,55.7700004577637,55.7700004577637,33.0016032753336,0,0,0,0 2023-01-25 00:00:00-05:00,55.5299987792969,55.5299987792969,55.5299987792969,55.5299987792969,32.8595835494386,0,0,0,0 2023-01-26 00:00:00-05:00,55.7799987792969,55.7799987792969,55.7799987792969,55.7799987792969,33.0075197293044,0,0,0,0 2023-01-27 00:00:00-05:00,55.8499984741211,55.8499984741211,55.8499984741211,55.8499984741211,33.0489416790806,0,0,0,0 2023-01-30 00:00:00-05:00,55.2999992370606,55.2999992370606,55.2999992370606,55.2999992370606,32.7234825348413,0,0,0,0 2023-01-31 00:00:00-05:00,56.1199989318848,56.1199989318848,56.1199989318848,56.1199989318848,33.2087130242149,0,0,0,0 2023-02-01 00:00:00-05:00,56.9099998474121,56.9099998474121,56.9099998474121,56.9099998474121,33.6761918943492,0,0,0,0 2023-02-02 00:00:00-05:00,57.5499992370606,57.5499992370606,57.5499992370606,57.5499992370606,34.0549081536332,0,0,0,0 2023-02-03 00:00:00-05:00,56.8699989318848,56.8699989318848,56.8699989318848,56.8699989318848,33.6525215638122,0,0,0,0 2023-02-06 00:00:00-05:00,56.3899993896484,56.3899993896484,56.3899993896484,56.3899993896484,33.3684843693491,0,0,0,0 2023-02-07 00:00:00-05:00,56.9300003051758,56.9300003051758,56.9300003051758,56.9300003051758,33.6880270596177,0,0,0,0 2023-02-08 00:00:00-05:00,56.2299995422363,56.2299995422363,56.2299995422363,56.2299995422363,33.2738053045281,0,0,0,0 2023-02-09 00:00:00-05:00,55.7099990844727,55.7099990844727,55.7099990844727,55.7099990844727,32.9660977795281,0,0,0,0 2023-02-10 00:00:00-05:00,55.8899993896484,55.8899993896484,55.8899993896484,55.8899993896484,33.0726120096176,0,0,0,0 2023-02-13 00:00:00-05:00,56.5400009155273,56.5400009155273,56.5400009155273,56.5400009155273,33.4572469801994,0,0,0,0 2023-02-14 00:00:00-05:00,56.2000007629395,56.2000007629395,56.2000007629395,56.2000007629395,33.2560536852889,0,0,0,0 2023-02-15 00:00:00-05:00,56.439998626709,56.439998626709,56.439998626709,56.439998626709,33.3980711538569,0,0,0,0 2023-02-16 00:00:00-05:00,55.7599983215332,55.7599983215332,55.7599983215332,55.7599983215332,32.9956845640359,0,0,0,0 2023-02-17 00:00:00-05:00,55.7599983215332,55.7599983215332,55.7599983215332,55.7599983215332,32.9956845640359,0,0,0,0 2023-02-21 00:00:00-05:00,54.6800003051758,54.6800003051758,54.6800003051758,54.6800003051758,32.3566014408258,0,0,0,0 2023-02-22 00:00:00-05:00,54.6199989318848,54.6199989318848,54.6199989318848,54.6199989318848,32.3210959450203,0,0,0,0 2023-02-23 00:00:00-05:00,54.7400016784668,54.7400016784668,54.7400016784668,54.7400016784668,32.3921069366313,0,0,0,0 2023-02-24 00:00:00-05:00,54.1599998474121,54.1599998474121,54.1599998474121,54.1599998474121,32.0488939158258,0,0,0,0 2023-02-27 00:00:00-05:00,54.1699981689453,54.1699981689453,54.1699981689453,54.1699981689453,32.0548103697965,0,0,0,0 2023-02-28 00:00:00-05:00,53.9599990844727,53.9599990844727,53.9599990844727,53.9599990844727,31.9305445204678,0,0,0,0 2023-03-01 00:00:00-05:00,53.6500015258789,53.6500015258789,53.6500015258789,53.6500015258789,31.7471051021235,0,0,0,0 2023-03-02 00:00:00-05:00,54.1699981689453,54.1699981689453,54.1699981689453,54.1699981689453,32.0548103697965,0,0,0,0 2023-03-03 00:00:00-05:00,54.939998626709,54.939998626709,54.939998626709,54.939998626709,32.5104540746623,0,0,0,0 2023-03-06 00:00:00-05:00,55.0800018310547,55.0800018310547,55.0800018310547,55.0800018310547,32.5933002315418,0,0,0,0 2023-03-07 00:00:00-05:00,54.3499984741211,54.3499984741211,54.3499984741211,54.3499984741211,32.161324599886,0,0,0,0 2023-03-08 00:00:00-05:00,54.4599990844727,54.4599990844727,54.4599990844727,54.4599990844727,32.2264168801993,0,0,0,0 2023-03-09 00:00:00-05:00,53.8400001525879,53.8400001525879,53.8400001525879,53.8400001525879,31.8595357861838,0,0,0,0 2023-03-10 00:00:00-05:00,53.1699981689453,53.1699981689453,53.1699981689453,53.1699981689453,31.4630656503335,0,0,0,0 2023-03-13 00:00:00-04:00,53.4000015258789,53.4000015258789,53.4000015258789,53.4000015258789,31.5991689222577,0,0,0,0 2023-03-14 00:00:00-04:00,54.1199989318848,54.1199989318848,54.1199989318848,54.1199989318848,32.0252235852888,0,0,0,0 2023-03-15 00:00:00-04:00,54.1300010681152,54.1300010681152,54.1300010681152,54.1300010681152,32.0311422965865,0,0,0,0 2023-03-16 00:00:00-04:00,54.7900009155273,54.7900009155273,54.7900009155273,54.7900009155273,32.5232349477734,0,0.169,0,0 2023-03-17 00:00:00-04:00,54.5099983215332,54.5099983215332,54.5099983215332,54.5099983215332,32.3570259680638,0,0,0,0 2023-03-20 00:00:00-04:00,54.8699989318848,54.8699989318848,54.8699989318848,54.8699989318848,32.5707216102642,0,0,0,0 2023-03-21 00:00:00-04:00,55.439998626709,55.439998626709,55.439998626709,55.439998626709,32.9090722889493,0,0,0,0 2023-03-22 00:00:00-04:00,54.6199989318848,54.6199989318848,54.6199989318848,54.6199989318848,32.4223221103358,0,0,0,0 2023-03-23 00:00:00-04:00,55.1100006103516,55.1100006103516,55.1100006103516,55.1100006103516,32.71318612653,0,0,0,0 2023-03-24 00:00:00-04:00,55.4799995422363,55.4799995422363,55.4799995422363,55.4799995422363,32.9328167523931,0,0,0,0 2023-03-27 00:00:00-04:00,55.310001373291,55.310001373291,55.310001373291,55.310001373291,32.8319061793521,0,0,0,0 2023-03-28 00:00:00-04:00,55.1599998474121,55.1599998474121,55.1599998474121,55.1599998474121,32.7428655736364,0,0,0,0 2023-03-29 00:00:00-04:00,55.8800010681152,55.8800010681152,55.8800010681152,55.8800010681152,33.1702568580373,0,0,0,0 2023-03-30 00:00:00-04:00,56.2200012207031,56.2200012207031,56.2200012207031,56.2200012207031,33.3720802685158,0,0,0,0 2023-03-31 00:00:00-04:00,57.0099983215332,57.0099983215332,57.0099983215332,57.0099983215332,33.8410209673482,0,0,0,0 2023-04-03 00:00:00-04:00,57.189998626709,57.189998626709,57.189998626709,57.189998626709,33.9478687884484,0,0,0,0 2023-04-04 00:00:00-04:00,57.0200004577637,57.0200004577637,57.0200004577637,57.0200004577637,33.8469582154075,0,0,0,0 2023-04-05 00:00:00-04:00,56.9900016784668,56.9900016784668,56.9900016784668,56.9900016784668,33.829151000023,0,0,0,0 2023-04-06 00:00:00-04:00,57.2900009155273,57.2900009155273,57.2900009155273,57.2900009155273,34.0072299470578,0,0,0,0 2023-04-10 00:00:00-04:00,57.1599998474121,57.1599998474121,57.1599998474121,57.1599998474121,33.930061573064,0,0,0,0 2023-04-11 00:00:00-04:00,57.2700004577637,57.2700004577637,57.2700004577637,57.2700004577637,33.995357715336,0,0,0,0 2023-04-12 00:00:00-04:00,57.0900001525879,57.0900001525879,57.0900001525879,57.0900001525879,33.8885098942357,0,0,0,0 2023-04-13 00:00:00-04:00,57.8400001525879,57.8400001525879,57.8400001525879,57.8400001525879,34.3337083940211,0,0,0,0 2023-04-14 00:00:00-04:00,57.5499992370606,57.5499992370606,57.5499992370606,57.5499992370606,34.1615644306489,0,0,0,0 2023-04-17 00:00:00-04:00,57.6300010681152,57.6300010681152,57.6300010681152,57.6300010681152,34.2090533575364,0,0,0,0 2023-04-18 00:00:00-04:00,57.5200004577637,57.5200004577637,57.5200004577637,57.5200004577637,34.1437572152644,0,0,0,0 2023-04-19 00:00:00-04:00,57.4500007629395,57.4500007629395,57.4500007629395,57.4500007629395,34.1022055364362,0,0,0,0 2023-04-20 00:00:00-04:00,57.5499992370606,57.5499992370606,57.5499992370606,57.5499992370606,34.1615644306489,0,0,0,0 2023-04-21 00:00:00-04:00,57.6500015258789,57.6500015258789,57.6500015258789,57.6500015258789,34.2209255892583,0,0,0,0 2023-04-24 00:00:00-04:00,57.6800003051758,57.6800003051758,57.6800003051758,57.6800003051758,34.2387328046427,0,0,0,0 2023-04-25 00:00:00-04:00,56.9300003051758,56.9300003051758,56.9300003051758,56.9300003051758,33.7935343048574,0,0,0,0 2023-04-26 00:00:00-04:00,56.810001373291,56.810001373291,56.810001373291,56.810001373291,33.7223031789228,0,0,0,0 2023-04-27 00:00:00-04:00,57.7599983215332,57.7599983215332,57.7599983215332,57.7599983215332,34.2862194671336,0,0,0,0 2023-04-28 00:00:00-04:00,58.2900009155273,58.2900009155273,58.2900009155273,58.2900009155273,34.6008279467716,0,0,0,0 2023-05-01 00:00:00-04:00,58.3499984741211,58.3499984741211,58.3499984741211,58.3499984741211,34.6364423775406,0,0,0,0 2023-05-02 00:00:00-04:00,57.9300003051758,57.9300003051758,57.9300003051758,57.9300003051758,34.3871323045712,0,0,0,0 2023-05-03 00:00:00-04:00,57.4500007629395,57.4500007629395,57.4500007629395,57.4500007629395,34.1022055364362,0,0,0,0 2023-05-04 00:00:00-04:00,57.0999984741211,57.0999984741211,57.0999984741211,57.0999984741211,33.8944448778983,0,0,0,0 2023-05-05 00:00:00-04:00,57.810001373291,57.810001373291,57.810001373291,57.810001373291,34.3159011786366,0,0,0,0 2023-05-08 00:00:00-04:00,57.7999992370606,57.7999992370606,57.7999992370606,57.7999992370606,34.3099639305773,0,0,0,0 2023-05-09 00:00:00-04:00,57.5200004577637,57.5200004577637,57.5200004577637,57.5200004577637,34.1437572152644,0,0,0,0 2023-05-10 00:00:00-04:00,57.9199981689453,57.9199981689453,57.9199981689453,57.9199981689453,34.3811950565119,0,0,0,0 2023-05-11 00:00:00-04:00,57.8899993896484,57.8899993896484,57.8899993896484,57.8899993896484,34.3633878411274,0,0,0,0 2023-05-12 00:00:00-04:00,58.0099983215332,58.0099983215332,58.0099983215332,58.0099983215332,34.434618967062,0,0,0,0 2023-05-15 00:00:00-04:00,58,58,58,58,34.4286839833994,0,0,0,0 2023-05-16 00:00:00-04:00,57.7000007629395,57.7000007629395,57.7000007629395,57.7000007629395,34.2506050363646,0,0,0,0 2023-05-17 00:00:00-04:00,58.0299987792969,58.0299987792969,58.0299987792969,58.0299987792969,34.4464911987839,0,0,0,0 2023-05-18 00:00:00-04:00,58.4599990844727,58.4599990844727,58.4599990844727,58.4599990844727,34.7017385198126,0,0,0,0 2023-05-19 00:00:00-04:00,58.3600006103516,58.3600006103516,58.3600006103516,58.3600006103516,34.6423796255998,0,0,0,0 2023-05-22 00:00:00-04:00,58.3199996948242,58.3199996948242,58.3199996948242,58.3199996948242,34.6186351621561,0,0,0,0 2023-05-23 00:00:00-04:00,57.5699996948242,57.5699996948242,57.5699996948242,57.5699996948242,34.1734366623708,0,0,0,0 2023-05-24 00:00:00-04:00,57,57,57,57,33.8350859836856,0,0,0,0 2023-05-25 00:00:00-04:00,57.1100006103516,57.1100006103516,57.1100006103516,57.1100006103516,33.9003821259576,0,0,0,0 2023-05-26 00:00:00-04:00,57.6699981689453,57.6699981689453,57.6699981689453,57.6699981689453,34.2327955565835,0,0,0,0 2023-05-30 00:00:00-04:00,57.4000015258789,57.4000015258789,57.4000015258789,57.4000015258789,34.0725260893298,0,0,0,0 2023-05-31 00:00:00-04:00,57.3699989318848,57.3699989318848,57.3699989318848,57.3699989318848,34.0547166095487,0,0,0,0 2023-06-01 00:00:00-04:00,57.7900009155273,57.7900009155273,57.7900009155273,57.7900009155273,34.3040289469147,0,0,0,0 2023-06-02 00:00:00-04:00,58.5900001525879,58.5900001525879,58.5900001525879,58.5900001525879,34.7789068938064,0,0,0,0 2023-06-05 00:00:00-04:00,58.4900016784668,58.4900016784668,58.4900016784668,58.4900016784668,34.7195479995937,0,0,0,0 2023-06-06 00:00:00-04:00,58.4599990844727,58.4599990844727,58.4599990844727,58.4599990844727,34.7017385198126,0,0,0,0 2023-06-07 00:00:00-04:00,58.060001373291,58.060001373291,58.060001373291,58.060001373291,34.464300678565,0,0,0,0 2023-06-08 00:00:00-04:00,58.1399993896484,58.1399993896484,58.1399993896484,58.1399993896484,34.5940121699663,0,0.138,0,0 2023-06-09 00:00:00-04:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,34.6535147573884,0,0,0,0 2023-06-12 00:00:00-04:00,58.75,58.75,58.75,58.75,34.9569700089707,0,0,0,0 2023-06-13 00:00:00-04:00,59,59,59,59,35.1057230728387,0,0,0,0 2023-06-14 00:00:00-04:00,59.1500015258789,59.1500015258789,59.1500015258789,59.1500015258789,35.1949758190761,0,0,0,0 2023-06-15 00:00:00-04:00,59.9700012207031,59.9700012207031,59.9700012207031,59.9700012207031,35.6828856869797,0,0,0,0 2023-06-16 00:00:00-04:00,59.7999992370606,59.7999992370606,59.7999992370606,59.7999992370606,35.5817324232579,0,0,0,0 2023-06-20 00:00:00-04:00,59.5099983215332,59.5099983215332,59.5099983215332,59.5099983215332,35.409178324421,0,0,0,0 2023-06-21 00:00:00-04:00,59.2999992370606,59.2999992370606,59.2999992370606,59.2999992370606,35.2842262955219,0,0,0,0 2023-06-22 00:00:00-04:00,59.5499992370606,59.5499992370606,59.5499992370606,59.5499992370606,35.4329793593899,0,0,0,0 2023-06-23 00:00:00-04:00,59.0400009155273,59.0400009155273,59.0400009155273,59.0400009155273,35.1295241078076,0,0,0,0 2023-06-26 00:00:00-04:00,58.810001373291,58.810001373291,58.810001373291,58.810001373291,34.992671561424,0,0,0,0 2023-06-27 00:00:00-04:00,59.4300003051758,59.4300003051758,59.4300003051758,59.4300003051758,35.3615785242749,0,0,0,0 2023-06-28 00:00:00-04:00,59.3800010681152,59.3800010681152,59.3800010681152,59.3800010681152,35.3318283654597,0,0,0,0 2023-06-29 00:00:00-04:00,59.6500015258789,59.6500015258789,59.6500015258789,59.6500015258789,35.492481946812,0,0,0,0 2023-06-30 00:00:00-04:00,60.2299995422363,60.2299995422363,60.2299995422363,60.2299995422363,35.8375878746941,0,0,0,0 2023-07-03 00:00:00-04:00,59.9099998474121,59.9099998474121,59.9099998474121,59.9099998474121,35.6471841345264,0,0,0,0 2023-07-05 00:00:00-04:00,59.7900009155273,59.7900009155273,59.7900009155273,59.7900009155273,35.5757832994114,0,0,0,0 2023-07-06 00:00:00-04:00,59.4000015258789,59.4000015258789,59.4000015258789,59.4000015258789,35.3437288829441,0,0,0,0 2023-07-07 00:00:00-04:00,58.939998626709,58.939998626709,58.939998626709,58.939998626709,35.0700215203854,0,0,0,0 2023-07-10 00:00:00-04:00,59.2900009155273,59.2900009155273,59.2900009155273,59.2900009155273,35.2782771716755,0,0,0,0 2023-07-11 00:00:00-04:00,59.4900016784668,59.4900016784668,59.4900016784668,59.4900016784668,35.3972800767282,0,0,0,0 2023-07-12 00:00:00-04:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,35.5995843343803,0,0,0,0 2023-07-13 00:00:00-04:00,60.2700004577637,60.2700004577637,60.2700004577637,60.2700004577637,35.8613889096629,0,0,0,0 2023-07-14 00:00:00-04:00,60.6699981689453,60.6699981689453,60.6699981689453,60.6699981689453,36.0993924499767,0,0,0,0 2023-07-17 00:00:00-04:00,60.7700004577637,60.7700004577637,60.7700004577637,60.7700004577637,36.1588950373989,0,0,0,0 2023-07-18 00:00:00-04:00,61.0699996948242,61.0699996948242,61.0699996948242,61.0699996948242,36.3373982600821,0,0,0,0 2023-07-19 00:00:00-04:00,61.0800018310547,61.0800018310547,61.0800018310547,61.0800018310547,36.3433496537201,0,0,0,0 2023-07-20 00:00:00-04:00,60.7900009155273,60.7900009155273,60.7900009155273,60.7900009155273,36.1707955548833,0,0,0,0 2023-07-21 00:00:00-04:00,61.0499992370606,61.0499992370606,61.0499992370606,61.0499992370606,36.3254977425977,0,0,0,0 2023-07-24 00:00:00-04:00,61.1800003051758,61.1800003051758,61.1800003051758,61.1800003051758,36.4028499713506,0,0,0,0 2023-07-25 00:00:00-04:00,61.4900016784668,61.4900016784668,61.4900016784668,61.4900016784668,36.5873045876719,0,0,0,0 2023-07-26 00:00:00-04:00,61.5200004577637,61.5200004577637,61.5200004577637,61.5200004577637,36.6051542290027,0,0,0,0 2023-07-27 00:00:00-04:00,61.0400009155273,61.0400009155273,61.0400009155273,61.0400009155273,36.3195486187513,0,0,0,0 2023-07-28 00:00:00-04:00,61.4900016784668,61.4900016784668,61.4900016784668,61.4900016784668,36.5873045876719,0,0,0,0 2023-07-31 00:00:00-04:00,61.4099998474121,61.4099998474121,61.4099998474121,61.4099998474121,36.5397025177342,0,0,0,0 2023-08-01 00:00:00-04:00,61.2700004577637,61.2700004577637,61.2700004577637,61.2700004577637,36.4564011651348,0,0,0,0 2023-08-02 00:00:00-04:00,60.6800003051758,60.6800003051758,60.6800003051758,60.6800003051758,36.1053438436147,0,0,0,0 2023-08-03 00:00:00-04:00,60.5999984741211,60.5999984741211,60.5999984741211,60.5999984741211,36.057741773677,0,0,0,0 2023-08-04 00:00:00-04:00,60.1800003051758,60.1800003051758,60.1800003051758,60.1800003051758,35.8078377158788,0,0,0,0 2023-08-07 00:00:00-04:00,60.8400001525879,60.8400001525879,60.8400001525879,60.8400001525879,36.2005457136986,0,0,0,0 2023-08-08 00:00:00-04:00,60.5200004577637,60.5200004577637,60.5200004577637,60.5200004577637,36.0101419735309,0,0,0,0 2023-08-09 00:00:00-04:00,60.3199996948242,60.3199996948242,60.3199996948242,60.3199996948242,35.8911390684782,0,0,0,0 2023-08-10 00:00:00-04:00,60.4099998474121,60.4099998474121,60.4099998474121,60.4099998474121,35.9446902622623,0,0,0,0 2023-08-11 00:00:00-04:00,60.3699989318848,60.3699989318848,60.3699989318848,60.3699989318848,35.9208892272935,0,0,0,0 2023-08-14 00:00:00-04:00,60.6599998474121,60.6599998474121,60.6599998474121,60.6599998474121,36.0934433261303,0,0,0,0 2023-08-15 00:00:00-04:00,60.060001373291,60.060001373291,60.060001373291,60.060001373291,35.7364368807638,0,0,0,0 2023-08-16 00:00:00-04:00,59.8400001525879,59.8400001525879,59.8400001525879,59.8400001525879,35.6055334582267,0,0,0,0 2023-08-17 00:00:00-04:00,59.3800010681152,59.3800010681152,59.3800010681152,59.3800010681152,35.3318283654597,0,0,0,0 2023-08-18 00:00:00-04:00,59.3300018310547,59.3300018310547,59.3300018310547,59.3300018310547,35.3020782066444,0,0,0,0 2023-08-21 00:00:00-04:00,59.3300018310547,59.3300018310547,59.3300018310547,59.3300018310547,35.3020782066444,0,0,0,0 2023-08-22 00:00:00-04:00,59.25,59.25,59.25,59.25,35.2544761367067,0,0,0,0 2023-08-23 00:00:00-04:00,59.810001373291,59.810001373291,59.810001373291,59.810001373291,35.5876838168959,0,0,0,0 2023-08-24 00:00:00-04:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,35.2485270128603,0,0,0,0 2023-08-25 00:00:00-04:00,59.8800010681152,59.8800010681152,59.8800010681152,59.8800010681152,35.6293344931956,0,0,0,0 2023-08-28 00:00:00-04:00,60.1500015258789,60.1500015258789,60.1500015258789,60.1500015258789,35.789988074548,0,0,0,0 2023-08-29 00:00:00-04:00,60.9300003051758,60.9300003051758,60.9300003051758,60.9300003051758,36.2540969074827,0,0,0,0 2023-08-30 00:00:00-04:00,61.1300010681152,61.1300010681152,61.1300010681152,61.1300010681152,36.3730998125354,0,0,0,0 2023-08-31 00:00:00-04:00,60.7900009155273,60.7900009155273,60.7900009155273,60.7900009155273,36.1707955548833,0,0,0,0 2023-09-01 00:00:00-04:00,61,61,61,61,36.2957475837824,0,0,0,0 2023-09-05 00:00:00-04:00,60.7900009155273,60.7900009155273,60.7900009155273,60.7900009155273,36.1707955548833,0,0,0,0 2023-09-06 00:00:00-04:00,60.4799995422363,60.4799995422363,60.4799995422363,60.4799995422363,35.986340938562,0,0,0,0 2023-09-07 00:00:00-04:00,60.4000015258789,60.4000015258789,60.4000015258789,60.4000015258789,35.9387411384159,0,0,0,0 2023-09-08 00:00:00-04:00,60.3699989318848,60.3699989318848,60.3699989318848,60.3699989318848,35.9208892272935,0,0,0,0 2023-09-11 00:00:00-04:00,60.689998626709,60.689998626709,60.689998626709,60.689998626709,36.1112929674611,0,0,0,0 2023-09-12 00:00:00-04:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,35.8435392683321,0,0,0,0 2023-09-13 00:00:00-04:00,60.3600006103516,60.3600006103516,60.3600006103516,60.3600006103516,35.9149401034471,0,0,0,0 2023-09-14 00:00:00-04:00,60.5400009155273,60.5400009155273,60.5400009155273,60.5400009155273,36.1357900064527,0,0.19,0,0 2023-09-15 00:00:00-04:00,59.8699989318848,59.8699989318848,59.8699989318848,59.8699989318848,35.7358717603563,0,0,0,0 2023-09-18 00:00:00-04:00,59.9700012207031,59.9700012207031,59.9700012207031,59.9700012207031,35.7955622402746,0,0,0,0 2023-09-19 00:00:00-04:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,35.7119978453479,0,0,0,0 2023-09-20 00:00:00-04:00,59.3600006103516,59.3600006103516,59.3600006103516,59.3600006103516,35.4314582821292,0,0,0,0 2023-09-21 00:00:00-04:00,58.4500007629395,58.4500007629395,58.4500007629395,58.4500007629395,34.8882874381467,0,0,0,0 2023-09-22 00:00:00-04:00,58.5099983215332,58.5099983215332,58.5099983215332,58.5099983215332,34.9240994491387,0,0,0,0 2023-09-25 00:00:00-04:00,58.5999984741211,58.5999984741211,58.5999984741211,58.5999984741211,34.9778197425857,0,0,0,0 2023-09-26 00:00:00-04:00,57.6500015258789,57.6500015258789,57.6500015258789,57.6500015258789,34.4107749835949,0,0,0,0 2023-09-27 00:00:00-04:00,57.5299987792969,57.5299987792969,57.5299987792969,57.5299987792969,34.3391464076928,0,0,0,0 2023-09-28 00:00:00-04:00,57.7200012207031,57.7200012207031,57.7200012207031,57.7200012207031,34.4525571810582,0,0,0,0 2023-09-29 00:00:00-04:00,57.7999992370606,57.7999992370606,57.7999992370606,57.7999992370606,34.5003072880339,0,0,0,0 2023-10-02 00:00:00-04:00,58.0200004577637,58.0200004577637,58.0200004577637,58.0200004577637,34.6316240668953,0,0,0,0 2023-10-03 00:00:00-04:00,57.4199981689453,57.4199981689453,57.4199981689453,57.4199981689453,34.2734880182622,0,0,0,0 2023-10-04 00:00:00-04:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,34.6137180613993,0,0,0,0 2023-10-05 00:00:00-04:00,57.8199996948242,57.8199996948242,57.8199996948242,57.8199996948242,34.5122453840176,0,0,0,0 2023-10-06 00:00:00-04:00,58.4099998474121,58.4099998474121,58.4099998474121,58.4099998474121,34.8644112461793,0,0,0,0 2023-10-09 00:00:00-04:00,58.6399993896484,58.6399993896484,58.6399993896484,58.6399993896484,35.001695934553,0,0,0,0 2023-10-10 00:00:00-04:00,58.9000015258789,58.9000015258789,58.9000015258789,58.9000015258789,35.1568889053817,0,0,0,0 2023-10-11 00:00:00-04:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,35.1330127134144,0,0,0,0 2023-10-12 00:00:00-04:00,58.3899993896484,58.3899993896484,58.3899993896484,58.3899993896484,34.8524731501957,0,0,0,0 2023-10-13 00:00:00-04:00,58.2200012207031,58.2200012207031,58.2200012207031,58.2200012207031,34.751002749773,0,0,0,0 2023-10-16 00:00:00-04:00,58.8699989318848,58.8699989318848,58.8699989318848,58.8699989318848,35.1389806229267,0,0,0,0 2023-10-17 00:00:00-04:00,58.8800010681152,58.8800010681152,58.8800010681152,58.8800010681152,35.1449508093981,0,0,0,0 2023-10-18 00:00:00-04:00,58.3499984741211,58.3499984741211,58.3499984741211,58.3499984741211,34.8285969582283,0,0,0,0 2023-10-19 00:00:00-04:00,58.0699996948242,58.0699996948242,58.0699996948242,58.0699996948242,34.6614681683749,0,0,0,0 2023-10-20 00:00:00-04:00,57.4000015258789,57.4000015258789,57.4000015258789,57.4000015258789,34.2615521992375,0,0,0,0 2023-10-23 00:00:00-04:00,57.2799987792969,57.2799987792969,57.2799987792969,57.2799987792969,34.1899236233355,0,0,0,0 2023-10-24 00:00:00-04:00,57.560001373291,57.560001373291,57.560001373291,57.560001373291,34.3570546901478,0,0,0,0 2023-10-25 00:00:00-04:00,56.75,56.75,56.75,56.75,33.8735720491247,0,0,0,0 2023-10-26 00:00:00-04:00,56.1100006103516,56.1100006103516,56.1100006103516,56.1100006103516,33.4915620854833,0,0,0,0 2023-10-27 00:00:00-04:00,55.7200012207031,55.7200012207031,55.7200012207031,55.7200012207031,33.2587749061992,0,0,0,0 2023-10-30 00:00:00-04:00,56.4799995422363,56.4799995422363,56.4799995422363,56.4799995422363,33.7124111687837,0,0,0,0 2023-10-31 00:00:00-04:00,56.9700012207031,56.9700012207031,56.9700012207031,56.9700012207031,34.0048888279861,0,0,0,0 2023-11-01 00:00:00-04:00,57.1399993896484,57.1399993896484,57.1399993896484,57.1399993896484,34.1063592284088,0,0,0,0 2023-11-02 00:00:00-04:00,58.4500007629395,58.4500007629395,58.4500007629395,58.4500007629395,34.8882874381467,0,0,0,0 2023-11-03 00:00:00-04:00,58.8899993896484,58.8899993896484,58.8899993896484,58.8899993896484,35.1509187189104,0,0,0,0 2023-11-06 00:00:00-05:00,59.0699996948242,59.0699996948242,59.0699996948242,59.0699996948242,35.2583593058045,0,0,0,0 2023-11-07 00:00:00-05:00,59.4000015258789,59.4000015258789,59.4000015258789,59.4000015258789,35.4553344740965,0,0,0,0 2023-11-08 00:00:00-05:00,59.6599998474121,59.6599998474121,59.6599998474121,59.6599998474121,35.6105251679662,0,0,0,0 2023-11-09 00:00:00-05:00,59.1699981689453,59.1699981689453,59.1699981689453,59.1699981689453,35.3180475087638,0,0,0,0 2023-11-10 00:00:00-05:00,59.9700012207031,59.9700012207031,59.9700012207031,59.9700012207031,35.7955622402746,0,0,0,0 2023-11-13 00:00:00-05:00,59.8199996948242,59.8199996948242,59.8199996948242,59.8199996948242,35.7060276588766,0,0,0,0 2023-11-14 00:00:00-05:00,60.6599998474121,60.6599998474121,60.6599998474121,60.6599998474121,36.2074163053957,0,0,0,0 2023-11-15 00:00:00-05:00,60.8699989318848,60.8699989318848,60.8699989318848,60.8699989318848,36.3327628977858,0,0,0,0 2023-11-16 00:00:00-05:00,61.2900009155273,61.2900009155273,61.2900009155273,61.2900009155273,36.5834583595248,0,0,0,0 2023-11-17 00:00:00-05:00,61.0999984741211,61.0999984741211,61.0999984741211,61.0999984741211,36.4700475861595,0,0,0,0 2023-11-20 00:00:00-05:00,61.4799995422363,61.4799995422363,61.4799995422363,61.4799995422363,36.6968668559312,0,0,0,0 2023-11-21 00:00:00-05:00,61.5499992370606,61.5499992370606,61.5499992370606,61.5499992370606,36.7386490533946,0,0,0,0 2023-11-22 00:00:00-05:00,61.9000015258789,61.9000015258789,61.9000015258789,61.9000015258789,36.9475623176703,0,0,0,0 2023-11-24 00:00:00-05:00,61.8899993896484,61.8899993896484,61.8899993896484,61.8899993896484,36.9415921311989,0,0,0,0 2023-11-27 00:00:00-05:00,61.7400016784668,61.7400016784668,61.7400016784668,61.7400016784668,36.8520598267599,0,0,0,0 2023-11-28 00:00:00-05:00,61.7299995422363,61.7299995422363,61.7299995422363,61.7299995422363,36.8460896402886,0,0,0,0 2023-11-29 00:00:00-05:00,61.689998626709,61.689998626709,61.689998626709,61.689998626709,36.8222134483212,0,0,0,0 2023-11-30 00:00:00-05:00,62.0299987792969,62.0299987792969,62.0299987792969,62.0299987792969,37.0251565261256,0,0,0,0 2023-12-01 00:00:00-05:00,62.2700004577637,62.2700004577637,62.2700004577637,62.2700004577637,37.1684114009707,0,0,0,0 2023-12-04 00:00:00-05:00,62.0099983215332,62.0099983215332,62.0099983215332,62.0099983215332,37.013218430142,0,0,0,0 2023-12-05 00:00:00-05:00,61.9700012207031,61.9700012207031,61.9700012207031,61.9700012207031,36.9893445151336,0,0,0,0 2023-12-06 00:00:00-05:00,61.7799987792969,61.7799987792969,61.7799987792969,61.7799987792969,36.8759337417683,0,0,0,0 2023-12-07 00:00:00-05:00,62.060001373291,62.060001373291,62.060001373291,62.060001373291,37.0430648085806,0,0,0,0 2023-12-08 00:00:00-05:00,62.0999984741211,62.0999984741211,62.0999984741211,62.0999984741211,37.066938723589,0,0,0,0 2023-12-11 00:00:00-05:00,62.5699996948242,62.5699996948242,62.5699996948242,62.5699996948242,37.3474782868077,0,0,0,0 2023-12-12 00:00:00-05:00,62.9000015258789,62.9000015258789,62.9000015258789,62.9000015258789,37.5444534550998,0,0,0,0 2023-12-13 00:00:00-05:00,63.4700012207031,63.4700012207031,63.4700012207031,63.4700012207031,37.8846812212779,0,0,0,0 2023-12-14 00:00:00-05:00,58.6599998474121,58.6599998474121,58.6599998474121,58.6599998474121,37.5663970248998,0,4.313,0,4.137 2023-12-15 00:00:00-05:00,58.5499992370606,58.5499992370606,58.5499992370606,58.5499992370606,37.4959516343066,0,0,0,0 2023-12-18 00:00:00-05:00,58.810001373291,58.810001373291,58.810001373291,58.810001373291,37.6624593653391,0,0,0,0 2023-12-19 00:00:00-05:00,58.9300003051758,58.9300003051758,58.9300003051758,58.9300003051758,37.7393077719104,0,0,0,0 2023-12-20 00:00:00-05:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,37.2974263804168,0,0,0,0 2023-12-21 00:00:00-05:00,58.8400001525879,58.8400001525879,58.8400001525879,58.8400001525879,37.6816708562402,0,0,0,0 2023-12-22 00:00:00-05:00,58.7900009155273,58.7900009155273,58.7900009155273,58.7900009155273,37.649650890416,0,0,0,0 2023-12-26 00:00:00-05:00,58.9599990844727,58.9599990844727,58.9599990844727,58.9599990844727,37.7585192628115,0,0,0,0 2023-12-27 00:00:00-05:00,59.0200004577637,59.0200004577637,59.0200004577637,59.0200004577637,37.7969446875806,0,0,0,0 2023-12-28 00:00:00-05:00,59.1100006103516,59.1100006103516,59.1100006103516,59.1100006103516,37.8545816032507,0,0,0,0 2023-12-29 00:00:00-05:00,59.060001373291,59.060001373291,59.060001373291,59.060001373291,37.8225616374266,0,0,0,0 2024-01-02 00:00:00-05:00,58.5699996948242,58.5699996948242,58.5699996948242,58.5699996948242,37.5087601092296,0,0,0,0 2024-01-03 00:00:00-05:00,58.1100006103516,58.1100006103516,58.1100006103516,58.1100006103516,37.2141725149006,0,0,0,0 2024-01-04 00:00:00-05:00,57.9000015258789,57.9000015258789,57.9000015258789,57.9000015258789,37.0796871926591,0,0,0,0 2024-01-05 00:00:00-05:00,57.75,57.75,57.75,57.75,36.9836248522199,0,0,0,0 2024-01-08 00:00:00-05:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,37.4511231935595,0,0,0,0 2024-01-09 00:00:00-05:00,58.5,58.5,58.5,58.5,37.4639316684825,0,0,0,0 2024-01-10 00:00:00-05:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,37.6944793311632,0,0,0,0 2024-01-11 00:00:00-05:00,58.8800010681152,58.8800010681152,58.8800010681152,58.8800010681152,37.7072878060862,0,0,0,0 2024-01-12 00:00:00-05:00,59.0800018310547,59.0800018310547,59.0800018310547,59.0800018310547,37.8353701123496,0,0,0,0 2024-01-16 00:00:00-05:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,37.6944793311632,0,0,0,0 2024-01-17 00:00:00-05:00,58.7099990844727,58.7099990844727,58.7099990844727,58.7099990844727,37.598416990724,0,0,0,0 2024-01-18 00:00:00-05:00,59.2700004577637,59.2700004577637,59.2700004577637,59.2700004577637,37.9570469596681,0,0,0,0 2024-01-19 00:00:00-05:00,59.7799987792969,59.7799987792969,59.7799987792969,59.7799987792969,38.2836545198213,0,0,0,0 2024-01-22 00:00:00-05:00,59.9500007629395,59.9500007629395,59.9500007629395,59.9500007629395,38.3925253351835,0,0,0,0 2024-01-23 00:00:00-05:00,60.189998626709,60.189998626709,60.189998626709,60.189998626709,38.5462221483261,0,0,0,0 2024-01-24 00:00:00-05:00,60.0699996948242,60.0699996948242,60.0699996948242,60.0699996948242,38.4693737417548,0,0,0,0 2024-01-25 00:00:00-05:00,60.1300010681152,60.1300010681152,60.1300010681152,60.1300010681152,38.5077991665239,0,0,0,0 2024-01-26 00:00:00-05:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,38.501393707579,0,0,0,0 2024-01-29 00:00:00-05:00,60.4500007629395,60.4500007629395,60.4500007629395,60.4500007629395,38.7127298793586,0,0,0,0 2024-01-30 00:00:00-05:00,60.3600006103516,60.3600006103516,60.3600006103516,60.3600006103516,38.6550929636884,0,0,0,0 2024-01-31 00:00:00-05:00,59.7200012207031,59.7200012207031,59.7200012207031,59.7200012207031,38.245231538019,0,0,0,0 2024-02-01 00:00:00-05:00,60.3499984741211,60.3499984741211,60.3499984741211,60.3499984741211,38.6486875047435,0,0,0,0 2024-02-02 00:00:00-05:00,60.4599990844727,60.4599990844727,60.4599990844727,60.4599990844727,38.7191328953367,0,0,0,0 2024-02-05 00:00:00-05:00,60.2200012207031,60.2200012207031,60.2200012207031,60.2200012207031,38.5654360821941,0,0,0,0 2024-02-06 00:00:00-05:00,60.439998626709,60.439998626709,60.439998626709,60.439998626709,38.7063244204137,0,0,0,0 2024-02-07 00:00:00-05:00,60.8800010681152,60.8800010681152,60.8800010681152,60.8800010681152,38.9881059827865,0,0,0,0 2024-02-08 00:00:00-05:00,61.0999984741211,61.0999984741211,61.0999984741211,61.0999984741211,39.1289943210061,0,0,0,0 2024-02-09 00:00:00-05:00,61.3499984741211,61.3499984741211,61.3499984741211,61.3499984741211,39.2890965930936,0,0,0,0 2024-02-12 00:00:00-05:00,61.2299995422363,61.2299995422363,61.2299995422363,61.2299995422363,39.2122481865223,0,0,0,0 2024-02-13 00:00:00-05:00,60.4900016784668,60.4900016784668,60.4900016784668,60.4900016784668,38.7383468292046,0,0,0,0 2024-02-14 00:00:00-05:00,61.0099983215332,61.0099983215332,61.0099983215332,61.0099983215332,39.0713574053359,0,0,0,0 2024-02-15 00:00:00-05:00,61.2299995422363,61.2299995422363,61.2299995422363,61.2299995422363,39.2122481865223,0,0,0,0 2024-02-16 00:00:00-05:00,60.9599990844727,60.9599990844727,60.9599990844727,60.9599990844727,39.0393374395118,0,0,0,0 2024-02-20 00:00:00-05:00,60.7999992370606,60.7999992370606,60.7999992370606,60.7999992370606,38.9368720830944,0,0,0,0 2024-02-21 00:00:00-05:00,60.9300003051758,60.9300003051758,60.9300003051758,60.9300003051758,39.0201259486106,0,0,0,0 2024-02-22 00:00:00-05:00,61.8499984741211,61.8499984741211,61.8499984741211,61.8499984741211,39.6093011372687,0,0,0,0 2024-02-23 00:00:00-05:00,62,62,62,62,39.7053634777079,0,0,0,0 2024-02-26 00:00:00-05:00,61.6100006103516,61.6100006103516,61.6100006103516,61.6100006103516,39.4556043241261,0,0,0,0 2024-02-27 00:00:00-05:00,61.6100006103516,61.6100006103516,61.6100006103516,61.6100006103516,39.4556043241261,0,0,0,0 2024-02-28 00:00:00-05:00,61.3600006103516,61.3600006103516,61.3600006103516,61.3600006103516,39.2955020520385,0,0,0,0 2024-02-29 00:00:00-05:00,61.4799995422363,61.4799995422363,61.4799995422363,61.4799995422363,39.3723504586098,0,0,0,0 2024-03-01 00:00:00-05:00,61.6100006103516,61.6100006103516,61.6100006103516,61.6100006103516,39.4556043241261,0,0,0,0 2024-03-04 00:00:00-05:00,61.2799987792969,61.2799987792969,61.2799987792969,61.2799987792969,39.2442681523465,0,0,0,0 2024-03-05 00:00:00-05:00,60.3600006103516,60.3600006103516,60.3600006103516,60.3600006103516,38.6550929636884,0,0,0,0 2024-03-06 00:00:00-05:00,60.6399993896484,60.6399993896484,60.6399993896484,60.6399993896484,38.8344067266771,0,0,0,0 2024-03-07 00:00:00-05:00,61.0699996948242,61.0699996948242,61.0699996948242,61.0699996948242,39.109782830105,0,0,0,0 2024-03-08 00:00:00-05:00,60.9199981689453,60.9199981689453,60.9199981689453,60.9199981689453,39.0137204896657,0,0,0,0 2024-03-11 00:00:00-04:00,61.1300010681152,61.1300010681152,61.1300010681152,61.1300010681152,39.148208254874,0,0,0,0 2024-03-12 00:00:00-04:00,61.5900001525879,61.5900001525879,61.5900001525879,61.5900001525879,39.442795849203,0,0,0,0 2024-03-13 00:00:00-04:00,61.3800010681152,61.3800010681152,61.3800010681152,61.3800010681152,39.3083105269616,0,0,0,0 2024-03-14 00:00:00-04:00,61.25,61.25,61.25,61.25,39.3166546006773,0,0.143,0,0 2024-03-15 00:00:00-04:00,60.7299995422363,60.7299995422363,60.7299995422363,60.7299995422363,38.982863933084,0,0,0,0 2024-03-18 00:00:00-04:00,61.0400009155273,61.0400009155273,61.0400009155273,61.0400009155273,39.1818552297276,0,0,0,0 2024-03-19 00:00:00-04:00,61.4500007629395,61.4500007629395,61.4500007629395,61.4500007629395,39.4450360033934,0,0,0,0 2024-03-20 00:00:00-04:00,61.8400001525879,61.8400001525879,61.8400001525879,61.8400001525879,39.6953783919205,0,0,0,0 2024-03-21 00:00:00-04:00,61.5200004577637,61.5200004577637,61.5200004577637,61.5200004577637,39.4899691270433,0,0,0,0 2024-03-22 00:00:00-04:00,61.1599998474121,61.1599998474121,61.1599998474121,61.1599998474121,39.2588830918887,0,0,0,0 2024-03-25 00:00:00-04:00,60.7099990844727,60.7099990844727,60.7099990844727,60.7099990844727,38.9700255479453,0,0,0,0 2024-03-26 00:00:00-04:00,60.6399993896484,60.6399993896484,60.6399993896484,60.6399993896484,38.9250924242954,0,0,0,0 2024-03-27 00:00:00-04:00,61.3199996948242,61.3199996948242,61.3199996948242,61.3199996948242,39.3615877243272,0,0,0,0 2024-03-28 00:00:00-04:00,61.4700012207031,61.4700012207031,61.4700012207031,61.4700012207031,39.4578743885322,0,0,0,0 2024-04-01 00:00:00-04:00,61.0900001525879,61.0900001525879,61.0900001525879,61.0900001525879,39.2139499682387,0,0,0,0 2024-04-02 00:00:00-04:00,60.3499984741211,60.3499984741211,60.3499984741211,60.3499984741211,38.7389395127906,0,0,0,0 2024-04-03 00:00:00-04:00,60.1300010681152,60.1300010681152,60.1300010681152,60.1300010681152,38.5977221736073,0,0,0,0 2024-04-04 00:00:00-04:00,59.5,59.5,59.5,59.5,38.1933216120865,0,0,0,0 2024-04-05 00:00:00-04:00,60.0299987792969,60.0299987792969,60.0299987792969,60.0299987792969,38.5335302479134,0,0,0,0 2024-04-08 00:00:00-04:00,60.2099990844727,60.2099990844727,60.2099990844727,60.2099990844727,38.6490732654908,0,0,0,0 2024-04-09 00:00:00-04:00,60.5400009155273,60.5400009155273,60.5400009155273,60.5400009155273,38.8609029472731,0,0,0,0 2024-04-10 00:00:00-04:00,59.6599998474121,59.6599998474121,59.6599998474121,59.6599998474121,38.2960262445251,0,0,0,0 2024-04-11 00:00:00-04:00,59.8600006103516,59.8600006103516,59.8600006103516,59.8600006103516,38.4244076472412,0,0,0,0 2024-04-12 00:00:00-04:00,59.1599998474121,59.1599998474121,59.1599998474121,59.1599998474121,37.9750739620706,0,0,0,0 2024-04-15 00:00:00-04:00,58.7200012207031,58.7200012207031,58.7200012207031,58.7200012207031,37.6926368350324,0,0,0,0 2024-04-16 00:00:00-04:00,58.7799987792969,58.7799987792969,58.7799987792969,58.7799987792969,37.7311495417771,0,0,0,0 2024-04-17 00:00:00-04:00,58.7999992370606,58.7999992370606,58.7999992370606,58.7999992370606,37.7439879269159,0,0,0,0 2024-04-18 00:00:00-04:00,58.6599998474121,58.6599998474121,58.6599998474121,58.6599998474121,37.6541216796161,0,0,0,0 2024-04-19 00:00:00-04:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,37.5385786620388,0,0,0,0 2024-04-22 00:00:00-04:00,58.7900009155273,58.7900009155273,58.7900009155273,58.7900009155273,37.7375699586823,0,0,0,0 2024-04-23 00:00:00-04:00,59.25,59.25,59.25,59.25,38.0328454708593,0,0,0,0 2024-04-24 00:00:00-04:00,59.5999984741211,59.5999984741211,59.5999984741211,59.5999984741211,38.2575110891088,0,0,0,0 2024-04-25 00:00:00-04:00,59.4300003051758,59.4300003051758,59.4300003051758,59.4300003051758,38.1483884884366,0,0,0,0 2024-04-26 00:00:00-04:00,60.060001373291,60.060001373291,60.060001373291,60.060001373291,38.5527890499574,0,0,0,0 2024-04-29 00:00:00-04:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,38.5399506648186,0,0,0,0 2024-04-30 00:00:00-04:00,59.25,59.25,59.25,59.25,38.0328454708593,0,0,0,0 2024-05-01 00:00:00-04:00,58.7799987792969,58.7799987792969,58.7799987792969,58.7799987792969,37.7311495417771,0,0,0,0 2024-05-02 00:00:00-04:00,59.2000007629395,59.2000007629395,59.2000007629395,59.2000007629395,38.0007507323482,0,0,0,0 2024-05-03 00:00:00-04:00,59.8199996948242,59.8199996948242,59.8199996948242,59.8199996948242,38.3987308769637,0,0,0,0 2024-05-06 00:00:00-04:00,60.2000007629395,60.2000007629395,60.2000007629395,60.2000007629395,38.6426552972572,0,0,0,0 2024-05-07 00:00:00-04:00,60.6599998474121,60.6599998474121,60.6599998474121,60.6599998474121,38.9379308094341,0,0,0,0 2024-05-08 00:00:00-04:00,60.4700012207031,60.4700012207031,60.4700012207031,60.4700012207031,38.8159698236232,0,0,0,0 2024-05-09 00:00:00-04:00,60.7299995422363,60.7299995422363,60.7299995422363,60.7299995422363,38.982863933084,0,0,0,0 2024-05-10 00:00:00-04:00,60.9000015258789,60.9000015258789,60.9000015258789,60.9000015258789,39.0919889824278,0,0,0,0 2024-05-13 00:00:00-04:00,60.9300003051758,60.9300003051758,60.9300003051758,60.9300003051758,39.1112453358002,0,0,0,0 2024-05-14 00:00:00-04:00,61.1399993896484,61.1399993896484,61.1399993896484,61.1399993896484,39.2460447067499,0,0,0,0 2024-05-15 00:00:00-04:00,61.8899993896484,61.8899993896484,61.8899993896484,61.8899993896484,39.7274731304316,0,0,0,0 2024-05-16 00:00:00-04:00,62.0900001525879,62.0900001525879,62.0900001525879,62.0900001525879,39.8558545331478,0,0,0,0 2024-05-17 00:00:00-04:00,62.2299995422363,62.2299995422363,62.2299995422363,62.2299995422363,39.9457207804476,0,0,0,0 2024-05-20 00:00:00-04:00,62.2999992370606,62.2999992370606,62.2999992370606,62.2999992370606,39.9906539040975,0,0,0,0 2024-05-21 00:00:00-04:00,62.3300018310547,62.3300018310547,62.3300018310547,62.3300018310547,40.0099127061414,0,0,0,0 2024-05-22 00:00:00-04:00,62.5900001525879,62.5900001525879,62.5900001525879,62.5900001525879,40.1768068156023,0,0,0,0 2024-05-23 00:00:00-04:00,61.7799987792969,61.7799987792969,61.7799987792969,61.7799987792969,39.6568632365042,0,0,0,0 2024-05-24 00:00:00-04:00,61.5699996948242,61.5699996948242,61.5699996948242,61.5699996948242,39.5220638655545,0,0,0,0 2024-05-28 00:00:00-04:00,61.1500015258789,61.1500015258789,61.1500015258789,61.1500015258789,39.2524651236551,0,0,0,0 2024-05-29 00:00:00-04:00,60.5999984741211,60.5999984741211,60.5999984741211,60.5999984741211,38.8994156540178,0,0,0,0 2024-05-30 00:00:00-04:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,38.6683320675347,0,0,0,0 2024-05-31 00:00:00-04:00,60.7799987792969,60.7799987792969,60.7799987792969,60.7799987792969,39.0149586715952,0,0,0,0 2024-06-03 00:00:00-04:00,60.6100006103516,60.6100006103516,60.6100006103516,60.6100006103516,38.905836070923,0,0,0,0 2024-06-04 00:00:00-04:00,61.0200004577637,61.0200004577637,61.0200004577637,61.0200004577637,39.1690168445888,0,0,0,0 2024-06-05 00:00:00-04:00,61.439998626709,61.439998626709,61.439998626709,61.439998626709,39.4386155864883,0,0,0,0 2024-06-06 00:00:00-04:00,61.5099983215332,61.5099983215332,61.5099983215332,61.5099983215332,39.4835487101382,0,0,0,0 2024-06-07 00:00:00-04:00,61.3400001525879,61.3400001525879,61.3400001525879,61.3400001525879,39.374426109466,0,0,0,0 2024-06-10 00:00:00-04:00,61.3400001525879,61.3400001525879,61.3400001525879,61.3400001525879,39.374426109466,0,0,0,0 2024-06-11 00:00:00-04:00,61.7099990844727,61.7099990844727,61.7099990844727,61.7099990844727,39.6119301128543,0,0,0,0 2024-06-12 00:00:00-04:00,62.0499992370606,62.0499992370606,62.0499992370606,62.0499992370606,39.8301777628702,0,0,0,0 2024-06-13 00:00:00-04:00,61.7999992370606,61.7999992370606,61.7999992370606,61.7999992370606,39.7491358344403,0,0.124,0,0 2024-06-14 00:00:00-04:00,61.7799987792969,61.7799987792969,61.7799987792969,61.7799987792969,39.7362717418478,0,0,0,0 2024-06-17 00:00:00-04:00,62.2999992370606,62.2999992370606,62.2999992370606,62.2999992370606,40.0707307885273,0,0,0,0 2024-06-18 00:00:00-04:00,62.2700004577637,62.2700004577637,62.2700004577637,62.2700004577637,40.051435876426,0,0,0,0 2024-06-20 00:00:00-04:00,62.3300018310547,62.3300018310547,62.3300018310547,62.3300018310547,40.0900281542034,0,0,0,0 2024-06-21 00:00:00-04:00,62.7000007629395,62.7000007629395,62.7000007629395,62.7000007629395,40.3280077332268,0,0,0,0 2024-06-24 00:00:00-04:00,62.6100006103516,62.6100006103516,62.6100006103516,62.6100006103516,40.2701205433482,0,0,0,0 2024-06-25 00:00:00-04:00,62.5699996948242,62.5699996948242,62.5699996948242,62.5699996948242,40.2443923581633,0,0,0,0 2024-06-26 00:00:00-04:00,62.5,62.5,62.5,62.5,40.1993692608771,0,0,0,0 2024-06-27 00:00:00-04:00,62.6500015258789,62.6500015258789,62.6500015258789,62.6500015258789,40.2958487285331,0,0,0,0 2024-06-28 00:00:00-04:00,62.1599998474121,62.1599998474121,62.1599998474121,62.1599998474121,39.9806845939549,0,0,0,0 2024-07-01 00:00:00-04:00,62.0299987792969,62.0299987792969,62.0299987792969,62.0299987792969,39.8970692188913,0,0,0,0 2024-07-02 00:00:00-04:00,62.4500007629395,62.4500007629395,62.4500007629395,62.4500007629395,40.1672102561833,0,0,0,0 2024-07-03 00:00:00-04:00,62.5800018310547,62.5800018310547,62.5800018310547,62.5800018310547,40.2508256312469,0,0,0,0 2024-07-05 00:00:00-04:00,62.9799995422363,62.9799995422363,62.9799995422363,62.9799995422363,40.5081001223716,0,0,0,0 2024-07-08 00:00:00-04:00,62.8199996948242,62.8199996948242,62.8199996948242,62.8199996948242,40.4051898352068,0,0,0,0 2024-07-09 00:00:00-04:00,62.6100006103516,62.6100006103516,62.6100006103516,62.6100006103516,40.2701205433482,0,0,0,0 2024-07-10 00:00:00-04:00,62.9900016784668,62.9900016784668,62.9900016784668,62.9900016784668,40.5145333954553,0,0,0,0 2024-07-11 00:00:00-04:00,62.8499984741211,62.8499984741211,62.8499984741211,62.8499984741211,40.4244847473081,0,0,0,0 2024-07-12 00:00:00-04:00,63.4700012207031,63.4700012207031,63.4700012207031,63.4700012207031,40.8232642569498,0,0,0,0 2024-07-15 00:00:00-04:00,63.6399993896484,63.6399993896484,63.6399993896484,63.6399993896484,40.9326053636235,0,0,0,0 2024-07-16 00:00:00-04:00,64.4100036621094,64.4100036621094,64.4100036621094,64.4100036621094,41.4278643409213,0,0,0,0 2024-07-17 00:00:00-04:00,64.0800018310547,64.0800018310547,64.0800018310547,64.0800018310547,41.2156104935079,0,0,0,0 2024-07-18 00:00:00-04:00,63.5999984741211,63.5999984741211,63.5999984741211,63.5999984741211,40.9068771784386,0,0,0,0 2024-07-19 00:00:00-04:00,63.4300003051758,63.4300003051758,63.4300003051758,63.4300003051758,40.7975360717649,0,0,0,0 2024-07-22 00:00:00-04:00,64.0699996948242,64.0699996948242,64.0699996948242,64.0699996948242,41.2091772204243,0,0,0,0 2024-07-23 00:00:00-04:00,63.7900009155273,63.7900009155273,63.7900009155273,63.7900009155273,41.0290848312795,0,0,0,0 2024-07-24 00:00:00-04:00,62.6800003051758,62.6800003051758,62.6800003051758,62.6800003051758,40.3151436406344,0,0,0,0 2024-07-25 00:00:00-04:00,62.3800010681152,62.3800010681152,62.3800010681152,62.3800010681152,40.1221871588971,0,0,0,0 2024-07-26 00:00:00-04:00,63.0400009155273,63.0400009155273,63.0400009155273,63.0400009155273,40.546692400149,0,0,0,0 2024-07-29 00:00:00-04:00,63.2900009155273,63.2900009155273,63.2900009155273,63.2900009155273,40.7074898771925,0,0,0,0 2024-07-30 00:00:00-04:00,63.4300003051758,63.4300003051758,63.4300003051758,63.4300003051758,40.7975360717649,0,0,0,0 2024-07-31 00:00:00-04:00,63.8499984741211,63.8499984741211,63.8499984741211,63.8499984741211,41.0676746554821,0,0,0,0 2024-08-01 00:00:00-04:00,63.4599990844727,63.4599990844727,63.4599990844727,63.4599990844727,40.8168309838662,0,0,0,0 2024-08-02 00:00:00-04:00,63.1300010681152,63.1300010681152,63.1300010681152,63.1300010681152,40.6045795900277,0,0,0,0 2024-08-05 00:00:00-04:00,61.2099990844727,61.2099990844727,61.2099990844727,61.2099990844727,39.3696536904746,0,0,0,0 2024-08-06 00:00:00-04:00,61.8199996948242,61.8199996948242,61.8199996948242,61.8199996948242,39.7619999270328,0,0,0,0 2024-08-07 00:00:00-04:00,61.6199989318848,61.6199989318848,61.6199989318848,61.6199989318848,39.633361454683,0,0,0,0 2024-08-08 00:00:00-04:00,62.5900001525879,62.5900001525879,62.5900001525879,62.5900001525879,40.2572564507557,0,0,0,0 2024-08-09 00:00:00-04:00,62.6300010681152,62.6300010681152,62.6300010681152,62.6300010681152,40.2829846359406,0,0,0,0 2024-08-12 00:00:00-04:00,62.4900016784668,62.4900016784668,62.4900016784668,62.4900016784668,40.1929384413682,0,0,0,0 2024-08-13 00:00:00-04:00,63.7999992370606,63.7999992370606,63.7999992370606,63.7999992370606,41.0355156507884,0,0,0,0 2024-08-14 00:00:00-04:00,63.8400001525879,63.8400001525879,63.8400001525879,63.8400001525879,41.0612438359733,0,0,0,0 2024-08-15 00:00:00-04:00,64.5400009155273,64.5400009155273,64.5400009155273,64.5400009155273,41.5114772624101,0,0,0,0 2024-08-16 00:00:00-04:00,64.6100006103516,64.6100006103516,64.6100006103516,64.6100006103516,41.5565003596962,0,0,0,0 2024-08-19 00:00:00-04:00,64.9599990844727,64.9599990844727,64.9599990844727,64.9599990844727,41.7816158461272,0,0,0,0 2024-08-20 00:00:00-04:00,65.1999969482422,65.1999969482422,65.1999969482422,65.1999969482422,41.9359800500871,0,0,0,0 2024-08-21 00:00:00-04:00,65.4599990844727,65.4599990844727,65.4599990844727,65.4599990844727,42.1032108002143,0,0,0,0 2024-08-22 00:00:00-04:00,65.120002746582,65.120002746582,65.120002746582,65.120002746582,41.8845285868669,0,0,0,0 2024-08-23 00:00:00-04:00,65.25,65.25,65.25,65.25,41.9681415083557,0,0,0,0 2024-08-26 00:00:00-04:00,65.2900009155273,65.2900009155273,65.2900009155273,65.2900009155273,41.9938696935406,0,0,0,0 2024-08-27 00:00:00-04:00,65.6600036621094,65.6600036621094,65.6600036621094,65.6600036621094,42.2318517261388,0,0,0,0 2024-08-28 00:00:00-04:00,65.2300033569336,65.2300033569336,65.2300033569336,65.2300033569336,41.955279869338,0,0,0,0 2024-08-29 00:00:00-04:00,65.4700012207031,65.4700012207031,65.4700012207031,65.4700012207031,42.1096440732979,0,0,0,0 2024-08-30 00:00:00-04:00,65.9400024414063,65.9400024414063,65.9400024414063,65.9400024414063,42.4119441152836,0,0,0,0 2024-09-03 00:00:00-04:00,65.0699996948242,65.0699996948242,65.0699996948242,65.0699996948242,41.8523671285984,0,0,0,0 2024-09-04 00:00:00-04:00,65.1800003051758,65.1800003051758,65.1800003051758,65.1800003051758,41.9231184110695,0,0,0,0 2024-09-05 00:00:00-04:00,64.7900009155273,64.7900009155273,64.7900009155273,64.7900009155273,41.6722747394536,0,0,0,0 2024-09-06 00:00:00-04:00,64.1999969482422,64.1999969482422,64.1999969482422,64.1999969482422,41.2927901419131,0,0,0,0 2024-09-09 00:00:00-04:00,64.7699966430664,64.7699966430664,64.7699966430664,64.7699966430664,41.6594081932863,0,0,0,0 2024-09-10 00:00:00-04:00,65.1500015258789,65.1500015258789,65.1500015258789,65.1500015258789,41.9038234989682,0,0,0,0 2024-09-11 00:00:00-04:00,65.3000030517578,65.3000030517578,65.3000030517578,65.3000030517578,42.0868668965098,0,0.134,0,0 2024-09-12 00:00:00-04:00,65.4599990844727,65.4599990844727,65.4599990844727,65.4599990844727,42.1899868263435,0,0,0,0 2024-09-13 00:00:00-04:00,65.9100036621094,65.9100036621094,65.9100036621094,65.9100036621094,42.4800217708565,0,0,0,0 2024-09-16 00:00:00-04:00,65.9000015258789,65.9000015258789,65.9000015258789,65.9000015258789,42.4735752385971,0,0,0,0 2024-09-17 00:00:00-04:00,65.5699996948242,65.5699996948242,65.5699996948242,65.5699996948242,42.2608839294069,0,0,0,0 2024-09-18 00:00:00-04:00,65.2699966430664,65.2699966430664,65.2699966430664,65.2699966430664,42.0675272997316,0,0,0,0 2024-09-19 00:00:00-04:00,65.9700012207031,65.9700012207031,65.9700012207031,65.9700012207031,42.5186911298863,0,0,0,0 2024-09-20 00:00:00-04:00,65.8099975585938,65.8099975585938,65.8099975585938,65.8099975585938,42.4155662827892,0,0,0,0 2024-09-23 00:00:00-04:00,65.9000015258789,65.9000015258789,65.9000015258789,65.9000015258789,42.4735752385971,0,0,0,0 2024-09-24 00:00:00-04:00,65.8000030517578,65.8000030517578,65.8000030517578,65.8000030517578,42.4091246677931,0,0,0,0 2024-09-25 00:00:00-04:00,65.5899963378906,65.5899963378906,65.5899963378906,65.5899963378906,42.2737720766624,0,0,0,0 2024-09-26 00:00:00-04:00,66.1900024414063,66.1900024414063,66.1900024414063,66.1900024414063,42.6604853360131,0,0,0,0 2024-09-27 00:00:00-04:00,65.9499969482422,65.9499969482422,65.9499969482422,65.9499969482422,42.5057980653674,0,0,0,0 2024-09-30 00:00:00-04:00,66.2900009155273,66.2900009155273,66.2900009155273,66.2900009155273,42.7249359068171,0,0,0,0 2024-10-01 00:00:00-04:00,65.8099975585938,65.8099975585938,65.8099975585938,65.8099975585938,42.4155662827892,0,0,0,0 2024-10-02 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,42.364008776504,0,0,0,0 2024-10-03 00:00:00-04:00,65.5800018310547,65.5800018310547,65.5800018310547,65.5800018310547,42.2673304616663,0,0,0,0 2024-10-04 00:00:00-04:00,65.6600036621094,65.6600036621094,65.6600036621094,65.6600036621094,42.3188928852149,0,0,0,0 2024-10-07 00:00:00-04:00,64.8499984741211,64.8499984741211,64.8499984741211,64.8499984741211,41.7968319519968,0,0,0,0 2024-10-08 00:00:00-04:00,65.5899963378906,65.5899963378906,65.5899963378906,65.5899963378906,42.2737720766624,0,0,0,0 2024-10-09 00:00:00-04:00,66.2799987792969,66.2799987792969,66.2799987792969,66.2799987792969,42.7184893745577,0,0,0,0 2024-10-10 00:00:00-04:00,65.9800033569336,65.9800033569336,65.9800033569336,65.9800033569336,42.5251376621457,0,0,0,0 2024-10-11 00:00:00-04:00,66.25,66.25,66.25,66.25,42.6991546950428,0,0,0,0 2024-10-14 00:00:00-04:00,66.9300003051758,66.9300003051758,66.9300003051758,66.9300003051758,43.1374254606787,0,0,0,0 2024-10-15 00:00:00-04:00,66.3600006103516,66.3600006103516,66.3600006103516,66.3600006103516,42.7700517981062,0,0,0,0 2024-10-16 00:00:00-04:00,66.4100036621094,66.4100036621094,66.4100036621094,66.4100036621094,42.8022795421399,0,0,0,0 2024-10-17 00:00:00-04:00,66.1500015258789,66.1500015258789,66.1500015258789,66.1500015258789,42.6347041242388,0,0,0,0 2024-10-18 00:00:00-04:00,66.4800033569336,66.4800033569336,66.4800033569336,66.4800033569336,42.847395433429,0,0,0,0 2024-10-21 00:00:00-04:00,66.120002746582,66.120002746582,66.120002746582,66.120002746582,42.6153694447239,0,0,0,0 2024-10-22 00:00:00-04:00,65.9400024414063,65.9400024414063,65.9400024414063,65.9400024414063,42.4993564503714,0,0,0,0 2024-10-23 00:00:00-04:00,65.6399993896484,65.6399993896484,65.6399993896484,65.6399993896484,42.305999820696,0,0,0,0 2024-10-24 00:00:00-04:00,65.379997253418,65.379997253418,65.379997253418,65.379997253418,42.138424402795,0,0,0,0 2024-10-25 00:00:00-04:00,65.2099990844727,65.2099990844727,65.2099990844727,65.2099990844727,42.0288579407018,0,0,0,0 2024-10-28 00:00:00-04:00,65.3899993896484,65.3899993896484,65.3899993896484,65.3899993896484,42.1448709350544,0,0,0,0 2024-10-29 00:00:00-04:00,65.6900024414063,65.6900024414063,65.6900024414063,65.6900024414063,42.3382275647297,0,0,0,0 2024-10-30 00:00:00-04:00,65.5100021362305,65.5100021362305,65.5100021362305,65.5100021362305,42.2222145703772,0,0,0,0 2024-10-31 00:00:00-04:00,64.4300003051758,64.4300003051758,64.4300003051758,64.4300003051758,41.526136604262,0,0,0,0 2024-11-01 00:00:00-04:00,64.75,64.75,64.75,64.75,41.7323813811928,0,0,0,0 2024-11-04 00:00:00-05:00,64.5500030517578,64.5500030517578,64.5500030517578,64.5500030517578,41.6034802395848,0,0,0,0 2024-11-05 00:00:00-05:00,65.0100021362305,65.0100021362305,65.0100021362305,65.0100021362305,41.8999567990938,0,0,0,0 2024-11-06 00:00:00-05:00,65.8899993896484,65.8899993896484,65.8899993896484,65.8899993896484,42.4671287063377,0,0,0,0 2024-11-07 00:00:00-05:00,66.6600036621094,66.6600036621094,66.6600036621094,66.6600036621094,42.9634084277815,0,0,0,0 2024-11-08 00:00:00-05:00,67.0199966430664,67.0199966430664,67.0199966430664,67.0199966430664,43.1954294992233,0,0,0,0 2024-11-11 00:00:00-05:00,67.0500030517578,67.0500030517578,67.0500030517578,67.0500030517578,43.2147690960015,0,0,0,0 2024-11-12 00:00:00-05:00,67.120002746582,67.120002746582,67.120002746582,67.120002746582,43.2598849872906,0,0,0,0 2024-11-13 00:00:00-05:00,60.2900009155273,60.2900009155273,60.2900009155273,60.2900009155273,43.3295962401121,0,6.927,0,6.766 2024-11-14 00:00:00-05:00,59.8199996948242,59.8199996948242,59.8199996948242,59.8199996948242,42.9918128130732,0,0,0,0 2024-11-15 00:00:00-05:00,59.0699996948242,59.0699996948242,59.0699996948242,59.0699996948242,42.4527981060471,0,0,0,0 2024-11-18 00:00:00-05:00,59.1699981689453,59.1699981689453,59.1699981689453,59.1699981689453,42.5246656370224,0,0,0,0 2024-11-19 00:00:00-05:00,58.810001373291,58.810001373291,58.810001373291,58.810001373291,42.2659408805691,0,0,0,0 2024-11-20 00:00:00-05:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,42.3018746460568,0,0,0,0 2024-11-21 00:00:00-05:00,59.3499984741211,59.3499984741211,59.3499984741211,59.3499984741211,42.6540293860343,0,0,0,0 2024-11-22 00:00:00-05:00,59.5,59.5,59.5,59.5,42.7618334240677,0,0,0,0 2024-11-25 00:00:00-05:00,60.0999984741211,60.0999984741211,60.0999984741211,60.0999984741211,43.1930440930603,0,0,0,0 2024-11-26 00:00:00-05:00,60.3300018310547,60.3300018310547,60.3300018310547,60.3300018310547,43.3583443491304,0,0,0,0 2024-11-27 00:00:00-05:00,60.2799987792969,60.2799987792969,60.2799987792969,60.2799987792969,43.3224078420722,0,0,0,0 2024-11-29 00:00:00-05:00,60.4700012207031,60.4700012207031,60.4700012207031,60.4700012207031,43.458959989124,0,0,0,0 2024-12-02 00:00:00-05:00,60.5400009155273,60.5400009155273,60.5400009155273,60.5400009155273,43.5092678091208,0,0,0,0 2024-12-03 00:00:00-05:00,60.2799987792969,60.2799987792969,60.2799987792969,60.2799987792969,43.3224078420722,0,0,0,0 2024-12-04 00:00:00-05:00,60.5499992370606,60.5499992370606,60.5499992370606,60.5499992370606,43.5164534655901,0,0,0,0 2024-12-05 00:00:00-05:00,60.1300010681152,60.1300010681152,60.1300010681152,60.1300010681152,43.2146065456094,0,0,0,0 2024-12-06 00:00:00-05:00,60.1399993896484,60.1399993896484,60.1399993896484,60.1399993896484,43.2217922020787,0,0,0,0 2024-12-09 00:00:00-05:00,59.939998626709,59.939998626709,59.939998626709,59.939998626709,43.0780543985576,0,0,0,0 2024-12-10 00:00:00-05:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,43.1499246711034,0,0,0,0 2024-12-11 00:00:00-05:00,60.2200012207031,60.2200012207031,60.2200012207031,60.2200012207031,43.2792884201153,0,0,0,0 2024-12-12 00:00:00-05:00,60.0800018310547,60.0800018310547,60.0800018310547,60.0800018310547,43.1786727801217,0,0,0,0 2024-12-13 00:00:00-05:00,59.8499984741211,59.8499984741211,59.8499984741211,59.8499984741211,43.0133725240517,0,0,0,0 2024-12-16 00:00:00-05:00,59.939998626709,59.939998626709,59.939998626709,59.939998626709,43.0780543985576,0,0,0,0 2024-12-17 00:00:00-05:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,42.9990012111131,0,0,0,0 2024-12-18 00:00:00-05:00,58.310001373291,58.310001373291,58.310001373291,58.310001373291,41.9065977425518,0,0,0,0 2024-12-19 00:00:00-05:00,58.3800010681152,58.3800010681152,58.3800010681152,58.3800010681152,41.9569055625486,0,0,0,0 2024-12-20 00:00:00-05:00,58.8300018310547,58.8300018310547,58.8300018310547,58.8300018310547,42.2803149350783,0,0,0,0 2024-12-23 00:00:00-05:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,42.3018746460568,0,0,0,0 2024-12-24 00:00:00-05:00,59.3600006103516,59.3600006103516,59.3600006103516,59.3600006103516,42.6612177840741,0,0,0,0 2024-12-26 00:00:00-05:00,59.3499984741211,59.3499984741211,59.3499984741211,59.3499984741211,42.6540293860343,0,0,0,0 2024-12-27 00:00:00-05:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,42.3018746460568,0,0,0,0 2024-12-30 00:00:00-05:00,58.2000007629395,58.2000007629395,58.2000007629395,58.2000007629395,41.8275418135367,0,0,0,0 2024-12-31 00:00:00-05:00,58.0900001525879,58.0900001525879,58.0900001525879,58.0900001525879,41.7484858845215,0,0,0,0 2025-01-02 00:00:00-05:00,57.6399993896484,57.6399993896484,57.6399993896484,57.6399993896484,41.4250765119918,0,0,0,0 2025-01-03 00:00:00-05:00,58.0900001525879,58.0900001525879,58.0900001525879,58.0900001525879,41.7484858845215,0,0,0,0 2025-01-06 00:00:00-05:00,58.0299987792969,58.0299987792969,58.0299987792969,58.0299987792969,41.705363720994,0,0,0,0 2025-01-07 00:00:00-05:00,57.8300018310547,57.8300018310547,57.8300018310547,57.8300018310547,41.5616286590436,0,0,0,0 2025-01-08 00:00:00-05:00,58.2000007629395,58.2000007629395,58.2000007629395,58.2000007629395,41.8275418135367,0,0,0,0 2025-01-10 00:00:00-05:00,57.4199981689453,57.4199981689453,57.4199981689453,57.4199981689453,41.2669646539616,0,0,0,0 2025-01-13 00:00:00-05:00,57.5699996948242,57.5699996948242,57.5699996948242,57.5699996948242,41.374768691995,0,0,0,0 2025-01-14 00:00:00-05:00,57.7799987792969,57.7799987792969,57.7799987792969,57.7799987792969,41.5256921519854,0,0,0,0 2025-01-15 00:00:00-05:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,42.0287730935238,0,0,0,0 2025-01-16 00:00:00-05:00,58.4199981689453,58.4199981689453,58.4199981689453,58.4199981689453,41.9856509299963,0,0,0,0 2025-01-17 00:00:00-05:00,58.6399993896484,58.6399993896484,58.6399993896484,58.6399993896484,42.1437627880265,0,0,0,0 2025-01-21 00:00:00-05:00,59.2299995422363,59.2299995422363,59.2299995422363,59.2299995422363,42.5677878005499,0,0,0,0 2025-01-22 00:00:00-05:00,59.4700012207031,59.4700012207031,59.4700012207031,59.4700012207031,42.7402737130893,0,0,0,0 2025-01-23 00:00:00-05:00,59.6100006103516,59.6100006103516,59.6100006103516,59.6100006103516,42.8408893530828,0,0,0,0 2025-01-24 00:00:00-05:00,59.4500007629395,59.4500007629395,59.4500007629395,59.4500007629395,42.7258996585801,0,0,0,0 2025-01-27 00:00:00-05:00,59.8899993896484,59.8899993896484,59.8899993896484,59.8899993896484,43.04212063307,0,0,0,0 2025-01-28 00:00:00-05:00,59.9099998474121,59.9099998474121,59.9099998474121,59.9099998474121,43.0564946875791,0,0,0,0 2025-01-29 00:00:00-05:00,59.689998626709,59.689998626709,59.689998626709,59.689998626709,42.8983828295489,0,0,0,0 2025-01-30 00:00:00-05:00,60.2900009155273,60.2900009155273,60.2900009155273,60.2900009155273,43.3295962401121,0,0,0,0 2025-01-31 00:00:00-05:00,60.0299987792969,60.0299987792969,60.0299987792969,60.0299987792969,43.1427362730636,0,0,0,0 2025-02-03 00:00:00-05:00,59.9199981689453,59.9199981689453,59.9199981689453,59.9199981689453,43.0636803440484,0,0,0,0 2025-02-04 00:00:00-05:00,60.0999984741211,60.0999984741211,60.0999984741211,60.0999984741211,43.1930440930603,0,0,0,0 2025-02-05 00:00:00-05:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,43.2936624746245,0,0,0,0 2025-02-06 00:00:00-05:00,59.9700012207031,59.9700012207031,59.9700012207031,59.9700012207031,43.0996168511066,0,0,0,0 2025-02-07 00:00:00-05:00,59.2999992370606,59.2999992370606,59.2999992370606,59.2999992370606,42.6180956205467,0,0,0,0 2025-02-10 00:00:00-05:00,59.7000007629395,59.7000007629395,59.7000007629395,59.7000007629395,42.9055712275888,0,0,0,0 2025-02-11 00:00:00-05:00,59.8600006103516,59.8600006103516,59.8600006103516,59.8600006103516,43.0205609220915,0,0,0,0 2025-02-12 00:00:00-05:00,59.6599998474121,59.6599998474121,59.6599998474121,59.6599998474121,42.8768231185705,0,0,0,0 2025-02-13 00:00:00-05:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,43.1283622185544,0,0,0,0 2025-02-14 00:00:00-05:00,59.6100006103516,59.6100006103516,59.6100006103516,59.6100006103516,42.8408893530828,0,0,0,0 2025-02-18 00:00:00-05:00,59.6100006103516,59.6100006103516,59.6100006103516,59.6100006103516,42.8408893530828,0,0,0,0 2025-02-19 00:00:00-05:00,59.9300003051758,59.9300003051758,59.9300003051758,59.9300003051758,43.0708687420883,0,0,0,0 2025-02-20 00:00:00-05:00,59.8400001525879,59.8400001525879,59.8400001525879,59.8400001525879,43.0061868675824,0,0,0,0 2025-02-21 00:00:00-05:00,59.0200004577637,59.0200004577637,59.0200004577637,59.0200004577637,42.4168643405595,0,0,0,0 2025-02-24 00:00:00-05:00,59.2000007629395,59.2000007629395,59.2000007629395,59.2000007629395,42.5462280895714,0,0,0,0 2025-02-25 00:00:00-05:00,59.2799987792969,59.2799987792969,59.2799987792969,59.2799987792969,42.6037215660375,0,0,0,0 2025-02-26 00:00:00-05:00,59.1800003051758,59.1800003051758,59.1800003051758,59.1800003051758,42.5318540350622,0,0,0,0 2025-02-27 00:00:00-05:00,58.689998626709,58.689998626709,58.689998626709,58.689998626709,42.1796965535142,0,0,0,0 2025-02-28 00:00:00-05:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,42.5749761985897,0,0,0,0 2025-03-03 00:00:00-05:00,58.9900016784668,58.9900016784668,58.9900016784668,58.9900016784668,42.395304629581,0,0,0,0 2025-03-04 00:00:00-05:00,58.6399993896484,58.6399993896484,58.6399993896484,58.6399993896484,42.1437627880265,0,0,0,0 2025-03-05 00:00:00-05:00,59.1300010681152,59.1300010681152,59.1300010681152,59.1300010681152,42.4959202695746,0,0,0,0 2025-03-06 00:00:00-05:00,58.4700012207031,58.4700012207031,58.4700012207031,58.4700012207031,42.0215874370545,0,0,0,0 2025-03-07 00:00:00-05:00,58.8800010681152,58.8800010681152,58.8800010681152,58.8800010681152,42.3162487005659,0,0,0,0 2025-03-10 00:00:00-04:00,57.5800018310547,57.5800018310547,57.5800018310547,57.5800018310547,41.3819570900349,0,0,0,0 2025-03-11 00:00:00-04:00,56.5900001525879,56.5900001525879,56.5900001525879,56.5900001525879,40.6704564704694,0,0,0,0 2025-03-12 00:00:00-04:00,56.3600006103516,56.3600006103516,56.3600006103516,56.3600006103516,40.5051589559699,0,0,0,0 2025-03-13 00:00:00-04:00,55.6800003051758,55.6800003051758,55.6800003051758,55.6800003051758,40.0783188841493,0,0.087,0,0 2025-03-14 00:00:00-04:00,56.3800010681152,56.3800010681152,56.3800010681152,56.3800010681152,40.5821776061764,0,0,0,0 2025-03-17 00:00:00-04:00,56.9799995422363,56.9799995422363,56.9799995422363,56.9799995422363,41.0140549417373,0,0,0,0 2025-03-18 00:00:00-04:00,56.6100006103516,56.6100006103516,56.6100006103516,56.6100006103516,40.747730676335,0,0,0,0 2025-03-19 00:00:00-04:00,57.1199989318848,57.1199989318848,57.1199989318848,57.1199989318848,41.1148261369809,0,0,0,0 2025-03-20 00:00:00-04:00,56.6800003051758,56.6800003051758,56.6800003051758,56.6800003051758,40.7981162739568,0,0,0,0 2025-03-21 00:00:00-04:00,56.7000007629395,56.7000007629395,56.7000007629395,56.7000007629395,40.8125125512501,0,0,0,0 2025-03-24 00:00:00-04:00,57.2900009155273,57.2900009155273,57.2900009155273,57.2900009155273,41.2371931210689,0,0,0,0 2025-03-25 00:00:00-04:00,57.3899993896484,57.3899993896484,57.3899993896484,57.3899993896484,41.309171761726,0,0,0,0 2025-03-26 00:00:00-04:00,57.2799987792969,57.2799987792969,57.2799987792969,57.2799987792969,41.2299936095177,0,0,0,0 2025-03-27 00:00:00-04:00,57.4799995422363,57.4799995422363,57.4799995422363,57.4799995422363,41.3739536366411,0,0,0,0 2025-03-28 00:00:00-04:00,56.4500007629395,56.4500007629395,56.4500007629395,56.4500007629395,40.6325632037982,0,0,0,0 2025-03-31 00:00:00-04:00,57.189998626709,57.189998626709,57.189998626709,57.189998626709,41.1652117346027,0,0,0,0 2025-04-01 00:00:00-04:00,57.3800010681152,57.3800010681152,57.3800010681152,57.3800010681152,41.301974995984,0,0,0,0 2025-04-02 00:00:00-04:00,57.6500015258789,57.6500015258789,57.6500015258789,57.6500015258789,41.4963206207291,0,0,0,0 2025-04-03 00:00:00-04:00,55.8800010681152,55.8800010681152,55.8800010681152,55.8800010681152,40.2222789112726,0,0,0,0 2025-04-04 00:00:00-04:00,52.9099998474121,52.9099998474121,52.9099998474121,52.9099998474121,38.0844797848853,0,0,0,0 2025-04-07 00:00:00-04:00,52.4099998474121,52.4099998474121,52.4099998474121,52.4099998474121,37.7245810899815,0,0,0,0 2025-04-08 00:00:00-04:00,51.6199989318848,51.6199989318848,51.6199989318848,51.6199989318848,37.1559404930393,0,0,0,0 2025-04-09 00:00:00-04:00,55.7200012207031,55.7200012207031,55.7200012207031,55.7200012207031,40.1071114387358,0,0,0,0 2025-04-10 00:00:00-04:00,54.3199996948242,54.3199996948242,54.3199996948242,54.3199996948242,39.0993939946815,0,0,0,0 2025-04-11 00:00:00-04:00,55.2099990844727,55.2099990844727,55.2099990844727,55.2099990844727,39.7400132322808,0,0,0,0 2025-04-14 00:00:00-04:00,55.7099990844727,55.7099990844727,55.7099990844727,55.7099990844727,40.0999119271846,0,0,0,0 2025-04-15 00:00:00-04:00,55.4099998474121,55.4099998474121,55.4099998474121,55.4099998474121,39.8839732594041,0,0,0,0 2025-04-16 00:00:00-04:00,54.5699996948242,54.5699996948242,54.5699996948242,54.5699996948242,39.2793433421334,0,0,0,0 2025-04-17 00:00:00-04:00,53.9199981689453,53.9199981689453,53.9199981689453,53.9199981689453,38.8114739404349,0,0,0,0 2025-04-21 00:00:00-04:00,52.6500015258789,52.6500015258789,52.6500015258789,52.6500015258789,37.8973336716913,0,0,0,0 2025-04-22 00:00:00-04:00,54.0900001525879,54.0900001525879,54.0900001525879,54.0900001525879,38.9338409245229,0,0,0,0 2025-04-23 00:00:00-04:00,54.7599983215332,54.7599983215332,54.7599983215332,54.7599983215332,39.4161038577056,0,0,0,0 2025-04-24 00:00:00-04:00,55.5400009155273,55.5400009155273,55.5400009155273,55.5400009155273,39.9775476889057,0,0,0,0 2025-04-25 00:00:00-04:00,55.75,55.75,55.75,55.75,40.1287044817711,0,0,0,0 2025-04-28 00:00:00-04:00,55.7099990844727,55.7099990844727,55.7099990844727,55.7099990844727,40.0999119271846,0,0,0,0 2025-04-29 00:00:00-04:00,56.1599998474121,56.1599998474121,56.1599998474121,56.1599998474121,40.4238213017598,0,0,0,0 2025-04-30 00:00:00-04:00,56.5699996948242,56.5699996948242,56.5699996948242,56.5699996948242,40.7189381217485,0,0,0,0 2025-05-01 00:00:00-04:00,56.5900001525879,56.5900001525879,56.5900001525879,56.5900001525879,40.7333343990418,0,0,0,0 2025-05-02 00:00:00-04:00,57.2700004577637,57.2700004577637,57.2700004577637,57.2700004577637,41.2227968437757,0,0,0,0 2025-05-05 00:00:00-04:00,57.189998626709,57.189998626709,57.189998626709,57.189998626709,41.1652117346027,0,0,0,0 2025-05-06 00:00:00-04:00,56.7700004577637,56.7700004577637,56.7700004577637,56.7700004577637,40.8628981488719,0,0,0,0 2025-05-07 00:00:00-04:00,56.7700004577637,56.7700004577637,56.7700004577637,56.7700004577637,40.8628981488719,0,0,0,0 2025-05-08 00:00:00-04:00,57.3899993896484,57.3899993896484,57.3899993896484,57.3899993896484,41.309171761726,0,0,0,0 2025-05-09 00:00:00-04:00,57.2099990844727,57.2099990844727,57.2099990844727,57.2099990844727,41.1796080118959,0,0,0,0 2025-05-12 00:00:00-04:00,58.3499984741211,58.3499984741211,58.3499984741211,58.3499984741211,42.0001765969471,0,0,0,0 2025-05-13 00:00:00-04:00,58.0699996948242,58.0699996948242,58.0699996948242,58.0699996948242,41.7986342064599,0,0,0,0 2025-05-14 00:00:00-04:00,58.0400009155273,58.0400009155273,58.0400009155273,58.0400009155273,41.7770411634246,0,0,0,0 2025-05-15 00:00:00-04:00,58.5999984741211,58.5999984741211,58.5999984741211,58.5999984741211,42.1801259443989,0,0,0,0 2025-05-16 00:00:00-04:00,59.0200004577637,59.0200004577637,59.0200004577637,59.0200004577637,42.4824422759389,0,0,0,0 2025-05-19 00:00:00-04:00,59.2599983215332,59.2599983215332,59.2599983215332,59.2599983215332,42.6551921118396,0,0,0,0 2025-05-20 00:00:00-04:00,59.0200004577637,59.0200004577637,59.0200004577637,59.0200004577637,42.4824422759389,0,0,0,0 2025-05-21 00:00:00-04:00,58.25,58.25,58.25,58.25,41.92819795629,0,0,0,0 2025-05-22 00:00:00-04:00,58.189998626709,58.189998626709,58.189998626709,58.189998626709,41.8850091244102,0,0,0,0 2025-05-23 00:00:00-04:00,57.8699989318848,57.8699989318848,57.8699989318848,57.8699989318848,41.6546741793365,0,0,0,0 2025-05-27 00:00:00-04:00,58.9199981689453,58.9199981689453,58.9199981689453,58.9199981689453,42.4104608894726,0,0,0,0 2025-05-28 00:00:00-04:00,58.5200004577637,58.5200004577637,58.5200004577637,58.5200004577637,42.1225435810351,0,0,0,0 2025-05-29 00:00:00-04:00,58.6599998474121,58.6599998474121,58.6599998474121,58.6599998474121,42.2233147762787,0,0,0,0 2025-05-30 00:00:00-04:00,58.8400001525879,58.8400001525879,58.8400001525879,58.8400001525879,42.3528785261088,0,0,0,0 2025-06-02 00:00:00-04:00,58.8600006103516,58.8600006103516,58.8600006103516,58.8600006103516,42.367274803402,0,0,0,0 2025-06-03 00:00:00-04:00,58.9700012207031,58.9700012207031,58.9700012207031,58.9700012207031,42.4464529556103,0,0,0,0 2025-06-04 00:00:00-04:00,59.0299987792969,59.0299987792969,59.0299987792969,59.0299987792969,42.4896390416809,0,0,0,0 2025-06-05 00:00:00-04:00,58.939998626709,58.939998626709,58.939998626709,58.939998626709,42.4248571667659,0,0,0,0 2025-06-06 00:00:00-04:00,59.3499984741211,59.3499984741211,59.3499984741211,59.3499984741211,42.7199739867546,0,0,0,0 2025-06-09 00:00:00-04:00,59.0499992370606,59.0499992370606,59.0499992370606,59.0499992370606,42.5040353189742,0,0,0,0 2025-06-10 00:00:00-04:00,59.3199996948242,59.3199996948242,59.3199996948242,59.3199996948242,42.6983809437193,0,0,0,0 2025-06-11 00:00:00-04:00,59.189998626709,59.189998626709,59.189998626709,59.189998626709,42.6048065142178,0,0,0,0 2025-06-12 00:00:00-04:00,59.3699989318848,59.3699989318848,59.3699989318848,59.3699989318848,42.7343702640479,0,0,0,0 2025-06-13 00:00:00-04:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,42.0937510264486,0,0,0,0 2025-06-16 00:00:00-04:00,58.7999992370606,58.7999992370606,58.7999992370606,58.7999992370606,42.3240859715223,0,0,0,0 2025-06-17 00:00:00-04:00,58.3400001525879,58.3400001525879,58.3400001525879,58.3400001525879,41.992979831205,0,0,0,0 2025-06-18 00:00:00-04:00,57.7299995422363,57.7299995422363,57.7299995422363,57.7299995422363,41.640266924523,0,0.121,0,0 2025-06-20 00:00:00-04:00,57.4300003051758,57.4300003051758,57.4300003051758,57.4300003051758,41.4238794586056,0,0,0,0 2025-06-23 00:00:00-04:00,57.9700012207031,57.9700012207031,57.9700012207031,57.9700012207031,41.8133785481664,0,0,0,0 2025-06-24 00:00:00-04:00,57.9700012207031,57.9700012207031,57.9700012207031,57.9700012207031,41.8133785481664,0,0,0,0 2025-06-25 00:00:00-04:00,58.4799995422363,58.4799995422363,58.4799995422363,58.4799995422363,42.1812369650743,0,0,0,0 2025-06-26 00:00:00-04:00,58.6399993896484,58.6399993896484,58.6399993896484,58.6399993896484,42.296643796998,0,0,0,0 2025-06-27 00:00:00-04:00,58.8899993896484,58.8899993896484,58.8899993896484,58.8899993896484,42.4769671438484,0,0,0,0 2025-06-30 00:00:00-04:00,59.3499984741211,59.3499984741211,59.3499984741211,59.3499984741211,42.8087614416894,0,0,0,0 2025-07-01 00:00:00-04:00,59.4599990844727,59.4599990844727,59.4599990844727,59.4599990844727,42.8881041545462,0,0,0,0 2025-07-02 00:00:00-04:00,59.2700004577637,59.2700004577637,59.2700004577637,59.2700004577637,42.7510594014856,0,0,0,0 2025-07-03 00:00:00-04:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,43.1549846889763,0,0,0,0 2025-07-07 00:00:00-04:00,59.3800010681152,59.3800010681152,59.3800010681152,59.3800010681152,42.8304021143423,0,0,0,0 2025-07-08 00:00:00-04:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,42.7294214803486,0,0,0,0 2025-07-09 00:00:00-04:00,59.4599990844727,59.4599990844727,59.4599990844727,59.4599990844727,42.8881041545462,0,0,0,0 2025-07-10 00:00:00-04:00,59.4000015258789,59.4000015258789,59.4000015258789,59.4000015258789,42.8448283122722,0,0,0,0 2025-07-11 00:00:00-04:00,58.9599990844727,58.9599990844727,58.9599990844727,58.9599990844727,42.5274574608453,0,0,0,0 2025-07-14 00:00:00-04:00,59.0400009155273,59.0400009155273,59.0400009155273,59.0400009155273,42.5851622525651,0,0,0,0 2025-07-15 00:00:00-04:00,58.75,58.75,58.75,58.75,42.3759865098547,0,0,0,0 2025-07-16 00:00:00-04:00,58.9700012207031,58.9700012207031,58.9700012207031,58.9700012207031,42.5346719355682,0,0,0,0 2025-07-17 00:00:00-04:00,58.9500007629395,58.9500007629395,58.9500007629395,58.9500007629395,42.5202457376383,0,0,0,0 2025-07-18 00:00:00-04:00,59.0400009155273,59.0400009155273,59.0400009155273,59.0400009155273,42.5851622525651,0,0,0,0 2025-07-21 00:00:00-04:00,59.1399993896484,59.1399993896484,59.1399993896484,59.1399993896484,42.6572904906989,0,0,0,0 2025-07-22 00:00:00-04:00,59.1699981689453,59.1699981689453,59.1699981689453,59.1699981689453,42.6789284118358,0,0,0,0 2025-07-23 00:00:00-04:00,59.5099983215332,59.5099983215332,59.5099983215332,59.5099983215332,42.9241682736131,0,0,0,0 2025-07-24 00:00:00-04:00,59.7099990844727,59.7099990844727,59.7099990844727,59.7099990844727,43.0684275013966,0,0,0,0 2025-07-25 00:00:00-04:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,43.3064556399668,0,0,0,0 2025-07-28 00:00:00-04:00,59.9000015258789,59.9000015258789,59.9000015258789,59.9000015258789,43.2054750059731,0,0,0,0 2025-07-29 00:00:00-04:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,43.3064556399668,0,0,0,0 2025-07-30 00:00:00-04:00,59.8300018310547,59.8300018310547,59.8300018310547,59.8300018310547,43.1549846889763,0,0,0,0 2025-07-31 00:00:00-04:00,59.4000015258789,59.4000015258789,59.4000015258789,59.4000015258789,42.8448283122722,0,0,0,0 2025-08-01 00:00:00-04:00,58.7299995422363,58.7299995422363,58.7299995422363,58.7299995422363,42.3615603119248,0,0,0,0 2025-08-04 00:00:00-04:00,59.689998626709,59.689998626709,59.689998626709,59.689998626709,43.0540013034667,0,0,0,0 2025-08-05 00:00:00-04:00,59.3300018310547,59.3300018310547,59.3300018310547,59.3300018310547,42.7943379952754,0,0,0,0 2025-08-06 00:00:00-04:00,59.7200012207031,59.7200012207031,59.7200012207031,59.7200012207031,43.0756419761195,0,0,0,0 2025-08-07 00:00:00-04:00,59.4799995422363,59.4799995422363,59.4799995422363,59.4799995422363,42.9025303524761,0,0,0,0 2025-08-08 00:00:00-04:00,59.7999992370606,59.7999992370606,59.7999992370606,59.7999992370606,43.1333440163234,0,0,0,0 2025-08-11 00:00:00-04:00,59.5200004577637,59.5200004577637,59.5200004577637,59.5200004577637,42.931382748336,0,0,0,0 2025-08-12 00:00:00-04:00,59.8699989318848,59.8699989318848,59.8699989318848,59.8699989318848,43.1838343333203,0,0,0,0 2025-08-13 00:00:00-04:00,60.2000007629395,60.2000007629395,60.2000007629395,60.2000007629395,43.4218624718905,0,0,0,0 2025-08-14 00:00:00-04:00,60.1399993896484,60.1399993896484,60.1399993896484,60.1399993896484,43.3785838781006,0,0,0,0 2025-08-15 00:00:00-04:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,43.3064556399668,0,0,0,0 2025-08-18 00:00:00-04:00,60,60,60,60,43.2776032441069,0,0,0,0 2025-08-19 00:00:00-04:00,60.1300010681152,60.1300010681152,60.1300010681152,60.1300010681152,43.3713721548936,0,0,0,0 2025-08-20 00:00:00-04:00,60.0299987792969,60.0299987792969,60.0299987792969,60.0299987792969,43.2992411652439,0,0,0,0 2025-08-21 00:00:00-04:00,59.810001373291,59.810001373291,59.810001373291,59.810001373291,43.1405584910463,0,0,0,0 2025-08-22 00:00:00-04:00,60.310001373291,60.310001373291,60.310001373291,60.310001373291,43.5012051847472,0,0,0,0 2025-08-25 00:00:00-04:00,59.8600006103516,59.8600006103516,59.8600006103516,59.8600006103516,43.1766226101132,0,0,0,0 2025-08-26 00:00:00-04:00,60.0200004577637,60.0200004577637,60.0200004577637,60.0200004577637,43.2920294420369,0,0,0,0 2025-08-27 00:00:00-04:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,43.3641576801707,0,0,0,0 2025-08-28 00:00:00-04:00,60.25,60.25,60.25,60.25,43.4579265909574,0,0,0,0 2025-08-29 00:00:00-04:00,60.1599998474121,60.1599998474121,60.1599998474121,60.1599998474121,43.3930100760306,0,0,0,0 2025-09-02 00:00:00-04:00,59.5900001525879,59.5900001525879,59.5900001525879,59.5900001525879,42.9818730653328,0,0,0,0 2025-09-03 00:00:00-04:00,60.1199989318848,60.1199989318848,60.1199989318848,60.1199989318848,43.3641576801707,0,0,0,0 2025-09-04 00:00:00-04:00,60.6199989318848,60.6199989318848,60.6199989318848,60.6199989318848,43.7248043738716,0,0,0,0 2025-09-05 00:00:00-04:00,60.3800010681152,60.3800010681152,60.3800010681152,60.3800010681152,43.5516955017441,0,0,0,0 2025-09-08 00:00:00-04:00,60.5499992370606,60.5499992370606,60.5499992370606,60.5499992370606,43.6743140568747,0,0,0,0 2025-09-09 00:00:00-04:00,60.5299987792969,60.5299987792969,60.5299987792969,60.5299987792969,43.6598878589448,0,0,0,0 2025-09-10 00:00:00-04:00,59.8499984741211,59.8499984741211,59.8499984741211,59.8499984741211,43.1694081353903,0,0,0,0 2025-09-11 00:00:00-04:00,60.6800003051758,60.6800003051758,60.6800003051758,60.6800003051758,43.808341260573,0,0.055,0,0 2025-09-12 00:00:00-04:00,60.4099998474121,60.4099998474121,60.4099998474121,60.4099998474121,43.6134125833362,0,0,0,0 2025-09-15 00:00:00-04:00,60.5,60.5,60.5,60.5,43.6783888090818,0,0,0,0 2025-09-16 00:00:00-04:00,60.3899993896484,60.3899993896484,60.3899993896484,60.3899993896484,43.5989731160542,0,0,0,0 2025-09-17 00:00:00-04:00,60.5099983215332,60.5099983215332,60.5099983215332,60.5099983215332,43.6856071656994,0,0,0,0 2025-09-18 00:00:00-04:00,60.7599983215332,60.7599983215332,60.7599983215332,60.7599983215332,43.8660963756543,0,0,0,0 2025-09-19 00:00:00-04:00,61.1100006103516,61.1100006103516,61.1100006103516,61.1100006103516,44.1187829220192,0,0,0,0 2025-09-22 00:00:00-04:00,61.4300003051758,61.4300003051758,61.4300003051758,61.4300003051758,44.3498088904377,0,0,0,0 2025-09-23 00:00:00-04:00,60.9300003051758,60.9300003051758,60.9300003051758,60.9300003051758,43.9888304705279,0,0,0,0 2025-09-24 00:00:00-04:00,60.689998626709,60.689998626709,60.689998626709,60.689998626709,43.8155596171907,0,0,0,0 2025-09-25 00:00:00-04:00,60.2999992370606,60.2999992370606,60.2999992370606,60.2999992370606,43.5339968903085,0,0,0,0 2025-09-26 00:00:00-04:00,60.5800018310547,60.5800018310547,60.5800018310547,60.5800018310547,43.7361466782098,0,0,0,0 2025-09-29 00:00:00-04:00,60.6800003051758,60.6800003051758,60.6800003051758,60.6800003051758,43.808341260573,0,0,0,0 2025-09-30 00:00:00-04:00,61.0699996948242,61.0699996948242,61.0699996948242,61.0699996948242,44.0899039874552,0,0,0,0 2025-10-01 00:00:00-04:00,61.25,61.25,61.25,61.25,44.2198564389464,0,0,0,0 2025-10-02 00:00:00-04:00,61.0900001525879,61.0900001525879,61.0900001525879,61.0900001525879,44.1043434547372,0,0,0,0 2025-10-03 00:00:00-04:00,61.25,61.25,61.25,61.25,44.2198564389464,0,0,0,0 2025-10-06 00:00:00-04:00,61.2900009155273,61.2900009155273,61.2900009155273,61.2900009155273,44.2487353735104,0,0,0,0 2025-10-07 00:00:00-04:00,61.0800018310547,61.0800018310547,61.0800018310547,61.0800018310547,44.0971250981196,0,0,0,0 2025-10-08 00:00:00-04:00,61.25,61.25,61.25,61.25,44.2198564389464,0,0,0,0 2025-10-09 00:00:00-04:00,60.8800010681152,60.8800010681152,60.8800010681152,60.8800010681152,43.9527331793463,0,0,0,0 2025-10-10 00:00:00-04:00,59.7099990844727,59.7099990844727,59.7099990844727,59.7099990844727,43.1080422446531,0,0,0,0 2025-10-13 00:00:00-04:00,60.0400009155273,60.0400009155273,60.0400009155273,60.0400009155273,43.346289323736,0,0,0,0 2025-10-14 00:00:00-04:00,60.1500015258789,60.1500015258789,60.1500015258789,60.1500015258789,43.4257050167637,0,0,0,0 2025-10-15 00:00:00-04:00,60.1699981689453,60.1699981689453,60.1699981689453,60.1699981689453,43.4401417299989,0,0,0,0 2025-10-16 00:00:00-04:00,59.5299987792969,59.5299987792969,59.5299987792969,59.5299987792969,42.9780897931619,0,0,0,0 2025-10-17 00:00:00-04:00,59.9900016784668,59.9900016784668,59.9900016784668,59.9900016784668,43.3101920325544,0,0,0,0 2025-10-20 00:00:00-04:00,60.6800003051758,60.6800003051758,60.6800003051758,60.6800003051758,43.808341260573,0,0,0,0 2025-10-21 00:00:00-04:00,60.6699981689453,60.6699981689453,60.6699981689453,60.6699981689453,43.8011201499087,0,0,0,0 2025-10-22 00:00:00-04:00,60.6599998474121,60.6599998474121,60.6599998474121,60.6599998474121,43.793901793291,0,0,0,0 2025-10-23 00:00:00-04:00,60.7700004577637,60.7700004577637,60.7700004577637,60.7700004577637,43.8733174863187,0,0,0,0 2025-10-24 00:00:00-04:00,61.1800003051758,61.1800003051758,61.1800003051758,61.1800003051758,44.1693196804828,0,0,0,0 2025-10-27 00:00:00-04:00,61.7700004577637,61.7700004577637,61.7700004577637,61.7700004577637,44.5952743261382,0,0,0,0 2025-10-28 00:00:00-04:00,61.6199989318848,61.6199989318848,61.6199989318848,61.6199989318848,44.4869796985466,0,0,0,0 2025-10-29 00:00:00-04:00,60.9500007629395,60.9500007629395,60.9500007629395,60.9500007629395,44.0032699378099,0,0,0,0 2025-10-30 00:00:00-04:00,60.6199989318848,60.6199989318848,60.6199989318848,60.6199989318848,43.765022858727,0,0,0,0 2025-10-31 00:00:00-04:00,60.3800010681152,60.3800010681152,60.3800010681152,60.3800010681152,43.5917547594365,0,0,0,0 2025-11-03 00:00:00-05:00,60.4599990844727,60.4599990844727,60.4599990844727,60.4599990844727,43.6495098745178,0,0,0,0 2025-11-04 00:00:00-05:00,60.2299995422363,60.2299995422363,60.2299995422363,60.2299995422363,43.4834601318449,0,0,0,0 2025-11-05 00:00:00-05:00,60.0699996948242,60.0699996948242,60.0699996948242,60.0699996948242,43.3679471476356,0,0,0,0 2025-11-06 00:00:00-05:00,59.4500007629395,59.4500007629395,59.4500007629395,59.4500007629395,42.9203346780806,0,0,0,0 2025-11-07 00:00:00-05:00,59.560001373291,59.560001373291,59.560001373291,59.560001373291,42.9997503711083,0,0,0,0 2025-11-10 00:00:00-05:00,60.3400001525879,60.3400001525879,60.3400001525879,60.3400001525879,43.5628758248725,0,0,0,0 2025-11-11 00:00:00-05:00,60.6699981689453,60.6699981689453,60.6699981689453,60.6699981689453,43.8011201499087,0,0,0,0 2025-11-12 00:00:00-05:00,60.7099990844727,60.7099990844727,60.7099990844727,60.7099990844727,43.8299990844727,0,0,0,0 2025-11-13 00:00:00-05:00,43.3800010681152,43.3800010681152,43.3800010681152,43.3800010681152,43.3800010681152,0,16.88,0,16.803 2025-11-14 00:00:00-05:00,43.3400001525879,43.3400001525879,43.3400001525879,43.3400001525879,43.3400001525879,0,0,0,0 2025-11-17 00:00:00-05:00,43.0200004577637,43.0200004577637,43.0200004577637,43.0200004577637,43.0200004577637,0,0,0,0 2025-11-18 00:00:00-05:00,42.7400016784668,42.7400016784668,42.7400016784668,42.7400016784668,42.7400016784668,0,0,0,0 2025-11-19 00:00:00-05:00,43.0200004577637,43.0200004577637,43.0200004577637,43.0200004577637,43.0200004577637,0,0,0,0 2025-11-20 00:00:00-05:00,42.5699996948242,42.5699996948242,42.5699996948242,42.5699996948242,42.5699996948242,0,0,0,0 2025-11-21 00:00:00-05:00,42.9700012207031,42.9700012207031,42.9700012207031,42.9700012207031,42.9700012207031,0,0,0,0 2025-11-24 00:00:00-05:00,43.3199996948242,43.3199996948242,43.3199996948242,43.3199996948242,43.3199996948242,0,0,0,0 2025-11-25 00:00:00-05:00,43.7900009155273,43.7900009155273,43.7900009155273,43.7900009155273,43.7900009155273,0,0,0,0 2025-11-26 00:00:00-05:00,43.8400001525879,43.8400001525879,43.8400001525879,43.8400001525879,43.8400001525879,0,0,0,0 2025-11-28 00:00:00-05:00,43.9700012207031,43.9700012207031,43.9700012207031,43.9700012207031,43.9700012207031,0,0,0,0 2025-12-01 00:00:00-05:00,43.7599983215332,43.7599983215332,43.7599983215332,43.7599983215332,43.7599983215332,0,0,0,0 2025-12-02 00:00:00-05:00,43.8600006103516,43.8600006103516,43.8600006103516,43.8600006103516,43.8600006103516,0,0,0,0 2025-12-03 00:00:00-05:00,43.9000015258789,43.9000015258789,43.9000015258789,43.9000015258789,43.9000015258789,0,0,0,0 2025-12-04 00:00:00-05:00,43.8499984741211,43.8499984741211,43.8499984741211,43.8499984741211,43.8499984741211,0,0,0,0 2025-12-05 00:00:00-05:00,43.9300003051758,43.9300003051758,43.9300003051758,43.9300003051758,43.9300003051758,0,0,0,0 2025-12-08 00:00:00-05:00,43.5900001525879,43.5900001525879,43.5900001525879,43.5900001525879,43.5900001525879,0,0,0,0 2025-12-09 00:00:00-05:00,43.4500007629395,43.4500007629395,43.4500007629395,43.4500007629395,43.4500007629395,0,0,0,0 2025-12-10 00:00:00-05:00,43.5699996948242,43.5699996948242,43.5699996948242,43.5699996948242,43.5699996948242,0,0,0,0 2025-12-11 00:00:00-05:00,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,0,0,0,0 2025-12-12 00:00:00-05:00,43.5099983215332,43.5099983215332,43.5099983215332,43.5099983215332,43.5099983215332,0,0,0,0 2025-12-15 00:00:00-05:00,43.5,43.5,43.5,43.5,43.5,0,0,0,0 2025-12-16 00:00:00-05:00,43.5,43.5,43.5,43.5,43.5,0,0,0,0 2025-12-17 00:00:00-05:00,43.1100006103516,43.1100006103516,43.1100006103516,43.1100006103516,43.1100006103516,0,0,0,0 2025-12-18 00:00:00-05:00,43.4300003051758,43.4300003051758,43.4300003051758,43.4300003051758,43.4300003051758,0,0,0,0 2025-12-19 00:00:00-05:00,43.6599998474121,43.6599998474121,43.6599998474121,43.6599998474121,43.6599998474121,0,0,0,0 2025-12-22 00:00:00-05:00,43.8499984741211,43.8499984741211,43.8499984741211,43.8499984741211,43.8499984741211,0,0,0,0 2025-12-23 00:00:00-05:00,44.0400009155273,44.0400009155273,44.0400009155273,44.0400009155273,44.0400009155273,0,0,0,0 2025-12-24 00:00:00-05:00,44.1699981689453,44.1699981689453,44.1699981689453,44.1699981689453,44.1699981689453,0,0,0,0 2025-12-26 00:00:00-05:00,44.189998626709,44.189998626709,44.189998626709,44.189998626709,44.189998626709,0,0,0,0 2025-12-29 00:00:00-05:00,44.0999984741211,44.0999984741211,44.0999984741211,44.0999984741211,44.0999984741211,0,0,0,0 2025-12-30 00:00:00-05:00,44.0800018310547,44.0800018310547,44.0800018310547,44.0800018310547,44.0800018310547,0,0,0,0 2025-12-31 00:00:00-05:00,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,0,0,0,0 2026-01-02 00:00:00-05:00,43.4599990844727,43.4599990844727,43.4599990844727,43.4599990844727,43.4599990844727,0,0,0,0 2026-01-05 00:00:00-05:00,43.6699981689453,43.6699981689453,43.6699981689453,43.6699981689453,43.6699981689453,0,0,0,0 2026-01-06 00:00:00-05:00,44.0299987792969,44.0299987792969,44.0299987792969,44.0299987792969,44.0299987792969,0,0,0,0 2026-01-07 00:00:00-05:00,44.0800018310547,44.0800018310547,44.0800018310547,44.0800018310547,44.0800018310547,0,0,0,0 2026-01-08 00:00:00-05:00,44.1199989318848,44.1199989318848,44.1199989318848,44.1199989318848,44.1199989318848,0,0,0,0 2026-01-09 00:00:00-05:00,44.4199981689453,44.4199981689453,44.4199981689453,44.4199981689453,44.4199981689453,0,0,0,0 ================================================ FILE: tests/data/JENYX-1d-cg-double-count.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2021-01-11 00:00:00-05:00,54.95000076293945,54.95000076293945,54.95000076293945,54.95000076293945,13.737713813781738,0,0.0,0.0,0.0 2021-01-12 00:00:00-05:00,54.689998626708984,54.689998626708984,54.689998626708984,54.689998626708984,13.672712326049805,0,0.0,0.0,0.0 2021-01-13 00:00:00-05:00,54.709999084472656,54.709999084472656,54.709999084472656,54.709999084472656,13.677712440490723,0,0.0,0.0,0.0 2021-01-14 00:00:00-05:00,54.290000915527344,54.290000915527344,54.290000915527344,54.290000915527344,13.572707176208496,0,0.0,0.0,0.0 2021-01-15 00:00:00-05:00,54.22999954223633,54.22999954223633,54.22999954223633,54.22999954223633,13.55771255493164,0,0.0,0.0,0.0 2021-01-19 00:00:00-05:00,54.54999923706055,54.54999923706055,54.54999923706055,54.54999923706055,13.637711524963379,0,0.0,0.0,0.0 2021-01-20 00:00:00-05:00,55.31999969482422,55.31999969482422,55.31999969482422,55.31999969482422,13.830211639404297,0,0.0,0.0,0.0 2021-01-21 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,13.815214157104492,0,0.0,0.0,0.0 2021-01-22 00:00:00-05:00,55.040000915527344,55.040000915527344,55.040000915527344,55.040000915527344,13.760211944580078,0,0.0,0.0,0.0 2021-01-25 00:00:00-05:00,55.380001068115234,55.380001068115234,55.380001068115234,55.380001068115234,13.84521484375,0,0.0,0.0,0.0 2021-01-26 00:00:00-05:00,55.61000061035156,55.61000061035156,55.61000061035156,55.61000061035156,13.902716636657715,0,0.0,0.0,0.0 2021-01-27 00:00:00-05:00,54.45000076293945,54.45000076293945,54.45000076293945,54.45000076293945,13.612711906433105,0,0.0,0.0,0.0 2021-01-28 00:00:00-05:00,54.959999084472656,54.959999084472656,54.959999084472656,54.959999084472656,13.740212440490723,0,0.0,0.0,0.0 2021-01-29 00:00:00-05:00,53.869998931884766,53.869998931884766,53.869998931884766,53.869998931884766,13.467708587646484,0,0.0,0.0,0.0 2021-02-01 00:00:00-05:00,54.56999969482422,54.56999969482422,54.56999969482422,54.56999969482422,13.642709732055664,0,0.0,0.0,0.0 2021-02-02 00:00:00-05:00,55.06999969482422,55.06999969482422,55.06999969482422,55.06999969482422,13.76771354675293,0,0.0,0.0,0.0 2021-02-03 00:00:00-05:00,55.20000076293945,55.20000076293945,55.20000076293945,55.20000076293945,13.800212860107422,0,0.0,0.0,0.0 2021-02-04 00:00:00-05:00,55.4900016784668,55.4900016784668,55.4900016784668,55.4900016784668,13.87271499633789,0,0.0,0.0,0.0 2021-02-05 00:00:00-05:00,55.7400016784668,55.7400016784668,55.7400016784668,55.7400016784668,13.935216903686523,0,0.0,0.0,0.0 2021-02-08 00:00:00-05:00,55.91999816894531,55.91999816894531,55.91999816894531,55.91999816894531,13.98021411895752,0,0.0,0.0,0.0 2021-02-09 00:00:00-05:00,55.880001068115234,55.880001068115234,55.880001068115234,55.880001068115234,13.970215797424316,0,0.0,0.0,0.0 2021-02-10 00:00:00-05:00,55.90999984741211,55.90999984741211,55.90999984741211,55.90999984741211,13.977717399597168,0,0.0,0.0,0.0 2021-02-11 00:00:00-05:00,55.91999816894531,55.91999816894531,55.91999816894531,55.91999816894531,13.98021411895752,0,0.0,0.0,0.0 2021-02-12 00:00:00-05:00,55.9900016784668,55.9900016784668,55.9900016784668,55.9900016784668,13.997716903686523,0,0.0,0.0,0.0 2021-02-16 00:00:00-05:00,55.83000183105469,55.83000183105469,55.83000183105469,55.83000183105469,13.957718849182129,0,0.0,0.0,0.0 2021-02-17 00:00:00-05:00,55.869998931884766,55.869998931884766,55.869998931884766,55.869998931884766,13.967719078063965,0,0.0,0.0,0.0 2021-02-18 00:00:00-05:00,55.970001220703125,55.970001220703125,55.970001220703125,55.970001220703125,13.992715835571289,0,0.0,0.0,0.0 2021-02-19 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,13.815214157104492,0,0.0,0.0,0.0 2021-02-22 00:00:00-05:00,54.72999954223633,54.72999954223633,54.72999954223633,54.72999954223633,13.682714462280273,0,0.0,0.0,0.0 2021-02-23 00:00:00-05:00,54.77000045776367,54.77000045776367,54.77000045776367,54.77000045776367,13.692710876464844,0,0.0,0.0,0.0 2021-02-24 00:00:00-05:00,55.209999084472656,55.209999084472656,55.209999084472656,55.209999084472656,13.802714347839355,0,0.0,0.0,0.0 2021-02-25 00:00:00-05:00,54.290000915527344,54.290000915527344,54.290000915527344,54.290000915527344,13.572707176208496,0,0.0,0.0,0.0 2021-02-26 00:00:00-05:00,54.029998779296875,54.029998779296875,54.029998779296875,54.029998779296875,13.507708549499512,0,0.0,0.0,0.0 2021-03-01 00:00:00-05:00,55.0,55.0,55.0,55.0,13.750214576721191,0,0.0,0.0,0.0 2021-03-02 00:00:00-05:00,54.790000915527344,54.790000915527344,54.790000915527344,54.790000915527344,13.697712898254395,0,0.0,0.0,0.0 2021-03-03 00:00:00-05:00,54.040000915527344,54.040000915527344,54.040000915527344,54.040000915527344,13.510211944580078,0,0.0,0.0,0.0 2021-03-04 00:00:00-05:00,53.43000030517578,53.43000030517578,53.43000030517578,53.43000030517578,13.357706069946289,0,0.0,0.0,0.0 2021-03-05 00:00:00-05:00,54.56999969482422,54.56999969482422,54.56999969482422,54.56999969482422,13.642709732055664,0,0.0,0.0,0.0 2021-03-08 00:00:00-05:00,54.349998474121094,54.349998474121094,54.349998474121094,54.349998474121094,13.587711334228516,0,0.0,0.0,0.0 2021-03-09 00:00:00-05:00,54.90999984741211,54.90999984741211,54.90999984741211,54.90999984741211,13.727713584899902,0,0.0,0.0,0.0 2021-03-10 00:00:00-05:00,55.13999938964844,55.13999938964844,55.13999938964844,55.13999938964844,13.785212516784668,0,0.0,0.0,0.0 2021-03-11 00:00:00-05:00,55.70000076293945,55.70000076293945,55.70000076293945,55.70000076293945,13.925216674804688,0,0.0,0.0,0.0 2021-03-12 00:00:00-05:00,55.66999816894531,55.66999816894531,55.66999816894531,55.66999816894531,13.917715072631836,0,0.0,0.0,0.0 2021-03-15 00:00:00-04:00,56.15999984741211,56.15999984741211,56.15999984741211,56.15999984741211,14.0402193069458,0,0.0,0.0,0.0 2021-03-16 00:00:00-04:00,56.08000183105469,56.08000183105469,56.08000183105469,56.08000183105469,14.0635404586792,0,0.173,0.0,0.0 2021-03-17 00:00:00-04:00,55.91999816894531,55.91999816894531,55.91999816894531,55.91999816894531,14.023414611816406,0,0.0,0.0,0.0 2021-03-18 00:00:00-04:00,55.400001525878906,55.400001525878906,55.400001525878906,55.400001525878906,13.893013000488281,0,0.0,0.0,0.0 2021-03-19 00:00:00-04:00,55.290000915527344,55.290000915527344,55.290000915527344,55.290000915527344,13.865428924560547,0,0.0,0.0,0.0 2021-03-22 00:00:00-04:00,55.86000061035156,55.86000061035156,55.86000061035156,55.86000061035156,14.008370399475098,0,0.0,0.0,0.0 2021-03-23 00:00:00-04:00,55.77000045776367,55.77000045776367,55.77000045776367,55.77000045776367,13.985798835754395,0,0.0,0.0,0.0 2021-03-24 00:00:00-04:00,55.70000076293945,55.70000076293945,55.70000076293945,55.70000076293945,13.968246459960938,0,0.0,0.0,0.0 2021-03-25 00:00:00-04:00,55.81999969482422,55.81999969482422,55.81999969482422,55.81999969482422,13.99833869934082,0,0.0,0.0,0.0 2021-03-26 00:00:00-04:00,56.939998626708984,56.939998626708984,56.939998626708984,56.939998626708984,14.279208183288574,0,0.0,0.0,0.0 2021-03-29 00:00:00-04:00,57.150001525878906,57.150001525878906,57.150001525878906,57.150001525878906,14.331871032714844,0,0.0,0.0,0.0 2021-03-30 00:00:00-04:00,56.77000045776367,56.77000045776367,56.77000045776367,56.77000045776367,14.23657512664795,0,0.0,0.0,0.0 2021-03-31 00:00:00-04:00,56.79999923706055,56.79999923706055,56.79999923706055,56.79999923706055,14.244099617004395,0,0.0,0.0,0.0 2021-04-01 00:00:00-04:00,57.13999938964844,57.13999938964844,57.13999938964844,57.13999938964844,14.329362869262695,0,0.0,0.0,0.0 2021-04-05 00:00:00-04:00,58.130001068115234,58.130001068115234,58.130001068115234,58.130001068115234,14.577629089355469,0,0.0,0.0,0.0 2021-04-06 00:00:00-04:00,58.02000045776367,58.02000045776367,58.02000045776367,58.02000045776367,14.55004596710205,0,0.0,0.0,0.0 2021-04-07 00:00:00-04:00,58.02000045776367,58.02000045776367,58.02000045776367,58.02000045776367,14.55004596710205,0,0.0,0.0,0.0 2021-04-08 00:00:00-04:00,58.29999923706055,58.29999923706055,58.29999923706055,58.29999923706055,14.620262145996094,0,0.0,0.0,0.0 2021-04-09 00:00:00-04:00,58.84000015258789,58.84000015258789,58.84000015258789,58.84000015258789,14.755681991577148,0,0.0,0.0,0.0 2021-04-12 00:00:00-04:00,58.81999969482422,58.81999969482422,58.81999969482422,58.81999969482422,14.750665664672852,0,0.0,0.0,0.0 2021-04-13 00:00:00-04:00,58.880001068115234,58.880001068115234,58.880001068115234,58.880001068115234,14.765713691711426,0,0.0,0.0,0.0 2021-04-14 00:00:00-04:00,58.59000015258789,58.59000015258789,58.59000015258789,58.59000015258789,14.69299030303955,0,0.0,0.0,0.0 2021-04-15 00:00:00-04:00,59.31999969482422,59.31999969482422,59.31999969482422,59.31999969482422,14.876056671142578,0,0.0,0.0,0.0 2021-04-16 00:00:00-04:00,59.70000076293945,59.70000076293945,59.70000076293945,59.70000076293945,14.971353530883789,0,0.0,0.0,0.0 2021-04-19 00:00:00-04:00,59.459999084472656,59.459999084472656,59.459999084472656,59.459999084472656,14.911163330078125,0,0.0,0.0,0.0 2021-04-20 00:00:00-04:00,59.470001220703125,59.470001220703125,59.470001220703125,59.470001220703125,14.91367244720459,0,0.0,0.0,0.0 2021-04-21 00:00:00-04:00,59.90999984741211,59.90999984741211,59.90999984741211,59.90999984741211,15.02401351928711,0,0.0,0.0,0.0 2021-04-22 00:00:00-04:00,59.7400016784668,59.7400016784668,59.7400016784668,59.7400016784668,14.981382369995117,0,0.0,0.0,0.0 2021-04-23 00:00:00-04:00,60.220001220703125,60.220001220703125,60.220001220703125,60.220001220703125,15.101755142211914,0,0.0,0.0,0.0 2021-04-26 00:00:00-04:00,59.95000076293945,59.95000076293945,59.95000076293945,59.95000076293945,15.034042358398438,0,0.0,0.0,0.0 2021-04-27 00:00:00-04:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,15.049091339111328,0,0.0,0.0,0.0 2021-04-28 00:00:00-04:00,59.720001220703125,59.720001220703125,59.720001220703125,59.720001220703125,14.97636604309082,0,0.0,0.0,0.0 2021-04-29 00:00:00-04:00,60.18000030517578,60.18000030517578,60.18000030517578,60.18000030517578,15.09172248840332,0,0.0,0.0,0.0 2021-04-30 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,14.986394882202148,0,0.0,0.0,0.0 2021-05-03 00:00:00-04:00,60.36000061035156,60.36000061035156,60.36000061035156,60.36000061035156,15.136863708496094,0,0.0,0.0,0.0 2021-05-04 00:00:00-04:00,60.02000045776367,60.02000045776367,60.02000045776367,60.02000045776367,15.051597595214844,0,0.0,0.0,0.0 2021-05-05 00:00:00-04:00,59.93000030517578,59.93000030517578,59.93000030517578,59.93000030517578,15.029027938842773,0,0.0,0.0,0.0 2021-05-06 00:00:00-04:00,60.08000183105469,60.08000183105469,60.08000183105469,60.08000183105469,15.066648483276367,0,0.0,0.0,0.0 2021-05-07 00:00:00-04:00,60.40999984741211,60.40999984741211,60.40999984741211,60.40999984741211,15.14940071105957,0,0.0,0.0,0.0 2021-05-10 00:00:00-04:00,60.310001373291016,60.310001373291016,60.310001373291016,60.310001373291016,15.124323844909668,0,0.0,0.0,0.0 2021-05-11 00:00:00-04:00,59.720001220703125,59.720001220703125,59.720001220703125,59.720001220703125,14.97636604309082,0,0.0,0.0,0.0 2021-05-12 00:00:00-04:00,58.58000183105469,58.58000183105469,58.58000183105469,58.58000183105469,14.690481185913086,0,0.0,0.0,0.0 2021-05-13 00:00:00-04:00,59.400001525878906,59.400001525878906,59.400001525878906,59.400001525878906,14.896116256713867,0,0.0,0.0,0.0 2021-05-14 00:00:00-04:00,59.939998626708984,59.939998626708984,59.939998626708984,59.939998626708984,15.031535148620605,0,0.0,0.0,0.0 2021-05-17 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,14.986394882202148,0,0.0,0.0,0.0 2021-05-18 00:00:00-04:00,59.439998626708984,59.439998626708984,59.439998626708984,59.439998626708984,14.906149864196777,0,0.0,0.0,0.0 2021-05-19 00:00:00-04:00,59.2599983215332,59.2599983215332,59.2599983215332,59.2599983215332,14.861007690429688,0,0.0,0.0,0.0 2021-05-20 00:00:00-04:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,15.00395393371582,0,0.0,0.0,0.0 2021-05-21 00:00:00-04:00,59.7599983215332,59.7599983215332,59.7599983215332,59.7599983215332,14.986394882202148,0,0.0,0.0,0.0 2021-05-24 00:00:00-04:00,60.20000076293945,60.20000076293945,60.20000076293945,60.20000076293945,15.09674072265625,0,0.0,0.0,0.0 2021-05-25 00:00:00-04:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,15.076674461364746,0,0.0,0.0,0.0 2021-05-26 00:00:00-04:00,60.060001373291016,60.060001373291016,60.060001373291016,60.060001373291016,15.061630249023438,0,0.0,0.0,0.0 2021-05-27 00:00:00-04:00,59.849998474121094,59.849998474121094,59.849998474121094,59.849998474121094,15.0089693069458,0,0.0,0.0,0.0 2021-05-28 00:00:00-04:00,59.97999954223633,59.97999954223633,59.97999954223633,59.97999954223633,15.0415678024292,0,0.0,0.0,0.0 2021-06-01 00:00:00-04:00,59.65999984741211,59.65999984741211,59.65999984741211,59.65999984741211,14.961318969726562,0,0.0,0.0,0.0 2021-06-02 00:00:00-04:00,59.72999954223633,59.72999954223633,59.72999954223633,59.72999954223633,14.978872299194336,0,0.0,0.0,0.0 2021-06-03 00:00:00-04:00,59.58000183105469,59.58000183105469,59.58000183105469,59.58000183105469,14.941255569458008,0,0.0,0.0,0.0 2021-06-04 00:00:00-04:00,60.060001373291016,60.060001373291016,60.060001373291016,60.060001373291016,15.061630249023438,0,0.0,0.0,0.0 2021-06-07 00:00:00-04:00,59.81999969482422,59.81999969482422,59.81999969482422,59.81999969482422,15.001443862915039,0,0.0,0.0,0.0 2021-06-08 00:00:00-04:00,59.77000045776367,59.77000045776367,59.77000045776367,59.77000045776367,14.988905906677246,0,0.0,0.0,0.0 2021-06-09 00:00:00-04:00,59.849998474121094,59.849998474121094,59.849998474121094,59.849998474121094,15.0089693069458,0,0.0,0.0,0.0 2021-06-10 00:00:00-04:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,15.112530708312988,0,0.142,0.0,0.0 2021-06-11 00:00:00-04:00,60.099998474121094,60.099998474121094,60.099998474121094,60.099998474121094,15.10750675201416,0,0.0,0.0,0.0 2021-06-14 00:00:00-04:00,60.189998626708984,60.189998626708984,60.189998626708984,60.189998626708984,15.13012409210205,0,0.0,0.0,0.0 2021-06-15 00:00:00-04:00,60.02000045776367,60.02000045776367,60.02000045776367,60.02000045776367,15.087395668029785,0,0.0,0.0,0.0 2021-06-16 00:00:00-04:00,59.650001525878906,59.650001525878906,59.650001525878906,59.650001525878906,14.99438762664795,0,0.0,0.0,0.0 2021-06-17 00:00:00-04:00,59.84000015258789,59.84000015258789,59.84000015258789,59.84000015258789,15.042146682739258,0,0.0,0.0,0.0 2021-06-18 00:00:00-04:00,59.09000015258789,59.09000015258789,59.09000015258789,59.09000015258789,14.853619575500488,0,0.0,0.0,0.0 2021-06-21 00:00:00-04:00,59.939998626708984,59.939998626708984,59.939998626708984,59.939998626708984,15.067283630371094,0,0.0,0.0,0.0 2021-06-22 00:00:00-04:00,60.220001220703125,60.220001220703125,60.220001220703125,60.220001220703125,15.13767147064209,0,0.0,0.0,0.0 2021-06-23 00:00:00-04:00,59.91999816894531,59.91999816894531,59.91999816894531,59.91999816894531,15.062259674072266,0,0.0,0.0,0.0 2021-06-24 00:00:00-04:00,60.220001220703125,60.220001220703125,60.220001220703125,60.220001220703125,15.13767147064209,0,0.0,0.0,0.0 2021-06-25 00:00:00-04:00,60.84000015258789,60.84000015258789,60.84000015258789,60.84000015258789,15.2935209274292,0,0.0,0.0,0.0 2021-06-28 00:00:00-04:00,60.869998931884766,60.869998931884766,60.869998931884766,60.869998931884766,15.301060676574707,0,0.0,0.0,0.0 2021-06-29 00:00:00-04:00,61.13999938964844,61.13999938964844,61.13999938964844,61.13999938964844,15.368935585021973,0,0.0,0.0,0.0 2021-06-30 00:00:00-04:00,61.13999938964844,61.13999938964844,61.13999938964844,61.13999938964844,15.368935585021973,0,0.0,0.0,0.0 2021-07-01 00:00:00-04:00,61.58000183105469,61.58000183105469,61.58000183105469,61.58000183105469,15.479537010192871,0,0.0,0.0,0.0 2021-07-02 00:00:00-04:00,62.25,62.25,62.25,62.25,15.647958755493164,0,0.0,0.0,0.0 2021-07-06 00:00:00-04:00,62.2599983215332,62.2599983215332,62.2599983215332,62.2599983215332,15.650470733642578,0,0.0,0.0,0.0 2021-07-07 00:00:00-04:00,62.72999954223633,62.72999954223633,62.72999954223633,62.72999954223633,15.768613815307617,0,0.0,0.0,0.0 2021-07-08 00:00:00-04:00,62.349998474121094,62.349998474121094,62.349998474121094,62.349998474121094,15.673093795776367,0,0.0,0.0,0.0 2021-07-09 00:00:00-04:00,62.709999084472656,62.709999084472656,62.709999084472656,62.709999084472656,15.763586044311523,0,0.0,0.0,0.0 2021-07-12 00:00:00-04:00,62.779998779296875,62.779998779296875,62.779998779296875,62.779998779296875,15.781185150146484,0,0.0,0.0,0.0 2021-07-13 00:00:00-04:00,62.880001068115234,62.880001068115234,62.880001068115234,62.880001068115234,15.806321144104004,0,0.0,0.0,0.0 2021-07-14 00:00:00-04:00,63.2400016784668,63.2400016784668,63.2400016784668,63.2400016784668,15.89681339263916,0,0.0,0.0,0.0 2021-07-15 00:00:00-04:00,63.18000030517578,63.18000030517578,63.18000030517578,63.18000030517578,15.88173770904541,0,0.0,0.0,0.0 2021-07-16 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,15.83899974822998,0,0.0,0.0,0.0 2021-07-19 00:00:00-04:00,62.099998474121094,62.099998474121094,62.099998474121094,62.099998474121094,15.610249519348145,0,0.0,0.0,0.0 2021-07-20 00:00:00-04:00,62.880001068115234,62.880001068115234,62.880001068115234,62.880001068115234,15.806321144104004,0,0.0,0.0,0.0 2021-07-21 00:00:00-04:00,63.18000030517578,63.18000030517578,63.18000030517578,63.18000030517578,15.88173770904541,0,0.0,0.0,0.0 2021-07-22 00:00:00-04:00,63.43000030517578,63.43000030517578,63.43000030517578,63.43000030517578,15.944576263427734,0,0.0,0.0,0.0 2021-07-23 00:00:00-04:00,64.31999969482422,64.31999969482422,64.31999969482422,64.31999969482422,16.16829490661621,0,0.0,0.0,0.0 2021-07-26 00:00:00-04:00,64.3499984741211,64.3499984741211,64.3499984741211,64.3499984741211,16.175838470458984,0,0.0,0.0,0.0 2021-07-27 00:00:00-04:00,64.19999694824219,64.19999694824219,64.19999694824219,64.19999694824219,16.138134002685547,0,0.0,0.0,0.0 2021-07-28 00:00:00-04:00,64.05999755859375,64.05999755859375,64.05999755859375,64.05999755859375,16.102937698364258,0,0.0,0.0,0.0 2021-07-29 00:00:00-04:00,64.41000366210938,64.41000366210938,64.41000366210938,64.41000366210938,16.1909236907959,0,0.0,0.0,0.0 2021-07-30 00:00:00-04:00,64.44000244140625,64.44000244140625,64.44000244140625,64.44000244140625,16.198467254638672,0,0.0,0.0,0.0 2021-08-02 00:00:00-04:00,64.41000366210938,64.41000366210938,64.41000366210938,64.41000366210938,16.1909236907959,0,0.0,0.0,0.0 2021-08-03 00:00:00-04:00,64.94000244140625,64.94000244140625,64.94000244140625,64.94000244140625,16.32415199279785,0,0.0,0.0,0.0 2021-08-04 00:00:00-04:00,64.48999786376953,64.48999786376953,64.48999786376953,64.48999786376953,16.211030960083008,0,0.0,0.0,0.0 2021-08-05 00:00:00-04:00,64.55999755859375,64.55999755859375,64.55999755859375,64.55999755859375,16.228628158569336,0,0.0,0.0,0.0 2021-08-06 00:00:00-04:00,64.44999694824219,64.44999694824219,64.44999694824219,64.44999694824219,16.200977325439453,0,0.0,0.0,0.0 2021-08-09 00:00:00-04:00,64.29000091552734,64.29000091552734,64.29000091552734,64.29000091552734,16.1607608795166,0,0.0,0.0,0.0 2021-08-10 00:00:00-04:00,64.43000030517578,64.43000030517578,64.43000030517578,64.43000030517578,16.195951461791992,0,0.0,0.0,0.0 2021-08-11 00:00:00-04:00,64.55000305175781,64.55000305175781,64.55000305175781,64.55000305175781,16.226119995117188,0,0.0,0.0,0.0 2021-08-12 00:00:00-04:00,64.87999725341797,64.87999725341797,64.87999725341797,64.87999725341797,16.309064865112305,0,0.0,0.0,0.0 2021-08-13 00:00:00-04:00,65.25,65.25,65.25,65.25,16.402074813842773,0,0.0,0.0,0.0 2021-08-16 00:00:00-04:00,65.7699966430664,65.7699966430664,65.7699966430664,65.7699966430664,16.53278923034668,0,0.0,0.0,0.0 2021-08-17 00:00:00-04:00,65.66999816894531,65.66999816894531,65.66999816894531,65.66999816894531,16.507648468017578,0,0.0,0.0,0.0 2021-08-18 00:00:00-04:00,64.87999725341797,64.87999725341797,64.87999725341797,64.87999725341797,16.309064865112305,0,0.0,0.0,0.0 2021-08-19 00:00:00-04:00,65.22000122070312,65.22000122070312,65.22000122070312,65.22000122070312,16.3945369720459,0,0.0,0.0,0.0 2021-08-20 00:00:00-04:00,65.66999816894531,65.66999816894531,65.66999816894531,65.66999816894531,16.507648468017578,0,0.0,0.0,0.0 2021-08-23 00:00:00-04:00,65.94000244140625,65.94000244140625,65.94000244140625,65.94000244140625,16.575525283813477,0,0.0,0.0,0.0 2021-08-24 00:00:00-04:00,65.72000122070312,65.72000122070312,65.72000122070312,65.72000122070312,16.520219802856445,0,0.0,0.0,0.0 2021-08-25 00:00:00-04:00,65.62999725341797,65.62999725341797,65.62999725341797,65.62999725341797,16.497596740722656,0,0.0,0.0,0.0 2021-08-26 00:00:00-04:00,65.29000091552734,65.29000091552734,65.29000091552734,65.29000091552734,16.412128448486328,0,0.0,0.0,0.0 2021-08-27 00:00:00-04:00,65.66000366210938,65.66000366210938,65.66000366210938,65.66000366210938,16.505142211914062,0,0.0,0.0,0.0 2021-08-30 00:00:00-04:00,65.9800033569336,65.9800033569336,65.9800033569336,65.9800033569336,16.58557891845703,0,0.0,0.0,0.0 2021-08-31 00:00:00-04:00,65.87000274658203,65.87000274658203,65.87000274658203,65.87000274658203,16.55792808532715,0,0.0,0.0,0.0 2021-09-01 00:00:00-04:00,65.94000244140625,65.94000244140625,65.94000244140625,65.94000244140625,16.575525283813477,0,0.0,0.0,0.0 2021-09-02 00:00:00-04:00,66.12999725341797,66.12999725341797,66.12999725341797,66.12999725341797,16.62328338623047,0,0.0,0.0,0.0 2021-09-03 00:00:00-04:00,66.18000030517578,66.18000030517578,66.18000030517578,66.18000030517578,16.63585090637207,0,0.0,0.0,0.0 2021-09-07 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,16.522735595703125,0,0.0,0.0,0.0 2021-09-08 00:00:00-04:00,66.0,66.0,66.0,66.0,16.590604782104492,0,0.0,0.0,0.0 2021-09-09 00:00:00-04:00,65.66999816894531,65.66999816894531,65.66999816894531,65.66999816894531,16.507648468017578,0,0.0,0.0,0.0 2021-09-10 00:00:00-04:00,65.08999633789062,65.08999633789062,65.08999633789062,65.08999633789062,16.40306854248047,0,0.165,0.0,0.0 2021-09-13 00:00:00-04:00,65.05999755859375,65.05999755859375,65.05999755859375,65.05999755859375,16.395509719848633,0,0.0,0.0,0.0 2021-09-14 00:00:00-04:00,65.06999969482422,65.06999969482422,65.06999969482422,65.06999969482422,16.398029327392578,0,0.0,0.0,0.0 2021-09-15 00:00:00-04:00,65.4000015258789,65.4000015258789,65.4000015258789,65.4000015258789,16.481191635131836,0,0.0,0.0,0.0 2021-09-16 00:00:00-04:00,65.26000213623047,65.26000213623047,65.26000213623047,65.26000213623047,16.445913314819336,0,0.0,0.0,0.0 2021-09-17 00:00:00-04:00,64.5999984741211,64.5999984741211,64.5999984741211,64.5999984741211,16.279582977294922,0,0.0,0.0,0.0 2021-09-20 00:00:00-04:00,63.90999984741211,63.90999984741211,63.90999984741211,63.90999984741211,16.105703353881836,0,0.0,0.0,0.0 2021-09-21 00:00:00-04:00,63.849998474121094,63.849998474121094,63.849998474121094,63.849998474121094,16.0905818939209,0,0.0,0.0,0.0 2021-09-22 00:00:00-04:00,64.30999755859375,64.30999755859375,64.30999755859375,64.30999755859375,16.20650291442871,0,0.0,0.0,0.0 2021-09-23 00:00:00-04:00,64.9000015258789,64.9000015258789,64.9000015258789,64.9000015258789,16.35519027709961,0,0.0,0.0,0.0 2021-09-24 00:00:00-04:00,64.77999877929688,64.77999877929688,64.77999877929688,64.77999877929688,16.3249454498291,0,0.0,0.0,0.0 2021-09-27 00:00:00-04:00,64.26000213623047,64.26000213623047,64.26000213623047,64.26000213623047,16.193904876708984,0,0.0,0.0,0.0 2021-09-28 00:00:00-04:00,63.02000045776367,63.02000045776367,63.02000045776367,63.02000045776367,15.881418228149414,0,0.0,0.0,0.0 2021-09-29 00:00:00-04:00,63.220001220703125,63.220001220703125,63.220001220703125,63.220001220703125,15.931818008422852,0,0.0,0.0,0.0 2021-09-30 00:00:00-04:00,62.310001373291016,62.310001373291016,62.310001373291016,62.310001373291016,15.702494621276855,0,0.0,0.0,0.0 2021-10-01 00:00:00-04:00,62.90999984741211,62.90999984741211,62.90999984741211,62.90999984741211,15.853697776794434,0,0.0,0.0,0.0 2021-10-04 00:00:00-04:00,62.0099983215332,62.0099983215332,62.0099983215332,62.0099983215332,15.6268949508667,0,0.0,0.0,0.0 2021-10-05 00:00:00-04:00,62.630001068115234,62.630001068115234,62.630001068115234,62.630001068115234,15.783135414123535,0,0.0,0.0,0.0 2021-10-06 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,15.878896713256836,0,0.0,0.0,0.0 2021-10-07 00:00:00-04:00,63.58000183105469,63.58000183105469,63.58000183105469,63.58000183105469,16.022539138793945,0,0.0,0.0,0.0 2021-10-08 00:00:00-04:00,63.45000076293945,63.45000076293945,63.45000076293945,63.45000076293945,15.989779472351074,0,0.0,0.0,0.0 2021-10-11 00:00:00-04:00,63.08000183105469,63.08000183105469,63.08000183105469,63.08000183105469,15.896539688110352,0,0.0,0.0,0.0 2021-10-12 00:00:00-04:00,62.939998626708984,62.939998626708984,62.939998626708984,62.939998626708984,15.861257553100586,0,0.0,0.0,0.0 2021-10-13 00:00:00-04:00,63.25,63.25,63.25,63.25,15.93937873840332,0,0.0,0.0,0.0 2021-10-14 00:00:00-04:00,64.41999816894531,64.41999816894531,64.41999816894531,64.41999816894531,16.23422622680664,0,0.0,0.0,0.0 2021-10-15 00:00:00-04:00,64.86000061035156,64.86000061035156,64.86000061035156,64.86000061035156,16.345108032226562,0,0.0,0.0,0.0 2021-10-18 00:00:00-04:00,64.95999908447266,64.95999908447266,64.95999908447266,64.95999908447266,16.37030792236328,0,0.0,0.0,0.0 2021-10-19 00:00:00-04:00,65.58000183105469,65.58000183105469,65.58000183105469,65.58000183105469,16.52655601501465,0,0.0,0.0,0.0 2021-10-20 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,16.564350128173828,0,0.0,0.0,0.0 2021-10-21 00:00:00-04:00,65.97000122070312,65.97000122070312,65.97000122070312,65.97000122070312,16.624835968017578,0,0.0,0.0,0.0 2021-10-22 00:00:00-04:00,66.16999816894531,66.16999816894531,66.16999816894531,66.16999816894531,16.675233840942383,0,0.0,0.0,0.0 2021-10-25 00:00:00-04:00,66.26000213623047,66.26000213623047,66.26000213623047,66.26000213623047,16.69791603088379,0,0.0,0.0,0.0 2021-10-26 00:00:00-04:00,66.55999755859375,66.55999755859375,66.55999755859375,66.55999755859375,16.773515701293945,0,0.0,0.0,0.0 2021-10-27 00:00:00-04:00,66.37000274658203,66.37000274658203,66.37000274658203,66.37000274658203,16.72563934326172,0,0.0,0.0,0.0 2021-10-28 00:00:00-04:00,66.58999633789062,66.58999633789062,66.58999633789062,66.58999633789062,16.78108024597168,0,0.0,0.0,0.0 2021-10-29 00:00:00-04:00,66.81999969482422,66.81999969482422,66.81999969482422,66.81999969482422,16.839038848876953,0,0.0,0.0,0.0 2021-11-01 00:00:00-04:00,66.5,66.5,66.5,66.5,16.75840187072754,0,0.0,0.0,0.0 2021-11-02 00:00:00-04:00,67.1500015258789,67.1500015258789,67.1500015258789,67.1500015258789,16.922203063964844,0,0.0,0.0,0.0 2021-11-03 00:00:00-04:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,17.00536346435547,0,0.0,0.0,0.0 2021-11-04 00:00:00-04:00,67.66000366210938,67.66000366210938,67.66000366210938,67.66000366210938,17.05072593688965,0,0.0,0.0,0.0 2021-11-05 00:00:00-04:00,68.27999877929688,68.27999877929688,68.27999877929688,68.27999877929688,17.20697021484375,0,0.0,0.0,0.0 2021-11-08 00:00:00-05:00,68.05999755859375,68.05999755859375,68.05999755859375,68.05999755859375,17.151525497436523,0,0.0,0.0,0.0 2021-11-09 00:00:00-05:00,68.08000183105469,68.08000183105469,68.08000183105469,68.08000183105469,17.156572341918945,0,0.0,0.0,0.0 2021-11-10 00:00:00-05:00,67.77999877929688,67.77999877929688,67.77999877929688,67.77999877929688,17.080963134765625,0,0.0,0.0,0.0 2021-11-11 00:00:00-05:00,67.55999755859375,67.55999755859375,67.55999755859375,67.55999755859375,17.02552604675293,0,0.0,0.0,0.0 2021-11-12 00:00:00-05:00,68.2300033569336,68.2300033569336,68.2300033569336,68.2300033569336,17.194366455078125,0,0.0,0.0,0.0 2021-11-15 00:00:00-05:00,68.12999725341797,68.12999725341797,68.12999725341797,68.12999725341797,17.169166564941406,0,0.0,0.0,0.0 2021-11-16 00:00:00-05:00,68.55999755859375,68.55999755859375,68.55999755859375,68.55999755859375,17.27753257751465,0,0.0,0.0,0.0 2021-11-17 00:00:00-05:00,68.73999786376953,68.73999786376953,68.73999786376953,68.73999786376953,17.32288932800293,0,0.0,0.0,0.0 2021-11-18 00:00:00-05:00,68.83000183105469,68.83000183105469,68.83000183105469,68.83000183105469,17.345569610595703,0,0.0,0.0,0.0 2021-11-19 00:00:00-05:00,69.13999938964844,69.13999938964844,69.13999938964844,69.13999938964844,17.42369270324707,0,0.0,0.0,0.0 2021-11-22 00:00:00-05:00,68.55999755859375,68.55999755859375,68.55999755859375,68.55999755859375,17.27753257751465,0,0.0,0.0,0.0 2021-11-23 00:00:00-05:00,68.66999816894531,68.66999816894531,68.66999816894531,68.66999816894531,17.30525016784668,0,0.0,0.0,0.0 2021-11-24 00:00:00-05:00,68.72000122070312,68.72000122070312,68.72000122070312,68.72000122070312,17.31785011291504,0,0.0,0.0,0.0 2021-11-26 00:00:00-05:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,17.00536346435547,0,0.0,0.0,0.0 2021-11-29 00:00:00-05:00,68.43000030517578,68.43000030517578,68.43000030517578,68.43000030517578,17.244768142700195,0,0.0,0.0,0.0 2021-11-30 00:00:00-05:00,67.0999984741211,67.0999984741211,67.0999984741211,67.0999984741211,16.90960121154785,0,0.0,0.0,0.0 2021-12-01 00:00:00-05:00,67.08999633789062,67.08999633789062,67.08999633789062,67.08999633789062,16.907079696655273,0,0.0,0.0,0.0 2021-12-02 00:00:00-05:00,67.88999938964844,67.88999938964844,67.88999938964844,67.88999938964844,17.108686447143555,0,0.0,0.0,0.0 2021-12-03 00:00:00-05:00,67.83999633789062,67.83999633789062,67.83999633789062,67.83999633789062,17.096084594726562,0,0.0,0.0,0.0 2021-12-06 00:00:00-05:00,68.52999877929688,68.52999877929688,68.52999877929688,68.52999877929688,17.269973754882812,0,0.0,0.0,0.0 2021-12-07 00:00:00-05:00,69.62999725341797,69.62999725341797,69.62999725341797,69.62999725341797,17.547178268432617,0,0.0,0.0,0.0 2021-12-08 00:00:00-05:00,69.72000122070312,69.72000122070312,69.72000122070312,69.72000122070312,17.569856643676758,0,0.0,0.0,0.0 2021-12-09 00:00:00-05:00,69.56999969482422,69.56999969482422,69.56999969482422,69.56999969482422,17.532058715820312,0,0.0,0.0,0.0 2021-12-10 00:00:00-05:00,70.4000015258789,70.4000015258789,70.4000015258789,70.4000015258789,17.741220474243164,0,0.0,0.0,0.0 2021-12-13 00:00:00-05:00,70.23999786376953,70.23999786376953,70.23999786376953,70.23999786376953,17.700897216796875,0,0.0,0.0,0.0 2021-12-14 00:00:00-05:00,69.47000122070312,69.47000122070312,69.47000122070312,69.47000122070312,17.506855010986328,0,0.0,0.0,0.0 2021-12-15 00:00:00-05:00,66.20999908447266,66.20999908447266,66.20999908447266,66.20999908447266,18.915599822998047,0,4.177,0.0,4.014 2021-12-16 00:00:00-05:00,66.31999969482422,66.31999969482422,66.31999969482422,66.31999969482422,18.947023391723633,0,0.0,0.0,0.0 2021-12-17 00:00:00-05:00,65.30000305175781,65.30000305175781,65.30000305175781,65.30000305175781,18.65561866760254,0,0.0,0.0,0.0 2021-12-20 00:00:00-05:00,64.7300033569336,64.7300033569336,64.7300033569336,64.7300033569336,18.49277687072754,0,0.0,0.0,0.0 2021-12-21 00:00:00-05:00,65.5,65.5,65.5,65.5,18.712759017944336,0,0.0,0.0,0.0 2021-12-22 00:00:00-05:00,66.25,66.25,66.25,66.25,18.927024841308594,0,0.0,0.0,0.0 2021-12-23 00:00:00-05:00,66.55000305175781,66.55000305175781,66.55000305175781,66.55000305175781,19.012733459472656,0,0.0,0.0,0.0 2021-12-27 00:00:00-05:00,67.48999786376953,67.48999786376953,67.48999786376953,67.48999786376953,19.281278610229492,0,0.0,0.0,0.0 2021-12-28 00:00:00-05:00,67.4800033569336,67.4800033569336,67.4800033569336,67.4800033569336,19.278427124023438,0,0.0,0.0,0.0 2021-12-29 00:00:00-05:00,67.7300033569336,67.7300033569336,67.7300033569336,67.7300033569336,19.3498477935791,0,0.0,0.0,0.0 2021-12-30 00:00:00-05:00,67.5199966430664,67.5199966430664,67.5199966430664,67.5199966430664,19.28984832763672,0,0.0,0.0,0.0 2021-12-31 00:00:00-05:00,67.44999694824219,67.44999694824219,67.44999694824219,67.44999694824219,19.269855499267578,0,0.0,0.0,0.0 2022-01-03 00:00:00-05:00,67.12999725341797,67.12999725341797,67.12999725341797,67.12999725341797,19.178428649902344,0,0.0,0.0,0.0 2022-01-04 00:00:00-05:00,67.02999877929688,67.02999877929688,67.02999877929688,67.02999877929688,19.14986228942871,0,0.0,0.0,0.0 2022-01-05 00:00:00-05:00,66.02999877929688,66.02999877929688,66.02999877929688,66.02999877929688,18.864171981811523,0,0.0,0.0,0.0 2022-01-06 00:00:00-05:00,65.43000030517578,65.43000030517578,65.43000030517578,65.43000030517578,18.69275665283203,0,0.0,0.0,0.0 2022-01-07 00:00:00-05:00,64.86000061035156,64.86000061035156,64.86000061035156,64.86000061035156,18.52991485595703,0,0.0,0.0,0.0 2022-01-10 00:00:00-05:00,64.61000061035156,64.61000061035156,64.61000061035156,64.61000061035156,18.4584903717041,0,0.0,0.0,0.0 2022-01-11 00:00:00-05:00,64.93000030517578,64.93000030517578,64.93000030517578,64.93000030517578,18.549911499023438,0,0.0,0.0,0.0 2022-01-12 00:00:00-05:00,65.11000061035156,65.11000061035156,65.11000061035156,65.11000061035156,18.601335525512695,0,0.0,0.0,0.0 2022-01-13 00:00:00-05:00,64.20999908447266,64.20999908447266,64.20999908447266,64.20999908447266,18.344215393066406,0,0.0,0.0,0.0 2022-01-14 00:00:00-05:00,63.95000076293945,63.95000076293945,63.95000076293945,63.95000076293945,18.269935607910156,0,0.0,0.0,0.0 2022-01-18 00:00:00-05:00,62.970001220703125,62.970001220703125,62.970001220703125,62.970001220703125,17.989957809448242,0,0.0,0.0,0.0 2022-01-19 00:00:00-05:00,62.72999954223633,62.72999954223633,62.72999954223633,62.72999954223633,17.92139434814453,0,0.0,0.0,0.0 2022-01-20 00:00:00-05:00,62.209999084472656,62.209999084472656,62.209999084472656,62.209999084472656,17.77283477783203,0,0.0,0.0,0.0 2022-01-21 00:00:00-05:00,61.650001525878906,61.650001525878906,61.650001525878906,61.650001525878906,17.61284637451172,0,0.0,0.0,0.0 2022-01-24 00:00:00-05:00,61.77000045776367,61.77000045776367,61.77000045776367,61.77000045776367,17.64712905883789,0,0.0,0.0,0.0 2022-01-25 00:00:00-05:00,61.029998779296875,61.029998779296875,61.029998779296875,61.029998779296875,17.435718536376953,0,0.0,0.0,0.0 2022-01-26 00:00:00-05:00,60.7400016784668,60.7400016784668,60.7400016784668,60.7400016784668,17.352867126464844,0,0.0,0.0,0.0 2022-01-27 00:00:00-05:00,60.790000915527344,60.790000915527344,60.790000915527344,60.790000915527344,17.36715316772461,0,0.0,0.0,0.0 2022-01-28 00:00:00-05:00,62.13999938964844,62.13999938964844,62.13999938964844,62.13999938964844,17.752838134765625,0,0.0,0.0,0.0 2022-01-31 00:00:00-05:00,62.84000015258789,62.84000015258789,62.84000015258789,62.84000015258789,17.95281982421875,0,0.0,0.0,0.0 2022-02-01 00:00:00-05:00,63.060001373291016,63.060001373291016,63.060001373291016,63.060001373291016,18.015670776367188,0,0.0,0.0,0.0 2022-02-02 00:00:00-05:00,64.05999755859375,64.05999755859375,64.05999755859375,64.05999755859375,18.301362991333008,0,0.0,0.0,0.0 2022-02-03 00:00:00-05:00,63.029998779296875,63.029998779296875,63.029998779296875,63.029998779296875,18.007102966308594,0,0.0,0.0,0.0 2022-02-04 00:00:00-05:00,62.779998779296875,62.779998779296875,62.779998779296875,62.779998779296875,17.935680389404297,0,0.0,0.0,0.0 2022-02-07 00:00:00-05:00,62.45000076293945,62.45000076293945,62.45000076293945,62.45000076293945,17.841402053833008,0,0.0,0.0,0.0 2022-02-08 00:00:00-05:00,62.900001525878906,62.900001525878906,62.900001525878906,62.900001525878906,17.969959259033203,0,0.0,0.0,0.0 2022-02-09 00:00:00-05:00,63.70000076293945,63.70000076293945,63.70000076293945,63.70000076293945,18.198514938354492,0,0.0,0.0,0.0 2022-02-10 00:00:00-05:00,62.31999969482422,62.31999969482422,62.31999969482422,62.31999969482422,17.80426025390625,0,0.0,0.0,0.0 2022-02-11 00:00:00-05:00,61.25,61.25,61.25,61.25,17.49856948852539,0,0.0,0.0,0.0 2022-02-14 00:00:00-05:00,60.97999954223633,60.97999954223633,60.97999954223633,60.97999954223633,17.421432495117188,0,0.0,0.0,0.0 2022-02-15 00:00:00-05:00,61.66999816894531,61.66999816894531,61.66999816894531,61.66999816894531,17.618560791015625,0,0.0,0.0,0.0 2022-02-16 00:00:00-05:00,61.720001220703125,61.720001220703125,61.720001220703125,61.720001220703125,17.63284683227539,0,0.0,0.0,0.0 2022-02-17 00:00:00-05:00,60.38999938964844,60.38999938964844,60.38999938964844,60.38999938964844,17.25287628173828,0,0.0,0.0,0.0 2022-02-18 00:00:00-05:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,17.17574119567871,0,0.0,0.0,0.0 2022-02-22 00:00:00-05:00,59.61000061035156,59.61000061035156,59.61000061035156,59.61000061035156,17.030038833618164,0,0.0,0.0,0.0 2022-02-23 00:00:00-05:00,58.779998779296875,58.779998779296875,58.779998779296875,58.779998779296875,16.79291343688965,0,0.0,0.0,0.0 2022-02-24 00:00:00-05:00,59.439998626708984,59.439998626708984,59.439998626708984,59.439998626708984,16.98147201538086,0,0.0,0.0,0.0 2022-02-25 00:00:00-05:00,60.7599983215332,60.7599983215332,60.7599983215332,60.7599983215332,17.35858154296875,0,0.0,0.0,0.0 2022-02-28 00:00:00-05:00,60.22999954223633,60.22999954223633,60.22999954223633,60.22999954223633,17.207168579101562,0,0.0,0.0,0.0 2022-03-01 00:00:00-05:00,59.560001373291016,59.560001373291016,59.560001373291016,59.560001373291016,17.0157527923584,0,0.0,0.0,0.0 2022-03-02 00:00:00-05:00,60.650001525878906,60.650001525878906,60.650001525878906,60.650001525878906,17.327157974243164,0,0.0,0.0,0.0 2022-03-03 00:00:00-05:00,60.5099983215332,60.5099983215332,60.5099983215332,60.5099983215332,17.287158966064453,0,0.0,0.0,0.0 2022-03-04 00:00:00-05:00,60.38999938964844,60.38999938964844,60.38999938964844,60.38999938964844,17.25287628173828,0,0.0,0.0,0.0 2022-03-07 00:00:00-05:00,58.790000915527344,58.790000915527344,58.790000915527344,58.790000915527344,16.7957706451416,0,0.0,0.0,0.0 2022-03-08 00:00:00-05:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,16.567216873168945,0,0.0,0.0,0.0 2022-03-09 00:00:00-05:00,59.36000061035156,59.36000061035156,59.36000061035156,59.36000061035156,16.958616256713867,0,0.0,0.0,0.0 2022-03-10 00:00:00-05:00,58.790000915527344,58.790000915527344,58.790000915527344,58.790000915527344,16.835763931274414,0,0.141,0.0,0.0 2022-03-11 00:00:00-05:00,58.13999938964844,58.13999938964844,58.13999938964844,58.13999938964844,16.64961814880371,0,0.0,0.0,0.0 2022-03-14 00:00:00-04:00,57.959999084472656,57.959999084472656,57.959999084472656,57.959999084472656,16.598072052001953,0,0.0,0.0,0.0 2022-03-15 00:00:00-04:00,59.279998779296875,59.279998779296875,59.279998779296875,59.279998779296875,16.976083755493164,0,0.0,0.0,0.0 2022-03-16 00:00:00-04:00,60.33000183105469,60.33000183105469,60.33000183105469,60.33000183105469,17.276775360107422,0,0.0,0.0,0.0 2022-03-17 00:00:00-04:00,60.91999816894531,60.91999816894531,60.91999816894531,60.91999816894531,17.44573211669922,0,0.0,0.0,0.0 2022-03-18 00:00:00-04:00,61.459999084472656,61.459999084472656,61.459999084472656,61.459999084472656,17.600370407104492,0,0.0,0.0,0.0 2022-03-21 00:00:00-04:00,61.2400016784668,61.2400016784668,61.2400016784668,61.2400016784668,17.53737449645996,0,0.0,0.0,0.0 2022-03-22 00:00:00-04:00,61.72999954223633,61.72999954223633,61.72999954223633,61.72999954223633,17.677696228027344,0,0.0,0.0,0.0 2022-03-23 00:00:00-04:00,60.88999938964844,60.88999938964844,60.88999938964844,60.88999938964844,17.437137603759766,0,0.0,0.0,0.0 2022-03-24 00:00:00-04:00,61.61000061035156,61.61000061035156,61.61000061035156,61.61000061035156,17.643327713012695,0,0.0,0.0,0.0 2022-03-25 00:00:00-04:00,61.880001068115234,61.880001068115234,61.880001068115234,61.880001068115234,17.720651626586914,0,0.0,0.0,0.0 2022-03-28 00:00:00-04:00,62.41999816894531,62.41999816894531,62.41999816894531,62.41999816894531,17.875288009643555,0,0.0,0.0,0.0 2022-03-29 00:00:00-04:00,63.31999969482422,63.31999969482422,63.31999969482422,63.31999969482422,18.13302230834961,0,0.0,0.0,0.0 2022-03-30 00:00:00-04:00,63.0099983215332,63.0099983215332,63.0099983215332,63.0099983215332,18.044248580932617,0,0.0,0.0,0.0 2022-03-31 00:00:00-04:00,62.220001220703125,62.220001220703125,62.220001220703125,62.220001220703125,17.818012237548828,0,0.0,0.0,0.0 2022-04-01 00:00:00-04:00,62.52000045776367,62.52000045776367,62.52000045776367,62.52000045776367,17.9039249420166,0,0.0,0.0,0.0 2022-04-04 00:00:00-04:00,62.720001220703125,62.720001220703125,62.720001220703125,62.720001220703125,17.961200714111328,0,0.0,0.0,0.0 2022-04-05 00:00:00-04:00,62.36000061035156,62.36000061035156,62.36000061035156,62.36000061035156,17.85810661315918,0,0.0,0.0,0.0 2022-04-06 00:00:00-04:00,62.150001525878906,62.150001525878906,62.150001525878906,62.150001525878906,17.79796600341797,0,0.0,0.0,0.0 2022-04-07 00:00:00-04:00,62.4900016784668,62.4900016784668,62.4900016784668,62.4900016784668,17.895336151123047,0,0.0,0.0,0.0 2022-04-08 00:00:00-04:00,62.310001373291016,62.310001373291016,62.310001373291016,62.310001373291016,17.843786239624023,0,0.0,0.0,0.0 2022-04-11 00:00:00-04:00,61.130001068115234,61.130001068115234,61.130001068115234,61.130001068115234,17.50587272644043,0,0.0,0.0,0.0 2022-04-12 00:00:00-04:00,60.849998474121094,60.849998474121094,60.849998474121094,60.849998474121094,17.425683975219727,0,0.0,0.0,0.0 2022-04-13 00:00:00-04:00,61.33000183105469,61.33000183105469,61.33000183105469,61.33000183105469,17.563146591186523,0,0.0,0.0,0.0 2022-04-14 00:00:00-04:00,60.790000915527344,60.790000915527344,60.790000915527344,60.790000915527344,17.408506393432617,0,0.0,0.0,0.0 2022-04-18 00:00:00-04:00,60.36000061035156,60.36000061035156,60.36000061035156,60.36000061035156,17.285362243652344,0,0.0,0.0,0.0 2022-04-19 00:00:00-04:00,61.47999954223633,61.47999954223633,61.47999954223633,61.47999954223633,17.606098175048828,0,0.0,0.0,0.0 2022-04-20 00:00:00-04:00,61.83000183105469,61.83000183105469,61.83000183105469,61.83000183105469,17.706329345703125,0,0.0,0.0,0.0 2022-04-21 00:00:00-04:00,61.15999984741211,61.15999984741211,61.15999984741211,61.15999984741211,17.514461517333984,0,0.0,0.0,0.0 2022-04-22 00:00:00-04:00,59.31999969482422,59.31999969482422,59.31999969482422,59.31999969482422,16.987539291381836,0,0.0,0.0,0.0 2022-04-25 00:00:00-04:00,60.09000015258789,60.09000015258789,60.09000015258789,60.09000015258789,17.208045959472656,0,0.0,0.0,0.0 2022-04-26 00:00:00-04:00,58.63999938964844,58.63999938964844,58.63999938964844,58.63999938964844,16.792808532714844,0,0.0,0.0,0.0 2022-04-27 00:00:00-04:00,58.849998474121094,58.849998474121094,58.849998474121094,58.849998474121094,16.852943420410156,0,0.0,0.0,0.0 2022-04-28 00:00:00-04:00,60.279998779296875,60.279998779296875,60.279998779296875,60.279998779296875,17.262454986572266,0,0.0,0.0,0.0 2022-04-29 00:00:00-04:00,58.27000045776367,58.27000045776367,58.27000045776367,58.27000045776367,16.686847686767578,0,0.0,0.0,0.0 2022-05-02 00:00:00-04:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,16.678258895874023,0,0.0,0.0,0.0 2022-05-03 00:00:00-04:00,58.33000183105469,58.33000183105469,58.33000183105469,58.33000183105469,16.70403289794922,0,0.0,0.0,0.0 2022-05-04 00:00:00-04:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,17.18513298034668,0,0.0,0.0,0.0 2022-05-05 00:00:00-04:00,57.81999969482422,57.81999969482422,57.81999969482422,57.81999969482422,16.557979583740234,0,0.0,0.0,0.0 2022-05-06 00:00:00-04:00,57.54999923706055,57.54999923706055,57.54999923706055,57.54999923706055,16.480661392211914,0,0.0,0.0,0.0 2022-05-09 00:00:00-04:00,56.369998931884766,56.369998931884766,56.369998931884766,56.369998931884766,16.142742156982422,0,0.0,0.0,0.0 2022-05-10 00:00:00-04:00,56.34000015258789,56.34000015258789,56.34000015258789,56.34000015258789,16.134151458740234,0,0.0,0.0,0.0 2022-05-11 00:00:00-04:00,55.439998626708984,55.439998626708984,55.439998626708984,55.439998626708984,15.876416206359863,0,0.0,0.0,0.0 2022-05-12 00:00:00-04:00,55.45000076293945,55.45000076293945,55.45000076293945,55.45000076293945,15.879280090332031,0,0.0,0.0,0.0 2022-05-13 00:00:00-04:00,56.459999084472656,56.459999084472656,56.459999084472656,56.459999084472656,16.168514251708984,0,0.0,0.0,0.0 2022-05-16 00:00:00-04:00,56.36000061035156,56.36000061035156,56.36000061035156,56.36000061035156,16.139881134033203,0,0.0,0.0,0.0 2022-05-17 00:00:00-04:00,57.20000076293945,57.20000076293945,57.20000076293945,57.20000076293945,16.380434036254883,0,0.0,0.0,0.0 2022-05-18 00:00:00-04:00,55.06999969482422,55.06999969482422,55.06999969482422,55.06999969482422,15.770462989807129,0,0.0,0.0,0.0 2022-05-19 00:00:00-04:00,54.81999969482422,54.81999969482422,54.81999969482422,54.81999969482422,15.698869705200195,0,0.0,0.0,0.0 2022-05-20 00:00:00-04:00,55.130001068115234,55.130001068115234,55.130001068115234,55.130001068115234,15.787644386291504,0,0.0,0.0,0.0 2022-05-23 00:00:00-04:00,56.06999969482422,56.06999969482422,56.06999969482422,56.06999969482422,16.05683135986328,0,0.0,0.0,0.0 2022-05-24 00:00:00-04:00,55.81999969482422,55.81999969482422,55.81999969482422,55.81999969482422,15.985241889953613,0,0.0,0.0,0.0 2022-05-25 00:00:00-04:00,56.04999923706055,56.04999923706055,56.04999923706055,56.04999923706055,16.051103591918945,0,0.0,0.0,0.0 2022-05-26 00:00:00-04:00,57.0099983215332,57.0099983215332,57.0099983215332,57.0099983215332,16.326021194458008,0,0.0,0.0,0.0 2022-05-27 00:00:00-04:00,58.209999084472656,58.209999084472656,58.209999084472656,58.209999084472656,16.669666290283203,0,0.0,0.0,0.0 2022-05-31 00:00:00-04:00,57.81999969482422,57.81999969482422,57.81999969482422,57.81999969482422,16.557979583740234,0,0.0,0.0,0.0 2022-06-01 00:00:00-04:00,57.20000076293945,57.20000076293945,57.20000076293945,57.20000076293945,16.380434036254883,0,0.0,0.0,0.0 2022-06-02 00:00:00-04:00,58.209999084472656,58.209999084472656,58.209999084472656,58.209999084472656,16.669666290283203,0,0.0,0.0,0.0 2022-06-03 00:00:00-04:00,57.369998931884766,57.369998931884766,57.369998931884766,57.369998931884766,16.429113388061523,0,0.0,0.0,0.0 2022-06-06 00:00:00-04:00,57.470001220703125,57.470001220703125,57.470001220703125,57.470001220703125,16.45775032043457,0,0.0,0.0,0.0 2022-06-07 00:00:00-04:00,57.939998626708984,57.939998626708984,57.939998626708984,57.939998626708984,16.59234619140625,0,0.0,0.0,0.0 2022-06-08 00:00:00-04:00,57.38999938964844,57.38999938964844,57.38999938964844,57.38999938964844,16.43484115600586,0,0.0,0.0,0.0 2022-06-09 00:00:00-04:00,56.16999816894531,56.16999816894531,56.16999816894531,56.16999816894531,16.085466384887695,0,0.0,0.0,0.0 2022-06-10 00:00:00-04:00,54.81999969482422,54.81999969482422,54.81999969482422,54.81999969482422,15.698869705200195,0,0.0,0.0,0.0 2022-06-13 00:00:00-04:00,53.18000030517578,53.18000030517578,53.18000030517578,53.18000030517578,15.229219436645508,0,0.0,0.0,0.0 2022-06-14 00:00:00-04:00,52.77000045776367,52.77000045776367,52.77000045776367,52.77000045776367,15.111807823181152,0,0.0,0.0,0.0 2022-06-15 00:00:00-04:00,53.5099983215332,53.5099983215332,53.5099983215332,53.5099983215332,15.323721885681152,0,0.0,0.0,0.0 2022-06-16 00:00:00-04:00,51.900001525878906,51.900001525878906,51.900001525878906,51.900001525878906,14.911432266235352,0,0.175,0.0,0.0 2022-06-17 00:00:00-04:00,52.029998779296875,52.029998779296875,52.029998779296875,52.029998779296875,14.948780059814453,0,0.0,0.0,0.0 2022-06-21 00:00:00-04:00,53.209999084472656,53.209999084472656,53.209999084472656,53.209999084472656,15.287806510925293,0,0.0,0.0,0.0 2022-06-22 00:00:00-04:00,53.45000076293945,53.45000076293945,53.45000076293945,53.45000076293945,15.35676097869873,0,0.0,0.0,0.0 2022-06-23 00:00:00-04:00,54.310001373291016,54.310001373291016,54.310001373291016,54.310001373291016,15.603854179382324,0,0.0,0.0,0.0 2022-06-24 00:00:00-04:00,55.959999084472656,55.959999084472656,55.959999084472656,55.959999084472656,16.077909469604492,0,0.0,0.0,0.0 2022-06-27 00:00:00-04:00,55.66999816894531,55.66999816894531,55.66999816894531,55.66999816894531,15.994589805603027,0,0.0,0.0,0.0 2022-06-28 00:00:00-04:00,54.2400016784668,54.2400016784668,54.2400016784668,54.2400016784668,15.583740234375,0,0.0,0.0,0.0 2022-06-29 00:00:00-04:00,54.54999923706055,54.54999923706055,54.54999923706055,54.54999923706055,15.672802925109863,0,0.0,0.0,0.0 2022-06-30 00:00:00-04:00,54.310001373291016,54.310001373291016,54.310001373291016,54.310001373291016,15.603854179382324,0,0.0,0.0,0.0 2022-07-01 00:00:00-04:00,54.86000061035156,54.86000061035156,54.86000061035156,54.86000061035156,15.761869430541992,0,0.0,0.0,0.0 2022-07-05 00:00:00-04:00,54.970001220703125,54.970001220703125,54.970001220703125,54.970001220703125,15.793475151062012,0,0.0,0.0,0.0 2022-07-06 00:00:00-04:00,55.41999816894531,55.41999816894531,55.41999816894531,55.41999816894531,15.922760963439941,0,0.0,0.0,0.0 2022-07-07 00:00:00-04:00,55.90999984741211,55.90999984741211,55.90999984741211,55.90999984741211,16.06354522705078,0,0.0,0.0,0.0 2022-07-08 00:00:00-04:00,55.849998474121094,55.849998474121094,55.849998474121094,55.849998474121094,16.04630470275879,0,0.0,0.0,0.0 2022-07-11 00:00:00-04:00,55.310001373291016,55.310001373291016,55.310001373291016,55.310001373291016,15.891161918640137,0,0.0,0.0,0.0 2022-07-12 00:00:00-04:00,54.650001525878906,54.650001525878906,54.650001525878906,54.650001525878906,15.701533317565918,0,0.0,0.0,0.0 2022-07-13 00:00:00-04:00,54.40999984741211,54.40999984741211,54.40999984741211,54.40999984741211,15.63257884979248,0,0.0,0.0,0.0 2022-07-14 00:00:00-04:00,54.38999938964844,54.38999938964844,54.38999938964844,54.38999938964844,15.626836776733398,0,0.0,0.0,0.0 2022-07-15 00:00:00-04:00,55.220001220703125,55.220001220703125,55.220001220703125,55.220001220703125,15.865303993225098,0,0.0,0.0,0.0 2022-07-18 00:00:00-04:00,54.470001220703125,54.470001220703125,54.470001220703125,54.470001220703125,15.649820327758789,0,0.0,0.0,0.0 2022-07-19 00:00:00-04:00,55.91999816894531,55.91999816894531,55.91999816894531,55.91999816894531,16.066421508789062,0,0.0,0.0,0.0 2022-07-20 00:00:00-04:00,56.040000915527344,56.040000915527344,56.040000915527344,56.040000915527344,16.10089683532715,0,0.0,0.0,0.0 2022-07-21 00:00:00-04:00,56.59000015258789,56.59000015258789,56.59000015258789,56.59000015258789,16.258920669555664,0,0.0,0.0,0.0 2022-07-22 00:00:00-04:00,56.29999923706055,56.29999923706055,56.29999923706055,56.29999923706055,16.175601959228516,0,0.0,0.0,0.0 2022-07-25 00:00:00-04:00,56.189998626708984,56.189998626708984,56.189998626708984,56.189998626708984,16.143991470336914,0,0.0,0.0,0.0 2022-07-26 00:00:00-04:00,55.81999969482422,55.81999969482422,55.81999969482422,55.81999969482422,16.037687301635742,0,0.0,0.0,0.0 2022-07-27 00:00:00-04:00,57.279998779296875,57.279998779296875,57.279998779296875,57.279998779296875,16.45716094970703,0,0.0,0.0,0.0 2022-07-28 00:00:00-04:00,58.220001220703125,58.220001220703125,58.220001220703125,58.220001220703125,16.72723388671875,0,0.0,0.0,0.0 2022-07-29 00:00:00-04:00,58.599998474121094,58.599998474121094,58.599998474121094,58.599998474121094,16.83641242980957,0,0.0,0.0,0.0 2022-08-01 00:00:00-04:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,16.80193519592285,0,0.0,0.0,0.0 2022-08-02 00:00:00-04:00,58.06999969482422,58.06999969482422,58.06999969482422,58.06999969482422,16.68413734436035,0,0.0,0.0,0.0 2022-08-03 00:00:00-04:00,59.18000030517578,59.18000030517578,59.18000030517578,59.18000030517578,17.003053665161133,0,0.0,0.0,0.0 2022-08-04 00:00:00-04:00,59.13999938964844,59.13999938964844,59.13999938964844,59.13999938964844,16.991559982299805,0,0.0,0.0,0.0 2022-08-05 00:00:00-04:00,59.029998779296875,59.029998779296875,59.029998779296875,59.029998779296875,16.9599552154541,0,0.0,0.0,0.0 2022-08-08 00:00:00-04:00,59.060001373291016,59.060001373291016,59.060001373291016,59.060001373291016,16.968576431274414,0,0.0,0.0,0.0 2022-08-09 00:00:00-04:00,58.790000915527344,58.790000915527344,58.790000915527344,58.790000915527344,16.891002655029297,0,0.0,0.0,0.0 2022-08-10 00:00:00-04:00,59.79999923706055,59.79999923706055,59.79999923706055,59.79999923706055,17.181184768676758,0,0.0,0.0,0.0 2022-08-11 00:00:00-04:00,59.52000045776367,59.52000045776367,59.52000045776367,59.52000045776367,17.100738525390625,0,0.0,0.0,0.0 2022-08-12 00:00:00-04:00,60.59000015258789,60.59000015258789,60.59000015258789,60.59000015258789,17.408161163330078,0,0.0,0.0,0.0 2022-08-15 00:00:00-04:00,60.810001373291016,60.810001373291016,60.810001373291016,60.810001373291016,17.47136878967285,0,0.0,0.0,0.0 2022-08-16 00:00:00-04:00,60.959999084472656,60.959999084472656,60.959999084472656,60.959999084472656,17.514467239379883,0,0.0,0.0,0.0 2022-08-17 00:00:00-04:00,60.59000015258789,60.59000015258789,60.59000015258789,60.59000015258789,17.408161163330078,0,0.0,0.0,0.0 2022-08-18 00:00:00-04:00,60.560001373291016,60.560001373291016,60.560001373291016,60.560001373291016,17.3995418548584,0,0.0,0.0,0.0 2022-08-19 00:00:00-04:00,60.04999923706055,60.04999923706055,60.04999923706055,60.04999923706055,17.25301170349121,0,0.0,0.0,0.0 2022-08-22 00:00:00-04:00,58.9900016784668,58.9900016784668,58.9900016784668,58.9900016784668,16.948463439941406,0,0.0,0.0,0.0 2022-08-23 00:00:00-04:00,58.58000183105469,58.58000183105469,58.58000183105469,58.58000183105469,16.830665588378906,0,0.0,0.0,0.0 2022-08-24 00:00:00-04:00,58.709999084472656,58.709999084472656,58.709999084472656,58.709999084472656,16.868017196655273,0,0.0,0.0,0.0 2022-08-25 00:00:00-04:00,59.36000061035156,59.36000061035156,59.36000061035156,59.36000061035156,17.05476951599121,0,0.0,0.0,0.0 2022-08-26 00:00:00-04:00,57.31999969482422,57.31999969482422,57.31999969482422,57.31999969482422,16.46865463256836,0,0.0,0.0,0.0 2022-08-29 00:00:00-04:00,56.90999984741211,56.90999984741211,56.90999984741211,56.90999984741211,16.350860595703125,0,0.0,0.0,0.0 2022-08-30 00:00:00-04:00,56.45000076293945,56.45000076293945,56.45000076293945,56.45000076293945,16.218692779541016,0,0.0,0.0,0.0 2022-08-31 00:00:00-04:00,56.060001373291016,56.060001373291016,56.060001373291016,56.060001373291016,16.106643676757812,0,0.0,0.0,0.0 2022-09-01 00:00:00-04:00,56.5099983215332,56.5099983215332,56.5099983215332,56.5099983215332,16.235933303833008,0,0.0,0.0,0.0 2022-09-02 00:00:00-04:00,55.66999816894531,55.66999816894531,55.66999816894531,55.66999816894531,15.994589805603027,0,0.0,0.0,0.0 2022-09-06 00:00:00-04:00,55.5099983215332,55.5099983215332,55.5099983215332,55.5099983215332,15.948622703552246,0,0.0,0.0,0.0 2022-09-07 00:00:00-04:00,56.68000030517578,56.68000030517578,56.68000030517578,56.68000030517578,16.28477668762207,0,0.0,0.0,0.0 2022-09-08 00:00:00-04:00,56.86000061035156,56.86000061035156,56.86000061035156,56.86000061035156,16.375205993652344,0,0.134,0.0,0.0 2022-09-09 00:00:00-04:00,57.560001373291016,57.560001373291016,57.560001373291016,57.560001373291016,16.576797485351562,0,0.0,0.0,0.0 2022-09-12 00:00:00-04:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,16.70063591003418,0,0.0,0.0,0.0 2022-09-13 00:00:00-04:00,55.709999084472656,55.709999084472656,55.709999084472656,55.709999084472656,16.044015884399414,0,0.0,0.0,0.0 2022-09-14 00:00:00-04:00,55.849998474121094,55.849998474121094,55.849998474121094,55.849998474121094,16.08432960510254,0,0.0,0.0,0.0 2022-09-15 00:00:00-04:00,55.25,55.25,55.25,55.25,15.911539077758789,0,0.0,0.0,0.0 2022-09-16 00:00:00-04:00,55.09000015258789,55.09000015258789,55.09000015258789,55.09000015258789,15.865459442138672,0,0.0,0.0,0.0 2022-09-19 00:00:00-04:00,55.369998931884766,55.369998931884766,55.369998931884766,55.369998931884766,15.946100234985352,0,0.0,0.0,0.0 2022-09-20 00:00:00-04:00,54.68000030517578,54.68000030517578,54.68000030517578,54.68000030517578,15.747384071350098,0,0.0,0.0,0.0 2022-09-21 00:00:00-04:00,53.790000915527344,53.790000915527344,53.790000915527344,53.790000915527344,15.491070747375488,0,0.0,0.0,0.0 2022-09-22 00:00:00-04:00,53.369998931884766,53.369998931884766,53.369998931884766,53.369998931884766,15.370115280151367,0,0.0,0.0,0.0 2022-09-23 00:00:00-04:00,52.959999084472656,52.959999084472656,52.959999084472656,52.959999084472656,15.25203800201416,0,0.0,0.0,0.0 2022-09-26 00:00:00-04:00,52.619998931884766,52.619998931884766,52.619998931884766,52.619998931884766,15.154121398925781,0,0.0,0.0,0.0 2022-09-27 00:00:00-04:00,52.369998931884766,52.369998931884766,52.369998931884766,52.369998931884766,15.082122802734375,0,0.0,0.0,0.0 2022-09-28 00:00:00-04:00,53.16999816894531,53.16999816894531,53.16999816894531,53.16999816894531,15.312515258789062,0,0.0,0.0,0.0 2022-09-29 00:00:00-04:00,52.25,52.25,52.25,52.25,15.047563552856445,0,0.0,0.0,0.0 2022-09-30 00:00:00-04:00,51.33000183105469,51.33000183105469,51.33000183105469,51.33000183105469,14.782610893249512,0,0.0,0.0,0.0 2022-10-03 00:00:00-04:00,52.54999923706055,52.54999923706055,52.54999923706055,52.54999923706055,15.13396167755127,0,0.0,0.0,0.0 2022-10-04 00:00:00-04:00,53.900001525878906,53.900001525878906,53.900001525878906,53.900001525878906,15.522749900817871,0,0.0,0.0,0.0 2022-10-05 00:00:00-04:00,54.0,54.0,54.0,54.0,15.55154800415039,0,0.0,0.0,0.0 2022-10-06 00:00:00-04:00,53.150001525878906,53.150001525878906,53.150001525878906,53.150001525878906,15.306755065917969,0,0.0,0.0,0.0 2022-10-07 00:00:00-04:00,51.7400016784668,51.7400016784668,51.7400016784668,51.7400016784668,14.900688171386719,0,0.0,0.0,0.0 2022-10-10 00:00:00-04:00,51.5,51.5,51.5,51.5,14.831567764282227,0,0.0,0.0,0.0 2022-10-11 00:00:00-04:00,51.310001373291016,51.310001373291016,51.310001373291016,51.310001373291016,14.77685260772705,0,0.0,0.0,0.0 2022-10-12 00:00:00-04:00,51.31999969482422,51.31999969482422,51.31999969482422,51.31999969482422,14.779733657836914,0,0.0,0.0,0.0 2022-10-13 00:00:00-04:00,52.52000045776367,52.52000045776367,52.52000045776367,52.52000045776367,15.125322341918945,0,0.0,0.0,0.0 2022-10-14 00:00:00-04:00,51.47999954223633,51.47999954223633,51.47999954223633,51.47999954223633,14.825809478759766,0,0.0,0.0,0.0 2022-10-17 00:00:00-04:00,52.83000183105469,52.83000183105469,52.83000183105469,52.83000183105469,15.214598655700684,0,0.0,0.0,0.0 2022-10-18 00:00:00-04:00,53.25,53.25,53.25,53.25,15.335556983947754,0,0.0,0.0,0.0 2022-10-19 00:00:00-04:00,52.7599983215332,52.7599983215332,52.7599983215332,52.7599983215332,15.194437980651855,0,0.0,0.0,0.0 2022-10-20 00:00:00-04:00,52.279998779296875,52.279998779296875,52.279998779296875,52.279998779296875,15.05620288848877,0,0.0,0.0,0.0 2022-10-21 00:00:00-04:00,53.31999969482422,53.31999969482422,53.31999969482422,53.31999969482422,15.355716705322266,0,0.0,0.0,0.0 2022-10-24 00:00:00-04:00,53.95000076293945,53.95000076293945,53.95000076293945,53.95000076293945,15.537149429321289,0,0.0,0.0,0.0 2022-10-25 00:00:00-04:00,54.59000015258789,54.59000015258789,54.59000015258789,54.59000015258789,15.721463203430176,0,0.0,0.0,0.0 2022-10-26 00:00:00-04:00,54.20000076293945,54.20000076293945,54.20000076293945,54.20000076293945,15.609148025512695,0,0.0,0.0,0.0 2022-10-27 00:00:00-04:00,53.88999938964844,53.88999938964844,53.88999938964844,53.88999938964844,15.519869804382324,0,0.0,0.0,0.0 2022-10-28 00:00:00-04:00,55.40999984741211,55.40999984741211,55.40999984741211,55.40999984741211,15.957616806030273,0,0.0,0.0,0.0 2022-10-31 00:00:00-04:00,55.040000915527344,55.040000915527344,55.040000915527344,55.040000915527344,15.851061820983887,0,0.0,0.0,0.0 2022-11-01 00:00:00-04:00,54.61000061035156,54.61000061035156,54.61000061035156,54.61000061035156,15.727225303649902,0,0.0,0.0,0.0 2022-11-02 00:00:00-04:00,53.099998474121094,53.099998474121094,53.099998474121094,53.099998474121094,15.292356491088867,0,0.0,0.0,0.0 2022-11-03 00:00:00-04:00,52.18000030517578,52.18000030517578,52.18000030517578,52.18000030517578,15.0274076461792,0,0.0,0.0,0.0 2022-11-04 00:00:00-04:00,52.970001220703125,52.970001220703125,52.970001220703125,52.970001220703125,15.254916191101074,0,0.0,0.0,0.0 2022-11-07 00:00:00-05:00,53.560001373291016,53.560001373291016,53.560001373291016,53.560001373291016,15.42483139038086,0,0.0,0.0,0.0 2022-11-08 00:00:00-05:00,53.81999969482422,53.81999969482422,53.81999969482422,53.81999969482422,15.49970817565918,0,0.0,0.0,0.0 2022-11-09 00:00:00-05:00,52.97999954223633,52.97999954223633,52.97999954223633,52.97999954223633,15.25779914855957,0,0.0,0.0,0.0 2022-11-10 00:00:00-05:00,55.90999984741211,55.90999984741211,55.90999984741211,55.90999984741211,16.10161018371582,0,0.0,0.0,0.0 2022-11-11 00:00:00-05:00,56.220001220703125,56.220001220703125,56.220001220703125,56.220001220703125,16.190889358520508,0,0.0,0.0,0.0 2022-11-14 00:00:00-05:00,55.79999923706055,55.79999923706055,55.79999923706055,55.79999923706055,16.069934844970703,0,0.0,0.0,0.0 2022-11-15 00:00:00-05:00,56.2400016784668,56.2400016784668,56.2400016784668,56.2400016784668,16.196651458740234,0,0.0,0.0,0.0 2022-11-16 00:00:00-05:00,56.18000030517578,56.18000030517578,56.18000030517578,56.18000030517578,16.179372787475586,0,0.0,0.0,0.0 2022-11-17 00:00:00-05:00,56.060001373291016,56.060001373291016,56.060001373291016,56.060001373291016,16.144811630249023,0,0.0,0.0,0.0 2022-11-18 00:00:00-05:00,56.459999084472656,56.459999084472656,56.459999084472656,56.459999084472656,16.260007858276367,0,0.0,0.0,0.0 2022-11-21 00:00:00-05:00,56.47999954223633,56.47999954223633,56.47999954223633,56.47999954223633,16.265769958496094,0,0.0,0.0,0.0 2022-11-22 00:00:00-05:00,57.130001068115234,57.130001068115234,57.130001068115234,57.130001068115234,16.45296287536621,0,0.0,0.0,0.0 2022-11-23 00:00:00-05:00,57.47999954223633,57.47999954223633,57.47999954223633,57.47999954223633,16.553762435913086,0,0.0,0.0,0.0 2022-11-25 00:00:00-05:00,57.58000183105469,57.58000183105469,57.58000183105469,57.58000183105469,16.58255958557129,0,0.0,0.0,0.0 2022-11-28 00:00:00-05:00,56.7599983215332,56.7599983215332,56.7599983215332,56.7599983215332,16.346403121948242,0,0.0,0.0,0.0 2022-11-29 00:00:00-05:00,56.529998779296875,56.529998779296875,56.529998779296875,56.529998779296875,16.280170440673828,0,0.0,0.0,0.0 2022-11-30 00:00:00-05:00,58.38999938964844,58.38999938964844,58.38999938964844,58.38999938964844,16.815834045410156,0,0.0,0.0,0.0 2022-12-01 00:00:00-05:00,58.7400016784668,58.7400016784668,58.7400016784668,58.7400016784668,16.9166316986084,0,0.0,0.0,0.0 2022-12-02 00:00:00-05:00,58.79999923706055,58.79999923706055,58.79999923706055,58.79999923706055,16.933910369873047,0,0.0,0.0,0.0 2022-12-05 00:00:00-05:00,57.869998931884766,57.869998931884766,57.869998931884766,57.869998931884766,16.666078567504883,0,0.0,0.0,0.0 2022-12-06 00:00:00-05:00,57.150001525878906,57.150001525878906,57.150001525878906,57.150001525878906,16.458723068237305,0,0.0,0.0,0.0 2022-12-07 00:00:00-05:00,57.189998626708984,57.189998626708984,57.189998626708984,57.189998626708984,16.470243453979492,0,0.0,0.0,0.0 2022-12-08 00:00:00-05:00,57.84000015258789,57.84000015258789,57.84000015258789,57.84000015258789,16.657440185546875,0,0.0,0.0,0.0 2022-12-09 00:00:00-05:00,57.349998474121094,57.349998474121094,57.349998474121094,57.349998474121094,16.516321182250977,0,0.0,0.0,0.0 2022-12-12 00:00:00-05:00,58.209999084472656,58.209999084472656,58.209999084472656,58.209999084472656,16.763994216918945,0,0.0,0.0,0.0 2022-12-13 00:00:00-05:00,58.689998626708984,58.689998626708984,58.689998626708984,58.689998626708984,16.90222930908203,0,0.0,0.0,0.0 2022-12-14 00:00:00-05:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,16.841751098632812,0,0.0,0.0,0.0 2022-12-15 00:00:00-05:00,55.459999084472656,55.459999084472656,55.459999084472656,55.459999084472656,16.705900192260742,0,1.383,0.0,1.186 2022-12-16 00:00:00-05:00,54.61000061035156,54.61000061035156,54.61000061035156,54.61000061035156,16.449859619140625,0,0.0,0.0,0.0 2022-12-19 00:00:00-05:00,54.099998474121094,54.099998474121094,54.099998474121094,54.099998474121094,16.296236038208008,0,0.0,0.0,0.0 2022-12-20 00:00:00-05:00,54.119998931884766,54.119998931884766,54.119998931884766,54.119998931884766,16.302261352539062,0,0.0,0.0,0.0 2022-12-21 00:00:00-05:00,55.099998474121094,55.099998474121094,55.099998474121094,55.099998474121094,16.59745979309082,0,0.0,0.0,0.0 2022-12-22 00:00:00-05:00,54.540000915527344,54.540000915527344,54.540000915527344,54.540000915527344,16.42877197265625,0,0.0,0.0,0.0 2022-12-23 00:00:00-05:00,54.77000045776367,54.77000045776367,54.77000045776367,54.77000045776367,16.49805450439453,0,0.0,0.0,0.0 2022-12-27 00:00:00-05:00,54.72999954223633,54.72999954223633,54.72999954223633,54.72999954223633,16.486007690429688,0,0.0,0.0,0.0 2022-12-28 00:00:00-05:00,54.06999969482422,54.06999969482422,54.06999969482422,54.06999969482422,16.28719711303711,0,0.0,0.0,0.0 2022-12-29 00:00:00-05:00,54.95000076293945,54.95000076293945,54.95000076293945,54.95000076293945,16.552274703979492,0,0.0,0.0,0.0 2022-12-30 00:00:00-05:00,54.65999984741211,54.65999984741211,54.65999984741211,54.65999984741211,16.464921951293945,0,0.0,0.0,0.0 2023-01-03 00:00:00-05:00,54.68000030517578,54.68000030517578,54.68000030517578,54.68000030517578,16.470947265625,0,0.0,0.0,0.0 2023-01-04 00:00:00-05:00,54.93000030517578,54.93000030517578,54.93000030517578,54.93000030517578,16.546249389648438,0,0.0,0.0,0.0 2023-01-05 00:00:00-05:00,54.08000183105469,54.08000183105469,54.08000183105469,54.08000183105469,16.290212631225586,0,0.0,0.0,0.0 2023-01-06 00:00:00-05:00,55.349998474121094,55.349998474121094,55.349998474121094,55.349998474121094,16.67276382446289,0,0.0,0.0,0.0 2023-01-09 00:00:00-05:00,55.2599983215332,55.2599983215332,55.2599983215332,55.2599983215332,16.645654678344727,0,0.0,0.0,0.0 2023-01-10 00:00:00-05:00,55.349998474121094,55.349998474121094,55.349998474121094,55.349998474121094,16.67276382446289,0,0.0,0.0,0.0 2023-01-11 00:00:00-05:00,56.060001373291016,56.060001373291016,56.060001373291016,56.060001373291016,16.886632919311523,0,0.0,0.0,0.0 2023-01-12 00:00:00-05:00,56.029998779296875,56.029998779296875,56.029998779296875,56.029998779296875,16.87759780883789,0,0.0,0.0,0.0 2023-01-13 00:00:00-05:00,56.119998931884766,56.119998931884766,56.119998931884766,56.119998931884766,16.904708862304688,0,0.0,0.0,0.0 2023-01-17 00:00:00-05:00,55.790000915527344,55.790000915527344,55.790000915527344,55.790000915527344,16.80530548095703,0,0.0,0.0,0.0 2023-01-18 00:00:00-05:00,55.0,55.0,55.0,55.0,16.56733512878418,0,0.0,0.0,0.0 2023-01-19 00:00:00-05:00,54.689998626708984,54.689998626708984,54.689998626708984,54.689998626708984,16.473957061767578,0,0.0,0.0,0.0 2023-01-20 00:00:00-05:00,55.59000015258789,55.59000015258789,55.59000015258789,55.59000015258789,16.745059967041016,0,0.0,0.0,0.0 2023-01-23 00:00:00-05:00,55.93000030517578,55.93000030517578,55.93000030517578,55.93000030517578,16.847475051879883,0,0.0,0.0,0.0 2023-01-24 00:00:00-05:00,55.77000045776367,55.77000045776367,55.77000045776367,55.77000045776367,16.79928207397461,0,0.0,0.0,0.0 2023-01-25 00:00:00-05:00,55.529998779296875,55.529998779296875,55.529998779296875,55.529998779296875,16.726987838745117,0,0.0,0.0,0.0 2023-01-26 00:00:00-05:00,55.779998779296875,55.779998779296875,55.779998779296875,55.779998779296875,16.802289962768555,0,0.0,0.0,0.0 2023-01-27 00:00:00-05:00,55.849998474121094,55.849998474121094,55.849998474121094,55.849998474121094,16.823375701904297,0,0.0,0.0,0.0 2023-01-30 00:00:00-05:00,55.29999923706055,55.29999923706055,55.29999923706055,55.29999923706055,16.657703399658203,0,0.0,0.0,0.0 2023-01-31 00:00:00-05:00,56.119998931884766,56.119998931884766,56.119998931884766,56.119998931884766,16.904708862304688,0,0.0,0.0,0.0 2023-02-01 00:00:00-05:00,56.90999984741211,56.90999984741211,56.90999984741211,56.90999984741211,17.142677307128906,0,0.0,0.0,0.0 2023-02-02 00:00:00-05:00,57.54999923706055,57.54999923706055,57.54999923706055,57.54999923706055,17.335458755493164,0,0.0,0.0,0.0 2023-02-03 00:00:00-05:00,56.869998931884766,56.869998931884766,56.869998931884766,56.869998931884766,17.130624771118164,0,0.0,0.0,0.0 2023-02-06 00:00:00-05:00,56.38999938964844,56.38999938964844,56.38999938964844,56.38999938964844,16.986040115356445,0,0.0,0.0,0.0 2023-02-07 00:00:00-05:00,56.93000030517578,56.93000030517578,56.93000030517578,56.93000030517578,17.148700714111328,0,0.0,0.0,0.0 2023-02-08 00:00:00-05:00,56.22999954223633,56.22999954223633,56.22999954223633,56.22999954223633,16.937841415405273,0,0.0,0.0,0.0 2023-02-09 00:00:00-05:00,55.709999084472656,55.709999084472656,55.709999084472656,55.709999084472656,16.781206130981445,0,0.0,0.0,0.0 2023-02-10 00:00:00-05:00,55.88999938964844,55.88999938964844,55.88999938964844,55.88999938964844,16.83542823791504,0,0.0,0.0,0.0 2023-02-13 00:00:00-05:00,56.540000915527344,56.540000915527344,56.540000915527344,56.540000915527344,17.031221389770508,0,0.0,0.0,0.0 2023-02-14 00:00:00-05:00,56.20000076293945,56.20000076293945,56.20000076293945,56.20000076293945,16.928808212280273,0,0.0,0.0,0.0 2023-02-15 00:00:00-05:00,56.439998626708984,56.439998626708984,56.439998626708984,56.439998626708984,17.001096725463867,0,0.0,0.0,0.0 2023-02-16 00:00:00-05:00,55.7599983215332,55.7599983215332,55.7599983215332,55.7599983215332,16.796266555786133,0,0.0,0.0,0.0 2023-02-17 00:00:00-05:00,55.7599983215332,55.7599983215332,55.7599983215332,55.7599983215332,16.796266555786133,0,0.0,0.0,0.0 2023-02-21 00:00:00-05:00,54.68000030517578,54.68000030517578,54.68000030517578,54.68000030517578,16.470947265625,0,0.0,0.0,0.0 2023-02-22 00:00:00-05:00,54.619998931884766,54.619998931884766,54.619998931884766,54.619998931884766,16.452871322631836,0,0.0,0.0,0.0 2023-02-23 00:00:00-05:00,54.7400016784668,54.7400016784668,54.7400016784668,54.7400016784668,16.489017486572266,0,0.0,0.0,0.0 2023-02-24 00:00:00-05:00,54.15999984741211,54.15999984741211,54.15999984741211,54.15999984741211,16.314308166503906,0,0.0,0.0,0.0 2023-02-27 00:00:00-05:00,54.16999816894531,54.16999816894531,54.16999816894531,54.16999816894531,16.31732177734375,0,0.0,0.0,0.0 2023-02-28 00:00:00-05:00,53.959999084472656,53.959999084472656,53.959999084472656,53.959999084472656,16.25406265258789,0,0.0,0.0,0.0 2023-03-01 00:00:00-05:00,53.650001525878906,53.650001525878906,53.650001525878906,53.650001525878906,16.160686492919922,0,0.0,0.0,0.0 2023-03-02 00:00:00-05:00,54.16999816894531,54.16999816894531,54.16999816894531,54.16999816894531,16.31732177734375,0,0.0,0.0,0.0 2023-03-03 00:00:00-05:00,54.939998626708984,54.939998626708984,54.939998626708984,54.939998626708984,16.54926300048828,0,0.0,0.0,0.0 2023-03-06 00:00:00-05:00,55.08000183105469,55.08000183105469,55.08000183105469,55.08000183105469,16.5914363861084,0,0.0,0.0,0.0 2023-03-07 00:00:00-05:00,54.349998474121094,54.349998474121094,54.349998474121094,54.349998474121094,16.371540069580078,0,0.0,0.0,0.0 2023-03-08 00:00:00-05:00,54.459999084472656,54.459999084472656,54.459999084472656,54.459999084472656,16.404678344726562,0,0.0,0.0,0.0 2023-03-09 00:00:00-05:00,53.84000015258789,53.84000015258789,53.84000015258789,53.84000015258789,16.217914581298828,0,0.0,0.0,0.0 2023-03-10 00:00:00-05:00,53.16999816894531,53.16999816894531,53.16999816894531,53.16999816894531,16.016096115112305,0,0.0,0.0,0.0 2023-03-13 00:00:00-04:00,53.400001525878906,53.400001525878906,53.400001525878906,53.400001525878906,16.085378646850586,0,0.0,0.0,0.0 2023-03-14 00:00:00-04:00,54.119998931884766,54.119998931884766,54.119998931884766,54.119998931884766,16.302261352539062,0,0.0,0.0,0.0 2023-03-15 00:00:00-04:00,54.130001068115234,54.130001068115234,54.130001068115234,54.130001068115234,16.30527114868164,0,0.0,0.0,0.0 2023-03-16 00:00:00-04:00,54.790000915527344,54.790000915527344,54.790000915527344,54.790000915527344,16.555768966674805,0,0.169,0.0,0.0 2023-03-17 00:00:00-04:00,54.5099983215332,54.5099983215332,54.5099983215332,54.5099983215332,16.471160888671875,0,0.0,0.0,0.0 2023-03-20 00:00:00-04:00,54.869998931884766,54.869998931884766,54.869998931884766,54.869998931884766,16.57994270324707,0,0.0,0.0,0.0 2023-03-21 00:00:00-04:00,55.439998626708984,55.439998626708984,55.439998626708984,55.439998626708984,16.752178192138672,0,0.0,0.0,0.0 2023-03-22 00:00:00-04:00,54.619998931884766,54.619998931884766,54.619998931884766,54.619998931884766,16.504398345947266,0,0.0,0.0,0.0 2023-03-23 00:00:00-04:00,55.11000061035156,55.11000061035156,55.11000061035156,55.11000061035156,16.652463912963867,0,0.0,0.0,0.0 2023-03-24 00:00:00-04:00,55.47999954223633,55.47999954223633,55.47999954223633,55.47999954223633,16.764266967773438,0,0.0,0.0,0.0 2023-03-27 00:00:00-04:00,55.310001373291016,55.310001373291016,55.310001373291016,55.310001373291016,16.7128963470459,0,0.0,0.0,0.0 2023-03-28 00:00:00-04:00,55.15999984741211,55.15999984741211,55.15999984741211,55.15999984741211,16.667570114135742,0,0.0,0.0,0.0 2023-03-29 00:00:00-04:00,55.880001068115234,55.880001068115234,55.880001068115234,55.880001068115234,16.8851318359375,0,0.0,0.0,0.0 2023-03-30 00:00:00-04:00,56.220001220703125,56.220001220703125,56.220001220703125,56.220001220703125,16.987869262695312,0,0.0,0.0,0.0 2023-03-31 00:00:00-04:00,57.0099983215332,57.0099983215332,57.0099983215332,57.0099983215332,17.226579666137695,0,0.0,0.0,0.0 2023-04-03 00:00:00-04:00,57.189998626708984,57.189998626708984,57.189998626708984,57.189998626708984,17.28097152709961,0,0.0,0.0,0.0 2023-04-04 00:00:00-04:00,57.02000045776367,57.02000045776367,57.02000045776367,57.02000045776367,17.22960090637207,0,0.0,0.0,0.0 2023-04-05 00:00:00-04:00,56.9900016784668,56.9900016784668,56.9900016784668,56.9900016784668,17.220539093017578,0,0.0,0.0,0.0 2023-04-06 00:00:00-04:00,57.290000915527344,57.290000915527344,57.290000915527344,57.290000915527344,17.311187744140625,0,0.0,0.0,0.0 2023-04-10 00:00:00-04:00,57.15999984741211,57.15999984741211,57.15999984741211,57.15999984741211,17.271907806396484,0,0.0,0.0,0.0 2023-04-11 00:00:00-04:00,57.27000045776367,57.27000045776367,57.27000045776367,57.27000045776367,17.305145263671875,0,0.0,0.0,0.0 2023-04-12 00:00:00-04:00,57.09000015258789,57.09000015258789,57.09000015258789,57.09000015258789,17.250755310058594,0,0.0,0.0,0.0 2023-04-13 00:00:00-04:00,57.84000015258789,57.84000015258789,57.84000015258789,57.84000015258789,17.47737693786621,0,0.0,0.0,0.0 2023-04-14 00:00:00-04:00,57.54999923706055,57.54999923706055,57.54999923706055,57.54999923706055,17.389751434326172,0,0.0,0.0,0.0 2023-04-17 00:00:00-04:00,57.630001068115234,57.630001068115234,57.630001068115234,57.630001068115234,17.413925170898438,0,0.0,0.0,0.0 2023-04-18 00:00:00-04:00,57.52000045776367,57.52000045776367,57.52000045776367,57.52000045776367,17.380687713623047,0,0.0,0.0,0.0 2023-04-19 00:00:00-04:00,57.45000076293945,57.45000076293945,57.45000076293945,57.45000076293945,17.35953712463379,0,0.0,0.0,0.0 2023-04-20 00:00:00-04:00,57.54999923706055,57.54999923706055,57.54999923706055,57.54999923706055,17.389751434326172,0,0.0,0.0,0.0 2023-04-21 00:00:00-04:00,57.650001525878906,57.650001525878906,57.650001525878906,57.650001525878906,17.41996955871582,0,0.0,0.0,0.0 2023-04-24 00:00:00-04:00,57.68000030517578,57.68000030517578,57.68000030517578,57.68000030517578,17.429033279418945,0,0.0,0.0,0.0 2023-04-25 00:00:00-04:00,56.93000030517578,56.93000030517578,56.93000030517578,56.93000030517578,17.202407836914062,0,0.0,0.0,0.0 2023-04-26 00:00:00-04:00,56.810001373291016,56.810001373291016,56.810001373291016,56.810001373291016,17.166149139404297,0,0.0,0.0,0.0 2023-04-27 00:00:00-04:00,57.7599983215332,57.7599983215332,57.7599983215332,57.7599983215332,17.453205108642578,0,0.0,0.0,0.0 2023-04-28 00:00:00-04:00,58.290000915527344,58.290000915527344,58.290000915527344,58.290000915527344,17.61335563659668,0,0.0,0.0,0.0 2023-05-01 00:00:00-04:00,58.349998474121094,58.349998474121094,58.349998474121094,58.349998474121094,17.63148307800293,0,0.0,0.0,0.0 2023-05-02 00:00:00-04:00,57.93000030517578,57.93000030517578,57.93000030517578,57.93000030517578,17.504573822021484,0,0.0,0.0,0.0 2023-05-03 00:00:00-04:00,57.45000076293945,57.45000076293945,57.45000076293945,57.45000076293945,17.35953712463379,0,0.0,0.0,0.0 2023-05-04 00:00:00-04:00,57.099998474121094,57.099998474121094,57.099998474121094,57.099998474121094,17.25377655029297,0,0.0,0.0,0.0 2023-05-05 00:00:00-04:00,57.810001373291016,57.810001373291016,57.810001373291016,57.810001373291016,17.46831512451172,0,0.0,0.0,0.0 2023-05-08 00:00:00-04:00,57.79999923706055,57.79999923706055,57.79999923706055,57.79999923706055,17.465295791625977,0,0.0,0.0,0.0 2023-05-09 00:00:00-04:00,57.52000045776367,57.52000045776367,57.52000045776367,57.52000045776367,17.380687713623047,0,0.0,0.0,0.0 2023-05-10 00:00:00-04:00,57.91999816894531,57.91999816894531,57.91999816894531,57.91999816894531,17.501554489135742,0,0.0,0.0,0.0 2023-05-11 00:00:00-04:00,57.88999938964844,57.88999938964844,57.88999938964844,57.88999938964844,17.49248695373535,0,0.0,0.0,0.0 2023-05-12 00:00:00-04:00,58.0099983215332,58.0099983215332,58.0099983215332,58.0099983215332,17.528745651245117,0,0.0,0.0,0.0 2023-05-15 00:00:00-04:00,58.0,58.0,58.0,58.0,17.525728225708008,0,0.0,0.0,0.0 2023-05-16 00:00:00-04:00,57.70000076293945,57.70000076293945,57.70000076293945,57.70000076293945,17.435077667236328,0,0.0,0.0,0.0 2023-05-17 00:00:00-04:00,58.029998779296875,58.029998779296875,58.029998779296875,58.029998779296875,17.534793853759766,0,0.0,0.0,0.0 2023-05-18 00:00:00-04:00,58.459999084472656,58.459999084472656,58.459999084472656,58.459999084472656,17.664722442626953,0,0.0,0.0,0.0 2023-05-19 00:00:00-04:00,58.36000061035156,58.36000061035156,58.36000061035156,58.36000061035156,17.634510040283203,0,0.0,0.0,0.0 2023-05-22 00:00:00-04:00,58.31999969482422,58.31999969482422,58.31999969482422,58.31999969482422,17.622419357299805,0,0.0,0.0,0.0 2023-05-23 00:00:00-04:00,57.56999969482422,57.56999969482422,57.56999969482422,57.56999969482422,17.395793914794922,0,0.0,0.0,0.0 2023-05-24 00:00:00-04:00,57.0,57.0,57.0,57.0,17.22355842590332,0,0.0,0.0,0.0 2023-05-25 00:00:00-04:00,57.11000061035156,57.11000061035156,57.11000061035156,57.11000061035156,17.256799697875977,0,0.0,0.0,0.0 2023-05-26 00:00:00-04:00,57.66999816894531,57.66999816894531,57.66999816894531,57.66999816894531,17.426010131835938,0,0.0,0.0,0.0 2023-05-30 00:00:00-04:00,57.400001525878906,57.400001525878906,57.400001525878906,57.400001525878906,17.344430923461914,0,0.0,0.0,0.0 2023-05-31 00:00:00-04:00,57.369998931884766,57.369998931884766,57.369998931884766,57.369998931884766,17.335359573364258,0,0.0,0.0,0.0 2023-06-01 00:00:00-04:00,57.790000915527344,57.790000915527344,57.790000915527344,57.790000915527344,17.46227264404297,0,0.0,0.0,0.0 2023-06-02 00:00:00-04:00,58.59000015258789,58.59000015258789,58.59000015258789,58.59000015258789,17.70400619506836,0,0.0,0.0,0.0 2023-06-05 00:00:00-04:00,58.4900016784668,58.4900016784668,58.4900016784668,58.4900016784668,17.673791885375977,0,0.0,0.0,0.0 2023-06-06 00:00:00-04:00,58.459999084472656,58.459999084472656,58.459999084472656,58.459999084472656,17.664722442626953,0,0.0,0.0,0.0 2023-06-07 00:00:00-04:00,58.060001373291016,58.060001373291016,58.060001373291016,58.060001373291016,17.543859481811523,0,0.0,0.0,0.0 2023-06-08 00:00:00-04:00,58.13999938964844,58.13999938964844,58.13999938964844,58.13999938964844,17.609886169433594,0,0.138,0.0,0.0 2023-06-09 00:00:00-04:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,17.64017677307129,0,0.0,0.0,0.0 2023-06-12 00:00:00-04:00,58.75,58.75,58.75,58.75,17.794647216796875,0,0.0,0.0,0.0 2023-06-13 00:00:00-04:00,59.0,59.0,59.0,59.0,17.870370864868164,0,0.0,0.0,0.0 2023-06-14 00:00:00-04:00,59.150001525878906,59.150001525878906,59.150001525878906,59.150001525878906,17.91580581665039,0,0.0,0.0,0.0 2023-06-15 00:00:00-04:00,59.970001220703125,59.970001220703125,59.970001220703125,59.970001220703125,18.16417121887207,0,0.0,0.0,0.0 2023-06-16 00:00:00-04:00,59.79999923706055,59.79999923706055,59.79999923706055,59.79999923706055,18.112682342529297,0,0.0,0.0,0.0 2023-06-20 00:00:00-04:00,59.5099983215332,59.5099983215332,59.5099983215332,59.5099983215332,18.024843215942383,0,0.0,0.0,0.0 2023-06-21 00:00:00-04:00,59.29999923706055,59.29999923706055,59.29999923706055,59.29999923706055,17.96123504638672,0,0.0,0.0,0.0 2023-06-22 00:00:00-04:00,59.54999923706055,59.54999923706055,59.54999923706055,59.54999923706055,18.036958694458008,0,0.0,0.0,0.0 2023-06-23 00:00:00-04:00,59.040000915527344,59.040000915527344,59.040000915527344,59.040000915527344,17.882488250732422,0,0.0,0.0,0.0 2023-06-26 00:00:00-04:00,58.810001373291016,58.810001373291016,58.810001373291016,58.810001373291016,17.812824249267578,0,0.0,0.0,0.0 2023-06-27 00:00:00-04:00,59.43000030517578,59.43000030517578,59.43000030517578,59.43000030517578,18.000614166259766,0,0.0,0.0,0.0 2023-06-28 00:00:00-04:00,59.380001068115234,59.380001068115234,59.380001068115234,59.380001068115234,17.985469818115234,0,0.0,0.0,0.0 2023-06-29 00:00:00-04:00,59.650001525878906,59.650001525878906,59.650001525878906,59.650001525878906,18.067245483398438,0,0.0,0.0,0.0 2023-06-30 00:00:00-04:00,60.22999954223633,60.22999954223633,60.22999954223633,60.22999954223633,18.242919921875,0,0.0,0.0,0.0 2023-07-03 00:00:00-04:00,59.90999984741211,59.90999984741211,59.90999984741211,59.90999984741211,18.145998001098633,0,0.0,0.0,0.0 2023-07-05 00:00:00-04:00,59.790000915527344,59.790000915527344,59.790000915527344,59.790000915527344,18.109651565551758,0,0.0,0.0,0.0 2023-07-06 00:00:00-04:00,59.400001525878906,59.400001525878906,59.400001525878906,59.400001525878906,17.991525650024414,0,0.0,0.0,0.0 2023-07-07 00:00:00-04:00,58.939998626708984,58.939998626708984,58.939998626708984,58.939998626708984,17.852195739746094,0,0.0,0.0,0.0 2023-07-10 00:00:00-04:00,59.290000915527344,59.290000915527344,59.290000915527344,59.290000915527344,17.95820426940918,0,0.0,0.0,0.0 2023-07-11 00:00:00-04:00,59.4900016784668,59.4900016784668,59.4900016784668,59.4900016784668,18.01878547668457,0,0.0,0.0,0.0 2023-07-12 00:00:00-04:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,18.121767044067383,0,0.0,0.0,0.0 2023-07-13 00:00:00-04:00,60.27000045776367,60.27000045776367,60.27000045776367,60.27000045776367,18.25503921508789,0,0.0,0.0,0.0 2023-07-14 00:00:00-04:00,60.66999816894531,60.66999816894531,60.66999816894531,60.66999816894531,18.376192092895508,0,0.0,0.0,0.0 2023-07-17 00:00:00-04:00,60.77000045776367,60.77000045776367,60.77000045776367,60.77000045776367,18.406482696533203,0,0.0,0.0,0.0 2023-07-18 00:00:00-04:00,61.06999969482422,61.06999969482422,61.06999969482422,61.06999969482422,18.497346878051758,0,0.0,0.0,0.0 2023-07-19 00:00:00-04:00,61.08000183105469,61.08000183105469,61.08000183105469,61.08000183105469,18.500375747680664,0,0.0,0.0,0.0 2023-07-20 00:00:00-04:00,60.790000915527344,60.790000915527344,60.790000915527344,60.790000915527344,18.412540435791016,0,0.0,0.0,0.0 2023-07-21 00:00:00-04:00,61.04999923706055,61.04999923706055,61.04999923706055,61.04999923706055,18.491291046142578,0,0.0,0.0,0.0 2023-07-24 00:00:00-04:00,61.18000030517578,61.18000030517578,61.18000030517578,61.18000030517578,18.530664443969727,0,0.0,0.0,0.0 2023-07-25 00:00:00-04:00,61.4900016784668,61.4900016784668,61.4900016784668,61.4900016784668,18.62455940246582,0,0.0,0.0,0.0 2023-07-26 00:00:00-04:00,61.52000045776367,61.52000045776367,61.52000045776367,61.52000045776367,18.63364601135254,0,0.0,0.0,0.0 2023-07-27 00:00:00-04:00,61.040000915527344,61.040000915527344,61.040000915527344,61.040000915527344,18.48826026916504,0,0.0,0.0,0.0 2023-07-28 00:00:00-04:00,61.4900016784668,61.4900016784668,61.4900016784668,61.4900016784668,18.62455940246582,0,0.0,0.0,0.0 2023-07-31 00:00:00-04:00,61.40999984741211,61.40999984741211,61.40999984741211,61.40999984741211,18.60032844543457,0,0.0,0.0,0.0 2023-08-01 00:00:00-04:00,61.27000045776367,61.27000045776367,61.27000045776367,61.27000045776367,18.55792808532715,0,0.0,0.0,0.0 2023-08-02 00:00:00-04:00,60.68000030517578,60.68000030517578,60.68000030517578,60.68000030517578,18.37921905517578,0,0.0,0.0,0.0 2023-08-03 00:00:00-04:00,60.599998474121094,60.599998474121094,60.599998474121094,60.599998474121094,18.354990005493164,0,0.0,0.0,0.0 2023-08-04 00:00:00-04:00,60.18000030517578,60.18000030517578,60.18000030517578,60.18000030517578,18.227779388427734,0,0.0,0.0,0.0 2023-08-07 00:00:00-04:00,60.84000015258789,60.84000015258789,60.84000015258789,60.84000015258789,18.427682876586914,0,0.0,0.0,0.0 2023-08-08 00:00:00-04:00,60.52000045776367,60.52000045776367,60.52000045776367,60.52000045776367,18.330760955810547,0,0.0,0.0,0.0 2023-08-09 00:00:00-04:00,60.31999969482422,60.31999969482422,60.31999969482422,60.31999969482422,18.27018165588379,0,0.0,0.0,0.0 2023-08-10 00:00:00-04:00,60.40999984741211,60.40999984741211,60.40999984741211,60.40999984741211,18.297441482543945,0,0.0,0.0,0.0 2023-08-11 00:00:00-04:00,60.369998931884766,60.369998931884766,60.369998931884766,60.369998931884766,18.28532600402832,0,0.0,0.0,0.0 2023-08-14 00:00:00-04:00,60.65999984741211,60.65999984741211,60.65999984741211,60.65999984741211,18.3731632232666,0,0.0,0.0,0.0 2023-08-15 00:00:00-04:00,60.060001373291016,60.060001373291016,60.060001373291016,60.060001373291016,18.19143295288086,0,0.0,0.0,0.0 2023-08-16 00:00:00-04:00,59.84000015258789,59.84000015258789,59.84000015258789,59.84000015258789,18.124794006347656,0,0.0,0.0,0.0 2023-08-17 00:00:00-04:00,59.380001068115234,59.380001068115234,59.380001068115234,59.380001068115234,17.985469818115234,0,0.0,0.0,0.0 2023-08-18 00:00:00-04:00,59.33000183105469,59.33000183105469,59.33000183105469,59.33000183105469,17.97032356262207,0,0.0,0.0,0.0 2023-08-21 00:00:00-04:00,59.33000183105469,59.33000183105469,59.33000183105469,59.33000183105469,17.97032356262207,0,0.0,0.0,0.0 2023-08-22 00:00:00-04:00,59.25,59.25,59.25,59.25,17.946094512939453,0,0.0,0.0,0.0 2023-08-23 00:00:00-04:00,59.810001373291016,59.810001373291016,59.810001373291016,59.810001373291016,18.11570930480957,0,0.0,0.0,0.0 2023-08-24 00:00:00-04:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,17.943063735961914,0,0.0,0.0,0.0 2023-08-25 00:00:00-04:00,59.880001068115234,59.880001068115234,59.880001068115234,59.880001068115234,18.136911392211914,0,0.0,0.0,0.0 2023-08-28 00:00:00-04:00,60.150001525878906,60.150001525878906,60.150001525878906,60.150001525878906,18.218692779541016,0,0.0,0.0,0.0 2023-08-29 00:00:00-04:00,60.93000030517578,60.93000030517578,60.93000030517578,60.93000030517578,18.454940795898438,0,0.0,0.0,0.0 2023-08-30 00:00:00-04:00,61.130001068115234,61.130001068115234,61.130001068115234,61.130001068115234,18.515520095825195,0,0.0,0.0,0.0 2023-08-31 00:00:00-04:00,60.790000915527344,60.790000915527344,60.790000915527344,60.790000915527344,18.412540435791016,0,0.0,0.0,0.0 2023-09-01 00:00:00-04:00,61.0,61.0,61.0,61.0,18.476146697998047,0,0.0,0.0,0.0 2023-09-05 00:00:00-04:00,60.790000915527344,60.790000915527344,60.790000915527344,60.790000915527344,18.412540435791016,0,0.0,0.0,0.0 2023-09-06 00:00:00-04:00,60.47999954223633,60.47999954223633,60.47999954223633,60.47999954223633,18.31864356994629,0,0.0,0.0,0.0 2023-09-07 00:00:00-04:00,60.400001525878906,60.400001525878906,60.400001525878906,60.400001525878906,18.29441261291504,0,0.0,0.0,0.0 2023-09-08 00:00:00-04:00,60.369998931884766,60.369998931884766,60.369998931884766,60.369998931884766,18.28532600402832,0,0.0,0.0,0.0 2023-09-11 00:00:00-04:00,60.689998626708984,60.689998626708984,60.689998626708984,60.689998626708984,18.38224983215332,0,0.0,0.0,0.0 2023-09-12 00:00:00-04:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,18.24595069885254,0,0.0,0.0,0.0 2023-09-13 00:00:00-04:00,60.36000061035156,60.36000061035156,60.36000061035156,60.36000061035156,18.282299041748047,0,0.0,0.0,0.0 2023-09-14 00:00:00-04:00,60.540000915527344,60.540000915527344,60.540000915527344,60.540000915527344,18.39472198486328,0,0.19,0.0,0.0 2023-09-15 00:00:00-04:00,59.869998931884766,59.869998931884766,59.869998931884766,59.869998931884766,18.191144943237305,0,0.0,0.0,0.0 2023-09-18 00:00:00-04:00,59.970001220703125,59.970001220703125,59.970001220703125,59.970001220703125,18.22153091430664,0,0.0,0.0,0.0 2023-09-19 00:00:00-04:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,18.17898941040039,0,0.0,0.0,0.0 2023-09-20 00:00:00-04:00,59.36000061035156,59.36000061035156,59.36000061035156,59.36000061035156,18.036184310913086,0,0.0,0.0,0.0 2023-09-21 00:00:00-04:00,58.45000076293945,58.45000076293945,58.45000076293945,58.45000076293945,17.759685516357422,0,0.0,0.0,0.0 2023-09-22 00:00:00-04:00,58.5099983215332,58.5099983215332,58.5099983215332,58.5099983215332,17.77791404724121,0,0.0,0.0,0.0 2023-09-25 00:00:00-04:00,58.599998474121094,58.599998474121094,58.599998474121094,58.599998474121094,17.80526351928711,0,0.0,0.0,0.0 2023-09-26 00:00:00-04:00,57.650001525878906,57.650001525878906,57.650001525878906,57.650001525878906,17.516611099243164,0,0.0,0.0,0.0 2023-09-27 00:00:00-04:00,57.529998779296875,57.529998779296875,57.529998779296875,57.529998779296875,17.480146408081055,0,0.0,0.0,0.0 2023-09-28 00:00:00-04:00,57.720001220703125,57.720001220703125,57.720001220703125,57.720001220703125,17.537878036499023,0,0.0,0.0,0.0 2023-09-29 00:00:00-04:00,57.79999923706055,57.79999923706055,57.79999923706055,57.79999923706055,17.56218719482422,0,0.0,0.0,0.0 2023-10-02 00:00:00-04:00,58.02000045776367,58.02000045776367,58.02000045776367,58.02000045776367,17.6290340423584,0,0.0,0.0,0.0 2023-10-03 00:00:00-04:00,57.41999816894531,57.41999816894531,57.41999816894531,57.41999816894531,17.446727752685547,0,0.0,0.0,0.0 2023-10-04 00:00:00-04:00,57.9900016784668,57.9900016784668,57.9900016784668,57.9900016784668,17.619916915893555,0,0.0,0.0,0.0 2023-10-05 00:00:00-04:00,57.81999969482422,57.81999969482422,57.81999969482422,57.81999969482422,17.568265914916992,0,0.0,0.0,0.0 2023-10-06 00:00:00-04:00,58.40999984741211,58.40999984741211,58.40999984741211,58.40999984741211,17.74753189086914,0,0.0,0.0,0.0 2023-10-09 00:00:00-04:00,58.63999938964844,58.63999938964844,58.63999938964844,58.63999938964844,17.817415237426758,0,0.0,0.0,0.0 2023-10-10 00:00:00-04:00,58.900001525878906,58.900001525878906,58.900001525878906,58.900001525878906,17.89641571044922,0,0.0,0.0,0.0 2023-10-11 00:00:00-04:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,17.884260177612305,0,0.0,0.0,0.0 2023-10-12 00:00:00-04:00,58.38999938964844,58.38999938964844,58.38999938964844,58.38999938964844,17.741455078125,0,0.0,0.0,0.0 2023-10-13 00:00:00-04:00,58.220001220703125,58.220001220703125,58.220001220703125,58.220001220703125,17.689802169799805,0,0.0,0.0,0.0 2023-10-16 00:00:00-04:00,58.869998931884766,58.869998931884766,58.869998931884766,58.869998931884766,17.887300491333008,0,0.0,0.0,0.0 2023-10-17 00:00:00-04:00,58.880001068115234,58.880001068115234,58.880001068115234,58.880001068115234,17.890336990356445,0,0.0,0.0,0.0 2023-10-18 00:00:00-04:00,58.349998474121094,58.349998474121094,58.349998474121094,58.349998474121094,17.729299545288086,0,0.0,0.0,0.0 2023-10-19 00:00:00-04:00,58.06999969482422,58.06999969482422,58.06999969482422,58.06999969482422,17.644224166870117,0,0.0,0.0,0.0 2023-10-20 00:00:00-04:00,57.400001525878906,57.400001525878906,57.400001525878906,57.400001525878906,17.440650939941406,0,0.0,0.0,0.0 2023-10-23 00:00:00-04:00,57.279998779296875,57.279998779296875,57.279998779296875,57.279998779296875,17.404186248779297,0,0.0,0.0,0.0 2023-10-24 00:00:00-04:00,57.560001373291016,57.560001373291016,57.560001373291016,57.560001373291016,17.4892635345459,0,0.0,0.0,0.0 2023-10-25 00:00:00-04:00,56.75,56.75,56.75,56.75,17.243148803710938,0,0.0,0.0,0.0 2023-10-26 00:00:00-04:00,56.11000061035156,56.11000061035156,56.11000061035156,56.11000061035156,17.048688888549805,0,0.0,0.0,0.0 2023-10-27 00:00:00-04:00,55.720001220703125,55.720001220703125,55.720001220703125,55.720001220703125,16.930192947387695,0,0.0,0.0,0.0 2023-10-30 00:00:00-04:00,56.47999954223633,56.47999954223633,56.47999954223633,56.47999954223633,17.161113739013672,0,0.0,0.0,0.0 2023-10-31 00:00:00-04:00,56.970001220703125,56.970001220703125,56.970001220703125,56.970001220703125,17.30999755859375,0,0.0,0.0,0.0 2023-11-01 00:00:00-04:00,57.13999938964844,57.13999938964844,57.13999938964844,57.13999938964844,17.361648559570312,0,0.0,0.0,0.0 2023-11-02 00:00:00-04:00,58.45000076293945,58.45000076293945,58.45000076293945,58.45000076293945,17.759685516357422,0,0.0,0.0,0.0 2023-11-03 00:00:00-04:00,58.88999938964844,58.88999938964844,58.88999938964844,58.88999938964844,17.893375396728516,0,0.0,0.0,0.0 2023-11-06 00:00:00-05:00,59.06999969482422,59.06999969482422,59.06999969482422,59.06999969482422,17.94806671142578,0,0.0,0.0,0.0 2023-11-07 00:00:00-05:00,59.400001525878906,59.400001525878906,59.400001525878906,59.400001525878906,18.04833984375,0,0.0,0.0,0.0 2023-11-08 00:00:00-05:00,59.65999984741211,59.65999984741211,59.65999984741211,59.65999984741211,18.127336502075195,0,0.0,0.0,0.0 2023-11-09 00:00:00-05:00,59.16999816894531,59.16999816894531,59.16999816894531,59.16999816894531,17.978452682495117,0,0.0,0.0,0.0 2023-11-10 00:00:00-05:00,59.970001220703125,59.970001220703125,59.970001220703125,59.970001220703125,18.22153091430664,0,0.0,0.0,0.0 2023-11-13 00:00:00-05:00,59.81999969482422,59.81999969482422,59.81999969482422,59.81999969482422,18.175954818725586,0,0.0,0.0,0.0 2023-11-14 00:00:00-05:00,60.65999984741211,60.65999984741211,60.65999984741211,60.65999984741211,18.431182861328125,0,0.0,0.0,0.0 2023-11-15 00:00:00-05:00,60.869998931884766,60.869998931884766,60.869998931884766,60.869998931884766,18.4949893951416,0,0.0,0.0,0.0 2023-11-16 00:00:00-05:00,61.290000915527344,61.290000915527344,61.290000915527344,61.290000915527344,18.622602462768555,0,0.0,0.0,0.0 2023-11-17 00:00:00-05:00,61.099998474121094,61.099998474121094,61.099998474121094,61.099998474121094,18.564870834350586,0,0.0,0.0,0.0 2023-11-20 00:00:00-05:00,61.47999954223633,61.47999954223633,61.47999954223633,61.47999954223633,18.68033218383789,0,0.0,0.0,0.0 2023-11-21 00:00:00-05:00,61.54999923706055,61.54999923706055,61.54999923706055,61.54999923706055,18.701602935791016,0,0.0,0.0,0.0 2023-11-22 00:00:00-05:00,61.900001525878906,61.900001525878906,61.900001525878906,61.900001525878906,18.80794906616211,0,0.0,0.0,0.0 2023-11-24 00:00:00-05:00,61.88999938964844,61.88999938964844,61.88999938964844,61.88999938964844,18.804906845092773,0,0.0,0.0,0.0 2023-11-27 00:00:00-05:00,61.7400016784668,61.7400016784668,61.7400016784668,61.7400016784668,18.759334564208984,0,0.0,0.0,0.0 2023-11-28 00:00:00-05:00,61.72999954223633,61.72999954223633,61.72999954223633,61.72999954223633,18.75629234313965,0,0.0,0.0,0.0 2023-11-29 00:00:00-05:00,61.689998626708984,61.689998626708984,61.689998626708984,61.689998626708984,18.744138717651367,0,0.0,0.0,0.0 2023-11-30 00:00:00-05:00,62.029998779296875,62.029998779296875,62.029998779296875,62.029998779296875,18.84744644165039,0,0.0,0.0,0.0 2023-12-01 00:00:00-05:00,62.27000045776367,62.27000045776367,62.27000045776367,62.27000045776367,18.920372009277344,0,0.0,0.0,0.0 2023-12-04 00:00:00-05:00,62.0099983215332,62.0099983215332,62.0099983215332,62.0099983215332,18.84136962890625,0,0.0,0.0,0.0 2023-12-05 00:00:00-05:00,61.970001220703125,61.970001220703125,61.970001220703125,61.970001220703125,18.8292179107666,0,0.0,0.0,0.0 2023-12-06 00:00:00-05:00,61.779998779296875,61.779998779296875,61.779998779296875,61.779998779296875,18.771484375,0,0.0,0.0,0.0 2023-12-07 00:00:00-05:00,62.060001373291016,62.060001373291016,62.060001373291016,62.060001373291016,18.856563568115234,0,0.0,0.0,0.0 2023-12-08 00:00:00-05:00,62.099998474121094,62.099998474121094,62.099998474121094,62.099998474121094,18.868715286254883,0,0.0,0.0,0.0 2023-12-11 00:00:00-05:00,62.56999969482422,62.56999969482422,62.56999969482422,62.56999969482422,19.01152229309082,0,0.0,0.0,0.0 2023-12-12 00:00:00-05:00,62.900001525878906,62.900001525878906,62.900001525878906,62.900001525878906,19.111791610717773,0,0.0,0.0,0.0 2023-12-13 00:00:00-05:00,63.470001220703125,63.470001220703125,63.470001220703125,63.470001220703125,19.284982681274414,0,0.0,0.0,0.0 2023-12-14 00:00:00-05:00,58.65999984741211,58.65999984741211,58.65999984741211,58.65999984741211,20.560834884643555,0,4.313,0.0,4.137 2023-12-15 00:00:00-05:00,58.54999923706055,58.54999923706055,58.54999923706055,58.54999923706055,20.52227783203125,0,0.0,0.0,0.0 2023-12-18 00:00:00-05:00,58.810001373291016,58.810001373291016,58.810001373291016,58.810001373291016,20.61341094970703,0,0.0,0.0,0.0 2023-12-19 00:00:00-05:00,58.93000030517578,58.93000030517578,58.93000030517578,58.93000030517578,20.655471801757812,0,0.0,0.0,0.0 2023-12-20 00:00:00-05:00,58.2400016784668,58.2400016784668,58.2400016784668,58.2400016784668,20.413619995117188,0,0.0,0.0,0.0 2023-12-21 00:00:00-05:00,58.84000015258789,58.84000015258789,58.84000015258789,58.84000015258789,20.623924255371094,0,0.0,0.0,0.0 2023-12-22 00:00:00-05:00,58.790000915527344,58.790000915527344,58.790000915527344,58.790000915527344,20.606401443481445,0,0.0,0.0,0.0 2023-12-26 00:00:00-05:00,58.959999084472656,58.959999084472656,58.959999084472656,58.959999084472656,20.665987014770508,0,0.0,0.0,0.0 2023-12-27 00:00:00-05:00,59.02000045776367,59.02000045776367,59.02000045776367,59.02000045776367,20.6870174407959,0,0.0,0.0,0.0 2023-12-28 00:00:00-05:00,59.11000061035156,59.11000061035156,59.11000061035156,59.11000061035156,20.71856117248535,0,0.0,0.0,0.0 2023-12-29 00:00:00-05:00,59.060001373291016,59.060001373291016,59.060001373291016,59.060001373291016,20.701038360595703,0,0.0,0.0,0.0 2024-01-02 00:00:00-05:00,58.56999969482422,58.56999969482422,58.56999969482422,58.56999969482422,20.529287338256836,0,0.0,0.0,0.0 2024-01-03 00:00:00-05:00,58.11000061035156,58.11000061035156,58.11000061035156,58.11000061035156,20.368053436279297,0,0.0,0.0,0.0 2024-01-04 00:00:00-05:00,57.900001525878906,57.900001525878906,57.900001525878906,57.900001525878906,20.294448852539062,0,0.0,0.0,0.0 2024-01-05 00:00:00-05:00,57.75,57.75,57.75,57.75,20.241870880126953,0,0.0,0.0,0.0 2024-01-08 00:00:00-05:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,20.497743606567383,0,0.0,0.0,0.0 2024-01-09 00:00:00-05:00,58.5,58.5,58.5,58.5,20.504751205444336,0,0.0,0.0,0.0 2024-01-10 00:00:00-05:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,20.63093376159668,0,0.0,0.0,0.0 2024-01-11 00:00:00-05:00,58.880001068115234,58.880001068115234,58.880001068115234,58.880001068115234,20.6379451751709,0,0.0,0.0,0.0 2024-01-12 00:00:00-05:00,59.08000183105469,59.08000183105469,59.08000183105469,59.08000183105469,20.70804786682129,0,0.0,0.0,0.0 2024-01-16 00:00:00-05:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,20.63093376159668,0,0.0,0.0,0.0 2024-01-17 00:00:00-05:00,58.709999084472656,58.709999084472656,58.709999084472656,58.709999084472656,20.578359603881836,0,0.0,0.0,0.0 2024-01-18 00:00:00-05:00,59.27000045776367,59.27000045776367,59.27000045776367,59.27000045776367,20.774641036987305,0,0.0,0.0,0.0 2024-01-19 00:00:00-05:00,59.779998779296875,59.779998779296875,59.779998779296875,59.779998779296875,20.953401565551758,0,0.0,0.0,0.0 2024-01-22 00:00:00-05:00,59.95000076293945,59.95000076293945,59.95000076293945,59.95000076293945,21.012989044189453,0,0.0,0.0,0.0 2024-01-23 00:00:00-05:00,60.189998626708984,60.189998626708984,60.189998626708984,60.189998626708984,21.09711265563965,0,0.0,0.0,0.0 2024-01-24 00:00:00-05:00,60.06999969482422,60.06999969482422,60.06999969482422,60.06999969482422,21.055051803588867,0,0.0,0.0,0.0 2024-01-25 00:00:00-05:00,60.130001068115234,60.130001068115234,60.130001068115234,60.130001068115234,21.07608413696289,0,0.0,0.0,0.0 2024-01-26 00:00:00-05:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,21.07257652282715,0,0.0,0.0,0.0 2024-01-29 00:00:00-05:00,60.45000076293945,60.45000076293945,60.45000076293945,60.45000076293945,21.18824577331543,0,0.0,0.0,0.0 2024-01-30 00:00:00-05:00,60.36000061035156,60.36000061035156,60.36000061035156,60.36000061035156,21.15669822692871,0,0.0,0.0,0.0 2024-01-31 00:00:00-05:00,59.720001220703125,59.720001220703125,59.720001220703125,59.720001220703125,20.932374954223633,0,0.0,0.0,0.0 2024-02-01 00:00:00-05:00,60.349998474121094,60.349998474121094,60.349998474121094,60.349998474121094,21.153194427490234,0,0.0,0.0,0.0 2024-02-02 00:00:00-05:00,60.459999084472656,60.459999084472656,60.459999084472656,60.459999084472656,21.191749572753906,0,0.0,0.0,0.0 2024-02-05 00:00:00-05:00,60.220001220703125,60.220001220703125,60.220001220703125,60.220001220703125,21.107627868652344,0,0.0,0.0,0.0 2024-02-06 00:00:00-05:00,60.439998626708984,60.439998626708984,60.439998626708984,60.439998626708984,21.184736251831055,0,0.0,0.0,0.0 2024-02-07 00:00:00-05:00,60.880001068115234,60.880001068115234,60.880001068115234,60.880001068115234,21.338964462280273,0,0.0,0.0,0.0 2024-02-08 00:00:00-05:00,61.099998474121094,61.099998474121094,61.099998474121094,61.099998474121094,21.41607666015625,0,0.0,0.0,0.0 2024-02-09 00:00:00-05:00,61.349998474121094,61.349998474121094,61.349998474121094,61.349998474121094,21.50370216369629,0,0.0,0.0,0.0 2024-02-12 00:00:00-05:00,61.22999954223633,61.22999954223633,61.22999954223633,61.22999954223633,21.461641311645508,0,0.0,0.0,0.0 2024-02-13 00:00:00-05:00,60.4900016784668,60.4900016784668,60.4900016784668,60.4900016784668,21.2022647857666,0,0.0,0.0,0.0 2024-02-14 00:00:00-05:00,61.0099983215332,61.0099983215332,61.0099983215332,61.0099983215332,21.3845272064209,0,0.0,0.0,0.0 2024-02-15 00:00:00-05:00,61.22999954223633,61.22999954223633,61.22999954223633,61.22999954223633,21.461641311645508,0,0.0,0.0,0.0 2024-02-16 00:00:00-05:00,60.959999084472656,60.959999084472656,60.959999084472656,60.959999084472656,21.36700439453125,0,0.0,0.0,0.0 2024-02-20 00:00:00-05:00,60.79999923706055,60.79999923706055,60.79999923706055,60.79999923706055,21.31092071533203,0,0.0,0.0,0.0 2024-02-21 00:00:00-05:00,60.93000030517578,60.93000030517578,60.93000030517578,60.93000030517578,21.356489181518555,0,0.0,0.0,0.0 2024-02-22 00:00:00-05:00,61.849998474121094,61.849998474121094,61.849998474121094,61.849998474121094,21.678956985473633,0,0.0,0.0,0.0 2024-02-23 00:00:00-05:00,62.0,62.0,62.0,62.0,21.731531143188477,0,0.0,0.0,0.0 2024-02-26 00:00:00-05:00,61.61000061035156,61.61000061035156,61.61000061035156,61.61000061035156,21.59483528137207,0,0.0,0.0,0.0 2024-02-27 00:00:00-05:00,61.61000061035156,61.61000061035156,61.61000061035156,61.61000061035156,21.59483528137207,0,0.0,0.0,0.0 2024-02-28 00:00:00-05:00,61.36000061035156,61.36000061035156,61.36000061035156,61.36000061035156,21.507204055786133,0,0.0,0.0,0.0 2024-02-29 00:00:00-05:00,61.47999954223633,61.47999954223633,61.47999954223633,61.47999954223633,21.549266815185547,0,0.0,0.0,0.0 2024-03-01 00:00:00-05:00,61.61000061035156,61.61000061035156,61.61000061035156,61.61000061035156,21.59483528137207,0,0.0,0.0,0.0 2024-03-04 00:00:00-05:00,61.279998779296875,61.279998779296875,61.279998779296875,61.279998779296875,21.479167938232422,0,0.0,0.0,0.0 2024-03-05 00:00:00-05:00,60.36000061035156,60.36000061035156,60.36000061035156,60.36000061035156,21.15669822692871,0,0.0,0.0,0.0 2024-03-06 00:00:00-05:00,60.63999938964844,60.63999938964844,60.63999938964844,60.63999938964844,21.254840850830078,0,0.0,0.0,0.0 2024-03-07 00:00:00-05:00,61.06999969482422,61.06999969482422,61.06999969482422,61.06999969482422,21.40555763244629,0,0.0,0.0,0.0 2024-03-08 00:00:00-05:00,60.91999816894531,60.91999816894531,60.91999816894531,60.91999816894531,21.352981567382812,0,0.0,0.0,0.0 2024-03-11 00:00:00-04:00,61.130001068115234,61.130001068115234,61.130001068115234,61.130001068115234,21.426589965820312,0,0.0,0.0,0.0 2024-03-12 00:00:00-04:00,61.59000015258789,61.59000015258789,61.59000015258789,61.59000015258789,21.58782386779785,0,0.0,0.0,0.0 2024-03-13 00:00:00-04:00,61.380001068115234,61.380001068115234,61.380001068115234,61.380001068115234,21.514217376708984,0,0.0,0.0,0.0 2024-03-14 00:00:00-04:00,61.25,61.25,61.25,61.25,21.51878547668457,0,0.143,0.0,0.0 2024-03-15 00:00:00-04:00,60.72999954223633,60.72999954223633,60.72999954223633,60.72999954223633,21.336095809936523,0,0.0,0.0,0.0 2024-03-18 00:00:00-04:00,61.040000915527344,61.040000915527344,61.040000915527344,61.040000915527344,21.44500732421875,0,0.0,0.0,0.0 2024-03-19 00:00:00-04:00,61.45000076293945,61.45000076293945,61.45000076293945,61.45000076293945,21.58905029296875,0,0.0,0.0,0.0 2024-03-20 00:00:00-04:00,61.84000015258789,61.84000015258789,61.84000015258789,61.84000015258789,21.7260684967041,0,0.0,0.0,0.0 2024-03-21 00:00:00-04:00,61.52000045776367,61.52000045776367,61.52000045776367,61.52000045776367,21.613643646240234,0,0.0,0.0,0.0 2024-03-22 00:00:00-04:00,61.15999984741211,61.15999984741211,61.15999984741211,61.15999984741211,21.487163543701172,0,0.0,0.0,0.0 2024-03-25 00:00:00-04:00,60.709999084472656,60.709999084472656,60.709999084472656,60.709999084472656,21.329069137573242,0,0.0,0.0,0.0 2024-03-26 00:00:00-04:00,60.63999938964844,60.63999938964844,60.63999938964844,60.63999938964844,21.304475784301758,0,0.0,0.0,0.0 2024-03-27 00:00:00-04:00,61.31999969482422,61.31999969482422,61.31999969482422,61.31999969482422,21.543376922607422,0,0.0,0.0,0.0 2024-03-28 00:00:00-04:00,61.470001220703125,61.470001220703125,61.470001220703125,61.470001220703125,21.5960750579834,0,0.0,0.0,0.0 2024-04-01 00:00:00-04:00,61.09000015258789,61.09000015258789,61.09000015258789,61.09000015258789,21.46257209777832,0,0.0,0.0,0.0 2024-04-02 00:00:00-04:00,60.349998474121094,60.349998474121094,60.349998474121094,60.349998474121094,21.20258903503418,0,0.0,0.0,0.0 2024-04-03 00:00:00-04:00,60.130001068115234,60.130001068115234,60.130001068115234,60.130001068115234,21.12529945373535,0,0.0,0.0,0.0 2024-04-04 00:00:00-04:00,59.5,59.5,59.5,59.5,20.903963088989258,0,0.0,0.0,0.0 2024-04-05 00:00:00-04:00,60.029998779296875,60.029998779296875,60.029998779296875,60.029998779296875,21.090166091918945,0,0.0,0.0,0.0 2024-04-08 00:00:00-04:00,60.209999084472656,60.209999084472656,60.209999084472656,60.209999084472656,21.153404235839844,0,0.0,0.0,0.0 2024-04-09 00:00:00-04:00,60.540000915527344,60.540000915527344,60.540000915527344,60.540000915527344,21.26934242248535,0,0.0,0.0,0.0 2024-04-10 00:00:00-04:00,59.65999984741211,59.65999984741211,59.65999984741211,59.65999984741211,20.960174560546875,0,0.0,0.0,0.0 2024-04-11 00:00:00-04:00,59.86000061035156,59.86000061035156,59.86000061035156,59.86000061035156,21.030441284179688,0,0.0,0.0,0.0 2024-04-12 00:00:00-04:00,59.15999984741211,59.15999984741211,59.15999984741211,59.15999984741211,20.78451156616211,0,0.0,0.0,0.0 2024-04-15 00:00:00-04:00,58.720001220703125,58.720001220703125,58.720001220703125,58.720001220703125,20.629926681518555,0,0.0,0.0,0.0 2024-04-16 00:00:00-04:00,58.779998779296875,58.779998779296875,58.779998779296875,58.779998779296875,20.651004791259766,0,0.0,0.0,0.0 2024-04-17 00:00:00-04:00,58.79999923706055,58.79999923706055,58.79999923706055,58.79999923706055,20.65803337097168,0,0.0,0.0,0.0 2024-04-18 00:00:00-04:00,58.65999984741211,58.65999984741211,58.65999984741211,58.65999984741211,20.60884666442871,0,0.0,0.0,0.0 2024-04-19 00:00:00-04:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,20.54560661315918,0,0.0,0.0,0.0 2024-04-22 00:00:00-04:00,58.790000915527344,58.790000915527344,58.790000915527344,58.790000915527344,20.65452003479004,0,0.0,0.0,0.0 2024-04-23 00:00:00-04:00,59.25,59.25,59.25,59.25,20.816131591796875,0,0.0,0.0,0.0 2024-04-24 00:00:00-04:00,59.599998474121094,59.599998474121094,59.599998474121094,59.599998474121094,20.93909454345703,0,0.0,0.0,0.0 2024-04-25 00:00:00-04:00,59.43000030517578,59.43000030517578,59.43000030517578,59.43000030517578,20.879369735717773,0,0.0,0.0,0.0 2024-04-26 00:00:00-04:00,60.060001373291016,60.060001373291016,60.060001373291016,60.060001373291016,21.100706100463867,0,0.0,0.0,0.0 2024-04-29 00:00:00-04:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,21.09368133544922,0,0.0,0.0,0.0 2024-04-30 00:00:00-04:00,59.25,59.25,59.25,59.25,20.816131591796875,0,0.0,0.0,0.0 2024-05-01 00:00:00-04:00,58.779998779296875,58.779998779296875,58.779998779296875,58.779998779296875,20.651004791259766,0,0.0,0.0,0.0 2024-05-02 00:00:00-04:00,59.20000076293945,59.20000076293945,59.20000076293945,59.20000076293945,20.798564910888672,0,0.0,0.0,0.0 2024-05-03 00:00:00-04:00,59.81999969482422,59.81999969482422,59.81999969482422,59.81999969482422,21.016387939453125,0,0.0,0.0,0.0 2024-05-06 00:00:00-04:00,60.20000076293945,60.20000076293945,60.20000076293945,60.20000076293945,21.149892807006836,0,0.0,0.0,0.0 2024-05-07 00:00:00-04:00,60.65999984741211,60.65999984741211,60.65999984741211,60.65999984741211,21.311504364013672,0,0.0,0.0,0.0 2024-05-08 00:00:00-04:00,60.470001220703125,60.470001220703125,60.470001220703125,60.470001220703125,21.244749069213867,0,0.0,0.0,0.0 2024-05-09 00:00:00-04:00,60.72999954223633,60.72999954223633,60.72999954223633,60.72999954223633,21.336095809936523,0,0.0,0.0,0.0 2024-05-10 00:00:00-04:00,60.900001525878906,60.900001525878906,60.900001525878906,60.900001525878906,21.39581871032715,0,0.0,0.0,0.0 2024-05-13 00:00:00-04:00,60.93000030517578,60.93000030517578,60.93000030517578,60.93000030517578,21.406362533569336,0,0.0,0.0,0.0 2024-05-14 00:00:00-04:00,61.13999938964844,61.13999938964844,61.13999938964844,61.13999938964844,21.480138778686523,0,0.0,0.0,0.0 2024-05-15 00:00:00-04:00,61.88999938964844,61.88999938964844,61.88999938964844,61.88999938964844,21.743633270263672,0,0.0,0.0,0.0 2024-05-16 00:00:00-04:00,62.09000015258789,62.09000015258789,62.09000015258789,62.09000015258789,21.813899993896484,0,0.0,0.0,0.0 2024-05-17 00:00:00-04:00,62.22999954223633,62.22999954223633,62.22999954223633,62.22999954223633,21.86308479309082,0,0.0,0.0,0.0 2024-05-20 00:00:00-04:00,62.29999923706055,62.29999923706055,62.29999923706055,62.29999923706055,21.887678146362305,0,0.0,0.0,0.0 2024-05-21 00:00:00-04:00,62.33000183105469,62.33000183105469,62.33000183105469,62.33000183105469,21.898218154907227,0,0.0,0.0,0.0 2024-05-22 00:00:00-04:00,62.59000015258789,62.59000015258789,62.59000015258789,62.59000015258789,21.989564895629883,0,0.0,0.0,0.0 2024-05-23 00:00:00-04:00,61.779998779296875,61.779998779296875,61.779998779296875,61.779998779296875,21.704988479614258,0,0.0,0.0,0.0 2024-05-24 00:00:00-04:00,61.56999969482422,61.56999969482422,61.56999969482422,61.56999969482422,21.631208419799805,0,0.0,0.0,0.0 2024-05-28 00:00:00-04:00,61.150001525878906,61.150001525878906,61.150001525878906,61.150001525878906,21.483652114868164,0,0.0,0.0,0.0 2024-05-29 00:00:00-04:00,60.599998474121094,60.599998474121094,60.599998474121094,60.599998474121094,21.290420532226562,0,0.0,0.0,0.0 2024-05-30 00:00:00-04:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,21.163944244384766,0,0.0,0.0,0.0 2024-05-31 00:00:00-04:00,60.779998779296875,60.779998779296875,60.779998779296875,60.779998779296875,21.353662490844727,0,0.0,0.0,0.0 2024-06-03 00:00:00-04:00,60.61000061035156,60.61000061035156,60.61000061035156,60.61000061035156,21.293935775756836,0,0.0,0.0,0.0 2024-06-04 00:00:00-04:00,61.02000045776367,61.02000045776367,61.02000045776367,61.02000045776367,21.43798065185547,0,0.0,0.0,0.0 2024-06-05 00:00:00-04:00,61.439998626708984,61.439998626708984,61.439998626708984,61.439998626708984,21.585535049438477,0,0.0,0.0,0.0 2024-06-06 00:00:00-04:00,61.5099983215332,61.5099983215332,61.5099983215332,61.5099983215332,21.610130310058594,0,0.0,0.0,0.0 2024-06-07 00:00:00-04:00,61.34000015258789,61.34000015258789,61.34000015258789,61.34000015258789,21.55040168762207,0,0.0,0.0,0.0 2024-06-10 00:00:00-04:00,61.34000015258789,61.34000015258789,61.34000015258789,61.34000015258789,21.55040168762207,0,0.0,0.0,0.0 2024-06-11 00:00:00-04:00,61.709999084472656,61.709999084472656,61.709999084472656,61.709999084472656,21.680395126342773,0,0.0,0.0,0.0 2024-06-12 00:00:00-04:00,62.04999923706055,62.04999923706055,62.04999923706055,62.04999923706055,21.799846649169922,0,0.0,0.0,0.0 2024-06-13 00:00:00-04:00,61.79999923706055,61.79999923706055,61.79999923706055,61.79999923706055,21.755491256713867,0,0.124,0.0,0.0 2024-06-14 00:00:00-04:00,61.779998779296875,61.779998779296875,61.779998779296875,61.779998779296875,21.748449325561523,0,0.0,0.0,0.0 2024-06-17 00:00:00-04:00,62.29999923706055,62.29999923706055,62.29999923706055,62.29999923706055,21.93150520324707,0,0.0,0.0,0.0 2024-06-18 00:00:00-04:00,62.27000045776367,62.27000045776367,62.27000045776367,62.27000045776367,21.920944213867188,0,0.0,0.0,0.0 2024-06-20 00:00:00-04:00,62.33000183105469,62.33000183105469,62.33000183105469,62.33000183105469,21.942066192626953,0,0.0,0.0,0.0 2024-06-21 00:00:00-04:00,62.70000076293945,62.70000076293945,62.70000076293945,62.70000076293945,22.07231903076172,0,0.0,0.0,0.0 2024-06-24 00:00:00-04:00,62.61000061035156,62.61000061035156,62.61000061035156,62.61000061035156,22.04063606262207,0,0.0,0.0,0.0 2024-06-25 00:00:00-04:00,62.56999969482422,62.56999969482422,62.56999969482422,62.56999969482422,22.026552200317383,0,0.0,0.0,0.0 2024-06-26 00:00:00-04:00,62.5,62.5,62.5,62.5,22.001911163330078,0,0.0,0.0,0.0 2024-06-27 00:00:00-04:00,62.650001525878906,62.650001525878906,62.650001525878906,62.650001525878906,22.054716110229492,0,0.0,0.0,0.0 2024-06-28 00:00:00-04:00,62.15999984741211,62.15999984741211,62.15999984741211,62.15999984741211,21.882221221923828,0,0.0,0.0,0.0 2024-07-01 00:00:00-04:00,62.029998779296875,62.029998779296875,62.029998779296875,62.029998779296875,21.836456298828125,0,0.0,0.0,0.0 2024-07-02 00:00:00-04:00,62.45000076293945,62.45000076293945,62.45000076293945,62.45000076293945,21.984310150146484,0,0.0,0.0,0.0 2024-07-03 00:00:00-04:00,62.58000183105469,62.58000183105469,62.58000183105469,62.58000183105469,22.030075073242188,0,0.0,0.0,0.0 2024-07-05 00:00:00-04:00,62.97999954223633,62.97999954223633,62.97999954223633,62.97999954223633,22.170886993408203,0,0.0,0.0,0.0 2024-07-08 00:00:00-04:00,62.81999969482422,62.81999969482422,62.81999969482422,62.81999969482422,22.114561080932617,0,0.0,0.0,0.0 2024-07-09 00:00:00-04:00,62.61000061035156,62.61000061035156,62.61000061035156,62.61000061035156,22.04063606262207,0,0.0,0.0,0.0 2024-07-10 00:00:00-04:00,62.9900016784668,62.9900016784668,62.9900016784668,62.9900016784668,22.174407958984375,0,0.0,0.0,0.0 2024-07-11 00:00:00-04:00,62.849998474121094,62.849998474121094,62.849998474121094,62.849998474121094,22.1251220703125,0,0.0,0.0,0.0 2024-07-12 00:00:00-04:00,63.470001220703125,63.470001220703125,63.470001220703125,63.470001220703125,22.343381881713867,0,0.0,0.0,0.0 2024-07-15 00:00:00-04:00,63.63999938964844,63.63999938964844,63.63999938964844,63.63999938964844,22.403226852416992,0,0.0,0.0,0.0 2024-07-16 00:00:00-04:00,64.41000366210938,64.41000366210938,64.41000366210938,64.41000366210938,22.674291610717773,0,0.0,0.0,0.0 2024-07-17 00:00:00-04:00,64.08000183105469,64.08000183105469,64.08000183105469,64.08000183105469,22.558120727539062,0,0.0,0.0,0.0 2024-07-18 00:00:00-04:00,63.599998474121094,63.599998474121094,63.599998474121094,63.599998474121094,22.389144897460938,0,0.0,0.0,0.0 2024-07-19 00:00:00-04:00,63.43000030517578,63.43000030517578,63.43000030517578,63.43000030517578,22.329301834106445,0,0.0,0.0,0.0 2024-07-22 00:00:00-04:00,64.06999969482422,64.06999969482422,64.06999969482422,64.06999969482422,22.554601669311523,0,0.0,0.0,0.0 2024-07-23 00:00:00-04:00,63.790000915527344,63.790000915527344,63.790000915527344,63.790000915527344,22.456029891967773,0,0.0,0.0,0.0 2024-07-24 00:00:00-04:00,62.68000030517578,62.68000030517578,62.68000030517578,62.68000030517578,22.065277099609375,0,0.0,0.0,0.0 2024-07-25 00:00:00-04:00,62.380001068115234,62.380001068115234,62.380001068115234,62.380001068115234,21.959667205810547,0,0.0,0.0,0.0 2024-07-26 00:00:00-04:00,63.040000915527344,63.040000915527344,63.040000915527344,63.040000915527344,22.19200897216797,0,0.0,0.0,0.0 2024-07-29 00:00:00-04:00,63.290000915527344,63.290000915527344,63.290000915527344,63.290000915527344,22.28001594543457,0,0.0,0.0,0.0 2024-07-30 00:00:00-04:00,63.43000030517578,63.43000030517578,63.43000030517578,63.43000030517578,22.329301834106445,0,0.0,0.0,0.0 2024-07-31 00:00:00-04:00,63.849998474121094,63.849998474121094,63.849998474121094,63.849998474121094,22.47715187072754,0,0.0,0.0,0.0 2024-08-01 00:00:00-04:00,63.459999084472656,63.459999084472656,63.459999084472656,63.459999084472656,22.339860916137695,0,0.0,0.0,0.0 2024-08-02 00:00:00-04:00,63.130001068115234,63.130001068115234,63.130001068115234,63.130001068115234,22.22369384765625,0,0.0,0.0,0.0 2024-08-05 00:00:00-04:00,61.209999084472656,61.209999084472656,61.209999084472656,61.209999084472656,21.54779052734375,0,0.0,0.0,0.0 2024-08-06 00:00:00-04:00,61.81999969482422,61.81999969482422,61.81999969482422,61.81999969482422,21.762531280517578,0,0.0,0.0,0.0 2024-08-07 00:00:00-04:00,61.619998931884766,61.619998931884766,61.619998931884766,61.619998931884766,21.69212532043457,0,0.0,0.0,0.0 2024-08-08 00:00:00-04:00,62.59000015258789,62.59000015258789,62.59000015258789,62.59000015258789,22.03359603881836,0,0.0,0.0,0.0 2024-08-09 00:00:00-04:00,62.630001068115234,62.630001068115234,62.630001068115234,62.630001068115234,22.04767608642578,0,0.0,0.0,0.0 2024-08-12 00:00:00-04:00,62.4900016784668,62.4900016784668,62.4900016784668,62.4900016784668,21.99839210510254,0,0.0,0.0,0.0 2024-08-13 00:00:00-04:00,63.79999923706055,63.79999923706055,63.79999923706055,63.79999923706055,22.459550857543945,0,0.0,0.0,0.0 2024-08-14 00:00:00-04:00,63.84000015258789,63.84000015258789,63.84000015258789,63.84000015258789,22.473630905151367,0,0.0,0.0,0.0 2024-08-15 00:00:00-04:00,64.54000091552734,64.54000091552734,64.54000091552734,64.54000091552734,22.720054626464844,0,0.0,0.0,0.0 2024-08-16 00:00:00-04:00,64.61000061035156,64.61000061035156,64.61000061035156,64.61000061035156,22.74469566345215,0,0.0,0.0,0.0 2024-08-19 00:00:00-04:00,64.95999908447266,64.95999908447266,64.95999908447266,64.95999908447266,22.867908477783203,0,0.0,0.0,0.0 2024-08-20 00:00:00-04:00,65.19999694824219,65.19999694824219,65.19999694824219,65.19999694824219,22.952394485473633,0,0.0,0.0,0.0 2024-08-21 00:00:00-04:00,65.45999908447266,65.45999908447266,65.45999908447266,65.45999908447266,23.04392433166504,0,0.0,0.0,0.0 2024-08-22 00:00:00-04:00,65.12000274658203,65.12000274658203,65.12000274658203,65.12000274658203,22.924232482910156,0,0.0,0.0,0.0 2024-08-23 00:00:00-04:00,65.25,65.25,65.25,65.25,22.969995498657227,0,0.0,0.0,0.0 2024-08-26 00:00:00-04:00,65.29000091552734,65.29000091552734,65.29000091552734,65.29000091552734,22.98407745361328,0,0.0,0.0,0.0 2024-08-27 00:00:00-04:00,65.66000366210938,65.66000366210938,65.66000366210938,65.66000366210938,23.114330291748047,0,0.0,0.0,0.0 2024-08-28 00:00:00-04:00,65.2300033569336,65.2300033569336,65.2300033569336,65.2300033569336,22.96295738220215,0,0.0,0.0,0.0 2024-08-29 00:00:00-04:00,65.47000122070312,65.47000122070312,65.47000122070312,65.47000122070312,23.047443389892578,0,0.0,0.0,0.0 2024-08-30 00:00:00-04:00,65.94000244140625,65.94000244140625,65.94000244140625,65.94000244140625,23.21289825439453,0,0.0,0.0,0.0 2024-09-03 00:00:00-04:00,65.06999969482422,65.06999969482422,65.06999969482422,65.06999969482422,22.90662956237793,0,0.0,0.0,0.0 2024-09-04 00:00:00-04:00,65.18000030517578,65.18000030517578,65.18000030517578,65.18000030517578,22.94535255432129,0,0.0,0.0,0.0 2024-09-05 00:00:00-04:00,64.79000091552734,64.79000091552734,64.79000091552734,64.79000091552734,22.80806541442871,0,0.0,0.0,0.0 2024-09-06 00:00:00-04:00,64.19999694824219,64.19999694824219,64.19999694824219,64.19999694824219,22.600364685058594,0,0.0,0.0,0.0 2024-09-09 00:00:00-04:00,64.7699966430664,64.7699966430664,64.7699966430664,64.7699966430664,22.8010196685791,0,0.0,0.0,0.0 2024-09-10 00:00:00-04:00,65.1500015258789,65.1500015258789,65.1500015258789,65.1500015258789,22.934791564941406,0,0.0,0.0,0.0 2024-09-11 00:00:00-04:00,65.30000305175781,65.30000305175781,65.30000305175781,65.30000305175781,23.034976959228516,0,0.134,0.0,0.0 2024-09-12 00:00:00-04:00,65.45999908447266,65.45999908447266,65.45999908447266,65.45999908447266,23.091415405273438,0,0.0,0.0,0.0 2024-09-13 00:00:00-04:00,65.91000366210938,65.91000366210938,65.91000366210938,65.91000366210938,23.250158309936523,0,0.0,0.0,0.0 2024-09-16 00:00:00-04:00,65.9000015258789,65.9000015258789,65.9000015258789,65.9000015258789,23.24662971496582,0,0.0,0.0,0.0 2024-09-17 00:00:00-04:00,65.56999969482422,65.56999969482422,65.56999969482422,65.56999969482422,23.130220413208008,0,0.0,0.0,0.0 2024-09-18 00:00:00-04:00,65.2699966430664,65.2699966430664,65.2699966430664,65.2699966430664,23.02439308166504,0,0.0,0.0,0.0 2024-09-19 00:00:00-04:00,65.97000122070312,65.97000122070312,65.97000122070312,65.97000122070312,23.27132225036621,0,0.0,0.0,0.0 2024-09-20 00:00:00-04:00,65.80999755859375,65.80999755859375,65.80999755859375,65.80999755859375,23.214879989624023,0,0.0,0.0,0.0 2024-09-23 00:00:00-04:00,65.9000015258789,65.9000015258789,65.9000015258789,65.9000015258789,23.24662971496582,0,0.0,0.0,0.0 2024-09-24 00:00:00-04:00,65.80000305175781,65.80000305175781,65.80000305175781,65.80000305175781,23.211353302001953,0,0.0,0.0,0.0 2024-09-25 00:00:00-04:00,65.58999633789062,65.58999633789062,65.58999633789062,65.58999633789062,23.137271881103516,0,0.0,0.0,0.0 2024-09-26 00:00:00-04:00,66.19000244140625,66.19000244140625,66.19000244140625,66.19000244140625,23.348928451538086,0,0.0,0.0,0.0 2024-09-27 00:00:00-04:00,65.94999694824219,65.94999694824219,65.94999694824219,65.94999694824219,23.264266967773438,0,0.0,0.0,0.0 2024-09-30 00:00:00-04:00,66.29000091552734,66.29000091552734,66.29000091552734,66.29000091552734,23.38420295715332,0,0.0,0.0,0.0 2024-10-01 00:00:00-04:00,65.80999755859375,65.80999755859375,65.80999755859375,65.80999755859375,23.214879989624023,0,0.0,0.0,0.0 2024-10-02 00:00:00-04:00,65.7300033569336,65.7300033569336,65.7300033569336,65.7300033569336,23.186660766601562,0,0.0,0.0,0.0 2024-10-03 00:00:00-04:00,65.58000183105469,65.58000183105469,65.58000183105469,65.58000183105469,23.133747100830078,0,0.0,0.0,0.0 2024-10-04 00:00:00-04:00,65.66000366210938,65.66000366210938,65.66000366210938,65.66000366210938,23.161968231201172,0,0.0,0.0,0.0 2024-10-07 00:00:00-04:00,64.8499984741211,64.8499984741211,64.8499984741211,64.8499984741211,22.876235961914062,0,0.0,0.0,0.0 2024-10-08 00:00:00-04:00,65.58999633789062,65.58999633789062,65.58999633789062,65.58999633789062,23.137271881103516,0,0.0,0.0,0.0 2024-10-09 00:00:00-04:00,66.27999877929688,66.27999877929688,66.27999877929688,66.27999877929688,23.38067626953125,0,0.0,0.0,0.0 2024-10-10 00:00:00-04:00,65.9800033569336,65.9800033569336,65.9800033569336,65.9800033569336,23.274850845336914,0,0.0,0.0,0.0 2024-10-11 00:00:00-04:00,66.25,66.25,66.25,66.25,23.370094299316406,0,0.0,0.0,0.0 2024-10-14 00:00:00-04:00,66.93000030517578,66.93000030517578,66.93000030517578,66.93000030517578,23.609968185424805,0,0.0,0.0,0.0 2024-10-15 00:00:00-04:00,66.36000061035156,66.36000061035156,66.36000061035156,66.36000061035156,23.408897399902344,0,0.0,0.0,0.0 2024-10-16 00:00:00-04:00,66.41000366210938,66.41000366210938,66.41000366210938,66.41000366210938,23.426536560058594,0,0.0,0.0,0.0 2024-10-17 00:00:00-04:00,66.1500015258789,66.1500015258789,66.1500015258789,66.1500015258789,23.334819793701172,0,0.0,0.0,0.0 2024-10-18 00:00:00-04:00,66.4800033569336,66.4800033569336,66.4800033569336,66.4800033569336,23.451229095458984,0,0.0,0.0,0.0 2024-10-21 00:00:00-04:00,66.12000274658203,66.12000274658203,66.12000274658203,66.12000274658203,23.324235916137695,0,0.0,0.0,0.0 2024-10-22 00:00:00-04:00,65.94000244140625,65.94000244140625,65.94000244140625,65.94000244140625,23.260740280151367,0,0.0,0.0,0.0 2024-10-23 00:00:00-04:00,65.63999938964844,65.63999938964844,65.63999938964844,65.63999938964844,23.154911041259766,0,0.0,0.0,0.0 2024-10-24 00:00:00-04:00,65.37999725341797,65.37999725341797,65.37999725341797,65.37999725341797,23.063194274902344,0,0.0,0.0,0.0 2024-10-25 00:00:00-04:00,65.20999908447266,65.20999908447266,65.20999908447266,65.20999908447266,23.003225326538086,0,0.0,0.0,0.0 2024-10-28 00:00:00-04:00,65.38999938964844,65.38999938964844,65.38999938964844,65.38999938964844,23.06672477722168,0,0.0,0.0,0.0 2024-10-29 00:00:00-04:00,65.69000244140625,65.69000244140625,65.69000244140625,65.69000244140625,23.17255210876465,0,0.0,0.0,0.0 2024-10-30 00:00:00-04:00,65.51000213623047,65.51000213623047,65.51000213623047,65.51000213623047,23.109054565429688,0,0.0,0.0,0.0 2024-10-31 00:00:00-04:00,64.43000030517578,64.43000030517578,64.43000030517578,64.43000030517578,22.728076934814453,0,0.0,0.0,0.0 2024-11-01 00:00:00-04:00,64.75,64.75,64.75,64.75,22.840959548950195,0,0.0,0.0,0.0 2024-11-04 00:00:00-05:00,64.55000305175781,64.55000305175781,64.55000305175781,64.55000305175781,22.770410537719727,0,0.0,0.0,0.0 2024-11-05 00:00:00-05:00,65.01000213623047,65.01000213623047,65.01000213623047,65.01000213623047,22.932674407958984,0,0.0,0.0,0.0 2024-11-06 00:00:00-05:00,65.88999938964844,65.88999938964844,65.88999938964844,65.88999938964844,23.243101119995117,0,0.0,0.0,0.0 2024-11-07 00:00:00-05:00,66.66000366210938,66.66000366210938,66.66000366210938,66.66000366210938,23.514724731445312,0,0.0,0.0,0.0 2024-11-08 00:00:00-05:00,67.0199966430664,67.0199966430664,67.0199966430664,67.0199966430664,23.641714096069336,0,0.0,0.0,0.0 2024-11-11 00:00:00-05:00,67.05000305175781,67.05000305175781,67.05000305175781,67.05000305175781,23.652299880981445,0,0.0,0.0,0.0 2024-11-12 00:00:00-05:00,67.12000274658203,67.12000274658203,67.12000274658203,67.12000274658203,23.676992416381836,0,0.0,0.0,0.0 2024-11-13 00:00:00-05:00,60.290000915527344,60.290000915527344,60.290000915527344,60.290000915527344,26.718435287475586,0,6.927,0.0,6.766 2024-11-14 00:00:00-05:00,59.81999969482422,59.81999969482422,59.81999969482422,59.81999969482422,26.510147094726562,0,0.0,0.0,0.0 2024-11-15 00:00:00-05:00,59.06999969482422,59.06999969482422,59.06999969482422,59.06999969482422,26.177772521972656,0,0.0,0.0,0.0 2024-11-18 00:00:00-05:00,59.16999816894531,59.16999816894531,59.16999816894531,59.16999816894531,26.222089767456055,0,0.0,0.0,0.0 2024-11-19 00:00:00-05:00,58.810001373291016,58.810001373291016,58.810001373291016,58.810001373291016,26.062551498413086,0,0.0,0.0,0.0 2024-11-20 00:00:00-05:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,26.084707260131836,0,0.0,0.0,0.0 2024-11-21 00:00:00-05:00,59.349998474121094,59.349998474121094,59.349998474121094,59.349998474121094,26.30185890197754,0,0.0,0.0,0.0 2024-11-22 00:00:00-05:00,59.5,59.5,59.5,59.5,26.36833381652832,0,0.0,0.0,0.0 2024-11-25 00:00:00-05:00,60.099998474121094,60.099998474121094,60.099998474121094,60.099998474121094,26.634233474731445,0,0.0,0.0,0.0 2024-11-26 00:00:00-05:00,60.33000183105469,60.33000183105469,60.33000183105469,60.33000183105469,26.736164093017578,0,0.0,0.0,0.0 2024-11-27 00:00:00-05:00,60.279998779296875,60.279998779296875,60.279998779296875,60.279998779296875,26.71400260925293,0,0.0,0.0,0.0 2024-11-29 00:00:00-05:00,60.470001220703125,60.470001220703125,60.470001220703125,60.470001220703125,26.798206329345703,0,0.0,0.0,0.0 2024-12-02 00:00:00-05:00,60.540000915527344,60.540000915527344,60.540000915527344,60.540000915527344,26.829227447509766,0,0.0,0.0,0.0 2024-12-03 00:00:00-05:00,60.279998779296875,60.279998779296875,60.279998779296875,60.279998779296875,26.71400260925293,0,0.0,0.0,0.0 2024-12-04 00:00:00-05:00,60.54999923706055,60.54999923706055,60.54999923706055,60.54999923706055,26.833654403686523,0,0.0,0.0,0.0 2024-12-05 00:00:00-05:00,60.130001068115234,60.130001068115234,60.130001068115234,60.130001068115234,26.64752769470215,0,0.0,0.0,0.0 2024-12-06 00:00:00-05:00,60.13999938964844,60.13999938964844,60.13999938964844,60.13999938964844,26.651958465576172,0,0.0,0.0,0.0 2024-12-09 00:00:00-05:00,59.939998626708984,59.939998626708984,59.939998626708984,59.939998626708984,26.563325881958008,0,0.0,0.0,0.0 2024-12-10 00:00:00-05:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,26.60764503479004,0,0.0,0.0,0.0 2024-12-11 00:00:00-05:00,60.220001220703125,60.220001220703125,60.220001220703125,60.220001220703125,26.687414169311523,0,0.0,0.0,0.0 2024-12-12 00:00:00-05:00,60.08000183105469,60.08000183105469,60.08000183105469,60.08000183105469,26.625370025634766,0,0.0,0.0,0.0 2024-12-13 00:00:00-05:00,59.849998474121094,59.849998474121094,59.849998474121094,59.849998474121094,26.523441314697266,0,0.0,0.0,0.0 2024-12-16 00:00:00-05:00,59.939998626708984,59.939998626708984,59.939998626708984,59.939998626708984,26.563325881958008,0,0.0,0.0,0.0 2024-12-17 00:00:00-05:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,26.51457977294922,0,0.0,0.0,0.0 2024-12-18 00:00:00-05:00,58.310001373291016,58.310001373291016,58.310001373291016,58.310001373291016,25.840967178344727,0,0.0,0.0,0.0 2024-12-19 00:00:00-05:00,58.380001068115234,58.380001068115234,58.380001068115234,58.380001068115234,25.87198829650879,0,0.0,0.0,0.0 2024-12-20 00:00:00-05:00,58.83000183105469,58.83000183105469,58.83000183105469,58.83000183105469,26.071414947509766,0,0.0,0.0,0.0 2024-12-23 00:00:00-05:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,26.084707260131836,0,0.0,0.0,0.0 2024-12-24 00:00:00-05:00,59.36000061035156,59.36000061035156,59.36000061035156,59.36000061035156,26.306289672851562,0,0.0,0.0,0.0 2024-12-26 00:00:00-05:00,59.349998474121094,59.349998474121094,59.349998474121094,59.349998474121094,26.30185890197754,0,0.0,0.0,0.0 2024-12-27 00:00:00-05:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,26.084707260131836,0,0.0,0.0,0.0 2024-12-30 00:00:00-05:00,58.20000076293945,58.20000076293945,58.20000076293945,58.20000076293945,25.792219161987305,0,0.0,0.0,0.0 2024-12-31 00:00:00-05:00,58.09000015258789,58.09000015258789,58.09000015258789,58.09000015258789,25.743471145629883,0,0.0,0.0,0.0 2025-01-02 00:00:00-05:00,57.63999938964844,57.63999938964844,57.63999938964844,57.63999938964844,25.544048309326172,0,0.0,0.0,0.0 2025-01-03 00:00:00-05:00,58.09000015258789,58.09000015258789,58.09000015258789,58.09000015258789,25.743471145629883,0,0.0,0.0,0.0 2025-01-06 00:00:00-05:00,58.029998779296875,58.029998779296875,58.029998779296875,58.029998779296875,25.71687889099121,0,0.0,0.0,0.0 2025-01-07 00:00:00-05:00,57.83000183105469,57.83000183105469,57.83000183105469,57.83000183105469,25.62824821472168,0,0.0,0.0,0.0 2025-01-08 00:00:00-05:00,58.20000076293945,58.20000076293945,58.20000076293945,58.20000076293945,25.792219161987305,0,0.0,0.0,0.0 2025-01-10 00:00:00-05:00,57.41999816894531,57.41999816894531,57.41999816894531,57.41999816894531,25.446550369262695,0,0.0,0.0,0.0 2025-01-13 00:00:00-05:00,57.56999969482422,57.56999969482422,57.56999969482422,57.56999969482422,25.513025283813477,0,0.0,0.0,0.0 2025-01-14 00:00:00-05:00,57.779998779296875,57.779998779296875,57.779998779296875,57.779998779296875,25.606088638305664,0,0.0,0.0,0.0 2025-01-15 00:00:00-05:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,25.916305541992188,0,0.0,0.0,0.0 2025-01-16 00:00:00-05:00,58.41999816894531,58.41999816894531,58.41999816894531,58.41999816894531,25.88971710205078,0,0.0,0.0,0.0 2025-01-17 00:00:00-05:00,58.63999938964844,58.63999938964844,58.63999938964844,58.63999938964844,25.987213134765625,0,0.0,0.0,0.0 2025-01-21 00:00:00-05:00,59.22999954223633,59.22999954223633,59.22999954223633,59.22999954223633,26.248680114746094,0,0.0,0.0,0.0 2025-01-22 00:00:00-05:00,59.470001220703125,59.470001220703125,59.470001220703125,59.470001220703125,26.355039596557617,0,0.0,0.0,0.0 2025-01-23 00:00:00-05:00,59.61000061035156,59.61000061035156,59.61000061035156,59.61000061035156,26.417081832885742,0,0.0,0.0,0.0 2025-01-24 00:00:00-05:00,59.45000076293945,59.45000076293945,59.45000076293945,59.45000076293945,26.346176147460938,0,0.0,0.0,0.0 2025-01-27 00:00:00-05:00,59.88999938964844,59.88999938964844,59.88999938964844,59.88999938964844,26.541168212890625,0,0.0,0.0,0.0 2025-01-28 00:00:00-05:00,59.90999984741211,59.90999984741211,59.90999984741211,59.90999984741211,26.550029754638672,0,0.0,0.0,0.0 2025-01-29 00:00:00-05:00,59.689998626708984,59.689998626708984,59.689998626708984,59.689998626708984,26.45253562927246,0,0.0,0.0,0.0 2025-01-30 00:00:00-05:00,60.290000915527344,60.290000915527344,60.290000915527344,60.290000915527344,26.718435287475586,0,0.0,0.0,0.0 2025-01-31 00:00:00-05:00,60.029998779296875,60.029998779296875,60.029998779296875,60.029998779296875,26.60321044921875,0,0.0,0.0,0.0 2025-02-03 00:00:00-05:00,59.91999816894531,59.91999816894531,59.91999816894531,59.91999816894531,26.554460525512695,0,0.0,0.0,0.0 2025-02-04 00:00:00-05:00,60.099998474121094,60.099998474121094,60.099998474121094,60.099998474121094,26.634233474731445,0,0.0,0.0,0.0 2025-02-05 00:00:00-05:00,60.2400016784668,60.2400016784668,60.2400016784668,60.2400016784668,26.696277618408203,0,0.0,0.0,0.0 2025-02-06 00:00:00-05:00,59.970001220703125,59.970001220703125,59.970001220703125,59.970001220703125,26.576622009277344,0,0.0,0.0,0.0 2025-02-07 00:00:00-05:00,59.29999923706055,59.29999923706055,59.29999923706055,59.29999923706055,26.279701232910156,0,0.0,0.0,0.0 2025-02-10 00:00:00-05:00,59.70000076293945,59.70000076293945,59.70000076293945,59.70000076293945,26.456968307495117,0,0.0,0.0,0.0 2025-02-11 00:00:00-05:00,59.86000061035156,59.86000061035156,59.86000061035156,59.86000061035156,26.52787208557129,0,0.0,0.0,0.0 2025-02-12 00:00:00-05:00,59.65999984741211,59.65999984741211,59.65999984741211,59.65999984741211,26.439239501953125,0,0.0,0.0,0.0 2025-02-13 00:00:00-05:00,60.0099983215332,60.0099983215332,60.0099983215332,60.0099983215332,26.59434700012207,0,0.0,0.0,0.0 2025-02-14 00:00:00-05:00,59.61000061035156,59.61000061035156,59.61000061035156,59.61000061035156,26.417081832885742,0,0.0,0.0,0.0 2025-02-18 00:00:00-05:00,59.61000061035156,59.61000061035156,59.61000061035156,59.61000061035156,26.417081832885742,0,0.0,0.0,0.0 2025-02-19 00:00:00-05:00,59.93000030517578,59.93000030517578,59.93000030517578,59.93000030517578,26.558895111083984,0,0.0,0.0,0.0 2025-02-20 00:00:00-05:00,59.84000015258789,59.84000015258789,59.84000015258789,59.84000015258789,26.51900863647461,0,0.0,0.0,0.0 2025-02-21 00:00:00-05:00,59.02000045776367,59.02000045776367,59.02000045776367,59.02000045776367,26.155614852905273,0,0.0,0.0,0.0 2025-02-24 00:00:00-05:00,59.20000076293945,59.20000076293945,59.20000076293945,59.20000076293945,26.23538589477539,0,0.0,0.0,0.0 2025-02-25 00:00:00-05:00,59.279998779296875,59.279998779296875,59.279998779296875,59.279998779296875,26.270837783813477,0,0.0,0.0,0.0 2025-02-26 00:00:00-05:00,59.18000030517578,59.18000030517578,59.18000030517578,59.18000030517578,26.22652244567871,0,0.0,0.0,0.0 2025-02-27 00:00:00-05:00,58.689998626708984,58.689998626708984,58.689998626708984,58.689998626708984,26.009368896484375,0,0.0,0.0,0.0 2025-02-28 00:00:00-05:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,26.253110885620117,0,0.0,0.0,0.0 2025-03-03 00:00:00-05:00,58.9900016784668,58.9900016784668,58.9900016784668,58.9900016784668,26.14232063293457,0,0.0,0.0,0.0 2025-03-04 00:00:00-05:00,58.63999938964844,58.63999938964844,58.63999938964844,58.63999938964844,25.987213134765625,0,0.0,0.0,0.0 2025-03-05 00:00:00-05:00,59.130001068115234,59.130001068115234,59.130001068115234,59.130001068115234,26.204364776611328,0,0.0,0.0,0.0 2025-03-06 00:00:00-05:00,58.470001220703125,58.470001220703125,58.470001220703125,58.470001220703125,25.911874771118164,0,0.0,0.0,0.0 2025-03-07 00:00:00-05:00,58.880001068115234,58.880001068115234,58.880001068115234,58.880001068115234,26.09357261657715,0,0.0,0.0,0.0 2025-03-10 00:00:00-04:00,57.58000183105469,57.58000183105469,57.58000183105469,57.58000183105469,25.517454147338867,0,0.0,0.0,0.0 2025-03-11 00:00:00-04:00,56.59000015258789,56.59000015258789,56.59000015258789,56.59000015258789,25.078723907470703,0,0.0,0.0,0.0 2025-03-12 00:00:00-04:00,56.36000061035156,56.36000061035156,56.36000061035156,56.36000061035156,24.976797103881836,0,0.0,0.0,0.0 2025-03-13 00:00:00-04:00,55.68000030517578,55.68000030517578,55.68000030517578,55.68000030517578,24.713590621948242,0,0.087,0.0,0.0 2025-03-14 00:00:00-04:00,56.380001068115234,56.380001068115234,56.380001068115234,56.380001068115234,25.024288177490234,0,0.0,0.0,0.0 2025-03-17 00:00:00-04:00,56.97999954223633,56.97999954223633,56.97999954223633,56.97999954223633,25.290597915649414,0,0.0,0.0,0.0 2025-03-18 00:00:00-04:00,56.61000061035156,56.61000061035156,56.61000061035156,56.61000061035156,25.126373291015625,0,0.0,0.0,0.0 2025-03-19 00:00:00-04:00,57.119998931884766,57.119998931884766,57.119998931884766,57.119998931884766,25.35273551940918,0,0.0,0.0,0.0 2025-03-20 00:00:00-04:00,56.68000030517578,56.68000030517578,56.68000030517578,56.68000030517578,25.157442092895508,0,0.0,0.0,0.0 2025-03-21 00:00:00-04:00,56.70000076293945,56.70000076293945,56.70000076293945,56.70000076293945,25.166318893432617,0,0.0,0.0,0.0 2025-03-24 00:00:00-04:00,57.290000915527344,57.290000915527344,57.290000915527344,57.290000915527344,25.428192138671875,0,0.0,0.0,0.0 2025-03-25 00:00:00-04:00,57.38999938964844,57.38999938964844,57.38999938964844,57.38999938964844,25.47257423400879,0,0.0,0.0,0.0 2025-03-26 00:00:00-04:00,57.279998779296875,57.279998779296875,57.279998779296875,57.279998779296875,25.42375373840332,0,0.0,0.0,0.0 2025-03-27 00:00:00-04:00,57.47999954223633,57.47999954223633,57.47999954223633,57.47999954223633,25.512521743774414,0,0.0,0.0,0.0 2025-03-28 00:00:00-04:00,56.45000076293945,56.45000076293945,56.45000076293945,56.45000076293945,25.055356979370117,0,0.0,0.0,0.0 2025-03-31 00:00:00-04:00,57.189998626708984,57.189998626708984,57.189998626708984,57.189998626708984,25.383804321289062,0,0.0,0.0,0.0 2025-04-01 00:00:00-04:00,57.380001068115234,57.380001068115234,57.380001068115234,57.380001068115234,25.468135833740234,0,0.0,0.0,0.0 2025-04-02 00:00:00-04:00,57.650001525878906,57.650001525878906,57.650001525878906,57.650001525878906,25.58797836303711,0,0.0,0.0,0.0 2025-04-03 00:00:00-04:00,55.880001068115234,55.880001068115234,55.880001068115234,55.880001068115234,24.8023624420166,0,0.0,0.0,0.0 2025-04-04 00:00:00-04:00,52.90999984741211,52.90999984741211,52.90999984741211,52.90999984741211,23.4841251373291,0,0.0,0.0,0.0 2025-04-07 00:00:00-04:00,52.40999984741211,52.40999984741211,52.40999984741211,52.40999984741211,23.26219940185547,0,0.0,0.0,0.0 2025-04-08 00:00:00-04:00,51.619998931884766,51.619998931884766,51.619998931884766,51.619998931884766,22.911558151245117,0,0.0,0.0,0.0 2025-04-09 00:00:00-04:00,55.720001220703125,55.720001220703125,55.720001220703125,55.720001220703125,24.731346130371094,0,0.0,0.0,0.0 2025-04-10 00:00:00-04:00,54.31999969482422,54.31999969482422,54.31999969482422,54.31999969482422,24.109954833984375,0,0.0,0.0,0.0 2025-04-11 00:00:00-04:00,55.209999084472656,55.209999084472656,55.209999084472656,55.209999084472656,24.504981994628906,0,0.0,0.0,0.0 2025-04-14 00:00:00-04:00,55.709999084472656,55.709999084472656,55.709999084472656,55.709999084472656,24.72690773010254,0,0.0,0.0,0.0 2025-04-15 00:00:00-04:00,55.40999984741211,55.40999984741211,55.40999984741211,55.40999984741211,24.593751907348633,0,0.0,0.0,0.0 2025-04-16 00:00:00-04:00,54.56999969482422,54.56999969482422,54.56999969482422,54.56999969482422,24.220916748046875,0,0.0,0.0,0.0 2025-04-17 00:00:00-04:00,53.91999816894531,53.91999816894531,53.91999816894531,53.91999816894531,23.93241310119629,0,0.0,0.0,0.0 2025-04-21 00:00:00-04:00,52.650001525878906,52.650001525878906,52.650001525878906,52.650001525878906,23.36872673034668,0,0.0,0.0,0.0 2025-04-22 00:00:00-04:00,54.09000015258789,54.09000015258789,54.09000015258789,54.09000015258789,24.00786781311035,0,0.0,0.0,0.0 2025-04-23 00:00:00-04:00,54.7599983215332,54.7599983215332,54.7599983215332,54.7599983215332,24.305246353149414,0,0.0,0.0,0.0 2025-04-24 00:00:00-04:00,55.540000915527344,55.540000915527344,55.540000915527344,55.540000915527344,24.651453018188477,0,0.0,0.0,0.0 2025-04-25 00:00:00-04:00,55.75,55.75,55.75,55.75,24.744661331176758,0,0.0,0.0,0.0 2025-04-28 00:00:00-04:00,55.709999084472656,55.709999084472656,55.709999084472656,55.709999084472656,24.72690773010254,0,0.0,0.0,0.0 2025-04-29 00:00:00-04:00,56.15999984741211,56.15999984741211,56.15999984741211,56.15999984741211,24.926639556884766,0,0.0,0.0,0.0 2025-04-30 00:00:00-04:00,56.56999969482422,56.56999969482422,56.56999969482422,56.56999969482422,25.108617782592773,0,0.0,0.0,0.0 2025-05-01 00:00:00-04:00,56.59000015258789,56.59000015258789,56.59000015258789,56.59000015258789,25.117494583129883,0,0.0,0.0,0.0 2025-05-02 00:00:00-04:00,57.27000045776367,57.27000045776367,57.27000045776367,57.27000045776367,25.419313430786133,0,0.0,0.0,0.0 2025-05-05 00:00:00-04:00,57.189998626708984,57.189998626708984,57.189998626708984,57.189998626708984,25.383804321289062,0,0.0,0.0,0.0 2025-05-06 00:00:00-04:00,56.77000045776367,56.77000045776367,56.77000045776367,56.77000045776367,25.1973876953125,0,0.0,0.0,0.0 2025-05-07 00:00:00-04:00,56.77000045776367,56.77000045776367,56.77000045776367,56.77000045776367,25.1973876953125,0,0.0,0.0,0.0 2025-05-08 00:00:00-04:00,57.38999938964844,57.38999938964844,57.38999938964844,57.38999938964844,25.47257423400879,0,0.0,0.0,0.0 2025-05-09 00:00:00-04:00,57.209999084472656,57.209999084472656,57.209999084472656,57.209999084472656,25.392681121826172,0,0.0,0.0,0.0 2025-05-12 00:00:00-04:00,58.349998474121094,58.349998474121094,58.349998474121094,58.349998474121094,25.898670196533203,0,0.0,0.0,0.0 2025-05-13 00:00:00-04:00,58.06999969482422,58.06999969482422,58.06999969482422,58.06999969482422,25.774394989013672,0,0.0,0.0,0.0 2025-05-14 00:00:00-04:00,58.040000915527344,58.040000915527344,58.040000915527344,58.040000915527344,25.761079788208008,0,0.0,0.0,0.0 2025-05-15 00:00:00-04:00,58.599998474121094,58.599998474121094,58.599998474121094,58.599998474121094,26.009634017944336,0,0.0,0.0,0.0 2025-05-16 00:00:00-04:00,59.02000045776367,59.02000045776367,59.02000045776367,59.02000045776367,26.19605255126953,0,0.0,0.0,0.0 2025-05-19 00:00:00-04:00,59.2599983215332,59.2599983215332,59.2599983215332,59.2599983215332,26.302576065063477,0,0.0,0.0,0.0 2025-05-20 00:00:00-04:00,59.02000045776367,59.02000045776367,59.02000045776367,59.02000045776367,26.19605255126953,0,0.0,0.0,0.0 2025-05-21 00:00:00-04:00,58.25,58.25,58.25,58.25,25.854286193847656,0,0.0,0.0,0.0 2025-05-22 00:00:00-04:00,58.189998626708984,58.189998626708984,58.189998626708984,58.189998626708984,25.827655792236328,0,0.0,0.0,0.0 2025-05-23 00:00:00-04:00,57.869998931884766,57.869998931884766,57.869998931884766,57.869998931884766,25.685623168945312,0,0.0,0.0,0.0 2025-05-27 00:00:00-04:00,58.91999816894531,58.91999816894531,58.91999816894531,58.91999816894531,26.15166473388672,0,0.0,0.0,0.0 2025-05-28 00:00:00-04:00,58.52000045776367,58.52000045776367,58.52000045776367,58.52000045776367,25.9741268157959,0,0.0,0.0,0.0 2025-05-29 00:00:00-04:00,58.65999984741211,58.65999984741211,58.65999984741211,58.65999984741211,26.036266326904297,0,0.0,0.0,0.0 2025-05-30 00:00:00-04:00,58.84000015258789,58.84000015258789,58.84000015258789,58.84000015258789,26.11615753173828,0,0.0,0.0,0.0 2025-06-02 00:00:00-04:00,58.86000061035156,58.86000061035156,58.86000061035156,58.86000061035156,26.125036239624023,0,0.0,0.0,0.0 2025-06-03 00:00:00-04:00,58.970001220703125,58.970001220703125,58.970001220703125,58.970001220703125,26.173858642578125,0,0.0,0.0,0.0 2025-06-04 00:00:00-04:00,59.029998779296875,59.029998779296875,59.029998779296875,59.029998779296875,26.200489044189453,0,0.0,0.0,0.0 2025-06-05 00:00:00-04:00,58.939998626708984,58.939998626708984,58.939998626708984,58.939998626708984,26.16054344177246,0,0.0,0.0,0.0 2025-06-06 00:00:00-04:00,59.349998474121094,59.349998474121094,59.349998474121094,59.349998474121094,26.34252166748047,0,0.0,0.0,0.0 2025-06-09 00:00:00-04:00,59.04999923706055,59.04999923706055,59.04999923706055,59.04999923706055,26.209367752075195,0,0.0,0.0,0.0 2025-06-10 00:00:00-04:00,59.31999969482422,59.31999969482422,59.31999969482422,59.31999969482422,26.329206466674805,0,0.0,0.0,0.0 2025-06-11 00:00:00-04:00,59.189998626708984,59.189998626708984,59.189998626708984,59.189998626708984,26.27150535583496,0,0.0,0.0,0.0 2025-06-12 00:00:00-04:00,59.369998931884766,59.369998931884766,59.369998931884766,59.369998931884766,26.351398468017578,0,0.0,0.0,0.0 2025-06-13 00:00:00-04:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,25.956371307373047,0,0.0,0.0,0.0 2025-06-16 00:00:00-04:00,58.79999923706055,58.79999923706055,58.79999923706055,58.79999923706055,26.098403930664062,0,0.0,0.0,0.0 2025-06-17 00:00:00-04:00,58.34000015258789,58.34000015258789,58.34000015258789,58.34000015258789,25.89423370361328,0,0.0,0.0,0.0 2025-06-18 00:00:00-04:00,57.72999954223633,57.72999954223633,57.72999954223633,57.72999954223633,25.676738739013672,0,0.121,0.0,0.0 2025-06-20 00:00:00-04:00,57.43000030517578,57.43000030517578,57.43000030517578,57.43000030517578,25.54330825805664,0,0.0,0.0,0.0 2025-06-23 00:00:00-04:00,57.970001220703125,57.970001220703125,57.970001220703125,57.970001220703125,25.78348731994629,0,0.0,0.0,0.0 2025-06-24 00:00:00-04:00,57.970001220703125,57.970001220703125,57.970001220703125,57.970001220703125,25.78348731994629,0,0.0,0.0,0.0 2025-06-25 00:00:00-04:00,58.47999954223633,58.47999954223633,58.47999954223633,58.47999954223633,26.010318756103516,0,0.0,0.0,0.0 2025-06-26 00:00:00-04:00,58.63999938964844,58.63999938964844,58.63999938964844,58.63999938964844,26.081483840942383,0,0.0,0.0,0.0 2025-06-27 00:00:00-04:00,58.88999938964844,58.88999938964844,58.88999938964844,58.88999938964844,26.19267463684082,0,0.0,0.0,0.0 2025-06-30 00:00:00-04:00,59.349998474121094,59.349998474121094,59.349998474121094,59.349998474121094,26.39727210998535,0,0.0,0.0,0.0 2025-07-01 00:00:00-04:00,59.459999084472656,59.459999084472656,59.459999084472656,59.459999084472656,26.446195602416992,0,0.0,0.0,0.0 2025-07-02 00:00:00-04:00,59.27000045776367,59.27000045776367,59.27000045776367,59.27000045776367,26.361690521240234,0,0.0,0.0,0.0 2025-07-03 00:00:00-04:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,26.610763549804688,0,0.0,0.0,0.0 2025-07-07 00:00:00-04:00,59.380001068115234,59.380001068115234,59.380001068115234,59.380001068115234,26.410615921020508,0,0.0,0.0,0.0 2025-07-08 00:00:00-04:00,59.2400016784668,59.2400016784668,59.2400016784668,59.2400016784668,26.348346710205078,0,0.0,0.0,0.0 2025-07-09 00:00:00-04:00,59.459999084472656,59.459999084472656,59.459999084472656,59.459999084472656,26.446195602416992,0,0.0,0.0,0.0 2025-07-10 00:00:00-04:00,59.400001525878906,59.400001525878906,59.400001525878906,59.400001525878906,26.419511795043945,0,0.0,0.0,0.0 2025-07-11 00:00:00-04:00,58.959999084472656,58.959999084472656,58.959999084472656,58.959999084472656,26.22381019592285,0,0.0,0.0,0.0 2025-07-14 00:00:00-04:00,59.040000915527344,59.040000915527344,59.040000915527344,59.040000915527344,26.25939178466797,0,0.0,0.0,0.0 2025-07-15 00:00:00-04:00,58.75,58.75,58.75,58.75,26.130407333374023,0,0.0,0.0,0.0 2025-07-16 00:00:00-04:00,58.970001220703125,58.970001220703125,58.970001220703125,58.970001220703125,26.22825813293457,0,0.0,0.0,0.0 2025-07-17 00:00:00-04:00,58.95000076293945,58.95000076293945,58.95000076293945,58.95000076293945,26.219364166259766,0,0.0,0.0,0.0 2025-07-18 00:00:00-04:00,59.040000915527344,59.040000915527344,59.040000915527344,59.040000915527344,26.25939178466797,0,0.0,0.0,0.0 2025-07-21 00:00:00-04:00,59.13999938964844,59.13999938964844,59.13999938964844,59.13999938964844,26.303869247436523,0,0.0,0.0,0.0 2025-07-22 00:00:00-04:00,59.16999816894531,59.16999816894531,59.16999816894531,59.16999816894531,26.317211151123047,0,0.0,0.0,0.0 2025-07-23 00:00:00-04:00,59.5099983215332,59.5099983215332,59.5099983215332,59.5099983215332,26.468433380126953,0,0.0,0.0,0.0 2025-07-24 00:00:00-04:00,59.709999084472656,59.709999084472656,59.709999084472656,59.709999084472656,26.557390213012695,0,0.0,0.0,0.0 2025-07-25 00:00:00-04:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,26.704166412353516,0,0.0,0.0,0.0 2025-07-28 00:00:00-04:00,59.900001525878906,59.900001525878906,59.900001525878906,59.900001525878906,26.64189910888672,0,0.0,0.0,0.0 2025-07-29 00:00:00-04:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,26.704166412353516,0,0.0,0.0,0.0 2025-07-30 00:00:00-04:00,59.83000183105469,59.83000183105469,59.83000183105469,59.83000183105469,26.610763549804688,0,0.0,0.0,0.0 2025-07-31 00:00:00-04:00,59.400001525878906,59.400001525878906,59.400001525878906,59.400001525878906,26.419511795043945,0,0.0,0.0,0.0 2025-08-01 00:00:00-04:00,58.72999954223633,58.72999954223633,58.72999954223633,58.72999954223633,26.12151336669922,0,0.0,0.0,0.0 2025-08-04 00:00:00-04:00,59.689998626708984,59.689998626708984,59.689998626708984,59.689998626708984,26.548494338989258,0,0.0,0.0,0.0 2025-08-05 00:00:00-04:00,59.33000183105469,59.33000183105469,59.33000183105469,59.33000183105469,26.388378143310547,0,0.0,0.0,0.0 2025-08-06 00:00:00-04:00,59.720001220703125,59.720001220703125,59.720001220703125,59.720001220703125,26.561838150024414,0,0.0,0.0,0.0 2025-08-07 00:00:00-04:00,59.47999954223633,59.47999954223633,59.47999954223633,59.47999954223633,26.455093383789062,0,0.0,0.0,0.0 2025-08-08 00:00:00-04:00,59.79999923706055,59.79999923706055,59.79999923706055,59.79999923706055,26.59741973876953,0,0.0,0.0,0.0 2025-08-11 00:00:00-04:00,59.52000045776367,59.52000045776367,59.52000045776367,59.52000045776367,26.472883224487305,0,0.0,0.0,0.0 2025-08-12 00:00:00-04:00,59.869998931884766,59.869998931884766,59.869998931884766,59.869998931884766,26.62855339050293,0,0.0,0.0,0.0 2025-08-13 00:00:00-04:00,60.20000076293945,60.20000076293945,60.20000076293945,60.20000076293945,26.77532958984375,0,0.0,0.0,0.0 2025-08-14 00:00:00-04:00,60.13999938964844,60.13999938964844,60.13999938964844,60.13999938964844,26.748641967773438,0,0.0,0.0,0.0 2025-08-15 00:00:00-04:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,26.704166412353516,0,0.0,0.0,0.0 2025-08-18 00:00:00-04:00,60.0,60.0,60.0,60.0,26.68637466430664,0,0.0,0.0,0.0 2025-08-19 00:00:00-04:00,60.130001068115234,60.130001068115234,60.130001068115234,60.130001068115234,26.74419403076172,0,0.0,0.0,0.0 2025-08-20 00:00:00-04:00,60.029998779296875,60.029998779296875,60.029998779296875,60.029998779296875,26.699716567993164,0,0.0,0.0,0.0 2025-08-21 00:00:00-04:00,59.810001373291016,59.810001373291016,59.810001373291016,59.810001373291016,26.60186767578125,0,0.0,0.0,0.0 2025-08-22 00:00:00-04:00,60.310001373291016,60.310001373291016,60.310001373291016,60.310001373291016,26.824254989624023,0,0.0,0.0,0.0 2025-08-25 00:00:00-04:00,59.86000061035156,59.86000061035156,59.86000061035156,59.86000061035156,26.62410545349121,0,0.0,0.0,0.0 2025-08-26 00:00:00-04:00,60.02000045776367,60.02000045776367,60.02000045776367,60.02000045776367,26.695270538330078,0,0.0,0.0,0.0 2025-08-27 00:00:00-04:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,26.739748001098633,0,0.0,0.0,0.0 2025-08-28 00:00:00-04:00,60.25,60.25,60.25,60.25,26.797569274902344,0,0.0,0.0,0.0 2025-08-29 00:00:00-04:00,60.15999984741211,60.15999984741211,60.15999984741211,60.15999984741211,26.757537841796875,0,0.0,0.0,0.0 2025-09-02 00:00:00-04:00,59.59000015258789,59.59000015258789,59.59000015258789,59.59000015258789,26.504016876220703,0,0.0,0.0,0.0 2025-09-03 00:00:00-04:00,60.119998931884766,60.119998931884766,60.119998931884766,60.119998931884766,26.739748001098633,0,0.0,0.0,0.0 2025-09-04 00:00:00-04:00,60.619998931884766,60.619998931884766,60.619998931884766,60.619998931884766,26.962133407592773,0,0.0,0.0,0.0 2025-09-05 00:00:00-04:00,60.380001068115234,60.380001068115234,60.380001068115234,60.380001068115234,26.855388641357422,0,0.0,0.0,0.0 2025-09-08 00:00:00-04:00,60.54999923706055,60.54999923706055,60.54999923706055,60.54999923706055,26.930997848510742,0,0.0,0.0,0.0 2025-09-09 00:00:00-04:00,60.529998779296875,60.529998779296875,60.529998779296875,60.529998779296875,26.922103881835938,0,0.0,0.0,0.0 2025-09-10 00:00:00-04:00,59.849998474121094,59.849998474121094,59.849998474121094,59.849998474121094,26.619659423828125,0,0.0,0.0,0.0 2025-09-11 00:00:00-04:00,60.68000030517578,60.68000030517578,60.68000030517578,60.68000030517578,27.01364517211914,0,0.055,0.0,0.0 2025-09-12 00:00:00-04:00,60.40999984741211,60.40999984741211,60.40999984741211,60.40999984741211,26.89344596862793,0,0.0,0.0,0.0 2025-09-15 00:00:00-04:00,60.5,60.5,60.5,60.5,26.93351173400879,0,0.0,0.0,0.0 2025-09-16 00:00:00-04:00,60.38999938964844,60.38999938964844,60.38999938964844,60.38999938964844,26.88454246520996,0,0.0,0.0,0.0 2025-09-17 00:00:00-04:00,60.5099983215332,60.5099983215332,60.5099983215332,60.5099983215332,26.937963485717773,0,0.0,0.0,0.0 2025-09-18 00:00:00-04:00,60.7599983215332,60.7599983215332,60.7599983215332,60.7599983215332,27.049259185791016,0,0.0,0.0,0.0 2025-09-19 00:00:00-04:00,61.11000061035156,61.11000061035156,61.11000061035156,61.11000061035156,27.205074310302734,0,0.0,0.0,0.0 2025-09-22 00:00:00-04:00,61.43000030517578,61.43000030517578,61.43000030517578,61.43000030517578,27.347532272338867,0,0.0,0.0,0.0 2025-09-23 00:00:00-04:00,60.93000030517578,60.93000030517578,60.93000030517578,60.93000030517578,27.124940872192383,0,0.0,0.0,0.0 2025-09-24 00:00:00-04:00,60.689998626708984,60.689998626708984,60.689998626708984,60.689998626708984,27.018096923828125,0,0.0,0.0,0.0 2025-09-25 00:00:00-04:00,60.29999923706055,60.29999923706055,60.29999923706055,60.29999923706055,26.8444766998291,0,0.0,0.0,0.0 2025-09-26 00:00:00-04:00,60.58000183105469,60.58000183105469,60.58000183105469,60.58000183105469,26.969127655029297,0,0.0,0.0,0.0 2025-09-29 00:00:00-04:00,60.68000030517578,60.68000030517578,60.68000030517578,60.68000030517578,27.01364517211914,0,0.0,0.0,0.0 2025-09-30 00:00:00-04:00,61.06999969482422,61.06999969482422,61.06999969482422,61.06999969482422,27.187265396118164,0,0.0,0.0,0.0 2025-10-01 00:00:00-04:00,61.25,61.25,61.25,61.25,27.267398834228516,0,0.0,0.0,0.0 2025-10-02 00:00:00-04:00,61.09000015258789,61.09000015258789,61.09000015258789,61.09000015258789,27.196170806884766,0,0.0,0.0,0.0 2025-10-03 00:00:00-04:00,61.25,61.25,61.25,61.25,27.267398834228516,0,0.0,0.0,0.0 2025-10-06 00:00:00-04:00,61.290000915527344,61.290000915527344,61.290000915527344,61.290000915527344,27.285205841064453,0,0.0,0.0,0.0 2025-10-07 00:00:00-04:00,61.08000183105469,61.08000183105469,61.08000183105469,61.08000183105469,27.19171905517578,0,0.0,0.0,0.0 2025-10-08 00:00:00-04:00,61.25,61.25,61.25,61.25,27.267398834228516,0,0.0,0.0,0.0 2025-10-09 00:00:00-04:00,60.880001068115234,60.880001068115234,60.880001068115234,60.880001068115234,27.10268211364746,0,0.0,0.0,0.0 2025-10-10 00:00:00-04:00,59.709999084472656,59.709999084472656,59.709999084472656,59.709999084472656,26.581817626953125,0,0.0,0.0,0.0 2025-10-13 00:00:00-04:00,60.040000915527344,60.040000915527344,60.040000915527344,60.040000915527344,26.728729248046875,0,0.0,0.0,0.0 2025-10-14 00:00:00-04:00,60.150001525878906,60.150001525878906,60.150001525878906,60.150001525878906,26.777700424194336,0,0.0,0.0,0.0 2025-10-15 00:00:00-04:00,60.16999816894531,60.16999816894531,60.16999816894531,60.16999816894531,26.786602020263672,0,0.0,0.0,0.0 2025-10-16 00:00:00-04:00,59.529998779296875,59.529998779296875,59.529998779296875,59.529998779296875,26.501686096191406,0,0.0,0.0,0.0 2025-10-17 00:00:00-04:00,59.9900016784668,59.9900016784668,59.9900016784668,59.9900016784668,26.706470489501953,0,0.0,0.0,0.0 2025-10-20 00:00:00-04:00,60.68000030517578,60.68000030517578,60.68000030517578,60.68000030517578,27.01364517211914,0,0.0,0.0,0.0 2025-10-21 00:00:00-04:00,60.66999816894531,60.66999816894531,60.66999816894531,60.66999816894531,27.009193420410156,0,0.0,0.0,0.0 2025-10-22 00:00:00-04:00,60.65999984741211,60.65999984741211,60.65999984741211,60.65999984741211,27.004741668701172,0,0.0,0.0,0.0 2025-10-23 00:00:00-04:00,60.77000045776367,60.77000045776367,60.77000045776367,60.77000045776367,27.0537109375,0,0.0,0.0,0.0 2025-10-24 00:00:00-04:00,61.18000030517578,61.18000030517578,61.18000030517578,61.18000030517578,27.236236572265625,0,0.0,0.0,0.0 2025-10-27 00:00:00-04:00,61.77000045776367,61.77000045776367,61.77000045776367,61.77000045776367,27.49889373779297,0,0.0,0.0,0.0 2025-10-28 00:00:00-04:00,61.619998931884766,61.619998931884766,61.619998931884766,61.619998931884766,27.43211555480957,0,0.0,0.0,0.0 2025-10-29 00:00:00-04:00,60.95000076293945,60.95000076293945,60.95000076293945,60.95000076293945,27.13384437561035,0,0.0,0.0,0.0 2025-10-30 00:00:00-04:00,60.619998931884766,60.619998931884766,60.619998931884766,60.619998931884766,26.986934661865234,0,0.0,0.0,0.0 2025-10-31 00:00:00-04:00,60.380001068115234,60.380001068115234,60.380001068115234,60.380001068115234,26.880090713500977,0,0.0,0.0,0.0 2025-11-03 00:00:00-05:00,60.459999084472656,60.459999084472656,60.459999084472656,60.459999084472656,26.91570472717285,0,0.0,0.0,0.0 2025-11-04 00:00:00-05:00,60.22999954223633,60.22999954223633,60.22999954223633,60.22999954223633,26.813312530517578,0,0.0,0.0,0.0 2025-11-05 00:00:00-05:00,60.06999969482422,60.06999969482422,60.06999969482422,60.06999969482422,26.742084503173828,0,0.0,0.0,0.0 2025-11-06 00:00:00-05:00,59.45000076293945,59.45000076293945,59.45000076293945,59.45000076293945,26.46607208251953,0,0.0,0.0,0.0 2025-11-07 00:00:00-05:00,59.560001373291016,59.560001373291016,59.560001373291016,59.560001373291016,26.51504135131836,0,0.0,0.0,0.0 2025-11-10 00:00:00-05:00,60.34000015258789,60.34000015258789,60.34000015258789,60.34000015258789,26.86228370666504,0,0.0,0.0,0.0 2025-11-11 00:00:00-05:00,60.66999816894531,60.66999816894531,60.66999816894531,60.66999816894531,27.009193420410156,0,0.0,0.0,0.0 2025-11-12 00:00:00-05:00,60.709999084472656,60.709999084472656,60.709999084472656,60.709999084472656,27.027000427246094,0,0.0,0.0,0.0 2025-11-13 00:00:00-05:00,43.380001068115234,43.380001068115234,43.380001068115234,43.380001068115234,43.380001068115234,0,16.88,0.0,16.803 2025-11-14 00:00:00-05:00,43.34000015258789,43.34000015258789,43.34000015258789,43.34000015258789,43.34000015258789,0,0.0,0.0,0.0 2025-11-17 00:00:00-05:00,43.02000045776367,43.02000045776367,43.02000045776367,43.02000045776367,43.02000045776367,0,0.0,0.0,0.0 2025-11-18 00:00:00-05:00,42.7400016784668,42.7400016784668,42.7400016784668,42.7400016784668,42.7400016784668,0,0.0,0.0,0.0 2025-11-19 00:00:00-05:00,43.02000045776367,43.02000045776367,43.02000045776367,43.02000045776367,43.02000045776367,0,0.0,0.0,0.0 2025-11-20 00:00:00-05:00,42.56999969482422,42.56999969482422,42.56999969482422,42.56999969482422,42.56999969482422,0,0.0,0.0,0.0 2025-11-21 00:00:00-05:00,42.970001220703125,42.970001220703125,42.970001220703125,42.970001220703125,42.970001220703125,0,0.0,0.0,0.0 2025-11-24 00:00:00-05:00,43.31999969482422,43.31999969482422,43.31999969482422,43.31999969482422,43.31999969482422,0,0.0,0.0,0.0 2025-11-25 00:00:00-05:00,43.790000915527344,43.790000915527344,43.790000915527344,43.790000915527344,43.790000915527344,0,0.0,0.0,0.0 2025-11-26 00:00:00-05:00,43.84000015258789,43.84000015258789,43.84000015258789,43.84000015258789,43.84000015258789,0,0.0,0.0,0.0 2025-11-28 00:00:00-05:00,43.970001220703125,43.970001220703125,43.970001220703125,43.970001220703125,43.970001220703125,0,0.0,0.0,0.0 2025-12-01 00:00:00-05:00,43.7599983215332,43.7599983215332,43.7599983215332,43.7599983215332,43.7599983215332,0,0.0,0.0,0.0 2025-12-02 00:00:00-05:00,43.86000061035156,43.86000061035156,43.86000061035156,43.86000061035156,43.86000061035156,0,0.0,0.0,0.0 2025-12-03 00:00:00-05:00,43.900001525878906,43.900001525878906,43.900001525878906,43.900001525878906,43.900001525878906,0,0.0,0.0,0.0 2025-12-04 00:00:00-05:00,43.849998474121094,43.849998474121094,43.849998474121094,43.849998474121094,43.849998474121094,0,0.0,0.0,0.0 2025-12-05 00:00:00-05:00,43.93000030517578,43.93000030517578,43.93000030517578,43.93000030517578,43.93000030517578,0,0.0,0.0,0.0 2025-12-08 00:00:00-05:00,43.59000015258789,43.59000015258789,43.59000015258789,43.59000015258789,43.59000015258789,0,0.0,0.0,0.0 2025-12-09 00:00:00-05:00,43.45000076293945,43.45000076293945,43.45000076293945,43.45000076293945,43.45000076293945,0,0.0,0.0,0.0 2025-12-10 00:00:00-05:00,43.56999969482422,43.56999969482422,43.56999969482422,43.56999969482422,43.56999969482422,0,0.0,0.0,0.0 2025-12-11 00:00:00-05:00,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,0,0.0,0.0,0.0 2025-12-12 00:00:00-05:00,43.5099983215332,43.5099983215332,43.5099983215332,43.5099983215332,43.5099983215332,0,0.0,0.0,0.0 2025-12-15 00:00:00-05:00,43.5,43.5,43.5,43.5,43.5,0,0.0,0.0,0.0 2025-12-16 00:00:00-05:00,43.5,43.5,43.5,43.5,43.5,0,0.0,0.0,0.0 2025-12-17 00:00:00-05:00,43.11000061035156,43.11000061035156,43.11000061035156,43.11000061035156,43.11000061035156,0,0.0,0.0,0.0 2025-12-18 00:00:00-05:00,43.43000030517578,43.43000030517578,43.43000030517578,43.43000030517578,43.43000030517578,0,0.0,0.0,0.0 2025-12-19 00:00:00-05:00,43.65999984741211,43.65999984741211,43.65999984741211,43.65999984741211,43.65999984741211,0,0.0,0.0,0.0 2025-12-22 00:00:00-05:00,43.849998474121094,43.849998474121094,43.849998474121094,43.849998474121094,43.849998474121094,0,0.0,0.0,0.0 2025-12-23 00:00:00-05:00,44.040000915527344,44.040000915527344,44.040000915527344,44.040000915527344,44.040000915527344,0,0.0,0.0,0.0 2025-12-24 00:00:00-05:00,44.16999816894531,44.16999816894531,44.16999816894531,44.16999816894531,44.16999816894531,0,0.0,0.0,0.0 2025-12-26 00:00:00-05:00,44.189998626708984,44.189998626708984,44.189998626708984,44.189998626708984,44.189998626708984,0,0.0,0.0,0.0 2025-12-29 00:00:00-05:00,44.099998474121094,44.099998474121094,44.099998474121094,44.099998474121094,44.099998474121094,0,0.0,0.0,0.0 2025-12-30 00:00:00-05:00,44.08000183105469,44.08000183105469,44.08000183105469,44.08000183105469,44.08000183105469,0,0.0,0.0,0.0 2025-12-31 00:00:00-05:00,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,43.7400016784668,0,0.0,0.0,0.0 2026-01-02 00:00:00-05:00,43.459999084472656,43.459999084472656,43.459999084472656,43.459999084472656,43.459999084472656,0,0.0,0.0,0.0 2026-01-05 00:00:00-05:00,43.66999816894531,43.66999816894531,43.66999816894531,43.66999816894531,43.66999816894531,0,0.0,0.0,0.0 2026-01-06 00:00:00-05:00,44.029998779296875,44.029998779296875,44.029998779296875,44.029998779296875,44.029998779296875,0,0.0,0.0,0.0 2026-01-07 00:00:00-05:00,44.08000183105469,44.08000183105469,44.08000183105469,44.08000183105469,44.08000183105469,0,0.0,0.0,0.0 2026-01-08 00:00:00-05:00,44.119998931884766,44.119998931884766,44.119998931884766,44.119998931884766,44.119998931884766,0,0.0,0.0,0.0 2026-01-09 00:00:00-05:00,44.41999816894531,44.41999816894531,44.41999816894531,44.41999816894531,44.41999816894531,0,0.0,0.0,0.0 ================================================ FILE: tests/data/KAP-IL-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,39.45000076293945,40.849998474121094,38.5,40.599998474121094,33.148476582668124,191671,0.0,0.0,True 2022-01-05 00:00:00+00:00,40.150001525878906,40.150001525878906,36.25,37.5,30.61743444203486,595812,0.0,0.0,True 2022-01-06 00:00:00+00:00,36.599998474121094,36.95000076293945,34.20000076293945,35.0,28.57627255952191,1095990,0.0,0.0,True 2022-01-07 00:00:00+00:00,36.0,37.79999923706055,34.29999923706055,34.95000076293945,28.535450066392524,511657,0.0,0.0,True 2022-01-10 00:00:00+00:00,36.70000076293945,37.0,34.650001525878906,35.0,28.57627255952191,401052,0.0,0.0,True 2022-01-11 00:00:00+00:00,36.79999923706055,36.95000076293945,35.599998474121094,35.599998474121094,29.066150749528685,328783,0.0,0.0,True 2022-01-12 00:00:00+00:00,35.95000076293945,36.650001525878906,35.45000076293945,35.650001525878906,29.10697531077161,322780,0.0,0.0,True 2022-01-13 00:00:00+00:00,35.599998474121094,36.04999923706055,34.20000076293945,34.599998474121094,28.249686410146214,912936,0.0,0.0,True 2022-01-14 00:00:00+00:00,35.0,35.29999923706055,33.45000076293945,33.45000076293945,27.310750455148508,287360,0.0,0.0,True 2022-01-17 00:00:00+00:00,33.5,35.099998474121094,33.5,34.95000076293945,28.535450066392524,128569,0.0,0.0,True 2022-01-18 00:00:00+00:00,34.849998474121094,35.650001525878906,34.150001525878906,34.75,28.372155957647905,126491,0.0,0.0,True 2022-01-19 00:00:00+00:00,35.0,35.95000076293945,34.349998474121094,35.599998474121094,29.066150749528685,132556,0.0,0.0,True 2022-01-20 00:00:00+00:00,36.0,36.0,34.79999923706055,35.099998474121094,28.65791754578068,96408,0.0,0.0,True 2022-01-21 00:00:00+00:00,34.650001525878906,34.70000076293945,33.5,34.20000076293945,27.923102328884056,179836,0.0,0.0,True 2022-01-24 00:00:00+00:00,34.25,34.5,29.5,31.0,25.310413133878484,466980,0.0,0.0,True 2022-01-25 00:00:00+00:00,31.5,32.599998474121094,31.0,31.799999237060547,25.96358336451634,203627,0.0,0.0,True 2022-01-26 00:00:00+00:00,32.5,32.900001525878906,31.299999237060547,32.099998474121094,26.208522459519724,287205,0.0,0.0,True 2022-01-27 00:00:00+00:00,31.25,31.350000381469727,30.700000762939453,30.799999237060547,25.147119025133865,147815,0.0,0.0,True 2022-01-28 00:00:00+00:00,30.950000762939453,31.299999237060547,30.450000762939453,31.149999618530273,25.432880613266637,124238,0.0,0.0,True 2022-01-31 00:00:00+00:00,31.399999618530273,31.450000762939453,30.149999618530273,31.299999237060547,25.55535016076833,228697,0.0,0.0,True 2022-02-01 00:00:00+00:00,31.899999618530273,33.25,31.549999237060547,32.849998474121094,26.820872265141734,198045,0.0,0.0,True 2022-02-02 00:00:00+00:00,33.099998474121094,33.70000076293945,32.0,32.5,26.53510860889542,248542,0.0,0.0,True 2022-02-03 00:00:00+00:00,31.799999237060547,32.099998474121094,31.0,31.0,25.310413133878484,208931,0.0,0.0,True 2022-02-04 00:00:00+00:00,32.5,32.599998474121094,28.950000762939453,30.200000762939453,24.65724083512709,1554310,0.0,0.0,True 2022-02-07 00:00:00+00:00,31.049999237060547,33.95000076293945,30.799999237060547,33.75,27.555691618265435,253907,0.0,0.0,True 2022-02-08 00:00:00+00:00,33.70000076293945,34.29999923706055,32.5,32.5,26.53510860889542,131519,0.0,0.0,True 2022-02-09 00:00:00+00:00,34.0,34.849998474121094,33.400001525878906,34.29999923706055,28.00474317891575,218800,0.0,0.0,True 2022-02-10 00:00:00+00:00,35.95000076293945,35.95000076293945,33.849998474121094,33.900001525878906,27.67816116576713,211576,0.0,0.0,True 2022-02-11 00:00:00+00:00,34.25,34.25,33.54999923706055,33.54999923706055,27.392397509520816,120372,0.0,0.0,True 2022-02-14 00:00:00+00:00,33.29999923706055,34.849998474121094,32.79999923706055,33.25,27.14745841451743,200148,0.0,0.0,True 2022-02-15 00:00:00+00:00,33.400001525878906,34.849998474121094,33.400001525878906,34.099998474121094,27.84145113828467,74953,0.0,0.0,True 2022-02-16 00:00:00+00:00,33.900001525878906,34.54999923706055,33.29999923706055,33.75,27.555691618265435,39935,0.0,0.0,True 2022-02-17 00:00:00+00:00,33.29999923706055,34.150001525878906,33.29999923706055,33.5,27.351575016391433,55298,0.0,0.0,True 2022-02-18 00:00:00+00:00,33.5,34.0,32.70000076293945,32.849998474121094,26.820872265141734,121996,0.0,0.0,True 2022-02-21 00:00:00+00:00,33.0,33.849998474121094,32.5,32.70000076293945,26.69840271764004,72535,0.0,0.0,True 2022-02-22 00:00:00+00:00,31.600000381469727,32.599998474121094,31.200000762939453,32.29999923706055,26.371814500150805,85427,0.0,0.0,True 2022-02-23 00:00:00+00:00,33.04999923706055,33.04999923706055,31.350000381469727,31.649999618530273,25.841113817014644,98715,0.0,0.0,True 2022-02-24 00:00:00+00:00,30.5,30.5,27.75,28.75,23.473365785125996,443549,0.0,0.0,True 2022-02-25 00:00:00+00:00,29.25,32.5,29.247819900512695,30.149999618530273,24.616418341997704,216769,0.0,0.0,True 2022-02-28 00:00:00+00:00,30.25,31.0,27.850000381469727,29.399999618530273,24.00406646826216,272283,0.0,0.0,True 2022-03-01 00:00:00+00:00,31.0,31.0,26.450000762939453,27.5,22.452784843869523,344464,0.0,0.0,True 2022-03-02 00:00:00+00:00,27.75,29.950000762939453,25.549999237060547,26.75,21.84043710636105,399302,0.0,0.0,True 2022-03-03 00:00:00+00:00,26.75,27.549999237060547,24.5,26.0,21.228087300739045,419172,0.0,0.0,True 2022-03-04 00:00:00+00:00,25.0,25.601280212402344,22.049999237060547,25.600000381469727,20.901501151363348,791546,0.0,0.0,True 2022-03-07 00:00:00+00:00,26.0,28.399999618530273,25.0,26.5,21.63632050448705,166425,0.0,0.0,True 2022-03-08 00:00:00+00:00,28.0,31.5,27.0,31.5,25.71864426951295,227937,0.0,0.0,True 2022-03-09 00:00:00+00:00,31.100000381469727,33.650001525878906,30.350000381469727,31.450000762939453,25.677821776383563,273163,0.0,0.0,True 2022-03-10 00:00:00+00:00,33.5,35.5,31.700000762939453,31.700000762939453,25.881938378257566,193403,0.0,0.0,True 2022-03-11 00:00:00+00:00,32.5,34.0,32.20000076293945,33.54999923706055,27.392397509520816,179729,0.0,0.0,True 2022-03-14 00:00:00+00:00,32.54999923706055,33.5,29.049999237060547,33.5,27.351575016391433,214799,0.0,0.0,True 2022-03-15 00:00:00+00:00,30.350000381469727,32.349998474121094,29.0,29.0,23.67748445511354,180841,0.0,0.0,True 2022-03-16 00:00:00+00:00,29.75,30.5,28.5,29.5,24.085715590748006,144675,0.0,0.0,True 2022-03-17 00:00:00+00:00,28.5,30.399999618530273,28.5,29.5,24.085715590748006,60925,0.0,0.0,True 2022-03-18 00:00:00+00:00,29.549999237060547,31.25,29.549999237060547,30.0,24.49394672638247,51902,0.0,0.0,True 2022-03-21 00:00:00+00:00,30.399999618530273,32.0,29.5,30.899999618530273,25.228764011392634,99300,0.0,0.0,True 2022-03-22 00:00:00+00:00,32.0,32.0,28.5,28.5,23.269249183251993,137195,0.0,0.0,True 2022-03-23 00:00:00+00:00,29.549999237060547,30.450000762939453,28.899999618530273,29.5,24.085715590748006,121845,0.0,0.0,True 2022-03-24 00:00:00+00:00,30.350000381469727,31.0,29.100000381469727,29.549999237060547,24.12653808387739,46987,0.0,0.0,True 2022-03-25 00:00:00+00:00,29.899999618530273,30.549999237060547,29.100000381469727,29.799999237060547,24.330652617637856,40945,0.0,0.0,True 2022-03-28 00:00:00+01:00,30.549999237060547,30.799999237060547,28.75,29.299999237060547,23.92241941388985,128212,0.0,0.0,True 2022-03-29 00:00:00+01:00,29.399999618530273,31.0,29.0,30.899999618530273,25.228764011392634,207483,0.0,0.0,True 2022-03-30 00:00:00+01:00,30.700000762939453,30.950000762939453,29.350000381469727,30.0,24.49394672638247,126842,0.0,0.0,True 2022-03-31 00:00:00+01:00,30.0,31.899999618530273,28.399999618530273,31.899999618530273,26.045230418888647,306985,0.0,0.0,True 2022-04-01 00:00:00+01:00,31.780000686645508,31.799999237060547,29.540000915527344,29.600000381469727,24.167360577006775,50573,0.0,0.0,True 2022-04-04 00:00:00+01:00,31.700000762939453,31.700000762939453,29.040000915527344,29.299999237060547,23.92241941388985,75500,0.0,0.0,True 2022-04-05 00:00:00+01:00,30.979999542236328,31.100000381469727,29.600000381469727,29.600000381469727,24.167360577006775,113958,0.0,0.0,True 2022-04-06 00:00:00+01:00,29.239999771118164,30.68000030517578,28.600000381469727,28.600000381469727,23.350896237624305,112983,0.0,0.0,True 2022-04-07 00:00:00+01:00,28.700000762939453,30.479999542236328,28.700000762939453,29.700000762939453,24.24900969949262,77132,0.0,0.0,True 2022-04-08 00:00:00+01:00,30.459999084472656,34.279998779296875,29.979999542236328,34.279998779296875,27.988415422532118,243609,0.0,0.0,True 2022-04-11 00:00:00+01:00,34.13999938964844,34.720001220703125,32.52000045776367,33.0,26.94334181264343,50793,0.0,0.0,True 2022-04-12 00:00:00+01:00,33.0,34.5,33.0,34.439998626708984,28.119049882282397,73809,0.0,0.0,True 2022-04-13 00:00:00+01:00,34.880001068115234,36.0,34.400001525878906,36.0,29.392734830790843,243302,0.0,0.0,True 2022-04-14 00:00:00+01:00,36.5,36.619998931884766,35.52000045776367,35.52000045776367,29.000833519653547,29997,0.0,0.0,True 2022-04-19 00:00:00+01:00,35.099998474121094,35.84000015258789,33.900001525878906,35.15999984741211,28.70690495115865,84350,0.0,0.0,True 2022-04-20 00:00:00+01:00,35.5,35.5,32.0,35.0,28.57627255952191,51033,0.0,0.0,True 2022-04-21 00:00:00+01:00,36.0,36.0,34.099998474121094,34.29999923706055,28.00474317891575,34114,0.0,0.0,True 2022-04-22 00:00:00+01:00,34.0,34.20000076293945,31.299999237060547,31.899999618530273,26.045230418888647,45237,0.0,0.0,True 2022-04-25 00:00:00+01:00,30.5,30.5,28.559999465942383,29.0,23.67748445511354,88476,0.0,0.0,True 2022-04-26 00:00:00+01:00,29.399999618530273,31.5,29.0,29.940000534057617,24.444959321004504,45747,0.0,0.0,True 2022-04-27 00:00:00+01:00,30.200000762939453,32.97999954223633,29.020000457763672,31.1200008392334,25.408387944634423,56772,0.0,0.0,True 2022-04-28 00:00:00+01:00,31.8799991607666,31.8799991607666,29.5,29.5,24.085715590748006,84446,0.0,0.0,True 2022-04-29 00:00:00+01:00,30.940000534057617,30.959999084472656,29.057090759277344,29.059999465942383,23.72646979237797,118179,0.0,0.0,True 2022-05-03 00:00:00+01:00,28.799999237060547,29.799999237060547,28.299999237060547,29.799999237060547,24.330652617637856,142111,0.0,0.0,True 2022-05-04 00:00:00+01:00,29.799999237060547,29.799999237060547,29.200000762939453,29.299999237060547,23.92241941388985,120044,0.0,0.0,True 2022-05-05 00:00:00+01:00,30.0,30.799999237060547,29.0,29.299999237060547,23.92241941388985,76511,0.0,0.0,True 2022-05-06 00:00:00+01:00,29.079999923706055,29.700000762939453,29.0,29.239999771118164,23.87343407662542,245755,0.0,0.0,True 2022-05-09 00:00:00+01:00,29.0,29.5,28.5,28.799999237060547,23.514188278255382,156100,0.0,0.0,True 2022-05-10 00:00:00+01:00,28.299999237060547,28.799999237060547,26.760000228881836,27.100000381469727,22.126198694493826,151426,0.0,0.0,True 2022-05-11 00:00:00+01:00,27.0,27.6200008392334,26.559999465942383,27.239999771118164,22.240503329746936,165319,0.0,0.0,True 2022-05-12 00:00:00+01:00,26.299999237060547,27.0,24.6200008392334,25.780000686645508,21.048465435610797,135426,0.0,0.0,True 2022-05-13 00:00:00+01:00,26.020000457763672,28.5,26.020000457763672,28.299999237060547,23.105955074507378,163394,0.0,0.0,True 2022-05-16 00:00:00+01:00,28.020000457763672,28.739999771118164,27.399999618530273,27.84000015258789,22.73038151975371,130154,0.0,0.0,True 2022-05-17 00:00:00+01:00,27.81999969482422,29.5,26.700000762939453,28.760000228881836,23.48153276548812,70866,0.0,0.0,True 2022-05-18 00:00:00+01:00,29.5,29.5,27.459999084472656,27.459999084472656,22.420125194875183,38744,0.0,0.0,True 2022-05-19 00:00:00+01:00,26.81999969482422,28.0,26.079999923706055,28.0,22.861018047617527,69577,0.0,0.0,True 2022-05-20 00:00:00+01:00,27.200000762939453,28.18000030517578,27.020000457763672,27.15999984741211,22.175186099871794,26576,0.0,0.0,True 2022-05-23 00:00:00+01:00,27.200000762939453,28.059999465942383,27.200000762939453,27.5,22.452784843869523,87229,0.0,0.0,True 2022-05-24 00:00:00+01:00,27.5,27.979999542236328,26.579999923706055,26.700000762939453,21.79961254511813,69848,0.0,0.0,True 2022-05-25 00:00:00+01:00,26.799999237060547,27.399999618530273,26.5,26.5,21.63632050448705,37882,0.0,0.0,True 2022-05-26 00:00:00+01:00,27.0,27.31999969482422,26.200000762939453,27.200000762939453,22.207845748866134,30008,0.0,0.0,True 2022-05-27 00:00:00+01:00,27.5,28.399999618530273,26.8799991607666,27.200000762939453,22.207845748866134,42015,0.0,0.0,True 2022-05-30 00:00:00+01:00,28.079999923706055,28.299999237060547,27.5,27.81999969482422,22.71405169525654,20474,0.0,0.0,True 2022-05-31 00:00:00+01:00,28.100000381469727,28.479999542236328,27.020000457763672,28.0,22.861018047617527,55240,0.0,0.0,True 2022-06-01 00:00:00+01:00,27.5,28.200000762939453,27.040000915527344,28.0,22.861018047617527,24002,0.0,0.0,True 2022-06-06 00:00:00+01:00,28.5,29.200000762939453,28.299999237060547,29.0,23.67748445511354,33423,0.0,0.0,True 2022-06-07 00:00:00+01:00,29.0,29.15999984741211,28.200000762939453,28.739999771118164,23.465202940990952,33883,0.0,0.0,True 2022-06-08 00:00:00+01:00,29.079999923706055,31.100000381469727,29.079999923706055,30.18000030517578,24.64091101062992,105488,0.0,0.0,True 2022-06-09 00:00:00+01:00,30.239999771118164,30.239999771118164,29.719999313354492,30.18000030517578,24.64091101062992,75074,0.0,0.0,True 2022-06-10 00:00:00+01:00,29.579999923706055,29.700000762939453,29.0,29.0,23.67748445511354,45087,0.0,0.0,True 2022-06-13 00:00:00+01:00,28.8799991607666,29.0,27.600000381469727,28.059999465942383,22.9100054529955,226738,0.0,0.0,True 2022-06-14 00:00:00+01:00,28.0,28.200000762939453,25.940000534057617,26.0,21.228087300739045,106265,0.0,0.0,True 2022-06-15 00:00:00+01:00,26.0,26.200000762939453,25.5,25.600000381469727,20.901501151363348,97296,0.0,0.0,True 2022-06-16 00:00:00+01:00,25.600000381469727,26.31999969482422,25.040000915527344,26.18000030517578,21.375051584986494,317033,0.0,0.0,True 2022-06-17 00:00:00+01:00,25.84000015258789,26.219999313354492,25.559999465942383,26.0,21.228087300739045,90509,0.0,0.0,True 2022-06-20 00:00:00+01:00,25.5,26.100000381469727,25.5,25.8799991607666,21.130110421869567,30672,0.0,0.0,True 2022-06-21 00:00:00+01:00,25.020000457763672,26.1200008392334,25.020000457763672,25.420000076293945,20.754538935229437,130935,0.0,0.0,True 2022-06-22 00:00:00+01:00,25.100000381469727,25.739999771118164,24.139999389648438,24.760000228881836,20.215669203617615,78065,0.0,0.0,True 2022-06-23 00:00:00+01:00,24.799999237060547,25.0,23.219999313354492,24.360000610351562,19.889087190468995,223441,0.0,0.0,True 2022-06-24 00:00:00+01:00,24.5,25.0,24.100000381469727,24.81999969482422,20.264658677109125,91117,0.0,0.0,True 2022-06-27 00:00:00+01:00,24.5,28.079999923706055,24.360000610351562,26.200000762939453,21.391381409483664,67222,0.0,0.0,True 2022-06-28 00:00:00+01:00,26.200000762939453,26.68000030517578,26.059999465942383,26.200000762939453,21.391381409483664,34085,0.0,0.0,True 2022-06-29 00:00:00+01:00,26.100000381469727,26.239999771118164,25.520000457763672,25.65999984741211,20.95048855674132,23183,0.0,0.0,True 2022-06-30 00:00:00+01:00,25.799999237060547,25.940000534057617,25.239999771118164,25.940000534057617,21.179101963474615,30303,0.0,0.0,True 2022-07-01 00:00:00+01:00,25.700000762939453,26.399999618530273,25.399999618530273,26.18000030517578,21.375051584986494,76794,0.0,0.0,True 2022-07-04 00:00:00+01:00,26.200000762939453,26.360000610351562,25.700000762939453,26.360000610351562,21.52201586923394,87507,0.0,0.0,True 2022-07-05 00:00:00+01:00,26.799999237060547,28.15999984741211,25.260000228881836,26.0,21.228087300739045,50930,0.0,0.0,True 2022-07-06 00:00:00+01:00,26.0,26.18000030517578,24.6200008392334,24.6200008392334,20.101366636478044,150530,0.0,0.0,True 2022-07-07 00:00:00+01:00,24.5,25.399999618530273,24.0,24.5,20.003389757608566,117230,0.0,0.0,True 2022-07-08 00:00:00+01:00,25.299999237060547,25.860000610351562,25.079999923706055,25.780000686645508,21.048465435610797,44177,0.0,0.0,True 2022-07-11 00:00:00+01:00,25.799999237060547,26.5,25.780000686645508,26.200000762939453,21.391381409483664,151149,0.0,0.0,True 2022-07-12 00:00:00+01:00,26.0,26.0,24.799999237060547,25.139999389648438,22.05237117740923,21402,1.813539,0.0,True 2022-07-13 00:00:00+01:00,24.8799991607666,25.1200008392334,23.5,24.360000610351562,21.3681697845459,61408,0.0,0.0,False 2022-07-14 00:00:00+01:00,23.399999618530273,24.579999923706055,23.399999618530273,23.84000015258789,20.91203498840332,75993,0.0,0.0,False 2022-07-15 00:00:00+01:00,23.719999313354492,24.8799991607666,23.719999313354492,24.360000610351562,21.3681697845459,37955,0.0,0.0,False 2022-07-18 00:00:00+01:00,24.360000610351562,24.700000762939453,23.799999237060547,24.700000762939453,21.666412353515625,68557,0.0,0.0,False 2022-07-19 00:00:00+01:00,24.860000610351562,26.0,24.440000534057617,26.0,22.80674934387207,18886,0.0,0.0,False 2022-07-20 00:00:00+01:00,26.0,28.68000030517578,25.559999465942383,28.68000030517578,25.1575984954834,128937,0.0,0.0,False 2022-07-21 00:00:00+01:00,28.0,28.8799991607666,27.5,28.780000686645508,25.245317459106445,61935,0.0,0.0,False 2022-07-22 00:00:00+01:00,28.700000762939453,30.239999771118164,28.360000610351562,29.860000610351562,26.19267463684082,369108,0.0,0.0,False 2022-07-25 00:00:00+01:00,29.0,29.280000686645508,26.84000015258789,28.219999313354492,24.75409507751465,76349,0.0,0.0,False 2022-07-26 00:00:00+01:00,28.479999542236328,29.459999084472656,26.979999542236328,28.299999237060547,24.824270248413086,122669,0.0,0.0,False 2022-07-27 00:00:00+01:00,27.780000686645508,31.059999465942383,27.579999923706055,30.079999923706055,26.385656356811523,148343,0.0,0.0,False 2022-07-28 00:00:00+01:00,31.0,31.399999618530273,29.219999313354492,29.940000534057617,26.262849807739258,59636,0.0,0.0,False 2022-07-29 00:00:00+01:00,30.520000457763672,30.899999618530273,29.739999771118164,29.799999237060547,26.140043258666992,224577,0.0,0.0,False 2022-08-01 00:00:00+01:00,28.5,29.8799991607666,28.5,28.600000381469727,25.087425231933594,14025,0.0,0.0,False 2022-08-02 00:00:00+01:00,29.600000381469727,29.600000381469727,27.5,28.059999465942383,24.613746643066406,40862,0.0,0.0,False 2022-08-03 00:00:00+01:00,27.799999237060547,29.5,27.799999237060547,29.399999618530273,25.78917121887207,15655,0.0,0.0,False 2022-08-04 00:00:00+01:00,29.5,29.5,28.780000686645508,29.440000534057617,25.82425880432129,21829,0.0,0.0,False 2022-08-05 00:00:00+01:00,29.0,29.440000534057617,27.559999465942383,28.0,24.561115264892578,52854,0.0,0.0,False 2022-08-08 00:00:00+01:00,28.5,29.399999618530273,28.200000762939453,28.219999313354492,24.75409507751465,43550,0.0,0.0,False 2022-08-09 00:00:00+01:00,28.200000762939453,29.200000762939453,27.219999313354492,27.84000015258789,24.420764923095703,54625,0.0,0.0,False 2022-08-10 00:00:00+01:00,27.200000762939453,28.479999542236328,27.0,28.1200008392334,24.6663761138916,30994,0.0,0.0,False 2022-08-11 00:00:00+01:00,28.31999969482422,28.739999771118164,27.360000610351562,27.639999389648438,24.245328903198242,18153,0.0,0.0,False 2022-08-12 00:00:00+01:00,29.200000762939453,29.200000762939453,27.5,27.979999542236328,24.54357147216797,24510,0.0,0.0,False 2022-08-15 00:00:00+01:00,27.0,28.15999984741211,27.0,27.65999984741211,24.26287269592285,41606,0.0,0.0,False 2022-08-16 00:00:00+01:00,27.200000762939453,27.979999542236328,27.200000762939453,27.399999618530273,24.034805297851562,40052,0.0,0.0,False 2022-08-17 00:00:00+01:00,27.799999237060547,29.0,26.799999237060547,27.299999237060547,23.947086334228516,47693,0.0,0.0,False 2022-08-18 00:00:00+01:00,27.799999237060547,27.899999618530273,27.219999313354492,27.860000610351562,24.438308715820312,43631,0.0,0.0,False 2022-08-19 00:00:00+01:00,27.84000015258789,29.100000381469727,27.360000610351562,28.600000381469727,25.087425231933594,44542,0.0,0.0,False 2022-08-22 00:00:00+01:00,29.0,29.0,26.420000076293945,28.299999237060547,24.824270248413086,32338,0.0,0.0,False 2022-08-23 00:00:00+01:00,28.280000686645508,28.700000762939453,27.65999984741211,27.920000076293945,24.49094009399414,5346,0.0,0.0,False 2022-08-24 00:00:00+01:00,28.399999618530273,30.280000686645508,28.399999618530273,30.239999771118164,26.526002883911133,121113,0.0,0.0,False 2022-08-25 00:00:00+01:00,30.5,32.279998779296875,30.5,31.100000381469727,27.28038215637207,148935,0.0,0.0,False 2022-08-26 00:00:00+01:00,32.0,32.0,30.579999923706055,31.0,27.19266128540039,87711,0.0,0.0,False 2022-08-30 00:00:00+01:00,31.780000686645508,32.70000076293945,31.020000457763672,31.799999237060547,27.8944091796875,193670,0.0,0.0,False 2022-08-31 00:00:00+01:00,32.0,32.0,31.5,31.520000457763672,27.648799896240234,144250,0.0,0.0,False 2022-09-01 00:00:00+01:00,32.0,32.0,29.200000762939453,29.540000915527344,25.911975860595703,107654,0.0,0.0,False 2022-09-02 00:00:00+01:00,30.079999923706055,30.65999984741211,30.0,30.360000610351562,26.631267547607422,14205,0.0,0.0,False 2022-09-05 00:00:00+01:00,30.559999465942383,31.200000762939453,30.020000457763672,31.200000762939453,27.368101119995117,8845,0.0,0.0,False 2022-09-06 00:00:00+01:00,31.200000762939453,31.5,30.18000030517578,31.100000381469727,27.28038215637207,139085,0.0,0.0,False 2022-09-07 00:00:00+01:00,31.5,31.68000030517578,31.100000381469727,31.459999084472656,27.596166610717773,69391,0.0,0.0,False 2022-09-08 00:00:00+01:00,32.0,32.0,31.5,31.799999237060547,27.8944091796875,84057,0.0,0.0,False 2022-09-09 00:00:00+01:00,31.979999542236328,32.36000061035156,31.780000686645508,32.0,28.06984519958496,171298,0.0,0.0,False 2022-09-12 00:00:00+01:00,32.29999923706055,32.79999923706055,32.08000183105469,32.79999923706055,28.771591186523438,78675,0.0,0.0,False 2022-09-13 00:00:00+01:00,32.900001525878906,32.900001525878906,31.5,32.18000030517578,28.227737426757812,66260,0.0,0.0,False 2022-09-14 00:00:00+01:00,32.18000030517578,33.040000915527344,30.65999984741211,33.040000915527344,28.982114791870117,67672,0.0,0.0,False 2022-09-15 00:00:00+01:00,32.86000061035156,33.0,31.299999237060547,33.0,28.94702911376953,159401,0.0,0.0,False 2022-09-16 00:00:00+01:00,32.15999984741211,32.20000076293945,31.020000457763672,32.0,28.06984519958496,75338,0.0,0.0,False 2022-09-20 00:00:00+01:00,31.459999084472656,31.68000030517578,29.040000915527344,30.479999542236328,26.736526489257812,101459,0.0,0.0,False 2022-09-21 00:00:00+01:00,29.600000381469727,30.3799991607666,29.520000457763672,29.760000228881836,26.104957580566406,119827,0.0,0.0,False 2022-09-22 00:00:00+01:00,29.760000228881836,30.3799991607666,28.979999542236328,29.0,25.438297271728516,76387,0.0,0.0,False 2022-09-23 00:00:00+01:00,28.65999984741211,28.739999771118164,27.040000915527344,27.15999984741211,23.824281692504883,166988,0.0,0.0,False 2022-09-26 00:00:00+01:00,26.6200008392334,27.81999969482422,25.200000762939453,26.899999618530273,23.596214294433594,231454,0.0,0.0,False 2022-09-27 00:00:00+01:00,27.0,28.18000030517578,25.360000610351562,27.979999542236328,24.54357147216797,133862,0.0,0.0,False 2022-09-28 00:00:00+01:00,27.0,28.440000534057617,25.799999237060547,28.420000076293945,24.92953109741211,83942,0.0,0.0,False 2022-09-29 00:00:00+01:00,25.799999237060547,29.239999771118164,25.799999237060547,27.799999237060547,24.385677337646484,34841,0.0,0.0,False 2022-09-30 00:00:00+01:00,27.18000030517578,28.139999389648438,25.18000030517578,25.18000030517578,22.087459564208984,712664,0.0,0.0,False 2022-10-03 00:00:00+01:00,26.3799991607666,27.5,25.5,27.239999771118164,23.894454956054688,227654,0.0,0.0,False 2022-10-04 00:00:00+01:00,27.079999923706055,28.979999542236328,27.020000457763672,28.260000228881836,24.789182662963867,38757,0.0,0.0,False 2022-10-05 00:00:00+01:00,29.440000534057617,29.440000534057617,27.780000686645508,29.0,25.438297271728516,83263,0.0,0.0,False 2022-10-06 00:00:00+01:00,29.5,30.0,28.059999465942383,29.0,25.438297271728516,40847,0.0,0.0,False 2022-10-07 00:00:00+01:00,28.520000457763672,29.479999542236328,27.760000228881836,28.31999969482422,24.841814041137695,69629,0.0,0.0,False 2022-10-10 00:00:00+01:00,27.979999542236328,28.31999969482422,27.020000457763672,27.6200008392334,24.227787017822266,42316,0.0,0.0,False 2022-10-11 00:00:00+01:00,27.520000457763672,28.0,27.020000457763672,28.0,24.561115264892578,77614,0.0,0.0,False 2022-10-12 00:00:00+01:00,27.020000457763672,27.899999618530273,27.020000457763672,27.600000381469727,24.210241317749023,35879,0.0,0.0,False 2022-10-13 00:00:00+01:00,28.280000686645508,30.0,27.81999969482422,29.200000762939453,25.61373519897461,128815,0.0,0.0,False 2022-10-14 00:00:00+01:00,29.200000762939453,29.219999313354492,27.540000915527344,28.0,24.561115264892578,99832,0.0,0.0,False 2022-10-17 00:00:00+01:00,27.520000457763672,27.959999084472656,27.020000457763672,27.760000228881836,24.3505916595459,29658,0.0,0.0,False 2022-10-18 00:00:00+01:00,27.760000228881836,28.780000686645508,27.6200008392334,27.65999984741211,24.26287269592285,22368,0.0,0.0,False 2022-10-19 00:00:00+01:00,27.600000381469727,28.260000228881836,27.520000457763672,28.0,24.561115264892578,13280,0.0,0.0,False 2022-10-20 00:00:00+01:00,27.5,28.5,27.5,27.700000762939453,24.29796028137207,17243,0.0,0.0,False 2022-10-21 00:00:00+01:00,27.520000457763672,28.15999984741211,27.1200008392334,27.600000381469727,24.210241317749023,33256,0.0,0.0,False 2022-10-24 00:00:00+01:00,27.540000915527344,29.040000915527344,27.100000381469727,27.799999237060547,24.385677337646484,64934,0.0,0.0,False 2022-10-25 00:00:00+01:00,28.0,29.0,27.700000762939453,28.920000076293945,25.36812400817871,101302,0.0,0.0,False 2022-10-26 00:00:00+01:00,28.959999084472656,28.979999542236328,27.8799991607666,28.520000457763672,25.017250061035156,115020,0.0,0.0,False 2022-10-27 00:00:00+01:00,28.520000457763672,28.959999084472656,27.520000457763672,27.959999084472656,24.52602767944336,117300,0.0,0.0,False 2022-10-28 00:00:00+01:00,28.0,28.940000534057617,27.719999313354492,28.020000457763672,24.578659057617188,110949,0.0,0.0,False 2022-10-31 00:00:00+00:00,28.459999084472656,28.459999084472656,26.0,26.399999618530273,23.157621383666992,230692,0.0,0.0,False 2022-11-01 00:00:00+00:00,27.700000762939453,28.0,26.6200008392334,26.920000076293945,23.61375617980957,51835,0.0,0.0,False 2022-11-02 00:00:00+00:00,26.399999618530273,27.34000015258789,26.15999984741211,26.399999618530273,23.157621383666992,73520,0.0,0.0,False 2022-11-03 00:00:00+00:00,26.760000228881836,27.079999923706055,26.497350692749023,26.5,23.24534034729004,20308,0.0,0.0,False 2022-11-04 00:00:00+00:00,26.5,26.940000534057617,26.5,26.559999465942383,23.297971725463867,43504,0.0,0.0,False 2022-11-07 00:00:00+00:00,26.559999465942383,27.020000457763672,26.200000762939453,26.899999618530273,23.596214294433594,129780,0.0,0.0,False 2022-11-08 00:00:00+00:00,27.440000534057617,28.5,26.899999618530273,28.5,24.999706268310547,102659,0.0,0.0,False 2022-11-09 00:00:00+00:00,28.1200008392334,28.700000762939453,27.5,28.200000762939453,24.73655128479004,87142,0.0,0.0,False 2022-11-10 00:00:00+00:00,27.540000915527344,28.329999923706055,27.139999389648438,28.299999237060547,24.824270248413086,80820,0.0,0.0,False 2022-11-11 00:00:00+00:00,28.299999237060547,28.739999771118164,28.0,28.739999771118164,25.210229873657227,101731,0.0,0.0,False 2022-11-14 00:00:00+00:00,28.440000534057617,29.5,28.440000534057617,29.5,25.876890182495117,190185,0.0,0.0,False 2022-11-15 00:00:00+00:00,28.540000915527344,29.5,28.5,29.299999237060547,25.70145034790039,91827,0.0,0.0,False 2022-11-16 00:00:00+00:00,29.360000610351562,29.739999771118164,27.280000686645508,27.799999237060547,24.385677337646484,83784,0.0,0.0,False 2022-11-17 00:00:00+00:00,28.0,28.5,26.5,26.799999237060547,23.508495330810547,112785,0.0,0.0,False 2022-11-18 00:00:00+00:00,26.5,27.479999542236328,26.100000381469727,26.260000228881836,23.034818649291992,150649,0.0,0.0,False 2022-11-21 00:00:00+00:00,26.700000762939453,27.799999237060547,25.579999923706055,25.920000076293945,22.736576080322266,114264,0.0,0.0,False 2022-11-22 00:00:00+00:00,26.0,27.0,26.0,26.020000457763672,22.824295043945312,67688,0.0,0.0,False 2022-11-23 00:00:00+00:00,26.239999771118164,27.600000381469727,26.239999771118164,27.299999237060547,23.947086334228516,45555,0.0,0.0,False 2022-11-24 00:00:00+00:00,27.559999465942383,27.979999542236328,27.200000762939453,27.899999618530273,24.47339630126953,49651,0.0,0.0,False 2022-11-25 00:00:00+00:00,27.600000381469727,28.6200008392334,27.31999969482422,27.979999542236328,24.54357147216797,45963,0.0,0.0,False 2022-11-28 00:00:00+00:00,28.5,28.5,27.059999465942383,27.34000015258789,23.982173919677734,82718,0.0,0.0,False 2022-11-29 00:00:00+00:00,27.100000381469727,27.899999618530273,26.540000915527344,27.799999237060547,24.385677337646484,92998,0.0,0.0,False 2022-11-30 00:00:00+00:00,27.860000610351562,28.260000228881836,27.6200008392334,28.100000381469727,24.648832321166992,51699,0.0,0.0,False 2022-12-01 00:00:00+00:00,28.3799991607666,28.899999618530273,27.65999984741211,28.260000228881836,24.789182662963867,84188,0.0,0.0,False 2022-12-02 00:00:00+00:00,28.360000610351562,28.979999542236328,28.139999389648438,28.68000030517578,25.1575984954834,32984,0.0,0.0,False 2022-12-05 00:00:00+00:00,28.68000030517578,29.3799991607666,28.200000762939453,29.0,25.438297271728516,132734,0.0,0.0,False 2022-12-06 00:00:00+00:00,28.020000457763672,28.579999923706055,27.860000610351562,28.059999465942383,24.613746643066406,70439,0.0,0.0,False 2022-12-07 00:00:00+00:00,28.65999984741211,28.81999969482422,27.899999618530273,28.299999237060547,24.824270248413086,179242,0.0,0.0,False 2022-12-08 00:00:00+00:00,28.18000030517578,28.940000534057617,28.0,28.860000610351562,25.315492630004883,136710,0.0,0.0,False 2022-12-09 00:00:00+00:00,28.84000015258789,29.18000030517578,28.84000015258789,29.100000381469727,25.526016235351562,80753,0.0,0.0,False 2022-12-12 00:00:00+00:00,28.899999618530273,29.059999465942383,28.139999389648438,28.600000381469727,25.087425231933594,99643,0.0,0.0,False 2022-12-13 00:00:00+00:00,28.600000381469727,28.600000381469727,27.239999771118164,28.100000381469727,24.648832321166992,156087,0.0,0.0,False 2022-12-14 00:00:00+00:00,27.84000015258789,28.3799991607666,27.139999389648438,27.479999542236328,24.10498046875,50260,0.0,0.0,False 2022-12-15 00:00:00+00:00,27.420000076293945,28.479999542236328,27.200000762939453,27.760000228881836,24.3505916595459,19352,0.0,0.0,False 2022-12-16 00:00:00+00:00,28.15999984741211,28.299999237060547,27.6200008392334,28.299999237060547,24.824270248413086,76363,0.0,0.0,False 2022-12-19 00:00:00+00:00,28.299999237060547,28.299999237060547,27.6200008392334,27.799999237060547,24.385677337646484,40914,0.0,0.0,False 2022-12-20 00:00:00+00:00,28.200000762939453,28.200000762939453,26.899999618530273,26.920000076293945,23.61375617980957,33054,0.0,0.0,False 2022-12-21 00:00:00+00:00,27.200000762939453,27.34000015258789,26.799999237060547,27.0,23.683931350708008,24173,0.0,0.0,False 2022-12-22 00:00:00+00:00,26.899999618530273,27.459999084472656,26.200000762939453,26.559999465942383,23.297971725463867,153277,0.0,0.0,False 2022-12-23 00:00:00+00:00,26.5,27.399999618530273,26.5,27.399999618530273,24.034805297851562,39089,0.0,0.0,False 2022-12-28 00:00:00+00:00,27.399999618530273,28.0,26.979999542236328,27.420000076293945,24.052349090576172,100647,0.0,0.0,False 2022-12-29 00:00:00+00:00,27.440000534057617,28.1200008392334,27.1200008392334,27.799999237060547,24.385677337646484,57011,0.0,0.0,False 2022-12-30 00:00:00+00:00,27.799999237060547,28.139999389648438,27.34000015258789,28.139999389648438,24.68391990661621,23724,0.0,0.0,False 2023-01-03 00:00:00+00:00,28.260000228881836,29.200000762939453,27.899999618530273,28.719999313354492,25.192686080932617,95089,0.0,0.0,False 2023-01-04 00:00:00+00:00,28.799999237060547,28.799999237060547,28.020000457763672,28.799999237060547,25.262861251831055,24102,0.0,0.0,False 2023-01-05 00:00:00+00:00,28.34000015258789,29.260000228881836,28.34000015258789,29.0,25.438297271728516,38828,0.0,0.0,False 2023-01-06 00:00:00+00:00,29.280000686645508,29.479999542236328,28.360000610351562,28.860000610351562,25.315492630004883,45260,0.0,0.0,False 2023-01-09 00:00:00+00:00,28.700000762939453,30.479999542236328,28.700000762939453,30.479999542236328,26.736526489257812,161843,0.0,0.0,False 2023-01-10 00:00:00+00:00,30.479999542236328,31.139999389648438,30.0,30.399999618530273,26.666353225708008,41934,0.0,0.0,False 2023-01-11 00:00:00+00:00,30.3799991607666,30.700000762939453,30.1200008392334,30.5,26.754072189331055,32834,0.0,0.0,False 2023-01-12 00:00:00+00:00,30.5,30.5,29.34000015258789,30.139999389648438,26.438283920288086,47200,0.0,0.0,False 2023-01-13 00:00:00+00:00,30.059999465942383,30.68000030517578,29.520000457763672,30.360000610351562,26.631267547607422,77804,0.0,0.0,False 2023-01-16 00:00:00+00:00,30.420000076293945,30.940000534057617,30.200000762939453,30.780000686645508,26.999683380126953,53801,0.0,0.0,False 2023-01-17 00:00:00+00:00,30.639999389648438,31.299999237060547,30.5,31.200000762939453,27.368101119995117,95516,0.0,0.0,False 2023-01-18 00:00:00+00:00,31.219999313354492,32.31999969482422,30.760000228881836,32.20000076293945,28.245283126831055,145461,0.0,0.0,False 2023-01-19 00:00:00+00:00,31.600000381469727,32.779998779296875,31.1200008392334,32.5,28.50843620300293,188938,0.0,0.0,False 2023-01-20 00:00:00+00:00,32.599998474121094,32.599998474121094,31.280000686645508,32.47999954223633,28.49089241027832,106387,0.0,0.0,False 2023-01-23 00:00:00+00:00,32.400001525878906,33.20000076293945,32.119998931884766,33.20000076293945,29.122465133666992,66247,0.0,0.0,False 2023-01-24 00:00:00+00:00,33.0,33.880001068115234,32.7400016784668,33.20000076293945,29.122465133666992,94462,0.0,0.0,False 2023-01-25 00:00:00+00:00,33.20000076293945,33.20000076293945,31.200000762939453,31.5,27.631254196166992,183542,0.0,0.0,False 2023-01-26 00:00:00+00:00,31.799999237060547,32.0,29.600000381469727,29.760000228881836,26.104957580566406,98621,0.0,0.0,False 2023-01-27 00:00:00+00:00,30.3799991607666,30.8799991607666,29.360000610351562,30.299999237060547,26.57863426208496,150697,0.0,0.0,False 2023-01-30 00:00:00+00:00,30.799999237060547,31.600000381469727,30.020000457763672,30.239999771118164,26.526002883911133,115773,0.0,0.0,False 2023-01-31 00:00:00+00:00,30.34000015258789,30.8799991607666,29.18000030517578,29.299999237060547,25.70145034790039,287838,0.0,0.0,False 2023-02-01 00:00:00+00:00,29.5,32.279998779296875,29.399999618530273,31.780000686645508,27.876867294311523,111251,0.0,0.0,False 2023-02-02 00:00:00+00:00,32.18000030517578,33.459999084472656,31.239999771118164,33.0,28.94702911376953,103344,0.0,0.0,False 2023-02-03 00:00:00+00:00,32.31999969482422,33.0,29.700000762939453,30.299999237060547,26.57863426208496,191447,0.0,0.0,False 2023-02-06 00:00:00+00:00,31.219999313354492,31.31999969482422,29.459999084472656,29.600000381469727,25.96460723876953,87119,0.0,0.0,False 2023-02-07 00:00:00+00:00,30.700000762939453,30.700000762939453,29.739999771118164,30.440000534057617,26.701440811157227,45737,0.0,0.0,False 2023-02-08 00:00:00+00:00,30.739999771118164,32.0,30.579999923706055,31.5,27.631254196166992,74687,0.0,0.0,False 2023-02-09 00:00:00+00:00,31.31999969482422,31.780000686645508,29.799999237060547,31.0,27.19266128540039,60438,0.0,0.0,False 2023-02-10 00:00:00+00:00,31.0,31.739999771118164,30.239999771118164,30.920000076293945,27.122488021850586,46359,0.0,0.0,False 2023-02-13 00:00:00+00:00,31.0,32.0,30.5,31.360000610351562,27.50844955444336,88789,0.0,0.0,False 2023-02-14 00:00:00+00:00,30.920000076293945,31.979999542236328,30.899999618530273,31.219999313354492,27.385643005371094,112709,0.0,0.0,False 2023-02-15 00:00:00+00:00,31.5,32.2599983215332,30.5,30.520000457763672,26.771615982055664,63733,0.0,0.0,False 2023-02-16 00:00:00+00:00,30.780000686645508,31.719999313354492,29.84000015258789,30.559999465942383,26.80670166015625,108695,0.0,0.0,False 2023-02-17 00:00:00+00:00,30.860000610351562,30.899999618530273,29.760000228881836,29.860000610351562,26.19267463684082,32405,0.0,0.0,False 2023-02-20 00:00:00+00:00,29.899999618530273,30.479999542236328,29.5,29.739999771118164,26.087413787841797,23579,0.0,0.0,False 2023-02-21 00:00:00+00:00,29.959999084472656,30.299999237060547,28.420000076293945,28.579999923706055,25.069881439208984,79435,0.0,0.0,False 2023-02-22 00:00:00+00:00,28.700000762939453,29.200000762939453,27.899999618530273,27.979999542236328,24.54357147216797,159441,0.0,0.0,False 2023-02-23 00:00:00+00:00,28.059999465942383,29.219999313354492,28.0,29.0,25.438297271728516,146272,0.0,0.0,False 2023-02-24 00:00:00+00:00,29.0,29.719999313354492,28.0,28.5,24.999706268310547,150729,0.0,0.0,False 2023-02-27 00:00:00+00:00,28.5,28.739999771118164,28.020000457763672,28.280000686645508,24.806726455688477,32604,0.0,0.0,False 2023-02-28 00:00:00+00:00,28.280000686645508,29.0,27.799999237060547,28.600000381469727,25.087425231933594,58784,0.0,0.0,False 2023-03-01 00:00:00+00:00,28.239999771118164,29.739999771118164,28.239999771118164,29.0,25.438297271728516,27482,0.0,0.0,False 2023-03-02 00:00:00+00:00,28.799999237060547,29.739999771118164,27.31999969482422,27.5,24.122522354125977,147085,0.0,0.0,False 2023-03-03 00:00:00+00:00,27.700000762939453,28.959999084472656,27.700000762939453,28.899999618530273,25.3505802154541,32551,0.0,0.0,False 2023-03-06 00:00:00+00:00,28.899999618530273,29.5,28.479999542236328,28.540000915527344,25.034793853759766,19052,0.0,0.0,False 2023-03-07 00:00:00+00:00,28.559999465942383,29.139999389648438,27.920000076293945,28.219999313354492,24.75409507751465,41202,0.0,0.0,False 2023-03-08 00:00:00+00:00,28.299999237060547,28.479999542236328,27.5,27.520000457763672,24.140066146850586,49304,0.0,0.0,False 2023-03-09 00:00:00+00:00,27.739999771118164,28.260000228881836,27.700000762939453,28.260000228881836,24.789182662963867,66480,0.0,0.0,False 2023-03-10 00:00:00+00:00,28.280000686645508,28.299999237060547,27.760000228881836,27.899999618530273,24.47339630126953,56380,0.0,0.0,False 2023-03-13 00:00:00+00:00,28.299999237060547,28.34000015258789,27.520000457763672,27.84000015258789,24.420764923095703,60921,0.0,0.0,False 2023-03-14 00:00:00+00:00,27.799999237060547,28.040000915527344,27.520000457763672,27.899999618530273,24.47339630126953,51410,0.0,0.0,False 2023-03-15 00:00:00+00:00,28.059999465942383,28.059999465942383,26.0,26.280000686645508,23.0523624420166,212626,0.0,0.0,False 2023-03-16 00:00:00+00:00,26.780000686645508,27.200000762939453,26.5,27.0,23.683931350708008,66722,0.0,0.0,False 2023-03-17 00:00:00+00:00,26.700000762939453,27.299999237060547,26.700000762939453,27.0,23.683931350708008,38389,0.0,0.0,False 2023-03-20 00:00:00+00:00,26.6200008392334,27.3799991607666,26.559999465942383,26.739999771118164,23.45586395263672,19097,0.0,0.0,False 2023-03-21 00:00:00+00:00,26.700000762939453,28.059999465942383,26.700000762939453,28.059999465942383,24.613746643066406,50433,0.0,0.0,False 2023-03-22 00:00:00+00:00,28.18000030517578,28.200000762939453,27.6200008392334,28.100000381469727,24.648832321166992,43951,0.0,0.0,False 2023-03-23 00:00:00+00:00,28.260000228881836,28.899999618530273,27.799999237060547,28.899999618530273,25.3505802154541,36828,0.0,0.0,False 2023-03-24 00:00:00+00:00,28.979999542236328,28.979999542236328,27.540000915527344,28.0,24.561115264892578,58874,0.0,0.0,False 2023-03-27 00:00:00+01:00,28.0,28.65999984741211,27.520000457763672,28.219999313354492,24.75409507751465,32052,0.0,0.0,False 2023-03-28 00:00:00+01:00,28.5,29.0,28.479999542236328,29.0,25.438297271728516,42949,0.0,0.0,False 2023-03-29 00:00:00+01:00,29.020000457763672,29.700000762939453,28.920000076293945,29.600000381469727,25.96460723876953,32615,0.0,0.0,False 2023-03-30 00:00:00+01:00,29.780000686645508,30.0,29.520000457763672,29.899999618530273,26.227760314941406,77135,0.0,0.0,False 2023-03-31 00:00:00+01:00,30.0,30.0,29.299999237060547,29.5,25.876890182495117,165970,0.0,0.0,False 2023-04-03 00:00:00+01:00,29.950000762939453,29.950000762939453,29.299999237060547,29.5,25.876890182495117,21804,0.0,0.0,False 2023-04-04 00:00:00+01:00,29.5,29.700000762939453,28.75,29.399999618530273,25.78917121887207,49435,0.0,0.0,False 2023-04-05 00:00:00+01:00,29.399999618530273,29.5,27.549999237060547,28.049999237060547,24.60497283935547,91244,0.0,0.0,False 2023-04-06 00:00:00+01:00,28.149999618530273,28.25,27.299999237060547,27.5,24.122522354125977,47008,0.0,0.0,False 2023-04-11 00:00:00+01:00,27.649999618530273,29.899999618530273,27.649999618530273,29.850000381469727,26.183902740478516,35437,0.0,0.0,False 2023-04-12 00:00:00+01:00,29.700000762939453,30.0,29.350000381469727,29.950000762939453,26.271623611450195,84038,0.0,0.0,False 2023-04-13 00:00:00+01:00,29.899999618530273,29.950000762939453,29.450000762939453,29.950000762939453,26.271623611450195,21340,0.0,0.0,False 2023-04-14 00:00:00+01:00,29.75,29.950000762939453,29.698810577392578,29.700000762939453,26.052326202392578,30795,0.0,0.0,False 2023-04-17 00:00:00+01:00,29.799999237060547,29.799999237060547,29.399999618530273,29.5,25.876890182495117,17253,0.0,0.0,False 2023-04-18 00:00:00+01:00,29.450000762939453,29.799999237060547,29.200000762939453,29.5,25.876890182495117,40307,0.0,0.0,False 2023-04-19 00:00:00+01:00,29.700000762939453,29.700000762939453,29.049999237060547,29.149999618530273,25.569873809814453,23111,0.0,0.0,False 2023-04-20 00:00:00+01:00,29.149999618530273,29.799999237060547,29.100000381469727,29.799999237060547,26.140043258666992,42100,0.0,0.0,False 2023-04-21 00:00:00+01:00,29.799999237060547,30.0,29.649999618530273,30.0,26.315481185913086,27484,0.0,0.0,False 2023-04-24 00:00:00+01:00,29.5,29.950000762939453,29.399999618530273,29.649999618530273,26.008466720581055,52578,0.0,0.0,False 2023-04-25 00:00:00+01:00,29.950000762939453,29.950000762939453,29.649999618530273,29.649999618530273,26.008466720581055,30629,0.0,0.0,False 2023-04-26 00:00:00+01:00,29.5,29.75,28.649999618530273,28.899999618530273,25.3505802154541,29279,0.0,0.0,False 2023-04-27 00:00:00+01:00,29.200000762939453,29.299999237060547,28.200000762939453,28.399999618530273,24.9119873046875,31997,0.0,0.0,False 2023-04-28 00:00:00+01:00,28.200000762939453,28.399999618530273,28.049999237060547,28.399999618530273,24.9119873046875,186373,0.0,0.0,False 2023-05-02 00:00:00+01:00,28.399999618530273,28.399999618530273,27.299999237060547,28.149999618530273,24.692691802978516,91176,0.0,0.0,False 2023-05-03 00:00:00+01:00,28.200000762939453,28.299999237060547,28.100000381469727,28.149999618530273,24.692691802978516,76116,0.0,0.0,False 2023-05-04 00:00:00+01:00,28.399999618530273,28.399999618530273,27.850000381469727,27.950000762939453,24.517255783081055,78548,0.0,0.0,False 2023-05-05 00:00:00+01:00,28.0,28.200000762939453,28.0,28.200000762939453,24.73655128479004,36874,0.0,0.0,False 2023-05-09 00:00:00+01:00,28.200000762939453,28.25,27.950000762939453,28.200000762939453,24.73655128479004,95959,0.0,0.0,False 2023-05-10 00:00:00+01:00,28.5,29.299999237060547,28.450000762939453,29.0,25.438297271728516,52958,0.0,0.0,False 2023-05-11 00:00:00+01:00,28.899999618530273,29.299999237060547,28.799999237060547,29.200000762939453,25.61373519897461,50173,0.0,0.0,False 2023-05-12 00:00:00+01:00,29.100000381469727,29.399999618530273,29.0,29.399999618530273,25.78917121887207,26462,0.0,0.0,False 2023-05-15 00:00:00+01:00,29.450000762939453,29.450000762939453,29.200000762939453,29.350000381469727,25.745311737060547,58239,0.0,0.0,False 2023-05-16 00:00:00+01:00,29.5,29.5,29.100000381469727,29.200000762939453,25.61373519897461,56397,0.0,0.0,False 2023-05-17 00:00:00+01:00,29.100000381469727,29.200000762939453,28.049999237060547,28.299999237060547,24.824270248413086,39638,0.0,0.0,False 2023-05-18 00:00:00+01:00,28.399999618530273,28.5,27.799999237060547,27.799999237060547,24.385677337646484,57458,0.0,0.0,False 2023-05-19 00:00:00+01:00,27.799999237060547,28.25,27.799999237060547,28.100000381469727,24.648832321166992,23653,0.0,0.0,False 2023-05-22 00:00:00+01:00,28.100000381469727,28.399999618530273,27.299999237060547,28.0,24.561115264892578,63518,0.0,0.0,False 2023-05-23 00:00:00+01:00,27.799999237060547,28.100000381469727,27.5,27.850000381469727,24.42953872680664,77507,0.0,0.0,False 2023-05-24 00:00:00+01:00,27.700000762939453,27.850000381469727,27.299999237060547,27.5,24.122522354125977,67078,0.0,0.0,False 2023-05-25 00:00:00+01:00,27.5,27.700000762939453,26.350000381469727,26.399999618530273,23.157621383666992,200809,0.0,0.0,False 2023-05-26 00:00:00+01:00,26.549999237060547,27.200000762939453,26.5,26.700000762939453,23.420778274536133,56252,0.0,0.0,False 2023-05-30 00:00:00+01:00,26.649999618530273,26.75,25.600000381469727,26.049999237060547,22.850608825683594,193224,0.0,0.0,False 2023-05-31 00:00:00+01:00,25.950000762939453,26.25,25.0,25.649999618530273,22.49973487854004,152092,0.0,0.0,False 2023-06-01 00:00:00+01:00,25.799999237060547,26.899999618530273,25.600000381469727,26.399999618530273,23.157621383666992,178690,0.0,0.0,False 2023-06-02 00:00:00+01:00,26.600000381469727,27.0,25.899999618530273,26.5,23.24534034729004,106451,0.0,0.0,False 2023-06-05 00:00:00+01:00,26.299999237060547,26.899999618530273,25.799999237060547,26.399999618530273,23.157621383666992,185010,0.0,0.0,False 2023-06-06 00:00:00+01:00,26.799999237060547,27.450000762939453,26.649999618530273,27.399999618530273,24.034805297851562,114839,0.0,0.0,False 2023-06-07 00:00:00+01:00,27.5,27.950000762939453,27.0,27.200000762939453,23.8593692779541,109556,0.0,0.0,False 2023-06-08 00:00:00+01:00,27.450000762939453,27.700000762939453,26.950000762939453,27.649999618530273,24.254098892211914,78266,0.0,0.0,False 2023-06-09 00:00:00+01:00,27.399999618530273,27.899999618530273,27.399999618530273,27.600000381469727,24.210241317749023,86479,0.0,0.0,False 2023-06-12 00:00:00+01:00,27.450000762939453,28.25,27.299999237060547,27.950000762939453,24.517255783081055,134269,0.0,0.0,False 2023-06-13 00:00:00+01:00,28.200000762939453,28.899999618530273,28.049999237060547,28.200000762939453,24.73655128479004,108884,0.0,0.0,False 2023-06-14 00:00:00+01:00,28.149999618530273,28.450000762939453,27.25,27.649999618530273,24.254098892211914,140586,0.0,0.0,False 2023-06-15 00:00:00+01:00,27.899999618530273,27.899999618530273,27.149999618530273,27.5,24.122522354125977,76702,0.0,0.0,False 2023-06-16 00:00:00+01:00,27.799999237060547,27.799999237060547,27.399999618530273,27.649999618530273,24.254098892211914,84612,0.0,0.0,False 2023-06-19 00:00:00+01:00,27.75,27.899999618530273,27.25,27.25,23.903228759765625,25683,0.0,0.0,False 2023-06-20 00:00:00+01:00,27.100000381469727,27.549999237060547,26.600000381469727,26.75,23.464637756347656,80467,0.0,0.0,False 2023-06-21 00:00:00+01:00,27.100000381469727,27.700000762939453,26.75,27.299999237060547,23.947086334228516,149121,0.0,0.0,False 2023-06-22 00:00:00+01:00,27.299999237060547,27.700000762939453,26.399999618530273,26.850000381469727,23.55235481262207,146245,0.0,0.0,False 2023-06-23 00:00:00+01:00,27.0,27.799999237060547,26.549999237060547,27.0,23.683931350708008,158395,0.0,0.0,False 2023-06-26 00:00:00+01:00,27.399999618530273,27.600000381469727,26.850000381469727,27.200000762939453,23.8593692779541,127294,0.0,0.0,False 2023-06-27 00:00:00+01:00,27.200000762939453,27.450000762939453,26.75,26.899999618530273,23.596214294433594,55430,0.0,0.0,False 2023-06-28 00:00:00+01:00,26.899999618530273,27.700000762939453,26.799999237060547,27.0,23.683931350708008,122924,0.0,0.0,False 2023-06-29 00:00:00+01:00,27.299999237060547,27.299999237060547,26.600000381469727,26.75,23.464637756347656,61913,0.0,0.0,False 2023-06-30 00:00:00+01:00,26.649999618530273,27.200000762939453,26.649999618530273,26.850000381469727,23.55235481262207,79438,0.0,0.0,False 2023-07-03 00:00:00+01:00,27.200000762939453,27.5,26.899999618530273,27.049999237060547,23.72779083251953,242647,0.0,0.0,False 2023-07-04 00:00:00+01:00,27.0,27.600000381469727,27.0,27.549999237060547,24.1663818359375,86712,0.0,0.0,False 2023-07-05 00:00:00+01:00,27.600000381469727,27.899999618530273,27.25,27.549999237060547,24.1663818359375,85098,0.0,0.0,False 2023-07-06 00:00:00+01:00,27.399999618530273,27.450000762939453,26.549999237060547,27.0,23.683931350708008,138715,0.0,0.0,False 2023-07-07 00:00:00+01:00,27.0,27.0,25.799999237060547,26.200000762939453,22.982187271118164,137809,0.0,0.0,False 2023-07-10 00:00:00+01:00,26.25,27.0,26.100000381469727,26.799999237060547,23.508495330810547,92556,0.0,0.0,False 2023-07-11 00:00:00+01:00,26.799999237060547,27.850000381469727,26.649999618530273,27.649999618530273,24.254098892211914,162088,0.0,0.0,False 2023-07-12 00:00:00+01:00,26.5,26.600000381469727,26.0,26.399999618530273,24.715484619140625,85909,1.74283,0.0,False 2023-07-13 00:00:00+01:00,26.600000381469727,26.950000762939453,26.0,26.350000381469727,24.668676376342773,68351,0.0,0.0,False 2023-07-14 00:00:00+01:00,26.350000381469727,26.649999618530273,26.100000381469727,26.200000762939453,24.528247833251953,169604,0.0,0.0,False 2023-07-17 00:00:00+01:00,26.200000762939453,26.549999237060547,25.799999237060547,25.950000762939453,24.294198989868164,73732,0.0,0.0,False 2023-07-18 00:00:00+01:00,25.850000381469727,26.600000381469727,25.850000381469727,26.600000381469727,24.902725219726562,35736,0.0,0.0,False 2023-07-19 00:00:00+01:00,26.299999237060547,29.290000915527344,26.25,26.75,25.043153762817383,124655,0.0,0.0,False 2023-07-20 00:00:00+01:00,26.850000381469727,26.899999618530273,26.450000762939453,26.600000381469727,24.902725219726562,63522,0.0,0.0,False 2023-07-21 00:00:00+01:00,26.450000762939453,27.399999618530273,26.299999237060547,26.350000381469727,24.668676376342773,75889,0.0,0.0,False 2023-07-24 00:00:00+01:00,26.549999237060547,26.799999237060547,26.200000762939453,26.549999237060547,24.855913162231445,29713,0.0,0.0,False 2023-07-25 00:00:00+01:00,26.549999237060547,26.75,26.299999237060547,26.649999618530273,24.949533462524414,71760,0.0,0.0,False 2023-07-26 00:00:00+01:00,26.549999237060547,26.75,26.0,26.149999618530273,24.48143768310547,29021,0.0,0.0,False 2023-07-27 00:00:00+01:00,26.200000762939453,26.600000381469727,26.149999618530273,26.600000381469727,24.902725219726562,66914,0.0,0.0,False 2023-07-28 00:00:00+01:00,26.649999618530273,26.850000381469727,26.25,26.649999618530273,24.949533462524414,81022,0.0,0.0,False 2023-07-31 00:00:00+01:00,26.649999618530273,27.25,26.5,27.049999237060547,25.324010848999023,249991,0.0,0.0,False 2023-08-01 00:00:00+01:00,27.049999237060547,28.149999618530273,27.049999237060547,28.149999618530273,26.353822708129883,112654,0.0,0.0,False 2023-08-02 00:00:00+01:00,28.100000381469727,28.399999618530273,27.700000762939453,28.0,26.213394165039062,58811,0.0,0.0,False 2023-08-03 00:00:00+01:00,28.100000381469727,28.100000381469727,27.649999618530273,27.950000762939453,26.166584014892578,103555,0.0,0.0,False 2023-08-04 00:00:00+01:00,27.649999618530273,28.149999618530273,27.649999618530273,27.950000762939453,26.166584014892578,43566,0.0,0.0,False 2023-08-07 00:00:00+01:00,28.0,28.100000381469727,27.649999618530273,28.0,26.213394165039062,47765,0.0,0.0,False 2023-08-08 00:00:00+01:00,27.850000381469727,28.149999618530273,27.799999237060547,28.100000381469727,26.3070125579834,87818,0.0,0.0,False 2023-08-09 00:00:00+01:00,28.299999237060547,28.899999618530273,28.100000381469727,28.649999618530273,26.821918487548828,106844,0.0,0.0,False 2023-08-10 00:00:00+01:00,28.700000762939453,29.450000762939453,28.5,28.950000762939453,27.1027774810791,115577,0.0,0.0,False 2023-08-11 00:00:00+01:00,29.0,29.100000381469727,28.450000762939453,29.0,27.149585723876953,114348,0.0,0.0,False 2023-08-14 00:00:00+01:00,29.399999618530273,29.399999618530273,28.149999618530273,28.25,26.44744110107422,52255,0.0,0.0,False 2023-08-15 00:00:00+01:00,28.299999237060547,28.950000762939453,27.850000381469727,28.5,26.681489944458008,47703,0.0,0.0,False 2023-08-16 00:00:00+01:00,28.549999237060547,28.549999237060547,28.200000762939453,28.549999237060547,26.72829818725586,38053,0.0,0.0,False 2023-08-17 00:00:00+01:00,28.549999237060547,28.600000381469727,28.25,28.549999237060547,26.72829818725586,55193,0.0,0.0,False 2023-08-18 00:00:00+01:00,28.399999618530273,29.0,28.299999237060547,29.0,27.149585723876953,73698,0.0,0.0,False 2023-08-21 00:00:00+01:00,28.899999618530273,29.0,28.75,28.799999237060547,26.96234703063965,70325,0.0,0.0,False 2023-08-22 00:00:00+01:00,28.799999237060547,29.399999618530273,28.549999237060547,29.299999237060547,27.430442810058594,132716,0.0,0.0,False 2023-08-23 00:00:00+01:00,28.850000381469727,29.350000381469727,28.600000381469727,29.350000381469727,27.47725486755371,150982,0.0,0.0,False 2023-08-24 00:00:00+01:00,29.299999237060547,29.350000381469727,28.700000762939453,29.25,27.383634567260742,159854,0.0,0.0,False 2023-08-25 00:00:00+01:00,29.299999237060547,29.950000762939453,29.049999237060547,29.5,27.61768341064453,173751,0.0,0.0,False 2023-08-29 00:00:00+01:00,29.5,30.5,29.149999618530273,30.399999618530273,28.460256576538086,122967,0.0,0.0,False 2023-08-30 00:00:00+01:00,30.25,30.799999237060547,30.049999237060547,30.799999237060547,28.834732055664062,161079,0.0,0.0,False 2023-08-31 00:00:00+01:00,30.899999618530273,31.299999237060547,30.200000762939453,30.899999618530273,28.92835235595703,137559,0.0,0.0,False 2023-09-01 00:00:00+01:00,31.0,32.0,30.75,31.899999618530273,29.864543914794922,140202,0.0,0.0,False 2023-09-04 00:00:00+01:00,31.600000381469727,32.45000076293945,31.600000381469727,32.45000076293945,30.379451751708984,178872,0.0,0.0,False 2023-09-05 00:00:00+01:00,32.099998474121094,33.45000076293945,32.0,33.04999923706055,30.941165924072266,200378,0.0,0.0,False 2023-09-06 00:00:00+01:00,33.04999923706055,33.599998474121094,32.79999923706055,33.150001525878906,31.034786224365234,186150,0.0,0.0,False 2023-09-07 00:00:00+01:00,33.0,33.150001525878906,32.150001525878906,32.75,30.660308837890625,88343,0.0,0.0,False 2023-09-08 00:00:00+01:00,32.75,32.849998474121094,32.29999923706055,32.75,30.660308837890625,32274,0.0,0.0,False 2023-09-11 00:00:00+01:00,32.599998474121094,33.0,32.400001525878906,32.650001525878906,30.56669044494629,24691,0.0,0.0,False 2023-09-12 00:00:00+01:00,32.650001525878906,32.849998474121094,32.04999923706055,32.70000076293945,30.613500595092773,69479,0.0,0.0,False 2023-09-13 00:00:00+01:00,32.79999923706055,32.849998474121094,32.150001525878906,32.79999923706055,30.707117080688477,134334,0.0,0.0,False 2023-09-14 00:00:00+01:00,33.099998474121094,34.20000076293945,33.099998474121094,34.099998474121094,31.92416763305664,202645,0.0,0.0,False 2023-09-15 00:00:00+01:00,34.75,36.849998474121094,34.04999923706055,36.400001525878906,34.07741165161133,225403,0.0,0.0,False 2023-09-18 00:00:00+01:00,36.400001525878906,37.20000076293945,35.20000076293945,36.900001525878906,34.545509338378906,169097,0.0,0.0,False 2023-09-19 00:00:00+01:00,36.5,38.20000076293945,35.75,38.0,35.575321197509766,145426,0.0,0.0,False 2023-09-20 00:00:00+01:00,37.70000076293945,39.5,37.0,38.70000076293945,36.230655670166016,215354,0.0,0.0,False 2023-09-21 00:00:00+01:00,38.099998474121094,38.95000076293945,37.25,38.0,35.575321197509766,76673,0.0,0.0,False 2023-09-22 00:00:00+01:00,37.599998474121094,39.5,37.599998474121094,38.95000076293945,36.46470260620117,130613,0.0,0.0,False 2023-09-25 00:00:00+01:00,39.099998474121094,40.79999923706055,39.099998474121094,40.400001525878906,37.82218551635742,139842,0.0,0.0,False 2023-09-26 00:00:00+01:00,39.95000076293945,42.29999923706055,39.900001525878906,42.0,39.320091247558594,272165,0.0,0.0,False 2023-09-27 00:00:00+01:00,41.0,41.849998474121094,40.099998474121094,41.849998474121094,39.17966079711914,107660,0.0,0.0,False 2023-09-28 00:00:00+01:00,41.5,41.849998474121094,40.150001525878906,41.599998474121094,38.945613861083984,107009,0.0,0.0,False 2023-09-29 00:00:00+01:00,41.599998474121094,44.150001525878906,41.599998474121094,44.150001525878906,41.33290481567383,941803,0.0,0.0,False 2023-10-02 00:00:00+01:00,43.79999923706055,43.900001525878906,42.099998474121094,42.150001525878906,39.46052169799805,170561,0.0,0.0,False 2023-10-03 00:00:00+01:00,41.599998474121094,42.0,39.79999923706055,41.150001525878906,38.52432632446289,82827,0.0,0.0,False 2023-10-04 00:00:00+01:00,40.79999923706055,40.79999923706055,39.25,39.599998474121094,37.07322692871094,119881,0.0,0.0,False 2023-10-05 00:00:00+01:00,39.599998474121094,41.29999923706055,38.45000076293945,39.75,37.21365737915039,93542,0.0,0.0,False 2023-10-06 00:00:00+01:00,39.75,40.95000076293945,39.5,40.75,38.14984893798828,58969,0.0,0.0,False 2023-10-09 00:00:00+01:00,40.0,40.849998474121094,39.400001525878906,39.599998474121094,37.07322692871094,97806,0.0,0.0,False 2023-10-10 00:00:00+01:00,39.599998474121094,40.5,39.54999923706055,40.349998474121094,37.77537155151367,91393,0.0,0.0,False 2023-10-11 00:00:00+01:00,40.29999923706055,41.20000076293945,39.0,39.5,36.979610443115234,47699,0.0,0.0,False 2023-10-12 00:00:00+01:00,39.20000076293945,40.5,39.150001525878906,40.0,37.44770431518555,124409,0.0,0.0,False 2023-10-13 00:00:00+01:00,39.45000076293945,39.95000076293945,38.349998474121094,38.75,36.2774658203125,56738,0.0,0.0,False 2023-10-16 00:00:00+01:00,39.04999923706055,39.25,38.45000076293945,38.70000076293945,36.230655670166016,23390,0.0,0.0,False 2023-10-17 00:00:00+01:00,38.599998474121094,38.599998474121094,37.599998474121094,38.150001525878906,35.71575164794922,60452,0.0,0.0,False 2023-10-18 00:00:00+01:00,38.099998474121094,39.150001525878906,37.54999923706055,37.70000076293945,35.294464111328125,155243,0.0,0.0,False 2023-10-19 00:00:00+01:00,37.5,38.70000076293945,37.5,38.70000076293945,36.230655670166016,17925,0.0,0.0,False 2023-10-20 00:00:00+01:00,38.70000076293945,38.70000076293945,37.5,38.20000076293945,35.76255798339844,85797,0.0,0.0,False 2023-10-23 00:00:00+01:00,37.599998474121094,38.29999923706055,36.75,37.099998474121094,34.73274612426758,133765,0.0,0.0,False 2023-10-24 00:00:00+01:00,36.79999923706055,37.5,36.70000076293945,37.5,35.10722351074219,82569,0.0,0.0,False 2023-10-25 00:00:00+01:00,37.5,40.54999923706055,37.5,40.5,37.915802001953125,130126,0.0,0.0,False 2023-10-26 00:00:00+01:00,40.599998474121094,40.70000076293945,39.400001525878906,39.5,36.979610443115234,105551,0.0,0.0,False 2023-10-27 00:00:00+01:00,39.0,39.20000076293945,37.04999923706055,38.20000076293945,35.76255798339844,136246,0.0,0.0,False 2023-10-30 00:00:00+00:00,38.5,39.04999923706055,37.900001525878906,39.04999923706055,36.55832290649414,61502,0.0,0.0,False 2023-10-31 00:00:00+00:00,39.400001525878906,40.79999923706055,39.0,40.5,37.915802001953125,128798,0.0,0.0,False 2023-11-01 00:00:00+00:00,40.849998474121094,41.95000076293945,40.45000076293945,41.54999923706055,38.8988037109375,129801,0.0,0.0,False 2023-11-02 00:00:00+00:00,41.79999923706055,41.79999923706055,40.249698638916016,40.25,37.68175506591797,149527,0.0,0.0,False 2023-11-03 00:00:00+00:00,40.70000076293945,40.79999923706055,38.49971008300781,38.5,36.04341506958008,53577,0.0,0.0,False 2023-11-06 00:00:00+00:00,38.5,39.0,38.0,38.29999923706055,35.856178283691406,104408,0.0,0.0,False 2023-11-07 00:00:00+00:00,38.75,39.79999923706055,38.04999923706055,38.75,36.2774658203125,60849,0.0,0.0,False 2023-11-08 00:00:00+00:00,39.5,40.099998474121094,38.5,38.900001525878906,36.41789627075195,100507,0.0,0.0,False 2023-11-09 00:00:00+00:00,38.900001525878906,39.79999923706055,38.54999923706055,39.79999923706055,37.260467529296875,72768,0.0,0.0,False 2023-11-10 00:00:00+00:00,39.70000076293945,39.95000076293945,39.0,39.25,36.74555969238281,20507,0.0,0.0,False 2023-11-13 00:00:00+00:00,39.04999923706055,40.650001525878906,39.0,40.650001525878906,38.05623245239258,205915,0.0,0.0,False 2023-11-14 00:00:00+00:00,40.650001525878906,40.650001525878906,39.599998474121094,39.849998474121094,37.307273864746094,83323,0.0,0.0,False 2023-11-15 00:00:00+00:00,39.95000076293945,40.54999923706055,39.29999923706055,40.099998474121094,37.541324615478516,124534,0.0,0.0,False 2023-11-16 00:00:00+00:00,39.849998474121094,40.04999923706055,39.25,39.54999923706055,37.02641677856445,152291,0.0,0.0,False 2023-11-17 00:00:00+00:00,39.650001525878906,40.900001525878906,39.650001525878906,40.099998474121094,37.541324615478516,215649,0.0,0.0,False 2023-11-20 00:00:00+00:00,40.0,41.150001525878906,40.0,41.0,38.3838996887207,98146,0.0,0.0,False 2023-11-21 00:00:00+00:00,41.29999923706055,41.45000076293945,40.29999923706055,41.04999923706055,38.43070602416992,77465,0.0,0.0,False 2023-11-22 00:00:00+00:00,40.54999923706055,41.099998474121094,40.04999923706055,40.599998474121094,38.00941848754883,44573,0.0,0.0,False 2023-11-23 00:00:00+00:00,40.70000076293945,40.75,39.599998474121094,40.20000076293945,37.634944915771484,35731,0.0,0.0,False 2023-11-24 00:00:00+00:00,40.0,40.95000076293945,39.45000076293945,40.75,38.14984893798828,63306,0.0,0.0,False 2023-11-27 00:00:00+00:00,40.75,40.79999923706055,39.70000076293945,40.79999923706055,38.196659088134766,35029,0.0,0.0,False 2023-11-28 00:00:00+00:00,40.20000076293945,40.54999923706055,39.04999923706055,39.400001525878906,36.885990142822266,47199,0.0,0.0,False 2023-11-29 00:00:00+00:00,39.04999923706055,39.70000076293945,39.0,39.099998474121094,36.60512924194336,38827,0.0,0.0,False 2023-11-30 00:00:00+00:00,38.849998474121094,39.25,37.29999923706055,38.54999923706055,36.09022521972656,210025,0.0,0.0,False 2023-12-01 00:00:00+00:00,38.75,39.900001525878906,38.150001525878906,38.849998474121094,36.3710823059082,220424,0.0,0.0,False 2023-12-04 00:00:00+00:00,39.20000076293945,39.29999923706055,38.349998474121094,38.849998474121094,36.3710823059082,129994,0.0,0.0,False 2023-12-05 00:00:00+00:00,38.70000076293945,38.95000076293945,38.0,38.04999923706055,35.622127532958984,87152,0.0,0.0,False 2023-12-06 00:00:00+00:00,38.0,38.54999923706055,38.0,38.54999923706055,36.09022521972656,165565,0.0,0.0,False 2023-12-07 00:00:00+00:00,38.599998474121094,38.75,38.150001525878906,38.70000076293945,36.230655670166016,49160,0.0,0.0,False 2023-12-08 00:00:00+00:00,39.0,39.599998474121094,38.599998474121094,39.349998474121094,36.83917999267578,32859,0.0,0.0,False 2023-12-11 00:00:00+00:00,39.45000076293945,39.599998474121094,38.349998474121094,39.0,36.511512756347656,66264,0.0,0.0,False 2023-12-12 00:00:00+00:00,38.70000076293945,39.25,38.20000076293945,38.45000076293945,35.99660873413086,35327,0.0,0.0,False 2023-12-13 00:00:00+00:00,38.95000076293945,38.95000076293945,37.400001525878906,37.79999923706055,35.38808059692383,78307,0.0,0.0,False 2023-12-14 00:00:00+00:00,38.20000076293945,39.599998474121094,37.79999923706055,39.599998474121094,37.07322692871094,150738,0.0,0.0,False 2023-12-15 00:00:00+00:00,39.75,44.45000076293945,39.70000076293945,44.45000076293945,41.61376190185547,574462,0.0,0.0,False 2023-12-18 00:00:00+00:00,41.599998474121094,42.900001525878906,41.29999923706055,41.5,38.851993560791016,179235,0.0,0.0,False 2023-12-19 00:00:00+00:00,41.349998474121094,41.5,38.5,38.5,36.04341506958008,287468,0.0,0.0,False 2023-12-20 00:00:00+00:00,38.95000076293945,39.900001525878906,38.49940872192383,38.5,36.04341506958008,122164,0.0,0.0,False 2023-12-21 00:00:00+00:00,38.70000076293945,39.150001525878906,38.45000076293945,38.5,36.04341506958008,651587,0.0,0.0,False 2023-12-22 00:00:00+00:00,39.0,42.45000076293945,38.5,42.45000076293945,39.74137878417969,156480,0.0,0.0,False 2023-12-27 00:00:00+00:00,42.0,42.75,41.54999923706055,41.95000076293945,39.27328109741211,119348,0.0,0.0,False 2023-12-28 00:00:00+00:00,41.849998474121094,42.099998474121094,41.04999923706055,41.04999923706055,38.43070602416992,350330,0.0,0.0,False 2023-12-29 00:00:00+00:00,41.04999923706055,41.70000076293945,40.75,40.900001525878906,38.290279388427734,115248,0.0,0.0,False 2024-01-02 00:00:00+00:00,41.0,42.0,40.79999923706055,41.599998474121094,38.945613861083984,118109,0.0,0.0,False 2024-01-03 00:00:00+00:00,41.5,41.75,41.04999923706055,41.650001525878906,38.99242401123047,64105,0.0,0.0,False 2024-01-04 00:00:00+00:00,41.75,41.95000076293945,40.75,41.79999923706055,39.132850646972656,118317,0.0,0.0,False 2024-01-05 00:00:00+00:00,41.79999923706055,41.79999923706055,40.5,41.150001525878906,38.52432632446289,57494,0.0,0.0,False 2024-01-08 00:00:00+00:00,41.0,41.5,41.0,41.400001525878906,38.75837707519531,59209,0.0,0.0,False 2024-01-09 00:00:00+00:00,41.54999923706055,42.150001525878906,41.099998474121094,42.0,39.320091247558594,103615,0.0,0.0,False 2024-01-10 00:00:00+00:00,42.650001525878906,45.0,42.04999923706055,44.400001525878906,41.56695556640625,267163,0.0,0.0,False 2024-01-11 00:00:00+00:00,44.349998474121094,44.900001525878906,42.79999923706055,44.150001525878906,41.33290481567383,108823,0.0,0.0,False 2024-01-12 00:00:00+00:00,45.0,46.75,44.54999923706055,46.54999923706055,43.57976531982422,209673,0.0,0.0,False 2024-01-15 00:00:00+00:00,46.95000076293945,47.599998474121094,45.54999923706055,46.150001525878906,43.205291748046875,102838,0.0,0.0,False 2024-01-16 00:00:00+00:00,45.0,47.5,44.75,47.5,44.46915054321289,198771,0.0,0.0,False 2024-01-17 00:00:00+00:00,47.0,47.349998474121094,45.5,46.70000076293945,43.72019577026367,158366,0.0,0.0,False 2024-01-18 00:00:00+00:00,46.5,46.849998474121094,45.29999923706055,45.900001525878906,42.97124481201172,112956,0.0,0.0,False 2024-01-19 00:00:00+00:00,45.25,45.849998474121094,42.900001525878906,43.75,40.95842742919922,268689,0.0,0.0,False 2024-01-22 00:00:00+00:00,43.650001525878906,44.0,42.099998474121094,42.25,39.55413818359375,95565,0.0,0.0,False 2024-01-23 00:00:00+00:00,42.04999923706055,42.50212860107422,40.54999923706055,42.5,39.788185119628906,259922,0.0,0.0,False 2024-01-24 00:00:00+00:00,42.04999923706055,43.04999923706055,41.25,42.099998474121094,39.4137077331543,131629,0.0,0.0,False 2024-01-25 00:00:00+00:00,41.54999923706055,41.79999923706055,40.650001525878906,40.849998474121094,38.24346923828125,208553,0.0,0.0,False 2024-01-26 00:00:00+00:00,39.849998474121094,40.5,39.099998474121094,40.099998474121094,37.541324615478516,281252,0.0,0.0,False 2024-01-29 00:00:00+00:00,40.0,40.349998474121094,38.400001525878906,40.349998474121094,37.77537155151367,214451,0.0,0.0,False 2024-01-30 00:00:00+00:00,40.400001525878906,40.599998474121094,38.70000076293945,40.0,37.44770431518555,211937,0.0,0.0,False 2024-01-31 00:00:00+00:00,39.900001525878906,41.29999923706055,39.0,40.5,37.915802001953125,1281423,0.0,0.0,False 2024-02-01 00:00:00+00:00,40.150001525878906,44.95000076293945,40.150001525878906,44.599998474121094,41.754188537597656,288798,0.0,0.0,False 2024-02-02 00:00:00+00:00,44.95000076293945,45.79999923706055,44.400001525878906,45.0,42.12866973876953,144717,0.0,0.0,False 2024-02-05 00:00:00+00:00,44.75,44.95000076293945,43.0,43.20000076293945,40.44352340698242,82289,0.0,0.0,False 2024-02-06 00:00:00+00:00,43.0,44.95000076293945,42.5,44.95000076293945,42.08185958862305,100349,0.0,0.0,False 2024-02-07 00:00:00+00:00,44.25,44.5,43.04999923706055,44.20000076293945,41.37971496582031,91910,0.0,0.0,False 2024-02-08 00:00:00+00:00,44.20000076293945,44.900001525878906,41.900001525878906,42.70000076293945,39.975425720214844,109665,0.0,0.0,False 2024-02-09 00:00:00+00:00,42.150001525878906,42.75,41.849998474121094,42.45000076293945,39.74137878417969,42079,0.0,0.0,False 2024-02-12 00:00:00+00:00,42.25,43.150001525878906,41.949371337890625,41.95000076293945,39.27328109741211,86828,0.0,0.0,False 2024-02-13 00:00:00+00:00,41.650001525878906,42.400001525878906,41.599998474121094,41.599998474121094,38.945613861083984,76896,0.0,0.0,False 2024-02-14 00:00:00+00:00,41.70000076293945,42.79999923706055,41.70000076293945,42.54999923706055,39.83499526977539,81638,0.0,0.0,False 2024-02-15 00:00:00+00:00,42.5,43.400001525878906,42.29999923706055,43.099998474121094,40.34989929199219,46956,0.0,0.0,False 2024-02-16 00:00:00+00:00,42.75,43.45000076293945,42.5,42.75,40.02223587036133,43834,0.0,0.0,False 2024-02-19 00:00:00+00:00,43.0,43.75,42.79999923706055,43.25,40.49032974243164,57697,0.0,0.0,False 2024-02-20 00:00:00+00:00,43.75,43.75,42.04999923706055,42.20000076293945,39.507328033447266,116124,0.0,0.0,False 2024-02-21 00:00:00+00:00,41.849998474121094,41.900001525878906,40.54999923706055,40.75,38.14984893798828,94739,0.0,0.0,False 2024-02-22 00:00:00+00:00,41.04999923706055,41.849998474121094,40.70000076293945,41.5,38.851993560791016,51017,0.0,0.0,False 2024-02-23 00:00:00+00:00,41.0,41.75,40.400001525878906,40.400001525878906,37.82218551635742,80416,0.0,0.0,False 2024-02-26 00:00:00+00:00,40.20000076293945,40.54499816894531,39.25,39.75,37.21365737915039,140689,0.0,0.0,False 2024-02-27 00:00:00+00:00,40.29999923706055,40.599998474121094,39.79999923706055,40.150001525878906,37.588134765625,37827,0.0,0.0,False 2024-02-28 00:00:00+00:00,39.70000076293945,41.0,39.70000076293945,40.0,37.44770431518555,70344,0.0,0.0,False 2024-02-29 00:00:00+00:00,39.79999923706055,41.349998474121094,39.70000076293945,39.70000076293945,37.166847229003906,119169,0.0,0.0,False 2024-03-01 00:00:00+00:00,39.5,40.099998474121094,38.599998474121094,38.95000076293945,36.46470260620117,226691,0.0,0.0,False 2024-03-04 00:00:00+00:00,39.349998474121094,39.650001525878906,38.95000076293945,39.0,36.511512756347656,118832,0.0,0.0,False 2024-03-05 00:00:00+00:00,39.0,39.70000076293945,38.75,39.150001525878906,36.65194320678711,43116,0.0,0.0,False 2024-03-06 00:00:00+00:00,39.099998474121094,39.70000076293945,39.099708557128906,39.099998474121094,36.60512924194336,40293,0.0,0.0,False 2024-03-07 00:00:00+00:00,39.099998474121094,40.5,38.04999923706055,40.5,37.915802001953125,56012,0.0,0.0,False 2024-03-08 00:00:00+00:00,40.5,42.25,40.20000076293945,41.400001525878906,38.75837707519531,45897,0.0,0.0,False 2024-03-11 00:00:00+00:00,41.45000076293945,41.45000076293945,39.900001525878906,40.04999923706055,37.49451446533203,38770,0.0,0.0,False 2024-03-12 00:00:00+00:00,39.95000076293945,40.150001525878906,39.29970932006836,39.29999923706055,36.7923698425293,46466,0.0,0.0,False 2024-03-13 00:00:00+00:00,39.29999923706055,39.75,39.25,39.29999923706055,36.7923698425293,60568,0.0,0.0,False 2024-03-14 00:00:00+00:00,38.75,38.75,36.0,37.70000076293945,35.294464111328125,243926,0.0,0.0,False 2024-03-15 00:00:00+00:00,38.099998474121094,40.79999923706055,38.099998474121094,39.20000076293945,36.698753356933594,116089,0.0,0.0,False 2024-03-18 00:00:00+00:00,40.400001525878906,40.400001525878906,39.0,40.0,37.44770431518555,50375,0.0,0.0,False 2024-03-19 00:00:00+00:00,40.349998474121094,40.599998474121094,39.849998474121094,40.599998474121094,38.00941848754883,42245,0.0,0.0,False 2024-03-20 00:00:00+00:00,40.0,41.75,39.900001525878906,41.25,38.61794662475586,29799,0.0,0.0,False 2024-03-21 00:00:00+00:00,41.95000076293945,42.45000076293945,41.332298278808594,42.0,39.320091247558594,157287,0.0,0.0,False 2024-03-22 00:00:00+00:00,41.79999923706055,42.349998474121094,39.650001525878906,40.29999923706055,37.72856140136719,48546,0.0,0.0,False 2024-03-25 00:00:00+00:00,40.54999923706055,41.13859939575195,39.400001525878906,40.0,37.44770431518555,67132,0.0,0.0,False 2024-03-26 00:00:00+00:00,40.25,40.29999923706055,39.49599838256836,39.5,36.979610443115234,22075,0.0,0.0,False 2024-03-27 00:00:00+00:00,39.5,39.5,38.75,38.95000076293945,36.46470260620117,37193,0.0,0.0,False 2024-03-28 00:00:00+00:00,39.0,40.45000076293945,38.849998474121094,40.45000076293945,37.86899185180664,364434,0.0,0.0,False 2024-04-02 00:00:00+01:00,40.5,42.0,40.5,40.900001525878906,38.290279388427734,68181,0.0,0.0,False 2024-04-03 00:00:00+01:00,41.95000076293945,43.75,41.29999923706055,43.20000076293945,40.44352340698242,182628,0.0,0.0,False 2024-04-04 00:00:00+01:00,43.20000076293945,43.20000076293945,42.150001525878906,43.0,40.256282806396484,99015,0.0,0.0,False 2024-04-05 00:00:00+01:00,42.20000076293945,43.0,41.75,43.0,40.256282806396484,80437,0.0,0.0,False 2024-04-08 00:00:00+01:00,42.900001525878906,43.0,41.79970169067383,41.79999923706055,39.132850646972656,113709,0.0,0.0,False 2024-04-09 00:00:00+01:00,42.5,42.5,41.20000076293945,41.599998474121094,38.945613861083984,29696,0.0,0.0,False 2024-04-10 00:00:00+01:00,41.45000076293945,41.95000076293945,40.54999923706055,41.04999923706055,38.43070602416992,40512,0.0,0.0,False 2024-04-11 00:00:00+01:00,41.04999923706055,42.099998474121094,40.79999923706055,41.70000076293945,39.03923416137695,49654,0.0,0.0,False 2024-04-12 00:00:00+01:00,42.0,42.45000076293945,41.849998474121094,42.04999923706055,39.36689758300781,137799,0.0,0.0,False 2024-04-15 00:00:00+01:00,41.79999923706055,42.150001525878906,40.0,40.20000076293945,37.634944915771484,68943,0.0,0.0,False 2024-04-16 00:00:00+01:00,39.099998474121094,40.5,38.04999923706055,38.20000076293945,35.76255798339844,239274,0.0,0.0,False 2024-04-17 00:00:00+01:00,38.599998474121094,38.900001525878906,38.049461364746094,38.04999923706055,35.622127532958984,91463,0.0,0.0,False 2024-04-18 00:00:00+01:00,38.04999923706055,38.95000076293945,37.79999923706055,38.75,36.2774658203125,45237,0.0,0.0,False 2024-04-19 00:00:00+01:00,38.75,38.75,38.75,38.75,36.2774658203125,0,0.0,0.0,False 2024-04-22 00:00:00+01:00,38.650001525878906,38.79999923706055,38.099998474121094,38.79999923706055,36.32427215576172,47522,0.0,0.0,False 2024-04-23 00:00:00+01:00,38.900001525878906,40.45000076293945,38.599998474121094,39.349998474121094,36.83917999267578,40829,0.0,0.0,False 2024-04-24 00:00:00+01:00,39.75,39.95000076293945,39.349998474121094,39.95000076293945,37.40089797973633,47260,0.0,0.0,False 2024-04-25 00:00:00+01:00,39.20000076293945,39.849998474121094,39.150001525878906,39.54999923706055,37.02641677856445,19506,0.0,0.0,False 2024-04-26 00:00:00+01:00,39.400001525878906,41.5,39.400001525878906,41.04999923706055,38.43070602416992,74641,0.0,0.0,False 2024-04-29 00:00:00+01:00,41.0,41.0,40.5,40.599998474121094,38.00941848754883,79063,0.0,0.0,False 2024-04-30 00:00:00+01:00,40.0,42.5,40.0,40.349998474121094,37.77537155151367,144268,0.0,0.0,False 2024-05-01 00:00:00+01:00,40.75,41.349998474121094,40.5,41.0,38.3838996887207,47196,0.0,0.0,False 2024-05-02 00:00:00+01:00,41.0,41.5,40.5,41.04999923706055,38.43070602416992,48270,0.0,0.0,False 2024-05-03 00:00:00+01:00,41.150001525878906,41.5,40.29999923706055,40.349998474121094,37.77537155151367,25074,0.0,0.0,False 2024-05-07 00:00:00+01:00,41.04999923706055,43.45000076293945,41.04999923706055,42.45000076293945,39.74137878417969,132344,0.0,0.0,False 2024-05-08 00:00:00+01:00,42.25,42.95000076293945,41.75,42.04999923706055,39.36689758300781,42506,0.0,0.0,False 2024-05-09 00:00:00+01:00,42.45000076293945,42.5,41.849998474121094,42.150001525878906,39.46052169799805,82646,0.0,0.0,False 2024-05-10 00:00:00+01:00,42.04999923706055,42.5,41.95000076293945,42.25,39.55413818359375,55569,0.0,0.0,False 2024-05-13 00:00:00+01:00,42.45000076293945,42.5,42.0,42.45000076293945,39.74137878417969,20904,0.0,0.0,False 2024-05-14 00:00:00+01:00,42.400001525878906,42.400001525878906,41.75,42.150001525878906,39.46052169799805,23773,0.0,0.0,False 2024-05-15 00:00:00+01:00,42.29999923706055,42.79999923706055,42.150001525878906,42.5,39.788185119628906,65663,0.0,0.0,False 2024-05-16 00:00:00+01:00,42.20000076293945,43.45000076293945,42.099998474121094,43.45000076293945,40.67757034301758,60622,0.0,0.0,False 2024-05-17 00:00:00+01:00,43.45000076293945,45.599998474121094,42.75,45.25,42.36271667480469,43002,0.0,0.0,False 2024-05-20 00:00:00+01:00,44.95000076293945,46.70000076293945,44.650001525878906,46.400001525878906,43.43933868408203,76246,0.0,0.0,False 2024-05-21 00:00:00+01:00,46.849998474121094,46.849998474121094,45.29999923706055,46.599998474121094,43.6265754699707,68249,0.0,0.0,False 2024-05-22 00:00:00+01:00,45.79999923706055,46.54999923706055,45.70000076293945,45.70000076293945,42.78400421142578,83930,0.0,0.0,False 2024-05-23 00:00:00+01:00,45.5,46.150001525878906,43.25,43.400001525878906,40.630760192871094,67084,0.0,0.0,False 2024-05-24 00:00:00+01:00,43.650001525878906,45.5,43.54999923706055,45.5,42.596763610839844,61661,0.0,0.0,False 2024-05-28 00:00:00+01:00,45.400001525878906,45.400001525878906,44.150001525878906,44.25,41.4265251159668,54310,0.0,0.0,False 2024-05-29 00:00:00+01:00,44.25,44.75,42.5,43.0,40.256282806396484,55677,0.0,0.0,False 2024-05-30 00:00:00+01:00,43.0,43.0,40.79999923706055,41.0,41.0,88428,2.743718,0.0,False 2024-05-31 00:00:00+01:00,41.0,41.79999923706055,41.0,41.25,41.25,41326,0.0,0.0,False 2024-06-03 00:00:00+01:00,41.0,42.25,40.54999923706055,40.900001525878906,40.900001525878906,66567,0.0,0.0,False 2024-06-04 00:00:00+01:00,40.54999923706055,41.45000076293945,40.04999923706055,40.29999923706055,40.29999923706055,108048,0.0,0.0,False 2024-06-05 00:00:00+01:00,40.29999923706055,41.20000076293945,40.20000076293945,40.75,40.75,22892,0.0,0.0,False 2024-06-06 00:00:00+01:00,40.70000076293945,41.0,39.599998474121094,40.349998474121094,40.349998474121094,54742,0.0,0.0,False 2024-06-07 00:00:00+01:00,40.5,40.54999923706055,39.75,40.349998474121094,40.349998474121094,37369,0.0,0.0,False 2024-06-10 00:00:00+01:00,40.04999923706055,40.29999923706055,39.95000076293945,40.0,40.0,29754,0.0,0.0,False 2024-06-11 00:00:00+01:00,40.0,40.099998474121094,39.25,39.349998474121094,39.349998474121094,42482,0.0,0.0,False 2024-06-12 00:00:00+01:00,39.79999923706055,40.25,39.0,39.70000076293945,39.70000076293945,98235,0.0,0.0,False 2024-06-13 00:00:00+01:00,39.849998474121094,40.20000076293945,39.25,39.45000076293945,39.45000076293945,27358,0.0,0.0,False 2024-06-14 00:00:00+01:00,39.599998474121094,40.25,39.25,39.650001525878906,39.650001525878906,29448,0.0,0.0,False 2024-06-17 00:00:00+01:00,39.95000076293945,39.95000076293945,39.349998474121094,39.54999923706055,39.54999923706055,27699,0.0,0.0,False 2024-06-18 00:00:00+01:00,39.900001525878906,40.25,39.54999923706055,40.150001525878906,40.150001525878906,15657,0.0,0.0,False 2024-06-19 00:00:00+01:00,40.150001525878906,40.5,39.849998474121094,40.150001525878906,40.150001525878906,13496,0.0,0.0,False 2024-06-20 00:00:00+01:00,40.0,40.5,39.650001525878906,39.79999923706055,39.79999923706055,35960,0.0,0.0,False 2024-06-21 00:00:00+01:00,39.70000076293945,40.45000076293945,39.599998474121094,40.150001525878906,40.150001525878906,74426,0.0,0.0,False 2024-06-24 00:00:00+01:00,40.04999923706055,40.150001525878906,39.29999923706055,39.599998474121094,39.599998474121094,58670,0.0,0.0,False 2024-06-25 00:00:00+01:00,39.70000076293945,40.0,39.400001525878906,39.45000076293945,39.45000076293945,27821,0.0,0.0,False 2024-06-26 00:00:00+01:00,39.79999923706055,39.849998474121094,39.04999923706055,39.849998474121094,39.849998474121094,66141,0.0,0.0,False 2024-06-27 00:00:00+01:00,39.5,39.849998474121094,39.29999923706055,39.400001525878906,39.400001525878906,46759,0.0,0.0,False 2024-06-28 00:00:00+01:00,39.70000076293945,40.0,39.5,40.0,40.0,52272,0.0,0.0,False 2024-07-01 00:00:00+01:00,39.900001525878906,40.400001525878906,39.349998474121094,40.0,40.0,43089,0.0,0.0,False 2024-07-02 00:00:00+01:00,40.20000076293945,40.25,39.79999923706055,40.25,40.25,81433,0.0,0.0,False 2024-07-03 00:00:00+01:00,40.29999923706055,40.70000076293945,40.099998474121094,40.70000076293945,40.70000076293945,63861,0.0,0.0,False 2024-07-04 00:00:00+01:00,40.75,41.5,40.5,41.25,41.25,76965,0.0,0.0,False 2024-07-05 00:00:00+01:00,41.0,41.20000076293945,40.650001525878906,41.20000076293945,41.20000076293945,59871,0.0,0.0,False 2024-07-08 00:00:00+01:00,41.20000076293945,41.45000076293945,40.20000076293945,40.20000076293945,40.20000076293945,50871,0.0,0.0,False 2024-07-09 00:00:00+01:00,39.79999923706055,40.29999923706055,39.70000076293945,40.04999923706055,40.04999923706055,22288,0.0,0.0,False 2024-07-10 00:00:00+01:00,40.29999923706055,40.29999923706055,37.25,37.79999923706055,37.79999923706055,367833,0.0,0.0,False 2024-07-11 00:00:00+01:00,37.900001525878906,40.0,37.900001525878906,39.900001525878906,39.900001525878906,134730,0.0,0.0,False 2024-07-12 00:00:00+01:00,40.0,40.0,39.04999923706055,39.79999923706055,39.79999923706055,109063,0.0,0.0,False 2024-07-15 00:00:00+01:00,39.849998474121094,40.150001525878906,39.5,39.70000076293945,39.70000076293945,156976,0.0,0.0,False 2024-07-16 00:00:00+01:00,39.849998474121094,39.900001525878906,38.70000076293945,38.70000076293945,38.70000076293945,55119,0.0,0.0,False 2024-07-17 00:00:00+01:00,38.79999923706055,39.0,37.650001525878906,37.95000076293945,37.95000076293945,100294,0.0,0.0,False 2024-07-18 00:00:00+01:00,38.400001525878906,38.599998474121094,37.29999923706055,38.5,38.5,30095,0.0,0.0,False 2024-07-19 00:00:00+01:00,38.20000076293945,38.79999923706055,37.0,38.400001525878906,38.400001525878906,59453,0.0,0.0,False 2024-07-22 00:00:00+01:00,38.400001525878906,38.45000076293945,37.75,37.79999923706055,37.79999923706055,18385,0.0,0.0,False 2024-07-23 00:00:00+01:00,37.900001525878906,38.099998474121094,37.349998474121094,37.95000076293945,37.95000076293945,63397,0.0,0.0,False 2024-07-24 00:00:00+01:00,38.20000076293945,38.29999923706055,37.599998474121094,37.95000076293945,37.95000076293945,16300,0.0,0.0,False 2024-07-25 00:00:00+01:00,37.75,38.0,37.150001525878906,37.849998474121094,37.849998474121094,78103,0.0,0.0,False 2024-07-26 00:00:00+01:00,38.349998474121094,38.349998474121094,37.04999923706055,37.25,37.25,45051,0.0,0.0,False 2024-07-29 00:00:00+01:00,37.349998474121094,37.95000076293945,37.349998474121094,37.900001525878906,37.900001525878906,114070,0.0,0.0,False 2024-07-30 00:00:00+01:00,37.79999923706055,37.849998474121094,37.099998474121094,37.70000076293945,37.70000076293945,56279,0.0,0.0,False 2024-07-31 00:00:00+01:00,37.75,38.900001525878906,37.5,38.0,38.0,473047,0.0,0.0,False 2024-08-01 00:00:00+01:00,38.0,39.900001525878906,37.70000076293945,38.0,38.0,50640,0.0,0.0,False 2024-08-02 00:00:00+01:00,37.79999923706055,38.54999923706055,36.54999923706055,36.900001525878906,36.900001525878906,116554,0.0,0.0,False 2024-08-05 00:00:00+01:00,36.0,36.5,34.20000076293945,35.599998474121094,35.599998474121094,157119,0.0,0.0,False 2024-08-06 00:00:00+01:00,35.5,37.04999923706055,35.5,36.900001525878906,36.900001525878906,57789,0.0,0.0,False 2024-08-07 00:00:00+01:00,37.20000076293945,37.5,36.54999923706055,36.95000076293945,36.95000076293945,22585,0.0,0.0,False 2024-08-08 00:00:00+01:00,36.5,36.79999923706055,36.04999923706055,36.599998474121094,36.599998474121094,50913,0.0,0.0,False 2024-08-09 00:00:00+01:00,36.849998474121094,37.0,36.650001525878906,36.75,36.75,13068,0.0,0.0,False 2024-08-12 00:00:00+01:00,36.95000076293945,36.95000076293945,36.20000076293945,36.650001525878906,36.650001525878906,31332,0.0,0.0,False 2024-08-13 00:00:00+01:00,36.650001525878906,37.0,36.54999923706055,36.79999923706055,36.79999923706055,13474,0.0,0.0,False 2024-08-14 00:00:00+01:00,36.79999923706055,37.45000076293945,36.45000076293945,37.29999923706055,37.29999923706055,20375,0.0,0.0,False 2024-08-15 00:00:00+01:00,37.5,37.5,36.599998474121094,36.75,36.75,13650,0.0,0.0,False 2024-08-16 00:00:00+01:00,36.400001525878906,37.25,36.400001525878906,36.79999923706055,36.79999923706055,40710,0.0,0.0,False 2024-08-19 00:00:00+01:00,36.5,37.20000076293945,36.20000076293945,36.20000076293945,36.20000076293945,48160,0.0,0.0,False 2024-08-20 00:00:00+01:00,36.400001525878906,36.900001525878906,36.099998474121094,36.20000076293945,36.20000076293945,64496,0.0,0.0,False 2024-08-21 00:00:00+01:00,36.54999923706055,36.900001525878906,36.04999923706055,36.70000076293945,36.70000076293945,13832,0.0,0.0,False 2024-08-22 00:00:00+01:00,36.70000076293945,37.04999923706055,36.5,36.75,36.75,13580,0.0,0.0,False ================================================ FILE: tests/data/KAP-IL-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,39.45000076293945,40.849998474121094,38.5,40.599998474121094,30.571678161621094,191671,0.0,0.0 2022-01-05 00:00:00+00:00,40.150001525878906,40.150001525878906,36.25,37.5,28.23738670349121,595812,0.0,0.0 2022-01-06 00:00:00+00:00,36.599998474121094,36.95000076293945,34.20000076293945,35.0,26.354894638061523,1095990,0.0,0.0 2022-01-07 00:00:00+00:00,36.0,37.79999923706055,34.29999923706055,34.95000076293945,26.317245483398438,511657,0.0,0.0 2022-01-10 00:00:00+00:00,36.70000076293945,37.0,34.650001525878906,35.0,26.354894638061523,401052,0.0,0.0 2022-01-11 00:00:00+00:00,36.79999923706055,36.95000076293945,35.599998474121094,35.599998474121094,26.806692123413086,328783,0.0,0.0 2022-01-12 00:00:00+00:00,35.95000076293945,36.650001525878906,35.45000076293945,35.650001525878906,26.844343185424805,322780,0.0,0.0 2022-01-13 00:00:00+00:00,35.599998474121094,36.04999923706055,34.20000076293945,34.599998474121094,26.053695678710938,912936,0.0,0.0 2022-01-14 00:00:00+00:00,35.0,35.29999923706055,33.45000076293945,33.45000076293945,25.187747955322266,287360,0.0,0.0 2022-01-17 00:00:00+00:00,33.5,35.099998474121094,33.5,34.95000076293945,26.317245483398438,128569,0.0,0.0 2022-01-18 00:00:00+00:00,34.849998474121094,35.650001525878906,34.150001525878906,34.75,26.166645050048828,126491,0.0,0.0 2022-01-19 00:00:00+00:00,35.0,35.95000076293945,34.349998474121094,35.599998474121094,26.806692123413086,132556,0.0,0.0 2022-01-20 00:00:00+00:00,36.0,36.0,34.79999923706055,35.099998474121094,26.430192947387695,96408,0.0,0.0 2022-01-21 00:00:00+00:00,34.650001525878906,34.70000076293945,33.5,34.20000076293945,25.752498626708984,179836,0.0,0.0 2022-01-24 00:00:00+00:00,34.25,34.5,29.5,31.0,23.342906951904297,466980,0.0,0.0 2022-01-25 00:00:00+00:00,31.5,32.599998474121094,31.0,31.799999237060547,23.945302963256836,203627,0.0,0.0 2022-01-26 00:00:00+00:00,32.5,32.900001525878906,31.299999237060547,32.099998474121094,24.171201705932617,287205,0.0,0.0 2022-01-27 00:00:00+00:00,31.25,31.350000381469727,30.700000762939453,30.799999237060547,23.192306518554688,147815,0.0,0.0 2022-01-28 00:00:00+00:00,30.950000762939453,31.299999237060547,30.450000762939453,31.149999618530273,23.455854415893555,124238,0.0,0.0 2022-01-31 00:00:00+00:00,31.399999618530273,31.450000762939453,30.149999618530273,31.299999237060547,23.568803787231445,228697,0.0,0.0 2022-02-01 00:00:00+00:00,31.899999618530273,33.25,31.549999237060547,32.849998474121094,24.735950469970703,198045,0.0,0.0 2022-02-02 00:00:00+00:00,33.099998474121094,33.70000076293945,32.0,32.5,24.472400665283203,248542,0.0,0.0 2022-02-03 00:00:00+00:00,31.799999237060547,32.099998474121094,31.0,31.0,23.342906951904297,208931,0.0,0.0 2022-02-04 00:00:00+00:00,32.5,32.599998474121094,28.950000762939453,30.200000762939453,22.740509033203125,1554310,0.0,0.0 2022-02-07 00:00:00+00:00,31.049999237060547,33.95000076293945,30.799999237060547,33.75,25.41364860534668,253907,0.0,0.0 2022-02-08 00:00:00+00:00,33.70000076293945,34.29999923706055,32.5,32.5,24.472400665283203,131519,0.0,0.0 2022-02-09 00:00:00+00:00,34.0,34.849998474121094,33.400001525878906,34.29999923706055,25.82779312133789,218800,0.0,0.0 2022-02-10 00:00:00+00:00,35.95000076293945,35.95000076293945,33.849998474121094,33.900001525878906,25.52659797668457,211576,0.0,0.0 2022-02-11 00:00:00+00:00,34.25,34.25,33.54999923706055,33.54999923706055,25.26304817199707,120372,0.0,0.0 2022-02-14 00:00:00+00:00,33.29999923706055,34.849998474121094,32.79999923706055,33.25,25.03714942932129,200148,0.0,0.0 2022-02-15 00:00:00+00:00,33.400001525878906,34.849998474121094,33.400001525878906,34.099998474121094,25.677194595336914,74953,0.0,0.0 2022-02-16 00:00:00+00:00,33.900001525878906,34.54999923706055,33.29999923706055,33.75,25.41364860534668,39935,0.0,0.0 2022-02-17 00:00:00+00:00,33.29999923706055,34.150001525878906,33.29999923706055,33.5,25.225399017333984,55298,0.0,0.0 2022-02-18 00:00:00+00:00,33.5,34.0,32.70000076293945,32.849998474121094,24.735950469970703,121996,0.0,0.0 2022-02-21 00:00:00+00:00,33.0,33.849998474121094,32.5,32.70000076293945,24.623001098632812,72535,0.0,0.0 2022-02-22 00:00:00+00:00,31.600000381469727,32.599998474121094,31.200000762939453,32.29999923706055,24.321800231933594,85427,0.0,0.0 2022-02-23 00:00:00+00:00,33.04999923706055,33.04999923706055,31.350000381469727,31.649999618530273,23.832353591918945,98715,0.0,0.0 2022-02-24 00:00:00+00:00,30.5,30.5,27.75,28.75,21.648662567138672,443549,0.0,0.0 2022-02-25 00:00:00+00:00,29.25,32.5,29.247819900512695,30.149999618530273,22.70285987854004,216769,0.0,0.0 2022-02-28 00:00:00+00:00,30.25,31.0,27.850000381469727,29.399999618530273,22.13810920715332,272283,0.0,0.0 2022-03-01 00:00:00+00:00,31.0,31.0,26.450000762939453,27.5,20.707416534423828,344464,0.0,0.0 2022-03-02 00:00:00+00:00,27.75,29.950000762939453,25.549999237060547,26.75,20.142669677734375,399302,0.0,0.0 2022-03-03 00:00:00+00:00,26.75,27.549999237060547,24.5,26.0,19.57792091369629,419172,0.0,0.0 2022-03-04 00:00:00+00:00,25.0,25.601280212402344,22.049999237060547,25.600000381469727,19.276721954345703,791546,0.0,0.0 2022-03-07 00:00:00+00:00,26.0,28.399999618530273,25.0,26.5,19.95442008972168,166425,0.0,0.0 2022-03-08 00:00:00+00:00,28.0,31.5,27.0,31.5,23.719404220581055,227937,0.0,0.0 2022-03-09 00:00:00+00:00,31.100000381469727,33.650001525878906,30.350000381469727,31.450000762939453,23.68175506591797,273163,0.0,0.0 2022-03-10 00:00:00+00:00,33.5,35.5,31.700000762939453,31.700000762939453,23.870004653930664,193403,0.0,0.0 2022-03-11 00:00:00+00:00,32.5,34.0,32.20000076293945,33.54999923706055,25.26304817199707,179729,0.0,0.0 2022-03-14 00:00:00+00:00,32.54999923706055,33.5,29.049999237060547,33.5,25.225399017333984,214799,0.0,0.0 2022-03-15 00:00:00+00:00,30.350000381469727,32.349998474121094,29.0,29.0,21.8369140625,180841,0.0,0.0 2022-03-16 00:00:00+00:00,29.75,30.5,28.5,29.5,22.213411331176758,144675,0.0,0.0 2022-03-17 00:00:00+00:00,28.5,30.399999618530273,28.5,29.5,22.213411331176758,60925,0.0,0.0 2022-03-18 00:00:00+00:00,29.549999237060547,31.25,29.549999237060547,30.0,22.589908599853516,51902,0.0,0.0 2022-03-21 00:00:00+00:00,30.399999618530273,32.0,29.5,30.899999618530273,23.26760482788086,99300,0.0,0.0 2022-03-22 00:00:00+00:00,32.0,32.0,28.5,28.5,21.460412979125977,137195,0.0,0.0 2022-03-23 00:00:00+00:00,29.549999237060547,30.450000762939453,28.899999618530273,29.5,22.213411331176758,121845,0.0,0.0 2022-03-24 00:00:00+00:00,30.350000381469727,31.0,29.100000381469727,29.549999237060547,22.251060485839844,46987,0.0,0.0 2022-03-25 00:00:00+00:00,29.899999618530273,30.549999237060547,29.100000381469727,29.799999237060547,22.439308166503906,40945,0.0,0.0 2022-03-28 00:00:00+01:00,30.549999237060547,30.799999237060547,28.75,29.299999237060547,22.062808990478516,128212,0.0,0.0 2022-03-29 00:00:00+01:00,29.399999618530273,31.0,29.0,30.899999618530273,23.26760482788086,207483,0.0,0.0 2022-03-30 00:00:00+01:00,30.700000762939453,30.950000762939453,29.350000381469727,30.0,22.589908599853516,126842,0.0,0.0 2022-03-31 00:00:00+01:00,30.0,31.899999618530273,28.399999618530273,31.899999618530273,24.02060317993164,306985,0.0,0.0 2022-04-01 00:00:00+01:00,31.780000686645508,31.799999237060547,29.540000915527344,29.600000381469727,22.28870964050293,50573,0.0,0.0 2022-04-04 00:00:00+01:00,31.700000762939453,31.700000762939453,29.040000915527344,29.299999237060547,22.062808990478516,75500,0.0,0.0 2022-04-05 00:00:00+01:00,30.979999542236328,31.100000381469727,29.600000381469727,29.600000381469727,22.28870964050293,113958,0.0,0.0 2022-04-06 00:00:00+01:00,29.239999771118164,30.68000030517578,28.600000381469727,28.600000381469727,21.53571319580078,112983,0.0,0.0 2022-04-07 00:00:00+01:00,28.700000762939453,30.479999542236328,28.700000762939453,29.700000762939453,22.364011764526367,77132,0.0,0.0 2022-04-08 00:00:00+01:00,30.459999084472656,34.279998779296875,29.979999542236328,34.279998779296875,25.812734603881836,243609,0.0,0.0 2022-04-11 00:00:00+01:00,34.13999938964844,34.720001220703125,32.52000045776367,33.0,24.848899841308594,50793,0.0,0.0 2022-04-12 00:00:00+01:00,33.0,34.5,33.0,34.439998626708984,25.93321418762207,73809,0.0,0.0 2022-04-13 00:00:00+01:00,34.880001068115234,36.0,34.400001525878906,36.0,27.10788917541504,243302,0.0,0.0 2022-04-14 00:00:00+01:00,36.5,36.619998931884766,35.52000045776367,35.52000045776367,26.74645233154297,29997,0.0,0.0 2022-04-19 00:00:00+01:00,35.099998474121094,35.84000015258789,33.900001525878906,35.15999984741211,26.475372314453125,84350,0.0,0.0 2022-04-20 00:00:00+01:00,35.5,35.5,32.0,35.0,26.354894638061523,51033,0.0,0.0 2022-04-21 00:00:00+01:00,36.0,36.0,34.099998474121094,34.29999923706055,25.82779312133789,34114,0.0,0.0 2022-04-22 00:00:00+01:00,34.0,34.20000076293945,31.299999237060547,31.899999618530273,24.02060317993164,45237,0.0,0.0 2022-04-25 00:00:00+01:00,30.5,30.5,28.559999465942383,29.0,21.8369140625,88476,0.0,0.0 2022-04-26 00:00:00+01:00,29.399999618530273,31.5,29.0,29.940000534057617,22.544729232788086,45747,0.0,0.0 2022-04-27 00:00:00+01:00,30.200000762939453,32.97999954223633,29.020000457763672,31.1200008392334,23.433265686035156,56772,0.0,0.0 2022-04-28 00:00:00+01:00,31.8799991607666,31.8799991607666,29.5,29.5,22.213411331176758,84446,0.0,0.0 2022-04-29 00:00:00+01:00,30.940000534057617,30.959999084472656,29.057090759277344,29.059999465942383,21.882091522216797,118179,0.0,0.0 2022-05-03 00:00:00+01:00,28.799999237060547,29.799999237060547,28.299999237060547,29.799999237060547,22.439308166503906,142111,0.0,0.0 2022-05-04 00:00:00+01:00,29.799999237060547,29.799999237060547,29.200000762939453,29.299999237060547,22.062808990478516,120044,0.0,0.0 2022-05-05 00:00:00+01:00,30.0,30.799999237060547,29.0,29.299999237060547,22.062808990478516,76511,0.0,0.0 2022-05-06 00:00:00+01:00,29.079999923706055,29.700000762939453,29.0,29.239999771118164,22.01763153076172,245755,0.0,0.0 2022-05-09 00:00:00+01:00,29.0,29.5,28.5,28.799999237060547,21.686311721801758,156100,0.0,0.0 2022-05-10 00:00:00+01:00,28.299999237060547,28.799999237060547,26.760000228881836,27.100000381469727,20.406217575073242,151426,0.0,0.0 2022-05-11 00:00:00+01:00,27.0,27.6200008392334,26.559999465942383,27.239999771118164,20.51163673400879,165319,0.0,0.0 2022-05-12 00:00:00+01:00,26.299999237060547,27.0,24.6200008392334,25.780000686645508,19.412261962890625,135426,0.0,0.0 2022-05-13 00:00:00+01:00,26.020000457763672,28.5,26.020000457763672,28.299999237060547,21.309812545776367,163394,0.0,0.0 2022-05-16 00:00:00+01:00,28.020000457763672,28.739999771118164,27.399999618530273,27.84000015258789,20.96343421936035,130154,0.0,0.0 2022-05-17 00:00:00+01:00,27.81999969482422,29.5,26.700000762939453,28.760000228881836,21.65619468688965,70866,0.0,0.0 2022-05-18 00:00:00+01:00,29.5,29.5,27.459999084472656,27.459999084472656,20.677295684814453,38744,0.0,0.0 2022-05-19 00:00:00+01:00,26.81999969482422,28.0,26.079999923706055,28.0,21.08391571044922,69577,0.0,0.0 2022-05-20 00:00:00+01:00,27.200000762939453,28.18000030517578,27.020000457763672,27.15999984741211,20.451396942138672,26576,0.0,0.0 2022-05-23 00:00:00+01:00,27.200000762939453,28.059999465942383,27.200000762939453,27.5,20.707416534423828,87229,0.0,0.0 2022-05-24 00:00:00+01:00,27.5,27.979999542236328,26.579999923706055,26.700000762939453,20.105018615722656,69848,0.0,0.0 2022-05-25 00:00:00+01:00,26.799999237060547,27.399999618530273,26.5,26.5,19.95442008972168,37882,0.0,0.0 2022-05-26 00:00:00+01:00,27.0,27.31999969482422,26.200000762939453,27.200000762939453,20.481517791748047,30008,0.0,0.0 2022-05-27 00:00:00+01:00,27.5,28.399999618530273,26.8799991607666,27.200000762939453,20.481517791748047,42015,0.0,0.0 2022-05-30 00:00:00+01:00,28.079999923706055,28.299999237060547,27.5,27.81999969482422,20.948373794555664,20474,0.0,0.0 2022-05-31 00:00:00+01:00,28.100000381469727,28.479999542236328,27.020000457763672,28.0,21.08391571044922,55240,0.0,0.0 2022-06-01 00:00:00+01:00,27.5,28.200000762939453,27.040000915527344,28.0,21.08391571044922,24002,0.0,0.0 2022-06-06 00:00:00+01:00,28.5,29.200000762939453,28.299999237060547,29.0,21.8369140625,33423,0.0,0.0 2022-06-07 00:00:00+01:00,29.0,29.15999984741211,28.200000762939453,28.739999771118164,21.64113426208496,33883,0.0,0.0 2022-06-08 00:00:00+01:00,29.079999923706055,31.100000381469727,29.079999923706055,30.18000030517578,22.725448608398438,105488,0.0,0.0 2022-06-09 00:00:00+01:00,30.239999771118164,30.239999771118164,29.719999313354492,30.18000030517578,22.725448608398438,75074,0.0,0.0 2022-06-10 00:00:00+01:00,29.579999923706055,29.700000762939453,29.0,29.0,21.8369140625,45087,0.0,0.0 2022-06-13 00:00:00+01:00,28.8799991607666,29.0,27.600000381469727,28.059999465942383,21.12909507751465,226738,0.0,0.0 2022-06-14 00:00:00+01:00,28.0,28.200000762939453,25.940000534057617,26.0,19.57792091369629,106265,0.0,0.0 2022-06-15 00:00:00+01:00,26.0,26.200000762939453,25.5,25.600000381469727,19.276721954345703,97296,0.0,0.0 2022-06-16 00:00:00+01:00,25.600000381469727,26.31999969482422,25.040000915527344,26.18000030517578,19.71346092224121,317033,0.0,0.0 2022-06-17 00:00:00+01:00,25.84000015258789,26.219999313354492,25.559999465942383,26.0,19.57792091369629,90509,0.0,0.0 2022-06-20 00:00:00+01:00,25.5,26.100000381469727,25.5,25.8799991607666,19.487560272216797,30672,0.0,0.0 2022-06-21 00:00:00+01:00,25.020000457763672,26.1200008392334,25.020000457763672,25.420000076293945,19.141183853149414,130935,0.0,0.0 2022-06-22 00:00:00+01:00,25.100000381469727,25.739999771118164,24.139999389648438,24.760000228881836,18.644203186035156,78065,0.0,0.0 2022-06-23 00:00:00+01:00,24.799999237060547,25.0,23.219999313354492,24.360000610351562,18.343008041381836,223441,0.0,0.0 2022-06-24 00:00:00+01:00,24.5,25.0,24.100000381469727,24.81999969482422,18.68938446044922,91117,0.0,0.0 2022-06-27 00:00:00+01:00,24.5,28.079999923706055,24.360000610351562,26.200000762939453,19.7285213470459,67222,0.0,0.0 2022-06-28 00:00:00+01:00,26.200000762939453,26.68000030517578,26.059999465942383,26.200000762939453,19.7285213470459,34085,0.0,0.0 2022-06-29 00:00:00+01:00,26.100000381469727,26.239999771118164,25.520000457763672,25.65999984741211,19.321901321411133,23183,0.0,0.0 2022-06-30 00:00:00+01:00,25.799999237060547,25.940000534057617,25.239999771118164,25.940000534057617,19.532743453979492,30303,0.0,0.0 2022-07-01 00:00:00+01:00,25.700000762939453,26.399999618530273,25.399999618530273,26.18000030517578,19.71346092224121,76794,0.0,0.0 2022-07-04 00:00:00+01:00,26.200000762939453,26.360000610351562,25.700000762939453,26.360000610351562,19.849000930786133,87507,0.0,0.0 2022-07-05 00:00:00+01:00,26.799999237060547,28.15999984741211,25.260000228881836,26.0,19.57792091369629,50930,0.0,0.0 2022-07-06 00:00:00+01:00,26.0,26.18000030517578,24.6200008392334,24.6200008392334,18.538785934448242,150530,0.0,0.0 2022-07-07 00:00:00+01:00,24.5,25.399999618530273,24.0,24.5,18.44842529296875,117230,0.0,0.0 2022-07-08 00:00:00+01:00,25.299999237060547,25.860000610351562,25.079999923706055,25.780000686645508,19.412261962890625,44177,0.0,0.0 2022-07-11 00:00:00+01:00,25.799999237060547,26.5,25.780000686645508,26.200000762939453,19.7285213470459,151149,0.0,0.0 2022-07-12 00:00:00+01:00,26.0,26.0,24.799999237060547,25.139999389648438,20.3381290435791,21402,1.813539,0.0 2022-07-13 00:00:00+01:00,24.8799991607666,25.1200008392334,23.5,24.360000610351562,21.3681697845459,61408,1.95426,0.0 2022-07-14 00:00:00+01:00,23.399999618530273,24.579999923706055,23.399999618530273,23.84000015258789,20.91203498840332,75993,0.0,0.0 2022-07-15 00:00:00+01:00,23.719999313354492,24.8799991607666,23.719999313354492,24.360000610351562,21.3681697845459,37955,0.0,0.0 2022-07-18 00:00:00+01:00,24.360000610351562,24.700000762939453,23.799999237060547,24.700000762939453,21.666412353515625,68557,0.0,0.0 2022-07-19 00:00:00+01:00,24.860000610351562,26.0,24.440000534057617,26.0,22.80674934387207,18886,0.0,0.0 2022-07-20 00:00:00+01:00,26.0,28.68000030517578,25.559999465942383,28.68000030517578,25.1575984954834,128937,0.0,0.0 2022-07-21 00:00:00+01:00,28.0,28.8799991607666,27.5,28.780000686645508,25.245317459106445,61935,0.0,0.0 2022-07-22 00:00:00+01:00,28.700000762939453,30.239999771118164,28.360000610351562,29.860000610351562,26.19267463684082,369108,0.0,0.0 2022-07-25 00:00:00+01:00,29.0,29.280000686645508,26.84000015258789,28.219999313354492,24.75409507751465,76349,0.0,0.0 2022-07-26 00:00:00+01:00,28.479999542236328,29.459999084472656,26.979999542236328,28.299999237060547,24.824270248413086,122669,0.0,0.0 2022-07-27 00:00:00+01:00,27.780000686645508,31.059999465942383,27.579999923706055,30.079999923706055,26.385656356811523,148343,0.0,0.0 2022-07-28 00:00:00+01:00,31.0,31.399999618530273,29.219999313354492,29.940000534057617,26.262849807739258,59636,0.0,0.0 2022-07-29 00:00:00+01:00,30.520000457763672,30.899999618530273,29.739999771118164,29.799999237060547,26.140043258666992,224577,0.0,0.0 2022-08-01 00:00:00+01:00,28.5,29.8799991607666,28.5,28.600000381469727,25.087425231933594,14025,0.0,0.0 2022-08-02 00:00:00+01:00,29.600000381469727,29.600000381469727,27.5,28.059999465942383,24.613746643066406,40862,0.0,0.0 2022-08-03 00:00:00+01:00,27.799999237060547,29.5,27.799999237060547,29.399999618530273,25.78917121887207,15655,0.0,0.0 2022-08-04 00:00:00+01:00,29.5,29.5,28.780000686645508,29.440000534057617,25.82425880432129,21829,0.0,0.0 2022-08-05 00:00:00+01:00,29.0,29.440000534057617,27.559999465942383,28.0,24.561115264892578,52854,0.0,0.0 2022-08-08 00:00:00+01:00,28.5,29.399999618530273,28.200000762939453,28.219999313354492,24.75409507751465,43550,0.0,0.0 2022-08-09 00:00:00+01:00,28.200000762939453,29.200000762939453,27.219999313354492,27.84000015258789,24.420764923095703,54625,0.0,0.0 2022-08-10 00:00:00+01:00,27.200000762939453,28.479999542236328,27.0,28.1200008392334,24.6663761138916,30994,0.0,0.0 2022-08-11 00:00:00+01:00,28.31999969482422,28.739999771118164,27.360000610351562,27.639999389648438,24.245328903198242,18153,0.0,0.0 2022-08-12 00:00:00+01:00,29.200000762939453,29.200000762939453,27.5,27.979999542236328,24.54357147216797,24510,0.0,0.0 2022-08-15 00:00:00+01:00,27.0,28.15999984741211,27.0,27.65999984741211,24.26287269592285,41606,0.0,0.0 2022-08-16 00:00:00+01:00,27.200000762939453,27.979999542236328,27.200000762939453,27.399999618530273,24.034805297851562,40052,0.0,0.0 2022-08-17 00:00:00+01:00,27.799999237060547,29.0,26.799999237060547,27.299999237060547,23.947086334228516,47693,0.0,0.0 2022-08-18 00:00:00+01:00,27.799999237060547,27.899999618530273,27.219999313354492,27.860000610351562,24.438308715820312,43631,0.0,0.0 2022-08-19 00:00:00+01:00,27.84000015258789,29.100000381469727,27.360000610351562,28.600000381469727,25.087425231933594,44542,0.0,0.0 2022-08-22 00:00:00+01:00,29.0,29.0,26.420000076293945,28.299999237060547,24.824270248413086,32338,0.0,0.0 2022-08-23 00:00:00+01:00,28.280000686645508,28.700000762939453,27.65999984741211,27.920000076293945,24.49094009399414,5346,0.0,0.0 2022-08-24 00:00:00+01:00,28.399999618530273,30.280000686645508,28.399999618530273,30.239999771118164,26.526002883911133,121113,0.0,0.0 2022-08-25 00:00:00+01:00,30.5,32.279998779296875,30.5,31.100000381469727,27.28038215637207,148935,0.0,0.0 2022-08-26 00:00:00+01:00,32.0,32.0,30.579999923706055,31.0,27.19266128540039,87711,0.0,0.0 2022-08-30 00:00:00+01:00,31.780000686645508,32.70000076293945,31.020000457763672,31.799999237060547,27.8944091796875,193670,0.0,0.0 2022-08-31 00:00:00+01:00,32.0,32.0,31.5,31.520000457763672,27.648799896240234,144250,0.0,0.0 2022-09-01 00:00:00+01:00,32.0,32.0,29.200000762939453,29.540000915527344,25.911975860595703,107654,0.0,0.0 2022-09-02 00:00:00+01:00,30.079999923706055,30.65999984741211,30.0,30.360000610351562,26.631267547607422,14205,0.0,0.0 2022-09-05 00:00:00+01:00,30.559999465942383,31.200000762939453,30.020000457763672,31.200000762939453,27.368101119995117,8845,0.0,0.0 2022-09-06 00:00:00+01:00,31.200000762939453,31.5,30.18000030517578,31.100000381469727,27.28038215637207,139085,0.0,0.0 2022-09-07 00:00:00+01:00,31.5,31.68000030517578,31.100000381469727,31.459999084472656,27.596166610717773,69391,0.0,0.0 2022-09-08 00:00:00+01:00,32.0,32.0,31.5,31.799999237060547,27.8944091796875,84057,0.0,0.0 2022-09-09 00:00:00+01:00,31.979999542236328,32.36000061035156,31.780000686645508,32.0,28.06984519958496,171298,0.0,0.0 2022-09-12 00:00:00+01:00,32.29999923706055,32.79999923706055,32.08000183105469,32.79999923706055,28.771591186523438,78675,0.0,0.0 2022-09-13 00:00:00+01:00,32.900001525878906,32.900001525878906,31.5,32.18000030517578,28.227737426757812,66260,0.0,0.0 2022-09-14 00:00:00+01:00,32.18000030517578,33.040000915527344,30.65999984741211,33.040000915527344,28.982114791870117,67672,0.0,0.0 2022-09-15 00:00:00+01:00,32.86000061035156,33.0,31.299999237060547,33.0,28.94702911376953,159401,0.0,0.0 2022-09-16 00:00:00+01:00,32.15999984741211,32.20000076293945,31.020000457763672,32.0,28.06984519958496,75338,0.0,0.0 2022-09-20 00:00:00+01:00,31.459999084472656,31.68000030517578,29.040000915527344,30.479999542236328,26.736526489257812,101459,0.0,0.0 2022-09-21 00:00:00+01:00,29.600000381469727,30.3799991607666,29.520000457763672,29.760000228881836,26.104957580566406,119827,0.0,0.0 2022-09-22 00:00:00+01:00,29.760000228881836,30.3799991607666,28.979999542236328,29.0,25.438297271728516,76387,0.0,0.0 2022-09-23 00:00:00+01:00,28.65999984741211,28.739999771118164,27.040000915527344,27.15999984741211,23.824281692504883,166988,0.0,0.0 2022-09-26 00:00:00+01:00,26.6200008392334,27.81999969482422,25.200000762939453,26.899999618530273,23.596214294433594,231454,0.0,0.0 2022-09-27 00:00:00+01:00,27.0,28.18000030517578,25.360000610351562,27.979999542236328,24.54357147216797,133862,0.0,0.0 2022-09-28 00:00:00+01:00,27.0,28.440000534057617,25.799999237060547,28.420000076293945,24.92953109741211,83942,0.0,0.0 2022-09-29 00:00:00+01:00,25.799999237060547,29.239999771118164,25.799999237060547,27.799999237060547,24.385677337646484,34841,0.0,0.0 2022-09-30 00:00:00+01:00,27.18000030517578,28.139999389648438,25.18000030517578,25.18000030517578,22.087459564208984,712664,0.0,0.0 2022-10-03 00:00:00+01:00,26.3799991607666,27.5,25.5,27.239999771118164,23.894454956054688,227654,0.0,0.0 2022-10-04 00:00:00+01:00,27.079999923706055,28.979999542236328,27.020000457763672,28.260000228881836,24.789182662963867,38757,0.0,0.0 2022-10-05 00:00:00+01:00,29.440000534057617,29.440000534057617,27.780000686645508,29.0,25.438297271728516,83263,0.0,0.0 2022-10-06 00:00:00+01:00,29.5,30.0,28.059999465942383,29.0,25.438297271728516,40847,0.0,0.0 2022-10-07 00:00:00+01:00,28.520000457763672,29.479999542236328,27.760000228881836,28.31999969482422,24.841814041137695,69629,0.0,0.0 2022-10-10 00:00:00+01:00,27.979999542236328,28.31999969482422,27.020000457763672,27.6200008392334,24.227787017822266,42316,0.0,0.0 2022-10-11 00:00:00+01:00,27.520000457763672,28.0,27.020000457763672,28.0,24.561115264892578,77614,0.0,0.0 2022-10-12 00:00:00+01:00,27.020000457763672,27.899999618530273,27.020000457763672,27.600000381469727,24.210241317749023,35879,0.0,0.0 2022-10-13 00:00:00+01:00,28.280000686645508,30.0,27.81999969482422,29.200000762939453,25.61373519897461,128815,0.0,0.0 2022-10-14 00:00:00+01:00,29.200000762939453,29.219999313354492,27.540000915527344,28.0,24.561115264892578,99832,0.0,0.0 2022-10-17 00:00:00+01:00,27.520000457763672,27.959999084472656,27.020000457763672,27.760000228881836,24.3505916595459,29658,0.0,0.0 2022-10-18 00:00:00+01:00,27.760000228881836,28.780000686645508,27.6200008392334,27.65999984741211,24.26287269592285,22368,0.0,0.0 2022-10-19 00:00:00+01:00,27.600000381469727,28.260000228881836,27.520000457763672,28.0,24.561115264892578,13280,0.0,0.0 2022-10-20 00:00:00+01:00,27.5,28.5,27.5,27.700000762939453,24.29796028137207,17243,0.0,0.0 2022-10-21 00:00:00+01:00,27.520000457763672,28.15999984741211,27.1200008392334,27.600000381469727,24.210241317749023,33256,0.0,0.0 2022-10-24 00:00:00+01:00,27.540000915527344,29.040000915527344,27.100000381469727,27.799999237060547,24.385677337646484,64934,0.0,0.0 2022-10-25 00:00:00+01:00,28.0,29.0,27.700000762939453,28.920000076293945,25.36812400817871,101302,0.0,0.0 2022-10-26 00:00:00+01:00,28.959999084472656,28.979999542236328,27.8799991607666,28.520000457763672,25.017250061035156,115020,0.0,0.0 2022-10-27 00:00:00+01:00,28.520000457763672,28.959999084472656,27.520000457763672,27.959999084472656,24.52602767944336,117300,0.0,0.0 2022-10-28 00:00:00+01:00,28.0,28.940000534057617,27.719999313354492,28.020000457763672,24.578659057617188,110949,0.0,0.0 2022-10-31 00:00:00+00:00,28.459999084472656,28.459999084472656,26.0,26.399999618530273,23.157621383666992,230692,0.0,0.0 2022-11-01 00:00:00+00:00,27.700000762939453,28.0,26.6200008392334,26.920000076293945,23.61375617980957,51835,0.0,0.0 2022-11-02 00:00:00+00:00,26.399999618530273,27.34000015258789,26.15999984741211,26.399999618530273,23.157621383666992,73520,0.0,0.0 2022-11-03 00:00:00+00:00,26.760000228881836,27.079999923706055,26.497350692749023,26.5,23.24534034729004,20308,0.0,0.0 2022-11-04 00:00:00+00:00,26.5,26.940000534057617,26.5,26.559999465942383,23.297971725463867,43504,0.0,0.0 2022-11-07 00:00:00+00:00,26.559999465942383,27.020000457763672,26.200000762939453,26.899999618530273,23.596214294433594,129780,0.0,0.0 2022-11-08 00:00:00+00:00,27.440000534057617,28.5,26.899999618530273,28.5,24.999706268310547,102659,0.0,0.0 2022-11-09 00:00:00+00:00,28.1200008392334,28.700000762939453,27.5,28.200000762939453,24.73655128479004,87142,0.0,0.0 2022-11-10 00:00:00+00:00,27.540000915527344,28.329999923706055,27.139999389648438,28.299999237060547,24.824270248413086,80820,0.0,0.0 2022-11-11 00:00:00+00:00,28.299999237060547,28.739999771118164,28.0,28.739999771118164,25.210229873657227,101731,0.0,0.0 2022-11-14 00:00:00+00:00,28.440000534057617,29.5,28.440000534057617,29.5,25.876890182495117,190185,0.0,0.0 2022-11-15 00:00:00+00:00,28.540000915527344,29.5,28.5,29.299999237060547,25.70145034790039,91827,0.0,0.0 2022-11-16 00:00:00+00:00,29.360000610351562,29.739999771118164,27.280000686645508,27.799999237060547,24.385677337646484,83784,0.0,0.0 2022-11-17 00:00:00+00:00,28.0,28.5,26.5,26.799999237060547,23.508495330810547,112785,0.0,0.0 2022-11-18 00:00:00+00:00,26.5,27.479999542236328,26.100000381469727,26.260000228881836,23.034818649291992,150649,0.0,0.0 2022-11-21 00:00:00+00:00,26.700000762939453,27.799999237060547,25.579999923706055,25.920000076293945,22.736576080322266,114264,0.0,0.0 2022-11-22 00:00:00+00:00,26.0,27.0,26.0,26.020000457763672,22.824295043945312,67688,0.0,0.0 2022-11-23 00:00:00+00:00,26.239999771118164,27.600000381469727,26.239999771118164,27.299999237060547,23.947086334228516,45555,0.0,0.0 2022-11-24 00:00:00+00:00,27.559999465942383,27.979999542236328,27.200000762939453,27.899999618530273,24.47339630126953,49651,0.0,0.0 2022-11-25 00:00:00+00:00,27.600000381469727,28.6200008392334,27.31999969482422,27.979999542236328,24.54357147216797,45963,0.0,0.0 2022-11-28 00:00:00+00:00,28.5,28.5,27.059999465942383,27.34000015258789,23.982173919677734,82718,0.0,0.0 2022-11-29 00:00:00+00:00,27.100000381469727,27.899999618530273,26.540000915527344,27.799999237060547,24.385677337646484,92998,0.0,0.0 2022-11-30 00:00:00+00:00,27.860000610351562,28.260000228881836,27.6200008392334,28.100000381469727,24.648832321166992,51699,0.0,0.0 2022-12-01 00:00:00+00:00,28.3799991607666,28.899999618530273,27.65999984741211,28.260000228881836,24.789182662963867,84188,0.0,0.0 2022-12-02 00:00:00+00:00,28.360000610351562,28.979999542236328,28.139999389648438,28.68000030517578,25.1575984954834,32984,0.0,0.0 2022-12-05 00:00:00+00:00,28.68000030517578,29.3799991607666,28.200000762939453,29.0,25.438297271728516,132734,0.0,0.0 2022-12-06 00:00:00+00:00,28.020000457763672,28.579999923706055,27.860000610351562,28.059999465942383,24.613746643066406,70439,0.0,0.0 2022-12-07 00:00:00+00:00,28.65999984741211,28.81999969482422,27.899999618530273,28.299999237060547,24.824270248413086,179242,0.0,0.0 2022-12-08 00:00:00+00:00,28.18000030517578,28.940000534057617,28.0,28.860000610351562,25.315492630004883,136710,0.0,0.0 2022-12-09 00:00:00+00:00,28.84000015258789,29.18000030517578,28.84000015258789,29.100000381469727,25.526016235351562,80753,0.0,0.0 2022-12-12 00:00:00+00:00,28.899999618530273,29.059999465942383,28.139999389648438,28.600000381469727,25.087425231933594,99643,0.0,0.0 2022-12-13 00:00:00+00:00,28.600000381469727,28.600000381469727,27.239999771118164,28.100000381469727,24.648832321166992,156087,0.0,0.0 2022-12-14 00:00:00+00:00,27.84000015258789,28.3799991607666,27.139999389648438,27.479999542236328,24.10498046875,50260,0.0,0.0 2022-12-15 00:00:00+00:00,27.420000076293945,28.479999542236328,27.200000762939453,27.760000228881836,24.3505916595459,19352,0.0,0.0 2022-12-16 00:00:00+00:00,28.15999984741211,28.299999237060547,27.6200008392334,28.299999237060547,24.824270248413086,76363,0.0,0.0 2022-12-19 00:00:00+00:00,28.299999237060547,28.299999237060547,27.6200008392334,27.799999237060547,24.385677337646484,40914,0.0,0.0 2022-12-20 00:00:00+00:00,28.200000762939453,28.200000762939453,26.899999618530273,26.920000076293945,23.61375617980957,33054,0.0,0.0 2022-12-21 00:00:00+00:00,27.200000762939453,27.34000015258789,26.799999237060547,27.0,23.683931350708008,24173,0.0,0.0 2022-12-22 00:00:00+00:00,26.899999618530273,27.459999084472656,26.200000762939453,26.559999465942383,23.297971725463867,153277,0.0,0.0 2022-12-23 00:00:00+00:00,26.5,27.399999618530273,26.5,27.399999618530273,24.034805297851562,39089,0.0,0.0 2022-12-28 00:00:00+00:00,27.399999618530273,28.0,26.979999542236328,27.420000076293945,24.052349090576172,100647,0.0,0.0 2022-12-29 00:00:00+00:00,27.440000534057617,28.1200008392334,27.1200008392334,27.799999237060547,24.385677337646484,57011,0.0,0.0 2022-12-30 00:00:00+00:00,27.799999237060547,28.139999389648438,27.34000015258789,28.139999389648438,24.68391990661621,23724,0.0,0.0 2023-01-03 00:00:00+00:00,28.260000228881836,29.200000762939453,27.899999618530273,28.719999313354492,25.192686080932617,95089,0.0,0.0 2023-01-04 00:00:00+00:00,28.799999237060547,28.799999237060547,28.020000457763672,28.799999237060547,25.262861251831055,24102,0.0,0.0 2023-01-05 00:00:00+00:00,28.34000015258789,29.260000228881836,28.34000015258789,29.0,25.438297271728516,38828,0.0,0.0 2023-01-06 00:00:00+00:00,29.280000686645508,29.479999542236328,28.360000610351562,28.860000610351562,25.315492630004883,45260,0.0,0.0 2023-01-09 00:00:00+00:00,28.700000762939453,30.479999542236328,28.700000762939453,30.479999542236328,26.736526489257812,161843,0.0,0.0 2023-01-10 00:00:00+00:00,30.479999542236328,31.139999389648438,30.0,30.399999618530273,26.666353225708008,41934,0.0,0.0 2023-01-11 00:00:00+00:00,30.3799991607666,30.700000762939453,30.1200008392334,30.5,26.754072189331055,32834,0.0,0.0 2023-01-12 00:00:00+00:00,30.5,30.5,29.34000015258789,30.139999389648438,26.438283920288086,47200,0.0,0.0 2023-01-13 00:00:00+00:00,30.059999465942383,30.68000030517578,29.520000457763672,30.360000610351562,26.631267547607422,77804,0.0,0.0 2023-01-16 00:00:00+00:00,30.420000076293945,30.940000534057617,30.200000762939453,30.780000686645508,26.999683380126953,53801,0.0,0.0 2023-01-17 00:00:00+00:00,30.639999389648438,31.299999237060547,30.5,31.200000762939453,27.368101119995117,95516,0.0,0.0 2023-01-18 00:00:00+00:00,31.219999313354492,32.31999969482422,30.760000228881836,32.20000076293945,28.245283126831055,145461,0.0,0.0 2023-01-19 00:00:00+00:00,31.600000381469727,32.779998779296875,31.1200008392334,32.5,28.50843620300293,188938,0.0,0.0 2023-01-20 00:00:00+00:00,32.599998474121094,32.599998474121094,31.280000686645508,32.47999954223633,28.49089241027832,106387,0.0,0.0 2023-01-23 00:00:00+00:00,32.400001525878906,33.20000076293945,32.119998931884766,33.20000076293945,29.122465133666992,66247,0.0,0.0 2023-01-24 00:00:00+00:00,33.0,33.880001068115234,32.7400016784668,33.20000076293945,29.122465133666992,94462,0.0,0.0 2023-01-25 00:00:00+00:00,33.20000076293945,33.20000076293945,31.200000762939453,31.5,27.631254196166992,183542,0.0,0.0 2023-01-26 00:00:00+00:00,31.799999237060547,32.0,29.600000381469727,29.760000228881836,26.104957580566406,98621,0.0,0.0 2023-01-27 00:00:00+00:00,30.3799991607666,30.8799991607666,29.360000610351562,30.299999237060547,26.57863426208496,150697,0.0,0.0 2023-01-30 00:00:00+00:00,30.799999237060547,31.600000381469727,30.020000457763672,30.239999771118164,26.526002883911133,115773,0.0,0.0 2023-01-31 00:00:00+00:00,30.34000015258789,30.8799991607666,29.18000030517578,29.299999237060547,25.70145034790039,287838,0.0,0.0 2023-02-01 00:00:00+00:00,29.5,32.279998779296875,29.399999618530273,31.780000686645508,27.876867294311523,111251,0.0,0.0 2023-02-02 00:00:00+00:00,32.18000030517578,33.459999084472656,31.239999771118164,33.0,28.94702911376953,103344,0.0,0.0 2023-02-03 00:00:00+00:00,32.31999969482422,33.0,29.700000762939453,30.299999237060547,26.57863426208496,191447,0.0,0.0 2023-02-06 00:00:00+00:00,31.219999313354492,31.31999969482422,29.459999084472656,29.600000381469727,25.96460723876953,87119,0.0,0.0 2023-02-07 00:00:00+00:00,30.700000762939453,30.700000762939453,29.739999771118164,30.440000534057617,26.701440811157227,45737,0.0,0.0 2023-02-08 00:00:00+00:00,30.739999771118164,32.0,30.579999923706055,31.5,27.631254196166992,74687,0.0,0.0 2023-02-09 00:00:00+00:00,31.31999969482422,31.780000686645508,29.799999237060547,31.0,27.19266128540039,60438,0.0,0.0 2023-02-10 00:00:00+00:00,31.0,31.739999771118164,30.239999771118164,30.920000076293945,27.122488021850586,46359,0.0,0.0 2023-02-13 00:00:00+00:00,31.0,32.0,30.5,31.360000610351562,27.50844955444336,88789,0.0,0.0 2023-02-14 00:00:00+00:00,30.920000076293945,31.979999542236328,30.899999618530273,31.219999313354492,27.385643005371094,112709,0.0,0.0 2023-02-15 00:00:00+00:00,31.5,32.2599983215332,30.5,30.520000457763672,26.771615982055664,63733,0.0,0.0 2023-02-16 00:00:00+00:00,30.780000686645508,31.719999313354492,29.84000015258789,30.559999465942383,26.80670166015625,108695,0.0,0.0 2023-02-17 00:00:00+00:00,30.860000610351562,30.899999618530273,29.760000228881836,29.860000610351562,26.19267463684082,32405,0.0,0.0 2023-02-20 00:00:00+00:00,29.899999618530273,30.479999542236328,29.5,29.739999771118164,26.087413787841797,23579,0.0,0.0 2023-02-21 00:00:00+00:00,29.959999084472656,30.299999237060547,28.420000076293945,28.579999923706055,25.069881439208984,79435,0.0,0.0 2023-02-22 00:00:00+00:00,28.700000762939453,29.200000762939453,27.899999618530273,27.979999542236328,24.54357147216797,159441,0.0,0.0 2023-02-23 00:00:00+00:00,28.059999465942383,29.219999313354492,28.0,29.0,25.438297271728516,146272,0.0,0.0 2023-02-24 00:00:00+00:00,29.0,29.719999313354492,28.0,28.5,24.999706268310547,150729,0.0,0.0 2023-02-27 00:00:00+00:00,28.5,28.739999771118164,28.020000457763672,28.280000686645508,24.806726455688477,32604,0.0,0.0 2023-02-28 00:00:00+00:00,28.280000686645508,29.0,27.799999237060547,28.600000381469727,25.087425231933594,58784,0.0,0.0 2023-03-01 00:00:00+00:00,28.239999771118164,29.739999771118164,28.239999771118164,29.0,25.438297271728516,27482,0.0,0.0 2023-03-02 00:00:00+00:00,28.799999237060547,29.739999771118164,27.31999969482422,27.5,24.122522354125977,147085,0.0,0.0 2023-03-03 00:00:00+00:00,27.700000762939453,28.959999084472656,27.700000762939453,28.899999618530273,25.3505802154541,32551,0.0,0.0 2023-03-06 00:00:00+00:00,28.899999618530273,29.5,28.479999542236328,28.540000915527344,25.034793853759766,19052,0.0,0.0 2023-03-07 00:00:00+00:00,28.559999465942383,29.139999389648438,27.920000076293945,28.219999313354492,24.75409507751465,41202,0.0,0.0 2023-03-08 00:00:00+00:00,28.299999237060547,28.479999542236328,27.5,27.520000457763672,24.140066146850586,49304,0.0,0.0 2023-03-09 00:00:00+00:00,27.739999771118164,28.260000228881836,27.700000762939453,28.260000228881836,24.789182662963867,66480,0.0,0.0 2023-03-10 00:00:00+00:00,28.280000686645508,28.299999237060547,27.760000228881836,27.899999618530273,24.47339630126953,56380,0.0,0.0 2023-03-13 00:00:00+00:00,28.299999237060547,28.34000015258789,27.520000457763672,27.84000015258789,24.420764923095703,60921,0.0,0.0 2023-03-14 00:00:00+00:00,27.799999237060547,28.040000915527344,27.520000457763672,27.899999618530273,24.47339630126953,51410,0.0,0.0 2023-03-15 00:00:00+00:00,28.059999465942383,28.059999465942383,26.0,26.280000686645508,23.0523624420166,212626,0.0,0.0 2023-03-16 00:00:00+00:00,26.780000686645508,27.200000762939453,26.5,27.0,23.683931350708008,66722,0.0,0.0 2023-03-17 00:00:00+00:00,26.700000762939453,27.299999237060547,26.700000762939453,27.0,23.683931350708008,38389,0.0,0.0 2023-03-20 00:00:00+00:00,26.6200008392334,27.3799991607666,26.559999465942383,26.739999771118164,23.45586395263672,19097,0.0,0.0 2023-03-21 00:00:00+00:00,26.700000762939453,28.059999465942383,26.700000762939453,28.059999465942383,24.613746643066406,50433,0.0,0.0 2023-03-22 00:00:00+00:00,28.18000030517578,28.200000762939453,27.6200008392334,28.100000381469727,24.648832321166992,43951,0.0,0.0 2023-03-23 00:00:00+00:00,28.260000228881836,28.899999618530273,27.799999237060547,28.899999618530273,25.3505802154541,36828,0.0,0.0 2023-03-24 00:00:00+00:00,28.979999542236328,28.979999542236328,27.540000915527344,28.0,24.561115264892578,58874,0.0,0.0 2023-03-27 00:00:00+01:00,28.0,28.65999984741211,27.520000457763672,28.219999313354492,24.75409507751465,32052,0.0,0.0 2023-03-28 00:00:00+01:00,28.5,29.0,28.479999542236328,29.0,25.438297271728516,42949,0.0,0.0 2023-03-29 00:00:00+01:00,29.020000457763672,29.700000762939453,28.920000076293945,29.600000381469727,25.96460723876953,32615,0.0,0.0 2023-03-30 00:00:00+01:00,29.780000686645508,30.0,29.520000457763672,29.899999618530273,26.227760314941406,77135,0.0,0.0 2023-03-31 00:00:00+01:00,30.0,30.0,29.299999237060547,29.5,25.876890182495117,165970,0.0,0.0 2023-04-03 00:00:00+01:00,29.950000762939453,29.950000762939453,29.299999237060547,29.5,25.876890182495117,21804,0.0,0.0 2023-04-04 00:00:00+01:00,29.5,29.700000762939453,28.75,29.399999618530273,25.78917121887207,49435,0.0,0.0 2023-04-05 00:00:00+01:00,29.399999618530273,29.5,27.549999237060547,28.049999237060547,24.60497283935547,91244,0.0,0.0 2023-04-06 00:00:00+01:00,28.149999618530273,28.25,27.299999237060547,27.5,24.122522354125977,47008,0.0,0.0 2023-04-11 00:00:00+01:00,27.649999618530273,29.899999618530273,27.649999618530273,29.850000381469727,26.183902740478516,35437,0.0,0.0 2023-04-12 00:00:00+01:00,29.700000762939453,30.0,29.350000381469727,29.950000762939453,26.271623611450195,84038,0.0,0.0 2023-04-13 00:00:00+01:00,29.899999618530273,29.950000762939453,29.450000762939453,29.950000762939453,26.271623611450195,21340,0.0,0.0 2023-04-14 00:00:00+01:00,29.75,29.950000762939453,29.698810577392578,29.700000762939453,26.052326202392578,30795,0.0,0.0 2023-04-17 00:00:00+01:00,29.799999237060547,29.799999237060547,29.399999618530273,29.5,25.876890182495117,17253,0.0,0.0 2023-04-18 00:00:00+01:00,29.450000762939453,29.799999237060547,29.200000762939453,29.5,25.876890182495117,40307,0.0,0.0 2023-04-19 00:00:00+01:00,29.700000762939453,29.700000762939453,29.049999237060547,29.149999618530273,25.569873809814453,23111,0.0,0.0 2023-04-20 00:00:00+01:00,29.149999618530273,29.799999237060547,29.100000381469727,29.799999237060547,26.140043258666992,42100,0.0,0.0 2023-04-21 00:00:00+01:00,29.799999237060547,30.0,29.649999618530273,30.0,26.315481185913086,27484,0.0,0.0 2023-04-24 00:00:00+01:00,29.5,29.950000762939453,29.399999618530273,29.649999618530273,26.008466720581055,52578,0.0,0.0 2023-04-25 00:00:00+01:00,29.950000762939453,29.950000762939453,29.649999618530273,29.649999618530273,26.008466720581055,30629,0.0,0.0 2023-04-26 00:00:00+01:00,29.5,29.75,28.649999618530273,28.899999618530273,25.3505802154541,29279,0.0,0.0 2023-04-27 00:00:00+01:00,29.200000762939453,29.299999237060547,28.200000762939453,28.399999618530273,24.9119873046875,31997,0.0,0.0 2023-04-28 00:00:00+01:00,28.200000762939453,28.399999618530273,28.049999237060547,28.399999618530273,24.9119873046875,186373,0.0,0.0 2023-05-02 00:00:00+01:00,28.399999618530273,28.399999618530273,27.299999237060547,28.149999618530273,24.692691802978516,91176,0.0,0.0 2023-05-03 00:00:00+01:00,28.200000762939453,28.299999237060547,28.100000381469727,28.149999618530273,24.692691802978516,76116,0.0,0.0 2023-05-04 00:00:00+01:00,28.399999618530273,28.399999618530273,27.850000381469727,27.950000762939453,24.517255783081055,78548,0.0,0.0 2023-05-05 00:00:00+01:00,28.0,28.200000762939453,28.0,28.200000762939453,24.73655128479004,36874,0.0,0.0 2023-05-09 00:00:00+01:00,28.200000762939453,28.25,27.950000762939453,28.200000762939453,24.73655128479004,95959,0.0,0.0 2023-05-10 00:00:00+01:00,28.5,29.299999237060547,28.450000762939453,29.0,25.438297271728516,52958,0.0,0.0 2023-05-11 00:00:00+01:00,28.899999618530273,29.299999237060547,28.799999237060547,29.200000762939453,25.61373519897461,50173,0.0,0.0 2023-05-12 00:00:00+01:00,29.100000381469727,29.399999618530273,29.0,29.399999618530273,25.78917121887207,26462,0.0,0.0 2023-05-15 00:00:00+01:00,29.450000762939453,29.450000762939453,29.200000762939453,29.350000381469727,25.745311737060547,58239,0.0,0.0 2023-05-16 00:00:00+01:00,29.5,29.5,29.100000381469727,29.200000762939453,25.61373519897461,56397,0.0,0.0 2023-05-17 00:00:00+01:00,29.100000381469727,29.200000762939453,28.049999237060547,28.299999237060547,24.824270248413086,39638,0.0,0.0 2023-05-18 00:00:00+01:00,28.399999618530273,28.5,27.799999237060547,27.799999237060547,24.385677337646484,57458,0.0,0.0 2023-05-19 00:00:00+01:00,27.799999237060547,28.25,27.799999237060547,28.100000381469727,24.648832321166992,23653,0.0,0.0 2023-05-22 00:00:00+01:00,28.100000381469727,28.399999618530273,27.299999237060547,28.0,24.561115264892578,63518,0.0,0.0 2023-05-23 00:00:00+01:00,27.799999237060547,28.100000381469727,27.5,27.850000381469727,24.42953872680664,77507,0.0,0.0 2023-05-24 00:00:00+01:00,27.700000762939453,27.850000381469727,27.299999237060547,27.5,24.122522354125977,67078,0.0,0.0 2023-05-25 00:00:00+01:00,27.5,27.700000762939453,26.350000381469727,26.399999618530273,23.157621383666992,200809,0.0,0.0 2023-05-26 00:00:00+01:00,26.549999237060547,27.200000762939453,26.5,26.700000762939453,23.420778274536133,56252,0.0,0.0 2023-05-30 00:00:00+01:00,26.649999618530273,26.75,25.600000381469727,26.049999237060547,22.850608825683594,193224,0.0,0.0 2023-05-31 00:00:00+01:00,25.950000762939453,26.25,25.0,25.649999618530273,22.49973487854004,152092,0.0,0.0 2023-06-01 00:00:00+01:00,25.799999237060547,26.899999618530273,25.600000381469727,26.399999618530273,23.157621383666992,178690,0.0,0.0 2023-06-02 00:00:00+01:00,26.600000381469727,27.0,25.899999618530273,26.5,23.24534034729004,106451,0.0,0.0 2023-06-05 00:00:00+01:00,26.299999237060547,26.899999618530273,25.799999237060547,26.399999618530273,23.157621383666992,185010,0.0,0.0 2023-06-06 00:00:00+01:00,26.799999237060547,27.450000762939453,26.649999618530273,27.399999618530273,24.034805297851562,114839,0.0,0.0 2023-06-07 00:00:00+01:00,27.5,27.950000762939453,27.0,27.200000762939453,23.8593692779541,109556,0.0,0.0 2023-06-08 00:00:00+01:00,27.450000762939453,27.700000762939453,26.950000762939453,27.649999618530273,24.254098892211914,78266,0.0,0.0 2023-06-09 00:00:00+01:00,27.399999618530273,27.899999618530273,27.399999618530273,27.600000381469727,24.210241317749023,86479,0.0,0.0 2023-06-12 00:00:00+01:00,27.450000762939453,28.25,27.299999237060547,27.950000762939453,24.517255783081055,134269,0.0,0.0 2023-06-13 00:00:00+01:00,28.200000762939453,28.899999618530273,28.049999237060547,28.200000762939453,24.73655128479004,108884,0.0,0.0 2023-06-14 00:00:00+01:00,28.149999618530273,28.450000762939453,27.25,27.649999618530273,24.254098892211914,140586,0.0,0.0 2023-06-15 00:00:00+01:00,27.899999618530273,27.899999618530273,27.149999618530273,27.5,24.122522354125977,76702,0.0,0.0 2023-06-16 00:00:00+01:00,27.799999237060547,27.799999237060547,27.399999618530273,27.649999618530273,24.254098892211914,84612,0.0,0.0 2023-06-19 00:00:00+01:00,27.75,27.899999618530273,27.25,27.25,23.903228759765625,25683,0.0,0.0 2023-06-20 00:00:00+01:00,27.100000381469727,27.549999237060547,26.600000381469727,26.75,23.464637756347656,80467,0.0,0.0 2023-06-21 00:00:00+01:00,27.100000381469727,27.700000762939453,26.75,27.299999237060547,23.947086334228516,149121,0.0,0.0 2023-06-22 00:00:00+01:00,27.299999237060547,27.700000762939453,26.399999618530273,26.850000381469727,23.55235481262207,146245,0.0,0.0 2023-06-23 00:00:00+01:00,27.0,27.799999237060547,26.549999237060547,27.0,23.683931350708008,158395,0.0,0.0 2023-06-26 00:00:00+01:00,27.399999618530273,27.600000381469727,26.850000381469727,27.200000762939453,23.8593692779541,127294,0.0,0.0 2023-06-27 00:00:00+01:00,27.200000762939453,27.450000762939453,26.75,26.899999618530273,23.596214294433594,55430,0.0,0.0 2023-06-28 00:00:00+01:00,26.899999618530273,27.700000762939453,26.799999237060547,27.0,23.683931350708008,122924,0.0,0.0 2023-06-29 00:00:00+01:00,27.299999237060547,27.299999237060547,26.600000381469727,26.75,23.464637756347656,61913,0.0,0.0 2023-06-30 00:00:00+01:00,26.649999618530273,27.200000762939453,26.649999618530273,26.850000381469727,23.55235481262207,79438,0.0,0.0 2023-07-03 00:00:00+01:00,27.200000762939453,27.5,26.899999618530273,27.049999237060547,23.72779083251953,242647,0.0,0.0 2023-07-04 00:00:00+01:00,27.0,27.600000381469727,27.0,27.549999237060547,24.1663818359375,86712,0.0,0.0 2023-07-05 00:00:00+01:00,27.600000381469727,27.899999618530273,27.25,27.549999237060547,24.1663818359375,85098,0.0,0.0 2023-07-06 00:00:00+01:00,27.399999618530273,27.450000762939453,26.549999237060547,27.0,23.683931350708008,138715,0.0,0.0 2023-07-07 00:00:00+01:00,27.0,27.0,25.799999237060547,26.200000762939453,22.982187271118164,137809,0.0,0.0 2023-07-10 00:00:00+01:00,26.25,27.0,26.100000381469727,26.799999237060547,23.508495330810547,92556,0.0,0.0 2023-07-11 00:00:00+01:00,26.799999237060547,27.850000381469727,26.649999618530273,27.649999618530273,24.254098892211914,162088,0.0,0.0 2023-07-12 00:00:00+01:00,26.5,26.600000381469727,26.0,26.399999618530273,24.715484619140625,85909,1.74283,0.0 2023-07-13 00:00:00+01:00,26.600000381469727,26.950000762939453,26.0,26.350000381469727,24.668676376342773,68351,0.0,0.0 2023-07-14 00:00:00+01:00,26.350000381469727,26.649999618530273,26.100000381469727,26.200000762939453,24.528247833251953,169604,0.0,0.0 2023-07-17 00:00:00+01:00,26.200000762939453,26.549999237060547,25.799999237060547,25.950000762939453,24.294198989868164,73732,0.0,0.0 2023-07-18 00:00:00+01:00,25.850000381469727,26.600000381469727,25.850000381469727,26.600000381469727,24.902725219726562,35736,0.0,0.0 2023-07-19 00:00:00+01:00,26.299999237060547,29.290000915527344,26.25,26.75,25.043153762817383,124655,0.0,0.0 2023-07-20 00:00:00+01:00,26.850000381469727,26.899999618530273,26.450000762939453,26.600000381469727,24.902725219726562,63522,0.0,0.0 2023-07-21 00:00:00+01:00,26.450000762939453,27.399999618530273,26.299999237060547,26.350000381469727,24.668676376342773,75889,0.0,0.0 2023-07-24 00:00:00+01:00,26.549999237060547,26.799999237060547,26.200000762939453,26.549999237060547,24.855913162231445,29713,0.0,0.0 2023-07-25 00:00:00+01:00,26.549999237060547,26.75,26.299999237060547,26.649999618530273,24.949533462524414,71760,0.0,0.0 2023-07-26 00:00:00+01:00,26.549999237060547,26.75,26.0,26.149999618530273,24.48143768310547,29021,0.0,0.0 2023-07-27 00:00:00+01:00,26.200000762939453,26.600000381469727,26.149999618530273,26.600000381469727,24.902725219726562,66914,0.0,0.0 2023-07-28 00:00:00+01:00,26.649999618530273,26.850000381469727,26.25,26.649999618530273,24.949533462524414,81022,0.0,0.0 2023-07-31 00:00:00+01:00,26.649999618530273,27.25,26.5,27.049999237060547,25.324010848999023,249991,0.0,0.0 2023-08-01 00:00:00+01:00,27.049999237060547,28.149999618530273,27.049999237060547,28.149999618530273,26.353822708129883,112654,0.0,0.0 2023-08-02 00:00:00+01:00,28.100000381469727,28.399999618530273,27.700000762939453,28.0,26.213394165039062,58811,0.0,0.0 2023-08-03 00:00:00+01:00,28.100000381469727,28.100000381469727,27.649999618530273,27.950000762939453,26.166584014892578,103555,0.0,0.0 2023-08-04 00:00:00+01:00,27.649999618530273,28.149999618530273,27.649999618530273,27.950000762939453,26.166584014892578,43566,0.0,0.0 2023-08-07 00:00:00+01:00,28.0,28.100000381469727,27.649999618530273,28.0,26.213394165039062,47765,0.0,0.0 2023-08-08 00:00:00+01:00,27.850000381469727,28.149999618530273,27.799999237060547,28.100000381469727,26.3070125579834,87818,0.0,0.0 2023-08-09 00:00:00+01:00,28.299999237060547,28.899999618530273,28.100000381469727,28.649999618530273,26.821918487548828,106844,0.0,0.0 2023-08-10 00:00:00+01:00,28.700000762939453,29.450000762939453,28.5,28.950000762939453,27.1027774810791,115577,0.0,0.0 2023-08-11 00:00:00+01:00,29.0,29.100000381469727,28.450000762939453,29.0,27.149585723876953,114348,0.0,0.0 2023-08-14 00:00:00+01:00,29.399999618530273,29.399999618530273,28.149999618530273,28.25,26.44744110107422,52255,0.0,0.0 2023-08-15 00:00:00+01:00,28.299999237060547,28.950000762939453,27.850000381469727,28.5,26.681489944458008,47703,0.0,0.0 2023-08-16 00:00:00+01:00,28.549999237060547,28.549999237060547,28.200000762939453,28.549999237060547,26.72829818725586,38053,0.0,0.0 2023-08-17 00:00:00+01:00,28.549999237060547,28.600000381469727,28.25,28.549999237060547,26.72829818725586,55193,0.0,0.0 2023-08-18 00:00:00+01:00,28.399999618530273,29.0,28.299999237060547,29.0,27.149585723876953,73698,0.0,0.0 2023-08-21 00:00:00+01:00,28.899999618530273,29.0,28.75,28.799999237060547,26.96234703063965,70325,0.0,0.0 2023-08-22 00:00:00+01:00,28.799999237060547,29.399999618530273,28.549999237060547,29.299999237060547,27.430442810058594,132716,0.0,0.0 2023-08-23 00:00:00+01:00,28.850000381469727,29.350000381469727,28.600000381469727,29.350000381469727,27.47725486755371,150982,0.0,0.0 2023-08-24 00:00:00+01:00,29.299999237060547,29.350000381469727,28.700000762939453,29.25,27.383634567260742,159854,0.0,0.0 2023-08-25 00:00:00+01:00,29.299999237060547,29.950000762939453,29.049999237060547,29.5,27.61768341064453,173751,0.0,0.0 2023-08-29 00:00:00+01:00,29.5,30.5,29.149999618530273,30.399999618530273,28.460256576538086,122967,0.0,0.0 2023-08-30 00:00:00+01:00,30.25,30.799999237060547,30.049999237060547,30.799999237060547,28.834732055664062,161079,0.0,0.0 2023-08-31 00:00:00+01:00,30.899999618530273,31.299999237060547,30.200000762939453,30.899999618530273,28.92835235595703,137559,0.0,0.0 2023-09-01 00:00:00+01:00,31.0,32.0,30.75,31.899999618530273,29.864543914794922,140202,0.0,0.0 2023-09-04 00:00:00+01:00,31.600000381469727,32.45000076293945,31.600000381469727,32.45000076293945,30.379451751708984,178872,0.0,0.0 2023-09-05 00:00:00+01:00,32.099998474121094,33.45000076293945,32.0,33.04999923706055,30.941165924072266,200378,0.0,0.0 2023-09-06 00:00:00+01:00,33.04999923706055,33.599998474121094,32.79999923706055,33.150001525878906,31.034786224365234,186150,0.0,0.0 2023-09-07 00:00:00+01:00,33.0,33.150001525878906,32.150001525878906,32.75,30.660308837890625,88343,0.0,0.0 2023-09-08 00:00:00+01:00,32.75,32.849998474121094,32.29999923706055,32.75,30.660308837890625,32274,0.0,0.0 2023-09-11 00:00:00+01:00,32.599998474121094,33.0,32.400001525878906,32.650001525878906,30.56669044494629,24691,0.0,0.0 2023-09-12 00:00:00+01:00,32.650001525878906,32.849998474121094,32.04999923706055,32.70000076293945,30.613500595092773,69479,0.0,0.0 2023-09-13 00:00:00+01:00,32.79999923706055,32.849998474121094,32.150001525878906,32.79999923706055,30.707117080688477,134334,0.0,0.0 2023-09-14 00:00:00+01:00,33.099998474121094,34.20000076293945,33.099998474121094,34.099998474121094,31.92416763305664,202645,0.0,0.0 2023-09-15 00:00:00+01:00,34.75,36.849998474121094,34.04999923706055,36.400001525878906,34.07741165161133,225403,0.0,0.0 2023-09-18 00:00:00+01:00,36.400001525878906,37.20000076293945,35.20000076293945,36.900001525878906,34.545509338378906,169097,0.0,0.0 2023-09-19 00:00:00+01:00,36.5,38.20000076293945,35.75,38.0,35.575321197509766,145426,0.0,0.0 2023-09-20 00:00:00+01:00,37.70000076293945,39.5,37.0,38.70000076293945,36.230655670166016,215354,0.0,0.0 2023-09-21 00:00:00+01:00,38.099998474121094,38.95000076293945,37.25,38.0,35.575321197509766,76673,0.0,0.0 2023-09-22 00:00:00+01:00,37.599998474121094,39.5,37.599998474121094,38.95000076293945,36.46470260620117,130613,0.0,0.0 2023-09-25 00:00:00+01:00,39.099998474121094,40.79999923706055,39.099998474121094,40.400001525878906,37.82218551635742,139842,0.0,0.0 2023-09-26 00:00:00+01:00,39.95000076293945,42.29999923706055,39.900001525878906,42.0,39.320091247558594,272165,0.0,0.0 2023-09-27 00:00:00+01:00,41.0,41.849998474121094,40.099998474121094,41.849998474121094,39.17966079711914,107660,0.0,0.0 2023-09-28 00:00:00+01:00,41.5,41.849998474121094,40.150001525878906,41.599998474121094,38.945613861083984,107009,0.0,0.0 2023-09-29 00:00:00+01:00,41.599998474121094,44.150001525878906,41.599998474121094,44.150001525878906,41.33290481567383,941803,0.0,0.0 2023-10-02 00:00:00+01:00,43.79999923706055,43.900001525878906,42.099998474121094,42.150001525878906,39.46052169799805,170561,0.0,0.0 2023-10-03 00:00:00+01:00,41.599998474121094,42.0,39.79999923706055,41.150001525878906,38.52432632446289,82827,0.0,0.0 2023-10-04 00:00:00+01:00,40.79999923706055,40.79999923706055,39.25,39.599998474121094,37.07322692871094,119881,0.0,0.0 2023-10-05 00:00:00+01:00,39.599998474121094,41.29999923706055,38.45000076293945,39.75,37.21365737915039,93542,0.0,0.0 2023-10-06 00:00:00+01:00,39.75,40.95000076293945,39.5,40.75,38.14984893798828,58969,0.0,0.0 2023-10-09 00:00:00+01:00,40.0,40.849998474121094,39.400001525878906,39.599998474121094,37.07322692871094,97806,0.0,0.0 2023-10-10 00:00:00+01:00,39.599998474121094,40.5,39.54999923706055,40.349998474121094,37.77537155151367,91393,0.0,0.0 2023-10-11 00:00:00+01:00,40.29999923706055,41.20000076293945,39.0,39.5,36.979610443115234,47699,0.0,0.0 2023-10-12 00:00:00+01:00,39.20000076293945,40.5,39.150001525878906,40.0,37.44770431518555,124409,0.0,0.0 2023-10-13 00:00:00+01:00,39.45000076293945,39.95000076293945,38.349998474121094,38.75,36.2774658203125,56738,0.0,0.0 2023-10-16 00:00:00+01:00,39.04999923706055,39.25,38.45000076293945,38.70000076293945,36.230655670166016,23390,0.0,0.0 2023-10-17 00:00:00+01:00,38.599998474121094,38.599998474121094,37.599998474121094,38.150001525878906,35.71575164794922,60452,0.0,0.0 2023-10-18 00:00:00+01:00,38.099998474121094,39.150001525878906,37.54999923706055,37.70000076293945,35.294464111328125,155243,0.0,0.0 2023-10-19 00:00:00+01:00,37.5,38.70000076293945,37.5,38.70000076293945,36.230655670166016,17925,0.0,0.0 2023-10-20 00:00:00+01:00,38.70000076293945,38.70000076293945,37.5,38.20000076293945,35.76255798339844,85797,0.0,0.0 2023-10-23 00:00:00+01:00,37.599998474121094,38.29999923706055,36.75,37.099998474121094,34.73274612426758,133765,0.0,0.0 2023-10-24 00:00:00+01:00,36.79999923706055,37.5,36.70000076293945,37.5,35.10722351074219,82569,0.0,0.0 2023-10-25 00:00:00+01:00,37.5,40.54999923706055,37.5,40.5,37.915802001953125,130126,0.0,0.0 2023-10-26 00:00:00+01:00,40.599998474121094,40.70000076293945,39.400001525878906,39.5,36.979610443115234,105551,0.0,0.0 2023-10-27 00:00:00+01:00,39.0,39.20000076293945,37.04999923706055,38.20000076293945,35.76255798339844,136246,0.0,0.0 2023-10-30 00:00:00+00:00,38.5,39.04999923706055,37.900001525878906,39.04999923706055,36.55832290649414,61502,0.0,0.0 2023-10-31 00:00:00+00:00,39.400001525878906,40.79999923706055,39.0,40.5,37.915802001953125,128798,0.0,0.0 2023-11-01 00:00:00+00:00,40.849998474121094,41.95000076293945,40.45000076293945,41.54999923706055,38.8988037109375,129801,0.0,0.0 2023-11-02 00:00:00+00:00,41.79999923706055,41.79999923706055,40.249698638916016,40.25,37.68175506591797,149527,0.0,0.0 2023-11-03 00:00:00+00:00,40.70000076293945,40.79999923706055,38.49971008300781,38.5,36.04341506958008,53577,0.0,0.0 2023-11-06 00:00:00+00:00,38.5,39.0,38.0,38.29999923706055,35.856178283691406,104408,0.0,0.0 2023-11-07 00:00:00+00:00,38.75,39.79999923706055,38.04999923706055,38.75,36.2774658203125,60849,0.0,0.0 2023-11-08 00:00:00+00:00,39.5,40.099998474121094,38.5,38.900001525878906,36.41789627075195,100507,0.0,0.0 2023-11-09 00:00:00+00:00,38.900001525878906,39.79999923706055,38.54999923706055,39.79999923706055,37.260467529296875,72768,0.0,0.0 2023-11-10 00:00:00+00:00,39.70000076293945,39.95000076293945,39.0,39.25,36.74555969238281,20507,0.0,0.0 2023-11-13 00:00:00+00:00,39.04999923706055,40.650001525878906,39.0,40.650001525878906,38.05623245239258,205915,0.0,0.0 2023-11-14 00:00:00+00:00,40.650001525878906,40.650001525878906,39.599998474121094,39.849998474121094,37.307273864746094,83323,0.0,0.0 2023-11-15 00:00:00+00:00,39.95000076293945,40.54999923706055,39.29999923706055,40.099998474121094,37.541324615478516,124534,0.0,0.0 2023-11-16 00:00:00+00:00,39.849998474121094,40.04999923706055,39.25,39.54999923706055,37.02641677856445,152291,0.0,0.0 2023-11-17 00:00:00+00:00,39.650001525878906,40.900001525878906,39.650001525878906,40.099998474121094,37.541324615478516,215649,0.0,0.0 2023-11-20 00:00:00+00:00,40.0,41.150001525878906,40.0,41.0,38.3838996887207,98146,0.0,0.0 2023-11-21 00:00:00+00:00,41.29999923706055,41.45000076293945,40.29999923706055,41.04999923706055,38.43070602416992,77465,0.0,0.0 2023-11-22 00:00:00+00:00,40.54999923706055,41.099998474121094,40.04999923706055,40.599998474121094,38.00941848754883,44573,0.0,0.0 2023-11-23 00:00:00+00:00,40.70000076293945,40.75,39.599998474121094,40.20000076293945,37.634944915771484,35731,0.0,0.0 2023-11-24 00:00:00+00:00,40.0,40.95000076293945,39.45000076293945,40.75,38.14984893798828,63306,0.0,0.0 2023-11-27 00:00:00+00:00,40.75,40.79999923706055,39.70000076293945,40.79999923706055,38.196659088134766,35029,0.0,0.0 2023-11-28 00:00:00+00:00,40.20000076293945,40.54999923706055,39.04999923706055,39.400001525878906,36.885990142822266,47199,0.0,0.0 2023-11-29 00:00:00+00:00,39.04999923706055,39.70000076293945,39.0,39.099998474121094,36.60512924194336,38827,0.0,0.0 2023-11-30 00:00:00+00:00,38.849998474121094,39.25,37.29999923706055,38.54999923706055,36.09022521972656,210025,0.0,0.0 2023-12-01 00:00:00+00:00,38.75,39.900001525878906,38.150001525878906,38.849998474121094,36.3710823059082,220424,0.0,0.0 2023-12-04 00:00:00+00:00,39.20000076293945,39.29999923706055,38.349998474121094,38.849998474121094,36.3710823059082,129994,0.0,0.0 2023-12-05 00:00:00+00:00,38.70000076293945,38.95000076293945,38.0,38.04999923706055,35.622127532958984,87152,0.0,0.0 2023-12-06 00:00:00+00:00,38.0,38.54999923706055,38.0,38.54999923706055,36.09022521972656,165565,0.0,0.0 2023-12-07 00:00:00+00:00,38.599998474121094,38.75,38.150001525878906,38.70000076293945,36.230655670166016,49160,0.0,0.0 2023-12-08 00:00:00+00:00,39.0,39.599998474121094,38.599998474121094,39.349998474121094,36.83917999267578,32859,0.0,0.0 2023-12-11 00:00:00+00:00,39.45000076293945,39.599998474121094,38.349998474121094,39.0,36.511512756347656,66264,0.0,0.0 2023-12-12 00:00:00+00:00,38.70000076293945,39.25,38.20000076293945,38.45000076293945,35.99660873413086,35327,0.0,0.0 2023-12-13 00:00:00+00:00,38.95000076293945,38.95000076293945,37.400001525878906,37.79999923706055,35.38808059692383,78307,0.0,0.0 2023-12-14 00:00:00+00:00,38.20000076293945,39.599998474121094,37.79999923706055,39.599998474121094,37.07322692871094,150738,0.0,0.0 2023-12-15 00:00:00+00:00,39.75,44.45000076293945,39.70000076293945,44.45000076293945,41.61376190185547,574462,0.0,0.0 2023-12-18 00:00:00+00:00,41.599998474121094,42.900001525878906,41.29999923706055,41.5,38.851993560791016,179235,0.0,0.0 2023-12-19 00:00:00+00:00,41.349998474121094,41.5,38.5,38.5,36.04341506958008,287468,0.0,0.0 2023-12-20 00:00:00+00:00,38.95000076293945,39.900001525878906,38.49940872192383,38.5,36.04341506958008,122164,0.0,0.0 2023-12-21 00:00:00+00:00,38.70000076293945,39.150001525878906,38.45000076293945,38.5,36.04341506958008,651587,0.0,0.0 2023-12-22 00:00:00+00:00,39.0,42.45000076293945,38.5,42.45000076293945,39.74137878417969,156480,0.0,0.0 2023-12-27 00:00:00+00:00,42.0,42.75,41.54999923706055,41.95000076293945,39.27328109741211,119348,0.0,0.0 2023-12-28 00:00:00+00:00,41.849998474121094,42.099998474121094,41.04999923706055,41.04999923706055,38.43070602416992,350330,0.0,0.0 2023-12-29 00:00:00+00:00,41.04999923706055,41.70000076293945,40.75,40.900001525878906,38.290279388427734,115248,0.0,0.0 2024-01-02 00:00:00+00:00,41.0,42.0,40.79999923706055,41.599998474121094,38.945613861083984,118109,0.0,0.0 2024-01-03 00:00:00+00:00,41.5,41.75,41.04999923706055,41.650001525878906,38.99242401123047,64105,0.0,0.0 2024-01-04 00:00:00+00:00,41.75,41.95000076293945,40.75,41.79999923706055,39.132850646972656,118317,0.0,0.0 2024-01-05 00:00:00+00:00,41.79999923706055,41.79999923706055,40.5,41.150001525878906,38.52432632446289,57494,0.0,0.0 2024-01-08 00:00:00+00:00,41.0,41.5,41.0,41.400001525878906,38.75837707519531,59209,0.0,0.0 2024-01-09 00:00:00+00:00,41.54999923706055,42.150001525878906,41.099998474121094,42.0,39.320091247558594,103615,0.0,0.0 2024-01-10 00:00:00+00:00,42.650001525878906,45.0,42.04999923706055,44.400001525878906,41.56695556640625,267163,0.0,0.0 2024-01-11 00:00:00+00:00,44.349998474121094,44.900001525878906,42.79999923706055,44.150001525878906,41.33290481567383,108823,0.0,0.0 2024-01-12 00:00:00+00:00,45.0,46.75,44.54999923706055,46.54999923706055,43.57976531982422,209673,0.0,0.0 2024-01-15 00:00:00+00:00,46.95000076293945,47.599998474121094,45.54999923706055,46.150001525878906,43.205291748046875,102838,0.0,0.0 2024-01-16 00:00:00+00:00,45.0,47.5,44.75,47.5,44.46915054321289,198771,0.0,0.0 2024-01-17 00:00:00+00:00,47.0,47.349998474121094,45.5,46.70000076293945,43.72019577026367,158366,0.0,0.0 2024-01-18 00:00:00+00:00,46.5,46.849998474121094,45.29999923706055,45.900001525878906,42.97124481201172,112956,0.0,0.0 2024-01-19 00:00:00+00:00,45.25,45.849998474121094,42.900001525878906,43.75,40.95842742919922,268689,0.0,0.0 2024-01-22 00:00:00+00:00,43.650001525878906,44.0,42.099998474121094,42.25,39.55413818359375,95565,0.0,0.0 2024-01-23 00:00:00+00:00,42.04999923706055,42.50212860107422,40.54999923706055,42.5,39.788185119628906,259922,0.0,0.0 2024-01-24 00:00:00+00:00,42.04999923706055,43.04999923706055,41.25,42.099998474121094,39.4137077331543,131629,0.0,0.0 2024-01-25 00:00:00+00:00,41.54999923706055,41.79999923706055,40.650001525878906,40.849998474121094,38.24346923828125,208553,0.0,0.0 2024-01-26 00:00:00+00:00,39.849998474121094,40.5,39.099998474121094,40.099998474121094,37.541324615478516,281252,0.0,0.0 2024-01-29 00:00:00+00:00,40.0,40.349998474121094,38.400001525878906,40.349998474121094,37.77537155151367,214451,0.0,0.0 2024-01-30 00:00:00+00:00,40.400001525878906,40.599998474121094,38.70000076293945,40.0,37.44770431518555,211937,0.0,0.0 2024-01-31 00:00:00+00:00,39.900001525878906,41.29999923706055,39.0,40.5,37.915802001953125,1281423,0.0,0.0 2024-02-01 00:00:00+00:00,40.150001525878906,44.95000076293945,40.150001525878906,44.599998474121094,41.754188537597656,288798,0.0,0.0 2024-02-02 00:00:00+00:00,44.95000076293945,45.79999923706055,44.400001525878906,45.0,42.12866973876953,144717,0.0,0.0 2024-02-05 00:00:00+00:00,44.75,44.95000076293945,43.0,43.20000076293945,40.44352340698242,82289,0.0,0.0 2024-02-06 00:00:00+00:00,43.0,44.95000076293945,42.5,44.95000076293945,42.08185958862305,100349,0.0,0.0 2024-02-07 00:00:00+00:00,44.25,44.5,43.04999923706055,44.20000076293945,41.37971496582031,91910,0.0,0.0 2024-02-08 00:00:00+00:00,44.20000076293945,44.900001525878906,41.900001525878906,42.70000076293945,39.975425720214844,109665,0.0,0.0 2024-02-09 00:00:00+00:00,42.150001525878906,42.75,41.849998474121094,42.45000076293945,39.74137878417969,42079,0.0,0.0 2024-02-12 00:00:00+00:00,42.25,43.150001525878906,41.949371337890625,41.95000076293945,39.27328109741211,86828,0.0,0.0 2024-02-13 00:00:00+00:00,41.650001525878906,42.400001525878906,41.599998474121094,41.599998474121094,38.945613861083984,76896,0.0,0.0 2024-02-14 00:00:00+00:00,41.70000076293945,42.79999923706055,41.70000076293945,42.54999923706055,39.83499526977539,81638,0.0,0.0 2024-02-15 00:00:00+00:00,42.5,43.400001525878906,42.29999923706055,43.099998474121094,40.34989929199219,46956,0.0,0.0 2024-02-16 00:00:00+00:00,42.75,43.45000076293945,42.5,42.75,40.02223587036133,43834,0.0,0.0 2024-02-19 00:00:00+00:00,43.0,43.75,42.79999923706055,43.25,40.49032974243164,57697,0.0,0.0 2024-02-20 00:00:00+00:00,43.75,43.75,42.04999923706055,42.20000076293945,39.507328033447266,116124,0.0,0.0 2024-02-21 00:00:00+00:00,41.849998474121094,41.900001525878906,40.54999923706055,40.75,38.14984893798828,94739,0.0,0.0 2024-02-22 00:00:00+00:00,41.04999923706055,41.849998474121094,40.70000076293945,41.5,38.851993560791016,51017,0.0,0.0 2024-02-23 00:00:00+00:00,41.0,41.75,40.400001525878906,40.400001525878906,37.82218551635742,80416,0.0,0.0 2024-02-26 00:00:00+00:00,40.20000076293945,40.54499816894531,39.25,39.75,37.21365737915039,140689,0.0,0.0 2024-02-27 00:00:00+00:00,40.29999923706055,40.599998474121094,39.79999923706055,40.150001525878906,37.588134765625,37827,0.0,0.0 2024-02-28 00:00:00+00:00,39.70000076293945,41.0,39.70000076293945,40.0,37.44770431518555,70344,0.0,0.0 2024-02-29 00:00:00+00:00,39.79999923706055,41.349998474121094,39.70000076293945,39.70000076293945,37.166847229003906,119169,0.0,0.0 2024-03-01 00:00:00+00:00,39.5,40.099998474121094,38.599998474121094,38.95000076293945,36.46470260620117,226691,0.0,0.0 2024-03-04 00:00:00+00:00,39.349998474121094,39.650001525878906,38.95000076293945,39.0,36.511512756347656,118832,0.0,0.0 2024-03-05 00:00:00+00:00,39.0,39.70000076293945,38.75,39.150001525878906,36.65194320678711,43116,0.0,0.0 2024-03-06 00:00:00+00:00,39.099998474121094,39.70000076293945,39.099708557128906,39.099998474121094,36.60512924194336,40293,0.0,0.0 2024-03-07 00:00:00+00:00,39.099998474121094,40.5,38.04999923706055,40.5,37.915802001953125,56012,0.0,0.0 2024-03-08 00:00:00+00:00,40.5,42.25,40.20000076293945,41.400001525878906,38.75837707519531,45897,0.0,0.0 2024-03-11 00:00:00+00:00,41.45000076293945,41.45000076293945,39.900001525878906,40.04999923706055,37.49451446533203,38770,0.0,0.0 2024-03-12 00:00:00+00:00,39.95000076293945,40.150001525878906,39.29970932006836,39.29999923706055,36.7923698425293,46466,0.0,0.0 2024-03-13 00:00:00+00:00,39.29999923706055,39.75,39.25,39.29999923706055,36.7923698425293,60568,0.0,0.0 2024-03-14 00:00:00+00:00,38.75,38.75,36.0,37.70000076293945,35.294464111328125,243926,0.0,0.0 2024-03-15 00:00:00+00:00,38.099998474121094,40.79999923706055,38.099998474121094,39.20000076293945,36.698753356933594,116089,0.0,0.0 2024-03-18 00:00:00+00:00,40.400001525878906,40.400001525878906,39.0,40.0,37.44770431518555,50375,0.0,0.0 2024-03-19 00:00:00+00:00,40.349998474121094,40.599998474121094,39.849998474121094,40.599998474121094,38.00941848754883,42245,0.0,0.0 2024-03-20 00:00:00+00:00,40.0,41.75,39.900001525878906,41.25,38.61794662475586,29799,0.0,0.0 2024-03-21 00:00:00+00:00,41.95000076293945,42.45000076293945,41.332298278808594,42.0,39.320091247558594,157287,0.0,0.0 2024-03-22 00:00:00+00:00,41.79999923706055,42.349998474121094,39.650001525878906,40.29999923706055,37.72856140136719,48546,0.0,0.0 2024-03-25 00:00:00+00:00,40.54999923706055,41.13859939575195,39.400001525878906,40.0,37.44770431518555,67132,0.0,0.0 2024-03-26 00:00:00+00:00,40.25,40.29999923706055,39.49599838256836,39.5,36.979610443115234,22075,0.0,0.0 2024-03-27 00:00:00+00:00,39.5,39.5,38.75,38.95000076293945,36.46470260620117,37193,0.0,0.0 2024-03-28 00:00:00+00:00,39.0,40.45000076293945,38.849998474121094,40.45000076293945,37.86899185180664,364434,0.0,0.0 2024-04-02 00:00:00+01:00,40.5,42.0,40.5,40.900001525878906,38.290279388427734,68181,0.0,0.0 2024-04-03 00:00:00+01:00,41.95000076293945,43.75,41.29999923706055,43.20000076293945,40.44352340698242,182628,0.0,0.0 2024-04-04 00:00:00+01:00,43.20000076293945,43.20000076293945,42.150001525878906,43.0,40.256282806396484,99015,0.0,0.0 2024-04-05 00:00:00+01:00,42.20000076293945,43.0,41.75,43.0,40.256282806396484,80437,0.0,0.0 2024-04-08 00:00:00+01:00,42.900001525878906,43.0,41.79970169067383,41.79999923706055,39.132850646972656,113709,0.0,0.0 2024-04-09 00:00:00+01:00,42.5,42.5,41.20000076293945,41.599998474121094,38.945613861083984,29696,0.0,0.0 2024-04-10 00:00:00+01:00,41.45000076293945,41.95000076293945,40.54999923706055,41.04999923706055,38.43070602416992,40512,0.0,0.0 2024-04-11 00:00:00+01:00,41.04999923706055,42.099998474121094,40.79999923706055,41.70000076293945,39.03923416137695,49654,0.0,0.0 2024-04-12 00:00:00+01:00,42.0,42.45000076293945,41.849998474121094,42.04999923706055,39.36689758300781,137799,0.0,0.0 2024-04-15 00:00:00+01:00,41.79999923706055,42.150001525878906,40.0,40.20000076293945,37.634944915771484,68943,0.0,0.0 2024-04-16 00:00:00+01:00,39.099998474121094,40.5,38.04999923706055,38.20000076293945,35.76255798339844,239274,0.0,0.0 2024-04-17 00:00:00+01:00,38.599998474121094,38.900001525878906,38.049461364746094,38.04999923706055,35.622127532958984,91463,0.0,0.0 2024-04-18 00:00:00+01:00,38.04999923706055,38.95000076293945,37.79999923706055,38.75,36.2774658203125,45237,0.0,0.0 2024-04-19 00:00:00+01:00,38.75,38.75,38.75,38.75,36.2774658203125,0,0.0,0.0 2024-04-22 00:00:00+01:00,38.650001525878906,38.79999923706055,38.099998474121094,38.79999923706055,36.32427215576172,47522,0.0,0.0 2024-04-23 00:00:00+01:00,38.900001525878906,40.45000076293945,38.599998474121094,39.349998474121094,36.83917999267578,40829,0.0,0.0 2024-04-24 00:00:00+01:00,39.75,39.95000076293945,39.349998474121094,39.95000076293945,37.40089797973633,47260,0.0,0.0 2024-04-25 00:00:00+01:00,39.20000076293945,39.849998474121094,39.150001525878906,39.54999923706055,37.02641677856445,19506,0.0,0.0 2024-04-26 00:00:00+01:00,39.400001525878906,41.5,39.400001525878906,41.04999923706055,38.43070602416992,74641,0.0,0.0 2024-04-29 00:00:00+01:00,41.0,41.0,40.5,40.599998474121094,38.00941848754883,79063,0.0,0.0 2024-04-30 00:00:00+01:00,40.0,42.5,40.0,40.349998474121094,37.77537155151367,144268,0.0,0.0 2024-05-01 00:00:00+01:00,40.75,41.349998474121094,40.5,41.0,38.3838996887207,47196,0.0,0.0 2024-05-02 00:00:00+01:00,41.0,41.5,40.5,41.04999923706055,38.43070602416992,48270,0.0,0.0 2024-05-03 00:00:00+01:00,41.150001525878906,41.5,40.29999923706055,40.349998474121094,37.77537155151367,25074,0.0,0.0 2024-05-07 00:00:00+01:00,41.04999923706055,43.45000076293945,41.04999923706055,42.45000076293945,39.74137878417969,132344,0.0,0.0 2024-05-08 00:00:00+01:00,42.25,42.95000076293945,41.75,42.04999923706055,39.36689758300781,42506,0.0,0.0 2024-05-09 00:00:00+01:00,42.45000076293945,42.5,41.849998474121094,42.150001525878906,39.46052169799805,82646,0.0,0.0 2024-05-10 00:00:00+01:00,42.04999923706055,42.5,41.95000076293945,42.25,39.55413818359375,55569,0.0,0.0 2024-05-13 00:00:00+01:00,42.45000076293945,42.5,42.0,42.45000076293945,39.74137878417969,20904,0.0,0.0 2024-05-14 00:00:00+01:00,42.400001525878906,42.400001525878906,41.75,42.150001525878906,39.46052169799805,23773,0.0,0.0 2024-05-15 00:00:00+01:00,42.29999923706055,42.79999923706055,42.150001525878906,42.5,39.788185119628906,65663,0.0,0.0 2024-05-16 00:00:00+01:00,42.20000076293945,43.45000076293945,42.099998474121094,43.45000076293945,40.67757034301758,60622,0.0,0.0 2024-05-17 00:00:00+01:00,43.45000076293945,45.599998474121094,42.75,45.25,42.36271667480469,43002,0.0,0.0 2024-05-20 00:00:00+01:00,44.95000076293945,46.70000076293945,44.650001525878906,46.400001525878906,43.43933868408203,76246,0.0,0.0 2024-05-21 00:00:00+01:00,46.849998474121094,46.849998474121094,45.29999923706055,46.599998474121094,43.6265754699707,68249,0.0,0.0 2024-05-22 00:00:00+01:00,45.79999923706055,46.54999923706055,45.70000076293945,45.70000076293945,42.78400421142578,83930,0.0,0.0 2024-05-23 00:00:00+01:00,45.5,46.150001525878906,43.25,43.400001525878906,40.630760192871094,67084,0.0,0.0 2024-05-24 00:00:00+01:00,43.650001525878906,45.5,43.54999923706055,45.5,42.596763610839844,61661,0.0,0.0 2024-05-28 00:00:00+01:00,45.400001525878906,45.400001525878906,44.150001525878906,44.25,41.4265251159668,54310,0.0,0.0 2024-05-29 00:00:00+01:00,44.25,44.75,42.5,43.0,40.256282806396484,55677,0.0,0.0 2024-05-30 00:00:00+01:00,43.0,43.0,40.79999923706055,41.0,41.0,88428,2.743718,0.0 2024-05-31 00:00:00+01:00,41.0,41.79999923706055,41.0,41.25,41.25,41326,0.0,0.0 2024-06-03 00:00:00+01:00,41.0,42.25,40.54999923706055,40.900001525878906,40.900001525878906,66567,0.0,0.0 2024-06-04 00:00:00+01:00,40.54999923706055,41.45000076293945,40.04999923706055,40.29999923706055,40.29999923706055,108048,0.0,0.0 2024-06-05 00:00:00+01:00,40.29999923706055,41.20000076293945,40.20000076293945,40.75,40.75,22892,0.0,0.0 2024-06-06 00:00:00+01:00,40.70000076293945,41.0,39.599998474121094,40.349998474121094,40.349998474121094,54742,0.0,0.0 2024-06-07 00:00:00+01:00,40.5,40.54999923706055,39.75,40.349998474121094,40.349998474121094,37369,0.0,0.0 2024-06-10 00:00:00+01:00,40.04999923706055,40.29999923706055,39.95000076293945,40.0,40.0,29754,0.0,0.0 2024-06-11 00:00:00+01:00,40.0,40.099998474121094,39.25,39.349998474121094,39.349998474121094,42482,0.0,0.0 2024-06-12 00:00:00+01:00,39.79999923706055,40.25,39.0,39.70000076293945,39.70000076293945,98235,0.0,0.0 2024-06-13 00:00:00+01:00,39.849998474121094,40.20000076293945,39.25,39.45000076293945,39.45000076293945,27358,0.0,0.0 2024-06-14 00:00:00+01:00,39.599998474121094,40.25,39.25,39.650001525878906,39.650001525878906,29448,0.0,0.0 2024-06-17 00:00:00+01:00,39.95000076293945,39.95000076293945,39.349998474121094,39.54999923706055,39.54999923706055,27699,0.0,0.0 2024-06-18 00:00:00+01:00,39.900001525878906,40.25,39.54999923706055,40.150001525878906,40.150001525878906,15657,0.0,0.0 2024-06-19 00:00:00+01:00,40.150001525878906,40.5,39.849998474121094,40.150001525878906,40.150001525878906,13496,0.0,0.0 2024-06-20 00:00:00+01:00,40.0,40.5,39.650001525878906,39.79999923706055,39.79999923706055,35960,0.0,0.0 2024-06-21 00:00:00+01:00,39.70000076293945,40.45000076293945,39.599998474121094,40.150001525878906,40.150001525878906,74426,0.0,0.0 2024-06-24 00:00:00+01:00,40.04999923706055,40.150001525878906,39.29999923706055,39.599998474121094,39.599998474121094,58670,0.0,0.0 2024-06-25 00:00:00+01:00,39.70000076293945,40.0,39.400001525878906,39.45000076293945,39.45000076293945,27821,0.0,0.0 2024-06-26 00:00:00+01:00,39.79999923706055,39.849998474121094,39.04999923706055,39.849998474121094,39.849998474121094,66141,0.0,0.0 2024-06-27 00:00:00+01:00,39.5,39.849998474121094,39.29999923706055,39.400001525878906,39.400001525878906,46759,0.0,0.0 2024-06-28 00:00:00+01:00,39.70000076293945,40.0,39.5,40.0,40.0,52272,0.0,0.0 2024-07-01 00:00:00+01:00,39.900001525878906,40.400001525878906,39.349998474121094,40.0,40.0,43089,0.0,0.0 2024-07-02 00:00:00+01:00,40.20000076293945,40.25,39.79999923706055,40.25,40.25,81433,0.0,0.0 2024-07-03 00:00:00+01:00,40.29999923706055,40.70000076293945,40.099998474121094,40.70000076293945,40.70000076293945,63861,0.0,0.0 2024-07-04 00:00:00+01:00,40.75,41.5,40.5,41.25,41.25,76965,0.0,0.0 2024-07-05 00:00:00+01:00,41.0,41.20000076293945,40.650001525878906,41.20000076293945,41.20000076293945,59871,0.0,0.0 2024-07-08 00:00:00+01:00,41.20000076293945,41.45000076293945,40.20000076293945,40.20000076293945,40.20000076293945,50871,0.0,0.0 2024-07-09 00:00:00+01:00,39.79999923706055,40.29999923706055,39.70000076293945,40.04999923706055,40.04999923706055,22288,0.0,0.0 2024-07-10 00:00:00+01:00,40.29999923706055,40.29999923706055,37.25,37.79999923706055,37.79999923706055,367833,0.0,0.0 2024-07-11 00:00:00+01:00,37.900001525878906,40.0,37.900001525878906,39.900001525878906,39.900001525878906,134730,0.0,0.0 2024-07-12 00:00:00+01:00,40.0,40.0,39.04999923706055,39.79999923706055,39.79999923706055,109063,0.0,0.0 2024-07-15 00:00:00+01:00,39.849998474121094,40.150001525878906,39.5,39.70000076293945,39.70000076293945,156976,0.0,0.0 2024-07-16 00:00:00+01:00,39.849998474121094,39.900001525878906,38.70000076293945,38.70000076293945,38.70000076293945,55119,0.0,0.0 2024-07-17 00:00:00+01:00,38.79999923706055,39.0,37.650001525878906,37.95000076293945,37.95000076293945,100294,0.0,0.0 2024-07-18 00:00:00+01:00,38.400001525878906,38.599998474121094,37.29999923706055,38.5,38.5,30095,0.0,0.0 2024-07-19 00:00:00+01:00,38.20000076293945,38.79999923706055,37.0,38.400001525878906,38.400001525878906,59453,0.0,0.0 2024-07-22 00:00:00+01:00,38.400001525878906,38.45000076293945,37.75,37.79999923706055,37.79999923706055,18385,0.0,0.0 2024-07-23 00:00:00+01:00,37.900001525878906,38.099998474121094,37.349998474121094,37.95000076293945,37.95000076293945,63397,0.0,0.0 2024-07-24 00:00:00+01:00,38.20000076293945,38.29999923706055,37.599998474121094,37.95000076293945,37.95000076293945,16300,0.0,0.0 2024-07-25 00:00:00+01:00,37.75,38.0,37.150001525878906,37.849998474121094,37.849998474121094,78103,0.0,0.0 2024-07-26 00:00:00+01:00,38.349998474121094,38.349998474121094,37.04999923706055,37.25,37.25,45051,0.0,0.0 2024-07-29 00:00:00+01:00,37.349998474121094,37.95000076293945,37.349998474121094,37.900001525878906,37.900001525878906,114070,0.0,0.0 2024-07-30 00:00:00+01:00,37.79999923706055,37.849998474121094,37.099998474121094,37.70000076293945,37.70000076293945,56279,0.0,0.0 2024-07-31 00:00:00+01:00,37.75,38.900001525878906,37.5,38.0,38.0,473047,0.0,0.0 2024-08-01 00:00:00+01:00,38.0,39.900001525878906,37.70000076293945,38.0,38.0,50640,0.0,0.0 2024-08-02 00:00:00+01:00,37.79999923706055,38.54999923706055,36.54999923706055,36.900001525878906,36.900001525878906,116554,0.0,0.0 2024-08-05 00:00:00+01:00,36.0,36.5,34.20000076293945,35.599998474121094,35.599998474121094,157119,0.0,0.0 2024-08-06 00:00:00+01:00,35.5,37.04999923706055,35.5,36.900001525878906,36.900001525878906,57789,0.0,0.0 2024-08-07 00:00:00+01:00,37.20000076293945,37.5,36.54999923706055,36.95000076293945,36.95000076293945,22585,0.0,0.0 2024-08-08 00:00:00+01:00,36.5,36.79999923706055,36.04999923706055,36.599998474121094,36.599998474121094,50913,0.0,0.0 2024-08-09 00:00:00+01:00,36.849998474121094,37.0,36.650001525878906,36.75,36.75,13068,0.0,0.0 2024-08-12 00:00:00+01:00,36.95000076293945,36.95000076293945,36.20000076293945,36.650001525878906,36.650001525878906,31332,0.0,0.0 2024-08-13 00:00:00+01:00,36.650001525878906,37.0,36.54999923706055,36.79999923706055,36.79999923706055,13474,0.0,0.0 2024-08-14 00:00:00+01:00,36.79999923706055,37.45000076293945,36.45000076293945,37.29999923706055,37.29999923706055,20375,0.0,0.0 2024-08-15 00:00:00+01:00,37.5,37.5,36.599998474121094,36.75,36.75,13650,0.0,0.0 2024-08-16 00:00:00+01:00,36.400001525878906,37.25,36.400001525878906,36.79999923706055,36.79999923706055,40710,0.0,0.0 2024-08-19 00:00:00+01:00,36.5,37.20000076293945,36.20000076293945,36.20000076293945,36.20000076293945,48160,0.0,0.0 2024-08-20 00:00:00+01:00,36.400001525878906,36.900001525878906,36.099998474121094,36.20000076293945,36.20000076293945,64496,0.0,0.0 2024-08-21 00:00:00+01:00,36.54999923706055,36.900001525878906,36.04999923706055,36.70000076293945,36.70000076293945,13832,0.0,0.0 2024-08-22 00:00:00+01:00,36.70000076293945,37.04999923706055,36.5,36.75,36.75,13580,0.0,0.0 ================================================ FILE: tests/data/KEN-TA-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-02 00:00:00+02:00,162.0,162.3,160.3,160.6,139.21166210589797,42781.0,0.0,0.0,True 2022-01-03 00:00:00+02:00,162.3,163.9,159.20000000000002,160.8,139.38502980398795,106396.0,0.0,0.0,True 2022-01-04 00:00:00+02:00,162.4,162.4,158.0,159.0,137.8247588895966,78144.0,0.0,0.0,True 2022-01-05 00:00:00+02:00,160.0,160.6,157.70000000000002,159.9,138.6048847546877,57242.0,0.0,0.0,True 2022-01-06 00:00:00+02:00,158.3,158.4,156.0,156.0,135.2242721945609,117856.0,0.0,0.0,True 2022-01-09 00:00:00+02:00,160.0,161.0,158.4,158.6,137.47802349341666,32534.0,0.0,0.0,True 2022-01-10 00:00:00+02:00,158.6,160.20000000000002,156.3,158.8,137.65138159940204,63720.0,0.0,0.0,True 2022-01-11 00:00:00+02:00,160.20000000000002,162.8,160.1,162.5,140.85862646143886,45467.0,0.0,0.0,True 2022-01-12 00:00:00+02:00,166.4,166.9,164.1,165.5,143.45909397226538,90063.0,0.0,0.0,True 2022-01-13 00:00:00+02:00,167.20000000000002,167.5,164.3,166.4,144.23922942946106,108171.0,0.0,0.0,True 2022-01-16 00:00:00+02:00,171.0,171.20000000000002,167.6,168.0,145.62615182997158,92955.0,0.0,0.0,True 2022-01-17 00:00:00+02:00,169.9,169.9,166.3,167.20000000000002,144.93269062971635,55356.0,0.0,0.0,True 2022-01-18 00:00:00+02:00,167.3,168.6,163.6,167.70000000000002,145.36610178590567,83524.0,0.0,0.0,True 2022-01-19 00:00:00+02:00,156.1,159.3,152.0,155.5,137.66400494447564,50226.0,3.5,0.0,True 2022-01-20 00:00:00+02:00,157.4,158.9,155.70000000000002,157.8,139.7001822903533,101460.0,0.0,0.0,True 2022-01-23 00:00:00+02:00,150.4,154.5,150.3,153.5,135.8934045151585,53807.0,0.0,0.0,True 2022-01-24 00:00:00+02:00,154.70000000000002,158.5,148.0,148.0,131.0242533345364,1835082.0,0.0,0.0,True 2022-01-25 00:00:00+02:00,151.8,155.9,151.20000000000002,154.0,136.33605462248778,269027.0,0.0,0.0,True 2022-01-26 00:00:00+02:00,156.6,163.0,156.5,160.1,141.73637841885528,541414.0,0.0,0.0,True 2022-01-27 00:00:00+02:00,158.70000000000002,166.70000000000002,158.5,165.3,146.33993390029252,104945.0,0.0,0.0,True 2022-01-30 00:00:00+02:00,171.5,176.6,171.0,174.0,154.0420213504104,64862.0,0.0,0.0,True 2022-01-31 00:00:00+02:00,175.0,181.0,175.0,176.0,155.81263117103967,136708.0,0.0,0.0,True 2022-02-01 00:00:00+02:00,179.9,181.70000000000002,171.5,175.4,155.28144916398213,107752.0,0.0,0.0,True 2022-02-02 00:00:00+02:00,178.0,181.6,176.8,178.4,157.93734041664567,126829.0,0.0,0.0,True 2022-02-03 00:00:00+02:00,175.8,178.4,169.0,178.4,157.93734041664567,1765309.0,0.0,0.0,True 2022-02-06 00:00:00+02:00,179.4,180.9,177.0,178.1,157.67175410877297,206012.0,0.0,0.0,True 2022-02-07 00:00:00+02:00,178.3,181.20000000000002,176.0,180.5,159.79646335437891,103615.0,0.0,0.0,True 2022-02-08 00:00:00+02:00,182.8,190.5,182.8,189.5,167.76416528630597,202589.0,0.0,0.0,True 2022-02-09 00:00:00+02:00,190.4,195.0,187.5,188.20000000000002,166.61327876377473,127045.0,0.0,0.0,True 2022-02-10 00:00:00+02:00,189.9,189.9,182.3,186.3,164.93120084287372,103435.0,0.0,0.0,True 2022-02-13 00:00:00+02:00,181.4,182.0,178.0,181.5,160.68176356903746,34252.0,0.0,0.0,True 2022-02-14 00:00:00+02:00,182.9,183.3,177.0,181.6,160.7703048600779,130685.0,0.0,0.0,True 2022-02-15 00:00:00+02:00,181.6,186.3,181.6,184.6,163.4262055040536,53967.0,0.0,0.0,True 2022-02-16 00:00:00+02:00,186.20000000000002,189.3,182.4,184.5,163.33766421301317,53619.0,0.0,0.0,True 2022-02-17 00:00:00+02:00,186.5,193.20000000000002,185.0,185.0,163.78031432034246,119219.0,0.0,0.0,True 2022-02-20 00:00:00+02:00,181.3,184.20000000000002,180.0,183.6,162.54088650677073,21051.0,0.0,0.0,True 2022-02-21 00:00:00+02:00,184.1,189.9,184.1,186.5,165.1082834249546,42105.0,0.0,0.0,True 2022-02-22 00:00:00+02:00,183.8,187.70000000000002,182.1,183.4,162.36384148993847,27114.0,0.0,0.0,True 2022-02-23 00:00:00+02:00,185.6,187.4,179.8,181.20000000000002,160.41619604378909,82651.0,0.0,0.0,True 2022-02-24 00:00:00+02:00,175.1,177.5,169.3,173.9,153.95350823330642,157855.0,0.0,0.0,True 2022-02-27 00:00:00+02:00,179.5,181.5,178.20000000000002,179.9,159.2652907386335,30159.0,0.0,0.0,True 2022-02-28 00:00:00+02:00,177.5,184.8,175.6,181.8,160.94734987691018,77602.0,0.0,0.0,True 2022-03-01 00:00:00+02:00,183.0,188.3,180.5,182.8,161.83265009156875,66817.0,0.0,0.0,True 2022-03-02 00:00:00+02:00,180.20000000000002,185.0,180.20000000000002,183.5,162.45238278097892,36830.0,0.0,0.0,True 2022-03-03 00:00:00+02:00,186.20000000000002,186.3,182.1,183.5,162.45238278097892,70730.0,0.0,0.0,True 2022-03-06 00:00:00+02:00,183.5,187.0,181.8,186.8,165.373850950203,30101.0,0.0,0.0,True 2022-03-07 00:00:00+02:00,185.20000000000002,189.5,183.0,187.0,165.5509335322839,72693.0,0.0,0.0,True 2022-03-08 00:00:00+02:00,184.0,188.0,182.4,182.4,161.47854127527992,105274.0,0.0,0.0,True 2022-03-09 00:00:00+02:00,185.0,196.0,184.0,191.0,169.09211560829385,168414.0,0.0,0.0,True 2022-03-10 00:00:00+02:00,193.5,197.8,187.3,191.1,169.18063811670996,71211.0,0.0,0.0,True 2022-03-13 00:00:00+02:00,196.9,197.6,194.3,196.70000000000002,174.13831180574817,67631.0,0.0,0.0,True 2022-03-14 00:00:00+02:00,197.6,205.3,197.4,203.1,179.80424069261272,59408.0,0.0,0.0,True 2022-03-15 00:00:00+02:00,204.0,215.0,202.8,208.0,184.1422004748651,112284.0,0.0,0.0,True 2022-03-16 00:00:00+02:00,213.8,217.8,199.0,216.0,191.22458340950928,109654.0,0.0,0.0,True 2022-03-20 00:00:00+02:00,226.70000000000002,226.70000000000002,216.9,220.9,195.56256197438597,87122.0,0.0,0.0,True 2022-03-21 00:00:00+02:00,221.0,224.20000000000002,210.0,220.70000000000002,195.3854981749294,82765.0,0.0,0.0,True 2022-03-22 00:00:00+02:00,220.70000000000002,228.8,217.3,227.5,201.40551709545844,128900.0,0.0,0.0,True 2022-03-23 00:00:00+02:00,229.8,233.3,228.8,232.0,205.38936806142198,64549.0,0.0,0.0,True 2022-03-24 00:00:00+02:00,232.0,232.8,218.8,221.0,195.6510844828021,102400.0,0.0,0.0,True 2022-03-27 00:00:00+03:00,216.3,216.3,210.0,212.5,188.1260514408286,48919.0,0.0,0.0,True 2022-03-28 00:00:00+03:00,213.4,217.9,209.4,216.8,191.93281982471126,76034.0,0.0,0.0,True 2022-03-29 00:00:00+03:00,220.70000000000002,221.8,213.4,214.70000000000002,190.073696886978,63612.0,0.0,0.0,True 2022-03-30 00:00:00+03:00,215.0,217.1,210.3,210.70000000000002,186.53249602834376,83905.0,0.0,0.0,True 2022-03-31 00:00:00+03:00,210.70000000000002,211.9,200.1,211.4,187.1522099351296,131650.0,0.0,0.0,True 2022-04-03 00:00:00+03:00,213.0,213.1,210.0,210.6,186.44397351992765,69006.0,0.0,0.0,True 2022-04-04 00:00:00+03:00,214.0,214.0,201.0,201.0,177.94509897225515,80779.0,0.0,0.0,True 2022-04-05 00:00:00+03:00,203.70000000000002,204.4,196.0,196.0,173.51861668158665,95663.0,0.0,0.0,True 2022-04-06 00:00:00+03:00,191.4,191.4,186.1,186.20000000000002,164.8426783344576,132308.0,0.0,0.0,True 2022-04-07 00:00:00+03:00,190.6,193.4,186.3,189.8,168.0297515941787,113368.0,0.0,0.0,True 2022-04-10 00:00:00+03:00,187.0,187.6,182.8,187.1,165.6394372580757,41883.0,0.0,0.0,True 2022-04-11 00:00:00+03:00,186.8,188.0,182.8,186.8,165.373850950203,50746.0,0.0,0.0,True 2022-04-12 00:00:00+03:00,185.0,189.5,183.1,189.5,167.76416528630597,40011.0,0.0,0.0,True 2022-04-13 00:00:00+03:00,185.1,190.5,185.1,188.3,166.70182005481516,57640.0,0.0,0.0,True 2022-04-14 00:00:00+03:00,188.0,194.4,186.5,190.5,168.64946550096457,81944.0,0.0,0.0,True 2022-04-17 00:00:00+03:00,190.5,191.4,189.20000000000002,190.70000000000002,168.82652930042113,7287.0,0.0,0.0,True 2022-04-18 00:00:00+03:00,190.70000000000002,191.5,188.0,188.9,167.23299267056055,10469.0,0.0,0.0,True 2022-04-19 00:00:00+03:00,188.9,188.9,188.9,188.9,167.23299267056055,0.0,0.0,0.0,True 2022-04-20 00:00:00+03:00,195.4,201.0,195.4,200.3,177.3254038480936,47967.0,0.0,0.0,True 2022-04-24 00:00:00+03:00,191.5,192.70000000000002,189.0,191.20000000000002,169.26917940775039,30108.0,0.0,0.0,True 2022-04-25 00:00:00+03:00,191.20000000000002,191.20000000000002,180.6,182.5,161.56708256632035,74005.0,0.0,0.0,True 2022-04-26 00:00:00+03:00,185.8,189.9,184.0,187.0,165.5509335322839,197652.0,0.0,0.0,True 2022-04-27 00:00:00+03:00,185.4,191.70000000000002,185.4,189.8,168.0297515941787,132355.0,0.0,0.0,True 2022-04-28 00:00:00+03:00,195.1,198.6,192.6,193.1,170.9512385460271,150956.0,0.0,0.0,True 2022-05-01 00:00:00+03:00,193.1,193.8,191.0,191.8,169.8003520234958,23485.0,0.0,0.0,True 2022-05-02 00:00:00+03:00,190.6,194.0,184.8,188.20000000000002,166.61327876377473,75806.0,0.0,0.0,True 2022-05-03 00:00:00+03:00,187.8,194.1,183.0,192.4,170.33152463924122,81024.0,0.0,0.0,True 2022-05-08 00:00:00+03:00,196.0,198.20000000000002,193.3,195.5,173.07596657425736,56100.0,0.0,0.0,True 2022-05-09 00:00:00+03:00,195.0,196.4,183.0,189.0,167.3215151789767,146020.0,0.0,0.0,True 2022-05-10 00:00:00+03:00,189.0,189.0,182.5,188.0,166.43621496431814,175813.0,0.0,0.0,True 2022-05-11 00:00:00+03:00,188.5,191.70000000000002,184.0,186.9,165.46239224124344,60023.0,0.0,0.0,True 2022-05-12 00:00:00+03:00,182.3,182.9,174.70000000000002,176.1,155.90116307076798,130496.0,0.0,0.0,True 2022-05-15 00:00:00+03:00,182.8,184.3,181.9,183.20000000000002,162.18677769048188,27995.0,0.0,0.0,True 2022-05-16 00:00:00+03:00,181.1,186.9,180.1,186.9,165.46239224124344,86925.0,0.0,0.0,True 2022-05-17 00:00:00+03:00,190.0,194.9,188.8,192.0,169.9774158229524,62814.0,0.0,0.0,True 2022-05-18 00:00:00+03:00,190.9,198.9,185.0,189.0,167.3215151789767,273558.0,0.0,0.0,True 2022-05-19 00:00:00+03:00,183.8,186.8,180.6,183.0,162.00973267364964,124473.0,0.0,0.0,True 2022-05-22 00:00:00+03:00,187.0,187.8,183.4,184.9,163.69179181192632,27178.0,0.0,0.0,True 2022-05-23 00:00:00+03:00,187.8,189.9,184.9,189.9,168.11829288521915,63388.0,0.0,0.0,True 2022-05-24 00:00:00+03:00,189.0,192.9,188.4,190.20000000000002,168.38387919309184,79489.0,0.0,0.0,True 2022-05-25 00:00:00+03:00,190.20000000000002,193.0,185.4,187.0,165.5509335322839,60997.0,0.0,0.0,True 2022-05-26 00:00:00+03:00,185.8,191.1,184.4,188.9,167.23299267056055,112627.0,0.0,0.0,True 2022-05-29 00:00:00+03:00,192.70000000000002,196.1,191.5,193.1,170.9512385460271,28183.0,0.0,0.0,True 2022-05-30 00:00:00+03:00,193.1,193.5,187.5,189.0,167.3215151789767,50621.0,0.0,0.0,True 2022-05-31 00:00:00+03:00,185.20000000000002,191.4,185.20000000000002,187.3,165.8165198401566,228635.0,0.0,0.0,True 2022-06-01 00:00:00+03:00,185.5,187.3,183.0,184.0,162.89501410568388,117296.0,0.0,0.0,True 2022-06-02 00:00:00+03:00,185.3,187.9,184.5,187.9,166.34767367327768,69107.0,0.0,0.0,True 2022-06-06 00:00:00+03:00,193.0,194.9,191.6,193.6,171.39388865335636,80626.0,0.0,0.0,True 2022-06-07 00:00:00+03:00,193.6,194.5,190.4,194.20000000000002,171.9250800517261,99830.0,0.0,0.0,True 2022-06-08 00:00:00+03:00,195.0,195.5,182.5,183.8,162.71796908885165,189271.0,0.0,0.0,True 2022-06-09 00:00:00+03:00,179.6,181.4,176.8,180.1,159.4423545380901,166608.0,0.0,0.0,True 2022-06-12 00:00:00+03:00,173.6,176.0,171.20000000000002,175.1,155.01586285610944,37365.0,0.0,0.0,True 2022-06-13 00:00:00+03:00,170.5,172.8,169.5,170.9,151.2975981980186,86900.0,0.0,0.0,True 2022-06-14 00:00:00+03:00,169.1,178.5,169.1,177.20000000000002,156.87498579384268,115484.0,0.0,0.0,True 2022-06-15 00:00:00+03:00,178.8,182.5,174.70000000000002,182.5,161.56708256632035,79948.0,0.0,0.0,True 2022-06-16 00:00:00+03:00,179.4,182.1,177.4,182.1,161.21295496740723,151669.0,0.0,0.0,True 2022-06-19 00:00:00+03:00,181.0,181.20000000000002,178.8,179.70000000000002,159.08822693917693,21034.0,0.0,0.0,True 2022-06-20 00:00:00+03:00,181.9,183.70000000000002,177.5,179.0,158.46853181501538,49023.0,0.0,0.0,True 2022-06-21 00:00:00+03:00,181.1,187.0,179.9,187.0,165.5509335322839,64856.0,0.0,0.0,True 2022-06-22 00:00:00+03:00,187.0,187.0,181.20000000000002,184.0,162.89501410568388,85690.0,0.0,0.0,True 2022-06-23 00:00:00+03:00,181.4,185.4,180.5,181.0,160.23911346170817,103804.0,0.0,0.0,True 2022-06-26 00:00:00+03:00,182.6,185.0,182.6,183.8,162.71796908885165,129436.0,0.0,0.0,True 2022-06-27 00:00:00+03:00,151.20000000000002,151.20000000000002,146.0,148.6,139.32519658713372,70089.0,10.25,0.0,True 2022-06-28 00:00:00+03:00,146.8,149.9,144.9,144.9,135.85613039719715,52622.0,0.0,0.0,True 2022-06-29 00:00:00+03:00,141.0,145.5,140.5,144.9,135.85613039719715,55264.0,0.0,0.0,True 2022-06-30 00:00:00+03:00,144.9,144.9,139.1,139.9,131.1682033673183,51953.0,0.0,0.0,True 2022-07-03 00:00:00+03:00,137.0,137.0,134.2,136.2,127.69913717738174,80327.0,0.0,0.0,True 2022-07-04 00:00:00+03:00,136.1,136.1,133.1,133.1,124.79262936842785,46771.0,0.0,0.0,True 2022-07-05 00:00:00+03:00,133.1,133.1,130.0,130.5,122.35490768854335,69745.0,0.0,0.0,True 2022-07-06 00:00:00+03:00,130.5,132.0,125.10000000000001,131.5,123.29248933799425,139066.0,0.0,0.0,True 2022-07-07 00:00:00+03:00,131.5,137.5,130.8,137.0,128.4492118882546,213392.0,0.0,0.0,True 2022-07-10 00:00:00+03:00,136.0,137.9,136.0,137.9,129.2930400684165,21925.0,0.0,0.0,True 2022-07-11 00:00:00+03:00,137.9,137.9,136.1,137.4,128.82424454803498,45863.0,0.0,0.0,True 2022-07-12 00:00:00+03:00,137.4,143.9,137.4,143.4,134.4497532273647,81306.0,0.0,0.0,True 2022-07-13 00:00:00+03:00,143.4,143.4,139.20000000000002,141.5,132.66834339775193,48244.0,0.0,0.0,True 2022-07-14 00:00:00+03:00,142.5,143.4,138.9,138.9,130.23062171786742,77835.0,0.0,0.0,True 2022-07-17 00:00:00+03:00,138.9,142.4,138.9,142.3,133.41840871731264,11516.0,0.0,0.0,True 2022-07-18 00:00:00+03:00,142.3,144.6,140.8,142.3,133.41840871731264,60307.0,0.0,0.0,True 2022-07-19 00:00:00+03:00,142.3,145.8,141.0,143.70000000000002,134.73103241785608,37591.0,0.0,0.0,True 2022-07-20 00:00:00+03:00,143.70000000000002,145.5,143.5,144.9,135.85613039719715,69806.0,0.0,0.0,True 2022-07-21 00:00:00+03:00,144.1,145.9,142.1,142.5,133.60592504720282,85031.0,0.0,0.0,True 2022-07-24 00:00:00+03:00,139.0,140.9,137.70000000000002,140.4,131.63699888769983,15877.0,0.0,0.0,True 2022-07-25 00:00:00+03:00,140.0,141.3,139.6,141.0,132.1995478773704,40475.0,0.0,0.0,True 2022-07-26 00:00:00+03:00,141.0,141.20000000000002,136.3,136.8,128.26169555836444,125865.0,0.0,0.0,True 2022-07-27 00:00:00+03:00,137.1,139.6,136.8,138.4,129.7618261974859,33470.0,0.0,0.0,True 2022-07-28 00:00:00+03:00,141.0,147.0,139.5,145.0,135.94989325779832,198147.0,0.0,0.0,True 2022-07-31 00:00:00+03:00,146.5,149.1,146.5,148.8,139.51271291702392,44367.0,0.0,0.0,True 2022-08-01 00:00:00+03:00,148.6,148.8,144.8,145.70000000000002,136.60620510807001,47446.0,0.0,0.0,True 2022-08-02 00:00:00+03:00,147.1,148.70000000000002,143.4,145.70000000000002,136.60620510807001,105440.0,0.0,0.0,True 2022-08-03 00:00:00+03:00,148.1,148.6,145.4,146.0,136.8874749072492,49909.0,0.0,0.0,True 2022-08-04 00:00:00+03:00,145.5,146.6,144.5,146.1,136.9812377678504,135973.0,0.0,0.0,True 2022-08-08 00:00:00+03:00,146.0,152.1,144.3,151.9,142.41923011728994,52281.0,0.0,0.0,True 2022-08-09 00:00:00+03:00,150.0,151.8,149.6,150.9,141.48164846783905,31492.0,0.0,0.0,True 2022-08-10 00:00:00+03:00,150.9,154.4,149.8,154.0,144.38816566810507,38228.0,0.0,0.0,True 2022-08-11 00:00:00+03:00,155.8,155.8,151.9,155.70000000000002,145.9820591678277,40651.0,0.0,0.0,True 2022-08-14 00:00:00+03:00,155.70000000000002,155.70000000000002,152.8,154.0,144.38816566810507,16805.0,0.0,0.0,True 2022-08-15 00:00:00+03:00,154.0,154.0,150.0,150.0,140.63782028767716,48449.0,0.0,0.0,True 2022-08-16 00:00:00+03:00,149.9,151.5,147.5,149.0,139.70023863822627,42394.0,0.0,0.0,True 2022-08-17 00:00:00+03:00,149.0,150.9,139.20000000000002,142.0,133.13713891813345,214788.0,0.0,0.0,True 2022-08-18 00:00:00+03:00,141.4,146.6,140.3,146.5,137.35627042763073,68559.0,0.0,0.0,True 2022-08-21 00:00:00+03:00,144.1,144.9,142.8,144.4,135.38734426812778,13576.0,0.0,0.0,True 2022-08-22 00:00:00+03:00,144.0,147.0,142.0,146.20000000000002,137.07499123713941,36139.0,0.0,0.0,True 2022-08-23 00:00:00+03:00,145.5,150.0,145.0,146.4,137.26251695834173,42806.0,0.0,0.0,True 2022-08-24 00:00:00+03:00,146.4,149.8,145.9,149.5,140.1690247672956,37641.0,0.0,0.0,True 2022-08-25 00:00:00+03:00,148.9,149.5,143.5,144.0,135.0123116083474,117760.0,0.0,0.0,True 2022-08-28 00:00:00+03:00,140.0,141.20000000000002,138.5,141.20000000000002,132.38706420726055,26137.0,0.0,0.0,True 2022-08-29 00:00:00+03:00,141.0,143.0,138.4,139.3,130.60565437764777,67640.0,0.0,0.0,True 2022-08-30 00:00:00+03:00,139.3,141.3,137.20000000000002,138.70000000000002,130.04310538797722,48336.0,0.0,0.0,True 2022-08-31 00:00:00+03:00,138.70000000000002,139.1,132.3,135.9,127.41786737820254,56737.0,0.0,0.0,True 2022-09-01 00:00:00+03:00,135.8,137.9,132.5,133.9,125.54269468798859,66781.0,0.0,0.0,True 2022-09-04 00:00:00+03:00,132.5,136.5,132.5,136.0,127.51162084749154,15057.0,0.0,0.0,True 2022-09-05 00:00:00+03:00,136.0,136.9,133.4,135.6,127.13658818771118,14729.0,0.0,0.0,True 2022-09-06 00:00:00+03:00,135.6,139.9,135.4,137.0,128.4492118882546,45676.0,0.0,0.0,True 2022-09-07 00:00:00+03:00,137.0,137.20000000000002,134.6,136.6,128.07417922847426,26137.0,0.0,0.0,True 2022-09-08 00:00:00+03:00,136.6,136.6,133.5,135.3,126.85530899721982,52768.0,0.0,0.0,True 2022-09-11 00:00:00+03:00,136.4,137.6,135.3,137.4,128.82424454803498,18326.0,0.0,0.0,True 2022-09-12 00:00:00+03:00,137.6,142.0,136.6,142.0,133.13713891813345,47137.0,0.0,0.0,True 2022-09-13 00:00:00+03:00,142.5,142.9,138.4,142.0,133.13713891813345,49641.0,0.0,0.0,True 2022-09-14 00:00:00+03:00,140.70000000000002,142.0,138.4,140.4,131.63699888769983,30396.0,0.0,0.0,True 2022-09-15 00:00:00+03:00,140.0,140.5,135.4,137.4,128.82424454803498,60304.0,0.0,0.0,True 2022-09-18 00:00:00+03:00,137.4,137.4,131.1,133.9,125.54269468798859,64394.0,0.0,0.0,True 2022-09-19 00:00:00+03:00,131.8,133.6,131.5,133.4,125.07389916760704,46126.0,0.0,0.0,True 2022-09-20 00:00:00+03:00,132.2,137.4,131.4,135.5,127.04283471842218,49161.0,0.0,0.0,True 2022-09-21 00:00:00+03:00,134.0,135.3,131.0,132.9,124.60511303853768,104298.0,0.0,0.0,True 2022-09-22 00:00:00+03:00,128.9,131.0,124.8,127.0,119.07335782849695,188684.0,0.0,0.0,True 2022-09-28 00:00:00+03:00,122.9,125.60000000000001,120.60000000000001,125.4,117.57321779806335,247387.0,0.0,0.0,True 2022-09-29 00:00:00+03:00,124.3,125.5,122.3,122.3,114.6667005977973,252671.0,0.0,0.0,True 2022-10-02 00:00:00+03:00,121.0,121.10000000000001,116.60000000000001,120.60000000000001,113.07280709807469,48335.0,0.0,0.0,True 2022-10-03 00:00:00+03:00,120.60000000000001,124.5,118.7,122.5,114.85421692768749,91244.0,0.0,0.0,True 2022-10-06 00:00:00+03:00,124.5,127.0,122.60000000000001,124.10000000000001,116.3543569581211,76785.0,0.0,0.0,True 2022-10-11 00:00:00+03:00,122.0,125.0,121.60000000000001,123.9,116.16684062823091,17344.0,0.0,0.0,True 2022-10-12 00:00:00+03:00,126.4,128.1,124.7,128.1,120.10470233854902,18793.0,0.0,0.0,True 2022-10-13 00:00:00+03:00,127.7,131.5,127.0,131.5,123.29248933799425,40513.0,0.0,0.0,True 2022-10-18 00:00:00+03:00,132.1,134.5,129.6,130.4,122.26114482794219,50178.0,0.0,0.0,True 2022-10-19 00:00:00+03:00,131.7,131.7,128.2,130.9,122.72994034832371,37465.0,0.0,0.0,True 2022-10-20 00:00:00+03:00,129.4,131.1,128.0,130.5,122.35490768854335,44333.0,0.0,0.0,True 2022-10-23 00:00:00+03:00,131.7,133.4,131.0,133.1,124.79262936842785,19302.0,0.0,0.0,True 2022-10-24 00:00:00+03:00,133.1,134.2,131.6,133.9,125.54269468798859,52040.0,0.0,0.0,True 2022-10-25 00:00:00+03:00,134.2,136.4,134.0,135.0,126.57403919804064,49146.0,0.0,0.0,True 2022-10-26 00:00:00+03:00,134.7,136.6,133.4,135.1,126.66779266732966,42412.0,0.0,0.0,True 2022-10-27 00:00:00+03:00,135.1,135.6,131.4,134.0,125.63644815727758,76021.0,0.0,0.0,True 2022-10-30 00:00:00+03:00,134.7,134.9,131.9,133.8,125.4489318273874,31322.0,0.0,0.0,True 2022-10-31 00:00:00+02:00,133.8,135.5,131.4,135.5,127.04283471842218,71799.0,0.0,0.0,True 2022-11-02 00:00:00+02:00,135.5,139.5,132.0,134.1,125.73021101787876,293203.0,0.0,0.0,True 2022-11-03 00:00:00+02:00,132.0,133.1,129.1,130.5,122.35490768854335,129911.0,0.0,0.0,True 2022-11-06 00:00:00+02:00,134.9,134.9,131.2,134.6,126.19900653826028,22641.0,0.0,0.0,True 2022-11-07 00:00:00+02:00,134.6,134.6,134.6,134.6,126.19900653826028,0.0,0.0,0.0,True 2022-11-08 00:00:00+02:00,133.0,134.0,129.3,132.6,124.32383384804632,146265.0,0.0,0.0,True 2022-11-09 00:00:00+02:00,132.0,133.9,130.8,133.7,125.3551783580984,39966.0,0.0,0.0,True 2022-11-10 00:00:00+02:00,131.9,140.20000000000002,130.9,138.5,129.85558905808705,100199.0,0.0,0.0,True 2022-11-13 00:00:00+02:00,141.4,141.4,138.0,138.20000000000002,129.5743098675957,31640.0,0.0,0.0,True 2022-11-14 00:00:00+02:00,138.20000000000002,138.8,135.8,137.3,128.7304816874338,60479.0,0.0,0.0,True 2022-11-15 00:00:00+02:00,137.3,137.5,134.0,134.2,125.82397387847992,40048.0,0.0,0.0,True 2022-11-16 00:00:00+02:00,134.2,138.0,130.4,131.9,123.6675219977746,130040.0,0.0,0.0,True 2022-11-17 00:00:00+02:00,132.5,132.5,128.4,129.0,120.94852112739875,73495.0,0.0,0.0,True 2022-11-20 00:00:00+02:00,129.0,129.7,126.2,129.0,120.94852112739875,26649.0,0.0,0.0,True 2022-11-21 00:00:00+02:00,128.4,131.1,126.7,128.9,120.85476765810974,44289.0,0.0,0.0,True 2022-11-22 00:00:00+02:00,128.9,130.0,127.7,129.8,121.69859583827163,15814.0,0.0,0.0,True 2022-11-23 00:00:00+02:00,129.2,130.1,127.10000000000001,129.6,121.51107950838146,41533.0,0.0,0.0,True 2022-11-24 00:00:00+02:00,129.4,131.9,129.2,130.2,122.07362849805199,79207.0,0.0,0.0,True 2022-11-27 00:00:00+02:00,130.2,131.8,129.3,131.5,123.29248933799425,9480.0,0.0,0.0,True 2022-11-28 00:00:00+02:00,129.5,131.7,128.4,131.4,123.19872647739308,28545.0,0.0,0.0,True 2022-11-29 00:00:00+02:00,131.4,131.4,122.7,124.0,116.26059409751993,74009.0,0.0,0.0,True 2022-11-30 00:00:00+02:00,124.0,125.9,120.3,122.3,114.6667005977973,86117.0,0.0,0.0,True 2022-12-01 00:00:00+02:00,123.2,126.3,122.3,126.3,118.41704597822525,82763.0,0.0,0.0,True 2022-12-04 00:00:00+02:00,126.3,126.3,123.60000000000001,125.7,117.8544969885547,13562.0,0.0,0.0,True 2022-12-05 00:00:00+02:00,125.7,126.5,121.4,121.60000000000001,114.0103887475256,111430.0,0.0,0.0,True 2022-12-06 00:00:00+02:00,121.60000000000001,121.60000000000001,118.0,119.3,111.85394625813244,97735.0,0.0,0.0,True 2022-12-07 00:00:00+02:00,119.3,119.3,114.0,116.9,109.6037409081381,122523.0,0.0,0.0,True 2022-12-08 00:00:00+02:00,115.2,116.60000000000001,114.0,115.8,108.57239639808604,78892.0,0.0,0.0,True 2022-12-11 00:00:00+02:00,116.60000000000001,116.60000000000001,114.4,115.60000000000001,108.38488006819586,30431.0,0.0,0.0,True 2022-12-12 00:00:00+02:00,115.9,118.2,114.9,117.5,110.16628989780865,60548.0,0.0,0.0,True 2022-12-13 00:00:00+02:00,118.0,119.7,115.8,117.0,109.6975037687393,70372.0,0.0,0.0,True 2022-12-14 00:00:00+02:00,115.5,116.60000000000001,113.60000000000001,114.60000000000001,107.44729841874496,38947.0,0.0,0.0,True 2022-12-15 00:00:00+02:00,113.2,117.8,111.9,115.0,107.82233107852532,120434.0,0.0,0.0,True 2022-12-18 00:00:00+02:00,115.0,115.10000000000001,113.9,114.9,107.72856821792415,13865.0,0.0,0.0,True 2022-12-19 00:00:00+02:00,115.2,117.0,113.5,115.2,108.0098474084155,37622.0,0.0,0.0,True 2022-12-20 00:00:00+02:00,113.10000000000001,117.4,113.10000000000001,117.3,109.97877356791848,42971.0,0.0,0.0,True 2022-12-21 00:00:00+02:00,116.7,117.60000000000001,113.3,117.0,109.6975037687393,67291.0,0.0,0.0,True 2022-12-22 00:00:00+02:00,116.4,116.9,114.4,115.5,108.2911172075947,49964.0,0.0,0.0,True 2022-12-25 00:00:00+02:00,113.0,115.3,112.60000000000001,114.4,107.25978208885478,20760.0,0.0,0.0,True 2022-12-26 00:00:00+02:00,115.10000000000001,115.10000000000001,111.0,114.4,107.25978208885478,72512.0,0.0,0.0,True 2022-12-27 00:00:00+02:00,114.4,116.5,113.3,114.5,107.35353555814379,72799.0,0.0,0.0,True 2022-12-28 00:00:00+02:00,115.4,115.4,113.10000000000001,114.8,107.63481474863514,75377.0,0.0,0.0,True 2022-12-29 00:00:00+02:00,113.60000000000001,116.7,112.4,116.60000000000001,109.32246171764676,100711.0,0.0,0.0,True 2023-01-01 00:00:00+02:00,116.2,117.5,113.3,114.3,107.1660192282536,21017.0,0.0,0.0,True 2023-01-02 00:00:00+02:00,114.5,114.7,112.8,113.3,106.22843757880271,89013.0,0.0,0.0,True 2023-01-03 00:00:00+02:00,113.4,114.9,109.60000000000001,110.8,103.8844693682072,170205.0,0.0,0.0,True 2023-01-04 00:00:00+02:00,110.8,112.9,109.60000000000001,111.3,104.35326488858874,56237.0,0.0,0.0,True 2023-01-05 00:00:00+02:00,111.3,111.9,108.4,109.2,102.38432933777361,62945.0,0.0,0.0,True 2023-01-08 00:00:00+02:00,110.3,111.0,110.0,110.2,103.32192037853666,23500.0,0.0,0.0,True 2023-01-09 00:00:00+02:00,110.2,112.7,110.10000000000001,112.7,105.66587919782,43815.0,0.0,0.0,True 2023-01-10 00:00:00+02:00,112.60000000000001,112.7,110.4,111.7,104.72829754836911,35277.0,0.0,0.0,True 2023-01-11 00:00:00+02:00,111.7,113.10000000000001,110.9,111.60000000000001,104.63453468776792,40477.0,0.0,0.0,True 2023-01-12 00:00:00+02:00,111.60000000000001,112.60000000000001,110.8,112.5,105.47836286792982,45952.0,0.0,0.0,True 2023-01-15 00:00:00+02:00,112.5,114.0,111.5,112.3,105.29084653803964,11031.0,0.0,0.0,True 2023-01-16 00:00:00+02:00,112.3,113.8,111.5,113.0,105.94715838831137,16485.0,0.0,0.0,True 2023-01-17 00:00:00+02:00,114.0,114.8,112.2,114.5,107.35353555814379,60146.0,0.0,0.0,True 2023-01-18 00:00:00+02:00,115.4,116.3,114.60000000000001,116.0,108.75991272797623,40841.0,0.0,0.0,True 2023-01-19 00:00:00+02:00,114.7,116.2,114.2,114.3,107.1660192282536,42536.0,0.0,0.0,True 2023-01-22 00:00:00+02:00,115.60000000000001,115.60000000000001,114.2,114.5,107.35353555814379,10864.0,0.0,0.0,True 2023-01-23 00:00:00+02:00,114.5,115.2,113.2,115.10000000000001,107.91608454781434,28402.0,0.0,0.0,True 2023-01-24 00:00:00+02:00,115.10000000000001,115.60000000000001,110.2,111.2,104.25950202798757,61525.0,0.0,0.0,True 2023-01-25 00:00:00+02:00,111.2,111.5,107.3,108.5,101.72802687881405,48466.0,0.0,0.0,True 2023-01-26 00:00:00+02:00,108.5,108.8,105.2,106.5,99.85285418860009,135585.0,0.0,0.0,True 2023-01-29 00:00:00+02:00,106.2,106.3,102.8,105.4,98.82150967854801,33561.0,0.0,0.0,True 2023-01-30 00:00:00+02:00,105.0,106.2,103.7,105.4,98.82150967854801,53370.0,0.0,0.0,True 2023-01-31 00:00:00+02:00,105.0,107.0,104.2,106.9,100.22788684838045,84577.0,0.0,0.0,True 2023-02-01 00:00:00+02:00,107.7,110.0,106.60000000000001,109.5,102.66560852826495,65333.0,0.0,0.0,True 2023-02-02 00:00:00+02:00,111.4,112.8,110.5,112.5,105.47836286792982,124289.0,0.0,0.0,True 2023-02-05 00:00:00+02:00,112.5,112.5,111.0,112.4,105.3846093986408,14636.0,0.0,0.0,True 2023-02-06 00:00:00+02:00,112.4,112.9,110.5,111.10000000000001,104.16574855869855,64029.0,0.0,0.0,True 2023-02-07 00:00:00+02:00,112.0,112.0,109.9,110.0,103.13440404864649,55496.0,0.0,0.0,True 2023-02-08 00:00:00+02:00,111.8,111.8,108.7,111.2,104.25950202798757,41682.0,0.0,0.0,True 2023-02-09 00:00:00+02:00,111.2,111.4,108.10000000000001,109.7,102.85312485815514,49678.0,0.0,0.0,True 2023-02-12 00:00:00+02:00,106.0,108.8,104.9,108.60000000000001,101.82178034810306,58009.0,0.0,0.0,True 2023-02-13 00:00:00+02:00,107.5,109.8,106.0,108.5,101.72802687881405,49264.0,0.0,0.0,True 2023-02-14 00:00:00+02:00,109.9,109.9,105.8,108.3,101.54051054892388,62421.0,0.0,0.0,True 2023-02-15 00:00:00+02:00,108.3,109.3,106.60000000000001,108.7,101.91554320870422,29780.0,0.0,0.0,True 2023-02-16 00:00:00+02:00,108.9,109.8,105.0,107.8,101.07171502854234,66911.0,0.0,0.0,True 2023-02-19 00:00:00+02:00,107.8,107.8,107.8,107.8,101.07171502854234,0.0,0.0,0.0,True 2023-02-20 00:00:00+02:00,109.60000000000001,109.60000000000001,106.4,106.9,100.22788684838045,23208.0,0.0,0.0,True 2023-02-21 00:00:00+02:00,106.9,106.9,102.8,104.2,97.69640230789477,71277.0,0.0,0.0,True 2023-02-22 00:00:00+02:00,104.2,105.0,102.0,102.7,96.29002513806235,68096.0,0.0,0.0,True 2023-02-23 00:00:00+02:00,102.3,104.0,101.60000000000001,102.2,95.82123900899298,107198.0,0.0,0.0,True 2023-02-26 00:00:00+02:00,100.5,101.7,99.55,100.2,93.946066318779,23281.0,0.0,0.0,True 2023-02-27 00:00:00+02:00,100.2,102.0,98.54,101.9,95.53995981850161,46085.0,0.0,0.0,True 2023-02-28 00:00:00+02:00,101.9,102.5,100.10000000000001,102.3,95.91499247828197,61028.0,0.0,0.0,True 2023-03-01 00:00:00+02:00,102.3,102.3,99.81,100.5,94.22733611795819,66423.0,0.0,0.0,True 2023-03-02 00:00:00+02:00,99.9,100.2,98.15,99.04,92.8584678488911,73573.0,0.0,0.0,True 2023-03-05 00:00:00+02:00,99.04,101.0,98.9,100.9,94.60237816905072,19790.0,0.0,0.0,True 2023-03-06 00:00:00+02:00,99.52,102.10000000000001,99.52,102.10000000000001,95.72747614839179,49282.0,0.0,0.0,True 2023-03-08 00:00:00+02:00,100.10000000000001,103.0,100.10000000000001,103.0,96.5713043285537,52218.0,0.0,0.0,True 2023-03-09 00:00:00+02:00,103.3,103.5,101.4,103.0,96.5713043285537,70588.0,0.0,0.0,True 2023-03-12 00:00:00+02:00,99.0,102.0,98.99000000000001,102.0,95.63371328779063,30043.0,0.0,0.0,True 2023-03-13 00:00:00+02:00,102.0,108.0,100.10000000000001,107.2,100.5091660388718,412652.0,0.0,0.0,True 2023-03-14 00:00:00+02:00,107.2,107.2,105.0,105.9,99.29030519892954,77351.0,0.0,0.0,True 2023-03-15 00:00:00+02:00,105.9,106.4,102.4,104.4,97.88391863778496,98693.0,0.0,0.0,True 2023-03-16 00:00:00+02:00,104.60000000000001,105.4,101.5,103.5,97.04009984893523,118813.0,0.0,0.0,True 2023-03-19 00:00:00+02:00,103.3,103.7,99.56,100.4,94.13358264866918,31912.0,0.0,0.0,True 2023-03-20 00:00:00+02:00,100.8,102.5,99.55,102.5,96.10250880817216,40539.0,0.0,0.0,True 2023-03-21 00:00:00+02:00,103.5,103.5,102.10000000000001,102.9,96.47754146795252,32995.0,0.0,0.0,True 2023-03-22 00:00:00+02:00,103.8,105.8,102.8,104.9,98.35271415816648,62501.0,0.0,0.0,True 2023-03-23 00:00:00+02:00,104.7,106.8,102.2,106.10000000000001,99.47782152881972,56882.0,0.0,0.0,True 2023-03-26 00:00:00+03:00,106.10000000000001,106.10000000000001,103.3,104.0,97.5088859780046,51894.0,0.0,0.0,True 2023-03-27 00:00:00+03:00,106.4,108.0,103.9,106.5,99.85285418860009,111378.0,0.0,0.0,True 2023-03-28 00:00:00+03:00,105.5,106.9,103.5,104.7,98.1651978282763,32738.0,0.0,0.0,True 2023-03-29 00:00:00+03:00,104.8,105.7,102.8,103.60000000000001,97.13385331822423,77233.0,0.0,0.0,True 2023-03-30 00:00:00+03:00,103.60000000000001,105.4,101.4,105.4,98.82150967854801,160367.0,0.0,0.0,True 2023-04-02 00:00:00+03:00,105.4,111.10000000000001,105.4,110.2,103.32192037853666,77873.0,0.0,0.0,True 2023-04-03 00:00:00+03:00,110.2,110.2,107.7,109.7,102.85312485815514,136176.0,0.0,0.0,True 2023-04-04 00:00:00+03:00,109.3,112.7,108.60000000000001,112.10000000000001,105.10333020814946,85811.0,0.0,0.0,True 2023-04-09 00:00:00+03:00,110.10000000000001,111.4,108.60000000000001,111.4,104.44701835787775,29195.0,0.0,0.0,True 2023-04-10 00:00:00+03:00,101.9,102.60000000000001,100.5,101.5,97.60954206173089,47741.0,2.79,0.0,True 2023-04-13 00:00:00+03:00,100.60000000000001,100.7,98.53,99.38,95.57080088763364,76187.0,0.0,0.0,True 2023-04-16 00:00:00+03:00,100.0,102.5,100.0,101.2,97.32104095218882,20801.0,0.0,0.0,True 2023-04-17 00:00:00+03:00,101.2,101.8,99.51,101.60000000000001,97.70570909824491,62360.0,0.0,0.0,True 2023-04-18 00:00:00+03:00,101.60000000000001,101.60000000000001,99.0,99.93,96.09971958846077,89988.0,0.0,0.0,True 2023-04-19 00:00:00+03:00,98.65,99.96000000000001,97.8,98.45,94.67644744805327,44395.0,0.0,0.0,True 2023-04-20 00:00:00+03:00,97.99000000000001,99.8,97.01,99.22,95.41693362921121,50697.0,0.0,0.0,True 2023-04-23 00:00:00+03:00,98.5,99.04,97.74000000000001,98.3,94.53219689328222,11331.0,0.0,0.0,True 2023-04-24 00:00:00+03:00,97.79,98.5,97.18,98.28,94.51296348597943,156742.0,0.0,0.0,True 2023-04-27 00:00:00+03:00,96.5,96.83,94.88,95.60000000000001,91.93568690740368,232939.0,0.0,0.0,True 2023-04-30 00:00:00+03:00,95.60000000000001,96.97,95.4,96.43,92.73387331047005,33046.0,0.0,0.0,True 2023-05-01 00:00:00+03:00,97.5,98.12,96.52,98.0,94.24369578374016,86799.0,0.0,0.0,True 2023-05-02 00:00:00+03:00,98.0,100.0,97.27,99.93,96.09971958846077,44889.0,0.0,0.0,True 2023-05-03 00:00:00+03:00,99.93,100.0,99.02,99.86,96.03240266290095,38392.0,0.0,0.0,True 2023-05-04 00:00:00+03:00,100.3,100.60000000000001,97.93,97.93,94.17637885818036,87327.0,0.0,0.0,True 2023-05-07 00:00:00+03:00,97.93,100.7,97.92,100.2,96.35937058704862,42150.0,0.0,0.0,True 2023-05-08 00:00:00+03:00,98.77,104.4,98.77,103.8,99.82138390155336,42991.0,0.0,0.0,True 2023-05-09 00:00:00+03:00,104.8,104.8,103.8,104.3,100.30221908412346,62637.0,0.0,0.0,True 2023-05-10 00:00:00+03:00,104.3,107.0,104.0,105.60000000000001,101.55239055880574,66515.0,0.0,0.0,True 2023-05-11 00:00:00+03:00,106.5,111.8,105.10000000000001,107.0,102.89872907000202,96832.0,0.0,0.0,True 2023-05-14 00:00:00+03:00,109.0,109.0,106.60000000000001,107.4,103.2833972160581,24366.0,0.0,0.0,True 2023-05-15 00:00:00+03:00,107.60000000000001,109.0,106.9,107.5,103.37956425257212,55889.0,0.0,0.0,True 2023-05-16 00:00:00+03:00,107.5,109.3,106.5,108.60000000000001,104.43740165422635,107033.0,0.0,0.0,True 2023-05-17 00:00:00+03:00,108.60000000000001,111.3,107.3,110.9,106.64924349404882,35278.0,0.0,0.0,True 2023-05-18 00:00:00+03:00,111.7,112.2,111.10000000000001,111.3,107.0339116401049,63055.0,0.0,0.0,True 2023-05-21 00:00:00+03:00,111.3,112.0,110.7,111.4,107.13007867661892,12259.0,0.0,0.0,True 2023-05-22 00:00:00+03:00,111.4,111.4,111.4,111.4,107.13007867661892,0.0,0.0,0.0,True 2023-05-23 00:00:00+03:00,105.5,105.8,100.10000000000001,100.3,96.45553762356263,84175.0,0.0,0.0,True 2023-05-24 00:00:00+03:00,100.3,101.3,97.75,99.53,95.71505144240469,146318.0,0.0,0.0,True 2023-05-28 00:00:00+03:00,100.0,100.5,98.19,99.9,96.07086947750656,16782.0,0.0,0.0,True 2023-05-29 00:00:00+03:00,99.9,101.60000000000001,96.10000000000001,96.66,92.95505749445229,41734.0,0.0,0.0,True 2023-05-30 00:00:00+03:00,97.0,98.7,96.9,97.58,93.83979423038127,51448.0,0.0,0.0,True 2023-05-31 00:00:00+03:00,96.9,98.69,94.04,95.98,92.30112164615696,106741.0,0.0,0.0,True 2023-06-01 00:00:00+03:00,95.52,96.0,93.5,93.5,89.91617914060924,74734.0,0.0,0.0,True 2023-06-04 00:00:00+03:00,93.5,96.21000000000001,93.5,95.37,91.71450272342143,22537.0,0.0,0.0,True 2023-06-05 00:00:00+03:00,94.21000000000001,95.28,93.45,93.96000000000001,90.35854750857374,41966.0,0.0,0.0,True 2023-06-06 00:00:00+03:00,93.41,94.09,91.8,91.95,88.42559007464192,33132.0,0.0,0.0,True 2023-06-07 00:00:00+03:00,91.95,92.93,88.98,89.5,86.06949768004841,235361.0,0.0,0.0,True 2023-06-08 00:00:00+03:00,89.10000000000001,94.16,89.10000000000001,91.88,88.3582731490821,226781.0,0.0,0.0,True 2023-06-11 00:00:00+03:00,93.9,93.9,90.98,91.25,87.75242081904378,25964.0,0.0,0.0,True 2023-06-12 00:00:00+03:00,91.95,93.61,90.88,91.66,88.14670566875125,61619.0,0.0,0.0,True 2023-06-13 00:00:00+03:00,91.66,93.91,91.27,93.5,89.91617914060924,176707.0,0.0,0.0,True 2023-06-14 00:00:00+03:00,93.5,93.5,91.34,93.0,89.43534395803914,56680.0,0.0,0.0,True 2023-06-15 00:00:00+03:00,93.0,95.0,92.10000000000001,93.88,90.28161387936251,339691.0,0.0,0.0,True 2023-06-18 00:00:00+03:00,97.0,99.92,95.4,95.74000000000001,92.07032075852331,95547.0,0.0,0.0,True 2023-06-19 00:00:00+03:00,95.32000000000001,97.95,93.85000000000001,95.69,92.02223724026629,40496.0,0.0,0.0,True 2023-06-20 00:00:00+03:00,94.3,96.2,94.0,94.02,90.41624773048214,30946.0,0.0,0.0,True 2023-06-21 00:00:00+03:00,94.02,94.05,90.0,90.0,86.55033286261852,43192.0,0.0,0.0,True 2023-06-22 00:00:00+03:00,89.64,91.95,89.28,90.8,87.31966915473068,98900.0,0.0,0.0,True 2023-06-25 00:00:00+03:00,90.8,91.84,89.31,89.95,86.50224934436152,11769.0,0.0,0.0,True 2023-06-26 00:00:00+03:00,89.95,90.82000000000001,88.28,89.57000000000001,86.13681460560824,52829.0,0.0,0.0,True 2023-06-27 00:00:00+03:00,89.57000000000001,89.57000000000001,86.15,86.60000000000001,83.28065362114182,101418.0,0.0,0.0,True 2023-06-28 00:00:00+03:00,86.60000000000001,88.0,86.33,87.2,83.85765584022595,46878.0,0.0,0.0,True 2023-06-29 00:00:00+03:00,86.76,87.16,85.10000000000001,86.5,83.1844865846278,160940.0,0.0,0.0,True 2023-07-02 00:00:00+03:00,85.05,87.49,85.05,86.32000000000001,83.01138591890256,11801.0,0.0,0.0,True 2023-07-03 00:00:00+03:00,86.28,87.35000000000001,85.0,87.25,83.90573935848295,66491.0,0.0,0.0,True 2023-07-04 00:00:00+03:00,87.21000000000001,88.9,87.21000000000001,88.72,85.31939479523905,15069.0,0.0,0.0,True 2023-07-05 00:00:00+03:00,88.72,88.72,88.72,88.72,85.31939479523905,0.0,0.0,0.0,True 2023-07-06 00:00:00+03:00,87.0,88.39,86.21000000000001,87.8,84.43465805931007,62681.0,0.0,0.0,True 2023-07-09 00:00:00+03:00,86.87,87.05,85.09,85.82000000000001,82.53055073633247,15624.0,0.0,0.0,True 2023-07-10 00:00:00+03:00,86.0,86.93,84.83,85.06,81.7996812588259,40892.0,0.0,0.0,True 2023-07-11 00:00:00+03:00,84.16,86.19,83.66,86.05,82.7517349203147,62863.0,0.0,0.0,True 2023-07-12 00:00:00+03:00,86.05,88.63,85.88,88.2,84.81932620536615,107270.0,0.0,0.0,True 2023-07-13 00:00:00+03:00,88.12,88.25,85.27,85.8,82.51131732902965,83284.0,0.0,0.0,True 2023-07-16 00:00:00+03:00,86.77,86.77,84.46000000000001,84.59,81.34769618721,29015.0,0.0,0.0,True 2023-07-17 00:00:00+03:00,84.59,87.49,84.4,86.35000000000001,83.04023602985677,173238.0,0.0,0.0,True 2023-07-18 00:00:00+03:00,86.0,89.82000000000001,86.0,89.82000000000001,86.37723219689329,156979.0,0.0,0.0,True 2023-07-19 00:00:00+03:00,90.0,94.0,89.56,92.93,89.36802703247933,178399.0,0.0,0.0,True 2023-07-20 00:00:00+03:00,93.39,94.36,92.12,93.01,89.44496066169054,70519.0,0.0,0.0,True 2023-07-23 00:00:00+03:00,92.0,98.39,91.97,96.08,92.39728868267096,48068.0,0.0,0.0,True 2023-07-24 00:00:00+03:00,96.08,97.41,92.0,94.01,90.40663102683075,79407.0,0.0,0.0,True 2023-07-25 00:00:00+03:00,93.95,95.0,91.13,92.82000000000001,89.26224329231391,127578.0,0.0,0.0,True 2023-07-26 00:00:00+03:00,92.82000000000001,94.89,92.51,94.5,90.87784950574944,124860.0,0.0,0.0,True 2023-07-30 00:00:00+03:00,95.51,98.96000000000001,95.51,98.41,94.63798063344764,34817.0,0.0,0.0,True 2023-07-31 00:00:00+03:00,98.0,99.10000000000001,96.83,96.83,93.11854145652612,73323.0,0.0,0.0,True 2023-08-01 00:00:00+03:00,96.43,97.48,95.12,95.41,91.75296953802703,59209.0,0.0,0.0,True 2023-08-02 00:00:00+03:00,93.5,95.0,93.0,93.0,89.43534395803914,23211.0,0.0,0.0,True 2023-08-03 00:00:00+03:00,93.0,93.71000000000001,92.51,93.5,89.91617914060924,71493.0,0.0,0.0,True 2023-08-06 00:00:00+03:00,93.5,95.66,92.54,95.39,91.73373613072422,9557.0,0.0,0.0,True 2023-08-07 00:00:00+03:00,95.09,95.95,94.55,94.9,91.26251765180554,27003.0,0.0,0.0,True 2023-08-08 00:00:00+03:00,94.9,94.9,93.76,94.14,90.53164817429897,31575.0,0.0,0.0,True 2023-08-09 00:00:00+03:00,94.5,95.84,92.55,94.25,90.63743191446439,39406.0,0.0,0.0,True 2023-08-10 00:00:00+03:00,93.34,96.94,93.34,96.3,92.60885616300182,20972.0,0.0,0.0,True 2023-08-13 00:00:00+03:00,96.4,96.4,94.34,95.09,91.44523502118217,2843.0,0.0,0.0,True 2023-08-14 00:00:00+03:00,95.09,95.09,93.4,93.56,89.97387936251765,28790.0,0.0,0.0,True 2023-08-15 00:00:00+03:00,95.02,95.25,92.25,92.34,88.8006415170466,35817.0,0.0,0.0,True 2023-08-16 00:00:00+03:00,93.62,93.62,89.42,89.64,86.20413153116804,39051.0,0.0,0.0,True 2023-08-17 00:00:00+03:00,89.10000000000001,94.26,88.59,92.98,89.41611055073633,42742.0,0.0,0.0,True 2023-08-20 00:00:00+03:00,92.67,92.67,91.01,91.60000000000001,88.08900544684286,8525.0,0.0,0.0,True 2023-08-21 00:00:00+03:00,92.97,92.97,90.84,92.75,89.19492636675409,21677.0,0.0,0.0,True 2023-08-22 00:00:00+03:00,92.07000000000001,94.8,91.52,94.41,90.79129917288682,30138.0,0.0,0.0,True 2023-08-23 00:00:00+03:00,94.41,94.41,92.01,92.68,89.12760944119428,32888.0,0.0,0.0,True 2023-08-24 00:00:00+03:00,93.58,94.46000000000001,92.0,92.65,89.09875933024007,123799.0,0.0,0.0,True 2023-08-27 00:00:00+03:00,92.65,93.12,91.0,91.15,87.65625378252976,10766.0,0.0,0.0,True 2023-08-28 00:00:00+03:00,91.01,91.65,90.2,90.66,87.18503530361104,22989.0,0.0,0.0,True 2023-08-29 00:00:00+03:00,90.66,91.99,90.66,91.5,87.99283841032883,33003.0,0.0,0.0,True 2023-08-30 00:00:00+03:00,91.5,91.60000000000001,89.29,89.29,85.86754690336898,31455.0,0.0,0.0,True 2023-08-31 00:00:00+03:00,88.5,91.8,88.48,90.45,86.98308452693162,42337.0,0.0,0.0,True 2023-09-03 00:00:00+03:00,90.45,92.3,90.45,91.89,88.36788985273351,6265.0,0.0,0.0,True 2023-09-04 00:00:00+03:00,92.9,92.9,90.48,91.89,88.36788985273351,18128.0,0.0,0.0,True 2023-09-05 00:00:00+03:00,91.89,93.63,91.32000000000001,92.95,89.38726043978212,64063.0,0.0,0.0,True 2023-09-06 00:00:00+03:00,92.95,93.26,89.9,89.99,86.54071615896711,38560.0,0.0,0.0,True 2023-09-07 00:00:00+03:00,89.47,89.47,88.54,89.06,85.64636271938673,55130.0,0.0,0.0,True 2023-09-10 00:00:00+03:00,89.06,89.06,89.06,89.06,85.64636271938673,0.0,0.0,0.0,True 2023-09-11 00:00:00+03:00,88.2,90.57000000000001,88.2,88.95,85.54057897922131,39797.0,0.0,0.0,True 2023-09-12 00:00:00+03:00,88.84,91.21000000000001,88.84,90.98,87.49276982045592,52910.0,0.0,0.0,True 2023-09-13 00:00:00+03:00,91.2,91.68,88.44,89.01,85.59827920112971,15710.0,0.0,0.0,True 2023-09-14 00:00:00+03:00,89.62,92.51,88.84,92.51,88.96412547912044,124130.0,0.0,0.0,True 2023-09-18 00:00:00+03:00,91.05,91.55,90.21000000000001,91.5,87.99283841032883,49487.0,0.0,0.0,True 2023-09-19 00:00:00+03:00,91.5,93.81,91.5,93.55,89.96426265886625,104691.0,0.0,0.0,True 2023-09-20 00:00:00+03:00,93.65,94.05,92.75,93.0,89.43534395803914,31082.0,0.0,0.0,True 2023-09-21 00:00:00+03:00,93.93,93.99,91.23,91.82000000000001,88.3005729271737,47224.0,0.0,0.0,True 2023-09-26 00:00:00+03:00,91.82000000000001,91.82000000000001,87.93,88.29,84.90587653822877,71185.0,0.0,0.0,True 2023-09-27 00:00:00+03:00,88.29,88.29,86.8,87.12,83.78072221101473,31012.0,0.0,0.0,True 2023-09-28 00:00:00+03:00,86.37,88.07000000000001,86.2,88.0,84.6269921323381,91891.0,0.0,0.0,True 2023-10-01 00:00:00+03:00,88.0,88.0,88.0,88.0,84.6269921323381,0.0,0.0,0.0,True 2023-10-02 00:00:00+03:00,88.98,88.98,87.01,87.23,83.88650595118015,20551.0,0.0,0.0,True 2023-10-03 00:00:00+03:00,86.5,87.92,86.5,87.9,84.5308250958241,30808.0,0.0,0.0,True 2023-10-04 00:00:00+03:00,88.0,88.93,87.33,87.75,84.38657454105305,21180.0,0.0,0.0,True 2023-10-05 00:00:00+03:00,88.39,89.48,87.7,88.60000000000001,85.20399435142224,42630.0,0.0,0.0,True 2023-10-08 00:00:00+03:00,85.4,85.93,80.14,83.58,80.3764091184184,54057.0,0.0,0.0,True 2023-10-09 00:00:00+03:00,82.2,86.31,82.2,84.99,81.73236433326608,92552.0,0.0,0.0,True 2023-10-10 00:00:00+03:00,85.0,88.93,85.0,87.94,84.5692919104297,56470.0,0.0,0.0,True 2023-10-11 00:00:00+03:00,87.5,89.43,85.19,86.31,83.00176921525116,49405.0,0.0,0.0,True 2023-10-12 00:00:00+03:00,87.4,88.3,84.16,84.98,81.72274762961469,44604.0,0.0,0.0,True 2023-10-15 00:00:00+03:00,82.4,84.26,80.51,81.52,78.39536816622957,32504.0,0.0,0.0,True 2023-10-16 00:00:00+03:00,85.7,85.7,81.89,82.47,79.30895501311277,49556.0,0.0,0.0,True 2023-10-17 00:00:00+03:00,83.68,84.36,81.23,83.43,80.23215856364737,64388.0,0.0,0.0,True 2023-10-18 00:00:00+03:00,81.9,86.05,81.9,85.27,82.00163203550534,31989.0,0.0,0.0,True 2023-10-19 00:00:00+03:00,84.3,86.59,83.60000000000001,83.60000000000001,80.39564252572121,45648.0,0.0,0.0,True 2023-10-22 00:00:00+03:00,83.60000000000001,83.60000000000001,80.14,80.93,77.82798265079686,29524.0,0.0,0.0,True 2023-10-23 00:00:00+03:00,81.0,82.0,77.82000000000001,79.05,76.02004236433326,69066.0,0.0,0.0,True 2023-10-24 00:00:00+03:00,78.60000000000001,79.31,77.2,78.89,75.86617510591083,84077.0,0.0,0.0,True 2023-10-25 00:00:00+03:00,78.89,78.89,75.38,75.4,72.50994553157152,87376.0,0.0,0.0,True 2023-10-26 00:00:00+03:00,75.0,75.4,72.61,73.45,70.63468831954812,169862.0,0.0,0.0,True 2023-10-29 00:00:00+03:00,73.45,76.19,73.0,73.66,70.83663909622756,46018.0,0.0,0.0,True 2023-10-30 00:00:00+02:00,73.33,74.07000000000001,71.12,72.4,69.62493443615091,165440.0,0.0,0.0,True 2023-10-31 00:00:00+02:00,72.4,72.4,72.4,72.4,69.62493443615091,0.0,0.0,0.0,True 2023-11-01 00:00:00+02:00,73.34,76.5,73.34,76.29,73.3658321565463,189705.0,0.0,0.0,True 2023-11-02 00:00:00+02:00,77.0,78.12,75.4,78.12,75.12568892475288,2200085.0,0.0,0.0,True 2023-11-05 00:00:00+02:00,78.7,79.5,76.61,77.2,74.24095218882388,72592.0,0.0,0.0,True 2023-11-06 00:00:00+02:00,78.4,79.39,76.71000000000001,78.7,75.6834577365342,64505.0,0.0,0.0,True 2023-11-07 00:00:00+02:00,78.8,80.78,78.77,80.12,77.0490296550333,38283.0,0.0,0.0,True 2023-11-08 00:00:00+02:00,81.68,81.68,78.4,78.53,75.51997377446035,375963.0,0.0,0.0,True 2023-11-09 00:00:00+02:00,78.53,80.02,76.97,79.2,76.1642929191043,36375.0,0.0,0.0,True 2023-11-12 00:00:00+02:00,78.31,79.2,76.2,77.58,74.60638692757716,26301.0,0.0,0.0,True 2023-11-13 00:00:00+02:00,75.5,78.66,75.5,76.35000000000001,73.42353237845472,39261.0,0.0,0.0,True 2023-11-14 00:00:00+02:00,76.35000000000001,78.64,76.01,77.67,74.69293726043978,71401.0,0.0,0.0,True 2023-11-15 00:00:00+02:00,77.67,81.0,77.67,80.01,76.94324591486787,47546.0,0.0,0.0,True 2023-11-16 00:00:00+02:00,80.01,82.9,79.22,82.9,79.72247327012306,38700.0,0.0,0.0,True 2023-11-19 00:00:00+02:00,82.51,85.0,80.60000000000001,81.66,78.5300020173492,20319.0,0.0,0.0,True 2023-11-20 00:00:00+02:00,81.66,82.49,80.28,81.27,78.15495057494452,41290.0,0.0,0.0,True 2023-11-21 00:00:00+02:00,81.27,81.63,80.21000000000001,81.15,78.0395501311277,25568.0,0.0,0.0,True 2023-11-22 00:00:00+02:00,81.15,85.52,81.25,84.08,80.8572443009885,33133.0,0.0,0.0,True 2023-11-23 00:00:00+02:00,85.55,85.60000000000001,82.57000000000001,84.95,81.69389751866048,12244.0,0.0,0.0,True 2023-11-26 00:00:00+02:00,84.95,84.95,82.28,83.9,80.68414363526327,22006.0,0.0,0.0,True 2023-11-27 00:00:00+02:00,83.9,84.63,82.51,83.0,79.81864030663708,24544.0,0.0,0.0,True 2023-11-28 00:00:00+02:00,83.0,83.02,81.61,82.32000000000001,79.16470445834175,25897.0,0.0,0.0,True 2023-11-29 00:00:00+02:00,82.32000000000001,83.26,81.99,83.07000000000001,79.8859572321969,30283.0,0.0,0.0,True 2023-11-30 00:00:00+02:00,83.07000000000001,83.07000000000001,81.02,82.45,79.28972160580997,81501.0,0.0,0.0,True 2023-12-03 00:00:00+02:00,82.45,83.72,81.99,82.45,79.28972160580997,11614.0,0.0,0.0,True 2023-12-04 00:00:00+02:00,82.45,84.18,81.98,82.46000000000001,79.29933830946138,27648.0,0.0,0.0,True 2023-12-05 00:00:00+02:00,82.46000000000001,84.42,82.46000000000001,84.21000000000001,80.98226144845674,36188.0,0.0,0.0,True 2023-12-06 00:00:00+02:00,84.58,85.97,83.7,84.61,81.36692959451281,25721.0,0.0,0.0,True 2023-12-07 00:00:00+02:00,85.5,86.5,84.48,86.5,83.1844865846278,38674.0,0.0,0.0,True 2023-12-10 00:00:00+02:00,86.5,88.14,86.5,87.95,84.5789086140811,22870.0,0.0,0.0,True 2023-12-11 00:00:00+02:00,87.95,87.95,85.02,85.57000000000001,82.29013314504742,47055.0,0.0,0.0,True 2023-12-12 00:00:00+02:00,85.57000000000001,85.69,83.12,83.27,80.07829130522494,23084.0,0.0,0.0,True 2023-12-13 00:00:00+02:00,83.27,83.29,81.22,82.86,79.68400645551745,26941.0,0.0,0.0,True 2023-12-14 00:00:00+02:00,83.27,85.34,83.27,84.19,80.96302804115392,24114.0,0.0,0.0,True 2023-12-17 00:00:00+02:00,86.07000000000001,89.22,86.07000000000001,88.06,84.68469235424652,24762.0,0.0,0.0,True 2023-12-18 00:00:00+02:00,88.69,89.76,86.45,89.67,86.23298164212225,41302.0,0.0,0.0,True 2023-12-19 00:00:00+02:00,88.5,91.29,88.21000000000001,89.62,86.18489812386524,38816.0,0.0,0.0,True 2023-12-20 00:00:00+02:00,87.11,90.34,87.11,89.97,86.52148275166431,24855.0,0.0,0.0,True 2023-12-21 00:00:00+02:00,89.97,90.95,88.15,90.95,87.46391970950172,24590.0,0.0,0.0,True 2023-12-24 00:00:00+02:00,91.98,94.71000000000001,91.78,92.07000000000001,88.54099051845876,14067.0,0.0,0.0,True 2023-12-25 00:00:00+02:00,92.0,92.0,90.57000000000001,91.7,88.18517248335687,16853.0,0.0,0.0,True 2023-12-26 00:00:00+02:00,89.77,91.69,88.49,89.33,85.90601371797457,19180.0,0.0,0.0,True 2023-12-27 00:00:00+02:00,89.33,90.5,88.19,89.47,86.0406475690942,18339.0,0.0,0.0,True 2023-12-28 00:00:00+02:00,90.95,90.95,87.43,87.45,84.098073431511,49575.0,0.0,0.0,True 2023-12-31 00:00:00+02:00,87.45,88.3,86.38,88.3,84.91549324188017,23187.0,0.0,0.0,True 2024-01-01 00:00:00+02:00,88.3,94.14,88.3,94.14,90.53164817429897,46186.0,0.0,0.0,True 2024-01-02 00:00:00+02:00,94.14,94.14,92.16,93.5,89.91617914060924,50089.0,0.0,0.0,True 2024-01-03 00:00:00+02:00,93.5,94.59,91.52,92.78,89.2237764777083,27596.0,0.0,0.0,True 2024-01-04 00:00:00+02:00,92.78,96.21000000000001,92.56,96.21000000000001,92.5223058301392,36702.0,0.0,0.0,True 2024-01-07 00:00:00+02:00,96.59,96.99000000000001,95.18,95.25,91.5991022796046,12162.0,0.0,0.0,True 2024-01-08 00:00:00+02:00,96.0,96.0,91.5,92.60000000000001,89.05067581198306,55003.0,0.0,0.0,True 2024-01-09 00:00:00+02:00,92.60000000000001,92.60000000000001,90.57000000000001,91.99,88.46405688924753,26243.0,0.0,0.0,True 2024-01-10 00:00:00+02:00,91.99,93.05,90.62,93.05,89.48342747629614,27663.0,0.0,0.0,True 2024-01-11 00:00:00+02:00,93.05,94.34,92.76,93.2,89.62767803106718,34344.0,0.0,0.0,True 2024-01-14 00:00:00+02:00,93.2,93.66,90.82000000000001,91.52,88.01207181763162,17424.0,0.0,0.0,True 2024-01-15 00:00:00+02:00,90.51,93.01,90.51,91.59,88.07938874319144,18518.0,0.0,0.0,True 2024-01-16 00:00:00+02:00,91.59,92.08,90.2,90.2,86.74266693564657,21369.0,0.0,0.0,True 2024-01-17 00:00:00+02:00,90.2,90.5,88.23,90.5,87.03116804518862,258763.0,0.0,0.0,True 2024-01-18 00:00:00+02:00,90.5,92.01,90.27,91.54,88.03130522493444,13329.0,0.0,0.0,True 2024-01-21 00:00:00+02:00,91.54,91.84,88.36,88.36,84.97319346378858,18275.0,0.0,0.0,True 2024-01-22 00:00:00+02:00,88.36,89.77,87.37,88.5,85.1078273149082,34368.0,0.0,0.0,True 2024-01-23 00:00:00+02:00,88.5,89.23,86.65,89.23,85.80984668146057,51525.0,0.0,0.0,True 2024-01-24 00:00:00+02:00,88.88,91.60000000000001,88.88,91.60000000000001,88.08900544684286,76110.0,0.0,0.0,True 2024-01-25 00:00:00+02:00,91.60000000000001,93.61,90.77,92.87,89.31032681057091,41172.0,0.0,0.0,True 2024-01-28 00:00:00+02:00,92.78,92.78,91.5,92.0,88.47367359289893,41228.0,0.0,0.0,True 2024-01-29 00:00:00+02:00,92.0,93.88,90.7,92.5,88.95450877546904,45052.0,0.0,0.0,True 2024-01-30 00:00:00+02:00,92.5,92.64,90.17,90.17,86.71381682469236,58433.0,0.0,0.0,True 2024-01-31 00:00:00+02:00,90.17,91.77,90.17,90.26,86.80036715755497,53608.0,0.0,0.0,True 2024-02-01 00:00:00+02:00,89.8,90.26,88.48,89.3,85.87716360702038,502484.0,0.0,0.0,True 2024-02-04 00:00:00+02:00,89.3,90.59,88.5,88.5,85.1078273149082,28187.0,0.0,0.0,True 2024-02-05 00:00:00+02:00,88.5,90.0,88.3,88.3,84.91549324188017,25462.0,0.0,0.0,True 2024-02-06 00:00:00+02:00,88.3,90.28,88.0,90.16,86.70420012104096,25714.0,0.0,0.0,True 2024-02-07 00:00:00+02:00,90.16,90.53,89.5,89.5,86.06949768004841,68226.0,0.0,0.0,True 2024-02-08 00:00:00+02:00,89.5,90.65,86.52,86.55,83.23257010288481,40624.0,0.0,0.0,True 2024-02-11 00:00:00+02:00,85.81,85.81,84.4,85.31,82.04009885011095,10108.0,0.0,0.0,True 2024-02-12 00:00:00+02:00,85.31,86.64,85.31,86.11,82.80943514222312,20694.0,0.0,0.0,True 2024-02-13 00:00:00+02:00,84.52,92.88,84.52,91.0,87.51200322775873,68864.0,0.0,0.0,True 2024-02-14 00:00:00+02:00,91.0,91.72,88.62,89.0,85.58866249747831,25494.0,0.0,0.0,True 2024-02-15 00:00:00+02:00,87.82000000000001,91.19,87.82000000000001,91.19,87.69472059713536,33316.0,0.0,0.0,True 2024-02-18 00:00:00+02:00,91.19,91.73,90.56,91.73,88.21402259431107,18090.0,0.0,0.0,True 2024-02-19 00:00:00+02:00,91.73,93.79,91.5,93.32000000000001,89.74307847488402,18177.0,0.0,0.0,True 2024-02-20 00:00:00+02:00,93.32000000000001,95.37,92.7,93.63,90.04119628807746,28536.0,0.0,0.0,True 2024-02-21 00:00:00+02:00,93.63,94.03,91.96000000000001,93.0,89.43534395803914,21722.0,0.0,0.0,True 2024-02-22 00:00:00+02:00,93.0,94.03,91.88,92.61,89.06029251563446,11152.0,0.0,0.0,True 2024-02-25 00:00:00+02:00,92.61,95.03,91.72,92.82000000000001,89.26224329231391,17563.0,0.0,0.0,True 2024-02-26 00:00:00+02:00,92.82000000000001,93.0,91.54,91.73,88.21402259431107,23993.0,0.0,0.0,True 2024-02-28 00:00:00+02:00,91.63,93.29,90.16,91.48,87.97360500302602,18471.0,0.0,0.0,True 2024-02-29 00:00:00+02:00,91.48,92.17,90.41,91.25,87.75242081904378,23074.0,0.0,0.0,True 2024-03-03 00:00:00+02:00,91.25,91.25,90.15,91.02,87.53123663506152,11795.0,0.0,0.0,True 2024-03-04 00:00:00+02:00,91.02,95.04,91.02,92.9,89.33917692152512,40649.0,0.0,0.0,True 2024-03-05 00:00:00+02:00,92.9,93.99,92.63,93.8,90.2046802501513,21189.0,0.0,0.0,True 2024-03-06 00:00:00+02:00,93.8,93.8,93.8,93.8,90.2046802501513,0.0,0.0,0.0,True 2024-03-07 00:00:00+02:00,94.13,94.36,91.7,92.65,89.09875933024007,17378.0,0.0,0.0,True 2024-03-10 00:00:00+02:00,92.65,92.3,90.55,92.07000000000001,88.54099051845876,8111.0,0.0,0.0,True 2024-03-11 00:00:00+02:00,92.07000000000001,92.25,89.59,91.04,87.55047004236434,32745.0,0.0,0.0,True 2024-03-12 00:00:00+02:00,91.04,92.5,89.4,91.61,88.09862215049425,40762.0,0.0,0.0,True 2024-03-13 00:00:00+02:00,91.61,91.61,88.51,89.76,86.31953197498487,33238.0,0.0,0.0,True 2024-03-14 00:00:00+02:00,88.10000000000001,90.5,87.41,88.5,85.1078273149082,58375.0,0.0,0.0,True 2024-03-17 00:00:00+02:00,88.5,90.09,87.60000000000001,89.42,85.9925640508372,20664.0,0.0,0.0,True 2024-03-18 00:00:00+02:00,89.42,91.8,88.08,91.3,87.80050433730078,59722.0,0.0,0.0,True 2024-03-19 00:00:00+02:00,91.2,91.99,89.7,90.79,87.31005245107929,30806.0,0.0,0.0,True 2024-03-20 00:00:00+02:00,90.79,92.96000000000001,90.61,92.75,89.19492636675409,26119.0,0.0,0.0,True 2024-03-21 00:00:00+02:00,92.75,93.66,91.5,92.4,88.85834173895502,14038.0,0.0,0.0,True 2024-03-25 00:00:00+02:00,92.4,93.0,92.15,92.48,88.93527536816623,17342.0,0.0,0.0,True 2024-03-26 00:00:00+02:00,92.48,95.4,90.76,94.09,90.48356465604196,52275.0,0.0,0.0,True 2024-03-27 00:00:00+02:00,96.0,96.0,94.18,95.5,91.83951987088965,63942.0,0.0,0.0,True 2024-03-28 00:00:00+02:00,95.5,97.5,95.42,96.35000000000001,92.65693968125883,53465.0,0.0,0.0,True 2024-03-31 00:00:00+03:00,96.35000000000001,97.32000000000001,96.34,97.18,93.4551260843252,6929.0,0.0,0.0,True 2024-04-01 00:00:00+03:00,97.18,98.22,96.19,97.51,93.77247730482146,72370.0,0.0,0.0,True 2024-04-02 00:00:00+03:00,98.9,99.9,96.88,97.89,94.13791204357474,141643.0,0.0,0.0,True 2024-04-03 00:00:00+03:00,97.89,99.25,97.89,98.8,95.01303207585232,123830.0,0.0,0.0,True 2024-04-04 00:00:00+03:00,99.2,99.89,98.35000000000001,99.14,95.34,141871.0,0.0,0.0,True 2024-04-07 00:00:00+03:00,,,,,,,0.0,0.0,True 2024-04-08 00:00:00+03:00,83.01,83.97,80.01,80.69,80.69,47493.0,3.8000000000000003,0.0,False 2024-04-09 00:00:00+03:00,80.69,80.73,76.23,77.78,77.78,58975.0,0.0,0.0,False 2024-04-10 00:00:00+03:00,77.78,78.06,75.65,76.5,76.5,40331.0,0.0,0.0,False 2024-04-11 00:00:00+03:00,76.5,76.94,74.56,75.67,75.67,37969.0,0.0,0.0,False 2024-04-14 00:00:00+03:00,74.48,75.66,72.82000000000001,74.62,74.62,36408.0,0.0,0.0,False 2024-04-15 00:00:00+03:00,74.96000000000001,76.3,74.16,75.22,75.22,76742.0,0.0,0.0,False 2024-04-16 00:00:00+03:00,73.97,79.29,73.97,79.23,79.23,103009.0,0.0,0.0,False 2024-04-17 00:00:00+03:00,79.23,80.95,78.48,80.37,80.37,73558.0,0.0,0.0,False 2024-04-18 00:00:00+03:00,80.37,80.85000000000001,79.0,80.05,80.05,70899.0,0.0,0.0,False 2024-04-21 00:00:00+03:00,80.05,82.89,78.83,82.26,82.26,22657.0,0.0,0.0,False 2024-04-24 00:00:00+03:00,82.26,83.2,81.8,82.26,82.26,37252.0,0.0,0.0,False 2024-04-25 00:00:00+03:00,82.26,83.24,81.53,82.7,82.7,18966.0,0.0,0.0,False 2024-04-30 00:00:00+03:00,84.39,85.89,83.19,84.36,84.36,40905.0,0.0,0.0,False 2024-05-01 00:00:00+03:00,84.36,85.9,83.97,85.51,85.51,64906.0,0.0,0.0,False 2024-05-02 00:00:00+03:00,85.51,87.0,84.37,85.54,85.54,157223.0,0.0,0.0,False 2024-05-05 00:00:00+03:00,85.89,86.25,84.09,85.69,85.69,17070.0,0.0,0.0,False 2024-05-06 00:00:00+03:00,85.69,85.81,82.92,83.60000000000001,83.60000000000001,84536.0,0.0,0.0,False 2024-05-07 00:00:00+03:00,83.60000000000001,85.44,83.32000000000001,84.72,84.72,49987.0,0.0,0.0,False 2024-05-08 00:00:00+03:00,84.72,85.68,84.02,85.68,85.68,51294.0,0.0,0.0,False 2024-05-09 00:00:00+03:00,85.69,87.9,85.69,87.9,87.9,58030.0,0.0,0.0,False 2024-05-12 00:00:00+03:00,89.0,89.39,88.52,89.08,89.08,7243.0,0.0,0.0,False 2024-05-15 00:00:00+03:00,89.3,92.38,89.3,91.89,91.89,108691.0,0.0,0.0,False 2024-05-16 00:00:00+03:00,91.89,91.29,89.66,90.21000000000001,90.21000000000001,44915.0,0.0,0.0,False 2024-05-19 00:00:00+03:00,90.21000000000001,90.81,88.27,88.42,88.42,10919.0,0.0,0.0,False 2024-05-20 00:00:00+03:00,88.42,90.27,87.11,88.54,88.54,35575.0,0.0,0.0,False 2024-05-21 00:00:00+03:00,88.54,90.63,87.4,88.0,88.0,82334.0,0.0,0.0,False 2024-05-22 00:00:00+03:00,88.0,88.57000000000001,87.21000000000001,87.55,87.55,41893.0,0.0,0.0,False 2024-05-23 00:00:00+03:00,87.55,89.66,86.41,88.94,88.94,62086.0,0.0,0.0,False 2024-05-26 00:00:00+03:00,88.94,91.49,88.94,90.99,90.99,25837.0,0.0,0.0,False 2024-05-27 00:00:00+03:00,90.99,92.89,90.46000000000001,91.5,91.5,58141.0,0.0,0.0,False 2024-05-28 00:00:00+03:00,91.5,93.61,91.23,93.06,93.06,59972.0,0.0,0.0,False 2024-05-29 00:00:00+03:00,93.06,94.65,93.37,94.43,94.43,92701.0,0.0,0.0,False 2024-05-30 00:00:00+03:00,94.43,94.86,93.3,93.83,93.83,62362.0,0.0,0.0,False 2024-06-02 00:00:00+03:00,92.89,95.95,91.5,94.2,94.2,28081.0,0.0,0.0,False 2024-06-03 00:00:00+03:00,95.60000000000001,95.71000000000001,93.89,94.48,94.48,43423.0,0.0,0.0,False 2024-06-04 00:00:00+03:00,94.48,95.74000000000001,93.01,95.14,95.14,109901.0,0.0,0.0,False 2024-06-05 00:00:00+03:00,95.75,95.75,93.13,94.34,94.34,49128.0,0.0,0.0,False 2024-06-06 00:00:00+03:00,95.35000000000001,97.13,94.02,95.0,95.0,149257.0,0.0,0.0,False 2024-06-09 00:00:00+03:00,95.0,96.27,92.59,93.4,93.4,57358.0,0.0,0.0,False 2024-06-10 00:00:00+03:00,93.4,94.98,90.0,91.34,91.34,38863.0,0.0,0.0,False 2024-06-13 00:00:00+03:00,91.34,93.0,91.17,93.0,93.0,110439.0,0.0,0.0,False 2024-06-16 00:00:00+03:00,93.0,93.96000000000001,91.49,92.05,92.05,10816.0,0.0,0.0,False 2024-06-17 00:00:00+03:00,89.76,94.26,89.76,93.61,93.61,19860.0,0.0,0.0,False 2024-06-18 00:00:00+03:00,94.3,95.47,93.31,94.71000000000001,94.71000000000001,17892.0,0.0,0.0,False 2024-06-19 00:00:00+03:00,94.71000000000001,95.54,92.56,92.56,92.56,13574.0,0.0,0.0,False 2024-06-20 00:00:00+03:00,92.56,93.25,90.01,90.01,90.01,46380.0,0.0,0.0,False 2024-06-23 00:00:00+03:00,90.0,90.67,88.01,88.01,88.01,12581.0,0.0,0.0,False 2024-06-24 00:00:00+03:00,88.01,89.75,87.81,88.45,88.45,18594.0,0.0,0.0,False 2024-06-25 00:00:00+03:00,88.45,93.73,88.44,93.2,93.2,117498.0,0.0,0.0,False 2024-06-26 00:00:00+03:00,93.2,95.12,89.63,94.95,94.95,89448.0,0.0,0.0,False 2024-06-27 00:00:00+03:00,90.59,94.21000000000001,90.59,93.96000000000001,93.96000000000001,20224.0,0.0,0.0,False 2024-06-30 00:00:00+03:00,93.96000000000001,94.49,93.0,93.92,93.92,5094.0,0.0,0.0,False 2024-07-01 00:00:00+03:00,93.92,94.21000000000001,90.22,91.58,91.58,28788.0,0.0,0.0,False 2024-07-02 00:00:00+03:00,91.58,91.94,90.74,91.5,91.5,13561.0,0.0,0.0,False 2024-07-03 00:00:00+03:00,91.5,91.95,89.96000000000001,91.23,91.23,19411.0,0.0,0.0,False 2024-07-04 00:00:00+03:00,91.23,95.25,91.23,94.8,94.8,21493.0,0.0,0.0,False 2024-07-07 00:00:00+03:00,95.5,97.66,93.82000000000001,96.35000000000001,96.35000000000001,32710.0,0.0,0.0,False 2024-07-08 00:00:00+03:00,96.35000000000001,96.35000000000001,93.31,93.95,93.95,24658.0,0.0,0.0,False 2024-07-09 00:00:00+03:00,93.95,94.99,92.0,93.82000000000001,93.82000000000001,22931.0,0.0,0.0,False 2024-07-10 00:00:00+03:00,93.82000000000001,93.88,92.65,93.85000000000001,93.85000000000001,18343.0,0.0,0.0,False 2024-07-11 00:00:00+03:00,94.76,96.83,94.5,95.42,95.42,26486.0,0.0,0.0,False 2024-07-14 00:00:00+03:00,94.01,94.46000000000001,92.2,92.5,92.5,14447.0,0.0,0.0,False 2024-07-15 00:00:00+03:00,92.5,93.2,91.17,91.23,91.23,22540.0,0.0,0.0,False 2024-07-16 00:00:00+03:00,91.23,94.3,91.23,94.06,94.06,15085.0,0.0,0.0,False 2024-07-17 00:00:00+03:00,92.52,94.5,92.52,92.93,92.93,16676.0,0.0,0.0,False 2024-07-18 00:00:00+03:00,92.93,95.83,92.81,95.83,95.83,27802.0,0.0,0.0,False 2024-07-21 00:00:00+03:00,93.0,95.60000000000001,92.69,94.52,94.52,15760.0,0.0,0.0,False 2024-07-22 00:00:00+03:00,94.52,95.57000000000001,93.04,93.15,93.15,14223.0,0.0,0.0,False 2024-07-23 00:00:00+03:00,93.7,97.06,93.69,97.06,97.06,29274.0,0.0,0.0,False 2024-07-24 00:00:00+03:00,97.33,99.47,96.61,97.59,97.59,49938.0,0.0,0.0,False 2024-07-25 00:00:00+03:00,97.59,98.18,95.08,95.74000000000001,95.74000000000001,29310.0,0.0,0.0,False 2024-07-28 00:00:00+03:00,95.74000000000001,95.74000000000001,91.25,92.76,92.76,8556.0,0.0,0.0,False 2024-07-29 00:00:00+03:00,92.76,93.92,91.43,91.78,91.78,22484.0,0.0,0.0,False 2024-07-30 00:00:00+03:00,90.5,92.07000000000001,89.11,89.11,89.11,47034.0,0.0,0.0,False 2024-07-31 00:00:00+03:00,91.5,97.67,91.5,96.05,96.05,133725.0,0.0,0.0,False 2024-08-01 00:00:00+03:00,95.60000000000001,96.89,90.7,93.5,93.5,94424.0,0.0,0.0,False 2024-08-04 00:00:00+03:00,93.5,93.5,91.29,91.41,91.41,8787.0,0.0,0.0,False 2024-08-05 00:00:00+03:00,91.23,91.23,88.32000000000001,90.39,90.39,17746.0,0.0,0.0,False 2024-08-06 00:00:00+03:00,93.99,93.99,89.61,90.41,90.41,49762.0,0.0,0.0,False 2024-08-07 00:00:00+03:00,90.41,92.99,89.95,92.4,92.4,47861.0,0.0,0.0,False 2024-08-08 00:00:00+03:00,92.4,92.4,91.07000000000001,91.25,91.25,18288.0,0.0,0.0,False 2024-08-11 00:00:00+03:00,91.25,92.10000000000001,90.0,91.09,91.09,21635.0,0.0,0.0,False 2024-08-12 00:00:00+03:00,91.09,91.09,89.62,89.7,89.7,16364.0,0.0,0.0,False 2024-08-14 00:00:00+03:00,89.7,91.32000000000001,89.46000000000001,90.27,90.27,35972.0,0.0,0.0,False 2024-08-15 00:00:00+03:00,90.27,91.52,89.67,90.2,90.2,36364.0,0.0,0.0,False 2024-08-18 00:00:00+03:00,90.2,93.0,90.2,92.4,92.4,18686.0,0.0,0.0,False 2024-08-19 00:00:00+03:00,92.4,95.0,89.87,94.56,94.56,104431.0,0.0,0.0,False 2024-08-20 00:00:00+03:00,94.56,95.5,91.71000000000001,93.45,93.45,68374.0,0.0,0.0,False 2024-08-21 00:00:00+03:00,93.45,93.45,91.36,92.57000000000001,92.57000000000001,51162.0,0.0,0.0,False 2024-08-22 00:00:00+03:00,92.57000000000001,92.57000000000001,91.34,91.55,91.55,9297.0,0.0,0.0,False ================================================ FILE: tests/data/KEN-TA-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-02 00:00:00+02:00,162.0,162.3,160.3,160.6,141.729990234375,42781.0,0.0,0.0 2022-01-03 00:00:00+02:00,162.3,163.9,159.20000000000002,160.8,141.906494140625,106396.0,0.0,0.0 2022-01-04 00:00:00+02:00,162.4,162.4,158.0,159.0,140.317998046875,78144.0,0.0,0.0 2022-01-05 00:00:00+02:00,160.0,160.6,157.70000000000002,159.9,141.112236328125,57242.0,0.0,0.0 2022-01-06 00:00:00+02:00,158.3,158.4,156.0,156.0,137.67046875,117856.0,0.0,0.0 2022-01-09 00:00:00+02:00,160.0,161.0,158.4,158.6,139.964990234375,32534.0,0.0,0.0 2022-01-10 00:00:00+02:00,158.6,160.20000000000002,156.3,158.8,140.141484375,63720.0,0.0,0.0 2022-01-11 00:00:00+02:00,160.20000000000002,162.8,160.1,162.5,143.406748046875,45467.0,0.0,0.0 2022-01-12 00:00:00+02:00,166.4,166.9,164.1,165.5,146.0542578125,90063.0,0.0,0.0 2022-01-13 00:00:00+02:00,167.20000000000002,167.5,164.3,166.4,146.848505859375,108171.0,0.0,0.0 2022-01-16 00:00:00+02:00,171.0,171.20000000000002,167.6,168.0,148.260517578125,92955.0,0.0,0.0 2022-01-17 00:00:00+02:00,169.9,169.9,166.3,167.20000000000002,147.55451171875,55356.0,0.0,0.0 2022-01-18 00:00:00+02:00,167.3,168.6,163.6,167.70000000000002,151.160009765625,83524.0,3.5,0.0 2022-01-19 00:00:00+02:00,156.1,159.3,152.0,155.5,143.15092773437502,50226.0,3.5,0.0 2022-01-20 00:00:00+02:00,157.4,158.9,155.70000000000002,157.8,145.26826171875,101460.0,0.0,0.0 2022-01-23 00:00:00+02:00,150.4,154.5,150.3,153.5,141.309755859375,53807.0,0.0,0.0 2022-01-24 00:00:00+02:00,154.70000000000002,158.5,148.0,148.0,136.246533203125,1835082.0,0.0,0.0 2022-01-25 00:00:00+02:00,151.8,155.9,151.20000000000002,154.0,141.770048828125,269027.0,0.0,0.0 2022-01-26 00:00:00+02:00,156.6,163.0,156.5,160.1,147.385615234375,541414.0,0.0,0.0 2022-01-27 00:00:00+02:00,158.70000000000002,166.70000000000002,158.5,165.3,152.17265625000002,104945.0,0.0,0.0 2022-01-30 00:00:00+02:00,171.5,176.6,171.0,174.0,160.181728515625,64862.0,0.0,0.0 2022-01-31 00:00:00+02:00,175.0,181.0,175.0,176.0,162.02291015625,136708.0,0.0,0.0 2022-02-01 00:00:00+02:00,179.9,181.70000000000002,171.5,175.4,161.470556640625,107752.0,0.0,0.0 2022-02-02 00:00:00+02:00,178.0,181.6,176.8,178.4,164.2323046875,126829.0,0.0,0.0 2022-02-03 00:00:00+02:00,175.8,178.4,169.0,178.4,164.2323046875,1765309.0,0.0,0.0 2022-02-06 00:00:00+02:00,179.4,180.9,177.0,178.1,163.95613281250002,206012.0,0.0,0.0 2022-02-07 00:00:00+02:00,178.3,181.20000000000002,176.0,180.5,166.16552734375,103615.0,0.0,0.0 2022-02-08 00:00:00+02:00,182.8,190.5,182.8,189.5,174.45080078125,202589.0,0.0,0.0 2022-02-09 00:00:00+02:00,190.4,195.0,187.5,188.20000000000002,173.25404296875,127045.0,0.0,0.0 2022-02-10 00:00:00+02:00,189.9,189.9,182.3,186.3,171.504921875,103435.0,0.0,0.0 2022-02-13 00:00:00+02:00,181.4,182.0,178.0,181.5,167.08611328125,34252.0,0.0,0.0 2022-02-14 00:00:00+02:00,182.9,183.3,177.0,181.6,167.17818359375,130685.0,0.0,0.0 2022-02-15 00:00:00+02:00,181.6,186.3,181.6,184.6,169.93994140625,53967.0,0.0,0.0 2022-02-16 00:00:00+02:00,186.20000000000002,189.3,182.4,184.5,169.84787109375,53619.0,0.0,0.0 2022-02-17 00:00:00+02:00,186.5,193.20000000000002,185.0,185.0,170.3081640625,119219.0,0.0,0.0 2022-02-20 00:00:00+02:00,181.3,184.20000000000002,180.0,183.6,169.01933593750002,21051.0,0.0,0.0 2022-02-21 00:00:00+02:00,184.1,189.9,184.1,186.5,171.6890625,42105.0,0.0,0.0 2022-02-22 00:00:00+02:00,183.8,187.70000000000002,182.1,183.4,168.835234375,27114.0,0.0,0.0 2022-02-23 00:00:00+02:00,185.6,187.4,179.8,181.20000000000002,166.8099609375,82651.0,0.0,0.0 2022-02-24 00:00:00+02:00,175.1,177.5,169.3,173.9,160.0896875,157855.0,0.0,0.0 2022-02-27 00:00:00+02:00,179.5,181.5,178.20000000000002,179.9,165.61318359375,30159.0,0.0,0.0 2022-02-28 00:00:00+02:00,177.5,184.8,175.6,181.8,167.36228515625,77602.0,0.0,0.0 2022-03-01 00:00:00+02:00,183.0,188.3,180.5,182.8,168.28287109375,66817.0,0.0,0.0 2022-03-02 00:00:00+02:00,180.20000000000002,185.0,180.20000000000002,183.5,168.9273046875,36830.0,0.0,0.0 2022-03-03 00:00:00+02:00,186.20000000000002,186.3,182.1,183.5,168.9273046875,70730.0,0.0,0.0 2022-03-06 00:00:00+02:00,183.5,187.0,181.8,186.8,171.96521484375,30101.0,0.0,0.0 2022-03-07 00:00:00+02:00,185.20000000000002,189.5,183.0,187.0,172.14935546875,72693.0,0.0,0.0 2022-03-08 00:00:00+02:00,184.0,188.0,182.4,182.4,167.9146484375,105274.0,0.0,0.0 2022-03-09 00:00:00+02:00,185.0,196.0,184.0,191.0,175.8316796875,168414.0,0.0,0.0 2022-03-10 00:00:00+02:00,193.5,197.8,187.3,191.1,175.92373046875,71211.0,0.0,0.0 2022-03-13 00:00:00+02:00,196.9,197.6,194.3,196.70000000000002,181.07900390625,67631.0,0.0,0.0 2022-03-14 00:00:00+02:00,197.6,205.3,197.4,203.1,186.97076171875,59408.0,0.0,0.0 2022-03-15 00:00:00+02:00,204.0,215.0,202.8,208.0,191.48162109375,112284.0,0.0,0.0 2022-03-16 00:00:00+02:00,213.8,217.8,199.0,216.0,198.8462890625,109654.0,0.0,0.0 2022-03-20 00:00:00+02:00,226.70000000000002,226.70000000000002,216.9,220.9,203.35716796875,87122.0,0.0,0.0 2022-03-21 00:00:00+02:00,221.0,224.20000000000002,210.0,220.70000000000002,203.173046875,82765.0,0.0,0.0 2022-03-22 00:00:00+02:00,220.70000000000002,228.8,217.3,227.5,209.4330078125,128900.0,0.0,0.0 2022-03-23 00:00:00+02:00,229.8,233.3,228.8,232.0,213.57564453125,64549.0,0.0,0.0 2022-03-24 00:00:00+02:00,232.0,232.8,218.8,221.0,203.44921875,102400.0,0.0,0.0 2022-03-27 00:00:00+03:00,216.3,216.3,210.0,212.5,195.6242578125,48919.0,0.0,0.0 2022-03-28 00:00:00+03:00,213.4,217.9,209.4,216.8,199.58275390625,76034.0,0.0,0.0 2022-03-29 00:00:00+03:00,220.70000000000002,221.8,213.4,214.70000000000002,197.64953125,63612.0,0.0,0.0 2022-03-30 00:00:00+03:00,215.0,217.1,210.3,210.70000000000002,193.9671875,83905.0,0.0,0.0 2022-03-31 00:00:00+03:00,210.70000000000002,211.9,200.1,211.4,194.6116015625,131650.0,0.0,0.0 2022-04-03 00:00:00+03:00,213.0,213.1,210.0,210.6,193.87513671875,69006.0,0.0,0.0 2022-04-04 00:00:00+03:00,214.0,214.0,201.0,201.0,185.03751953125,80779.0,0.0,0.0 2022-04-05 00:00:00+03:00,203.70000000000002,204.4,196.0,196.0,180.434609375,95663.0,0.0,0.0 2022-04-06 00:00:00+03:00,191.4,191.4,186.1,186.20000000000002,171.41287109375,132308.0,0.0,0.0 2022-04-07 00:00:00+03:00,190.6,193.4,186.3,189.8,174.72697265625,113368.0,0.0,0.0 2022-04-10 00:00:00+03:00,187.0,187.6,182.8,187.1,172.24138671875,41883.0,0.0,0.0 2022-04-11 00:00:00+03:00,186.8,188.0,182.8,186.8,171.96521484375,50746.0,0.0,0.0 2022-04-12 00:00:00+03:00,185.0,189.5,183.1,189.5,174.45080078125,40011.0,0.0,0.0 2022-04-13 00:00:00+03:00,185.1,190.5,185.1,188.3,173.34611328125,57640.0,0.0,0.0 2022-04-14 00:00:00+03:00,188.0,194.4,186.5,190.5,175.37138671875002,81944.0,0.0,0.0 2022-04-17 00:00:00+03:00,190.5,191.4,189.20000000000002,190.70000000000002,175.5555078125,7287.0,0.0,0.0 2022-04-18 00:00:00+03:00,190.70000000000002,191.5,188.0,188.9,173.89845703125,10469.0,0.0,0.0 2022-04-19 00:00:00+03:00,188.9,188.9,188.9,188.9,173.89845703125,0.0,0.0,0.0 2022-04-20 00:00:00+03:00,195.4,201.0,195.4,200.3,184.393125,47967.0,0.0,0.0 2022-04-24 00:00:00+03:00,191.5,192.70000000000002,189.0,191.20000000000002,176.01580078125,30108.0,0.0,0.0 2022-04-25 00:00:00+03:00,191.20000000000002,191.20000000000002,180.6,182.5,168.00671875,74005.0,0.0,0.0 2022-04-26 00:00:00+03:00,185.8,189.9,184.0,187.0,172.14935546875,197652.0,0.0,0.0 2022-04-27 00:00:00+03:00,185.4,191.70000000000002,185.4,189.8,174.72697265625,132355.0,0.0,0.0 2022-04-28 00:00:00+03:00,195.1,198.6,192.6,193.1,177.76490234375,150956.0,0.0,0.0 2022-05-01 00:00:00+03:00,193.1,193.8,191.0,191.8,176.56814453125,23485.0,0.0,0.0 2022-05-02 00:00:00+03:00,190.6,194.0,184.8,188.20000000000002,173.25404296875,75806.0,0.0,0.0 2022-05-03 00:00:00+03:00,187.8,194.1,183.0,192.4,177.12048828125,81024.0,0.0,0.0 2022-05-08 00:00:00+03:00,196.0,198.20000000000002,193.3,195.5,179.97431640625,56100.0,0.0,0.0 2022-05-09 00:00:00+03:00,195.0,196.4,183.0,189.0,173.9905078125,146020.0,0.0,0.0 2022-05-10 00:00:00+03:00,189.0,189.0,182.5,188.0,173.069921875,175813.0,0.0,0.0 2022-05-11 00:00:00+03:00,188.5,191.70000000000002,184.0,186.9,172.05728515625,60023.0,0.0,0.0 2022-05-12 00:00:00+03:00,182.3,182.9,174.70000000000002,176.1,162.114970703125,130496.0,0.0,0.0 2022-05-15 00:00:00+03:00,182.8,184.3,181.9,183.20000000000002,168.65111328125,27995.0,0.0,0.0 2022-05-16 00:00:00+03:00,181.1,186.9,180.1,186.9,172.05728515625,86925.0,0.0,0.0 2022-05-17 00:00:00+03:00,190.0,194.9,188.8,192.0,176.752265625,62814.0,0.0,0.0 2022-05-18 00:00:00+03:00,190.9,198.9,185.0,189.0,173.9905078125,273558.0,0.0,0.0 2022-05-19 00:00:00+03:00,183.8,186.8,180.6,183.0,168.46701171875,124473.0,0.0,0.0 2022-05-22 00:00:00+03:00,187.0,187.8,183.4,184.9,170.21611328125002,27178.0,0.0,0.0 2022-05-23 00:00:00+03:00,187.8,189.9,184.9,189.9,174.81904296875,63388.0,0.0,0.0 2022-05-24 00:00:00+03:00,189.0,192.9,188.4,190.20000000000002,175.09521484375,79489.0,0.0,0.0 2022-05-25 00:00:00+03:00,190.20000000000002,193.0,185.4,187.0,172.14935546875,60997.0,0.0,0.0 2022-05-26 00:00:00+03:00,185.8,191.1,184.4,188.9,173.89845703125,112627.0,0.0,0.0 2022-05-29 00:00:00+03:00,192.70000000000002,196.1,191.5,193.1,177.76490234375,28183.0,0.0,0.0 2022-05-30 00:00:00+03:00,193.1,193.5,187.5,189.0,173.9905078125,50621.0,0.0,0.0 2022-05-31 00:00:00+03:00,185.20000000000002,191.4,185.20000000000002,187.3,172.42552734375,228635.0,0.0,0.0 2022-06-01 00:00:00+03:00,185.5,187.3,183.0,184.0,169.387578125,117296.0,0.0,0.0 2022-06-02 00:00:00+03:00,185.3,187.9,184.5,187.9,172.9778515625,69107.0,0.0,0.0 2022-06-06 00:00:00+03:00,193.0,194.9,191.6,193.6,178.2251953125,80626.0,0.0,0.0 2022-06-07 00:00:00+03:00,193.6,194.5,190.4,194.20000000000002,178.77755859375,99830.0,0.0,0.0 2022-06-08 00:00:00+03:00,195.0,195.5,182.5,183.8,169.20347656250001,189271.0,0.0,0.0 2022-06-09 00:00:00+03:00,179.6,181.4,176.8,180.1,165.7973046875,166608.0,0.0,0.0 2022-06-12 00:00:00+03:00,173.6,176.0,171.20000000000002,175.1,161.19438476562502,37365.0,0.0,0.0 2022-06-13 00:00:00+03:00,170.5,172.8,169.5,170.9,157.327919921875,86900.0,0.0,0.0 2022-06-14 00:00:00+03:00,169.1,178.5,169.1,177.20000000000002,163.127607421875,115484.0,0.0,0.0 2022-06-15 00:00:00+03:00,178.8,182.5,174.70000000000002,182.5,168.00671875,79948.0,0.0,0.0 2022-06-16 00:00:00+03:00,179.4,182.1,177.4,182.1,167.63847656250002,151669.0,0.0,0.0 2022-06-19 00:00:00+03:00,181.0,181.20000000000002,178.8,179.70000000000002,165.42906250000001,21034.0,0.0,0.0 2022-06-20 00:00:00+03:00,181.9,183.70000000000002,177.5,179.0,164.78466796875,49023.0,0.0,0.0 2022-06-21 00:00:00+03:00,181.1,187.0,179.9,187.0,172.14935546875,64856.0,0.0,0.0 2022-06-22 00:00:00+03:00,187.0,187.0,181.20000000000002,184.0,169.387578125,85690.0,0.0,0.0 2022-06-23 00:00:00+03:00,181.4,185.4,180.5,181.0,166.6258203125,103804.0,0.0,0.0 2022-06-26 00:00:00+03:00,182.6,185.0,182.6,183.8,169.20347656250001,129436.0,0.0,0.0 2022-06-27 00:00:00+03:00,151.20000000000002,151.20000000000002,146.0,148.6,144.878330078125,70089.0,10.25,0.0 2022-06-28 00:00:00+03:00,146.8,149.9,144.9,144.9,141.27099609375,52622.0,0.0,0.0 2022-06-29 00:00:00+03:00,141.0,145.5,140.5,144.9,141.27099609375,55264.0,0.0,0.0 2022-06-30 00:00:00+03:00,144.9,144.9,139.1,139.9,136.396220703125,51953.0,0.0,0.0 2022-07-03 00:00:00+03:00,137.0,137.0,134.2,136.2,132.78888671875,80327.0,0.0,0.0 2022-07-04 00:00:00+03:00,136.1,136.1,133.1,133.1,129.766533203125,46771.0,0.0,0.0 2022-07-05 00:00:00+03:00,133.1,133.1,130.0,130.5,127.231650390625,69745.0,0.0,0.0 2022-07-06 00:00:00+03:00,130.5,132.0,125.10000000000001,131.5,128.2066015625,139066.0,0.0,0.0 2022-07-07 00:00:00+03:00,131.5,137.5,130.8,137.0,133.568857421875,213392.0,0.0,0.0 2022-07-10 00:00:00+03:00,136.0,137.9,136.0,137.9,134.446318359375,21925.0,0.0,0.0 2022-07-11 00:00:00+03:00,137.9,137.9,136.1,137.4,133.958837890625,45863.0,0.0,0.0 2022-07-12 00:00:00+03:00,137.4,143.9,137.4,143.4,139.808564453125,81306.0,0.0,0.0 2022-07-13 00:00:00+03:00,143.4,143.4,139.20000000000002,141.5,137.95615234375,48244.0,0.0,0.0 2022-07-14 00:00:00+03:00,142.5,143.4,138.9,138.9,135.42126953125,77835.0,0.0,0.0 2022-07-17 00:00:00+03:00,138.9,142.4,138.9,142.3,138.73611328125,11516.0,0.0,0.0 2022-07-18 00:00:00+03:00,142.3,144.6,140.8,142.3,138.73611328125,60307.0,0.0,0.0 2022-07-19 00:00:00+03:00,142.3,145.8,141.0,143.70000000000002,140.1010546875,37591.0,0.0,0.0 2022-07-20 00:00:00+03:00,143.70000000000002,145.5,143.5,144.9,141.27099609375,69806.0,0.0,0.0 2022-07-21 00:00:00+03:00,144.1,145.9,142.1,142.5,138.931103515625,85031.0,0.0,0.0 2022-07-24 00:00:00+03:00,139.0,140.9,137.70000000000002,140.4,136.883701171875,15877.0,0.0,0.0 2022-07-25 00:00:00+03:00,140.0,141.3,139.6,141.0,137.468671875,40475.0,0.0,0.0 2022-07-26 00:00:00+03:00,141.0,141.20000000000002,136.3,136.8,133.3738671875,125865.0,0.0,0.0 2022-07-27 00:00:00+03:00,137.1,139.6,136.8,138.4,134.9337890625,33470.0,0.0,0.0 2022-07-28 00:00:00+03:00,141.0,147.0,139.5,145.0,141.36849609375,198147.0,0.0,0.0 2022-07-31 00:00:00+03:00,146.5,149.1,146.5,148.8,145.07332031250002,44367.0,0.0,0.0 2022-08-01 00:00:00+03:00,148.6,148.8,144.8,145.70000000000002,142.050966796875,47446.0,0.0,0.0 2022-08-02 00:00:00+03:00,147.1,148.70000000000002,143.4,145.70000000000002,142.050966796875,105440.0,0.0,0.0 2022-08-03 00:00:00+03:00,148.1,148.6,145.4,146.0,142.343447265625,49909.0,0.0,0.0 2022-08-04 00:00:00+03:00,145.5,146.6,144.5,146.1,142.440947265625,135973.0,0.0,0.0 2022-08-08 00:00:00+03:00,146.0,152.1,144.3,151.9,148.09568359375,52281.0,0.0,0.0 2022-08-09 00:00:00+03:00,150.0,151.8,149.6,150.9,147.120732421875,31492.0,0.0,0.0 2022-08-10 00:00:00+03:00,150.9,154.4,149.8,154.0,150.143095703125,38228.0,0.0,0.0 2022-08-11 00:00:00+03:00,155.8,155.8,151.9,155.70000000000002,151.800517578125,40651.0,0.0,0.0 2022-08-14 00:00:00+03:00,155.70000000000002,155.70000000000002,152.8,154.0,150.143095703125,16805.0,0.0,0.0 2022-08-15 00:00:00+03:00,154.0,154.0,150.0,150.0,146.24327148437501,48449.0,0.0,0.0 2022-08-16 00:00:00+03:00,149.9,151.5,147.5,149.0,145.2683203125,42394.0,0.0,0.0 2022-08-17 00:00:00+03:00,149.0,150.9,139.20000000000002,142.0,138.4436328125,214788.0,0.0,0.0 2022-08-18 00:00:00+03:00,141.4,146.6,140.3,146.5,142.830927734375,68559.0,0.0,0.0 2022-08-21 00:00:00+03:00,144.1,144.9,142.8,144.4,140.78352539062502,13576.0,0.0,0.0 2022-08-22 00:00:00+03:00,144.0,147.0,142.0,146.20000000000002,142.53843750000001,36139.0,0.0,0.0 2022-08-23 00:00:00+03:00,145.5,150.0,145.0,146.4,142.7334375,42806.0,0.0,0.0 2022-08-24 00:00:00+03:00,146.4,149.8,145.9,149.5,145.755791015625,37641.0,0.0,0.0 2022-08-25 00:00:00+03:00,148.9,149.5,143.5,144.0,140.393544921875,117760.0,0.0,0.0 2022-08-28 00:00:00+03:00,140.0,141.20000000000002,138.5,141.20000000000002,137.663662109375,26137.0,0.0,0.0 2022-08-29 00:00:00+03:00,141.0,143.0,138.4,139.3,135.81125,67640.0,0.0,0.0 2022-08-30 00:00:00+03:00,139.3,141.3,137.20000000000002,138.70000000000002,135.226279296875,48336.0,0.0,0.0 2022-08-31 00:00:00+03:00,138.70000000000002,139.1,132.3,135.9,132.49640625,56737.0,0.0,0.0 2022-09-01 00:00:00+03:00,135.8,137.9,132.5,133.9,130.54649414062501,66781.0,0.0,0.0 2022-09-04 00:00:00+03:00,132.5,136.5,132.5,136.0,132.593896484375,15057.0,0.0,0.0 2022-09-05 00:00:00+03:00,136.0,136.9,133.4,135.6,132.203916015625,14729.0,0.0,0.0 2022-09-06 00:00:00+03:00,135.6,139.9,135.4,137.0,133.568857421875,45676.0,0.0,0.0 2022-09-07 00:00:00+03:00,137.0,137.20000000000002,134.6,136.6,133.178876953125,26137.0,0.0,0.0 2022-09-08 00:00:00+03:00,136.6,136.6,133.5,135.3,131.91142578125,52768.0,0.0,0.0 2022-09-11 00:00:00+03:00,136.4,137.6,135.3,137.4,133.958837890625,18326.0,0.0,0.0 2022-09-12 00:00:00+03:00,137.6,142.0,136.6,142.0,138.4436328125,47137.0,0.0,0.0 2022-09-13 00:00:00+03:00,142.5,142.9,138.4,142.0,138.4436328125,49641.0,0.0,0.0 2022-09-14 00:00:00+03:00,140.70000000000002,142.0,138.4,140.4,136.883701171875,30396.0,0.0,0.0 2022-09-15 00:00:00+03:00,140.0,140.5,135.4,137.4,133.958837890625,60304.0,0.0,0.0 2022-09-18 00:00:00+03:00,137.4,137.4,131.1,133.9,130.54649414062501,64394.0,0.0,0.0 2022-09-19 00:00:00+03:00,131.8,133.6,131.5,133.4,130.059013671875,46126.0,0.0,0.0 2022-09-20 00:00:00+03:00,132.2,137.4,131.4,135.5,132.10642578125,49161.0,0.0,0.0 2022-09-21 00:00:00+03:00,134.0,135.3,131.0,132.9,129.57154296875,104298.0,0.0,0.0 2022-09-22 00:00:00+03:00,128.9,131.0,124.8,127.0,123.819306640625,188684.0,0.0,0.0 2022-09-28 00:00:00+03:00,122.9,125.60000000000001,120.60000000000001,125.4,122.259375,247387.0,0.0,0.0 2022-09-29 00:00:00+03:00,124.3,125.5,122.3,122.3,119.23701171875,252671.0,0.0,0.0 2022-10-02 00:00:00+03:00,121.0,121.10000000000001,116.60000000000001,120.60000000000001,117.57958984375,48335.0,0.0,0.0 2022-10-03 00:00:00+03:00,120.60000000000001,124.5,118.7,122.5,119.432001953125,91244.0,0.0,0.0 2022-10-06 00:00:00+03:00,124.5,127.0,122.60000000000001,124.10000000000001,120.99193359375,76785.0,0.0,0.0 2022-10-11 00:00:00+03:00,122.0,125.0,121.60000000000001,123.9,120.796943359375,17344.0,0.0,0.0 2022-10-12 00:00:00+03:00,126.4,128.1,124.7,128.1,124.8917578125,18793.0,0.0,0.0 2022-10-13 00:00:00+03:00,127.7,131.5,127.0,131.5,128.2066015625,40513.0,0.0,0.0 2022-10-18 00:00:00+03:00,132.1,134.5,129.6,130.4,127.13415039062501,50178.0,0.0,0.0 2022-10-19 00:00:00+03:00,131.7,131.7,128.2,130.9,127.621630859375,37465.0,0.0,0.0 2022-10-20 00:00:00+03:00,129.4,131.1,128.0,130.5,127.231650390625,44333.0,0.0,0.0 2022-10-23 00:00:00+03:00,131.7,133.4,131.0,133.1,129.766533203125,19302.0,0.0,0.0 2022-10-24 00:00:00+03:00,133.1,134.2,131.6,133.9,130.54649414062501,52040.0,0.0,0.0 2022-10-25 00:00:00+03:00,134.2,136.4,134.0,135.0,131.6189453125,49146.0,0.0,0.0 2022-10-26 00:00:00+03:00,134.7,136.6,133.4,135.1,131.716435546875,42412.0,0.0,0.0 2022-10-27 00:00:00+03:00,135.1,135.6,131.4,134.0,130.643984375,76021.0,0.0,0.0 2022-10-30 00:00:00+03:00,134.7,134.9,131.9,133.8,130.448994140625,31322.0,0.0,0.0 2022-10-31 00:00:00+02:00,133.8,135.5,131.4,135.5,132.10642578125,71799.0,0.0,0.0 2022-11-02 00:00:00+02:00,135.5,139.5,132.0,134.1,130.741484375,293203.0,0.0,0.0 2022-11-03 00:00:00+02:00,132.0,133.1,129.1,130.5,127.231650390625,129911.0,0.0,0.0 2022-11-06 00:00:00+02:00,134.9,134.9,131.2,134.6,131.22896484375,22641.0,0.0,0.0 2022-11-07 00:00:00+02:00,134.6,134.6,134.6,134.6,131.22896484375,0.0,0.0,0.0 2022-11-08 00:00:00+02:00,133.0,134.0,129.3,132.6,129.279052734375,146265.0,0.0,0.0 2022-11-09 00:00:00+02:00,132.0,133.9,130.8,133.7,130.35150390625,39966.0,0.0,0.0 2022-11-10 00:00:00+02:00,131.9,140.20000000000002,130.9,138.5,135.0312890625,100199.0,0.0,0.0 2022-11-13 00:00:00+02:00,141.4,141.4,138.0,138.20000000000002,134.738798828125,31640.0,0.0,0.0 2022-11-14 00:00:00+02:00,138.20000000000002,138.8,135.8,137.3,133.861337890625,60479.0,0.0,0.0 2022-11-15 00:00:00+02:00,137.3,137.5,134.0,134.2,130.838984375,40048.0,0.0,0.0 2022-11-16 00:00:00+02:00,134.2,138.0,130.4,131.9,128.59658203125,130040.0,0.0,0.0 2022-11-17 00:00:00+02:00,132.5,132.5,128.4,129.0,125.769208984375,73495.0,0.0,0.0 2022-11-20 00:00:00+02:00,129.0,129.7,126.2,129.0,125.769208984375,26649.0,0.0,0.0 2022-11-21 00:00:00+02:00,128.4,131.1,126.7,128.9,125.67171875,44289.0,0.0,0.0 2022-11-22 00:00:00+02:00,128.9,130.0,127.7,129.8,126.5491796875,15814.0,0.0,0.0 2022-11-23 00:00:00+02:00,129.2,130.1,127.10000000000001,129.6,126.354189453125,41533.0,0.0,0.0 2022-11-24 00:00:00+02:00,129.4,131.9,129.2,130.2,126.93916015625,79207.0,0.0,0.0 2022-11-27 00:00:00+02:00,130.2,131.8,129.3,131.5,128.2066015625,9480.0,0.0,0.0 2022-11-28 00:00:00+02:00,129.5,131.7,128.4,131.4,128.1091015625,28545.0,0.0,0.0 2022-11-29 00:00:00+02:00,131.4,131.4,122.7,124.0,120.89443359375001,74009.0,0.0,0.0 2022-11-30 00:00:00+02:00,124.0,125.9,120.3,122.3,119.23701171875,86117.0,0.0,0.0 2022-12-01 00:00:00+02:00,123.2,126.3,122.3,126.3,123.13683593750001,82763.0,0.0,0.0 2022-12-04 00:00:00+02:00,126.3,126.3,123.60000000000001,125.7,122.551865234375,13562.0,0.0,0.0 2022-12-05 00:00:00+02:00,125.7,126.5,121.4,121.60000000000001,118.554541015625,111430.0,0.0,0.0 2022-12-06 00:00:00+02:00,121.60000000000001,121.60000000000001,118.0,119.3,116.3121484375,97735.0,0.0,0.0 2022-12-07 00:00:00+02:00,119.3,119.3,114.0,116.9,113.972255859375,122523.0,0.0,0.0 2022-12-08 00:00:00+02:00,115.2,116.60000000000001,114.0,115.8,112.89980468750001,78892.0,0.0,0.0 2022-12-11 00:00:00+02:00,116.60000000000001,116.60000000000001,114.4,115.60000000000001,112.704814453125,30431.0,0.0,0.0 2022-12-12 00:00:00+02:00,115.9,118.2,114.9,117.5,114.5572265625,60548.0,0.0,0.0 2022-12-13 00:00:00+02:00,118.0,119.7,115.8,117.0,114.06975585937501,70372.0,0.0,0.0 2022-12-14 00:00:00+02:00,115.5,116.60000000000001,113.60000000000001,114.60000000000001,111.72986328125,38947.0,0.0,0.0 2022-12-15 00:00:00+02:00,113.2,117.8,111.9,115.0,112.11984375,120434.0,0.0,0.0 2022-12-18 00:00:00+02:00,115.0,115.10000000000001,113.9,114.9,112.02234375,13865.0,0.0,0.0 2022-12-19 00:00:00+02:00,115.2,117.0,113.5,115.2,112.314833984375,37622.0,0.0,0.0 2022-12-20 00:00:00+02:00,113.10000000000001,117.4,113.10000000000001,117.3,114.36223632812501,42971.0,0.0,0.0 2022-12-21 00:00:00+02:00,116.7,117.60000000000001,113.3,117.0,114.06975585937501,67291.0,0.0,0.0 2022-12-22 00:00:00+02:00,116.4,116.9,114.4,115.5,112.607314453125,49964.0,0.0,0.0 2022-12-25 00:00:00+02:00,113.0,115.3,112.60000000000001,114.4,111.534873046875,20760.0,0.0,0.0 2022-12-26 00:00:00+02:00,115.10000000000001,115.10000000000001,111.0,114.4,111.534873046875,72512.0,0.0,0.0 2022-12-27 00:00:00+02:00,114.4,116.5,113.3,114.5,111.63236328125001,72799.0,0.0,0.0 2022-12-28 00:00:00+02:00,115.4,115.4,113.10000000000001,114.8,111.924853515625,75377.0,0.0,0.0 2022-12-29 00:00:00+02:00,113.60000000000001,116.7,112.4,116.60000000000001,113.679765625,100711.0,0.0,0.0 2023-01-01 00:00:00+02:00,116.2,117.5,113.3,114.3,111.437373046875,21017.0,0.0,0.0 2023-01-02 00:00:00+02:00,114.5,114.7,112.8,113.3,110.462421875,89013.0,0.0,0.0 2023-01-03 00:00:00+02:00,113.4,114.9,109.60000000000001,110.8,108.025029296875,170205.0,0.0,0.0 2023-01-04 00:00:00+02:00,110.8,112.9,109.60000000000001,111.3,108.512509765625,56237.0,0.0,0.0 2023-01-05 00:00:00+02:00,111.3,111.9,108.4,109.2,106.46509765625001,62945.0,0.0,0.0 2023-01-08 00:00:00+02:00,110.3,111.0,110.0,110.2,107.44005859375,23500.0,0.0,0.0 2023-01-09 00:00:00+02:00,110.2,112.7,110.10000000000001,112.7,109.87744140625,43815.0,0.0,0.0 2023-01-10 00:00:00+02:00,112.60000000000001,112.7,110.4,111.7,108.90249023437501,35277.0,0.0,0.0 2023-01-11 00:00:00+02:00,111.7,113.10000000000001,110.9,111.60000000000001,108.804990234375,40477.0,0.0,0.0 2023-01-12 00:00:00+02:00,111.60000000000001,112.60000000000001,110.8,112.5,109.682451171875,45952.0,0.0,0.0 2023-01-15 00:00:00+02:00,112.5,114.0,111.5,112.3,109.4874609375,11031.0,0.0,0.0 2023-01-16 00:00:00+02:00,112.3,113.8,111.5,113.0,110.16993164062501,16485.0,0.0,0.0 2023-01-17 00:00:00+02:00,114.0,114.8,112.2,114.5,111.63236328125001,60146.0,0.0,0.0 2023-01-18 00:00:00+02:00,115.4,116.3,114.60000000000001,116.0,113.094794921875,40841.0,0.0,0.0 2023-01-19 00:00:00+02:00,114.7,116.2,114.2,114.3,111.437373046875,42536.0,0.0,0.0 2023-01-22 00:00:00+02:00,115.60000000000001,115.60000000000001,114.2,114.5,111.63236328125001,10864.0,0.0,0.0 2023-01-23 00:00:00+02:00,114.5,115.2,113.2,115.10000000000001,112.217333984375,28402.0,0.0,0.0 2023-01-24 00:00:00+02:00,115.10000000000001,115.60000000000001,110.2,111.2,108.415009765625,61525.0,0.0,0.0 2023-01-25 00:00:00+02:00,111.2,111.5,107.3,108.5,105.78263671875,48466.0,0.0,0.0 2023-01-26 00:00:00+02:00,108.5,108.8,105.2,106.5,103.832724609375,135585.0,0.0,0.0 2023-01-29 00:00:00+02:00,106.2,106.3,102.8,105.4,102.7602734375,33561.0,0.0,0.0 2023-01-30 00:00:00+02:00,105.0,106.2,103.7,105.4,102.7602734375,53370.0,0.0,0.0 2023-01-31 00:00:00+02:00,105.0,107.0,104.2,106.9,104.222705078125,84577.0,0.0,0.0 2023-02-01 00:00:00+02:00,107.7,110.0,106.60000000000001,109.5,106.757587890625,65333.0,0.0,0.0 2023-02-02 00:00:00+02:00,111.4,112.8,110.5,112.5,109.682451171875,124289.0,0.0,0.0 2023-02-05 00:00:00+02:00,112.5,112.5,111.0,112.4,109.5849609375,14636.0,0.0,0.0 2023-02-06 00:00:00+02:00,112.4,112.9,110.5,111.10000000000001,108.31751953125,64029.0,0.0,0.0 2023-02-07 00:00:00+02:00,112.0,112.0,109.9,110.0,107.245068359375,55496.0,0.0,0.0 2023-02-08 00:00:00+02:00,111.8,111.8,108.7,111.2,108.415009765625,41682.0,0.0,0.0 2023-02-09 00:00:00+02:00,111.2,111.4,108.10000000000001,109.7,106.952578125,49678.0,0.0,0.0 2023-02-12 00:00:00+02:00,106.0,108.8,104.9,108.60000000000001,105.880126953125,58009.0,0.0,0.0 2023-02-13 00:00:00+02:00,107.5,109.8,106.0,108.5,105.78263671875,49264.0,0.0,0.0 2023-02-14 00:00:00+02:00,109.9,109.9,105.8,108.3,105.587646484375,62421.0,0.0,0.0 2023-02-15 00:00:00+02:00,108.3,109.3,106.60000000000001,108.7,105.977626953125,29780.0,0.0,0.0 2023-02-16 00:00:00+02:00,108.9,109.8,105.0,107.8,105.100166015625,66911.0,0.0,0.0 2023-02-19 00:00:00+02:00,107.8,107.8,107.8,107.8,105.100166015625,0.0,0.0,0.0 2023-02-20 00:00:00+02:00,109.60000000000001,109.60000000000001,106.4,106.9,104.222705078125,23208.0,0.0,0.0 2023-02-21 00:00:00+02:00,106.9,106.9,102.8,104.2,101.590322265625,71277.0,0.0,0.0 2023-02-22 00:00:00+02:00,104.2,105.0,102.0,102.7,100.127890625,68096.0,0.0,0.0 2023-02-23 00:00:00+02:00,102.3,104.0,101.60000000000001,102.2,99.64041992187501,107198.0,0.0,0.0 2023-02-26 00:00:00+02:00,100.5,101.7,99.55,100.2,97.6905078125,23281.0,0.0,0.0 2023-02-27 00:00:00+02:00,100.2,102.0,98.54,101.9,99.3479296875,46085.0,0.0,0.0 2023-02-28 00:00:00+02:00,101.9,102.5,100.10000000000001,102.3,99.73791015625,61028.0,0.0,0.0 2023-03-01 00:00:00+02:00,102.3,102.3,99.81,100.5,97.98298828125,66423.0,0.0,0.0 2023-03-02 00:00:00+02:00,99.9,100.2,98.15,99.04,96.559560546875,73573.0,0.0,0.0 2023-03-05 00:00:00+02:00,99.04,101.0,98.9,100.9,98.37297851562501,19790.0,0.0,0.0 2023-03-06 00:00:00+02:00,99.52,102.10000000000001,99.52,102.10000000000001,99.542919921875,49282.0,0.0,0.0 2023-03-08 00:00:00+02:00,100.10000000000001,103.0,100.10000000000001,103.0,100.420380859375,52218.0,0.0,0.0 2023-03-09 00:00:00+02:00,103.3,103.5,101.4,103.0,100.420380859375,70588.0,0.0,0.0 2023-03-12 00:00:00+02:00,99.0,102.0,98.99000000000001,102.0,99.445419921875,30043.0,0.0,0.0 2023-03-13 00:00:00+02:00,102.0,108.0,100.10000000000001,107.2,104.5151953125,412652.0,0.0,0.0 2023-03-14 00:00:00+02:00,107.2,107.2,105.0,105.9,103.24775390625,77351.0,0.0,0.0 2023-03-15 00:00:00+02:00,105.9,106.4,102.4,104.4,101.7853125,98693.0,0.0,0.0 2023-03-16 00:00:00+02:00,104.60000000000001,105.4,101.5,103.5,100.90786132812501,118813.0,0.0,0.0 2023-03-19 00:00:00+02:00,103.3,103.7,99.56,100.4,97.885498046875,31912.0,0.0,0.0 2023-03-20 00:00:00+02:00,100.8,102.5,99.55,102.5,99.93290039062501,40539.0,0.0,0.0 2023-03-21 00:00:00+02:00,103.5,103.5,102.10000000000001,102.9,100.322880859375,32995.0,0.0,0.0 2023-03-22 00:00:00+02:00,103.8,105.8,102.8,104.9,102.27279296875,62501.0,0.0,0.0 2023-03-23 00:00:00+02:00,104.7,106.8,102.2,106.10000000000001,103.442744140625,56882.0,0.0,0.0 2023-03-26 00:00:00+03:00,106.10000000000001,106.10000000000001,103.3,104.0,101.39533203125,51894.0,0.0,0.0 2023-03-27 00:00:00+03:00,106.4,108.0,103.9,106.5,103.832724609375,111378.0,0.0,0.0 2023-03-28 00:00:00+03:00,105.5,106.9,103.5,104.7,102.077802734375,32738.0,0.0,0.0 2023-03-29 00:00:00+03:00,104.8,105.7,102.8,103.60000000000001,101.0053515625,77233.0,0.0,0.0 2023-03-30 00:00:00+03:00,103.60000000000001,105.4,101.4,105.4,102.7602734375,160367.0,0.0,0.0 2023-04-02 00:00:00+03:00,105.4,111.10000000000001,105.4,110.2,107.44005859375,77873.0,0.0,0.0 2023-04-03 00:00:00+03:00,110.2,110.2,107.7,109.7,106.952578125,136176.0,0.0,0.0 2023-04-04 00:00:00+03:00,109.3,112.7,108.60000000000001,112.10000000000001,109.292470703125,85811.0,0.0,0.0 2023-04-09 00:00:00+03:00,110.10000000000001,111.4,108.60000000000001,111.4,108.61,29195.0,0.0,0.0 2023-04-10 00:00:00+03:00,101.9,102.60000000000001,100.5,101.5,101.5,47741.0,2.79,0.0 2023-04-13 00:00:00+03:00,100.60000000000001,100.7,98.53,99.38,99.38,76187.0,0.0,0.0 2023-04-16 00:00:00+03:00,100.0,102.5,100.0,101.2,101.2,20801.0,0.0,0.0 2023-04-17 00:00:00+03:00,101.2,101.8,99.51,101.60000000000001,101.60000000000001,62360.0,0.0,0.0 2023-04-18 00:00:00+03:00,101.60000000000001,101.60000000000001,99.0,99.93,99.93,89988.0,0.0,0.0 2023-04-19 00:00:00+03:00,98.65,99.96000000000001,97.8,98.45,98.45,44395.0,0.0,0.0 2023-04-20 00:00:00+03:00,97.99000000000001,99.8,97.01,99.22,99.22,50697.0,0.0,0.0 2023-04-23 00:00:00+03:00,98.5,99.04,97.74000000000001,98.3,98.3,11331.0,0.0,0.0 2023-04-24 00:00:00+03:00,97.79,98.5,97.18,98.28,98.28,156742.0,0.0,0.0 2023-04-27 00:00:00+03:00,96.5,96.83,94.88,95.60000000000001,95.60000000000001,232939.0,0.0,0.0 2023-04-30 00:00:00+03:00,95.60000000000001,96.97,95.4,96.43,96.43,33046.0,0.0,0.0 2023-05-01 00:00:00+03:00,97.5,98.12,96.52,98.0,98.0,86799.0,0.0,0.0 2023-05-02 00:00:00+03:00,98.0,100.0,97.27,99.93,99.93,44889.0,0.0,0.0 2023-05-03 00:00:00+03:00,99.93,100.0,99.02,99.86,99.86,38392.0,0.0,0.0 2023-05-04 00:00:00+03:00,100.3,100.60000000000001,97.93,97.93,97.93,87327.0,0.0,0.0 2023-05-07 00:00:00+03:00,97.93,100.7,97.92,100.2,100.2,42150.0,0.0,0.0 2023-05-08 00:00:00+03:00,98.77,104.4,98.77,103.8,103.8,42991.0,0.0,0.0 2023-05-09 00:00:00+03:00,104.8,104.8,103.8,104.3,104.3,62637.0,0.0,0.0 2023-05-10 00:00:00+03:00,104.3,107.0,104.0,105.60000000000001,105.60000000000001,66515.0,0.0,0.0 2023-05-11 00:00:00+03:00,106.5,111.8,105.10000000000001,107.0,107.0,96832.0,0.0,0.0 2023-05-14 00:00:00+03:00,109.0,109.0,106.60000000000001,107.4,107.4,24366.0,0.0,0.0 2023-05-15 00:00:00+03:00,107.60000000000001,109.0,106.9,107.5,107.5,55889.0,0.0,0.0 2023-05-16 00:00:00+03:00,107.5,109.3,106.5,108.60000000000001,108.60000000000001,107033.0,0.0,0.0 2023-05-17 00:00:00+03:00,108.60000000000001,111.3,107.3,110.9,110.9,35278.0,0.0,0.0 2023-05-18 00:00:00+03:00,111.7,112.2,111.10000000000001,111.3,111.3,63055.0,0.0,0.0 2023-05-21 00:00:00+03:00,111.3,112.0,110.7,111.4,111.4,12259.0,0.0,0.0 2023-05-22 00:00:00+03:00,111.4,111.4,111.4,111.4,111.4,0.0,0.0,0.0 2023-05-23 00:00:00+03:00,105.5,105.8,100.10000000000001,100.3,100.3,84175.0,0.0,0.0 2023-05-24 00:00:00+03:00,100.3,101.3,97.75,99.53,99.53,146318.0,0.0,0.0 2023-05-28 00:00:00+03:00,100.0,100.5,98.19,99.9,99.9,16782.0,0.0,0.0 2023-05-29 00:00:00+03:00,99.9,101.60000000000001,96.10000000000001,96.66,96.66,41734.0,0.0,0.0 2023-05-30 00:00:00+03:00,97.0,98.7,96.9,97.58,97.58,51448.0,0.0,0.0 2023-05-31 00:00:00+03:00,96.9,98.69,94.04,95.98,95.98,106741.0,0.0,0.0 2023-06-01 00:00:00+03:00,95.52,96.0,93.5,93.5,93.5,74734.0,0.0,0.0 2023-06-04 00:00:00+03:00,93.5,96.21000000000001,93.5,95.37,95.37,22537.0,0.0,0.0 2023-06-05 00:00:00+03:00,94.21000000000001,95.28,93.45,93.96000000000001,93.96000000000001,41966.0,0.0,0.0 2023-06-06 00:00:00+03:00,93.41,94.09,91.8,91.95,91.95,33132.0,0.0,0.0 2023-06-07 00:00:00+03:00,91.95,92.93,88.98,89.5,89.5,235361.0,0.0,0.0 2023-06-08 00:00:00+03:00,89.10000000000001,94.16,89.10000000000001,91.88,91.88,226781.0,0.0,0.0 2023-06-11 00:00:00+03:00,93.9,93.9,90.98,91.25,91.25,25964.0,0.0,0.0 2023-06-12 00:00:00+03:00,91.95,93.61,90.88,91.66,91.66,61619.0,0.0,0.0 2023-06-13 00:00:00+03:00,91.66,93.91,91.27,93.5,93.5,176707.0,0.0,0.0 2023-06-14 00:00:00+03:00,93.5,93.5,91.34,93.0,93.0,56680.0,0.0,0.0 2023-06-15 00:00:00+03:00,93.0,95.0,92.10000000000001,93.88,93.88,339691.0,0.0,0.0 2023-06-18 00:00:00+03:00,97.0,99.92,95.4,95.74000000000001,95.74000000000001,95547.0,0.0,0.0 2023-06-19 00:00:00+03:00,95.32000000000001,97.95,93.85000000000001,95.69,95.69,40496.0,0.0,0.0 2023-06-20 00:00:00+03:00,94.3,96.2,94.0,94.02,94.02,30946.0,0.0,0.0 2023-06-21 00:00:00+03:00,94.02,94.05,90.0,90.0,90.0,43192.0,0.0,0.0 2023-06-22 00:00:00+03:00,89.64,91.95,89.28,90.8,90.8,98900.0,0.0,0.0 2023-06-25 00:00:00+03:00,90.8,91.84,89.31,89.95,89.95,11769.0,0.0,0.0 2023-06-26 00:00:00+03:00,89.95,90.82000000000001,88.28,89.57000000000001,89.57000000000001,52829.0,0.0,0.0 2023-06-27 00:00:00+03:00,89.57000000000001,89.57000000000001,86.15,86.60000000000001,86.60000000000001,101418.0,0.0,0.0 2023-06-28 00:00:00+03:00,86.60000000000001,88.0,86.33,87.2,87.2,46878.0,0.0,0.0 2023-06-29 00:00:00+03:00,86.76,87.16,85.10000000000001,86.5,86.5,160940.0,0.0,0.0 2023-07-02 00:00:00+03:00,85.05,87.49,85.05,86.32000000000001,86.32000000000001,11801.0,0.0,0.0 2023-07-03 00:00:00+03:00,86.28,87.35000000000001,85.0,87.25,87.25,66491.0,0.0,0.0 2023-07-04 00:00:00+03:00,87.21000000000001,88.9,87.21000000000001,88.72,88.72,15069.0,0.0,0.0 2023-07-05 00:00:00+03:00,88.72,88.72,88.72,88.72,88.72,0.0,0.0,0.0 2023-07-06 00:00:00+03:00,87.0,88.39,86.21000000000001,87.8,87.8,62681.0,0.0,0.0 2023-07-09 00:00:00+03:00,86.87,87.05,85.09,85.82000000000001,85.82000000000001,15624.0,0.0,0.0 2023-07-10 00:00:00+03:00,86.0,86.93,84.83,85.06,85.06,40892.0,0.0,0.0 2023-07-11 00:00:00+03:00,84.16,86.19,83.66,86.05,86.05,62863.0,0.0,0.0 2023-07-12 00:00:00+03:00,86.05,88.63,85.88,88.2,88.2,107270.0,0.0,0.0 2023-07-13 00:00:00+03:00,88.12,88.25,85.27,85.8,85.8,83284.0,0.0,0.0 2023-07-16 00:00:00+03:00,86.77,86.77,84.46000000000001,84.59,84.59,29015.0,0.0,0.0 2023-07-17 00:00:00+03:00,84.59,87.49,84.4,86.35000000000001,86.35000000000001,173238.0,0.0,0.0 2023-07-18 00:00:00+03:00,86.0,89.82000000000001,86.0,89.82000000000001,89.82000000000001,156979.0,0.0,0.0 2023-07-19 00:00:00+03:00,90.0,94.0,89.56,92.93,92.93,178399.0,0.0,0.0 2023-07-20 00:00:00+03:00,93.39,94.36,92.12,93.01,93.01,70519.0,0.0,0.0 2023-07-23 00:00:00+03:00,92.0,98.39,91.97,96.08,96.08,48068.0,0.0,0.0 2023-07-24 00:00:00+03:00,96.08,97.41,92.0,94.01,94.01,79407.0,0.0,0.0 2023-07-25 00:00:00+03:00,93.95,95.0,91.13,92.82000000000001,92.82000000000001,127578.0,0.0,0.0 2023-07-26 00:00:00+03:00,92.82000000000001,94.89,92.51,94.5,94.5,124860.0,0.0,0.0 2023-07-30 00:00:00+03:00,95.51,98.96000000000001,95.51,98.41,98.41,34817.0,0.0,0.0 2023-07-31 00:00:00+03:00,98.0,99.10000000000001,96.83,96.83,96.83,73323.0,0.0,0.0 2023-08-01 00:00:00+03:00,96.43,97.48,95.12,95.41,95.41,59209.0,0.0,0.0 2023-08-02 00:00:00+03:00,93.5,95.0,93.0,93.0,93.0,23211.0,0.0,0.0 2023-08-03 00:00:00+03:00,93.0,93.71000000000001,92.51,93.5,93.5,71493.0,0.0,0.0 2023-08-06 00:00:00+03:00,93.5,95.66,92.54,95.39,95.39,9557.0,0.0,0.0 2023-08-07 00:00:00+03:00,95.09,95.95,94.55,94.9,94.9,27003.0,0.0,0.0 2023-08-08 00:00:00+03:00,94.9,94.9,93.76,94.14,94.14,31575.0,0.0,0.0 2023-08-09 00:00:00+03:00,94.5,95.84,92.55,94.25,94.25,39406.0,0.0,0.0 2023-08-10 00:00:00+03:00,93.34,96.94,93.34,96.3,96.3,20972.0,0.0,0.0 2023-08-13 00:00:00+03:00,96.4,96.4,94.34,95.09,95.09,2843.0,0.0,0.0 2023-08-14 00:00:00+03:00,95.09,95.09,93.4,93.56,93.56,28790.0,0.0,0.0 2023-08-15 00:00:00+03:00,95.02,95.25,92.25,92.34,92.34,35817.0,0.0,0.0 2023-08-16 00:00:00+03:00,93.62,93.62,89.42,89.64,89.64,39051.0,0.0,0.0 2023-08-17 00:00:00+03:00,89.10000000000001,94.26,88.59,92.98,92.98,42742.0,0.0,0.0 2023-08-20 00:00:00+03:00,92.67,92.67,91.01,91.60000000000001,91.60000000000001,8525.0,0.0,0.0 2023-08-21 00:00:00+03:00,92.97,92.97,90.84,92.75,92.75,21677.0,0.0,0.0 2023-08-22 00:00:00+03:00,92.07000000000001,94.8,91.52,94.41,94.41,30138.0,0.0,0.0 2023-08-23 00:00:00+03:00,94.41,94.41,92.01,92.68,92.68,32888.0,0.0,0.0 2023-08-24 00:00:00+03:00,93.58,94.46000000000001,92.0,92.65,92.65,123799.0,0.0,0.0 2023-08-27 00:00:00+03:00,92.65,93.12,91.0,91.15,91.15,10766.0,0.0,0.0 2023-08-28 00:00:00+03:00,91.01,91.65,90.2,90.66,90.66,22989.0,0.0,0.0 2023-08-29 00:00:00+03:00,90.66,91.99,90.66,91.5,91.5,33003.0,0.0,0.0 2023-08-30 00:00:00+03:00,91.5,91.60000000000001,89.29,89.29,89.29,31455.0,0.0,0.0 2023-08-31 00:00:00+03:00,88.5,91.8,88.48,90.45,90.45,42337.0,0.0,0.0 2023-09-03 00:00:00+03:00,90.45,92.3,90.45,91.89,91.89,6265.0,0.0,0.0 2023-09-04 00:00:00+03:00,92.9,92.9,90.48,91.89,91.89,18128.0,0.0,0.0 2023-09-05 00:00:00+03:00,91.89,93.63,91.32000000000001,92.95,92.95,64063.0,0.0,0.0 2023-09-06 00:00:00+03:00,92.95,93.26,89.9,89.99,89.99,38560.0,0.0,0.0 2023-09-07 00:00:00+03:00,89.47,89.47,88.54,89.06,89.06,55130.0,0.0,0.0 2023-09-10 00:00:00+03:00,89.06,89.06,89.06,89.06,89.06,0.0,0.0,0.0 2023-09-11 00:00:00+03:00,88.2,90.57000000000001,88.2,88.95,88.95,39797.0,0.0,0.0 2023-09-12 00:00:00+03:00,88.84,91.21000000000001,88.84,90.98,90.98,52910.0,0.0,0.0 2023-09-13 00:00:00+03:00,91.2,91.68,88.44,89.01,89.01,15710.0,0.0,0.0 2023-09-14 00:00:00+03:00,89.62,92.51,88.84,92.51,92.51,124130.0,0.0,0.0 2023-09-18 00:00:00+03:00,91.05,91.55,90.21000000000001,91.5,91.5,49487.0,0.0,0.0 2023-09-19 00:00:00+03:00,91.5,93.81,91.5,93.55,93.55,104691.0,0.0,0.0 2023-09-20 00:00:00+03:00,93.65,94.05,92.75,93.0,93.0,31082.0,0.0,0.0 2023-09-21 00:00:00+03:00,93.93,93.99,91.23,91.82000000000001,91.82000000000001,47224.0,0.0,0.0 2023-09-26 00:00:00+03:00,91.82000000000001,91.82000000000001,87.93,88.29,88.29,71185.0,0.0,0.0 2023-09-27 00:00:00+03:00,88.29,88.29,86.8,87.12,87.12,31012.0,0.0,0.0 2023-09-28 00:00:00+03:00,86.37,88.07000000000001,86.2,88.0,88.0,91891.0,0.0,0.0 2023-10-01 00:00:00+03:00,88.0,88.0,88.0,88.0,88.0,0.0,0.0,0.0 2023-10-02 00:00:00+03:00,88.98,88.98,87.01,87.23,87.23,20551.0,0.0,0.0 2023-10-03 00:00:00+03:00,86.5,87.92,86.5,87.9,87.9,30808.0,0.0,0.0 2023-10-04 00:00:00+03:00,88.0,88.93,87.33,87.75,87.75,21180.0,0.0,0.0 2023-10-05 00:00:00+03:00,88.39,89.48,87.7,88.60000000000001,88.60000000000001,42630.0,0.0,0.0 2023-10-08 00:00:00+03:00,85.4,85.93,80.14,83.58,83.58,54057.0,0.0,0.0 2023-10-09 00:00:00+03:00,82.2,86.31,82.2,84.99,84.99,92552.0,0.0,0.0 2023-10-10 00:00:00+03:00,85.0,88.93,85.0,87.94,87.94,56470.0,0.0,0.0 2023-10-11 00:00:00+03:00,87.5,89.43,85.19,86.31,86.31,49405.0,0.0,0.0 2023-10-12 00:00:00+03:00,87.4,88.3,84.16,84.98,84.98,44604.0,0.0,0.0 2023-10-15 00:00:00+03:00,82.4,84.26,80.51,81.52,81.52,32504.0,0.0,0.0 2023-10-16 00:00:00+03:00,85.7,85.7,81.89,82.47,82.47,49556.0,0.0,0.0 2023-10-17 00:00:00+03:00,83.68,84.36,81.23,83.43,83.43,64388.0,0.0,0.0 2023-10-18 00:00:00+03:00,81.9,86.05,81.9,85.27,85.27,31989.0,0.0,0.0 2023-10-19 00:00:00+03:00,84.3,86.59,83.60000000000001,83.60000000000001,83.60000000000001,45648.0,0.0,0.0 2023-10-22 00:00:00+03:00,83.60000000000001,83.60000000000001,80.14,80.93,80.93,29524.0,0.0,0.0 2023-10-23 00:00:00+03:00,81.0,82.0,77.82000000000001,79.05,79.05,69066.0,0.0,0.0 2023-10-24 00:00:00+03:00,78.60000000000001,79.31,77.2,78.89,78.89,84077.0,0.0,0.0 2023-10-25 00:00:00+03:00,78.89,78.89,75.38,75.4,75.4,87376.0,0.0,0.0 2023-10-26 00:00:00+03:00,75.0,75.4,72.61,73.45,73.45,169862.0,0.0,0.0 2023-10-29 00:00:00+03:00,73.45,76.19,73.0,73.66,73.66,46018.0,0.0,0.0 2023-10-30 00:00:00+02:00,73.33,74.07000000000001,71.12,72.4,72.4,165440.0,0.0,0.0 2023-10-31 00:00:00+02:00,72.4,72.4,72.4,72.4,72.4,0.0,0.0,0.0 2023-11-01 00:00:00+02:00,73.34,76.5,73.34,76.29,76.29,189705.0,0.0,0.0 2023-11-02 00:00:00+02:00,77.0,78.12,75.4,78.12,78.12,2200085.0,0.0,0.0 2023-11-05 00:00:00+02:00,78.7,79.5,76.61,77.2,77.2,72592.0,0.0,0.0 2023-11-06 00:00:00+02:00,78.4,79.39,76.71000000000001,78.7,78.7,64505.0,0.0,0.0 2023-11-07 00:00:00+02:00,78.8,80.78,78.77,80.12,80.12,38283.0,0.0,0.0 2023-11-08 00:00:00+02:00,81.68,81.68,78.4,78.53,78.53,375963.0,0.0,0.0 2023-11-09 00:00:00+02:00,78.53,80.02,76.97,79.2,79.2,36375.0,0.0,0.0 2023-11-12 00:00:00+02:00,78.31,79.2,76.2,77.58,77.58,26301.0,0.0,0.0 2023-11-13 00:00:00+02:00,75.5,78.66,75.5,76.35000000000001,76.35000000000001,39261.0,0.0,0.0 2023-11-14 00:00:00+02:00,76.35000000000001,78.64,76.01,77.67,77.67,71401.0,0.0,0.0 2023-11-15 00:00:00+02:00,77.67,81.0,77.67,80.01,80.01,47546.0,0.0,0.0 2023-11-16 00:00:00+02:00,80.01,82.9,79.22,82.9,82.9,38700.0,0.0,0.0 2023-11-19 00:00:00+02:00,82.51,85.0,80.60000000000001,81.66,81.66,20319.0,0.0,0.0 2023-11-20 00:00:00+02:00,81.66,82.49,80.28,81.27,81.27,41290.0,0.0,0.0 2023-11-21 00:00:00+02:00,81.27,81.63,80.21000000000001,81.15,81.15,25568.0,0.0,0.0 2023-11-22 00:00:00+02:00,81.15,85.52,81.25,84.08,84.08,33133.0,0.0,0.0 2023-11-23 00:00:00+02:00,85.55,85.60000000000001,82.57000000000001,84.95,84.95,12244.0,0.0,0.0 2023-11-26 00:00:00+02:00,84.95,84.95,82.28,83.9,83.9,22006.0,0.0,0.0 2023-11-27 00:00:00+02:00,83.9,84.63,82.51,83.0,83.0,24544.0,0.0,0.0 2023-11-28 00:00:00+02:00,83.0,83.02,81.61,82.32000000000001,82.32000000000001,25897.0,0.0,0.0 2023-11-29 00:00:00+02:00,82.32000000000001,83.26,81.99,83.07000000000001,83.07000000000001,30283.0,0.0,0.0 2023-11-30 00:00:00+02:00,83.07000000000001,83.07000000000001,81.02,82.45,82.45,81501.0,0.0,0.0 2023-12-03 00:00:00+02:00,82.45,83.72,81.99,82.45,82.45,11614.0,0.0,0.0 2023-12-04 00:00:00+02:00,82.45,84.18,81.98,82.46000000000001,82.46000000000001,27648.0,0.0,0.0 2023-12-05 00:00:00+02:00,82.46000000000001,84.42,82.46000000000001,84.21000000000001,84.21000000000001,36188.0,0.0,0.0 2023-12-06 00:00:00+02:00,84.58,85.97,83.7,84.61,84.61,25721.0,0.0,0.0 2023-12-07 00:00:00+02:00,85.5,86.5,84.48,86.5,86.5,38674.0,0.0,0.0 2023-12-10 00:00:00+02:00,86.5,88.14,86.5,87.95,87.95,22870.0,0.0,0.0 2023-12-11 00:00:00+02:00,87.95,87.95,85.02,85.57000000000001,85.57000000000001,47055.0,0.0,0.0 2023-12-12 00:00:00+02:00,85.57000000000001,85.69,83.12,83.27,83.27,23084.0,0.0,0.0 2023-12-13 00:00:00+02:00,83.27,83.29,81.22,82.86,82.86,26941.0,0.0,0.0 2023-12-14 00:00:00+02:00,83.27,85.34,83.27,84.19,84.19,24114.0,0.0,0.0 2023-12-17 00:00:00+02:00,86.07000000000001,89.22,86.07000000000001,88.06,88.06,24762.0,0.0,0.0 2023-12-18 00:00:00+02:00,88.69,89.76,86.45,89.67,89.67,41302.0,0.0,0.0 2023-12-19 00:00:00+02:00,88.5,91.29,88.21000000000001,89.62,89.62,38816.0,0.0,0.0 2023-12-20 00:00:00+02:00,87.11,90.34,87.11,89.97,89.97,24855.0,0.0,0.0 2023-12-21 00:00:00+02:00,89.97,90.95,88.15,90.95,90.95,24590.0,0.0,0.0 2023-12-24 00:00:00+02:00,91.98,94.71000000000001,91.78,92.07000000000001,92.07000000000001,14067.0,0.0,0.0 2023-12-25 00:00:00+02:00,92.0,92.0,90.57000000000001,91.7,91.7,16853.0,0.0,0.0 2023-12-26 00:00:00+02:00,89.77,91.69,88.49,89.33,89.33,19180.0,0.0,0.0 2023-12-27 00:00:00+02:00,89.33,90.5,88.19,89.47,89.47,18339.0,0.0,0.0 2023-12-28 00:00:00+02:00,90.95,90.95,87.43,87.45,87.45,49575.0,0.0,0.0 2023-12-31 00:00:00+02:00,87.45,88.3,86.38,88.3,88.3,23187.0,0.0,0.0 2024-01-01 00:00:00+02:00,88.3,94.14,88.3,94.14,94.14,46186.0,0.0,0.0 2024-01-02 00:00:00+02:00,94.14,94.14,92.16,93.5,93.5,50089.0,0.0,0.0 2024-01-03 00:00:00+02:00,93.5,94.59,91.52,92.78,92.78,27596.0,0.0,0.0 2024-01-04 00:00:00+02:00,92.78,96.21000000000001,92.56,96.21000000000001,96.21000000000001,36702.0,0.0,0.0 2024-01-07 00:00:00+02:00,96.59,96.99000000000001,95.18,95.25,95.25,12162.0,0.0,0.0 2024-01-08 00:00:00+02:00,96.0,96.0,91.5,92.60000000000001,92.60000000000001,55003.0,0.0,0.0 2024-01-09 00:00:00+02:00,92.60000000000001,92.60000000000001,90.57000000000001,91.99,91.99,26243.0,0.0,0.0 2024-01-10 00:00:00+02:00,91.99,93.05,90.62,93.05,93.05,27663.0,0.0,0.0 2024-01-11 00:00:00+02:00,93.05,94.34,92.76,93.2,93.2,34344.0,0.0,0.0 2024-01-14 00:00:00+02:00,93.2,93.66,90.82000000000001,91.52,91.52,17424.0,0.0,0.0 2024-01-15 00:00:00+02:00,90.51,93.01,90.51,91.59,91.59,18518.0,0.0,0.0 2024-01-16 00:00:00+02:00,91.59,92.08,90.2,90.2,90.2,21369.0,0.0,0.0 2024-01-17 00:00:00+02:00,90.2,90.5,88.23,90.5,90.5,258763.0,0.0,0.0 2024-01-18 00:00:00+02:00,90.5,92.01,90.27,91.54,91.54,13329.0,0.0,0.0 2024-01-21 00:00:00+02:00,91.54,91.84,88.36,88.36,88.36,18275.0,0.0,0.0 2024-01-22 00:00:00+02:00,88.36,89.77,87.37,88.5,88.5,34368.0,0.0,0.0 2024-01-23 00:00:00+02:00,88.5,89.23,86.65,89.23,89.23,51525.0,0.0,0.0 2024-01-24 00:00:00+02:00,88.88,91.60000000000001,88.88,91.60000000000001,91.60000000000001,76110.0,0.0,0.0 2024-01-25 00:00:00+02:00,91.60000000000001,93.61,90.77,92.87,92.87,41172.0,0.0,0.0 2024-01-28 00:00:00+02:00,92.78,92.78,91.5,92.0,92.0,41228.0,0.0,0.0 2024-01-29 00:00:00+02:00,92.0,93.88,90.7,92.5,92.5,45052.0,0.0,0.0 2024-01-30 00:00:00+02:00,92.5,92.64,90.17,90.17,90.17,58433.0,0.0,0.0 2024-01-31 00:00:00+02:00,90.17,91.77,90.17,90.26,90.26,53608.0,0.0,0.0 2024-02-01 00:00:00+02:00,89.8,90.26,88.48,89.3,89.3,502484.0,0.0,0.0 2024-02-04 00:00:00+02:00,89.3,90.59,88.5,88.5,88.5,28187.0,0.0,0.0 2024-02-05 00:00:00+02:00,88.5,90.0,88.3,88.3,88.3,25462.0,0.0,0.0 2024-02-06 00:00:00+02:00,88.3,90.28,88.0,90.16,90.16,25714.0,0.0,0.0 2024-02-07 00:00:00+02:00,90.16,90.53,89.5,89.5,89.5,68226.0,0.0,0.0 2024-02-08 00:00:00+02:00,89.5,90.65,86.52,86.55,86.55,40624.0,0.0,0.0 2024-02-11 00:00:00+02:00,85.81,85.81,84.4,85.31,85.31,10108.0,0.0,0.0 2024-02-12 00:00:00+02:00,85.31,86.64,85.31,86.11,86.11,20694.0,0.0,0.0 2024-02-13 00:00:00+02:00,84.52,92.88,84.52,91.0,91.0,68864.0,0.0,0.0 2024-02-14 00:00:00+02:00,91.0,91.72,88.62,89.0,89.0,25494.0,0.0,0.0 2024-02-15 00:00:00+02:00,87.82000000000001,91.19,87.82000000000001,91.19,91.19,33316.0,0.0,0.0 2024-02-18 00:00:00+02:00,91.19,91.73,90.56,91.73,91.73,18090.0,0.0,0.0 2024-02-19 00:00:00+02:00,91.73,93.79,91.5,93.32000000000001,93.32000000000001,18177.0,0.0,0.0 2024-02-20 00:00:00+02:00,93.32000000000001,95.37,92.7,93.63,93.63,28536.0,0.0,0.0 2024-02-21 00:00:00+02:00,93.63,94.03,91.96000000000001,93.0,93.0,21722.0,0.0,0.0 2024-02-22 00:00:00+02:00,93.0,94.03,91.88,92.61,92.61,11152.0,0.0,0.0 2024-02-25 00:00:00+02:00,92.61,95.03,91.72,92.82000000000001,92.82000000000001,17563.0,0.0,0.0 2024-02-26 00:00:00+02:00,92.82000000000001,93.0,91.54,91.73,91.73,23993.0,0.0,0.0 2024-02-28 00:00:00+02:00,91.63,93.29,90.16,91.48,91.48,18471.0,0.0,0.0 2024-02-29 00:00:00+02:00,91.48,92.17,90.41,91.25,91.25,23074.0,0.0,0.0 2024-03-03 00:00:00+02:00,91.25,91.25,90.15,91.02,91.02,11795.0,0.0,0.0 2024-03-04 00:00:00+02:00,91.02,95.04,91.02,92.9,92.9,40649.0,0.0,0.0 2024-03-05 00:00:00+02:00,92.9,93.99,92.63,93.8,93.8,21189.0,0.0,0.0 2024-03-06 00:00:00+02:00,93.8,93.8,93.8,93.8,93.8,0.0,0.0,0.0 2024-03-07 00:00:00+02:00,94.13,94.36,91.7,92.65,92.65,17378.0,0.0,0.0 2024-03-10 00:00:00+02:00,92.65,92.3,90.55,92.07000000000001,92.07000000000001,8111.0,0.0,0.0 2024-03-11 00:00:00+02:00,92.07000000000001,92.25,89.59,91.04,91.04,32745.0,0.0,0.0 2024-03-12 00:00:00+02:00,91.04,92.5,89.4,91.61,91.61,40762.0,0.0,0.0 2024-03-13 00:00:00+02:00,91.61,91.61,88.51,89.76,89.76,33238.0,0.0,0.0 2024-03-14 00:00:00+02:00,88.10000000000001,90.5,87.41,88.5,88.5,58375.0,0.0,0.0 2024-03-17 00:00:00+02:00,88.5,90.09,87.60000000000001,89.42,89.42,20664.0,0.0,0.0 2024-03-18 00:00:00+02:00,89.42,91.8,88.08,91.3,91.3,59722.0,0.0,0.0 2024-03-19 00:00:00+02:00,91.2,91.99,89.7,90.79,90.79,30806.0,0.0,0.0 2024-03-20 00:00:00+02:00,90.79,92.96000000000001,90.61,92.75,92.75,26119.0,0.0,0.0 2024-03-21 00:00:00+02:00,92.75,93.66,91.5,92.4,92.4,14038.0,0.0,0.0 2024-03-25 00:00:00+02:00,92.4,93.0,92.15,92.48,92.48,17342.0,0.0,0.0 2024-03-26 00:00:00+02:00,92.48,95.4,90.76,94.09,94.09,52275.0,0.0,0.0 2024-03-27 00:00:00+02:00,96.0,96.0,94.18,95.5,95.5,63942.0,0.0,0.0 2024-03-28 00:00:00+02:00,95.5,97.5,95.42,96.35000000000001,96.35000000000001,53465.0,0.0,0.0 2024-03-31 00:00:00+03:00,96.35000000000001,97.32000000000001,96.34,97.18,97.18,6929.0,0.0,0.0 2024-04-01 00:00:00+03:00,97.18,98.22,96.19,97.51,97.51,72370.0,0.0,0.0 2024-04-02 00:00:00+03:00,98.9,99.9,96.88,97.89,97.89,141643.0,0.0,0.0 2024-04-03 00:00:00+03:00,97.89,99.25,97.89,98.8,98.8,123830.0,0.0,0.0 2024-04-04 00:00:00+03:00,99.2,99.89,98.35000000000001,99.14,99.14,141871.0,0.0,0.0 2024-04-07 00:00:00+03:00,,,,,,,0.0,0.0 2024-04-08 00:00:00+03:00,83.01,83.97,80.01,80.69,80.69,47493.0,3.8000000000000003,0.0 2024-04-09 00:00:00+03:00,80.69,80.73,76.23,77.78,77.78,58975.0,0.0,0.0 2024-04-10 00:00:00+03:00,77.78,78.06,75.65,76.5,76.5,40331.0,0.0,0.0 2024-04-11 00:00:00+03:00,76.5,76.94,74.56,75.67,75.67,37969.0,0.0,0.0 2024-04-14 00:00:00+03:00,74.48,75.66,72.82000000000001,74.62,74.62,36408.0,0.0,0.0 2024-04-15 00:00:00+03:00,74.96000000000001,76.3,74.16,75.22,75.22,76742.0,0.0,0.0 2024-04-16 00:00:00+03:00,73.97,79.29,73.97,79.23,79.23,103009.0,0.0,0.0 2024-04-17 00:00:00+03:00,79.23,80.95,78.48,80.37,80.37,73558.0,0.0,0.0 2024-04-18 00:00:00+03:00,80.37,80.85000000000001,79.0,80.05,80.05,70899.0,0.0,0.0 2024-04-21 00:00:00+03:00,80.05,82.89,78.83,82.26,82.26,22657.0,0.0,0.0 2024-04-24 00:00:00+03:00,82.26,83.2,81.8,82.26,82.26,37252.0,0.0,0.0 2024-04-25 00:00:00+03:00,82.26,83.24,81.53,82.7,82.7,18966.0,0.0,0.0 2024-04-30 00:00:00+03:00,84.39,85.89,83.19,84.36,84.36,40905.0,0.0,0.0 2024-05-01 00:00:00+03:00,84.36,85.9,83.97,85.51,85.51,64906.0,0.0,0.0 2024-05-02 00:00:00+03:00,85.51,87.0,84.37,85.54,85.54,157223.0,0.0,0.0 2024-05-05 00:00:00+03:00,85.89,86.25,84.09,85.69,85.69,17070.0,0.0,0.0 2024-05-06 00:00:00+03:00,85.69,85.81,82.92,83.60000000000001,83.60000000000001,84536.0,0.0,0.0 2024-05-07 00:00:00+03:00,83.60000000000001,85.44,83.32000000000001,84.72,84.72,49987.0,0.0,0.0 2024-05-08 00:00:00+03:00,84.72,85.68,84.02,85.68,85.68,51294.0,0.0,0.0 2024-05-09 00:00:00+03:00,85.69,87.9,85.69,87.9,87.9,58030.0,0.0,0.0 2024-05-12 00:00:00+03:00,89.0,89.39,88.52,89.08,89.08,7243.0,0.0,0.0 2024-05-15 00:00:00+03:00,89.3,92.38,89.3,91.89,91.89,108691.0,0.0,0.0 2024-05-16 00:00:00+03:00,91.89,91.29,89.66,90.21000000000001,90.21000000000001,44915.0,0.0,0.0 2024-05-19 00:00:00+03:00,90.21000000000001,90.81,88.27,88.42,88.42,10919.0,0.0,0.0 2024-05-20 00:00:00+03:00,88.42,90.27,87.11,88.54,88.54,35575.0,0.0,0.0 2024-05-21 00:00:00+03:00,88.54,90.63,87.4,88.0,88.0,82334.0,0.0,0.0 2024-05-22 00:00:00+03:00,88.0,88.57000000000001,87.21000000000001,87.55,87.55,41893.0,0.0,0.0 2024-05-23 00:00:00+03:00,87.55,89.66,86.41,88.94,88.94,62086.0,0.0,0.0 2024-05-26 00:00:00+03:00,88.94,91.49,88.94,90.99,90.99,25837.0,0.0,0.0 2024-05-27 00:00:00+03:00,90.99,92.89,90.46000000000001,91.5,91.5,58141.0,0.0,0.0 2024-05-28 00:00:00+03:00,91.5,93.61,91.23,93.06,93.06,59972.0,0.0,0.0 2024-05-29 00:00:00+03:00,93.06,94.65,93.37,94.43,94.43,92701.0,0.0,0.0 2024-05-30 00:00:00+03:00,94.43,94.86,93.3,93.83,93.83,62362.0,0.0,0.0 2024-06-02 00:00:00+03:00,92.89,95.95,91.5,94.2,94.2,28081.0,0.0,0.0 2024-06-03 00:00:00+03:00,95.60000000000001,95.71000000000001,93.89,94.48,94.48,43423.0,0.0,0.0 2024-06-04 00:00:00+03:00,94.48,95.74000000000001,93.01,95.14,95.14,109901.0,0.0,0.0 2024-06-05 00:00:00+03:00,95.75,95.75,93.13,94.34,94.34,49128.0,0.0,0.0 2024-06-06 00:00:00+03:00,95.35000000000001,97.13,94.02,95.0,95.0,149257.0,0.0,0.0 2024-06-09 00:00:00+03:00,95.0,96.27,92.59,93.4,93.4,57358.0,0.0,0.0 2024-06-10 00:00:00+03:00,93.4,94.98,90.0,91.34,91.34,38863.0,0.0,0.0 2024-06-13 00:00:00+03:00,91.34,93.0,91.17,93.0,93.0,110439.0,0.0,0.0 2024-06-16 00:00:00+03:00,93.0,93.96000000000001,91.49,92.05,92.05,10816.0,0.0,0.0 2024-06-17 00:00:00+03:00,89.76,94.26,89.76,93.61,93.61,19860.0,0.0,0.0 2024-06-18 00:00:00+03:00,94.3,95.47,93.31,94.71000000000001,94.71000000000001,17892.0,0.0,0.0 2024-06-19 00:00:00+03:00,94.71000000000001,95.54,92.56,92.56,92.56,13574.0,0.0,0.0 2024-06-20 00:00:00+03:00,92.56,93.25,90.01,90.01,90.01,46380.0,0.0,0.0 2024-06-23 00:00:00+03:00,90.0,90.67,88.01,88.01,88.01,12581.0,0.0,0.0 2024-06-24 00:00:00+03:00,88.01,89.75,87.81,88.45,88.45,18594.0,0.0,0.0 2024-06-25 00:00:00+03:00,88.45,93.73,88.44,93.2,93.2,117498.0,0.0,0.0 2024-06-26 00:00:00+03:00,93.2,95.12,89.63,94.95,94.95,89448.0,0.0,0.0 2024-06-27 00:00:00+03:00,90.59,94.21000000000001,90.59,93.96000000000001,93.96000000000001,20224.0,0.0,0.0 2024-06-30 00:00:00+03:00,93.96000000000001,94.49,93.0,93.92,93.92,5094.0,0.0,0.0 2024-07-01 00:00:00+03:00,93.92,94.21000000000001,90.22,91.58,91.58,28788.0,0.0,0.0 2024-07-02 00:00:00+03:00,91.58,91.94,90.74,91.5,91.5,13561.0,0.0,0.0 2024-07-03 00:00:00+03:00,91.5,91.95,89.96000000000001,91.23,91.23,19411.0,0.0,0.0 2024-07-04 00:00:00+03:00,91.23,95.25,91.23,94.8,94.8,21493.0,0.0,0.0 2024-07-07 00:00:00+03:00,95.5,97.66,93.82000000000001,96.35000000000001,96.35000000000001,32710.0,0.0,0.0 2024-07-08 00:00:00+03:00,96.35000000000001,96.35000000000001,93.31,93.95,93.95,24658.0,0.0,0.0 2024-07-09 00:00:00+03:00,93.95,94.99,92.0,93.82000000000001,93.82000000000001,22931.0,0.0,0.0 2024-07-10 00:00:00+03:00,93.82000000000001,93.88,92.65,93.85000000000001,93.85000000000001,18343.0,0.0,0.0 2024-07-11 00:00:00+03:00,94.76,96.83,94.5,95.42,95.42,26486.0,0.0,0.0 2024-07-14 00:00:00+03:00,94.01,94.46000000000001,92.2,92.5,92.5,14447.0,0.0,0.0 2024-07-15 00:00:00+03:00,92.5,93.2,91.17,91.23,91.23,22540.0,0.0,0.0 2024-07-16 00:00:00+03:00,91.23,94.3,91.23,94.06,94.06,15085.0,0.0,0.0 2024-07-17 00:00:00+03:00,92.52,94.5,92.52,92.93,92.93,16676.0,0.0,0.0 2024-07-18 00:00:00+03:00,92.93,95.83,92.81,95.83,95.83,27802.0,0.0,0.0 2024-07-21 00:00:00+03:00,93.0,95.60000000000001,92.69,94.52,94.52,15760.0,0.0,0.0 2024-07-22 00:00:00+03:00,94.52,95.57000000000001,93.04,93.15,93.15,14223.0,0.0,0.0 2024-07-23 00:00:00+03:00,93.7,97.06,93.69,97.06,97.06,29274.0,0.0,0.0 2024-07-24 00:00:00+03:00,97.33,99.47,96.61,97.59,97.59,49938.0,0.0,0.0 2024-07-25 00:00:00+03:00,97.59,98.18,95.08,95.74000000000001,95.74000000000001,29310.0,0.0,0.0 2024-07-28 00:00:00+03:00,95.74000000000001,95.74000000000001,91.25,92.76,92.76,8556.0,0.0,0.0 2024-07-29 00:00:00+03:00,92.76,93.92,91.43,91.78,91.78,22484.0,0.0,0.0 2024-07-30 00:00:00+03:00,90.5,92.07000000000001,89.11,89.11,89.11,47034.0,0.0,0.0 2024-07-31 00:00:00+03:00,91.5,97.67,91.5,96.05,96.05,133725.0,0.0,0.0 2024-08-01 00:00:00+03:00,95.60000000000001,96.89,90.7,93.5,93.5,94424.0,0.0,0.0 2024-08-04 00:00:00+03:00,93.5,93.5,91.29,91.41,91.41,8787.0,0.0,0.0 2024-08-05 00:00:00+03:00,91.23,91.23,88.32000000000001,90.39,90.39,17746.0,0.0,0.0 2024-08-06 00:00:00+03:00,93.99,93.99,89.61,90.41,90.41,49762.0,0.0,0.0 2024-08-07 00:00:00+03:00,90.41,92.99,89.95,92.4,92.4,47861.0,0.0,0.0 2024-08-08 00:00:00+03:00,92.4,92.4,91.07000000000001,91.25,91.25,18288.0,0.0,0.0 2024-08-11 00:00:00+03:00,91.25,92.10000000000001,90.0,91.09,91.09,21635.0,0.0,0.0 2024-08-12 00:00:00+03:00,91.09,91.09,89.62,89.7,89.7,16364.0,0.0,0.0 2024-08-14 00:00:00+03:00,89.7,91.32000000000001,89.46000000000001,90.27,90.27,35972.0,0.0,0.0 2024-08-15 00:00:00+03:00,90.27,91.52,89.67,90.2,90.2,36364.0,0.0,0.0 2024-08-18 00:00:00+03:00,90.2,93.0,90.2,92.4,92.4,18686.0,0.0,0.0 2024-08-19 00:00:00+03:00,92.4,95.0,89.87,94.56,94.56,104431.0,0.0,0.0 2024-08-20 00:00:00+03:00,94.56,95.5,91.71000000000001,93.45,93.45,68374.0,0.0,0.0 2024-08-21 00:00:00+03:00,93.45,93.45,91.36,92.57000000000001,92.57000000000001,51162.0,0.0,0.0 2024-08-22 00:00:00+03:00,92.57000000000001,92.57000000000001,91.34,91.55,91.55,9297.0,0.0,0.0 ================================================ FILE: tests/data/KME-MI-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-03 00:00:00+01:00,0.5040000081062317,0.5220000147819519,0.5,0.5019999742507935,0.5008815058895972,1235196,0.0,0.0,True 2022-01-04 00:00:00+01:00,0.5059999823570251,0.5180000066757202,0.5019999742507935,0.5059999823570251,0.5048726315413891,1900699,0.0,0.0,True 2022-01-05 00:00:00+01:00,0.5120000243186951,0.5120000243186951,0.4970000088214874,0.5,0.49888600045418663,1800055,0.0,0.0,True 2022-01-06 00:00:00+01:00,0.4970000088214874,0.5099999904632568,0.48899999260902405,0.5080000162124634,0.5068681752371232,1058652,0.0,0.0,True 2022-01-07 00:00:00+01:00,0.5080000162124634,0.5260000228881836,0.5040000081062317,0.5139999985694885,0.5128548063243257,1651770,0.0,0.0,True 2022-01-10 00:00:00+01:00,0.5120000243186951,0.5139999985694885,0.48100000619888306,0.4819999933242798,0.48092610719257917,1762785,0.0,0.0,True 2022-01-11 00:00:00+01:00,0.4860000014305115,0.49300000071525574,0.48100000619888306,0.4869999885559082,0.48591494730175283,311351,0.0,0.0,True 2022-01-12 00:00:00+01:00,0.49399998784065247,0.5099999904632568,0.4909999966621399,0.5059999823570251,0.5048726315413891,951912,0.0,0.0,True 2022-01-13 00:00:00+01:00,0.5080000162124634,0.5139999985694885,0.5,0.5040000081062317,0.5028770878456549,743395,0.0,0.0,True 2022-01-14 00:00:00+01:00,0.49799999594688416,0.5080000162124634,0.49799999594688416,0.5,0.49888600045418663,400950,0.0,0.0,True 2022-01-17 00:00:00+01:00,0.5019999742507935,0.5040000081062317,0.49300000071525574,0.4959999918937683,0.4948949130627183,535550,0.0,0.0,True 2022-01-18 00:00:00+01:00,0.4950000047683716,0.5,0.4860000014305115,0.49799999594688416,0.49689045675845245,401004,0.0,0.0,True 2022-01-19 00:00:00+01:00,0.49900001287460327,0.515999972820282,0.48899999260902405,0.5099999904632568,0.5088637189328574,926236,0.0,0.0,True 2022-01-20 00:00:00+01:00,0.5139999985694885,0.5180000066757202,0.5019999742507935,0.5099999904632568,0.5088637189328574,454491,0.0,0.0,True 2022-01-21 00:00:00+01:00,0.5099999904632568,0.5099999904632568,0.49399998784065247,0.49399998784065247,0.49289936936698414,547916,0.0,0.0,True 2022-01-24 00:00:00+01:00,0.49399998784065247,0.49399998784065247,0.44999998807907104,0.4560000002384186,0.45498403914803515,1956439,0.0,0.0,True 2022-01-25 00:00:00+01:00,0.46000000834465027,0.4650000035762787,0.44200000166893005,0.44999998807907104,0.4489973698005091,740821,0.0,0.0,True 2022-01-26 00:00:00+01:00,0.44999998807907104,0.4659999907016754,0.44999998807907104,0.46000000834465027,0.45897512653950345,602988,0.0,0.0,True 2022-01-27 00:00:00+01:00,0.4560000002384186,0.47699999809265137,0.45500001311302185,0.47699999809265137,0.47593722882308204,753139,0.0,0.0,True 2022-01-28 00:00:00+01:00,0.47699999809265137,0.48100000619888306,0.453000009059906,0.46299999952316284,0.46196842295294294,560482,0.0,0.0,True 2022-01-31 00:00:00+01:00,0.45899999141693115,0.4699999988079071,0.453000009059906,0.46299999952316284,0.46196842295294294,332242,0.0,0.0,True 2022-02-01 00:00:00+01:00,0.47600001096725464,0.48100000619888306,0.4429999887943268,0.44999998807907104,0.4489973698005091,1289904,0.0,0.0,True 2022-02-02 00:00:00+01:00,0.44200000166893005,0.4650000035762787,0.44200000166893005,0.4569999873638153,0.45598179186574045,521869,0.0,0.0,True 2022-02-03 00:00:00+01:00,0.4519999921321869,0.46399998664855957,0.43700000643730164,0.4490000009536743,0.44799961708280384,428233,0.0,0.0,True 2022-02-04 00:00:00+01:00,0.453000009059906,0.4580000042915344,0.4359999895095825,0.4440000057220459,0.44301077697363017,166418,0.0,0.0,True 2022-02-07 00:00:00+01:00,0.4410000145435333,0.453000009059906,0.4309999942779541,0.43700000643730164,0.43602635490839886,288232,0.0,0.0,True 2022-02-08 00:00:00+01:00,0.44200000166893005,0.4440000057220459,0.4259999990463257,0.43299999833106995,0.43203526751693055,516135,0.0,0.0,True 2022-02-09 00:00:00+01:00,0.4359999895095825,0.4440000057220459,0.4339999854564667,0.4440000057220459,0.44301077697363017,155387,0.0,0.0,True 2022-02-10 00:00:00+01:00,0.4429999887943268,0.45100000500679016,0.4410000145435333,0.44999998807907104,0.4489973698005091,226583,0.0,0.0,True 2022-02-11 00:00:00+01:00,0.4399999976158142,0.44600000977516174,0.43700000643730164,0.43799999356269836,0.43702414588642774,182068,0.0,0.0,True 2022-02-14 00:00:00+01:00,0.4429999887943268,0.4429999887943268,0.4180000126361847,0.42100000381469727,0.4200620053425256,370735,0.0,0.0,True 2022-02-15 00:00:00+01:00,0.4350000023841858,0.4560000002384186,0.4300000071525574,0.4519999921321869,0.45099295175656684,501029,0.0,0.0,True 2022-02-16 00:00:00+01:00,0.4519999921321869,0.4580000042915344,0.4359999895095825,0.4440000057220459,0.44301077697363017,313502,0.0,0.0,True 2022-02-17 00:00:00+01:00,0.4440000057220459,0.4480000138282776,0.4350000023841858,0.4390000104904175,0.43802193686445656,350476,0.0,0.0,True 2022-02-18 00:00:00+01:00,0.4390000104904175,0.4429999887943268,0.4309999942779541,0.4399999976158142,0.43901968958216187,62455,0.0,0.0,True 2022-02-21 00:00:00+01:00,0.43799999356269836,0.44699999690055847,0.41999998688697815,0.42800000309944153,0.42704642740775695,457749,0.0,0.0,True 2022-02-22 00:00:00+01:00,0.4189999997615814,0.4259999990463257,0.41200000047683716,0.42399999499320984,0.42305534001628864,275511,0.0,0.0,True 2022-02-23 00:00:00+01:00,0.4259999990463257,0.4339999854564667,0.41499999165534973,0.4269999861717224,0.42604863642972807,119504,0.0,0.0,True 2022-02-24 00:00:00+01:00,0.4009999930858612,0.41100001335144043,0.3880000114440918,0.4059999883174896,0.40509540849435766,699426,0.0,0.0,True 2022-02-25 00:00:00+01:00,0.4090000092983246,0.42800000309944153,0.4000000059604645,0.42500001192092896,0.42405313099431746,441636,0.0,0.0,True 2022-02-28 00:00:00+01:00,0.4180000126361847,0.44699999690055847,0.4169999957084656,0.44699999690055847,0.44600407338706965,355074,0.0,0.0,True 2022-03-01 00:00:00+01:00,0.44699999690055847,0.44699999690055847,0.42399999499320984,0.4350000023841858,0.4340308112126647,357936,0.0,0.0,True 2022-03-02 00:00:00+01:00,0.4269999861717224,0.4429999887943268,0.4230000078678131,0.4399999976158142,0.43901968958216187,334944,0.0,0.0,True 2022-03-03 00:00:00+01:00,0.4440000057220459,0.44699999690055847,0.4320000112056732,0.4410000145435333,0.44001748056019074,524605,0.0,0.0,True 2022-03-04 00:00:00+01:00,0.43799999356269836,0.43799999356269836,0.4009999930858612,0.41100001335144043,0.4100842868638548,1198860,0.0,0.0,True 2022-03-07 00:00:00+01:00,0.4000000059604645,0.41999998688697815,0.3779999911785126,0.41100001335144043,0.4100842868638548,895563,0.0,0.0,True 2022-03-08 00:00:00+01:00,0.4230000078678131,0.4350000023841858,0.4129999876022339,0.4230000078678131,0.42205754903825976,359425,0.0,0.0,True 2022-03-09 00:00:00+01:00,0.42899999022483826,0.4399999976158142,0.4269999861717224,0.4399999976158142,0.43901968958216187,535023,0.0,0.0,True 2022-03-10 00:00:00+01:00,0.4300000071525574,0.4410000145435333,0.42800000309944153,0.4339999854564667,0.43303302023463586,416226,0.0,0.0,True 2022-03-11 00:00:00+01:00,0.43799999356269836,0.45500001311302185,0.43799999356269836,0.45100000500679016,0.44999516077853796,388127,0.0,0.0,True 2022-03-14 00:00:00+01:00,0.46000000834465027,0.4699999988079071,0.4480000138282776,0.453000009059906,0.45199074273459566,416393,0.0,0.0,True 2022-03-15 00:00:00+01:00,0.46000000834465027,0.46000000834465027,0.44200000166893005,0.44200000166893005,0.44101523327789605,408799,0.0,0.0,True 2022-03-16 00:00:00+01:00,0.45500001311302185,0.4659999907016754,0.44999998807907104,0.45399999618530273,0.45298849545230097,517378,0.0,0.0,True 2022-03-17 00:00:00+01:00,0.45100000500679016,0.45899999141693115,0.4440000057220459,0.44999998807907104,0.4489973698005091,450363,0.0,0.0,True 2022-03-18 00:00:00+01:00,0.4580000042915344,0.460999995470047,0.44600000977516174,0.460999995470047,0.45997287925720876,103616,0.0,0.0,True 2022-03-21 00:00:00+01:00,0.46799999475479126,0.47099998593330383,0.4560000002384186,0.4650000035762787,0.46396396664867706,468971,0.0,0.0,True 2022-03-22 00:00:00+01:00,0.4699999988079071,0.4699999988079071,0.4620000123977661,0.4699999988079071,0.46895284501817425,286841,0.0,0.0,True 2022-03-23 00:00:00+01:00,0.4699999988079071,0.4790000021457672,0.4650000035762787,0.4699999988079071,0.46895284501817425,494812,0.0,0.0,True 2022-03-24 00:00:00+01:00,0.46000000834465027,0.515999972820282,0.45500001311302185,0.5099999904632568,0.5088637189328574,2886995,0.0,0.0,True 2022-03-25 00:00:00+01:00,0.515999972820282,0.5220000147819519,0.4950000047683716,0.5019999742507935,0.5008815058895972,1136524,0.0,0.0,True 2022-03-28 00:00:00+02:00,0.5059999823570251,0.515999972820282,0.49799999594688416,0.5080000162124634,0.5068681752371232,683067,0.0,0.0,True 2022-03-29 00:00:00+02:00,0.5080000162124634,0.5180000066757202,0.4970000088214874,0.515999972820282,0.5148503117597363,929002,0.0,0.0,True 2022-03-30 00:00:00+02:00,0.5180000066757202,0.5479999780654907,0.5099999904632568,0.5260000228881836,0.5248281067590542,3694744,0.0,0.0,True 2022-03-31 00:00:00+02:00,0.5320000052452087,0.5320000052452087,0.5120000243186951,0.527999997138977,0.5268236121944648,673842,0.0,0.0,True 2022-04-01 00:00:00+02:00,0.5360000133514404,0.5360000133514404,0.46650001406669617,0.4675000011920929,0.4664584249635874,3309017,0.0,0.0,True 2022-04-04 00:00:00+02:00,0.4749999940395355,0.4805000126361847,0.46000000834465027,0.46149998903274536,0.4604717556160614,569275,0.0,0.0,True 2022-04-05 00:00:00+02:00,0.4650000035762787,0.46650001406669617,0.4449999928474426,0.4449999928474426,0.4440085296913355,828833,0.0,0.0,True 2022-04-06 00:00:00+02:00,0.44699999690055847,0.44699999690055847,0.4320000112056732,0.4339999854564667,0.43303302023463586,803023,0.0,0.0,True 2022-04-07 00:00:00+02:00,0.4339999854564667,0.43950000405311584,0.429500013589859,0.43149998784065247,0.430538600180049,257362,0.0,0.0,True 2022-04-08 00:00:00+02:00,0.43549999594688416,0.4449999928474426,0.4320000112056732,0.4339999854564667,0.43303302023463586,327476,0.0,0.0,True 2022-04-11 00:00:00+02:00,0.43799999356269836,0.4410000145435333,0.43050000071525574,0.4399999976158142,0.43901968958216187,398346,0.0,0.0,True 2022-04-12 00:00:00+02:00,0.4399999976158142,0.4415000081062317,0.4300000071525574,0.4404999911785126,0.4395185659410145,205762,0.0,0.0,True 2022-04-13 00:00:00+02:00,0.4440000057220459,0.45249998569488525,0.4410000145435333,0.4514999985694885,0.4504940753977142,299882,0.0,0.0,True 2022-04-14 00:00:00+02:00,0.45100000500679016,0.46000000834465027,0.4449999928474426,0.46000000834465027,0.45897512653950345,400483,0.0,0.0,True 2022-04-19 00:00:00+02:00,0.4544999897480011,0.4749999940395355,0.4544999897480011,0.4729999899864197,0.47194614143161373,608761,0.0,0.0,True 2022-04-20 00:00:00+02:00,0.47699999809265137,0.47999998927116394,0.46799999475479126,0.46799999475479126,0.46695730132244007,684430,0.0,0.0,True 2022-04-21 00:00:00+02:00,0.47099998593330383,0.4869999885559082,0.47099998593330383,0.4819999933242798,0.48092610719257917,745713,0.0,0.0,True 2022-04-22 00:00:00+02:00,0.4950000047683716,0.49799999594688416,0.47450000047683716,0.4964999854564667,0.495393789421571,1597077,0.0,0.0,True 2022-04-25 00:00:00+02:00,0.5350000262260437,0.5550000071525574,0.5350000262260437,0.5410000085830688,0.5397946653468987,4950173,0.0,0.0,True 2022-04-26 00:00:00+02:00,0.5450000166893005,0.5529999732971191,0.5379999876022339,0.5410000085830688,0.5397946653468987,2671323,0.0,0.0,True 2022-04-27 00:00:00+02:00,0.5389999747276306,0.5410000085830688,0.531000018119812,0.5329999923706055,0.5318124523036385,1274822,0.0,0.0,True 2022-04-28 00:00:00+02:00,0.5320000052452087,0.5429999828338623,0.5320000052452087,0.5400000214576721,0.5387969126291934,1023015,0.0,0.0,True 2022-04-29 00:00:00+02:00,0.5419999957084656,0.5529999732971191,0.5410000085830688,0.5479999780654907,0.5467790491518064,1695636,0.0,0.0,True 2022-05-02 00:00:00+02:00,0.550000011920929,0.5540000200271606,0.5460000038146973,0.5490000247955322,0.5477768401298353,759328,0.0,0.0,True 2022-05-03 00:00:00+02:00,0.5490000247955322,0.5540000200271606,0.5440000295639038,0.546999990940094,0.5457812581737775,671991,0.0,0.0,True 2022-05-04 00:00:00+02:00,0.5479999780654907,0.550000011920929,0.5460000038146973,0.5479999780654907,0.5467790491518064,768608,0.0,0.0,True 2022-05-05 00:00:00+02:00,0.546999990940094,0.5490000247955322,0.5339999794960022,0.5339999794960022,0.5328102432816673,1915026,0.0,0.0,True 2022-05-06 00:00:00+02:00,0.5339999794960022,0.5360000133514404,0.5299999713897705,0.5350000262260437,0.5338080342596961,841819,0.0,0.0,True 2022-05-09 00:00:00+02:00,0.5239999890327454,0.5299999713897705,0.5210000276565552,0.5220000147819519,0.5208369811072624,1452430,0.0,0.0,True 2022-05-10 00:00:00+02:00,0.5289999842643738,0.5299999713897705,0.5210000276565552,0.5220000147819519,0.5208369811072624,557213,0.0,0.0,True 2022-05-11 00:00:00+02:00,0.5260000228881836,0.5370000004768372,0.5260000228881836,0.5320000052452087,0.5308146995859332,927559,0.0,0.0,True 2022-05-12 00:00:00+02:00,0.5270000100135803,0.5339999794960022,0.5260000228881836,0.5299999713897705,0.5288191176298754,625309,0.0,0.0,True 2022-05-13 00:00:00+02:00,0.5299999713897705,0.5350000262260437,0.5289999842643738,0.5350000262260437,0.5338080342596961,325205,0.0,0.0,True 2022-05-16 00:00:00+02:00,0.5350000262260437,0.5389999747276306,0.5329999923706055,0.5389999747276306,0.5377990833908409,794865,0.0,0.0,True 2022-05-17 00:00:00+02:00,0.5389999747276306,0.5419999957084656,0.5360000133514404,0.5389999747276306,0.5377990833908409,1525901,0.0,0.0,True 2022-05-18 00:00:00+02:00,0.5370000004768372,0.5400000214576721,0.5360000133514404,0.5379999876022339,0.5368013306731356,434123,0.0,0.0,True 2022-05-19 00:00:00+02:00,0.5379999876022339,0.5419999957084656,0.5299999713897705,0.5400000214576721,0.5387969126291934,1271400,0.0,0.0,True 2022-05-20 00:00:00+02:00,0.5400000214576721,0.5450000166893005,0.5329999923706055,0.5329999923706055,0.5318124523036385,724870,0.0,0.0,True 2022-05-23 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5360000133514404,0.5400000214576721,0.5387969126291934,260128,0.0,0.0,True 2022-05-24 00:00:00+02:00,0.5400000214576721,0.5429999828338623,0.5389999747276306,0.5429999828338623,0.5417901707823093,610822,0.0,0.0,True 2022-05-25 00:00:00+02:00,0.5440000295639038,0.5440000295639038,0.5389999747276306,0.5419999957084656,0.540792418064604,583958,0.0,0.0,True 2022-05-26 00:00:00+02:00,0.5410000085830688,0.5440000295639038,0.5400000214576721,0.5419999957084656,0.540792418064604,612444,0.0,0.0,True 2022-05-27 00:00:00+02:00,0.5410000085830688,0.5450000166893005,0.5410000085830688,0.5419999957084656,0.540792418064604,510999,0.0,0.0,True 2022-05-30 00:00:00+02:00,0.5450000166893005,0.5490000247955322,0.5450000166893005,0.5479999780654907,0.5467790491518064,377450,0.0,0.0,True 2022-05-31 00:00:00+02:00,0.5460000038146973,0.5509999990463257,0.5460000038146973,0.550000011920929,0.5487746311078642,456789,0.0,0.0,True 2022-06-01 00:00:00+02:00,0.5479999780654907,0.5799999833106995,0.5479999780654907,0.5699999928474426,0.5687300298048822,1761367,0.0,0.0,True 2022-06-02 00:00:00+02:00,0.5770000219345093,0.5770000219345093,0.5630000233650208,0.5690000057220459,0.5677322770871769,931301,0.0,0.0,True 2022-06-03 00:00:00+02:00,0.5659999847412109,0.5720000267028809,0.5649999976158142,0.5680000185966492,0.5667345243694716,832892,0.0,0.0,True 2022-06-06 00:00:00+02:00,0.5680000185966492,0.5699999928474426,0.5659999847412109,0.5680000185966492,0.5667345243694716,497316,0.0,0.0,True 2022-06-07 00:00:00+02:00,0.5680000185966492,0.5699999928474426,0.5559999942779541,0.5559999942779541,0.554761223934743,1210376,0.0,0.0,True 2022-06-08 00:00:00+02:00,0.5619999766349792,0.5680000185966492,0.5600000023841858,0.5600000023841858,0.5587523113262114,581279,0.0,0.0,True 2022-06-09 00:00:00+02:00,0.5609999895095825,0.5649999976158142,0.5550000071525574,0.5569999814033508,0.5557589766524483,510636,0.0,0.0,True 2022-06-10 00:00:00+02:00,0.5519999861717224,0.5529999732971191,0.5410000085830688,0.5460000038146973,0.5447835054560722,1208410,0.0,0.0,True 2022-06-13 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.527999997138977,0.5379999876022339,0.5368013306731356,1553659,0.0,0.0,True 2022-06-14 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5260000228881836,0.527999997138977,0.5268236121944648,653663,0.0,0.0,True 2022-06-15 00:00:00+02:00,0.5320000052452087,0.5370000004768372,0.5260000228881836,0.5320000052452087,0.5308146995859332,289838,0.0,0.0,True 2022-06-16 00:00:00+02:00,0.5379999876022339,0.5379999876022339,0.5149999856948853,0.5189999938011169,0.5178436464334993,621633,0.0,0.0,True 2022-06-17 00:00:00+02:00,0.5180000066757202,0.5299999713897705,0.5170000195503235,0.5260000228881836,0.5248281067590542,240902,0.0,0.0,True 2022-06-20 00:00:00+02:00,0.5270000100135803,0.5379999876022339,0.5239999890327454,0.5379999876022339,0.5368013306731356,252994,0.0,0.0,True 2022-06-21 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5350000262260437,0.5400000214576721,0.5387969126291934,832103,0.0,0.0,True 2022-06-22 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.5289999842643738,0.5299999713897705,0.5288191176298754,331463,0.0,0.0,True 2022-06-23 00:00:00+02:00,0.5329999923706055,0.5379999876022339,0.5260000228881836,0.5320000052452087,0.5308146995859332,326292,0.0,0.0,True 2022-06-24 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.5329999923706055,0.5360000133514404,0.5348057869774014,217672,0.0,0.0,True 2022-06-27 00:00:00+02:00,0.5350000262260437,0.5379999876022339,0.5230000019073486,0.531000018119812,0.5298169468682279,681113,0.0,0.0,True 2022-06-28 00:00:00+02:00,0.5320000052452087,0.546999990940094,0.5320000052452087,0.5400000214576721,0.5387969126291934,706976,0.0,0.0,True 2022-06-29 00:00:00+02:00,0.5370000004768372,0.5389999747276306,0.5270000100135803,0.5299999713897705,0.5288191176298754,659745,0.0,0.0,True 2022-06-30 00:00:00+02:00,0.5299999713897705,0.5320000052452087,0.5230000019073486,0.527999997138977,0.5268236121944648,542158,0.0,0.0,True 2022-07-01 00:00:00+02:00,0.5260000228881836,0.5270000100135803,0.5180000066757202,0.5199999809265137,0.5188414374115282,396003,0.0,0.0,True 2022-07-04 00:00:00+02:00,0.5289999842643738,0.5350000262260437,0.5249999761581421,0.5339999794960022,0.5328102432816673,412246,0.0,0.0,True 2022-07-05 00:00:00+02:00,0.5339999794960022,0.5350000262260437,0.5220000147819519,0.5220000147819519,0.5208369811072624,479461,0.0,0.0,True 2022-07-06 00:00:00+02:00,0.5260000228881836,0.5299999713897705,0.5180000066757202,0.5210000276565552,0.5198392283895571,688680,0.0,0.0,True 2022-07-07 00:00:00+02:00,0.5289999842643738,0.5289999842643738,0.5210000276565552,0.5270000100135803,0.5258258594767595,180144,0.0,0.0,True 2022-07-08 00:00:00+02:00,0.5230000019073486,0.5260000228881836,0.5220000147819519,0.5239999890327454,0.5228325248029965,53875,0.0,0.0,True 2022-07-11 00:00:00+02:00,0.527999997138977,0.531000018119812,0.527999997138977,0.5299999713897705,0.5288191176298754,71112,0.0,0.0,True 2022-07-12 00:00:00+02:00,0.5329999923706055,0.5580000281333923,0.5329999923706055,0.5580000281333923,0.5567568058908008,1678682,0.0,0.0,True 2022-07-13 00:00:00+02:00,0.5569999814033508,0.5659999847412109,0.550000011920929,0.5609999895095825,0.5597500640439167,681253,0.0,0.0,True 2022-07-14 00:00:00+02:00,0.5550000071525574,0.5600000023841858,0.5379999876022339,0.5410000085830688,0.5397946653468987,917057,0.0,0.0,True 2022-07-15 00:00:00+02:00,0.5410000085830688,0.5450000166893005,0.5339999794960022,0.5339999794960022,0.5328102432816673,364552,0.0,0.0,True 2022-07-18 00:00:00+02:00,0.5370000004768372,0.5630000233650208,0.5370000004768372,0.5630000233650208,0.5617456459999743,979920,0.0,0.0,True 2022-07-19 00:00:00+02:00,0.550000011920929,0.5649999976158142,0.5490000247955322,0.5630000233650208,0.5617456459999743,708328,0.0,0.0,True 2022-07-20 00:00:00+02:00,0.5609999895095825,0.5849999785423279,0.5580000281333923,0.5759999752044678,0.5747166608920846,1633114,0.0,0.0,True 2022-07-21 00:00:00+02:00,0.5680000185966492,0.578000009059906,0.5649999976158142,0.5680000185966492,0.5667345243694716,989666,0.0,0.0,True 2022-07-22 00:00:00+02:00,0.5699999928474426,0.5770000219345093,0.5669999718666077,0.5770000219345093,0.5757144518701135,1172182,0.0,0.0,True 2022-07-25 00:00:00+02:00,0.578000009059906,0.5789999961853027,0.5720000267028809,0.5759999752044678,0.5747166608920846,916647,0.0,0.0,True 2022-07-26 00:00:00+02:00,0.5730000138282776,0.5759999752044678,0.5709999799728394,0.5709999799728394,0.5697277825225875,587300,0.0,0.0,True 2022-07-27 00:00:00+02:00,0.5740000009536743,0.5740000009536743,0.5640000104904175,0.5709999799728394,0.5697277825225875,479242,0.0,0.0,True 2022-07-28 00:00:00+02:00,0.5690000057220459,0.5730000138282776,0.5630000233650208,0.5630000233650208,0.5617456459999743,530342,0.0,0.0,True 2022-07-29 00:00:00+02:00,0.5659999847412109,0.5849999785423279,0.5659999847412109,0.5849999785423279,0.5836965883927265,2454635,0.0,0.0,True 2022-08-01 00:00:00+02:00,0.5849999785423279,0.5899999737739563,0.5799999833106995,0.5839999914169312,0.5826988356750212,1268555,0.0,0.0,True 2022-08-02 00:00:00+02:00,0.5839999914169312,0.5899999737739563,0.5839999914169312,0.5879999995231628,0.5866899230664896,1162905,0.0,0.0,True 2022-08-03 00:00:00+02:00,0.5830000042915344,0.5860000252723694,0.5820000171661377,0.5849999785423279,0.5836965883927265,317064,0.0,0.0,True 2022-08-04 00:00:00+02:00,0.5870000123977661,0.5870000123977661,0.5820000171661377,0.5839999914169312,0.5826988356750212,368935,0.0,0.0,True 2022-08-05 00:00:00+02:00,0.5839999914169312,0.5879999995231628,0.5830000042915344,0.5860000252723694,0.584694417631079,715524,0.0,0.0,True 2022-08-08 00:00:00+02:00,0.5849999785423279,0.5879999995231628,0.5830000042915344,0.5839999914169312,0.5826988356750212,940578,0.0,0.0,True 2022-08-09 00:00:00+02:00,0.5860000252723694,0.5860000252723694,0.5830000042915344,0.5830000042915344,0.5817010829573159,955344,0.0,0.0,True 2022-08-10 00:00:00+02:00,0.5820000171661377,0.5860000252723694,0.5820000171661377,0.5860000252723694,0.584694417631079,509185,0.0,0.0,True 2022-08-11 00:00:00+02:00,0.5849999785423279,0.5860000252723694,0.5839999914169312,0.5860000252723694,0.584694417631079,397064,0.0,0.0,True 2022-08-12 00:00:00+02:00,0.5860000252723694,0.5860000252723694,0.5820000171661377,0.5830000042915344,0.5817010829573159,657208,0.0,0.0,True 2022-08-16 00:00:00+02:00,0.5839999914169312,0.5870000123977661,0.5830000042915344,0.5860000252723694,0.584694417631079,604789,0.0,0.0,True 2022-08-17 00:00:00+02:00,0.5860000252723694,0.5879999995231628,0.5839999914169312,0.5860000252723694,0.584694417631079,723325,0.0,0.0,True 2022-08-18 00:00:00+02:00,0.5839999914169312,0.5860000252723694,0.5830000042915344,0.5860000252723694,0.584694417631079,420563,0.0,0.0,True 2022-08-19 00:00:00+02:00,0.5839999914169312,0.5849999785423279,0.5830000042915344,0.5839999914169312,0.5826988356750212,347348,0.0,0.0,True 2022-08-22 00:00:00+02:00,0.5830000042915344,0.5830000042915344,0.5770000219345093,0.5770000219345093,0.5757144518701135,1117671,0.0,0.0,True 2022-08-23 00:00:00+02:00,0.5809999704360962,0.5820000171661377,0.5770000219345093,0.5799999833106995,0.578707748283553,621572,0.0,0.0,True 2022-08-24 00:00:00+02:00,0.5799999833106995,0.5809999704360962,0.578000009059906,0.5789999961853027,0.5777099955658477,724901,0.0,0.0,True 2022-08-25 00:00:00+02:00,0.578000009059906,0.5809999704360962,0.574999988079071,0.5759999752044678,0.5747166608920846,545515,0.0,0.0,True 2022-08-26 00:00:00+02:00,0.5759999752044678,0.5789999961853027,0.5730000138282776,0.5730000138282776,0.5717233644786451,602605,0.0,0.0,True 2022-08-29 00:00:00+02:00,0.5720000267028809,0.5759999752044678,0.5699999928474426,0.5720000267028809,0.5707256117609398,636502,0.0,0.0,True 2022-08-30 00:00:00+02:00,0.5720000267028809,0.5720000267028809,0.5669999718666077,0.5699999928474426,0.5687300298048822,1772258,0.0,0.0,True 2022-08-31 00:00:00+02:00,0.5699999928474426,0.5699999928474426,0.5649999976158142,0.5659999847412109,0.5647389424134138,1254771,0.0,0.0,True 2022-09-01 00:00:00+02:00,0.5659999847412109,0.5659999847412109,0.5609999895095825,0.5619999766349792,0.5607478550219455,1894128,0.0,0.0,True 2022-09-02 00:00:00+02:00,0.5619999766349792,0.5680000185966492,0.5619999766349792,0.5669999718666077,0.5657366951311191,705847,0.0,0.0,True 2022-09-05 00:00:00+02:00,0.5659999847412109,0.5659999847412109,0.5559999942779541,0.5600000023841858,0.5587523113262114,677507,0.0,0.0,True 2022-09-06 00:00:00+02:00,0.6399999856948853,0.6489999890327454,0.6380000114440918,0.6470000147819519,0.645558481220809,4955192,0.0,0.0,True 2022-09-07 00:00:00+02:00,0.6449999809265137,0.6499999761581421,0.6420000195503235,0.6420000195503235,0.6405696411116354,3336703,0.0,0.0,True 2022-09-08 00:00:00+02:00,0.640999972820282,0.6439999938011169,0.6389999985694885,0.6399999856948853,0.6385740591555776,2185720,0.0,0.0,True 2022-09-09 00:00:00+02:00,0.640999972820282,0.6420000195503235,0.6309999823570251,0.6340000033378601,0.6325874663286988,1432741,0.0,0.0,True 2022-09-12 00:00:00+02:00,0.6359999775886536,0.6389999985694885,0.6330000162124634,0.6340000033378601,0.6325874663286988,1594700,0.0,0.0,True 2022-09-13 00:00:00+02:00,0.6349999904632568,0.6449999809265137,0.6349999904632568,0.640999972820282,0.6395718118732829,2308429,0.0,0.0,True 2022-09-14 00:00:00+02:00,0.640999972820282,0.6520000100135803,0.640999972820282,0.640999972820282,0.6395718118732829,4210825,0.0,0.0,True 2022-09-15 00:00:00+02:00,0.6480000019073486,0.6620000004768372,0.6470000147819519,0.6539999842643738,0.6525429032860404,1735806,0.0,0.0,True 2022-09-16 00:00:00+02:00,0.6549999713897705,0.6549999713897705,0.5770000219345093,0.5770000219345093,0.5757144518701135,2515947,0.0,0.0,True 2022-09-19 00:00:00+02:00,0.5789999961853027,0.609000027179718,0.5559999942779541,0.5709999799728394,0.5697277825225875,648941,0.0,0.0,True 2022-09-20 00:00:00+02:00,0.5600000023841858,0.5709999799728394,0.5109999775886536,0.5120000243186951,0.5108593008889151,1318045,0.0,0.0,True 2022-09-21 00:00:00+02:00,0.5189999938011169,0.5230000019073486,0.49000000953674316,0.49300000071525574,0.49190157838895526,1609799,0.0,0.0,True 2022-09-22 00:00:00+02:00,0.4934999942779541,0.49950000643730164,0.4659999907016754,0.4724999964237213,0.4714472650727611,2325473,0.0,0.0,True 2022-09-23 00:00:00+02:00,0.48899999260902405,0.5019999742507935,0.46549999713897705,0.4659999907016754,0.46496175762670594,810366,0.0,0.0,True 2022-09-26 00:00:00+02:00,0.4724999964237213,0.4869999885559082,0.46050000190734863,0.47450000047683716,0.4734428087684952,1024082,0.0,0.0,True 2022-09-27 00:00:00+02:00,0.47999998927116394,0.5040000081062317,0.4659999907016754,0.46799999475479126,0.46695730132244007,1202569,0.0,0.0,True 2022-09-28 00:00:00+02:00,0.45500001311302185,0.4684999883174896,0.44699999690055847,0.46399998664855957,0.46296621393097176,924359,0.0,0.0,True 2022-09-29 00:00:00+02:00,0.4724999964237213,0.4790000021457672,0.4514999985694885,0.46799999475479126,0.46695730132244007,1231240,0.0,0.0,True 2022-09-30 00:00:00+02:00,0.46799999475479126,0.4884999990463257,0.4645000100135803,0.4884999990463257,0.4874116146386343,248130,0.0,0.0,True 2022-10-03 00:00:00+02:00,0.5090000033378601,0.515999972820282,0.48750001192092896,0.49050000309944153,0.4894071583343685,446861,0.0,0.0,True 2022-10-04 00:00:00+02:00,0.49300000071525574,0.5049999952316284,0.4869999885559082,0.49799999594688416,0.49689045675845245,527375,0.0,0.0,True 2022-10-05 00:00:00+02:00,0.5,0.5070000290870667,0.4884999990463257,0.4984999895095825,0.4973893331173051,540101,0.0,0.0,True 2022-10-06 00:00:00+02:00,0.5019999742507935,0.5350000262260437,0.4964999854564667,0.5299999713897705,0.5288191176298754,1296594,0.0,0.0,True 2022-10-07 00:00:00+02:00,0.5339999794960022,0.5350000262260437,0.5040000081062317,0.5149999856948853,0.513852559042031,428238,0.0,0.0,True 2022-10-10 00:00:00+02:00,0.5080000162124634,0.5289999842643738,0.5009999871253967,0.5289999842643738,0.5278213649121701,195449,0.0,0.0,True 2022-10-11 00:00:00+02:00,0.5109999775886536,0.5220000147819519,0.4964999854564667,0.5220000147819519,0.5208369811072624,515212,0.0,0.0,True 2022-10-12 00:00:00+02:00,0.5090000033378601,0.5249999761581421,0.5049999952316284,0.5239999890327454,0.5228325248029965,440881,0.0,0.0,True 2022-10-13 00:00:00+02:00,0.5139999985694885,0.5289999842643738,0.5090000033378601,0.5170000195503235,0.5158481409980887,427715,0.0,0.0,True 2022-10-14 00:00:00+02:00,0.5139999985694885,0.5419999957084656,0.5139999985694885,0.5289999842643738,0.5278213649121701,575778,0.0,0.0,True 2022-10-17 00:00:00+02:00,0.5339999794960022,0.5479999780654907,0.5289999842643738,0.5379999876022339,0.5368013306731356,228884,0.0,0.0,True 2022-10-18 00:00:00+02:00,0.5400000214576721,0.5519999861717224,0.5400000214576721,0.5460000038146973,0.5447835054560722,278733,0.0,0.0,True 2022-10-19 00:00:00+02:00,0.5419999957084656,0.5540000200271606,0.5400000214576721,0.5429999828338623,0.5417901707823093,251502,0.0,0.0,True 2022-10-20 00:00:00+02:00,0.5429999828338623,0.5559999942779541,0.5429999828338623,0.5460000038146973,0.5447835054560722,284949,0.0,0.0,True 2022-10-21 00:00:00+02:00,0.5600000023841858,0.5609999895095825,0.5460000038146973,0.5509999990463257,0.5497723838255695,617256,0.0,0.0,True 2022-10-24 00:00:00+02:00,0.5509999990463257,0.5529999732971191,0.5320000052452087,0.5320000052452087,0.5308146995859332,445699,0.0,0.0,True 2022-10-25 00:00:00+02:00,0.5379999876022339,0.5460000038146973,0.5329999923706055,0.5419999957084656,0.540792418064604,416483,0.0,0.0,True 2022-10-26 00:00:00+02:00,0.5400000214576721,0.5450000166893005,0.5370000004768372,0.5440000295639038,0.5427880000206616,217407,0.0,0.0,True 2022-10-27 00:00:00+02:00,0.5440000295639038,0.5529999732971191,0.5339999794960022,0.5509999990463257,0.5497723838255695,455347,0.0,0.0,True 2022-10-28 00:00:00+02:00,0.5460000038146973,0.5519999861717224,0.5379999876022339,0.5519999861717224,0.5507701365432747,283305,0.0,0.0,True 2022-10-31 00:00:00+01:00,0.5519999861717224,0.5640000104904175,0.5509999990463257,0.5580000281333923,0.5567568058908008,158469,0.0,0.0,True 2022-11-01 00:00:00+01:00,0.5580000281333923,0.5680000185966492,0.550000011920929,0.5519999861717224,0.5507701365432747,530111,0.0,0.0,True 2022-11-02 00:00:00+01:00,0.5479999780654907,0.5550000071525574,0.5419999957084656,0.5529999732971191,0.55176788926098,94630,0.0,0.0,True 2022-11-03 00:00:00+01:00,0.5419999957084656,0.5490000247955322,0.5370000004768372,0.5370000004768372,0.5358035779554303,180873,0.0,0.0,True 2022-11-04 00:00:00+01:00,0.5339999794960022,0.5490000247955322,0.5299999713897705,0.5400000214576721,0.5387969126291934,457540,0.0,0.0,True 2022-11-07 00:00:00+01:00,0.5419999957084656,0.546999990940094,0.5400000214576721,0.546999990940094,0.5457812581737775,38404,0.0,0.0,True 2022-11-08 00:00:00+01:00,0.5419999957084656,0.5450000166893005,0.5379999876022339,0.5440000295639038,0.5427880000206616,203477,0.0,0.0,True 2022-11-09 00:00:00+01:00,0.5389999747276306,0.5580000281333923,0.5339999794960022,0.5580000281333923,0.5567568058908008,311161,0.0,0.0,True 2022-11-10 00:00:00+01:00,0.5490000247955322,0.5630000233650208,0.5490000247955322,0.5550000071525574,0.5537634712170377,278095,0.0,0.0,True 2022-11-11 00:00:00+01:00,0.5550000071525574,0.5759999752044678,0.5529999732971191,0.5600000023841858,0.5587523113262114,507700,0.0,0.0,True 2022-11-14 00:00:00+01:00,0.5569999814033508,0.5699999928474426,0.5550000071525574,0.5649999976158142,0.5637411896957085,409601,0.0,0.0,True 2022-11-15 00:00:00+01:00,0.5659999847412109,0.5799999833106995,0.5630000233650208,0.5799999833106995,0.578707748283553,955993,0.0,0.0,True 2022-11-16 00:00:00+01:00,0.5799999833106995,0.5870000123977661,0.5730000138282776,0.5799999833106995,0.578707748283553,466891,0.0,0.0,True 2022-11-17 00:00:00+01:00,0.5849999785423279,0.5849999785423279,0.5619999766349792,0.5619999766349792,0.5607478550219455,488135,0.0,0.0,True 2022-11-18 00:00:00+01:00,0.5569999814033508,0.5720000267028809,0.5519999861717224,0.5649999976158142,0.5637411896957085,302650,0.0,0.0,True 2022-11-21 00:00:00+01:00,0.5590000152587891,0.5600000023841858,0.5379999876022339,0.5379999876022339,0.5368013306731356,220332,0.0,0.0,True 2022-11-22 00:00:00+01:00,0.550000011920929,0.550000011920929,0.5389999747276306,0.5389999747276306,0.5377990833908409,65746,0.0,0.0,True 2022-11-23 00:00:00+01:00,0.5389999747276306,0.550000011920929,0.5379999876022339,0.5400000214576721,0.5387969126291934,39199,0.0,0.0,True 2022-11-24 00:00:00+01:00,0.5400000214576721,0.5770000219345093,0.5400000214576721,0.5479999780654907,0.5467790491518064,222904,0.0,0.0,True 2022-11-25 00:00:00+01:00,0.5680000185966492,0.5680000185966492,0.5400000214576721,0.5460000038146973,0.5447835054560722,431693,0.0,0.0,True 2022-11-28 00:00:00+01:00,0.5400000214576721,0.5490000247955322,0.5350000262260437,0.5360000133514404,0.5348057869774014,388574,0.0,0.0,True 2022-11-29 00:00:00+01:00,0.5410000085830688,0.5429999828338623,0.5360000133514404,0.5400000214576721,0.5387969126291934,139851,0.0,0.0,True 2022-11-30 00:00:00+01:00,0.5490000247955322,0.5569999814033508,0.5429999828338623,0.5569999814033508,0.5557589766524483,32521,0.0,0.0,True 2022-12-01 00:00:00+01:00,0.5559999942779541,0.5559999942779541,0.5410000085830688,0.5460000038146973,0.5447835054560722,120782,0.0,0.0,True 2022-12-02 00:00:00+01:00,0.5460000038146973,0.5640000104904175,0.5400000214576721,0.5450000166893005,0.5437857527383669,271014,0.0,0.0,True 2022-12-05 00:00:00+01:00,0.546999990940094,0.5550000071525574,0.546999990940094,0.5550000071525574,0.5537634712170377,80902,0.0,0.0,True 2022-12-06 00:00:00+01:00,0.5550000071525574,0.5569999814033508,0.546999990940094,0.5550000071525574,0.5537634712170377,115299,0.0,0.0,True 2022-12-07 00:00:00+01:00,0.546999990940094,0.546999990940094,0.5419999957084656,0.5429999828338623,0.5417901707823093,94037,0.0,0.0,True 2022-12-08 00:00:00+01:00,0.5410000085830688,0.5550000071525574,0.5379999876022339,0.5550000071525574,0.5537634712170377,154638,0.0,0.0,True 2022-12-09 00:00:00+01:00,0.5550000071525574,0.5550000071525574,0.546999990940094,0.5550000071525574,0.5537634712170377,133946,0.0,0.0,True 2022-12-12 00:00:00+01:00,0.550000011920929,0.5590000152587891,0.550000011920929,0.5550000071525574,0.5537634712170377,275984,0.0,0.0,True 2022-12-13 00:00:00+01:00,0.5569999814033508,0.5580000281333923,0.5519999861717224,0.5569999814033508,0.5557589766524483,137053,0.0,0.0,True 2022-12-14 00:00:00+01:00,0.5569999814033508,0.574999988079071,0.5559999942779541,0.5590000152587891,0.5577545586085061,327618,0.0,0.0,True 2022-12-15 00:00:00+01:00,0.5550000071525574,0.5640000104904175,0.5550000071525574,0.5600000023841858,0.5587523113262114,85193,0.0,0.0,True 2022-12-16 00:00:00+01:00,0.5540000200271606,0.5600000023841858,0.550000011920929,0.5590000152587891,0.5577545586085061,353180,0.0,0.0,True 2022-12-19 00:00:00+01:00,0.5540000200271606,0.5600000023841858,0.5519999861717224,0.5559999942779541,0.554761223934743,81246,0.0,0.0,True 2022-12-20 00:00:00+01:00,0.5550000071525574,0.5550000071525574,0.5460000038146973,0.5460000038146973,0.5447835054560722,58984,0.0,0.0,True 2022-12-21 00:00:00+01:00,0.5460000038146973,0.5509999990463257,0.5350000262260437,0.550000011920929,0.5487746311078642,261366,0.0,0.0,True 2022-12-22 00:00:00+01:00,0.5419999957084656,0.5479999780654907,0.5389999747276306,0.546999990940094,0.5457812581737775,100837,0.0,0.0,True 2022-12-23 00:00:00+01:00,0.5400000214576721,0.5490000247955322,0.5400000214576721,0.5479999780654907,0.5467790491518064,42948,0.0,0.0,True 2022-12-27 00:00:00+01:00,0.5400000214576721,0.546999990940094,0.5350000262260437,0.5400000214576721,0.5387969126291934,64929,0.0,0.0,True 2022-12-28 00:00:00+01:00,0.5400000214576721,0.5479999780654907,0.5329999923706055,0.5410000085830688,0.5397946653468987,270361,0.0,0.0,True 2022-12-29 00:00:00+01:00,0.5339999794960022,0.5450000166893005,0.5270000100135803,0.5299999713897705,0.5288191176298754,253463,0.0,0.0,True 2022-12-30 00:00:00+01:00,0.5320000052452087,0.546999990940094,0.5299999713897705,0.546999990940094,0.5457812581737775,74143,0.0,0.0,True 2023-01-02 00:00:00+01:00,0.5440000295639038,0.5479999780654907,0.5389999747276306,0.5440000295639038,0.5427880000206616,135464,0.0,0.0,True 2023-01-03 00:00:00+01:00,0.5429999828338623,0.5590000152587891,0.5419999957084656,0.5540000200271606,0.5527657184993324,113466,0.0,0.0,True 2023-01-04 00:00:00+01:00,0.5580000281333923,0.5649999976158142,0.5550000071525574,0.5649999976158142,0.5637411896957085,85044,0.0,0.0,True 2023-01-05 00:00:00+01:00,0.5619999766349792,0.5699999928474426,0.5569999814033508,0.5699999928474426,0.5687300298048822,555166,0.0,0.0,True 2023-01-06 00:00:00+01:00,0.5699999928474426,0.5839999914169312,0.5600000023841858,0.574999988079071,0.5737188699140557,380416,0.0,0.0,True 2023-01-09 00:00:00+01:00,0.5730000138282776,0.5849999785423279,0.5730000138282776,0.5799999833106995,0.578707748283553,307602,0.0,0.0,True 2023-01-10 00:00:00+01:00,0.5809999704360962,0.5809999704360962,0.5659999847412109,0.5699999928474426,0.5687300298048822,214091,0.0,0.0,True 2023-01-11 00:00:00+01:00,0.5640000104904175,0.5720000267028809,0.5619999766349792,0.5669999718666077,0.5657366951311191,286094,0.0,0.0,True 2023-01-12 00:00:00+01:00,0.5680000185966492,0.5680000185966492,0.5649999976158142,0.5680000185966492,0.5667345243694716,85191,0.0,0.0,True 2023-01-13 00:00:00+01:00,0.5680000185966492,0.5789999961853027,0.5609999895095825,0.5680000185966492,0.5667345243694716,188823,0.0,0.0,True 2023-01-16 00:00:00+01:00,0.5720000267028809,0.5770000219345093,0.5709999799728394,0.5770000219345093,0.5757144518701135,75269,0.0,0.0,True 2023-01-17 00:00:00+01:00,0.5770000219345093,0.5889999866485596,0.5759999752044678,0.5799999833106995,0.578707748283553,195849,0.0,0.0,True 2023-01-18 00:00:00+01:00,0.5820000171661377,0.628000020980835,0.5820000171661377,0.6019999980926514,0.6006587289366286,570529,0.0,0.0,True 2023-01-19 00:00:00+01:00,0.6069999933242798,0.6150000095367432,0.5879999995231628,0.5960000157356262,0.5946721361097498,437472,0.0,0.0,True 2023-01-20 00:00:00+01:00,0.6029999852180481,0.6119999885559082,0.6019999980926514,0.609000027179718,0.6076431892621835,570892,0.0,0.0,True 2023-01-23 00:00:00+01:00,0.6119999885559082,0.6179999709129333,0.6050000190734863,0.6179999709129333,0.616623078502502,663644,0.0,0.0,True 2023-01-24 00:00:00+01:00,0.6179999709129333,0.6790000200271606,0.6179999709129333,0.6700000166893005,0.6685072528519136,2040196,0.0,0.0,True 2023-01-25 00:00:00+01:00,0.675000011920929,0.6949999928474426,0.6620000004768372,0.6919999718666077,0.6904581952446658,1101277,0.0,0.0,True 2023-01-26 00:00:00+01:00,0.6959999799728394,0.7039999961853027,0.6700000166893005,0.6980000138282776,0.6964448645921918,965786,0.0,0.0,True 2023-01-27 00:00:00+01:00,0.6980000138282776,0.6990000009536743,0.6830000281333923,0.6959999799728394,0.6944492826361341,269848,0.0,0.0,True 2023-01-30 00:00:00+01:00,0.6980000138282776,0.7070000171661377,0.6890000104904175,0.6949999928474426,0.6934515299184288,384813,0.0,0.0,True 2023-01-31 00:00:00+01:00,0.6930000185966492,0.7070000171661377,0.6779999732971191,0.7070000171661377,0.7054247920928337,440160,0.0,0.0,True 2023-02-01 00:00:00+01:00,0.7070000171661377,0.7239999771118164,0.6869999766349792,0.6909999847412109,0.6894604425269605,453653,0.0,0.0,True 2023-02-02 00:00:00+01:00,0.6909999847412109,0.7089999914169312,0.6769999861717224,0.6779999732971191,0.6764894276348502,538871,0.0,0.0,True 2023-02-03 00:00:00+01:00,0.6710000038146973,0.6959999799728394,0.6710000038146973,0.6890000104904175,0.6874649370915499,363644,0.0,0.0,True 2023-02-06 00:00:00+01:00,0.6890000104904175,0.6930000185966492,0.6830000281333923,0.6899999976158142,0.6884626898092552,165751,0.0,0.0,True 2023-02-07 00:00:00+01:00,0.6909999847412109,0.699999988079071,0.6840000152587891,0.6990000009536743,0.6974426173098971,237660,0.0,0.0,True 2023-02-08 00:00:00+01:00,0.699999988079071,0.7170000076293945,0.699999988079071,0.7059999704360962,0.7044270393751284,579384,0.0,0.0,True 2023-02-09 00:00:00+01:00,0.7129999995231628,0.718999981880188,0.7099999785423279,0.7099999785423279,0.7084181267665968,576221,0.0,0.0,True 2023-02-10 00:00:00+01:00,0.7120000123977661,0.7200000286102295,0.7049999833106995,0.7080000042915344,0.706422544810539,324296,0.0,0.0,True 2023-02-13 00:00:00+01:00,0.7049999833106995,0.7120000123977661,0.7009999752044678,0.7009999752044678,0.6994381227453077,79468,0.0,0.0,True 2023-02-14 00:00:00+01:00,0.7009999752044678,0.7099999785423279,0.6959999799728394,0.6970000267028809,0.6954471118744865,84733,0.0,0.0,True 2023-02-15 00:00:00+01:00,0.6959999799728394,0.699999988079071,0.6850000023841858,0.6930000185966492,0.6914560244830182,65400,0.0,0.0,True 2023-02-16 00:00:00+01:00,0.6949999928474426,0.6990000009536743,0.6850000023841858,0.6880000233650208,0.6864671843738446,252701,0.0,0.0,True 2023-02-17 00:00:00+01:00,0.6850000023841858,0.6899999976158142,0.6769999861717224,0.6869999766349792,0.6854693551354921,141767,0.0,0.0,True 2023-02-20 00:00:00+01:00,0.6779999732971191,0.6899999976158142,0.6779999732971191,0.6850000023841858,0.6834738497000815,91922,0.0,0.0,True 2023-02-21 00:00:00+01:00,0.6850000023841858,0.6909999847412109,0.6779999732971191,0.6779999732971191,0.6764894276348502,282153,0.0,0.0,True 2023-02-22 00:00:00+01:00,0.6840000152587891,0.6840000152587891,0.6460000276565552,0.6660000085830688,0.6645161654604453,293396,0.0,0.0,True 2023-02-23 00:00:00+01:00,0.6570000052452087,0.6679999828338623,0.6520000100135803,0.6570000052452087,0.6555362379598033,160609,0.0,0.0,True 2023-02-24 00:00:00+01:00,0.6520000100135803,0.6600000262260437,0.6499999761581421,0.6600000262260437,0.6585295726335664,257330,0.0,0.0,True 2023-02-27 00:00:00+01:00,0.6600000262260437,0.7039999961853027,0.6600000262260437,0.7020000219345093,0.7004359519836602,535280,0.0,0.0,True 2023-02-28 00:00:00+01:00,0.75,0.8190000057220459,0.75,0.7850000262260437,0.7832510344867895,5756203,0.0,0.0,True 2023-03-01 00:00:00+01:00,0.7950000166893005,0.796999990940094,0.765999972820282,0.7860000133514404,0.7842487872044948,2182674,0.0,0.0,True 2023-03-02 00:00:00+01:00,0.781000018119812,0.8059999942779541,0.7760000228881836,0.8029999732971191,0.8012108894880733,1047215,0.0,0.0,True 2023-03-03 00:00:00+01:00,0.8050000071525574,0.8069999814033508,0.7919999957084656,0.7990000247955322,0.7972198786172521,990109,0.0,0.0,True 2023-03-06 00:00:00+01:00,0.8009999990463257,0.8029999732971191,0.7950000166893005,0.796999990940094,0.7952242966611944,630442,0.0,0.0,True 2023-03-07 00:00:00+01:00,0.7960000038146973,0.7960000038146973,0.7699999809265137,0.7850000262260437,0.7832510344867895,1414725,0.0,0.0,True 2023-03-08 00:00:00+01:00,0.7770000100135803,0.796999990940094,0.7770000100135803,0.7940000295639038,0.7922309619874314,537223,0.0,0.0,True 2023-03-09 00:00:00+01:00,0.7950000166893005,0.8080000281333923,0.7900000214576721,0.8009999990463257,0.7992153840526627,1120133,0.0,0.0,True 2023-03-10 00:00:00+01:00,0.7979999780654907,0.7979999780654907,0.7860000133514404,0.7889999747276306,0.7872420453576107,307510,0.0,0.0,True 2023-03-13 00:00:00+01:00,0.7829999923706055,0.7829999923706055,0.7649999856948853,0.7739999890327454,0.7722755250300898,758700,0.0,0.0,True 2023-03-14 00:00:00+01:00,0.7799999713897705,0.800000011920929,0.7799999713897705,0.7929999828338623,0.7912332092697261,658809,0.0,0.0,True 2023-03-15 00:00:00+01:00,0.7919999957084656,0.8080000281333923,0.7839999794960022,0.7900000214576721,0.7882398745959631,711929,0.0,0.0,True 2023-03-16 00:00:00+01:00,0.7960000038146973,0.7960000038146973,0.777999997138977,0.7829999923706055,0.7812554525307317,431422,0.0,0.0,True 2023-03-17 00:00:00+01:00,0.7879999876022339,0.7990000247955322,0.765999972820282,0.7680000066757202,0.7662889322032109,870165,0.0,0.0,True 2023-03-20 00:00:00+01:00,0.7680000066757202,0.7889999747276306,0.7599999904632568,0.7829999923706055,0.7812554525307317,410969,0.0,0.0,True 2023-03-21 00:00:00+01:00,0.7839999794960022,0.796999990940094,0.7820000052452087,0.7829999923706055,0.7812554525307317,942358,0.0,0.0,True 2023-03-22 00:00:00+01:00,0.7799999713897705,0.7799999713897705,0.7710000276565552,0.7720000147819519,0.7702800195946792,173077,0.0,0.0,True 2023-03-23 00:00:00+01:00,0.7730000019073486,0.7739999890327454,0.7630000114440918,0.7710000276565552,0.7692822668769739,219897,0.0,0.0,True 2023-03-24 00:00:00+01:00,0.7710000276565552,0.7710000276565552,0.75,0.753000020980835,0.7513223353550429,506157,0.0,0.0,True 2023-03-27 00:00:00+02:00,0.7599999904632568,0.7730000019073486,0.7549999952316284,0.7549999952316284,0.7533178407904535,48955,0.0,0.0,True 2023-03-28 00:00:00+02:00,0.7649999856948853,0.7799999713897705,0.7570000290870667,0.7689999938011169,0.7672866849209162,347668,0.0,0.0,True 2023-03-29 00:00:00+02:00,0.9399999976158142,0.949999988079071,0.9139999747276306,0.9470000267028809,0.9448901121015798,5643561,0.0,0.0,True 2023-03-30 00:00:00+02:00,0.9430000185966492,0.949999988079071,0.9380000233650208,0.9440000057220459,0.9418967774278169,1527378,0.0,0.0,True 2023-03-31 00:00:00+02:00,0.9440000057220459,0.9480000138282776,0.9419999718666077,0.9459999799728394,0.9438922828632275,595467,0.0,0.0,True 2023-04-03 00:00:00+02:00,0.9449999928474426,0.9599999785423279,0.9449999928474426,0.9559999704360962,0.9538700396022217,1264401,0.0,0.0,True 2023-04-04 00:00:00+02:00,0.9539999961853027,0.9850000143051147,0.9539999961853027,0.9800000190734863,0.9778165639510317,3181515,0.0,0.0,True 2023-04-05 00:00:00+02:00,0.9800000190734863,0.9819999933242798,0.9610000252723694,0.9660000205039978,0.9638477963412161,1152162,0.0,0.0,True 2023-04-06 00:00:00+02:00,0.9660000205039978,0.9729999899864197,0.9610000252723694,0.968999981880188,0.966841054494332,944635,0.0,0.0,True 2023-04-11 00:00:00+02:00,0.9700000286102295,0.9779999852180481,0.9670000076293945,0.9729999899864197,0.9708321418858004,752560,0.0,0.0,True 2023-04-12 00:00:00+02:00,0.9729999899864197,0.9789999723434448,0.9729999899864197,0.9760000109672546,0.9738254765595633,610450,0.0,0.0,True 2023-04-13 00:00:00+02:00,0.9760000109672546,0.9800000190734863,0.9729999899864197,0.9779999852180481,0.9758209819949739,516734,0.0,0.0,True 2023-04-14 00:00:00+02:00,0.9760000109672546,0.9789999723434448,0.9750000238418579,0.9769999980926514,0.9748232292772686,298242,0.0,0.0,True 2023-04-17 00:00:00+02:00,0.9750000238418579,0.9929999709129333,0.9729999899864197,0.9869999885559082,0.984800986016263,746299,0.0,0.0,True 2023-04-18 00:00:00+02:00,0.9829999804496765,0.9890000224113464,0.9819999933242798,0.9829999804496765,0.9808098221041476,344328,0.0,0.0,True 2023-04-19 00:00:00+02:00,0.9850000143051147,0.9890000224113464,0.9800000190734863,0.9819999933242798,0.9798120693864423,659190,0.0,0.0,True 2023-04-20 00:00:00+02:00,0.9829999804496765,0.9829999804496765,0.968999981880188,0.9739999771118164,0.9718298946035057,1088729,0.0,0.0,True 2023-04-21 00:00:00+02:00,0.9700000286102295,0.9739999771118164,0.9700000286102295,0.9710000157356262,0.9688366364503898,241498,0.0,0.0,True 2023-04-24 00:00:00+02:00,0.9700000286102295,0.9789999723434448,0.968999981880188,0.9760000109672546,0.9738254765595633,644781,0.0,0.0,True 2023-04-25 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.968999981880188,0.9729999899864197,0.9708321418858004,264460,0.0,0.0,True 2023-04-26 00:00:00+02:00,0.972000002861023,0.9779999852180481,0.9700000286102295,0.9750000238418579,0.972827723841858,452373,0.0,0.0,True 2023-04-27 00:00:00+02:00,0.9769999980926514,0.9779999852180481,0.9760000109672546,0.9779999852180481,0.9758209819949739,299205,0.0,0.0,True 2023-04-28 00:00:00+02:00,0.9769999980926514,0.9789999723434448,0.9670000076293945,0.9710000157356262,0.9688366364503898,798116,0.0,0.0,True 2023-05-02 00:00:00+02:00,0.9729999899864197,0.9760000109672546,0.9629999995231628,0.9639999866485596,0.9618522143851583,1191555,0.0,0.0,True 2023-05-03 00:00:00+02:00,0.9700000286102295,0.9700000286102295,0.9599999785423279,0.9639999866485596,0.9618522143851583,852175,0.0,0.0,True 2023-05-04 00:00:00+02:00,0.9599999785423279,0.9660000205039978,0.9580000042915344,0.9610000252723694,0.9588589562320425,236076,0.0,0.0,True 2023-05-05 00:00:00+02:00,0.9639999866485596,0.9670000076293945,0.9589999914169312,0.9620000123977661,0.9598567089497478,579579,0.0,0.0,True 2023-05-08 00:00:00+02:00,0.9660000205039978,0.9750000238418579,0.9620000123977661,0.9739999771118164,0.9718298946035057,522670,0.0,0.0,True 2023-05-09 00:00:00+02:00,0.9739999771118164,0.9779999852180481,0.9679999947547913,0.9739999771118164,0.9718298946035057,345177,0.0,0.0,True 2023-05-10 00:00:00+02:00,0.9760000109672546,0.9760000109672546,0.9629999995231628,0.9639999866485596,0.9618522143851583,933398,0.0,0.0,True 2023-05-11 00:00:00+02:00,0.968999981880188,0.9779999852180481,0.9679999947547913,0.9739999771118164,0.9718298946035057,994282,0.0,0.0,True 2023-05-12 00:00:00+02:00,0.9739999771118164,0.9800000190734863,0.9710000157356262,0.9800000190734863,0.9778165639510317,1379557,0.0,0.0,True 2023-05-15 00:00:00+02:00,0.9789999723434448,0.9829999804496765,0.972000002861023,0.9729999899864197,0.9708321418858004,622598,0.0,0.0,True 2023-05-16 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.9700000286102295,0.972000002861023,0.9698343891680951,760366,0.0,0.0,True 2023-05-17 00:00:00+02:00,0.9700000286102295,0.972000002861023,0.968999981880188,0.972000002861023,0.9698343891680951,787943,0.0,0.0,True 2023-05-18 00:00:00+02:00,0.9700000286102295,0.9760000109672546,0.9660000205039978,0.972000002861023,0.9698343891680951,1324434,0.0,0.0,True 2023-05-19 00:00:00+02:00,0.972000002861023,0.9750000238418579,0.972000002861023,0.9750000238418579,0.972827723841858,330856,0.0,0.0,True 2023-05-22 00:00:00+02:00,0.9750000238418579,0.9769999980926514,0.9679999947547913,0.972000002861023,0.972000002861023,2017201,0.0021723000000000003,0.0,False 2023-05-23 00:00:00+02:00,0.9710000157356262,0.9760000109672546,0.9700000286102295,0.972000002861023,0.972000002861023,1895500,0.0,0.0,False 2023-05-24 00:00:00+02:00,0.9729999899864197,0.9729999899864197,0.9649999737739563,0.968999981880188,0.968999981880188,1047104,0.0,0.0,False 2023-05-25 00:00:00+02:00,0.9670000076293945,0.9710000157356262,0.9649999737739563,0.968999981880188,0.968999981880188,233081,0.0,0.0,False 2023-05-26 00:00:00+02:00,0.9670000076293945,0.9710000157356262,0.9670000076293945,0.9710000157356262,0.9710000157356262,496007,0.0,0.0,False 2023-05-29 00:00:00+02:00,0.9700000286102295,0.972000002861023,0.9679999947547913,0.9710000157356262,0.9710000157356262,68038,0.0,0.0,False 2023-05-30 00:00:00+02:00,0.968999981880188,0.968999981880188,0.9660000205039978,0.9660000205039978,0.9660000205039978,351772,0.0,0.0,False 2023-05-31 00:00:00+02:00,0.9660000205039978,0.968999981880188,0.9639999866485596,0.9649999737739563,0.9649999737739563,419650,0.0,0.0,False 2023-06-01 00:00:00+02:00,0.9660000205039978,0.968999981880188,0.9629999995231628,0.9649999737739563,0.9649999737739563,985204,0.0,0.0,False 2023-06-02 00:00:00+02:00,0.9660000205039978,0.9750000238418579,0.9660000205039978,0.9750000238418579,0.9750000238418579,681304,0.0,0.0,False 2023-06-05 00:00:00+02:00,0.9750000238418579,0.9750000238418579,0.9660000205039978,0.9670000076293945,0.9670000076293945,183788,0.0,0.0,False 2023-06-06 00:00:00+02:00,0.9679999947547913,0.9700000286102295,0.9649999737739563,0.968999981880188,0.968999981880188,334415,0.0,0.0,False 2023-06-07 00:00:00+02:00,0.9670000076293945,0.9679999947547913,0.9649999737739563,0.9660000205039978,0.9660000205039978,111691,0.0,0.0,False 2023-06-08 00:00:00+02:00,0.9660000205039978,0.972000002861023,0.9660000205039978,0.9700000286102295,0.9700000286102295,429503,0.0,0.0,False 2023-06-09 00:00:00+02:00,0.9710000157356262,0.972000002861023,0.9670000076293945,0.9710000157356262,0.9710000157356262,274613,0.0,0.0,False 2023-06-12 00:00:00+02:00,0.968999981880188,0.9729999899864197,0.9670000076293945,0.972000002861023,0.972000002861023,369879,0.0,0.0,False 2023-06-13 00:00:00+02:00,0.9700000286102295,0.9750000238418579,0.9700000286102295,0.9739999771118164,0.9739999771118164,512173,0.0,0.0,False 2023-06-14 00:00:00+02:00,0.972000002861023,0.9800000190734863,0.9679999947547913,0.9789999723434448,0.9789999723434448,776738,0.0,0.0,False 2023-06-15 00:00:00+02:00,0.9800000190734863,0.9800000190734863,0.9739999771118164,0.9789999723434448,0.9789999723434448,384800,0.0,0.0,False 2023-06-16 00:00:00+02:00,0.9789999723434448,0.9800000190734863,0.9750000238418579,0.9760000109672546,0.9760000109672546,145008,0.0,0.0,False 2023-06-19 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9739999771118164,0.9760000109672546,0.9760000109672546,216965,0.0,0.0,False 2023-06-20 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9750000238418579,0.9750000238418579,0.9750000238418579,372089,0.0,0.0,False 2023-06-21 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.9750000238418579,0.9750000238418579,0.9750000238418579,430421,0.0,0.0,False 2023-06-22 00:00:00+02:00,0.9750000238418579,0.9760000109672546,0.972000002861023,0.9729999899864197,0.9729999899864197,256405,0.0,0.0,False 2023-06-23 00:00:00+02:00,0.9729999899864197,0.9789999723434448,0.9700000286102295,0.9769999980926514,0.9769999980926514,459888,0.0,0.0,False 2023-06-26 00:00:00+02:00,0.9760000109672546,0.9789999723434448,0.9750000238418579,0.9779999852180481,0.9779999852180481,375704,0.0,0.0,False 2023-06-27 00:00:00+02:00,0.9779999852180481,0.9819999933242798,0.9760000109672546,0.9800000190734863,0.9800000190734863,310906,0.0,0.0,False 2023-06-28 00:00:00+02:00,0.9800000190734863,0.9810000061988831,0.9769999980926514,0.9769999980926514,0.9769999980926514,172937,0.0,0.0,False 2023-06-29 00:00:00+02:00,0.9769999980926514,0.9800000190734863,0.9769999980926514,0.9769999980926514,0.9769999980926514,164672,0.0,0.0,False 2023-06-30 00:00:00+02:00,0.9769999980926514,0.9789999723434448,0.972000002861023,0.9729999899864197,0.9729999899864197,368247,0.0,0.0,False 2023-07-03 00:00:00+02:00,0.9729999899864197,0.9779999852180481,0.9729999899864197,0.9769999980926514,0.9769999980926514,333130,0.0,0.0,False 2023-07-04 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9760000109672546,0.9760000109672546,0.9760000109672546,125857,0.0,0.0,False 2023-07-05 00:00:00+02:00,0.9779999852180481,0.9789999723434448,0.9750000238418579,0.9760000109672546,0.9760000109672546,181181,0.0,0.0,False 2023-07-06 00:00:00+02:00,0.9750000238418579,0.9760000109672546,0.9670000076293945,0.9710000157356262,0.9710000157356262,935977,0.0,0.0,False 2023-07-07 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9700000286102295,0.972000002861023,0.972000002861023,299521,0.0,0.0,False 2023-07-10 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9700000286102295,0.9710000157356262,0.9710000157356262,274137,0.0,0.0,False 2023-07-11 00:00:00+02:00,0.9729999899864197,0.9760000109672546,0.9700000286102295,0.9710000157356262,0.9710000157356262,460478,0.0,0.0,False 2023-07-12 00:00:00+02:00,0.972000002861023,0.9729999899864197,0.9700000286102295,0.9710000157356262,0.9710000157356262,184193,0.0,0.0,False 2023-07-13 00:00:00+02:00,0.9710000157356262,0.9739999771118164,0.9710000157356262,0.9729999899864197,0.9729999899864197,271421,0.0,0.0,False 2023-07-14 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9710000157356262,0.9739999771118164,0.9739999771118164,122375,0.0,0.0,False 2023-07-17 00:00:00+02:00,0.972000002861023,0.9800000190734863,0.972000002861023,0.9760000109672546,0.9760000109672546,443787,0.0,0.0,False 2023-07-18 00:00:00+02:00,0.9800000190734863,0.9810000061988831,0.9779999852180481,0.9789999723434448,0.9789999723434448,180652,0.0,0.0,False 2023-07-19 00:00:00+02:00,0.9779999852180481,0.9789999723434448,0.9710000157356262,0.9779999852180481,0.9779999852180481,549648,0.0,0.0,False 2023-07-20 00:00:00+02:00,0.9760000109672546,0.9810000061988831,0.9760000109672546,0.9769999980926514,0.9769999980926514,460093,0.0,0.0,False 2023-07-21 00:00:00+02:00,0.9789999723434448,0.984000027179718,0.9789999723434448,0.9800000190734863,0.9800000190734863,454073,0.0,0.0,False 2023-07-24 00:00:00+02:00,0.9789999723434448,0.984000027179718,0.9779999852180481,0.984000027179718,0.984000027179718,574690,0.0,0.0,False 2023-07-25 00:00:00+02:00,0.9819999933242798,0.9890000224113464,0.9819999933242798,0.9860000014305115,0.9860000014305115,325649,0.0,0.0,False 2023-07-26 00:00:00+02:00,0.9850000143051147,0.9900000095367432,0.984000027179718,0.9890000224113464,0.9890000224113464,326066,0.0,0.0,False 2023-07-27 00:00:00+02:00,0.9879999756813049,0.9890000224113464,0.9860000014305115,0.9890000224113464,0.9890000224113464,249551,0.0,0.0,False 2023-07-28 00:00:00+02:00,0.9879999756813049,0.9950000047683716,0.9879999756813049,0.9929999709129333,0.9929999709129333,747185,0.0,0.0,False 2023-07-31 00:00:00+02:00,0.9909999966621399,0.9950000047683716,0.9909999966621399,0.9950000047683716,0.9950000047683716,611848,0.0,0.0,False 2023-08-01 00:00:00+02:00,0.9929999709129333,0.9990000128746033,0.9929999709129333,0.9990000128746033,0.9990000128746033,469346,0.0,0.0,False 2023-08-02 00:00:00+02:00,1.0,1.0019999742507935,0.9959999918937683,0.996999979019165,0.996999979019165,688537,0.0,0.0,False 2023-08-03 00:00:00+02:00,0.996999979019165,0.9980000257492065,0.9909999966621399,0.9950000047683716,0.9950000047683716,760261,0.0,0.0,False 2023-08-04 00:00:00+02:00,0.9909999966621399,0.9980000257492065,0.9909999966621399,0.9950000047683716,0.9950000047683716,260828,0.0,0.0,False 2023-08-07 00:00:00+02:00,0.996999979019165,0.996999979019165,0.9909999966621399,0.9919999837875366,0.9919999837875366,496185,0.0,0.0,False 2023-08-08 00:00:00+02:00,0.9919999837875366,0.9919999837875366,0.9860000014305115,0.9879999756813049,0.9879999756813049,485752,0.0,0.0,False 2023-08-09 00:00:00+02:00,0.9900000095367432,0.9900000095367432,0.9860000014305115,0.9860000014305115,0.9860000014305115,667923,0.0,0.0,False 2023-08-10 00:00:00+02:00,0.9860000014305115,0.9940000176429749,0.9860000014305115,0.9890000224113464,0.9890000224113464,856919,0.0,0.0,False 2023-08-11 00:00:00+02:00,0.9890000224113464,0.9940000176429749,0.9890000224113464,0.9909999966621399,0.9909999966621399,183113,0.0,0.0,False 2023-08-14 00:00:00+02:00,0.9890000224113464,0.9919999837875366,0.9890000224113464,0.9909999966621399,0.9909999966621399,74817,0.0,0.0,False 2023-08-16 00:00:00+02:00,0.9929999709129333,0.9929999709129333,0.9890000224113464,0.9890000224113464,0.9890000224113464,510786,0.0,0.0,False 2023-08-17 00:00:00+02:00,0.9919999837875366,0.9919999837875366,0.9879999756813049,0.9900000095367432,0.9900000095367432,560618,0.0,0.0,False 2023-08-18 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9879999756813049,0.9879999756813049,0.9879999756813049,1076334,0.0,0.0,False 2023-08-21 00:00:00+02:00,0.9900000095367432,0.9909999966621399,0.9879999756813049,0.9890000224113464,0.9890000224113464,193763,0.0,0.0,False 2023-08-22 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9900000095367432,0.9900000095367432,0.9900000095367432,254066,0.0,0.0,False 2023-08-23 00:00:00+02:00,0.9900000095367432,0.9919999837875366,0.9900000095367432,0.9900000095367432,0.9900000095367432,287755,0.0,0.0,False 2023-08-24 00:00:00+02:00,0.9900000095367432,0.9919999837875366,0.9900000095367432,0.9909999966621399,0.9909999966621399,342705,0.0,0.0,False 2023-08-25 00:00:00+02:00,0.9919999837875366,0.9929999709129333,0.9909999966621399,0.9909999966621399,0.9909999966621399,210631,0.0,0.0,False 2023-08-28 00:00:00+02:00,0.9929999709129333,0.9929999709129333,0.9879999756813049,0.9900000095367432,0.9900000095367432,565550,0.0,0.0,False 2023-08-29 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9909999966621399,0.9919999837875366,0.9919999837875366,252993,0.0,0.0,False 2023-08-30 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9909999966621399,0.9919999837875366,0.9919999837875366,765961,0.0,0.0,False 2023-08-31 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9909999966621399,0.9919999837875366,0.9919999837875366,738906,0.0,0.0,False 2023-09-01 00:00:00+02:00,0.9919999837875366,0.9940000176429749,0.9919999837875366,0.9940000176429749,0.9940000176429749,146697,0.0,0.0,False 2023-09-04 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9919999837875366,0.9940000176429749,0.9940000176429749,150516,0.0,0.0,False 2023-09-05 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9919999837875366,0.9929999709129333,0.9929999709129333,167688,0.0,0.0,False 2023-09-06 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,636482,0.0,0.0,False 2023-09-07 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,251721,0.0,0.0,False 2023-09-08 00:00:00+02:00,0.9929999709129333,0.9940000176429749,0.9919999837875366,0.9940000176429749,0.9940000176429749,722475,0.0,0.0,False 2023-09-11 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,117583,0.0,0.0,False 2023-09-12 00:00:00+02:00,0.9940000176429749,0.9940000176429749,0.9929999709129333,0.9929999709129333,0.9929999709129333,447377,0.0,0.0,False 2023-09-13 00:00:00+02:00,0.9929999709129333,0.9940000176429749,0.9860000014305115,0.9909999966621399,0.9909999966621399,846545,0.0,0.0,False 2023-09-14 00:00:00+02:00,0.9919999837875366,0.9929999709129333,0.9909999966621399,0.9929999709129333,0.9929999709129333,557529,0.0,0.0,False 2023-09-15 00:00:00+02:00,0.9929999709129333,0.9959999918937683,0.9909999966621399,0.9959999918937683,0.9959999918937683,1455438,0.0,0.0,False 2023-09-18 00:00:00+02:00,0.9959999918937683,0.9980000257492065,0.9950000047683716,0.9980000257492065,0.9980000257492065,744074,0.0,0.0,False 2023-09-19 00:00:00+02:00,0.9950000047683716,0.996999979019165,0.9929999709129333,0.9940000176429749,0.9940000176429749,2092502,0.0,0.0,False 2023-09-20 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9919999837875366,0.9940000176429749,0.9940000176429749,806653,0.0,0.0,False 2023-09-21 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9919999837875366,0.9950000047683716,0.9950000047683716,1933552,0.0,0.0,False 2023-09-22 00:00:00+02:00,0.9869999885559082,0.9879999756813049,0.9800000190734863,0.9860000014305115,0.9860000014305115,1381725,0.0,0.0,False 2023-09-25 00:00:00+02:00,0.9860000014305115,0.9980000257492065,0.9860000014305115,0.9959999918937683,0.9959999918937683,784940,0.0,0.0,False 2023-09-26 00:00:00+02:00,0.996999979019165,1.0080000162124634,0.996999979019165,1.0080000162124634,1.0080000162124634,1071462,0.0,0.0,False 2023-09-27 00:00:00+02:00,1.0119999647140503,1.0180000066757202,1.0,1.00600004196167,1.00600004196167,848551,0.0,0.0,False 2023-09-28 00:00:00+02:00,1.00600004196167,1.0099999904632568,1.003999948501587,1.0080000162124634,1.0080000162124634,279698,0.0,0.0,False 2023-09-29 00:00:00+02:00,1.0,1.0180000066757202,1.0,1.0180000066757202,1.0180000066757202,369955,0.0,0.0,False 2023-10-02 00:00:00+02:00,1.0160000324249268,1.0859999656677246,1.0160000324249268,1.0640000104904175,1.0640000104904175,1151803,0.0,0.0,False 2023-10-03 00:00:00+02:00,1.0420000553131104,1.1480000019073486,1.0379999876022339,1.1440000534057617,1.1440000534057617,973792,0.0,0.0,False 2023-10-04 00:00:00+02:00,1.1399999856948853,1.2339999675750732,1.128000020980835,1.1619999408721924,1.1619999408721924,920176,0.0,0.0,False 2023-10-05 00:00:00+02:00,1.218000054359436,1.218000054359436,1.062000036239624,1.062000036239624,1.062000036239624,1098369,0.0,0.0,False 2023-10-06 00:00:00+02:00,1.0720000267028809,1.1200000047683716,1.0640000104904175,1.093999981880188,1.093999981880188,576203,0.0,0.0,False 2023-10-09 00:00:00+02:00,1.003999948501587,1.0820000171661377,1.003999948501587,1.0360000133514404,1.0360000133514404,629478,0.0,0.0,False 2023-10-10 00:00:00+02:00,1.0440000295639038,1.0440000295639038,1.0019999742507935,1.0140000581741333,1.0140000581741333,357174,0.0,0.0,False 2023-10-11 00:00:00+02:00,1.003999948501587,1.0160000324249268,0.9670000076293945,0.9860000014305115,0.9860000014305115,1861386,0.0,0.0,False 2023-10-12 00:00:00+02:00,0.9700000286102295,1.0299999713897705,0.9610000252723694,1.003999948501587,1.003999948501587,1073322,0.0,0.0,False 2023-10-13 00:00:00+02:00,1.003999948501587,1.00600004196167,0.9789999723434448,0.9909999966621399,0.9909999966621399,675000,0.0,0.0,False 2023-10-16 00:00:00+02:00,0.9990000128746033,1.003999948501587,0.9750000238418579,0.9950000047683716,0.9950000047683716,476334,0.0,0.0,False 2023-10-17 00:00:00+02:00,0.9869999885559082,1.003999948501587,0.9800000190734863,0.9950000047683716,0.9950000047683716,499532,0.0,0.0,False 2023-10-18 00:00:00+02:00,0.9990000128746033,1.0,0.9829999804496765,0.9909999966621399,0.9909999966621399,248634,0.0,0.0,False 2023-10-19 00:00:00+02:00,0.9819999933242798,1.027999997138977,0.9810000061988831,1.0160000324249268,1.0160000324249268,573127,0.0,0.0,False 2023-10-20 00:00:00+02:00,1.0,1.0,0.9850000143051147,0.9850000143051147,0.9850000143051147,433720,0.0,0.0,False 2023-10-23 00:00:00+02:00,1.0,1.0,0.9829999804496765,0.9860000014305115,0.9860000014305115,148147,0.0,0.0,False 2023-10-24 00:00:00+02:00,0.9860000014305115,0.996999979019165,0.9829999804496765,0.9929999709129333,0.9929999709129333,242785,0.0,0.0,False 2023-10-25 00:00:00+02:00,0.9900000095367432,0.9929999709129333,0.9850000143051147,0.9890000224113464,0.9890000224113464,60712,0.0,0.0,False 2023-10-26 00:00:00+02:00,0.9900000095367432,0.9950000047683716,0.9850000143051147,0.9929999709129333,0.9929999709129333,91358,0.0,0.0,False 2023-10-27 00:00:00+02:00,0.9869999885559082,0.9890000224113464,0.9819999933242798,0.9829999804496765,0.9829999804496765,87449,0.0,0.0,False 2023-10-30 00:00:00+01:00,0.9829999804496765,0.9850000143051147,0.9800000190734863,0.984000027179718,0.984000027179718,107223,0.0,0.0,False 2023-10-31 00:00:00+01:00,0.984000027179718,0.9900000095367432,0.9779999852180481,0.9810000061988831,0.9810000061988831,262551,0.0,0.0,False 2023-11-01 00:00:00+01:00,0.9800000190734863,0.9829999804496765,0.9779999852180481,0.9789999723434448,0.9789999723434448,112108,0.0,0.0,False 2023-11-02 00:00:00+01:00,0.9850000143051147,0.9890000224113464,0.9789999723434448,0.9850000143051147,0.9850000143051147,146044,0.0,0.0,False 2023-11-03 00:00:00+01:00,0.9819999933242798,0.9900000095367432,0.9819999933242798,0.9829999804496765,0.9829999804496765,162544,0.0,0.0,False 2023-11-06 00:00:00+01:00,0.9879999756813049,0.9900000095367432,0.9810000061988831,0.9879999756813049,0.9879999756813049,135649,0.0,0.0,False 2023-11-07 00:00:00+01:00,0.9879999756813049,0.9890000224113464,0.9810000061988831,0.9829999804496765,0.9829999804496765,101867,0.0,0.0,False 2023-11-08 00:00:00+01:00,0.9850000143051147,0.9900000095367432,0.9750000238418579,0.9750000238418579,0.9750000238418579,209335,0.0,0.0,False 2023-11-09 00:00:00+01:00,0.9750000238418579,0.9890000224113464,0.972000002861023,0.9769999980926514,0.9769999980926514,340144,0.0,0.0,False 2023-11-10 00:00:00+01:00,0.9750000238418579,0.9829999804496765,0.9750000238418579,0.9760000109672546,0.9760000109672546,6128,0.0,0.0,False 2023-11-13 00:00:00+01:00,0.9829999804496765,0.9850000143051147,0.9750000238418579,0.9750000238418579,0.9750000238418579,69945,0.0,0.0,False 2023-11-14 00:00:00+01:00,0.9769999980926514,0.9890000224113464,0.9769999980926514,0.9810000061988831,0.9810000061988831,70355,0.0,0.0,False 2023-11-15 00:00:00+01:00,0.9869999885559082,0.9900000095367432,0.9779999852180481,0.9779999852180481,0.9779999852180481,56375,0.0,0.0,False 2023-11-16 00:00:00+01:00,0.9779999852180481,0.9879999756813049,0.9739999771118164,0.984000027179718,0.984000027179718,115536,0.0,0.0,False 2023-11-17 00:00:00+01:00,0.9800000190734863,0.9819999933242798,0.9760000109672546,0.9760000109672546,0.9760000109672546,23753,0.0,0.0,False 2023-11-20 00:00:00+01:00,0.984000027179718,0.984000027179718,0.9760000109672546,0.9760000109672546,0.9760000109672546,70515,0.0,0.0,False 2023-11-21 00:00:00+01:00,0.9760000109672546,0.984000027179718,0.9739999771118164,0.9739999771118164,0.9739999771118164,113592,0.0,0.0,False 2023-11-22 00:00:00+01:00,0.9739999771118164,0.9800000190734863,0.9660000205039978,0.972000002861023,0.972000002861023,189430,0.0,0.0,False 2023-11-23 00:00:00+01:00,0.9679999947547913,0.9700000286102295,0.949999988079071,0.9599999785423279,0.9599999785423279,182170,0.0,0.0,False 2023-11-24 00:00:00+01:00,0.9599999785423279,0.9710000157356262,0.9549999833106995,0.9679999947547913,0.9679999947547913,243427,0.0,0.0,False 2023-11-27 00:00:00+01:00,0.9599999785423279,0.9599999785423279,0.9449999928474426,0.9549999833106995,0.9549999833106995,197622,0.0,0.0,False 2023-11-28 00:00:00+01:00,0.9480000138282776,0.9549999833106995,0.9390000104904175,0.9539999961853027,0.9539999961853027,255058,0.0,0.0,False 2023-11-29 00:00:00+01:00,0.9409999847412109,0.9549999833106995,0.925000011920929,0.9390000104904175,0.9390000104904175,274237,0.0,0.0,False 2023-11-30 00:00:00+01:00,0.9390000104904175,0.9549999833106995,0.9200000166893005,0.9380000233650208,0.9380000233650208,230955,0.0,0.0,False 2023-12-01 00:00:00+01:00,0.9380000233650208,0.9399999976158142,0.9259999990463257,0.9380000233650208,0.9380000233650208,43467,0.0,0.0,False 2023-12-04 00:00:00+01:00,0.9380000233650208,0.9570000171661377,0.9380000233650208,0.949999988079071,0.949999988079071,98209,0.0,0.0,False 2023-12-05 00:00:00+01:00,0.949999988079071,0.9570000171661377,0.9430000185966492,0.9509999752044678,0.9509999752044678,79666,0.0,0.0,False 2023-12-06 00:00:00+01:00,0.9490000009536743,0.9549999833106995,0.9490000009536743,0.9520000219345093,0.9520000219345093,34335,0.0,0.0,False 2023-12-07 00:00:00+01:00,0.9490000009536743,0.9490000009536743,0.9319999814033508,0.9319999814033508,0.9319999814033508,36691,0.0,0.0,False 2023-12-08 00:00:00+01:00,0.9340000152587891,0.9419999718666077,0.9269999861717224,0.9340000152587891,0.9340000152587891,43577,0.0,0.0,False 2023-12-11 00:00:00+01:00,0.9390000104904175,0.949999988079071,0.9229999780654907,0.9229999780654907,0.9229999780654907,71355,0.0,0.0,False 2023-12-12 00:00:00+01:00,0.9240000247955322,0.9480000138282776,0.9229999780654907,0.9229999780654907,0.9229999780654907,136296,0.0,0.0,False 2023-12-13 00:00:00+01:00,0.9380000233650208,0.9430000185966492,0.9210000038146973,0.9269999861717224,0.9269999861717224,144131,0.0,0.0,False 2023-12-14 00:00:00+01:00,0.9259999990463257,0.9330000281333923,0.9150000214576721,0.9169999957084656,0.9169999957084656,240299,0.0,0.0,False 2023-12-15 00:00:00+01:00,0.9169999957084656,0.9240000247955322,0.9049999713897705,0.9139999747276306,0.9139999747276306,447871,0.0,0.0,False 2023-12-18 00:00:00+01:00,0.906000018119812,0.9089999794960022,0.8880000114440918,0.8880000114440918,0.8880000114440918,315632,0.0,0.0,False 2023-12-19 00:00:00+01:00,0.890999972820282,0.8920000195503235,0.8799999952316284,0.8820000290870667,0.8820000290870667,377355,0.0,0.0,False 2023-12-20 00:00:00+01:00,0.8820000290870667,0.8920000195503235,0.8820000290870667,0.8849999904632568,0.8849999904632568,126897,0.0,0.0,False 2023-12-21 00:00:00+01:00,0.8960000276565552,0.8980000019073486,0.8859999775886536,0.8880000114440918,0.8880000114440918,108035,0.0,0.0,False 2023-12-22 00:00:00+01:00,0.8970000147819519,0.906000018119812,0.8949999809265137,0.906000018119812,0.906000018119812,84256,0.0,0.0,False 2023-12-27 00:00:00+01:00,0.9020000100135803,0.906000018119812,0.8980000019073486,0.8999999761581421,0.8999999761581421,24133,0.0,0.0,False 2023-12-28 00:00:00+01:00,0.8960000276565552,0.9079999923706055,0.8920000195503235,0.8999999761581421,0.8999999761581421,37652,0.0,0.0,False 2023-12-29 00:00:00+01:00,0.8939999938011169,0.9430000185966492,0.8939999938011169,0.921999990940094,0.921999990940094,66979,0.0,0.0,False 2024-01-02 00:00:00+01:00,0.9100000262260437,0.9210000038146973,0.9089999794960022,0.9100000262260437,0.9100000262260437,17724,0.0,0.0,False 2024-01-03 00:00:00+01:00,0.9100000262260437,0.9259999990463257,0.8930000066757202,0.9169999957084656,0.9169999957084656,63382,0.0,0.0,False 2024-01-04 00:00:00+01:00,0.9010000228881836,0.9229999780654907,0.9010000228881836,0.902999997138977,0.902999997138977,30357,0.0,0.0,False 2024-01-05 00:00:00+01:00,0.8989999890327454,0.8999999761581421,0.8899999856948853,0.8939999938011169,0.8939999938011169,56888,0.0,0.0,False 2024-01-08 00:00:00+01:00,0.9150000214576721,0.9240000247955322,0.8920000195503235,0.902999997138977,0.902999997138977,47569,0.0,0.0,False 2024-01-09 00:00:00+01:00,0.902999997138977,0.906000018119812,0.8970000147819519,0.8970000147819519,0.8970000147819519,11038,0.0,0.0,False 2024-01-10 00:00:00+01:00,0.8999999761581421,0.9070000052452087,0.8859999775886536,0.8999999761581421,0.8999999761581421,110646,0.0,0.0,False 2024-01-11 00:00:00+01:00,0.890999972820282,0.8989999890327454,0.8870000243186951,0.8899999856948853,0.8899999856948853,63205,0.0,0.0,False 2024-01-12 00:00:00+01:00,0.8989999890327454,0.9120000004768372,0.8920000195503235,0.9049999713897705,0.9049999713897705,49366,0.0,0.0,False 2024-01-15 00:00:00+01:00,0.9049999713897705,0.9079999923706055,0.8999999761581421,0.8999999761581421,0.8999999761581421,23517,0.0,0.0,False 2024-01-16 00:00:00+01:00,0.8999999761581421,0.9049999713897705,0.8939999938011169,0.8999999761581421,0.8999999761581421,74417,0.0,0.0,False 2024-01-17 00:00:00+01:00,0.8999999761581421,0.9079999923706055,0.8980000019073486,0.9079999923706055,0.9079999923706055,48011,0.0,0.0,False 2024-01-18 00:00:00+01:00,0.902999997138977,0.9089999794960022,0.9010000228881836,0.9020000100135803,0.9020000100135803,54364,0.0,0.0,False 2024-01-19 00:00:00+01:00,0.902999997138977,0.9039999842643738,0.890999972820282,0.890999972820282,0.890999972820282,11837,0.0,0.0,False 2024-01-22 00:00:00+01:00,0.8939999938011169,0.8999999761581421,0.890999972820282,0.890999972820282,0.890999972820282,31029,0.0,0.0,False 2024-01-23 00:00:00+01:00,0.890999972820282,0.8989999890327454,0.8859999775886536,0.8899999856948853,0.8899999856948853,96358,0.0,0.0,False 2024-01-24 00:00:00+01:00,0.8989999890327454,0.8989999890327454,0.8920000195503235,0.8960000276565552,0.8960000276565552,10393,0.0,0.0,False 2024-01-25 00:00:00+01:00,0.8899999856948853,0.8920000195503235,0.8849999904632568,0.8859999775886536,0.8859999775886536,42919,0.0,0.0,False 2024-01-26 00:00:00+01:00,0.8920000195503235,0.8970000147819519,0.8899999856948853,0.8930000066757202,0.8930000066757202,8996,0.0,0.0,False 2024-01-29 00:00:00+01:00,0.8930000066757202,0.9070000052452087,0.8899999856948853,0.8899999856948853,0.8899999856948853,104031,0.0,0.0,False 2024-01-30 00:00:00+01:00,0.8939999938011169,0.902999997138977,0.8930000066757202,0.902999997138977,0.902999997138977,28338,0.0,0.0,False 2024-01-31 00:00:00+01:00,0.8960000276565552,0.9079999923706055,0.8960000276565552,0.8960000276565552,0.8960000276565552,64082,0.0,0.0,False 2024-02-01 00:00:00+01:00,0.906000018119812,0.9120000004768372,0.8980000019073486,0.9020000100135803,0.9020000100135803,61069,0.0,0.0,False 2024-02-02 00:00:00+01:00,0.9020000100135803,0.9020000100135803,0.9020000100135803,0.9020000100135803,0.9020000100135803,1916,0.0,0.0,False 2024-02-05 00:00:00+01:00,0.9179999828338623,0.9179999828338623,0.8980000019073486,0.8989999890327454,0.8989999890327454,4627,0.0,0.0,False 2024-02-06 00:00:00+01:00,0.9010000228881836,0.9010000228881836,0.8960000276565552,0.8960000276565552,0.8960000276565552,3615,0.0,0.0,False 2024-02-07 00:00:00+01:00,0.8989999890327454,0.9150000214576721,0.8960000276565552,0.9070000052452087,0.9070000052452087,30699,0.0,0.0,False 2024-02-08 00:00:00+01:00,0.8970000147819519,0.9190000295639038,0.8970000147819519,0.9100000262260437,0.9100000262260437,53138,0.0,0.0,False 2024-02-09 00:00:00+01:00,0.9169999957084656,0.9169999957084656,0.906000018119812,0.906000018119812,0.906000018119812,22362,0.0,0.0,False 2024-02-12 00:00:00+01:00,0.9070000052452087,0.9100000262260437,0.9020000100135803,0.902999997138977,0.902999997138977,8434,0.0,0.0,False 2024-02-13 00:00:00+01:00,0.902999997138977,0.9100000262260437,0.902999997138977,0.906000018119812,0.906000018119812,6952,0.0,0.0,False 2024-02-14 00:00:00+01:00,0.9100000262260437,0.9150000214576721,0.8960000276565552,0.8960000276565552,0.8960000276565552,23903,0.0,0.0,False 2024-02-15 00:00:00+01:00,0.8989999890327454,0.9049999713897705,0.8970000147819519,0.8980000019073486,0.8980000019073486,15075,0.0,0.0,False 2024-02-16 00:00:00+01:00,0.9010000228881836,0.9039999842643738,0.9010000228881836,0.902999997138977,0.902999997138977,8027,0.0,0.0,False 2024-02-19 00:00:00+01:00,0.9020000100135803,0.9110000133514404,0.8989999890327454,0.8989999890327454,0.8989999890327454,9334,0.0,0.0,False 2024-02-20 00:00:00+01:00,0.9049999713897705,0.9049999713897705,0.8859999775886536,0.9049999713897705,0.9049999713897705,53755,0.0,0.0,False 2024-02-21 00:00:00+01:00,0.8999999761581421,0.8999999761581421,0.8970000147819519,0.8970000147819519,0.8970000147819519,26505,0.0,0.0,False 2024-02-22 00:00:00+01:00,0.8989999890327454,0.9039999842643738,0.890999972820282,0.9039999842643738,0.9039999842643738,75130,0.0,0.0,False 2024-02-23 00:00:00+01:00,0.9039999842643738,0.9179999828338623,0.9039999842643738,0.9120000004768372,0.9120000004768372,51828,0.0,0.0,False 2024-02-26 00:00:00+01:00,0.9150000214576721,0.9150000214576721,0.9100000262260437,0.9120000004768372,0.9120000004768372,42370,0.0,0.0,False 2024-02-27 00:00:00+01:00,0.9049999713897705,0.9139999747276306,0.8989999890327454,0.8999999761581421,0.8999999761581421,75681,0.0,0.0,False 2024-02-28 00:00:00+01:00,0.9100000262260437,0.9100000262260437,0.902999997138977,0.9100000262260437,0.9100000262260437,11834,0.0,0.0,False 2024-02-29 00:00:00+01:00,0.9100000262260437,0.9100000262260437,0.8970000147819519,0.9070000052452087,0.9070000052452087,24638,0.0,0.0,False 2024-03-01 00:00:00+01:00,0.8999999761581421,0.9089999794960022,0.8859999775886536,0.8999999761581421,0.8999999761581421,64761,0.0,0.0,False 2024-03-04 00:00:00+01:00,0.9139999747276306,0.9139999747276306,0.8939999938011169,0.8999999761581421,0.8999999761581421,60607,0.0,0.0,False 2024-03-05 00:00:00+01:00,0.8960000276565552,0.9020000100135803,0.8960000276565552,0.9020000100135803,0.9020000100135803,5418,0.0,0.0,False 2024-03-06 00:00:00+01:00,0.9010000228881836,0.9150000214576721,0.8949999809265137,0.9039999842643738,0.9039999842643738,47596,0.0,0.0,False 2024-03-07 00:00:00+01:00,0.8999999761581421,0.9120000004768372,0.8999999761581421,0.8999999761581421,0.8999999761581421,30898,0.0,0.0,False 2024-03-08 00:00:00+01:00,0.9089999794960022,0.9129999876022339,0.902999997138977,0.9039999842643738,0.9039999842643738,21179,0.0,0.0,False 2024-03-11 00:00:00+01:00,0.9010000228881836,0.9100000262260437,0.8859999775886536,0.8859999775886536,0.8859999775886536,119890,0.0,0.0,False 2024-03-12 00:00:00+01:00,0.8960000276565552,0.8999999761581421,0.8960000276565552,0.8999999761581421,0.8999999761581421,7560,0.0,0.0,False 2024-03-13 00:00:00+01:00,0.8999999761581421,0.9139999747276306,0.8960000276565552,0.9139999747276306,0.9139999747276306,29181,0.0,0.0,False 2024-03-14 00:00:00+01:00,0.9110000133514404,0.9179999828338623,0.8999999761581421,0.9079999923706055,0.9079999923706055,60068,0.0,0.0,False 2024-03-15 00:00:00+01:00,0.921999990940094,0.9340000152587891,0.9079999923706055,0.9079999923706055,0.9079999923706055,148978,0.0,0.0,False 2024-03-18 00:00:00+01:00,0.9150000214576721,0.9319999814033508,0.9139999747276306,0.9279999732971191,0.9279999732971191,57753,0.0,0.0,False 2024-03-19 00:00:00+01:00,0.9269999861717224,0.9380000233650208,0.9179999828338623,0.9380000233650208,0.9380000233650208,59110,0.0,0.0,False 2024-03-20 00:00:00+01:00,0.9200000166893005,0.968999981880188,0.9200000166893005,0.968999981880188,0.968999981880188,97140,0.0,0.0,False 2024-03-21 00:00:00+01:00,0.9580000042915344,1.00600004196167,0.9580000042915344,0.9810000061988831,0.9810000061988831,121817,0.0,0.0,False 2024-03-22 00:00:00+01:00,0.9810000061988831,0.9940000176429749,0.9549999833106995,0.9729999899864197,0.9729999899864197,29981,0.0,0.0,False 2024-03-25 00:00:00+01:00,0.9729999899864197,0.9769999980926514,0.9610000252723694,0.9700000286102295,0.9700000286102295,19023,0.0,0.0,False 2024-03-26 00:00:00+01:00,0.9700000286102295,1.0,0.9700000286102295,0.9950000047683716,0.9950000047683716,76565,0.0,0.0,False 2024-03-27 00:00:00+01:00,0.996999979019165,1.0379999876022339,0.996999979019165,1.0360000133514404,1.0360000133514404,52254,0.0,0.0,False 2024-03-28 00:00:00+01:00,1.0460000038146973,1.0460000038146973,1.0,1.0160000324249268,1.0160000324249268,79900,0.0,0.0,False 2024-04-02 00:00:00+02:00,1.0180000066757202,1.0700000524520874,1.0140000581741333,1.0420000553131104,1.0420000553131104,74771,0.0,0.0,False 2024-04-03 00:00:00+02:00,1.0520000457763672,1.0520000457763672,1.0080000162124634,1.0199999809265137,1.0199999809265137,11674,0.0,0.0,False 2024-04-04 00:00:00+02:00,1.0199999809265137,1.0700000524520874,1.0140000581741333,1.0299999713897705,1.0299999713897705,51124,0.0,0.0,False 2024-04-05 00:00:00+02:00,1.0299999713897705,1.0440000295639038,1.0299999713897705,1.0299999713897705,1.0299999713897705,5642,0.0,0.0,False 2024-04-08 00:00:00+02:00,1.027999997138977,1.0579999685287476,1.027999997138977,1.0499999523162842,1.0499999523162842,37481,0.0,0.0,False 2024-04-09 00:00:00+02:00,1.0399999618530273,1.0440000295639038,1.0219999551773071,1.0219999551773071,1.0219999551773071,46631,0.0,0.0,False 2024-04-10 00:00:00+02:00,1.0180000066757202,1.0219999551773071,1.0,1.003999948501587,1.003999948501587,85849,0.0,0.0,False 2024-04-11 00:00:00+02:00,0.984000027179718,1.0460000038146973,0.949999988079071,1.00600004196167,1.00600004196167,55708,0.0,0.0,False 2024-04-12 00:00:00+02:00,1.0,1.0260000228881836,1.0,1.0080000162124634,1.0080000162124634,56044,0.0,0.0,False 2024-04-15 00:00:00+02:00,1.0019999742507935,1.00600004196167,1.0019999742507935,1.003999948501587,1.003999948501587,4753,0.0,0.0,False 2024-04-16 00:00:00+02:00,1.0,1.0119999647140503,0.9900000095367432,1.0119999647140503,1.0119999647140503,36761,0.0,0.0,False 2024-04-17 00:00:00+02:00,1.0099999904632568,1.0420000553131104,0.9850000143051147,1.0420000553131104,1.0420000553131104,64359,0.0,0.0,False 2024-04-18 00:00:00+02:00,0.9900000095367432,1.0800000429153442,0.9900000095367432,1.055999994277954,1.055999994277954,113659,0.0,0.0,False 2024-04-19 00:00:00+02:00,1.0199999809265137,1.0579999685287476,1.0199999809265137,1.0260000228881836,1.0260000228881836,23982,0.0,0.0,False 2024-04-22 00:00:00+02:00,1.031999945640564,1.0700000524520874,1.0219999551773071,1.0240000486373901,1.0240000486373901,53344,0.0,0.0,False 2024-04-23 00:00:00+02:00,1.0219999551773071,1.0360000133514404,1.0119999647140503,1.0119999647140503,1.0119999647140503,15885,0.0,0.0,False 2024-04-24 00:00:00+02:00,0.9929999709129333,1.0,0.9929999709129333,0.9959999918937683,0.9959999918937683,16674,0.0,0.0,False 2024-04-25 00:00:00+02:00,0.9919999837875366,1.0140000581741333,0.9919999837875366,0.9950000047683716,0.9950000047683716,2948,0.0,0.0,False 2024-04-26 00:00:00+02:00,0.9950000047683716,1.0,0.9929999709129333,1.0,1.0,12929,0.0,0.0,False 2024-04-29 00:00:00+02:00,1.0180000066757202,1.0180000066757202,0.949999988079071,0.9700000286102295,0.9700000286102295,51785,0.0,0.0,False 2024-04-30 00:00:00+02:00,0.9810000061988831,0.9810000061988831,0.9750000238418579,0.9760000109672546,0.9760000109672546,15332,0.0,0.0,False 2024-05-02 00:00:00+02:00,0.9800000190734863,1.0,0.9679999947547913,0.9800000190734863,0.9800000190734863,6239,0.0,0.0,False 2024-05-03 00:00:00+02:00,0.9750000238418579,0.9800000190734863,0.9739999771118164,0.9800000190734863,0.9800000190734863,3895,0.0,0.0,False 2024-05-06 00:00:00+02:00,0.9760000109672546,0.9810000061988831,0.9760000109672546,0.9810000061988831,0.9810000061988831,4311,0.0,0.0,False 2024-05-07 00:00:00+02:00,0.9789999723434448,1.0,0.9789999723434448,0.984000027179718,0.984000027179718,18328,0.0,0.0,False 2024-05-08 00:00:00+02:00,0.984000027179718,0.9850000143051147,0.984000027179718,0.9850000143051147,0.9850000143051147,195,0.0,0.0,False 2024-05-09 00:00:00+02:00,1.0,1.0,0.9710000157356262,0.9739999771118164,0.9739999771118164,88262,0.0,0.0,False 2024-05-10 00:00:00+02:00,0.9739999771118164,0.9919999837875366,0.9739999771118164,0.9760000109672546,0.9760000109672546,15704,0.0,0.0,False 2024-05-13 00:00:00+02:00,0.9890000224113464,0.9890000224113464,0.9599999785423279,0.9599999785423279,0.9599999785423279,99542,0.0,0.0,False 2024-05-14 00:00:00+02:00,0.9649999737739563,0.9670000076293945,0.9649999737739563,0.9670000076293945,0.9670000076293945,1136,0.0,0.0,False 2024-05-15 00:00:00+02:00,0.9670000076293945,0.9670000076293945,0.9670000076293945,0.9670000076293945,0.9670000076293945,0,0.0,0.0,False 2024-05-16 00:00:00+02:00,0.9800000190734863,0.9819999933242798,0.9710000157356262,0.9729999899864197,0.9729999899864197,7052,0.0,0.0,False 2024-05-17 00:00:00+02:00,0.9779999852180481,0.9959999918937683,0.9710000157356262,0.9959999918937683,0.9959999918937683,19401,0.0,0.0,False 2024-05-20 00:00:00+02:00,0.9729999899864197,0.9929999709129333,0.9729999899864197,0.9800000190734863,0.9800000190734863,11232,0.0,0.0,False 2024-05-21 00:00:00+02:00,0.996999979019165,0.9980000257492065,0.9819999933242798,0.9819999933242798,0.9819999933242798,33212,0.0,0.0,False 2024-05-22 00:00:00+02:00,1.0,1.0,0.9819999933242798,0.9819999933242798,0.9819999933242798,1484,0.0,0.0,False 2024-05-23 00:00:00+02:00,0.9729999899864197,0.9810000061988831,0.9729999899864197,0.9810000061988831,0.9810000061988831,6151,0.0,0.0,False 2024-05-24 00:00:00+02:00,0.9810000061988831,0.9819999933242798,0.9800000190734863,0.9800000190734863,0.9800000190734863,5400,0.0,0.0,False 2024-05-27 00:00:00+02:00,0.9769999980926514,0.9879999756813049,0.9750000238418579,0.9779999852180481,0.9779999852180481,9346,0.0,0.0,False 2024-05-28 00:00:00+02:00,0.9779999852180481,0.9779999852180481,0.9700000286102295,0.972000002861023,0.972000002861023,20946,0.0,0.0,False 2024-05-29 00:00:00+02:00,0.972000002861023,1.0,0.972000002861023,0.972000002861023,0.972000002861023,83584,0.0,0.0,False 2024-05-30 00:00:00+02:00,0.972000002861023,0.972000002861023,0.972000002861023,0.972000002861023,0.972000002861023,0,0.0,0.0,False 2024-05-31 00:00:00+02:00,0.9769999980926514,0.9900000095367432,0.9769999980926514,0.9800000190734863,0.9800000190734863,5749,0.0,0.0,False 2024-06-03 00:00:00+02:00,0.9800000190734863,0.9990000128746033,0.9779999852180481,0.996999979019165,0.996999979019165,44155,0.0,0.0,False 2024-06-04 00:00:00+02:00,0.9800000190734863,1.0,0.9779999852180481,0.9779999852180481,0.9779999852180481,42459,0.0,0.0,False 2024-06-05 00:00:00+02:00,0.9800000190734863,0.9929999709129333,0.9760000109672546,0.9929999709129333,0.9929999709129333,25639,0.0,0.0,False 2024-06-06 00:00:00+02:00,0.9919999837875366,1.0,0.9760000109672546,0.9959999918937683,0.9959999918937683,33278,0.0,0.0,False 2024-06-07 00:00:00+02:00,0.9769999980926514,0.9959999918937683,0.9769999980926514,0.9959999918937683,0.9959999918937683,142,0.0,0.0,False 2024-06-10 00:00:00+02:00,0.9800000190734863,0.9990000128746033,0.9789999723434448,0.9990000128746033,0.9990000128746033,10466,0.0,0.0,False 2024-06-11 00:00:00+02:00,0.9789999723434448,0.9789999723434448,0.972000002861023,0.9750000238418579,0.9750000238418579,16162,0.0,0.0,False 2024-06-12 00:00:00+02:00,0.9760000109672546,0.9890000224113464,0.9710000157356262,0.9890000224113464,0.9890000224113464,41543,0.0,0.0,False 2024-06-13 00:00:00+02:00,0.972000002861023,0.9900000095367432,0.9660000205039978,0.9900000095367432,0.9900000095367432,21899,0.0,0.0,False 2024-06-14 00:00:00+02:00,0.9879999756813049,1.0180000066757202,0.9700000286102295,1.0,1.0,59966,0.0,0.0,False 2024-06-17 00:00:00+02:00,0.9760000109672546,0.9990000128746033,0.9760000109672546,0.984000027179718,0.984000027179718,9329,0.0,0.0,False 2024-06-18 00:00:00+02:00,0.984000027179718,0.9959999918937683,0.9739999771118164,0.9959999918937683,0.9959999918937683,8997,0.0,0.0,False 2024-06-19 00:00:00+02:00,0.9739999771118164,0.9860000014305115,0.9739999771118164,0.9739999771118164,0.9739999771118164,11650,0.0,0.0,False 2024-06-20 00:00:00+02:00,0.9710000157356262,0.9890000224113464,0.9610000252723694,0.9860000014305115,0.9860000014305115,46246,0.0,0.0,False 2024-06-21 00:00:00+02:00,0.9610000252723694,0.9900000095367432,0.9599999785423279,0.9750000238418579,0.9750000238418579,65827,0.0,0.0,False 2024-06-24 00:00:00+02:00,0.9660000205039978,0.9679999947547913,0.9100000262260437,0.9300000071525574,0.9300000071525574,186175,0.0,0.0,False 2024-06-25 00:00:00+02:00,0.8899999856948853,0.9399999976158142,0.8889999985694885,0.9330000281333923,0.9330000281333923,747654,0.0,0.0,False 2024-06-26 00:00:00+02:00,0.9169999957084656,0.9580000042915344,0.9139999747276306,0.9399999976158142,0.9399999976158142,223870,0.0,0.0,False 2024-06-27 00:00:00+02:00,0.9290000200271606,0.9309999942779541,0.9179999828338623,0.9290000200271606,0.9290000200271606,148488,0.0,0.0,False 2024-06-28 00:00:00+02:00,0.9290000200271606,0.9309999942779541,0.921999990940094,0.921999990940094,0.921999990940094,71732,0.0,0.0,False 2024-07-01 00:00:00+02:00,0.9190000295639038,0.9290000200271606,0.9179999828338623,0.925000011920929,0.925000011920929,17008,0.0,0.0,False 2024-07-02 00:00:00+02:00,0.9210000038146973,0.9210000038146973,0.9169999957084656,0.9169999957084656,0.9169999957084656,21290,0.0,0.0,False 2024-07-03 00:00:00+02:00,0.9169999957084656,0.9210000038146973,0.8999999761581421,0.9200000166893005,0.9200000166893005,151651,0.0,0.0,False 2024-07-04 00:00:00+02:00,0.9169999957084656,0.9480000138282776,0.906000018119812,0.9330000281333923,0.9330000281333923,198191,0.0,0.0,False 2024-07-05 00:00:00+02:00,0.9210000038146973,0.9390000104904175,0.9210000038146973,0.925000011920929,0.925000011920929,93423,0.0,0.0,False 2024-07-08 00:00:00+02:00,0.9340000152587891,0.9390000104904175,0.9229999780654907,0.9319999814033508,0.9319999814033508,129783,0.0,0.0,False 2024-07-09 00:00:00+02:00,0.9430000185966492,0.9440000057220459,0.9319999814033508,0.9359999895095825,0.9359999895095825,123884,0.0,0.0,False 2024-07-10 00:00:00+02:00,0.9359999895095825,0.9449999928474426,0.9330000281333923,0.9350000023841858,0.9350000023841858,55897,0.0,0.0,False 2024-07-11 00:00:00+02:00,0.9350000023841858,0.9459999799728394,0.9340000152587891,0.9390000104904175,0.9390000104904175,75431,0.0,0.0,False 2024-07-12 00:00:00+02:00,0.9350000023841858,0.9390000104904175,0.9269999861717224,0.9390000104904175,0.9390000104904175,53936,0.0,0.0,False 2024-07-15 00:00:00+02:00,0.9390000104904175,0.9390000104904175,0.9390000104904175,0.9390000104904175,0.9390000104904175,501,0.0,0.0,False 2024-07-16 00:00:00+02:00,0.9309999942779541,0.9390000104904175,0.9269999861717224,0.9269999861717224,0.9269999861717224,34652,0.0,0.0,False 2024-07-17 00:00:00+02:00,0.9380000233650208,0.9409999847412109,0.925000011920929,0.925000011920929,0.925000011920929,170107,0.0,0.0,False 2024-07-18 00:00:00+02:00,0.9269999861717224,0.9300000071525574,0.9269999861717224,0.9300000071525574,0.9300000071525574,1010,0.0,0.0,False 2024-07-19 00:00:00+02:00,0.9300000071525574,0.9300000071525574,0.925000011920929,0.925000011920929,0.925000011920929,18492,0.0,0.0,False 2024-07-22 00:00:00+02:00,0.9340000152587891,0.9359999895095825,0.925000011920929,0.9259999990463257,0.9259999990463257,39062,0.0,0.0,False 2024-07-23 00:00:00+02:00,0.925000011920929,0.925000011920929,0.9169999957084656,0.9169999957084656,0.9169999957084656,20543,0.0,0.0,False 2024-07-24 00:00:00+02:00,0.9169999957084656,0.9350000023841858,0.902999997138977,0.9089999794960022,0.9089999794960022,36464,0.0,0.0,False 2024-07-25 00:00:00+02:00,0.9350000023841858,0.9350000023841858,0.9100000262260437,0.9100000262260437,0.9100000262260437,126847,0.0,0.0,False 2024-07-26 00:00:00+02:00,0.9100000262260437,0.9100000262260437,0.906000018119812,0.906000018119812,0.906000018119812,4458,0.0,0.0,False 2024-07-29 00:00:00+02:00,0.9010000228881836,0.9210000038146973,0.8939999938011169,0.9070000052452087,0.9070000052452087,83867,0.0,0.0,False 2024-07-30 00:00:00+02:00,0.9079999923706055,0.9079999923706055,0.9079999923706055,0.9079999923706055,0.9079999923706055,6452,0.0,0.0,False 2024-07-31 00:00:00+02:00,0.9100000262260437,0.9210000038146973,0.9079999923706055,0.9129999876022339,0.9129999876022339,135047,0.0,0.0,False 2024-08-01 00:00:00+02:00,0.9110000133514404,0.9110000133514404,0.9100000262260437,0.9100000262260437,0.9100000262260437,31656,0.0,0.0,False 2024-08-02 00:00:00+02:00,0.9100000262260437,0.9120000004768372,0.8949999809265137,0.9120000004768372,0.9120000004768372,39745,0.0,0.0,False 2024-08-05 00:00:00+02:00,0.9100000262260437,0.9229999780654907,0.8949999809265137,0.8999999761581421,0.8999999761581421,87971,0.0,0.0,False 2024-08-06 00:00:00+02:00,0.9010000228881836,0.9269999861717224,0.8899999856948853,0.9210000038146973,0.9210000038146973,40420,0.0,0.0,False 2024-08-07 00:00:00+02:00,0.8949999809265137,0.8999999761581421,0.8949999809265137,0.8999999761581421,0.8999999761581421,4609,0.0,0.0,False 2024-08-08 00:00:00+02:00,0.9190000295639038,0.9190000295639038,0.8830000162124634,0.8899999856948853,0.8899999856948853,23451,0.0,0.0,False 2024-08-09 00:00:00+02:00,0.8999999761581421,0.9129999876022339,0.8899999856948853,0.8999999761581421,0.8999999761581421,11722,0.0,0.0,False 2024-08-12 00:00:00+02:00,0.8899999856948853,0.890999972820282,0.8899999856948853,0.8899999856948853,0.8899999856948853,374,0.0,0.0,False 2024-08-13 00:00:00+02:00,0.8899999856948853,0.8939999938011169,0.8899999856948853,0.8930000066757202,0.8930000066757202,1572,0.0,0.0,False 2024-08-14 00:00:00+02:00,0.8899999856948853,0.906000018119812,0.8880000114440918,0.8899999856948853,0.8899999856948853,32850,0.0,0.0,False 2024-08-16 00:00:00+02:00,0.8899999856948853,0.902999997138977,0.8799999952316284,0.8799999952316284,0.8799999952316284,72993,0.0,0.0,False 2024-08-19 00:00:00+02:00,0.8799999952316284,0.8799999952316284,0.878000020980835,0.878000020980835,0.878000020980835,27345,0.0,0.0,False 2024-08-20 00:00:00+02:00,0.878000020980835,0.8799999952316284,0.878000020980835,0.8799999952316284,0.8799999952316284,19093,0.0,0.0,False 2024-08-21 00:00:00+02:00,0.8799999952316284,0.8809999823570251,0.8650000095367432,0.8650000095367432,0.8650000095367432,25336,0.0,0.0,False 2024-08-22 00:00:00+02:00,0.8799999952316284,0.8930000066757202,0.8659999966621399,0.890999972820282,0.890999972820282,1165,0.0,0.0,False ================================================ FILE: tests/data/KME-MI-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-03 00:00:00+01:00,0.5040000081062317,0.5220000147819519,0.5,0.5019999742507935,0.3901543617248535,1235196,0.0,0.0 2022-01-04 00:00:00+01:00,0.5059999823570251,0.5180000066757202,0.5019999742507935,0.5059999823570251,0.39326319098472595,1900699,0.0,0.0 2022-01-05 00:00:00+01:00,0.5120000243186951,0.5120000243186951,0.4970000088214874,0.5,0.3885999917984009,1800055,0.0,0.0 2022-01-06 00:00:00+01:00,0.4970000088214874,0.5099999904632568,0.48899999260902405,0.5080000162124634,0.394817590713501,1058652,0.0,0.0 2022-01-07 00:00:00+01:00,0.5080000162124634,0.5260000228881836,0.5040000081062317,0.5139999985694885,0.39948078989982605,1651770,0.0,0.0 2022-01-10 00:00:00+01:00,0.5120000243186951,0.5139999985694885,0.48100000619888306,0.4819999933242798,0.37461039423942566,1762785,0.0,0.0 2022-01-11 00:00:00+01:00,0.4860000014305115,0.49300000071525574,0.48100000619888306,0.4869999885559082,0.378496378660202,311351,0.0,0.0 2022-01-12 00:00:00+01:00,0.49399998784065247,0.5099999904632568,0.4909999966621399,0.5059999823570251,0.39326319098472595,951912,0.0,0.0 2022-01-13 00:00:00+01:00,0.5080000162124634,0.5139999985694885,0.5,0.5040000081062317,0.3917087912559509,743395,0.0,0.0 2022-01-14 00:00:00+01:00,0.49799999594688416,0.5080000162124634,0.49799999594688416,0.5,0.3885999917984009,400950,0.0,0.0 2022-01-17 00:00:00+01:00,0.5019999742507935,0.5040000081062317,0.49300000071525574,0.4959999918937683,0.38549119234085083,535550,0.0,0.0 2022-01-18 00:00:00+01:00,0.4950000047683716,0.5,0.4860000014305115,0.49799999594688416,0.38704559206962585,401004,0.0,0.0 2022-01-19 00:00:00+01:00,0.49900001287460327,0.515999972820282,0.48899999260902405,0.5099999904632568,0.396371990442276,926236,0.0,0.0 2022-01-20 00:00:00+01:00,0.5139999985694885,0.5180000066757202,0.5019999742507935,0.5099999904632568,0.396371990442276,454491,0.0,0.0 2022-01-21 00:00:00+01:00,0.5099999904632568,0.5099999904632568,0.49399998784065247,0.49399998784065247,0.3839367926120758,547916,0.0,0.0 2022-01-24 00:00:00+01:00,0.49399998784065247,0.49399998784065247,0.44999998807907104,0.4560000002384186,0.35440319776535034,1956439,0.0,0.0 2022-01-25 00:00:00+01:00,0.46000000834465027,0.4650000035762787,0.44200000166893005,0.44999998807907104,0.3497399687767029,740821,0.0,0.0 2022-01-26 00:00:00+01:00,0.44999998807907104,0.4659999907016754,0.44999998807907104,0.46000000834465027,0.3575119972229004,602988,0.0,0.0 2022-01-27 00:00:00+01:00,0.4560000002384186,0.47699999809265137,0.45500001311302185,0.47699999809265137,0.3707243800163269,753139,0.0,0.0 2022-01-28 00:00:00+01:00,0.47699999809265137,0.48100000619888306,0.453000009059906,0.46299999952316284,0.35984358191490173,560482,0.0,0.0 2022-01-31 00:00:00+01:00,0.45899999141693115,0.4699999988079071,0.453000009059906,0.46299999952316284,0.35984358191490173,332242,0.0,0.0 2022-02-01 00:00:00+01:00,0.47600001096725464,0.48100000619888306,0.4429999887943268,0.44999998807907104,0.3497399687767029,1289904,0.0,0.0 2022-02-02 00:00:00+01:00,0.44200000166893005,0.4650000035762787,0.44200000166893005,0.4569999873638153,0.35518038272857666,521869,0.0,0.0 2022-02-03 00:00:00+01:00,0.4519999921321869,0.46399998664855957,0.43700000643730164,0.4490000009536743,0.34896278381347656,428233,0.0,0.0 2022-02-04 00:00:00+01:00,0.453000009059906,0.4580000042915344,0.4359999895095825,0.4440000057220459,0.3450767993927002,166418,0.0,0.0 2022-02-07 00:00:00+01:00,0.4410000145435333,0.453000009059906,0.4309999942779541,0.43700000643730164,0.3396363854408264,288232,0.0,0.0 2022-02-08 00:00:00+01:00,0.44200000166893005,0.4440000057220459,0.4259999990463257,0.43299999833106995,0.33652758598327637,516135,0.0,0.0 2022-02-09 00:00:00+01:00,0.4359999895095825,0.4440000057220459,0.4339999854564667,0.4440000057220459,0.3450767993927002,155387,0.0,0.0 2022-02-10 00:00:00+01:00,0.4429999887943268,0.45100000500679016,0.4410000145435333,0.44999998807907104,0.3497399687767029,226583,0.0,0.0 2022-02-11 00:00:00+01:00,0.4399999976158142,0.44600000977516174,0.43700000643730164,0.43799999356269836,0.3404136002063751,182068,0.0,0.0 2022-02-14 00:00:00+01:00,0.4429999887943268,0.4429999887943268,0.4180000126361847,0.42100000381469727,0.3272011876106262,370735,0.0,0.0 2022-02-15 00:00:00+01:00,0.4350000023841858,0.4560000002384186,0.4300000071525574,0.4519999921321869,0.3512943983078003,501029,0.0,0.0 2022-02-16 00:00:00+01:00,0.4519999921321869,0.4580000042915344,0.4359999895095825,0.4440000057220459,0.3450767993927002,313502,0.0,0.0 2022-02-17 00:00:00+01:00,0.4440000057220459,0.4480000138282776,0.4350000023841858,0.4390000104904175,0.34119081497192383,350476,0.0,0.0 2022-02-18 00:00:00+01:00,0.4390000104904175,0.4429999887943268,0.4309999942779541,0.4399999976158142,0.34196799993515015,62455,0.0,0.0 2022-02-21 00:00:00+01:00,0.43799999356269836,0.44699999690055847,0.41999998688697815,0.42800000309944153,0.3326416015625,457749,0.0,0.0 2022-02-22 00:00:00+01:00,0.4189999997615814,0.4259999990463257,0.41200000047683716,0.42399999499320984,0.32953280210494995,275511,0.0,0.0 2022-02-23 00:00:00+01:00,0.4259999990463257,0.4339999854564667,0.41499999165534973,0.4269999861717224,0.3318643867969513,119504,0.0,0.0 2022-02-24 00:00:00+01:00,0.4009999930858612,0.41100001335144043,0.3880000114440918,0.4059999883174896,0.31554317474365234,699426,0.0,0.0 2022-02-25 00:00:00+01:00,0.4090000092983246,0.42800000309944153,0.4000000059604645,0.42500001192092896,0.33031001687049866,441636,0.0,0.0 2022-02-28 00:00:00+01:00,0.4180000126361847,0.44699999690055847,0.4169999957084656,0.44699999690055847,0.34740838408470154,355074,0.0,0.0 2022-03-01 00:00:00+01:00,0.44699999690055847,0.44699999690055847,0.42399999499320984,0.4350000023841858,0.3380819857120514,357936,0.0,0.0 2022-03-02 00:00:00+01:00,0.4269999861717224,0.4429999887943268,0.4230000078678131,0.4399999976158142,0.34196799993515015,334944,0.0,0.0 2022-03-03 00:00:00+01:00,0.4440000057220459,0.44699999690055847,0.4320000112056732,0.4410000145435333,0.34274521470069885,524605,0.0,0.0 2022-03-04 00:00:00+01:00,0.43799999356269836,0.43799999356269836,0.4009999930858612,0.41100001335144043,0.3194291889667511,1198860,0.0,0.0 2022-03-07 00:00:00+01:00,0.4000000059604645,0.41999998688697815,0.3779999911785126,0.41100001335144043,0.3194291889667511,895563,0.0,0.0 2022-03-08 00:00:00+01:00,0.4230000078678131,0.4350000023841858,0.4129999876022339,0.4230000078678131,0.32875558733940125,359425,0.0,0.0 2022-03-09 00:00:00+01:00,0.42899999022483826,0.4399999976158142,0.4269999861717224,0.4399999976158142,0.34196799993515015,535023,0.0,0.0 2022-03-10 00:00:00+01:00,0.4300000071525574,0.4410000145435333,0.42800000309944153,0.4339999854564667,0.3373047709465027,416226,0.0,0.0 2022-03-11 00:00:00+01:00,0.43799999356269836,0.45500001311302185,0.43799999356269836,0.45100000500679016,0.3505171835422516,388127,0.0,0.0 2022-03-14 00:00:00+01:00,0.46000000834465027,0.4699999988079071,0.4480000138282776,0.453000009059906,0.352071613073349,416393,0.0,0.0 2022-03-15 00:00:00+01:00,0.46000000834465027,0.46000000834465027,0.44200000166893005,0.44200000166893005,0.34352239966392517,408799,0.0,0.0 2022-03-16 00:00:00+01:00,0.45500001311302185,0.4659999907016754,0.44999998807907104,0.45399999618530273,0.3528487980365753,517378,0.0,0.0 2022-03-17 00:00:00+01:00,0.45100000500679016,0.45899999141693115,0.4440000057220459,0.44999998807907104,0.3497399687767029,450363,0.0,0.0 2022-03-18 00:00:00+01:00,0.4580000042915344,0.460999995470047,0.44600000977516174,0.460999995470047,0.3582891821861267,103616,0.0,0.0 2022-03-21 00:00:00+01:00,0.46799999475479126,0.47099998593330383,0.4560000002384186,0.4650000035762787,0.36139798164367676,468971,0.0,0.0 2022-03-22 00:00:00+01:00,0.4699999988079071,0.4699999988079071,0.4620000123977661,0.4699999988079071,0.3652839958667755,286841,0.0,0.0 2022-03-23 00:00:00+01:00,0.4699999988079071,0.4790000021457672,0.4650000035762787,0.4699999988079071,0.3652839958667755,494812,0.0,0.0 2022-03-24 00:00:00+01:00,0.46000000834465027,0.515999972820282,0.45500001311302185,0.5099999904632568,0.396371990442276,2886995,0.0,0.0 2022-03-25 00:00:00+01:00,0.515999972820282,0.5220000147819519,0.4950000047683716,0.5019999742507935,0.3901543617248535,1136524,0.0,0.0 2022-03-28 00:00:00+02:00,0.5059999823570251,0.515999972820282,0.49799999594688416,0.5080000162124634,0.394817590713501,683067,0.0,0.0 2022-03-29 00:00:00+02:00,0.5080000162124634,0.5180000066757202,0.4970000088214874,0.515999972820282,0.4010351598262787,929002,0.0,0.0 2022-03-30 00:00:00+02:00,0.5180000066757202,0.5479999780654907,0.5099999904632568,0.5260000228881836,0.4088072180747986,3694744,0.0,0.0 2022-03-31 00:00:00+02:00,0.5320000052452087,0.5320000052452087,0.5120000243186951,0.527999997138977,0.4103615880012512,673842,0.0,0.0 2022-04-01 00:00:00+02:00,0.5360000133514404,0.5360000133514404,0.46650001406669617,0.4675000011920929,0.36334100365638733,3309017,0.0,0.0 2022-04-04 00:00:00+02:00,0.4749999940395355,0.4805000126361847,0.46000000834465027,0.46149998903274536,0.35867777466773987,569275,0.0,0.0 2022-04-05 00:00:00+02:00,0.4650000035762787,0.46650001406669617,0.4449999928474426,0.4449999928474426,0.3458539843559265,828833,0.0,0.0 2022-04-06 00:00:00+02:00,0.44699999690055847,0.44699999690055847,0.4320000112056732,0.4339999854564667,0.3373047709465027,803023,0.0,0.0 2022-04-07 00:00:00+02:00,0.4339999854564667,0.43950000405311584,0.429500013589859,0.43149998784065247,0.3353617787361145,257362,0.0,0.0 2022-04-08 00:00:00+02:00,0.43549999594688416,0.4449999928474426,0.4320000112056732,0.4339999854564667,0.3373047709465027,327476,0.0,0.0 2022-04-11 00:00:00+02:00,0.43799999356269836,0.4410000145435333,0.43050000071525574,0.4399999976158142,0.34196799993515015,398346,0.0,0.0 2022-04-12 00:00:00+02:00,0.4399999976158142,0.4415000081062317,0.4300000071525574,0.4404999911785126,0.3423565924167633,205762,0.0,0.0 2022-04-13 00:00:00+02:00,0.4440000057220459,0.45249998569488525,0.4410000145435333,0.4514999985694885,0.35090580582618713,299882,0.0,0.0 2022-04-14 00:00:00+02:00,0.45100000500679016,0.46000000834465027,0.4449999928474426,0.46000000834465027,0.3575119972229004,400483,0.0,0.0 2022-04-19 00:00:00+02:00,0.4544999897480011,0.4749999940395355,0.4544999897480011,0.4729999899864197,0.36761558055877686,608761,0.0,0.0 2022-04-20 00:00:00+02:00,0.47699999809265137,0.47999998927116394,0.46799999475479126,0.46799999475479126,0.3637295961380005,684430,0.0,0.0 2022-04-21 00:00:00+02:00,0.47099998593330383,0.4869999885559082,0.47099998593330383,0.4819999933242798,0.37461039423942566,745713,0.0,0.0 2022-04-22 00:00:00+02:00,0.4950000047683716,0.49799999594688416,0.47450000047683716,0.4964999854564667,0.385879784822464,1597077,0.0,0.0 2022-04-25 00:00:00+02:00,0.5350000262260437,0.5550000071525574,0.5350000262260437,0.5410000085830688,0.4204652011394501,4950173,0.0,0.0 2022-04-26 00:00:00+02:00,0.5450000166893005,0.5529999732971191,0.5379999876022339,0.5410000085830688,0.4204652011394501,2671323,0.0,0.0 2022-04-27 00:00:00+02:00,0.5389999747276306,0.5410000085830688,0.531000018119812,0.5329999923706055,0.4142475724220276,1274822,0.0,0.0 2022-04-28 00:00:00+02:00,0.5320000052452087,0.5429999828338623,0.5320000052452087,0.5400000214576721,0.41968801617622375,1023015,0.0,0.0 2022-04-29 00:00:00+02:00,0.5419999957084656,0.5529999732971191,0.5410000085830688,0.5479999780654907,0.42590558528900146,1695636,0.0,0.0 2022-05-02 00:00:00+02:00,0.550000011920929,0.5540000200271606,0.5460000038146973,0.5490000247955322,0.42668280005455017,759328,0.0,0.0 2022-05-03 00:00:00+02:00,0.5490000247955322,0.5540000200271606,0.5440000295639038,0.546999990940094,0.42512837052345276,671991,0.0,0.0 2022-05-04 00:00:00+02:00,0.5479999780654907,0.550000011920929,0.5460000038146973,0.5479999780654907,0.42590558528900146,768608,0.0,0.0 2022-05-05 00:00:00+02:00,0.546999990940094,0.5490000247955322,0.5339999794960022,0.5339999794960022,0.4150247871875763,1915026,0.0,0.0 2022-05-06 00:00:00+02:00,0.5339999794960022,0.5360000133514404,0.5299999713897705,0.5350000262260437,0.415802001953125,841819,0.0,0.0 2022-05-09 00:00:00+02:00,0.5239999890327454,0.5299999713897705,0.5210000276565552,0.5220000147819519,0.40569838881492615,1452430,0.0,0.0 2022-05-10 00:00:00+02:00,0.5289999842643738,0.5299999713897705,0.5210000276565552,0.5220000147819519,0.40569838881492615,557213,0.0,0.0 2022-05-11 00:00:00+02:00,0.5260000228881836,0.5370000004768372,0.5260000228881836,0.5320000052452087,0.41347038745880127,927559,0.0,0.0 2022-05-12 00:00:00+02:00,0.5270000100135803,0.5339999794960022,0.5260000228881836,0.5299999713897705,0.41191595792770386,625309,0.0,0.0 2022-05-13 00:00:00+02:00,0.5299999713897705,0.5350000262260437,0.5289999842643738,0.5350000262260437,0.415802001953125,325205,0.0,0.0 2022-05-16 00:00:00+02:00,0.5350000262260437,0.5389999747276306,0.5329999923706055,0.5389999747276306,0.41891077160835266,794865,0.0,0.0 2022-05-17 00:00:00+02:00,0.5389999747276306,0.5419999957084656,0.5360000133514404,0.5389999747276306,0.41891077160835266,1525901,0.0,0.0 2022-05-18 00:00:00+02:00,0.5370000004768372,0.5400000214576721,0.5360000133514404,0.5379999876022339,0.41813358664512634,434123,0.0,0.0 2022-05-19 00:00:00+02:00,0.5379999876022339,0.5419999957084656,0.5299999713897705,0.5400000214576721,0.41968801617622375,1271400,0.0,0.0 2022-05-20 00:00:00+02:00,0.5400000214576721,0.5450000166893005,0.5329999923706055,0.5329999923706055,0.4142475724220276,724870,0.0,0.0 2022-05-23 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5360000133514404,0.5400000214576721,0.41968801617622375,260128,0.0,0.0 2022-05-24 00:00:00+02:00,0.5400000214576721,0.5429999828338623,0.5389999747276306,0.5429999828338623,0.4220195710659027,610822,0.0,0.0 2022-05-25 00:00:00+02:00,0.5440000295639038,0.5440000295639038,0.5389999747276306,0.5419999957084656,0.4212423861026764,583958,0.0,0.0 2022-05-26 00:00:00+02:00,0.5410000085830688,0.5440000295639038,0.5400000214576721,0.5419999957084656,0.4212423861026764,612444,0.0,0.0 2022-05-27 00:00:00+02:00,0.5410000085830688,0.5450000166893005,0.5410000085830688,0.5419999957084656,0.4212423861026764,510999,0.0,0.0 2022-05-30 00:00:00+02:00,0.5450000166893005,0.5490000247955322,0.5450000166893005,0.5479999780654907,0.42590558528900146,377450,0.0,0.0 2022-05-31 00:00:00+02:00,0.5460000038146973,0.5509999990463257,0.5460000038146973,0.550000011920929,0.4274600148200989,456789,0.0,0.0 2022-06-01 00:00:00+02:00,0.5479999780654907,0.5799999833106995,0.5479999780654907,0.5699999928474426,0.44300398230552673,1761367,0.0,0.0 2022-06-02 00:00:00+02:00,0.5770000219345093,0.5770000219345093,0.5630000233650208,0.5690000057220459,0.4422267973423004,931301,0.0,0.0 2022-06-03 00:00:00+02:00,0.5659999847412109,0.5720000267028809,0.5649999976158142,0.5680000185966492,0.4414496123790741,832892,0.0,0.0 2022-06-06 00:00:00+02:00,0.5680000185966492,0.5699999928474426,0.5659999847412109,0.5680000185966492,0.4414496123790741,497316,0.0,0.0 2022-06-07 00:00:00+02:00,0.5680000185966492,0.5699999928474426,0.5559999942779541,0.5559999942779541,0.43212318420410156,1210376,0.0,0.0 2022-06-08 00:00:00+02:00,0.5619999766349792,0.5680000185966492,0.5600000023841858,0.5600000023841858,0.4352319836616516,581279,0.0,0.0 2022-06-09 00:00:00+02:00,0.5609999895095825,0.5649999976158142,0.5550000071525574,0.5569999814033508,0.4329003691673279,510636,0.0,0.0 2022-06-10 00:00:00+02:00,0.5519999861717224,0.5529999732971191,0.5410000085830688,0.5460000038146973,0.42435118556022644,1208410,0.0,0.0 2022-06-13 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.527999997138977,0.5379999876022339,0.41813358664512634,1553659,0.0,0.0 2022-06-14 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5260000228881836,0.527999997138977,0.4103615880012512,653663,0.0,0.0 2022-06-15 00:00:00+02:00,0.5320000052452087,0.5370000004768372,0.5260000228881836,0.5320000052452087,0.41347038745880127,289838,0.0,0.0 2022-06-16 00:00:00+02:00,0.5379999876022339,0.5379999876022339,0.5149999856948853,0.5189999938011169,0.4033667743206024,621633,0.0,0.0 2022-06-17 00:00:00+02:00,0.5180000066757202,0.5299999713897705,0.5170000195503235,0.5260000228881836,0.4088072180747986,240902,0.0,0.0 2022-06-20 00:00:00+02:00,0.5270000100135803,0.5379999876022339,0.5239999890327454,0.5379999876022339,0.41813358664512634,252994,0.0,0.0 2022-06-21 00:00:00+02:00,0.5379999876022339,0.5400000214576721,0.5350000262260437,0.5400000214576721,0.41968801617622375,832103,0.0,0.0 2022-06-22 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.5289999842643738,0.5299999713897705,0.41191595792770386,331463,0.0,0.0 2022-06-23 00:00:00+02:00,0.5329999923706055,0.5379999876022339,0.5260000228881836,0.5320000052452087,0.41347038745880127,326292,0.0,0.0 2022-06-24 00:00:00+02:00,0.5400000214576721,0.5400000214576721,0.5329999923706055,0.5360000133514404,0.4165791869163513,217672,0.0,0.0 2022-06-27 00:00:00+02:00,0.5350000262260437,0.5379999876022339,0.5230000019073486,0.531000018119812,0.41269320249557495,681113,0.0,0.0 2022-06-28 00:00:00+02:00,0.5320000052452087,0.546999990940094,0.5320000052452087,0.5400000214576721,0.41968801617622375,706976,0.0,0.0 2022-06-29 00:00:00+02:00,0.5370000004768372,0.5389999747276306,0.5270000100135803,0.5299999713897705,0.41191595792770386,659745,0.0,0.0 2022-06-30 00:00:00+02:00,0.5299999713897705,0.5320000052452087,0.5230000019073486,0.527999997138977,0.4103615880012512,542158,0.0,0.0 2022-07-01 00:00:00+02:00,0.5260000228881836,0.5270000100135803,0.5180000066757202,0.5199999809265137,0.4041439890861511,396003,0.0,0.0 2022-07-04 00:00:00+02:00,0.5289999842643738,0.5350000262260437,0.5249999761581421,0.5339999794960022,0.4150247871875763,412246,0.0,0.0 2022-07-05 00:00:00+02:00,0.5339999794960022,0.5350000262260437,0.5220000147819519,0.5220000147819519,0.40569838881492615,479461,0.0,0.0 2022-07-06 00:00:00+02:00,0.5260000228881836,0.5299999713897705,0.5180000066757202,0.5210000276565552,0.40492120385169983,688680,0.0,0.0 2022-07-07 00:00:00+02:00,0.5289999842643738,0.5289999842643738,0.5210000276565552,0.5270000100135803,0.4095844030380249,180144,0.0,0.0 2022-07-08 00:00:00+02:00,0.5230000019073486,0.5260000228881836,0.5220000147819519,0.5239999890327454,0.40725278854370117,53875,0.0,0.0 2022-07-11 00:00:00+02:00,0.527999997138977,0.531000018119812,0.527999997138977,0.5299999713897705,0.41191595792770386,71112,0.0,0.0 2022-07-12 00:00:00+02:00,0.5329999923706055,0.5580000281333923,0.5329999923706055,0.5580000281333923,0.433677613735199,1678682,0.0,0.0 2022-07-13 00:00:00+02:00,0.5569999814033508,0.5659999847412109,0.550000011920929,0.5609999895095825,0.43600916862487793,681253,0.0,0.0 2022-07-14 00:00:00+02:00,0.5550000071525574,0.5600000023841858,0.5379999876022339,0.5410000085830688,0.4204652011394501,917057,0.0,0.0 2022-07-15 00:00:00+02:00,0.5410000085830688,0.5450000166893005,0.5339999794960022,0.5339999794960022,0.4150247871875763,364552,0.0,0.0 2022-07-18 00:00:00+02:00,0.5370000004768372,0.5630000233650208,0.5370000004768372,0.5630000233650208,0.43756359815597534,979920,0.0,0.0 2022-07-19 00:00:00+02:00,0.550000011920929,0.5649999976158142,0.5490000247955322,0.5630000233650208,0.43756359815597534,708328,0.0,0.0 2022-07-20 00:00:00+02:00,0.5609999895095825,0.5849999785423279,0.5580000281333923,0.5759999752044678,0.4476671814918518,1633114,0.0,0.0 2022-07-21 00:00:00+02:00,0.5680000185966492,0.578000009059906,0.5649999976158142,0.5680000185966492,0.4414496123790741,989666,0.0,0.0 2022-07-22 00:00:00+02:00,0.5699999928474426,0.5770000219345093,0.5669999718666077,0.5770000219345093,0.4484443962574005,1172182,0.0,0.0 2022-07-25 00:00:00+02:00,0.578000009059906,0.5789999961853027,0.5720000267028809,0.5759999752044678,0.4476671814918518,916647,0.0,0.0 2022-07-26 00:00:00+02:00,0.5730000138282776,0.5759999752044678,0.5709999799728394,0.5709999799728394,0.44378116726875305,587300,0.0,0.0 2022-07-27 00:00:00+02:00,0.5740000009536743,0.5740000009536743,0.5640000104904175,0.5709999799728394,0.44378116726875305,479242,0.0,0.0 2022-07-28 00:00:00+02:00,0.5690000057220459,0.5730000138282776,0.5630000233650208,0.5630000233650208,0.43756359815597534,530342,0.0,0.0 2022-07-29 00:00:00+02:00,0.5659999847412109,0.5849999785423279,0.5659999847412109,0.5849999785423279,0.4546619653701782,2454635,0.0,0.0 2022-08-01 00:00:00+02:00,0.5849999785423279,0.5899999737739563,0.5799999833106995,0.5839999914169312,0.4538847804069519,1268555,0.0,0.0 2022-08-02 00:00:00+02:00,0.5839999914169312,0.5899999737739563,0.5839999914169312,0.5879999995231628,0.45699357986450195,1162905,0.0,0.0 2022-08-03 00:00:00+02:00,0.5830000042915344,0.5860000252723694,0.5820000171661377,0.5849999785423279,0.4546619653701782,317064,0.0,0.0 2022-08-04 00:00:00+02:00,0.5870000123977661,0.5870000123977661,0.5820000171661377,0.5839999914169312,0.4538847804069519,368935,0.0,0.0 2022-08-05 00:00:00+02:00,0.5839999914169312,0.5879999995231628,0.5830000042915344,0.5860000252723694,0.4554392099380493,715524,0.0,0.0 2022-08-08 00:00:00+02:00,0.5849999785423279,0.5879999995231628,0.5830000042915344,0.5839999914169312,0.4538847804069519,940578,0.0,0.0 2022-08-09 00:00:00+02:00,0.5860000252723694,0.5860000252723694,0.5830000042915344,0.5830000042915344,0.4531075954437256,955344,0.0,0.0 2022-08-10 00:00:00+02:00,0.5820000171661377,0.5860000252723694,0.5820000171661377,0.5860000252723694,0.4554392099380493,509185,0.0,0.0 2022-08-11 00:00:00+02:00,0.5849999785423279,0.5860000252723694,0.5839999914169312,0.5860000252723694,0.4554392099380493,397064,0.0,0.0 2022-08-12 00:00:00+02:00,0.5860000252723694,0.5860000252723694,0.5820000171661377,0.5830000042915344,0.4531075954437256,657208,0.0,0.0 2022-08-16 00:00:00+02:00,0.5839999914169312,0.5870000123977661,0.5830000042915344,0.5860000252723694,0.4554392099380493,604789,0.0,0.0 2022-08-17 00:00:00+02:00,0.5860000252723694,0.5879999995231628,0.5839999914169312,0.5860000252723694,0.4554392099380493,723325,0.0,0.0 2022-08-18 00:00:00+02:00,0.5839999914169312,0.5860000252723694,0.5830000042915344,0.5860000252723694,0.4554392099380493,420563,0.0,0.0 2022-08-19 00:00:00+02:00,0.5839999914169312,0.5849999785423279,0.5830000042915344,0.5839999914169312,0.4538847804069519,347348,0.0,0.0 2022-08-22 00:00:00+02:00,0.5830000042915344,0.5830000042915344,0.5770000219345093,0.5770000219345093,0.4484443962574005,1117671,0.0,0.0 2022-08-23 00:00:00+02:00,0.5809999704360962,0.5820000171661377,0.5770000219345093,0.5799999833106995,0.45077598094940186,621572,0.0,0.0 2022-08-24 00:00:00+02:00,0.5799999833106995,0.5809999704360962,0.578000009059906,0.5789999961853027,0.44999879598617554,724901,0.0,0.0 2022-08-25 00:00:00+02:00,0.578000009059906,0.5809999704360962,0.574999988079071,0.5759999752044678,0.4476671814918518,545515,0.0,0.0 2022-08-26 00:00:00+02:00,0.5759999752044678,0.5789999961853027,0.5730000138282776,0.5730000138282776,0.44533559679985046,602605,0.0,0.0 2022-08-29 00:00:00+02:00,0.5720000267028809,0.5759999752044678,0.5699999928474426,0.5720000267028809,0.44455841183662415,636502,0.0,0.0 2022-08-30 00:00:00+02:00,0.5720000267028809,0.5720000267028809,0.5669999718666077,0.5699999928474426,0.44300398230552673,1772258,0.0,0.0 2022-08-31 00:00:00+02:00,0.5699999928474426,0.5699999928474426,0.5649999976158142,0.5659999847412109,0.4398951828479767,1254771,0.0,0.0 2022-09-01 00:00:00+02:00,0.5659999847412109,0.5659999847412109,0.5609999895095825,0.5619999766349792,0.43678638339042664,1894128,0.0,0.0 2022-09-02 00:00:00+02:00,0.5619999766349792,0.5680000185966492,0.5619999766349792,0.5669999718666077,0.440672367811203,705847,0.0,0.0 2022-09-05 00:00:00+02:00,0.5659999847412109,0.5659999847412109,0.5559999942779541,0.5600000023841858,0.4352319836616516,677507,0.0,0.0 2022-09-06 00:00:00+02:00,0.6399999856948853,0.6489999890327454,0.6380000114440918,0.6470000147819519,0.5028483867645264,4955192,0.0,0.0 2022-09-07 00:00:00+02:00,0.6449999809265137,0.6499999761581421,0.6420000195503235,0.6420000195503235,0.49896240234375,3336703,0.0,0.0 2022-09-08 00:00:00+02:00,0.640999972820282,0.6439999938011169,0.6389999985694885,0.6399999856948853,0.4974079728126526,2185720,0.0,0.0 2022-09-09 00:00:00+02:00,0.640999972820282,0.6420000195503235,0.6309999823570251,0.6340000033378601,0.4927448034286499,1432741,0.0,0.0 2022-09-12 00:00:00+02:00,0.6359999775886536,0.6389999985694885,0.6330000162124634,0.6340000033378601,0.4927448034286499,1594700,0.0,0.0 2022-09-13 00:00:00+02:00,0.6349999904632568,0.6449999809265137,0.6349999904632568,0.640999972820282,0.4981851577758789,2308429,0.0,0.0 2022-09-14 00:00:00+02:00,0.640999972820282,0.6520000100135803,0.640999972820282,0.640999972820282,0.4981851577758789,4210825,0.0,0.0 2022-09-15 00:00:00+02:00,0.6480000019073486,0.6620000004768372,0.6470000147819519,0.6539999842643738,0.5082888007164001,1735806,0.0,0.0 2022-09-16 00:00:00+02:00,0.6549999713897705,0.6549999713897705,0.5770000219345093,0.5770000219345093,0.4484443962574005,2515947,0.0,0.0 2022-09-19 00:00:00+02:00,0.5789999961853027,0.609000027179718,0.5559999942779541,0.5709999799728394,0.44378116726875305,648941,0.0,0.0 2022-09-20 00:00:00+02:00,0.5600000023841858,0.5709999799728394,0.5109999775886536,0.5120000243186951,0.3979264199733734,1318045,0.0,0.0 2022-09-21 00:00:00+02:00,0.5189999938011169,0.5230000019073486,0.49000000953674316,0.49300000071525574,0.3831595778465271,1609799,0.0,0.0 2022-09-22 00:00:00+02:00,0.4934999942779541,0.49950000643730164,0.4659999907016754,0.4724999964237213,0.3672269880771637,2325473,0.0,0.0 2022-09-23 00:00:00+02:00,0.48899999260902405,0.5019999742507935,0.46549999713897705,0.4659999907016754,0.36217519640922546,810366,0.0,0.0 2022-09-26 00:00:00+02:00,0.4724999964237213,0.4869999885559082,0.46050000190734863,0.47450000047683716,0.3687813878059387,1024082,0.0,0.0 2022-09-27 00:00:00+02:00,0.47999998927116394,0.5040000081062317,0.4659999907016754,0.46799999475479126,0.3637295961380005,1202569,0.0,0.0 2022-09-28 00:00:00+02:00,0.45500001311302185,0.4684999883174896,0.44699999690055847,0.46399998664855957,0.36062079668045044,924359,0.0,0.0 2022-09-29 00:00:00+02:00,0.4724999964237213,0.4790000021457672,0.4514999985694885,0.46799999475479126,0.3637295961380005,1231240,0.0,0.0 2022-09-30 00:00:00+02:00,0.46799999475479126,0.4884999990463257,0.4645000100135803,0.4884999990463257,0.3796621859073639,248130,0.0,0.0 2022-10-03 00:00:00+02:00,0.5090000033378601,0.515999972820282,0.48750001192092896,0.49050000309944153,0.3812165856361389,446861,0.0,0.0 2022-10-04 00:00:00+02:00,0.49300000071525574,0.5049999952316284,0.4869999885559082,0.49799999594688416,0.38704559206962585,527375,0.0,0.0 2022-10-05 00:00:00+02:00,0.5,0.5070000290870667,0.4884999990463257,0.4984999895095825,0.387434184551239,540101,0.0,0.0 2022-10-06 00:00:00+02:00,0.5019999742507935,0.5350000262260437,0.4964999854564667,0.5299999713897705,0.41191595792770386,1296594,0.0,0.0 2022-10-07 00:00:00+02:00,0.5339999794960022,0.5350000262260437,0.5040000081062317,0.5149999856948853,0.40025797486305237,428238,0.0,0.0 2022-10-10 00:00:00+02:00,0.5080000162124634,0.5289999842643738,0.5009999871253967,0.5289999842643738,0.41113877296447754,195449,0.0,0.0 2022-10-11 00:00:00+02:00,0.5109999775886536,0.5220000147819519,0.4964999854564667,0.5220000147819519,0.40569838881492615,515212,0.0,0.0 2022-10-12 00:00:00+02:00,0.5090000033378601,0.5249999761581421,0.5049999952316284,0.5239999890327454,0.40725278854370117,440881,0.0,0.0 2022-10-13 00:00:00+02:00,0.5139999985694885,0.5289999842643738,0.5090000033378601,0.5170000195503235,0.4018124043941498,427715,0.0,0.0 2022-10-14 00:00:00+02:00,0.5139999985694885,0.5419999957084656,0.5139999985694885,0.5289999842643738,0.41113877296447754,575778,0.0,0.0 2022-10-17 00:00:00+02:00,0.5339999794960022,0.5479999780654907,0.5289999842643738,0.5379999876022339,0.41813358664512634,228884,0.0,0.0 2022-10-18 00:00:00+02:00,0.5400000214576721,0.5519999861717224,0.5400000214576721,0.5460000038146973,0.42435118556022644,278733,0.0,0.0 2022-10-19 00:00:00+02:00,0.5419999957084656,0.5540000200271606,0.5400000214576721,0.5429999828338623,0.4220195710659027,251502,0.0,0.0 2022-10-20 00:00:00+02:00,0.5429999828338623,0.5559999942779541,0.5429999828338623,0.5460000038146973,0.42435118556022644,284949,0.0,0.0 2022-10-21 00:00:00+02:00,0.5600000023841858,0.5609999895095825,0.5460000038146973,0.5509999990463257,0.4282371997833252,617256,0.0,0.0 2022-10-24 00:00:00+02:00,0.5509999990463257,0.5529999732971191,0.5320000052452087,0.5320000052452087,0.41347038745880127,445699,0.0,0.0 2022-10-25 00:00:00+02:00,0.5379999876022339,0.5460000038146973,0.5329999923706055,0.5419999957084656,0.4212423861026764,416483,0.0,0.0 2022-10-26 00:00:00+02:00,0.5400000214576721,0.5450000166893005,0.5370000004768372,0.5440000295639038,0.4227968156337738,217407,0.0,0.0 2022-10-27 00:00:00+02:00,0.5440000295639038,0.5529999732971191,0.5339999794960022,0.5509999990463257,0.4282371997833252,455347,0.0,0.0 2022-10-28 00:00:00+02:00,0.5460000038146973,0.5519999861717224,0.5379999876022339,0.5519999861717224,0.4290143847465515,283305,0.0,0.0 2022-10-31 00:00:00+01:00,0.5519999861717224,0.5640000104904175,0.5509999990463257,0.5580000281333923,0.433677613735199,158469,0.0,0.0 2022-11-01 00:00:00+01:00,0.5580000281333923,0.5680000185966492,0.550000011920929,0.5519999861717224,0.4290143847465515,530111,0.0,0.0 2022-11-02 00:00:00+01:00,0.5479999780654907,0.5550000071525574,0.5419999957084656,0.5529999732971191,0.42979156970977783,94630,0.0,0.0 2022-11-03 00:00:00+01:00,0.5419999957084656,0.5490000247955322,0.5370000004768372,0.5370000004768372,0.4173564016819,180873,0.0,0.0 2022-11-04 00:00:00+01:00,0.5339999794960022,0.5490000247955322,0.5299999713897705,0.5400000214576721,0.41968801617622375,457540,0.0,0.0 2022-11-07 00:00:00+01:00,0.5419999957084656,0.546999990940094,0.5400000214576721,0.546999990940094,0.42512837052345276,38404,0.0,0.0 2022-11-08 00:00:00+01:00,0.5419999957084656,0.5450000166893005,0.5379999876022339,0.5440000295639038,0.4227968156337738,203477,0.0,0.0 2022-11-09 00:00:00+01:00,0.5389999747276306,0.5580000281333923,0.5339999794960022,0.5580000281333923,0.433677613735199,311161,0.0,0.0 2022-11-10 00:00:00+01:00,0.5490000247955322,0.5630000233650208,0.5490000247955322,0.5550000071525574,0.43134599924087524,278095,0.0,0.0 2022-11-11 00:00:00+01:00,0.5550000071525574,0.5759999752044678,0.5529999732971191,0.5600000023841858,0.4352319836616516,507700,0.0,0.0 2022-11-14 00:00:00+01:00,0.5569999814033508,0.5699999928474426,0.5550000071525574,0.5649999976158142,0.43911799788475037,409601,0.0,0.0 2022-11-15 00:00:00+01:00,0.5659999847412109,0.5799999833106995,0.5630000233650208,0.5799999833106995,0.45077598094940186,955993,0.0,0.0 2022-11-16 00:00:00+01:00,0.5799999833106995,0.5870000123977661,0.5730000138282776,0.5799999833106995,0.45077598094940186,466891,0.0,0.0 2022-11-17 00:00:00+01:00,0.5849999785423279,0.5849999785423279,0.5619999766349792,0.5619999766349792,0.43678638339042664,488135,0.0,0.0 2022-11-18 00:00:00+01:00,0.5569999814033508,0.5720000267028809,0.5519999861717224,0.5649999976158142,0.43911799788475037,302650,0.0,0.0 2022-11-21 00:00:00+01:00,0.5590000152587891,0.5600000023841858,0.5379999876022339,0.5379999876022339,0.41813358664512634,220332,0.0,0.0 2022-11-22 00:00:00+01:00,0.550000011920929,0.550000011920929,0.5389999747276306,0.5389999747276306,0.41891077160835266,65746,0.0,0.0 2022-11-23 00:00:00+01:00,0.5389999747276306,0.550000011920929,0.5379999876022339,0.5400000214576721,0.41968801617622375,39199,0.0,0.0 2022-11-24 00:00:00+01:00,0.5400000214576721,0.5770000219345093,0.5400000214576721,0.5479999780654907,0.42590558528900146,222904,0.0,0.0 2022-11-25 00:00:00+01:00,0.5680000185966492,0.5680000185966492,0.5400000214576721,0.5460000038146973,0.42435118556022644,431693,0.0,0.0 2022-11-28 00:00:00+01:00,0.5400000214576721,0.5490000247955322,0.5350000262260437,0.5360000133514404,0.4165791869163513,388574,0.0,0.0 2022-11-29 00:00:00+01:00,0.5410000085830688,0.5429999828338623,0.5360000133514404,0.5400000214576721,0.41968801617622375,139851,0.0,0.0 2022-11-30 00:00:00+01:00,0.5490000247955322,0.5569999814033508,0.5429999828338623,0.5569999814033508,0.4329003691673279,32521,0.0,0.0 2022-12-01 00:00:00+01:00,0.5559999942779541,0.5559999942779541,0.5410000085830688,0.5460000038146973,0.42435118556022644,120782,0.0,0.0 2022-12-02 00:00:00+01:00,0.5460000038146973,0.5640000104904175,0.5400000214576721,0.5450000166893005,0.4235740005970001,271014,0.0,0.0 2022-12-05 00:00:00+01:00,0.546999990940094,0.5550000071525574,0.546999990940094,0.5550000071525574,0.43134599924087524,80902,0.0,0.0 2022-12-06 00:00:00+01:00,0.5550000071525574,0.5569999814033508,0.546999990940094,0.5550000071525574,0.43134599924087524,115299,0.0,0.0 2022-12-07 00:00:00+01:00,0.546999990940094,0.546999990940094,0.5419999957084656,0.5429999828338623,0.4220195710659027,94037,0.0,0.0 2022-12-08 00:00:00+01:00,0.5410000085830688,0.5550000071525574,0.5379999876022339,0.5550000071525574,0.43134599924087524,154638,0.0,0.0 2022-12-09 00:00:00+01:00,0.5550000071525574,0.5550000071525574,0.546999990940094,0.5550000071525574,0.43134599924087524,133946,0.0,0.0 2022-12-12 00:00:00+01:00,0.550000011920929,0.5590000152587891,0.550000011920929,0.5550000071525574,0.43134599924087524,275984,0.0,0.0 2022-12-13 00:00:00+01:00,0.5569999814033508,0.5580000281333923,0.5519999861717224,0.5569999814033508,0.4329003691673279,137053,0.0,0.0 2022-12-14 00:00:00+01:00,0.5569999814033508,0.574999988079071,0.5559999942779541,0.5590000152587891,0.4344547986984253,327618,0.0,0.0 2022-12-15 00:00:00+01:00,0.5550000071525574,0.5640000104904175,0.5550000071525574,0.5600000023841858,0.4352319836616516,85193,0.0,0.0 2022-12-16 00:00:00+01:00,0.5540000200271606,0.5600000023841858,0.550000011920929,0.5590000152587891,0.4344547986984253,353180,0.0,0.0 2022-12-19 00:00:00+01:00,0.5540000200271606,0.5600000023841858,0.5519999861717224,0.5559999942779541,0.43212318420410156,81246,0.0,0.0 2022-12-20 00:00:00+01:00,0.5550000071525574,0.5550000071525574,0.5460000038146973,0.5460000038146973,0.42435118556022644,58984,0.0,0.0 2022-12-21 00:00:00+01:00,0.5460000038146973,0.5509999990463257,0.5350000262260437,0.550000011920929,0.4274600148200989,261366,0.0,0.0 2022-12-22 00:00:00+01:00,0.5419999957084656,0.5479999780654907,0.5389999747276306,0.546999990940094,0.42512837052345276,100837,0.0,0.0 2022-12-23 00:00:00+01:00,0.5400000214576721,0.5490000247955322,0.5400000214576721,0.5479999780654907,0.42590558528900146,42948,0.0,0.0 2022-12-27 00:00:00+01:00,0.5400000214576721,0.546999990940094,0.5350000262260437,0.5400000214576721,0.41968801617622375,64929,0.0,0.0 2022-12-28 00:00:00+01:00,0.5400000214576721,0.5479999780654907,0.5329999923706055,0.5410000085830688,0.4204652011394501,270361,0.0,0.0 2022-12-29 00:00:00+01:00,0.5339999794960022,0.5450000166893005,0.5270000100135803,0.5299999713897705,0.41191595792770386,253463,0.0,0.0 2022-12-30 00:00:00+01:00,0.5320000052452087,0.546999990940094,0.5299999713897705,0.546999990940094,0.42512837052345276,74143,0.0,0.0 2023-01-02 00:00:00+01:00,0.5440000295639038,0.5479999780654907,0.5389999747276306,0.5440000295639038,0.4227968156337738,135464,0.0,0.0 2023-01-03 00:00:00+01:00,0.5429999828338623,0.5590000152587891,0.5419999957084656,0.5540000200271606,0.4305688142776489,113466,0.0,0.0 2023-01-04 00:00:00+01:00,0.5580000281333923,0.5649999976158142,0.5550000071525574,0.5649999976158142,0.43911799788475037,85044,0.0,0.0 2023-01-05 00:00:00+01:00,0.5619999766349792,0.5699999928474426,0.5569999814033508,0.5699999928474426,0.44300398230552673,555166,0.0,0.0 2023-01-06 00:00:00+01:00,0.5699999928474426,0.5839999914169312,0.5600000023841858,0.574999988079071,0.4468899667263031,380416,0.0,0.0 2023-01-09 00:00:00+01:00,0.5730000138282776,0.5849999785423279,0.5730000138282776,0.5799999833106995,0.45077598094940186,307602,0.0,0.0 2023-01-10 00:00:00+01:00,0.5809999704360962,0.5809999704360962,0.5659999847412109,0.5699999928474426,0.44300398230552673,214091,0.0,0.0 2023-01-11 00:00:00+01:00,0.5640000104904175,0.5720000267028809,0.5619999766349792,0.5669999718666077,0.440672367811203,286094,0.0,0.0 2023-01-12 00:00:00+01:00,0.5680000185966492,0.5680000185966492,0.5649999976158142,0.5680000185966492,0.4414496123790741,85191,0.0,0.0 2023-01-13 00:00:00+01:00,0.5680000185966492,0.5789999961853027,0.5609999895095825,0.5680000185966492,0.4414496123790741,188823,0.0,0.0 2023-01-16 00:00:00+01:00,0.5720000267028809,0.5770000219345093,0.5709999799728394,0.5770000219345093,0.4484443962574005,75269,0.0,0.0 2023-01-17 00:00:00+01:00,0.5770000219345093,0.5889999866485596,0.5759999752044678,0.5799999833106995,0.45077598094940186,195849,0.0,0.0 2023-01-18 00:00:00+01:00,0.5820000171661377,0.628000020980835,0.5820000171661377,0.6019999980926514,0.4678743779659271,570529,0.0,0.0 2023-01-19 00:00:00+01:00,0.6069999933242798,0.6150000095367432,0.5879999995231628,0.5960000157356262,0.46321120858192444,437472,0.0,0.0 2023-01-20 00:00:00+01:00,0.6029999852180481,0.6119999885559082,0.6019999980926514,0.609000027179718,0.4733148217201233,570892,0.0,0.0 2023-01-23 00:00:00+01:00,0.6119999885559082,0.6179999709129333,0.6050000190734863,0.6179999709129333,0.4803095757961273,663644,0.0,0.0 2023-01-24 00:00:00+01:00,0.6179999709129333,0.6790000200271606,0.6179999709129333,0.6700000166893005,0.5207239985466003,2040196,0.0,0.0 2023-01-25 00:00:00+01:00,0.675000011920929,0.6949999928474426,0.6620000004768372,0.6919999718666077,0.5378223657608032,1101277,0.0,0.0 2023-01-26 00:00:00+01:00,0.6959999799728394,0.7039999961853027,0.6700000166893005,0.6980000138282776,0.5424855947494507,965786,0.0,0.0 2023-01-27 00:00:00+01:00,0.6980000138282776,0.6990000009536743,0.6830000281333923,0.6959999799728394,0.5409311652183533,269848,0.0,0.0 2023-01-30 00:00:00+01:00,0.6980000138282776,0.7070000171661377,0.6890000104904175,0.6949999928474426,0.540153980255127,384813,0.0,0.0 2023-01-31 00:00:00+01:00,0.6930000185966492,0.7070000171661377,0.6779999732971191,0.7070000171661377,0.5494803786277771,440160,0.0,0.0 2023-02-01 00:00:00+01:00,0.7070000171661377,0.7239999771118164,0.6869999766349792,0.6909999847412109,0.5370451807975769,453653,0.0,0.0 2023-02-02 00:00:00+01:00,0.6909999847412109,0.7089999914169312,0.6769999861717224,0.6779999732971191,0.5269415974617004,538871,0.0,0.0 2023-02-03 00:00:00+01:00,0.6710000038146973,0.6959999799728394,0.6710000038146973,0.6890000104904175,0.5354908108711243,363644,0.0,0.0 2023-02-06 00:00:00+01:00,0.6890000104904175,0.6930000185966492,0.6830000281333923,0.6899999976158142,0.5362679958343506,165751,0.0,0.0 2023-02-07 00:00:00+01:00,0.6909999847412109,0.699999988079071,0.6840000152587891,0.6990000009536743,0.543262779712677,237660,0.0,0.0 2023-02-08 00:00:00+01:00,0.699999988079071,0.7170000076293945,0.699999988079071,0.7059999704360962,0.5487031936645508,579384,0.0,0.0 2023-02-09 00:00:00+01:00,0.7129999995231628,0.718999981880188,0.7099999785423279,0.7099999785423279,0.5518119931221008,576221,0.0,0.0 2023-02-10 00:00:00+01:00,0.7120000123977661,0.7200000286102295,0.7049999833106995,0.7080000042915344,0.5502575635910034,324296,0.0,0.0 2023-02-13 00:00:00+01:00,0.7049999833106995,0.7120000123977661,0.7009999752044678,0.7009999752044678,0.5448171496391296,79468,0.0,0.0 2023-02-14 00:00:00+01:00,0.7009999752044678,0.7099999785423279,0.6959999799728394,0.6970000267028809,0.5417084097862244,84733,0.0,0.0 2023-02-15 00:00:00+01:00,0.6959999799728394,0.699999988079071,0.6850000023841858,0.6930000185966492,0.5385996103286743,65400,0.0,0.0 2023-02-16 00:00:00+01:00,0.6949999928474426,0.6990000009536743,0.6850000023841858,0.6880000233650208,0.534713625907898,252701,0.0,0.0 2023-02-17 00:00:00+01:00,0.6850000023841858,0.6899999976158142,0.6769999861717224,0.6869999766349792,0.5339363813400269,141767,0.0,0.0 2023-02-20 00:00:00+01:00,0.6779999732971191,0.6899999976158142,0.6779999732971191,0.6850000023841858,0.5323820114135742,91922,0.0,0.0 2023-02-21 00:00:00+01:00,0.6850000023841858,0.6909999847412109,0.6779999732971191,0.6779999732971191,0.5269415974617004,282153,0.0,0.0 2023-02-22 00:00:00+01:00,0.6840000152587891,0.6840000152587891,0.6460000276565552,0.6660000085830688,0.5176151990890503,293396,0.0,0.0 2023-02-23 00:00:00+01:00,0.6570000052452087,0.6679999828338623,0.6520000100135803,0.6570000052452087,0.5106204152107239,160609,0.0,0.0 2023-02-24 00:00:00+01:00,0.6520000100135803,0.6600000262260437,0.6499999761581421,0.6600000262260437,0.5129520297050476,257330,0.0,0.0 2023-02-27 00:00:00+01:00,0.6600000262260437,0.7039999961853027,0.6600000262260437,0.7020000219345093,0.5455943942070007,535280,0.0,0.0 2023-02-28 00:00:00+01:00,0.75,0.8190000057220459,0.75,0.7850000262260437,0.6101019978523254,5756203,0.0,0.0 2023-03-01 00:00:00+01:00,0.7950000166893005,0.796999990940094,0.765999972820282,0.7860000133514404,0.6108791828155518,2182674,0.0,0.0 2023-03-02 00:00:00+01:00,0.781000018119812,0.8059999942779541,0.7760000228881836,0.8029999732971191,0.6240915656089783,1047215,0.0,0.0 2023-03-03 00:00:00+01:00,0.8050000071525574,0.8069999814033508,0.7919999957084656,0.7990000247955322,0.620982825756073,990109,0.0,0.0 2023-03-06 00:00:00+01:00,0.8009999990463257,0.8029999732971191,0.7950000166893005,0.796999990940094,0.6194283962249756,630442,0.0,0.0 2023-03-07 00:00:00+01:00,0.7960000038146973,0.7960000038146973,0.7699999809265137,0.7850000262260437,0.6101019978523254,1414725,0.0,0.0 2023-03-08 00:00:00+01:00,0.7770000100135803,0.796999990940094,0.7770000100135803,0.7940000295639038,0.6170967817306519,537223,0.0,0.0 2023-03-09 00:00:00+01:00,0.7950000166893005,0.8080000281333923,0.7900000214576721,0.8009999990463257,0.6225371956825256,1120133,0.0,0.0 2023-03-10 00:00:00+01:00,0.7979999780654907,0.7979999780654907,0.7860000133514404,0.7889999747276306,0.6132107377052307,307510,0.0,0.0 2023-03-13 00:00:00+01:00,0.7829999923706055,0.7829999923706055,0.7649999856948853,0.7739999890327454,0.6015527844429016,758700,0.0,0.0 2023-03-14 00:00:00+01:00,0.7799999713897705,0.800000011920929,0.7799999713897705,0.7929999828338623,0.6163195967674255,658809,0.0,0.0 2023-03-15 00:00:00+01:00,0.7919999957084656,0.8080000281333923,0.7839999794960022,0.7900000214576721,0.6139879822731018,711929,0.0,0.0 2023-03-16 00:00:00+01:00,0.7960000038146973,0.7960000038146973,0.777999997138977,0.7829999923706055,0.608547568321228,431422,0.0,0.0 2023-03-17 00:00:00+01:00,0.7879999876022339,0.7990000247955322,0.765999972820282,0.7680000066757202,0.5968896150588989,870165,0.0,0.0 2023-03-20 00:00:00+01:00,0.7680000066757202,0.7889999747276306,0.7599999904632568,0.7829999923706055,0.608547568321228,410969,0.0,0.0 2023-03-21 00:00:00+01:00,0.7839999794960022,0.796999990940094,0.7820000052452087,0.7829999923706055,0.608547568321228,942358,0.0,0.0 2023-03-22 00:00:00+01:00,0.7799999713897705,0.7799999713897705,0.7710000276565552,0.7720000147819519,0.599998414516449,173077,0.0,0.0 2023-03-23 00:00:00+01:00,0.7730000019073486,0.7739999890327454,0.7630000114440918,0.7710000276565552,0.5992212295532227,219897,0.0,0.0 2023-03-24 00:00:00+01:00,0.7710000276565552,0.7710000276565552,0.75,0.753000020980835,0.585231602191925,506157,0.0,0.0 2023-03-27 00:00:00+02:00,0.7599999904632568,0.7730000019073486,0.7549999952316284,0.7549999952316284,0.5867859721183777,48955,0.0,0.0 2023-03-28 00:00:00+02:00,0.7649999856948853,0.7799999713897705,0.7570000290870667,0.7689999938011169,0.5976668000221252,347668,0.0,0.0 2023-03-29 00:00:00+02:00,0.9399999976158142,0.949999988079071,0.9139999747276306,0.9470000267028809,0.7360084056854248,5643561,0.0,0.0 2023-03-30 00:00:00+02:00,0.9430000185966492,0.949999988079071,0.9380000233650208,0.9440000057220459,0.7336767911911011,1527378,0.0,0.0 2023-03-31 00:00:00+02:00,0.9440000057220459,0.9480000138282776,0.9419999718666077,0.9459999799728394,0.7352311611175537,595467,0.0,0.0 2023-04-03 00:00:00+02:00,0.9449999928474426,0.9599999785423279,0.9449999928474426,0.9559999704360962,0.7430031895637512,1264401,0.0,0.0 2023-04-04 00:00:00+02:00,0.9539999961853027,0.9850000143051147,0.9539999961853027,0.9800000190734863,0.7616559863090515,3181515,0.0,0.0 2023-04-05 00:00:00+02:00,0.9800000190734863,0.9819999933242798,0.9610000252723694,0.9660000205039978,0.7507752180099487,1152162,0.0,0.0 2023-04-06 00:00:00+02:00,0.9660000205039978,0.9729999899864197,0.9610000252723694,0.968999981880188,0.7531067728996277,944635,0.0,0.0 2023-04-11 00:00:00+02:00,0.9700000286102295,0.9779999852180481,0.9670000076293945,0.9729999899864197,0.7562155723571777,752560,0.0,0.0 2023-04-12 00:00:00+02:00,0.9729999899864197,0.9789999723434448,0.9729999899864197,0.9760000109672546,0.7585471868515015,610450,0.0,0.0 2023-04-13 00:00:00+02:00,0.9760000109672546,0.9800000190734863,0.9729999899864197,0.9779999852180481,0.7601015567779541,516734,0.0,0.0 2023-04-14 00:00:00+02:00,0.9760000109672546,0.9789999723434448,0.9750000238418579,0.9769999980926514,0.7593243718147278,298242,0.0,0.0 2023-04-17 00:00:00+02:00,0.9750000238418579,0.9929999709129333,0.9729999899864197,0.9869999885559082,0.7670964002609253,746299,0.0,0.0 2023-04-18 00:00:00+02:00,0.9829999804496765,0.9890000224113464,0.9819999933242798,0.9829999804496765,0.7639875411987305,344328,0.0,0.0 2023-04-19 00:00:00+02:00,0.9850000143051147,0.9890000224113464,0.9800000190734863,0.9819999933242798,0.7632103562355042,659190,0.0,0.0 2023-04-20 00:00:00+02:00,0.9829999804496765,0.9829999804496765,0.968999981880188,0.9739999771118164,0.756992757320404,1088729,0.0,0.0 2023-04-21 00:00:00+02:00,0.9700000286102295,0.9739999771118164,0.9700000286102295,0.9710000157356262,0.7546612024307251,241498,0.0,0.0 2023-04-24 00:00:00+02:00,0.9700000286102295,0.9789999723434448,0.968999981880188,0.9760000109672546,0.7585471868515015,644781,0.0,0.0 2023-04-25 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.968999981880188,0.9729999899864197,0.7562155723571777,264460,0.0,0.0 2023-04-26 00:00:00+02:00,0.972000002861023,0.9779999852180481,0.9700000286102295,0.9750000238418579,0.7577700018882751,452373,0.0,0.0 2023-04-27 00:00:00+02:00,0.9769999980926514,0.9779999852180481,0.9760000109672546,0.9779999852180481,0.7601015567779541,299205,0.0,0.0 2023-04-28 00:00:00+02:00,0.9769999980926514,0.9789999723434448,0.9670000076293945,0.9710000157356262,0.7546612024307251,798116,0.0,0.0 2023-05-02 00:00:00+02:00,0.9729999899864197,0.9760000109672546,0.9629999995231628,0.9639999866485596,0.7492207884788513,1191555,0.0,0.0 2023-05-03 00:00:00+02:00,0.9700000286102295,0.9700000286102295,0.9599999785423279,0.9639999866485596,0.7492207884788513,852175,0.0,0.0 2023-05-04 00:00:00+02:00,0.9599999785423279,0.9660000205039978,0.9580000042915344,0.9610000252723694,0.7468892335891724,236076,0.0,0.0 2023-05-05 00:00:00+02:00,0.9639999866485596,0.9670000076293945,0.9589999914169312,0.9620000123977661,0.7476664185523987,579579,0.0,0.0 2023-05-08 00:00:00+02:00,0.9660000205039978,0.9750000238418579,0.9620000123977661,0.9739999771118164,0.756992757320404,522670,0.0,0.0 2023-05-09 00:00:00+02:00,0.9739999771118164,0.9779999852180481,0.9679999947547913,0.9739999771118164,0.756992757320404,345177,0.0,0.0 2023-05-10 00:00:00+02:00,0.9760000109672546,0.9760000109672546,0.9629999995231628,0.9639999866485596,0.7492207884788513,933398,0.0,0.0 2023-05-11 00:00:00+02:00,0.968999981880188,0.9779999852180481,0.9679999947547913,0.9739999771118164,0.756992757320404,994282,0.0,0.0 2023-05-12 00:00:00+02:00,0.9739999771118164,0.9800000190734863,0.9710000157356262,0.9800000190734863,0.7616559863090515,1379557,0.0,0.0 2023-05-15 00:00:00+02:00,0.9789999723434448,0.9829999804496765,0.972000002861023,0.9729999899864197,0.7562155723571777,622598,0.0,0.0 2023-05-16 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.9700000286102295,0.972000002861023,0.7554383873939514,760366,0.0,0.0 2023-05-17 00:00:00+02:00,0.9700000286102295,0.972000002861023,0.968999981880188,0.972000002861023,0.7554383873939514,787943,0.0,0.0 2023-05-18 00:00:00+02:00,0.9700000286102295,0.9760000109672546,0.9660000205039978,0.972000002861023,0.7554383873939514,1324434,0.0,0.0 2023-05-19 00:00:00+02:00,0.972000002861023,0.9750000238418579,0.972000002861023,0.9750000238418579,0.7577700018882751,330856,0.0,0.0 2023-05-22 00:00:00+02:00,0.9750000238418579,0.9769999980926514,0.9679999947547913,0.972000002861023,0.972000002861023,2017201,0.21723,0.0 2023-05-23 00:00:00+02:00,0.9710000157356262,0.9760000109672546,0.9700000286102295,0.972000002861023,0.972000002861023,1895500,0.0,0.0 2023-05-24 00:00:00+02:00,0.9729999899864197,0.9729999899864197,0.9649999737739563,0.968999981880188,0.968999981880188,1047104,0.0,0.0 2023-05-25 00:00:00+02:00,0.9670000076293945,0.9710000157356262,0.9649999737739563,0.968999981880188,0.968999981880188,233081,0.0,0.0 2023-05-26 00:00:00+02:00,0.9670000076293945,0.9710000157356262,0.9670000076293945,0.9710000157356262,0.9710000157356262,496007,0.0,0.0 2023-05-29 00:00:00+02:00,0.9700000286102295,0.972000002861023,0.9679999947547913,0.9710000157356262,0.9710000157356262,68038,0.0,0.0 2023-05-30 00:00:00+02:00,0.968999981880188,0.968999981880188,0.9660000205039978,0.9660000205039978,0.9660000205039978,351772,0.0,0.0 2023-05-31 00:00:00+02:00,0.9660000205039978,0.968999981880188,0.9639999866485596,0.9649999737739563,0.9649999737739563,419650,0.0,0.0 2023-06-01 00:00:00+02:00,0.9660000205039978,0.968999981880188,0.9629999995231628,0.9649999737739563,0.9649999737739563,985204,0.0,0.0 2023-06-02 00:00:00+02:00,0.9660000205039978,0.9750000238418579,0.9660000205039978,0.9750000238418579,0.9750000238418579,681304,0.0,0.0 2023-06-05 00:00:00+02:00,0.9750000238418579,0.9750000238418579,0.9660000205039978,0.9670000076293945,0.9670000076293945,183788,0.0,0.0 2023-06-06 00:00:00+02:00,0.9679999947547913,0.9700000286102295,0.9649999737739563,0.968999981880188,0.968999981880188,334415,0.0,0.0 2023-06-07 00:00:00+02:00,0.9670000076293945,0.9679999947547913,0.9649999737739563,0.9660000205039978,0.9660000205039978,111691,0.0,0.0 2023-06-08 00:00:00+02:00,0.9660000205039978,0.972000002861023,0.9660000205039978,0.9700000286102295,0.9700000286102295,429503,0.0,0.0 2023-06-09 00:00:00+02:00,0.9710000157356262,0.972000002861023,0.9670000076293945,0.9710000157356262,0.9710000157356262,274613,0.0,0.0 2023-06-12 00:00:00+02:00,0.968999981880188,0.9729999899864197,0.9670000076293945,0.972000002861023,0.972000002861023,369879,0.0,0.0 2023-06-13 00:00:00+02:00,0.9700000286102295,0.9750000238418579,0.9700000286102295,0.9739999771118164,0.9739999771118164,512173,0.0,0.0 2023-06-14 00:00:00+02:00,0.972000002861023,0.9800000190734863,0.9679999947547913,0.9789999723434448,0.9789999723434448,776738,0.0,0.0 2023-06-15 00:00:00+02:00,0.9800000190734863,0.9800000190734863,0.9739999771118164,0.9789999723434448,0.9789999723434448,384800,0.0,0.0 2023-06-16 00:00:00+02:00,0.9789999723434448,0.9800000190734863,0.9750000238418579,0.9760000109672546,0.9760000109672546,145008,0.0,0.0 2023-06-19 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9739999771118164,0.9760000109672546,0.9760000109672546,216965,0.0,0.0 2023-06-20 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9750000238418579,0.9750000238418579,0.9750000238418579,372089,0.0,0.0 2023-06-21 00:00:00+02:00,0.9769999980926514,0.9769999980926514,0.9750000238418579,0.9750000238418579,0.9750000238418579,430421,0.0,0.0 2023-06-22 00:00:00+02:00,0.9750000238418579,0.9760000109672546,0.972000002861023,0.9729999899864197,0.9729999899864197,256405,0.0,0.0 2023-06-23 00:00:00+02:00,0.9729999899864197,0.9789999723434448,0.9700000286102295,0.9769999980926514,0.9769999980926514,459888,0.0,0.0 2023-06-26 00:00:00+02:00,0.9760000109672546,0.9789999723434448,0.9750000238418579,0.9779999852180481,0.9779999852180481,375704,0.0,0.0 2023-06-27 00:00:00+02:00,0.9779999852180481,0.9819999933242798,0.9760000109672546,0.9800000190734863,0.9800000190734863,310906,0.0,0.0 2023-06-28 00:00:00+02:00,0.9800000190734863,0.9810000061988831,0.9769999980926514,0.9769999980926514,0.9769999980926514,172937,0.0,0.0 2023-06-29 00:00:00+02:00,0.9769999980926514,0.9800000190734863,0.9769999980926514,0.9769999980926514,0.9769999980926514,164672,0.0,0.0 2023-06-30 00:00:00+02:00,0.9769999980926514,0.9789999723434448,0.972000002861023,0.9729999899864197,0.9729999899864197,368247,0.0,0.0 2023-07-03 00:00:00+02:00,0.9729999899864197,0.9779999852180481,0.9729999899864197,0.9769999980926514,0.9769999980926514,333130,0.0,0.0 2023-07-04 00:00:00+02:00,0.9760000109672546,0.9779999852180481,0.9760000109672546,0.9760000109672546,0.9760000109672546,125857,0.0,0.0 2023-07-05 00:00:00+02:00,0.9779999852180481,0.9789999723434448,0.9750000238418579,0.9760000109672546,0.9760000109672546,181181,0.0,0.0 2023-07-06 00:00:00+02:00,0.9750000238418579,0.9760000109672546,0.9670000076293945,0.9710000157356262,0.9710000157356262,935977,0.0,0.0 2023-07-07 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9700000286102295,0.972000002861023,0.972000002861023,299521,0.0,0.0 2023-07-10 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9700000286102295,0.9710000157356262,0.9710000157356262,274137,0.0,0.0 2023-07-11 00:00:00+02:00,0.9729999899864197,0.9760000109672546,0.9700000286102295,0.9710000157356262,0.9710000157356262,460478,0.0,0.0 2023-07-12 00:00:00+02:00,0.972000002861023,0.9729999899864197,0.9700000286102295,0.9710000157356262,0.9710000157356262,184193,0.0,0.0 2023-07-13 00:00:00+02:00,0.9710000157356262,0.9739999771118164,0.9710000157356262,0.9729999899864197,0.9729999899864197,271421,0.0,0.0 2023-07-14 00:00:00+02:00,0.972000002861023,0.9739999771118164,0.9710000157356262,0.9739999771118164,0.9739999771118164,122375,0.0,0.0 2023-07-17 00:00:00+02:00,0.972000002861023,0.9800000190734863,0.972000002861023,0.9760000109672546,0.9760000109672546,443787,0.0,0.0 2023-07-18 00:00:00+02:00,0.9800000190734863,0.9810000061988831,0.9779999852180481,0.9789999723434448,0.9789999723434448,180652,0.0,0.0 2023-07-19 00:00:00+02:00,0.9779999852180481,0.9789999723434448,0.9710000157356262,0.9779999852180481,0.9779999852180481,549648,0.0,0.0 2023-07-20 00:00:00+02:00,0.9760000109672546,0.9810000061988831,0.9760000109672546,0.9769999980926514,0.9769999980926514,460093,0.0,0.0 2023-07-21 00:00:00+02:00,0.9789999723434448,0.984000027179718,0.9789999723434448,0.9800000190734863,0.9800000190734863,454073,0.0,0.0 2023-07-24 00:00:00+02:00,0.9789999723434448,0.984000027179718,0.9779999852180481,0.984000027179718,0.984000027179718,574690,0.0,0.0 2023-07-25 00:00:00+02:00,0.9819999933242798,0.9890000224113464,0.9819999933242798,0.9860000014305115,0.9860000014305115,325649,0.0,0.0 2023-07-26 00:00:00+02:00,0.9850000143051147,0.9900000095367432,0.984000027179718,0.9890000224113464,0.9890000224113464,326066,0.0,0.0 2023-07-27 00:00:00+02:00,0.9879999756813049,0.9890000224113464,0.9860000014305115,0.9890000224113464,0.9890000224113464,249551,0.0,0.0 2023-07-28 00:00:00+02:00,0.9879999756813049,0.9950000047683716,0.9879999756813049,0.9929999709129333,0.9929999709129333,747185,0.0,0.0 2023-07-31 00:00:00+02:00,0.9909999966621399,0.9950000047683716,0.9909999966621399,0.9950000047683716,0.9950000047683716,611848,0.0,0.0 2023-08-01 00:00:00+02:00,0.9929999709129333,0.9990000128746033,0.9929999709129333,0.9990000128746033,0.9990000128746033,469346,0.0,0.0 2023-08-02 00:00:00+02:00,1.0,1.0019999742507935,0.9959999918937683,0.996999979019165,0.996999979019165,688537,0.0,0.0 2023-08-03 00:00:00+02:00,0.996999979019165,0.9980000257492065,0.9909999966621399,0.9950000047683716,0.9950000047683716,760261,0.0,0.0 2023-08-04 00:00:00+02:00,0.9909999966621399,0.9980000257492065,0.9909999966621399,0.9950000047683716,0.9950000047683716,260828,0.0,0.0 2023-08-07 00:00:00+02:00,0.996999979019165,0.996999979019165,0.9909999966621399,0.9919999837875366,0.9919999837875366,496185,0.0,0.0 2023-08-08 00:00:00+02:00,0.9919999837875366,0.9919999837875366,0.9860000014305115,0.9879999756813049,0.9879999756813049,485752,0.0,0.0 2023-08-09 00:00:00+02:00,0.9900000095367432,0.9900000095367432,0.9860000014305115,0.9860000014305115,0.9860000014305115,667923,0.0,0.0 2023-08-10 00:00:00+02:00,0.9860000014305115,0.9940000176429749,0.9860000014305115,0.9890000224113464,0.9890000224113464,856919,0.0,0.0 2023-08-11 00:00:00+02:00,0.9890000224113464,0.9940000176429749,0.9890000224113464,0.9909999966621399,0.9909999966621399,183113,0.0,0.0 2023-08-14 00:00:00+02:00,0.9890000224113464,0.9919999837875366,0.9890000224113464,0.9909999966621399,0.9909999966621399,74817,0.0,0.0 2023-08-16 00:00:00+02:00,0.9929999709129333,0.9929999709129333,0.9890000224113464,0.9890000224113464,0.9890000224113464,510786,0.0,0.0 2023-08-17 00:00:00+02:00,0.9919999837875366,0.9919999837875366,0.9879999756813049,0.9900000095367432,0.9900000095367432,560618,0.0,0.0 2023-08-18 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9879999756813049,0.9879999756813049,0.9879999756813049,1076334,0.0,0.0 2023-08-21 00:00:00+02:00,0.9900000095367432,0.9909999966621399,0.9879999756813049,0.9890000224113464,0.9890000224113464,193763,0.0,0.0 2023-08-22 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9900000095367432,0.9900000095367432,0.9900000095367432,254066,0.0,0.0 2023-08-23 00:00:00+02:00,0.9900000095367432,0.9919999837875366,0.9900000095367432,0.9900000095367432,0.9900000095367432,287755,0.0,0.0 2023-08-24 00:00:00+02:00,0.9900000095367432,0.9919999837875366,0.9900000095367432,0.9909999966621399,0.9909999966621399,342705,0.0,0.0 2023-08-25 00:00:00+02:00,0.9919999837875366,0.9929999709129333,0.9909999966621399,0.9909999966621399,0.9909999966621399,210631,0.0,0.0 2023-08-28 00:00:00+02:00,0.9929999709129333,0.9929999709129333,0.9879999756813049,0.9900000095367432,0.9900000095367432,565550,0.0,0.0 2023-08-29 00:00:00+02:00,0.9909999966621399,0.9919999837875366,0.9909999966621399,0.9919999837875366,0.9919999837875366,252993,0.0,0.0 2023-08-30 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9909999966621399,0.9919999837875366,0.9919999837875366,765961,0.0,0.0 2023-08-31 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9909999966621399,0.9919999837875366,0.9919999837875366,738906,0.0,0.0 2023-09-01 00:00:00+02:00,0.9919999837875366,0.9940000176429749,0.9919999837875366,0.9940000176429749,0.9940000176429749,146697,0.0,0.0 2023-09-04 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9919999837875366,0.9940000176429749,0.9940000176429749,150516,0.0,0.0 2023-09-05 00:00:00+02:00,0.9919999837875366,0.9950000047683716,0.9919999837875366,0.9929999709129333,0.9929999709129333,167688,0.0,0.0 2023-09-06 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,636482,0.0,0.0 2023-09-07 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,251721,0.0,0.0 2023-09-08 00:00:00+02:00,0.9929999709129333,0.9940000176429749,0.9919999837875366,0.9940000176429749,0.9940000176429749,722475,0.0,0.0 2023-09-11 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9929999709129333,0.9940000176429749,0.9940000176429749,117583,0.0,0.0 2023-09-12 00:00:00+02:00,0.9940000176429749,0.9940000176429749,0.9929999709129333,0.9929999709129333,0.9929999709129333,447377,0.0,0.0 2023-09-13 00:00:00+02:00,0.9929999709129333,0.9940000176429749,0.9860000014305115,0.9909999966621399,0.9909999966621399,846545,0.0,0.0 2023-09-14 00:00:00+02:00,0.9919999837875366,0.9929999709129333,0.9909999966621399,0.9929999709129333,0.9929999709129333,557529,0.0,0.0 2023-09-15 00:00:00+02:00,0.9929999709129333,0.9959999918937683,0.9909999966621399,0.9959999918937683,0.9959999918937683,1455438,0.0,0.0 2023-09-18 00:00:00+02:00,0.9959999918937683,0.9980000257492065,0.9950000047683716,0.9980000257492065,0.9980000257492065,744074,0.0,0.0 2023-09-19 00:00:00+02:00,0.9950000047683716,0.996999979019165,0.9929999709129333,0.9940000176429749,0.9940000176429749,2092502,0.0,0.0 2023-09-20 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9919999837875366,0.9940000176429749,0.9940000176429749,806653,0.0,0.0 2023-09-21 00:00:00+02:00,0.9929999709129333,0.9950000047683716,0.9919999837875366,0.9950000047683716,0.9950000047683716,1933552,0.0,0.0 2023-09-22 00:00:00+02:00,0.9869999885559082,0.9879999756813049,0.9800000190734863,0.9860000014305115,0.9860000014305115,1381725,0.0,0.0 2023-09-25 00:00:00+02:00,0.9860000014305115,0.9980000257492065,0.9860000014305115,0.9959999918937683,0.9959999918937683,784940,0.0,0.0 2023-09-26 00:00:00+02:00,0.996999979019165,1.0080000162124634,0.996999979019165,1.0080000162124634,1.0080000162124634,1071462,0.0,0.0 2023-09-27 00:00:00+02:00,1.0119999647140503,1.0180000066757202,1.0,1.00600004196167,1.00600004196167,848551,0.0,0.0 2023-09-28 00:00:00+02:00,1.00600004196167,1.0099999904632568,1.003999948501587,1.0080000162124634,1.0080000162124634,279698,0.0,0.0 2023-09-29 00:00:00+02:00,1.0,1.0180000066757202,1.0,1.0180000066757202,1.0180000066757202,369955,0.0,0.0 2023-10-02 00:00:00+02:00,1.0160000324249268,1.0859999656677246,1.0160000324249268,1.0640000104904175,1.0640000104904175,1151803,0.0,0.0 2023-10-03 00:00:00+02:00,1.0420000553131104,1.1480000019073486,1.0379999876022339,1.1440000534057617,1.1440000534057617,973792,0.0,0.0 2023-10-04 00:00:00+02:00,1.1399999856948853,1.2339999675750732,1.128000020980835,1.1619999408721924,1.1619999408721924,920176,0.0,0.0 2023-10-05 00:00:00+02:00,1.218000054359436,1.218000054359436,1.062000036239624,1.062000036239624,1.062000036239624,1098369,0.0,0.0 2023-10-06 00:00:00+02:00,1.0720000267028809,1.1200000047683716,1.0640000104904175,1.093999981880188,1.093999981880188,576203,0.0,0.0 2023-10-09 00:00:00+02:00,1.003999948501587,1.0820000171661377,1.003999948501587,1.0360000133514404,1.0360000133514404,629478,0.0,0.0 2023-10-10 00:00:00+02:00,1.0440000295639038,1.0440000295639038,1.0019999742507935,1.0140000581741333,1.0140000581741333,357174,0.0,0.0 2023-10-11 00:00:00+02:00,1.003999948501587,1.0160000324249268,0.9670000076293945,0.9860000014305115,0.9860000014305115,1861386,0.0,0.0 2023-10-12 00:00:00+02:00,0.9700000286102295,1.0299999713897705,0.9610000252723694,1.003999948501587,1.003999948501587,1073322,0.0,0.0 2023-10-13 00:00:00+02:00,1.003999948501587,1.00600004196167,0.9789999723434448,0.9909999966621399,0.9909999966621399,675000,0.0,0.0 2023-10-16 00:00:00+02:00,0.9990000128746033,1.003999948501587,0.9750000238418579,0.9950000047683716,0.9950000047683716,476334,0.0,0.0 2023-10-17 00:00:00+02:00,0.9869999885559082,1.003999948501587,0.9800000190734863,0.9950000047683716,0.9950000047683716,499532,0.0,0.0 2023-10-18 00:00:00+02:00,0.9990000128746033,1.0,0.9829999804496765,0.9909999966621399,0.9909999966621399,248634,0.0,0.0 2023-10-19 00:00:00+02:00,0.9819999933242798,1.027999997138977,0.9810000061988831,1.0160000324249268,1.0160000324249268,573127,0.0,0.0 2023-10-20 00:00:00+02:00,1.0,1.0,0.9850000143051147,0.9850000143051147,0.9850000143051147,433720,0.0,0.0 2023-10-23 00:00:00+02:00,1.0,1.0,0.9829999804496765,0.9860000014305115,0.9860000014305115,148147,0.0,0.0 2023-10-24 00:00:00+02:00,0.9860000014305115,0.996999979019165,0.9829999804496765,0.9929999709129333,0.9929999709129333,242785,0.0,0.0 2023-10-25 00:00:00+02:00,0.9900000095367432,0.9929999709129333,0.9850000143051147,0.9890000224113464,0.9890000224113464,60712,0.0,0.0 2023-10-26 00:00:00+02:00,0.9900000095367432,0.9950000047683716,0.9850000143051147,0.9929999709129333,0.9929999709129333,91358,0.0,0.0 2023-10-27 00:00:00+02:00,0.9869999885559082,0.9890000224113464,0.9819999933242798,0.9829999804496765,0.9829999804496765,87449,0.0,0.0 2023-10-30 00:00:00+01:00,0.9829999804496765,0.9850000143051147,0.9800000190734863,0.984000027179718,0.984000027179718,107223,0.0,0.0 2023-10-31 00:00:00+01:00,0.984000027179718,0.9900000095367432,0.9779999852180481,0.9810000061988831,0.9810000061988831,262551,0.0,0.0 2023-11-01 00:00:00+01:00,0.9800000190734863,0.9829999804496765,0.9779999852180481,0.9789999723434448,0.9789999723434448,112108,0.0,0.0 2023-11-02 00:00:00+01:00,0.9850000143051147,0.9890000224113464,0.9789999723434448,0.9850000143051147,0.9850000143051147,146044,0.0,0.0 2023-11-03 00:00:00+01:00,0.9819999933242798,0.9900000095367432,0.9819999933242798,0.9829999804496765,0.9829999804496765,162544,0.0,0.0 2023-11-06 00:00:00+01:00,0.9879999756813049,0.9900000095367432,0.9810000061988831,0.9879999756813049,0.9879999756813049,135649,0.0,0.0 2023-11-07 00:00:00+01:00,0.9879999756813049,0.9890000224113464,0.9810000061988831,0.9829999804496765,0.9829999804496765,101867,0.0,0.0 2023-11-08 00:00:00+01:00,0.9850000143051147,0.9900000095367432,0.9750000238418579,0.9750000238418579,0.9750000238418579,209335,0.0,0.0 2023-11-09 00:00:00+01:00,0.9750000238418579,0.9890000224113464,0.972000002861023,0.9769999980926514,0.9769999980926514,340144,0.0,0.0 2023-11-10 00:00:00+01:00,0.9750000238418579,0.9829999804496765,0.9750000238418579,0.9760000109672546,0.9760000109672546,6128,0.0,0.0 2023-11-13 00:00:00+01:00,0.9829999804496765,0.9850000143051147,0.9750000238418579,0.9750000238418579,0.9750000238418579,69945,0.0,0.0 2023-11-14 00:00:00+01:00,0.9769999980926514,0.9890000224113464,0.9769999980926514,0.9810000061988831,0.9810000061988831,70355,0.0,0.0 2023-11-15 00:00:00+01:00,0.9869999885559082,0.9900000095367432,0.9779999852180481,0.9779999852180481,0.9779999852180481,56375,0.0,0.0 2023-11-16 00:00:00+01:00,0.9779999852180481,0.9879999756813049,0.9739999771118164,0.984000027179718,0.984000027179718,115536,0.0,0.0 2023-11-17 00:00:00+01:00,0.9800000190734863,0.9819999933242798,0.9760000109672546,0.9760000109672546,0.9760000109672546,23753,0.0,0.0 2023-11-20 00:00:00+01:00,0.984000027179718,0.984000027179718,0.9760000109672546,0.9760000109672546,0.9760000109672546,70515,0.0,0.0 2023-11-21 00:00:00+01:00,0.9760000109672546,0.984000027179718,0.9739999771118164,0.9739999771118164,0.9739999771118164,113592,0.0,0.0 2023-11-22 00:00:00+01:00,0.9739999771118164,0.9800000190734863,0.9660000205039978,0.972000002861023,0.972000002861023,189430,0.0,0.0 2023-11-23 00:00:00+01:00,0.9679999947547913,0.9700000286102295,0.949999988079071,0.9599999785423279,0.9599999785423279,182170,0.0,0.0 2023-11-24 00:00:00+01:00,0.9599999785423279,0.9710000157356262,0.9549999833106995,0.9679999947547913,0.9679999947547913,243427,0.0,0.0 2023-11-27 00:00:00+01:00,0.9599999785423279,0.9599999785423279,0.9449999928474426,0.9549999833106995,0.9549999833106995,197622,0.0,0.0 2023-11-28 00:00:00+01:00,0.9480000138282776,0.9549999833106995,0.9390000104904175,0.9539999961853027,0.9539999961853027,255058,0.0,0.0 2023-11-29 00:00:00+01:00,0.9409999847412109,0.9549999833106995,0.925000011920929,0.9390000104904175,0.9390000104904175,274237,0.0,0.0 2023-11-30 00:00:00+01:00,0.9390000104904175,0.9549999833106995,0.9200000166893005,0.9380000233650208,0.9380000233650208,230955,0.0,0.0 2023-12-01 00:00:00+01:00,0.9380000233650208,0.9399999976158142,0.9259999990463257,0.9380000233650208,0.9380000233650208,43467,0.0,0.0 2023-12-04 00:00:00+01:00,0.9380000233650208,0.9570000171661377,0.9380000233650208,0.949999988079071,0.949999988079071,98209,0.0,0.0 2023-12-05 00:00:00+01:00,0.949999988079071,0.9570000171661377,0.9430000185966492,0.9509999752044678,0.9509999752044678,79666,0.0,0.0 2023-12-06 00:00:00+01:00,0.9490000009536743,0.9549999833106995,0.9490000009536743,0.9520000219345093,0.9520000219345093,34335,0.0,0.0 2023-12-07 00:00:00+01:00,0.9490000009536743,0.9490000009536743,0.9319999814033508,0.9319999814033508,0.9319999814033508,36691,0.0,0.0 2023-12-08 00:00:00+01:00,0.9340000152587891,0.9419999718666077,0.9269999861717224,0.9340000152587891,0.9340000152587891,43577,0.0,0.0 2023-12-11 00:00:00+01:00,0.9390000104904175,0.949999988079071,0.9229999780654907,0.9229999780654907,0.9229999780654907,71355,0.0,0.0 2023-12-12 00:00:00+01:00,0.9240000247955322,0.9480000138282776,0.9229999780654907,0.9229999780654907,0.9229999780654907,136296,0.0,0.0 2023-12-13 00:00:00+01:00,0.9380000233650208,0.9430000185966492,0.9210000038146973,0.9269999861717224,0.9269999861717224,144131,0.0,0.0 2023-12-14 00:00:00+01:00,0.9259999990463257,0.9330000281333923,0.9150000214576721,0.9169999957084656,0.9169999957084656,240299,0.0,0.0 2023-12-15 00:00:00+01:00,0.9169999957084656,0.9240000247955322,0.9049999713897705,0.9139999747276306,0.9139999747276306,447871,0.0,0.0 2023-12-18 00:00:00+01:00,0.906000018119812,0.9089999794960022,0.8880000114440918,0.8880000114440918,0.8880000114440918,315632,0.0,0.0 2023-12-19 00:00:00+01:00,0.890999972820282,0.8920000195503235,0.8799999952316284,0.8820000290870667,0.8820000290870667,377355,0.0,0.0 2023-12-20 00:00:00+01:00,0.8820000290870667,0.8920000195503235,0.8820000290870667,0.8849999904632568,0.8849999904632568,126897,0.0,0.0 2023-12-21 00:00:00+01:00,0.8960000276565552,0.8980000019073486,0.8859999775886536,0.8880000114440918,0.8880000114440918,108035,0.0,0.0 2023-12-22 00:00:00+01:00,0.8970000147819519,0.906000018119812,0.8949999809265137,0.906000018119812,0.906000018119812,84256,0.0,0.0 2023-12-27 00:00:00+01:00,0.9020000100135803,0.906000018119812,0.8980000019073486,0.8999999761581421,0.8999999761581421,24133,0.0,0.0 2023-12-28 00:00:00+01:00,0.8960000276565552,0.9079999923706055,0.8920000195503235,0.8999999761581421,0.8999999761581421,37652,0.0,0.0 2023-12-29 00:00:00+01:00,0.8939999938011169,0.9430000185966492,0.8939999938011169,0.921999990940094,0.921999990940094,66979,0.0,0.0 2024-01-02 00:00:00+01:00,0.9100000262260437,0.9210000038146973,0.9089999794960022,0.9100000262260437,0.9100000262260437,17724,0.0,0.0 2024-01-03 00:00:00+01:00,0.9100000262260437,0.9259999990463257,0.8930000066757202,0.9169999957084656,0.9169999957084656,63382,0.0,0.0 2024-01-04 00:00:00+01:00,0.9010000228881836,0.9229999780654907,0.9010000228881836,0.902999997138977,0.902999997138977,30357,0.0,0.0 2024-01-05 00:00:00+01:00,0.8989999890327454,0.8999999761581421,0.8899999856948853,0.8939999938011169,0.8939999938011169,56888,0.0,0.0 2024-01-08 00:00:00+01:00,0.9150000214576721,0.9240000247955322,0.8920000195503235,0.902999997138977,0.902999997138977,47569,0.0,0.0 2024-01-09 00:00:00+01:00,0.902999997138977,0.906000018119812,0.8970000147819519,0.8970000147819519,0.8970000147819519,11038,0.0,0.0 2024-01-10 00:00:00+01:00,0.8999999761581421,0.9070000052452087,0.8859999775886536,0.8999999761581421,0.8999999761581421,110646,0.0,0.0 2024-01-11 00:00:00+01:00,0.890999972820282,0.8989999890327454,0.8870000243186951,0.8899999856948853,0.8899999856948853,63205,0.0,0.0 2024-01-12 00:00:00+01:00,0.8989999890327454,0.9120000004768372,0.8920000195503235,0.9049999713897705,0.9049999713897705,49366,0.0,0.0 2024-01-15 00:00:00+01:00,0.9049999713897705,0.9079999923706055,0.8999999761581421,0.8999999761581421,0.8999999761581421,23517,0.0,0.0 2024-01-16 00:00:00+01:00,0.8999999761581421,0.9049999713897705,0.8939999938011169,0.8999999761581421,0.8999999761581421,74417,0.0,0.0 2024-01-17 00:00:00+01:00,0.8999999761581421,0.9079999923706055,0.8980000019073486,0.9079999923706055,0.9079999923706055,48011,0.0,0.0 2024-01-18 00:00:00+01:00,0.902999997138977,0.9089999794960022,0.9010000228881836,0.9020000100135803,0.9020000100135803,54364,0.0,0.0 2024-01-19 00:00:00+01:00,0.902999997138977,0.9039999842643738,0.890999972820282,0.890999972820282,0.890999972820282,11837,0.0,0.0 2024-01-22 00:00:00+01:00,0.8939999938011169,0.8999999761581421,0.890999972820282,0.890999972820282,0.890999972820282,31029,0.0,0.0 2024-01-23 00:00:00+01:00,0.890999972820282,0.8989999890327454,0.8859999775886536,0.8899999856948853,0.8899999856948853,96358,0.0,0.0 2024-01-24 00:00:00+01:00,0.8989999890327454,0.8989999890327454,0.8920000195503235,0.8960000276565552,0.8960000276565552,10393,0.0,0.0 2024-01-25 00:00:00+01:00,0.8899999856948853,0.8920000195503235,0.8849999904632568,0.8859999775886536,0.8859999775886536,42919,0.0,0.0 2024-01-26 00:00:00+01:00,0.8920000195503235,0.8970000147819519,0.8899999856948853,0.8930000066757202,0.8930000066757202,8996,0.0,0.0 2024-01-29 00:00:00+01:00,0.8930000066757202,0.9070000052452087,0.8899999856948853,0.8899999856948853,0.8899999856948853,104031,0.0,0.0 2024-01-30 00:00:00+01:00,0.8939999938011169,0.902999997138977,0.8930000066757202,0.902999997138977,0.902999997138977,28338,0.0,0.0 2024-01-31 00:00:00+01:00,0.8960000276565552,0.9079999923706055,0.8960000276565552,0.8960000276565552,0.8960000276565552,64082,0.0,0.0 2024-02-01 00:00:00+01:00,0.906000018119812,0.9120000004768372,0.8980000019073486,0.9020000100135803,0.9020000100135803,61069,0.0,0.0 2024-02-02 00:00:00+01:00,0.9020000100135803,0.9020000100135803,0.9020000100135803,0.9020000100135803,0.9020000100135803,1916,0.0,0.0 2024-02-05 00:00:00+01:00,0.9179999828338623,0.9179999828338623,0.8980000019073486,0.8989999890327454,0.8989999890327454,4627,0.0,0.0 2024-02-06 00:00:00+01:00,0.9010000228881836,0.9010000228881836,0.8960000276565552,0.8960000276565552,0.8960000276565552,3615,0.0,0.0 2024-02-07 00:00:00+01:00,0.8989999890327454,0.9150000214576721,0.8960000276565552,0.9070000052452087,0.9070000052452087,30699,0.0,0.0 2024-02-08 00:00:00+01:00,0.8970000147819519,0.9190000295639038,0.8970000147819519,0.9100000262260437,0.9100000262260437,53138,0.0,0.0 2024-02-09 00:00:00+01:00,0.9169999957084656,0.9169999957084656,0.906000018119812,0.906000018119812,0.906000018119812,22362,0.0,0.0 2024-02-12 00:00:00+01:00,0.9070000052452087,0.9100000262260437,0.9020000100135803,0.902999997138977,0.902999997138977,8434,0.0,0.0 2024-02-13 00:00:00+01:00,0.902999997138977,0.9100000262260437,0.902999997138977,0.906000018119812,0.906000018119812,6952,0.0,0.0 2024-02-14 00:00:00+01:00,0.9100000262260437,0.9150000214576721,0.8960000276565552,0.8960000276565552,0.8960000276565552,23903,0.0,0.0 2024-02-15 00:00:00+01:00,0.8989999890327454,0.9049999713897705,0.8970000147819519,0.8980000019073486,0.8980000019073486,15075,0.0,0.0 2024-02-16 00:00:00+01:00,0.9010000228881836,0.9039999842643738,0.9010000228881836,0.902999997138977,0.902999997138977,8027,0.0,0.0 2024-02-19 00:00:00+01:00,0.9020000100135803,0.9110000133514404,0.8989999890327454,0.8989999890327454,0.8989999890327454,9334,0.0,0.0 2024-02-20 00:00:00+01:00,0.9049999713897705,0.9049999713897705,0.8859999775886536,0.9049999713897705,0.9049999713897705,53755,0.0,0.0 2024-02-21 00:00:00+01:00,0.8999999761581421,0.8999999761581421,0.8970000147819519,0.8970000147819519,0.8970000147819519,26505,0.0,0.0 2024-02-22 00:00:00+01:00,0.8989999890327454,0.9039999842643738,0.890999972820282,0.9039999842643738,0.9039999842643738,75130,0.0,0.0 2024-02-23 00:00:00+01:00,0.9039999842643738,0.9179999828338623,0.9039999842643738,0.9120000004768372,0.9120000004768372,51828,0.0,0.0 2024-02-26 00:00:00+01:00,0.9150000214576721,0.9150000214576721,0.9100000262260437,0.9120000004768372,0.9120000004768372,42370,0.0,0.0 2024-02-27 00:00:00+01:00,0.9049999713897705,0.9139999747276306,0.8989999890327454,0.8999999761581421,0.8999999761581421,75681,0.0,0.0 2024-02-28 00:00:00+01:00,0.9100000262260437,0.9100000262260437,0.902999997138977,0.9100000262260437,0.9100000262260437,11834,0.0,0.0 2024-02-29 00:00:00+01:00,0.9100000262260437,0.9100000262260437,0.8970000147819519,0.9070000052452087,0.9070000052452087,24638,0.0,0.0 2024-03-01 00:00:00+01:00,0.8999999761581421,0.9089999794960022,0.8859999775886536,0.8999999761581421,0.8999999761581421,64761,0.0,0.0 2024-03-04 00:00:00+01:00,0.9139999747276306,0.9139999747276306,0.8939999938011169,0.8999999761581421,0.8999999761581421,60607,0.0,0.0 2024-03-05 00:00:00+01:00,0.8960000276565552,0.9020000100135803,0.8960000276565552,0.9020000100135803,0.9020000100135803,5418,0.0,0.0 2024-03-06 00:00:00+01:00,0.9010000228881836,0.9150000214576721,0.8949999809265137,0.9039999842643738,0.9039999842643738,47596,0.0,0.0 2024-03-07 00:00:00+01:00,0.8999999761581421,0.9120000004768372,0.8999999761581421,0.8999999761581421,0.8999999761581421,30898,0.0,0.0 2024-03-08 00:00:00+01:00,0.9089999794960022,0.9129999876022339,0.902999997138977,0.9039999842643738,0.9039999842643738,21179,0.0,0.0 2024-03-11 00:00:00+01:00,0.9010000228881836,0.9100000262260437,0.8859999775886536,0.8859999775886536,0.8859999775886536,119890,0.0,0.0 2024-03-12 00:00:00+01:00,0.8960000276565552,0.8999999761581421,0.8960000276565552,0.8999999761581421,0.8999999761581421,7560,0.0,0.0 2024-03-13 00:00:00+01:00,0.8999999761581421,0.9139999747276306,0.8960000276565552,0.9139999747276306,0.9139999747276306,29181,0.0,0.0 2024-03-14 00:00:00+01:00,0.9110000133514404,0.9179999828338623,0.8999999761581421,0.9079999923706055,0.9079999923706055,60068,0.0,0.0 2024-03-15 00:00:00+01:00,0.921999990940094,0.9340000152587891,0.9079999923706055,0.9079999923706055,0.9079999923706055,148978,0.0,0.0 2024-03-18 00:00:00+01:00,0.9150000214576721,0.9319999814033508,0.9139999747276306,0.9279999732971191,0.9279999732971191,57753,0.0,0.0 2024-03-19 00:00:00+01:00,0.9269999861717224,0.9380000233650208,0.9179999828338623,0.9380000233650208,0.9380000233650208,59110,0.0,0.0 2024-03-20 00:00:00+01:00,0.9200000166893005,0.968999981880188,0.9200000166893005,0.968999981880188,0.968999981880188,97140,0.0,0.0 2024-03-21 00:00:00+01:00,0.9580000042915344,1.00600004196167,0.9580000042915344,0.9810000061988831,0.9810000061988831,121817,0.0,0.0 2024-03-22 00:00:00+01:00,0.9810000061988831,0.9940000176429749,0.9549999833106995,0.9729999899864197,0.9729999899864197,29981,0.0,0.0 2024-03-25 00:00:00+01:00,0.9729999899864197,0.9769999980926514,0.9610000252723694,0.9700000286102295,0.9700000286102295,19023,0.0,0.0 2024-03-26 00:00:00+01:00,0.9700000286102295,1.0,0.9700000286102295,0.9950000047683716,0.9950000047683716,76565,0.0,0.0 2024-03-27 00:00:00+01:00,0.996999979019165,1.0379999876022339,0.996999979019165,1.0360000133514404,1.0360000133514404,52254,0.0,0.0 2024-03-28 00:00:00+01:00,1.0460000038146973,1.0460000038146973,1.0,1.0160000324249268,1.0160000324249268,79900,0.0,0.0 2024-04-02 00:00:00+02:00,1.0180000066757202,1.0700000524520874,1.0140000581741333,1.0420000553131104,1.0420000553131104,74771,0.0,0.0 2024-04-03 00:00:00+02:00,1.0520000457763672,1.0520000457763672,1.0080000162124634,1.0199999809265137,1.0199999809265137,11674,0.0,0.0 2024-04-04 00:00:00+02:00,1.0199999809265137,1.0700000524520874,1.0140000581741333,1.0299999713897705,1.0299999713897705,51124,0.0,0.0 2024-04-05 00:00:00+02:00,1.0299999713897705,1.0440000295639038,1.0299999713897705,1.0299999713897705,1.0299999713897705,5642,0.0,0.0 2024-04-08 00:00:00+02:00,1.027999997138977,1.0579999685287476,1.027999997138977,1.0499999523162842,1.0499999523162842,37481,0.0,0.0 2024-04-09 00:00:00+02:00,1.0399999618530273,1.0440000295639038,1.0219999551773071,1.0219999551773071,1.0219999551773071,46631,0.0,0.0 2024-04-10 00:00:00+02:00,1.0180000066757202,1.0219999551773071,1.0,1.003999948501587,1.003999948501587,85849,0.0,0.0 2024-04-11 00:00:00+02:00,0.984000027179718,1.0460000038146973,0.949999988079071,1.00600004196167,1.00600004196167,55708,0.0,0.0 2024-04-12 00:00:00+02:00,1.0,1.0260000228881836,1.0,1.0080000162124634,1.0080000162124634,56044,0.0,0.0 2024-04-15 00:00:00+02:00,1.0019999742507935,1.00600004196167,1.0019999742507935,1.003999948501587,1.003999948501587,4753,0.0,0.0 2024-04-16 00:00:00+02:00,1.0,1.0119999647140503,0.9900000095367432,1.0119999647140503,1.0119999647140503,36761,0.0,0.0 2024-04-17 00:00:00+02:00,1.0099999904632568,1.0420000553131104,0.9850000143051147,1.0420000553131104,1.0420000553131104,64359,0.0,0.0 2024-04-18 00:00:00+02:00,0.9900000095367432,1.0800000429153442,0.9900000095367432,1.055999994277954,1.055999994277954,113659,0.0,0.0 2024-04-19 00:00:00+02:00,1.0199999809265137,1.0579999685287476,1.0199999809265137,1.0260000228881836,1.0260000228881836,23982,0.0,0.0 2024-04-22 00:00:00+02:00,1.031999945640564,1.0700000524520874,1.0219999551773071,1.0240000486373901,1.0240000486373901,53344,0.0,0.0 2024-04-23 00:00:00+02:00,1.0219999551773071,1.0360000133514404,1.0119999647140503,1.0119999647140503,1.0119999647140503,15885,0.0,0.0 2024-04-24 00:00:00+02:00,0.9929999709129333,1.0,0.9929999709129333,0.9959999918937683,0.9959999918937683,16674,0.0,0.0 2024-04-25 00:00:00+02:00,0.9919999837875366,1.0140000581741333,0.9919999837875366,0.9950000047683716,0.9950000047683716,2948,0.0,0.0 2024-04-26 00:00:00+02:00,0.9950000047683716,1.0,0.9929999709129333,1.0,1.0,12929,0.0,0.0 2024-04-29 00:00:00+02:00,1.0180000066757202,1.0180000066757202,0.949999988079071,0.9700000286102295,0.9700000286102295,51785,0.0,0.0 2024-04-30 00:00:00+02:00,0.9810000061988831,0.9810000061988831,0.9750000238418579,0.9760000109672546,0.9760000109672546,15332,0.0,0.0 2024-05-02 00:00:00+02:00,0.9800000190734863,1.0,0.9679999947547913,0.9800000190734863,0.9800000190734863,6239,0.0,0.0 2024-05-03 00:00:00+02:00,0.9750000238418579,0.9800000190734863,0.9739999771118164,0.9800000190734863,0.9800000190734863,3895,0.0,0.0 2024-05-06 00:00:00+02:00,0.9760000109672546,0.9810000061988831,0.9760000109672546,0.9810000061988831,0.9810000061988831,4311,0.0,0.0 2024-05-07 00:00:00+02:00,0.9789999723434448,1.0,0.9789999723434448,0.984000027179718,0.984000027179718,18328,0.0,0.0 2024-05-08 00:00:00+02:00,0.984000027179718,0.9850000143051147,0.984000027179718,0.9850000143051147,0.9850000143051147,195,0.0,0.0 2024-05-09 00:00:00+02:00,1.0,1.0,0.9710000157356262,0.9739999771118164,0.9739999771118164,88262,0.0,0.0 2024-05-10 00:00:00+02:00,0.9739999771118164,0.9919999837875366,0.9739999771118164,0.9760000109672546,0.9760000109672546,15704,0.0,0.0 2024-05-13 00:00:00+02:00,0.9890000224113464,0.9890000224113464,0.9599999785423279,0.9599999785423279,0.9599999785423279,99542,0.0,0.0 2024-05-14 00:00:00+02:00,0.9649999737739563,0.9670000076293945,0.9649999737739563,0.9670000076293945,0.9670000076293945,1136,0.0,0.0 2024-05-15 00:00:00+02:00,0.9670000076293945,0.9670000076293945,0.9670000076293945,0.9670000076293945,0.9670000076293945,0,0.0,0.0 2024-05-16 00:00:00+02:00,0.9800000190734863,0.9819999933242798,0.9710000157356262,0.9729999899864197,0.9729999899864197,7052,0.0,0.0 2024-05-17 00:00:00+02:00,0.9779999852180481,0.9959999918937683,0.9710000157356262,0.9959999918937683,0.9959999918937683,19401,0.0,0.0 2024-05-20 00:00:00+02:00,0.9729999899864197,0.9929999709129333,0.9729999899864197,0.9800000190734863,0.9800000190734863,11232,0.0,0.0 2024-05-21 00:00:00+02:00,0.996999979019165,0.9980000257492065,0.9819999933242798,0.9819999933242798,0.9819999933242798,33212,0.0,0.0 2024-05-22 00:00:00+02:00,1.0,1.0,0.9819999933242798,0.9819999933242798,0.9819999933242798,1484,0.0,0.0 2024-05-23 00:00:00+02:00,0.9729999899864197,0.9810000061988831,0.9729999899864197,0.9810000061988831,0.9810000061988831,6151,0.0,0.0 2024-05-24 00:00:00+02:00,0.9810000061988831,0.9819999933242798,0.9800000190734863,0.9800000190734863,0.9800000190734863,5400,0.0,0.0 2024-05-27 00:00:00+02:00,0.9769999980926514,0.9879999756813049,0.9750000238418579,0.9779999852180481,0.9779999852180481,9346,0.0,0.0 2024-05-28 00:00:00+02:00,0.9779999852180481,0.9779999852180481,0.9700000286102295,0.972000002861023,0.972000002861023,20946,0.0,0.0 2024-05-29 00:00:00+02:00,0.972000002861023,1.0,0.972000002861023,0.972000002861023,0.972000002861023,83584,0.0,0.0 2024-05-30 00:00:00+02:00,0.972000002861023,0.972000002861023,0.972000002861023,0.972000002861023,0.972000002861023,0,0.0,0.0 2024-05-31 00:00:00+02:00,0.9769999980926514,0.9900000095367432,0.9769999980926514,0.9800000190734863,0.9800000190734863,5749,0.0,0.0 2024-06-03 00:00:00+02:00,0.9800000190734863,0.9990000128746033,0.9779999852180481,0.996999979019165,0.996999979019165,44155,0.0,0.0 2024-06-04 00:00:00+02:00,0.9800000190734863,1.0,0.9779999852180481,0.9779999852180481,0.9779999852180481,42459,0.0,0.0 2024-06-05 00:00:00+02:00,0.9800000190734863,0.9929999709129333,0.9760000109672546,0.9929999709129333,0.9929999709129333,25639,0.0,0.0 2024-06-06 00:00:00+02:00,0.9919999837875366,1.0,0.9760000109672546,0.9959999918937683,0.9959999918937683,33278,0.0,0.0 2024-06-07 00:00:00+02:00,0.9769999980926514,0.9959999918937683,0.9769999980926514,0.9959999918937683,0.9959999918937683,142,0.0,0.0 2024-06-10 00:00:00+02:00,0.9800000190734863,0.9990000128746033,0.9789999723434448,0.9990000128746033,0.9990000128746033,10466,0.0,0.0 2024-06-11 00:00:00+02:00,0.9789999723434448,0.9789999723434448,0.972000002861023,0.9750000238418579,0.9750000238418579,16162,0.0,0.0 2024-06-12 00:00:00+02:00,0.9760000109672546,0.9890000224113464,0.9710000157356262,0.9890000224113464,0.9890000224113464,41543,0.0,0.0 2024-06-13 00:00:00+02:00,0.972000002861023,0.9900000095367432,0.9660000205039978,0.9900000095367432,0.9900000095367432,21899,0.0,0.0 2024-06-14 00:00:00+02:00,0.9879999756813049,1.0180000066757202,0.9700000286102295,1.0,1.0,59966,0.0,0.0 2024-06-17 00:00:00+02:00,0.9760000109672546,0.9990000128746033,0.9760000109672546,0.984000027179718,0.984000027179718,9329,0.0,0.0 2024-06-18 00:00:00+02:00,0.984000027179718,0.9959999918937683,0.9739999771118164,0.9959999918937683,0.9959999918937683,8997,0.0,0.0 2024-06-19 00:00:00+02:00,0.9739999771118164,0.9860000014305115,0.9739999771118164,0.9739999771118164,0.9739999771118164,11650,0.0,0.0 2024-06-20 00:00:00+02:00,0.9710000157356262,0.9890000224113464,0.9610000252723694,0.9860000014305115,0.9860000014305115,46246,0.0,0.0 2024-06-21 00:00:00+02:00,0.9610000252723694,0.9900000095367432,0.9599999785423279,0.9750000238418579,0.9750000238418579,65827,0.0,0.0 2024-06-24 00:00:00+02:00,0.9660000205039978,0.9679999947547913,0.9100000262260437,0.9300000071525574,0.9300000071525574,186175,0.0,0.0 2024-06-25 00:00:00+02:00,0.8899999856948853,0.9399999976158142,0.8889999985694885,0.9330000281333923,0.9330000281333923,747654,0.0,0.0 2024-06-26 00:00:00+02:00,0.9169999957084656,0.9580000042915344,0.9139999747276306,0.9399999976158142,0.9399999976158142,223870,0.0,0.0 2024-06-27 00:00:00+02:00,0.9290000200271606,0.9309999942779541,0.9179999828338623,0.9290000200271606,0.9290000200271606,148488,0.0,0.0 2024-06-28 00:00:00+02:00,0.9290000200271606,0.9309999942779541,0.921999990940094,0.921999990940094,0.921999990940094,71732,0.0,0.0 2024-07-01 00:00:00+02:00,0.9190000295639038,0.9290000200271606,0.9179999828338623,0.925000011920929,0.925000011920929,17008,0.0,0.0 2024-07-02 00:00:00+02:00,0.9210000038146973,0.9210000038146973,0.9169999957084656,0.9169999957084656,0.9169999957084656,21290,0.0,0.0 2024-07-03 00:00:00+02:00,0.9169999957084656,0.9210000038146973,0.8999999761581421,0.9200000166893005,0.9200000166893005,151651,0.0,0.0 2024-07-04 00:00:00+02:00,0.9169999957084656,0.9480000138282776,0.906000018119812,0.9330000281333923,0.9330000281333923,198191,0.0,0.0 2024-07-05 00:00:00+02:00,0.9210000038146973,0.9390000104904175,0.9210000038146973,0.925000011920929,0.925000011920929,93423,0.0,0.0 2024-07-08 00:00:00+02:00,0.9340000152587891,0.9390000104904175,0.9229999780654907,0.9319999814033508,0.9319999814033508,129783,0.0,0.0 2024-07-09 00:00:00+02:00,0.9430000185966492,0.9440000057220459,0.9319999814033508,0.9359999895095825,0.9359999895095825,123884,0.0,0.0 2024-07-10 00:00:00+02:00,0.9359999895095825,0.9449999928474426,0.9330000281333923,0.9350000023841858,0.9350000023841858,55897,0.0,0.0 2024-07-11 00:00:00+02:00,0.9350000023841858,0.9459999799728394,0.9340000152587891,0.9390000104904175,0.9390000104904175,75431,0.0,0.0 2024-07-12 00:00:00+02:00,0.9350000023841858,0.9390000104904175,0.9269999861717224,0.9390000104904175,0.9390000104904175,53936,0.0,0.0 2024-07-15 00:00:00+02:00,0.9390000104904175,0.9390000104904175,0.9390000104904175,0.9390000104904175,0.9390000104904175,501,0.0,0.0 2024-07-16 00:00:00+02:00,0.9309999942779541,0.9390000104904175,0.9269999861717224,0.9269999861717224,0.9269999861717224,34652,0.0,0.0 2024-07-17 00:00:00+02:00,0.9380000233650208,0.9409999847412109,0.925000011920929,0.925000011920929,0.925000011920929,170107,0.0,0.0 2024-07-18 00:00:00+02:00,0.9269999861717224,0.9300000071525574,0.9269999861717224,0.9300000071525574,0.9300000071525574,1010,0.0,0.0 2024-07-19 00:00:00+02:00,0.9300000071525574,0.9300000071525574,0.925000011920929,0.925000011920929,0.925000011920929,18492,0.0,0.0 2024-07-22 00:00:00+02:00,0.9340000152587891,0.9359999895095825,0.925000011920929,0.9259999990463257,0.9259999990463257,39062,0.0,0.0 2024-07-23 00:00:00+02:00,0.925000011920929,0.925000011920929,0.9169999957084656,0.9169999957084656,0.9169999957084656,20543,0.0,0.0 2024-07-24 00:00:00+02:00,0.9169999957084656,0.9350000023841858,0.902999997138977,0.9089999794960022,0.9089999794960022,36464,0.0,0.0 2024-07-25 00:00:00+02:00,0.9350000023841858,0.9350000023841858,0.9100000262260437,0.9100000262260437,0.9100000262260437,126847,0.0,0.0 2024-07-26 00:00:00+02:00,0.9100000262260437,0.9100000262260437,0.906000018119812,0.906000018119812,0.906000018119812,4458,0.0,0.0 2024-07-29 00:00:00+02:00,0.9010000228881836,0.9210000038146973,0.8939999938011169,0.9070000052452087,0.9070000052452087,83867,0.0,0.0 2024-07-30 00:00:00+02:00,0.9079999923706055,0.9079999923706055,0.9079999923706055,0.9079999923706055,0.9079999923706055,6452,0.0,0.0 2024-07-31 00:00:00+02:00,0.9100000262260437,0.9210000038146973,0.9079999923706055,0.9129999876022339,0.9129999876022339,135047,0.0,0.0 2024-08-01 00:00:00+02:00,0.9110000133514404,0.9110000133514404,0.9100000262260437,0.9100000262260437,0.9100000262260437,31656,0.0,0.0 2024-08-02 00:00:00+02:00,0.9100000262260437,0.9120000004768372,0.8949999809265137,0.9120000004768372,0.9120000004768372,39745,0.0,0.0 2024-08-05 00:00:00+02:00,0.9100000262260437,0.9229999780654907,0.8949999809265137,0.8999999761581421,0.8999999761581421,87971,0.0,0.0 2024-08-06 00:00:00+02:00,0.9010000228881836,0.9269999861717224,0.8899999856948853,0.9210000038146973,0.9210000038146973,40420,0.0,0.0 2024-08-07 00:00:00+02:00,0.8949999809265137,0.8999999761581421,0.8949999809265137,0.8999999761581421,0.8999999761581421,4609,0.0,0.0 2024-08-08 00:00:00+02:00,0.9190000295639038,0.9190000295639038,0.8830000162124634,0.8899999856948853,0.8899999856948853,23451,0.0,0.0 2024-08-09 00:00:00+02:00,0.8999999761581421,0.9129999876022339,0.8899999856948853,0.8999999761581421,0.8999999761581421,11722,0.0,0.0 2024-08-12 00:00:00+02:00,0.8899999856948853,0.890999972820282,0.8899999856948853,0.8899999856948853,0.8899999856948853,374,0.0,0.0 2024-08-13 00:00:00+02:00,0.8899999856948853,0.8939999938011169,0.8899999856948853,0.8930000066757202,0.8930000066757202,1572,0.0,0.0 2024-08-14 00:00:00+02:00,0.8899999856948853,0.906000018119812,0.8880000114440918,0.8899999856948853,0.8899999856948853,32850,0.0,0.0 2024-08-16 00:00:00+02:00,0.8899999856948853,0.902999997138977,0.8799999952316284,0.8799999952316284,0.8799999952316284,72993,0.0,0.0 2024-08-19 00:00:00+02:00,0.8799999952316284,0.8799999952316284,0.878000020980835,0.878000020980835,0.878000020980835,27345,0.0,0.0 2024-08-20 00:00:00+02:00,0.878000020980835,0.8799999952316284,0.878000020980835,0.8799999952316284,0.8799999952316284,19093,0.0,0.0 2024-08-21 00:00:00+02:00,0.8799999952316284,0.8809999823570251,0.8650000095367432,0.8650000095367432,0.8650000095367432,25336,0.0,0.0 2024-08-22 00:00:00+02:00,0.8799999952316284,0.8930000066757202,0.8659999966621399,0.890999972820282,0.890999972820282,1165,0.0,0.0 ================================================ FILE: tests/data/KMR-L-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,4.61,4.7,4.522099914550782,4.65,3.3560357666015626,57734,0.0,0.0 2022-01-05 00:00:00+00:00,4.7,4.93,4.63,4.88,3.522033386230469,220430,0.0,0.0 2022-01-06 00:00:00+00:00,4.89,4.91,4.687799987792969,4.75,3.4282086181640627,218659,0.0,0.0 2022-01-07 00:00:00+00:00,4.61,4.73,4.59,4.7,3.392122497558594,47128,0.0,0.0 2022-01-10 00:00:00+00:00,4.72,4.8,4.69,4.8,3.4642950439453126,53369,0.0,0.0 2022-01-11 00:00:00+00:00,4.8100000000000005,4.8100000000000005,4.75,4.76,3.4354263305664063,72605,0.0,0.0 2022-01-12 00:00:00+00:00,4.8100000000000005,4.8100000000000005,4.68,4.7,3.392122497558594,25293,0.0,0.0 2022-01-13 00:00:00+00:00,4.8,4.80510009765625,4.5200000000000005,4.53,3.2694287109375,111605,0.0,0.0 2022-01-14 00:00:00+00:00,4.53,4.71,4.5200000000000005,4.59,3.31273193359375,89435,0.0,0.0 2022-01-17 00:00:00+00:00,4.57,4.63,4.5200000000000005,4.58,3.30551513671875,15077,0.0,0.0 2022-01-18 00:00:00+00:00,4.58,4.62,4.473399963378906,4.5,3.247776794433594,34556,0.0,0.0 2022-01-19 00:00:00+00:00,4.5200000000000005,4.546400146484375,4.45,4.5,3.247776794433594,21344,0.0,0.0 2022-01-20 00:00:00+00:00,4.5,4.62,4.49,4.62,3.334383850097656,51789,0.0,0.0 2022-01-21 00:00:00+00:00,4.5600000000000005,4.57,4.49,4.49,3.2405593872070315,51311,0.0,0.0 2022-01-24 00:00:00+00:00,4.49,4.58,4.3,4.3,3.103431396484375,111998,0.0,0.0 2022-01-25 00:00:00+00:00,4.38,4.426799926757813,4.331199951171875,4.4,3.1756036376953127,49401,0.0,0.0 2022-01-26 00:00:00+00:00,4.4,4.44,4.3500000000000005,4.42,3.1900384521484377,168003,0.0,0.0 2022-01-27 00:00:00+00:00,4.41,4.47,4.336799926757813,4.44,3.204472961425781,452748,0.0,0.0 2022-01-28 00:00:00+00:00,4.42,4.4275,4.28,4.28,3.0889968872070312,30669,0.0,0.0 2022-01-31 00:00:00+00:00,4.32,4.41,4.32,4.32,3.1178659057617186,47406,0.0,0.0 2022-02-01 00:00:00+00:00,4.36,4.389400024414063,4.2332000732421875,4.25,3.0673449707031253,33278,0.0,0.0 2022-02-02 00:00:00+00:00,4.3100000000000005,4.42,4.25,4.33,3.1250830078125,79048,0.0,0.0 2022-02-03 00:00:00+00:00,4.42,4.42,4.28,4.28,3.0889968872070312,18507,0.0,0.0 2022-02-04 00:00:00+00:00,4.3,4.39,4.28,4.39,3.1683865356445313,36189,0.0,0.0 2022-02-07 00:00:00+00:00,4.36,4.38,4.3,4.3,3.103431396484375,29158,0.0,0.0 2022-02-08 00:00:00+00:00,4.36,4.360599975585938,4.2,4.2,3.031258239746094,50222,0.0,0.0 2022-02-09 00:00:00+00:00,4.26,4.29,4.24,4.29,3.0962139892578127,21776,0.0,0.0 2022-02-10 00:00:00+00:00,4.38,4.38,4.24,4.25,3.0673449707031253,81852,0.0,0.0 2022-02-11 00:00:00+00:00,4.38,4.4,4.26,4.26,3.0745620727539062,45263,0.0,0.0 2022-02-14 00:00:00+00:00,4.45,4.45,4.232999877929688,4.29,3.0962139892578127,159181,0.0,0.0 2022-02-15 00:00:00+00:00,4.3,4.3500000000000005,4.26,4.3500000000000005,3.139517517089844,137918,0.0,0.0 2022-02-16 00:00:00+00:00,4.3500000000000005,4.3500000000000005,4.22,4.22,3.045693054199219,32172,0.0,0.0 2022-02-17 00:00:00+00:00,4.26,4.3100000000000005,4.21,4.26,3.0745620727539062,64053,0.0,0.0 2022-02-18 00:00:00+00:00,4.29,4.3500000000000005,4.257999877929688,4.32,3.1178659057617186,63655,0.0,0.0 2022-02-21 00:00:00+00:00,4.3500000000000005,4.44,4.270199890136719,4.3100000000000005,3.110648498535156,130639,0.0,0.0 2022-02-22 00:00:00+00:00,4.23,4.43,4.23,4.3100000000000005,3.110648498535156,44142,0.0,0.0 2022-02-23 00:00:00+00:00,4.32,4.37,4.28,4.28,3.0889968872070312,43326,0.0,0.0 2022-02-24 00:00:00+00:00,4.39,4.39,4.23,4.29,3.0962139892578127,91140,0.0,0.0 2022-02-25 00:00:00+00:00,4.3500000000000005,4.393900146484375,4.24,4.34,3.1323001098632814,66628,0.0,0.0 2022-02-28 00:00:00+00:00,4.39,4.39,4.24,4.24,3.060127868652344,41622,0.0,0.0 2022-03-01 00:00:00+00:00,4.24,4.341099853515625,4.2,4.2700000000000005,3.0817794799804688,126403,0.0,0.0 2022-03-02 00:00:00+00:00,4.29,4.32,4.191900024414062,4.3,3.103431396484375,62591,0.0,0.0 2022-03-03 00:00:00+00:00,4.38,4.38,4.11,4.11,2.966302795410156,113748,0.0,0.0 2022-03-04 00:00:00+00:00,4.07,4.285799865722656,4.07,4.21,3.0384756469726564,169608,0.0,0.0 2022-03-07 00:00:00+00:00,4.13,4.319200134277344,4.110199890136719,4.23,3.0529101562500003,61896,0.0,0.0 2022-03-08 00:00:00+00:00,4.33,4.478940124511719,4.33,4.4,3.1756036376953127,551480,0.0,0.0 2022-03-09 00:00:00+00:00,4.5,4.61,4.49,4.5,3.247776794433594,189203,0.0,0.0 2022-03-10 00:00:00+00:00,4.5200000000000005,4.675400085449219,4.454599914550782,4.59,3.31273193359375,68214,0.0,0.0 2022-03-11 00:00:00+00:00,4.71,4.71,4.5311999511718755,4.62,3.334383850097656,28191,0.0,0.0 2022-03-14 00:00:00+00:00,4.63,4.63,4.5,4.51,3.254993896484375,50327,0.0,0.0 2022-03-15 00:00:00+00:00,4.5200000000000005,4.5600000000000005,4.4,4.42,3.1900384521484377,64143,0.0,0.0 2022-03-16 00:00:00+00:00,4.47,4.48,4.37,4.37,3.1539520263671874,61253,0.0,0.0 2022-03-17 00:00:00+00:00,4.44,4.45,4.33,4.44,3.204472961425781,84675,0.0,0.0 2022-03-18 00:00:00+00:00,4.43,4.523900146484375,4.39,4.48,3.233341979980469,430843,0.0,0.0 2022-03-21 00:00:00+00:00,4.49,4.57,4.438399963378906,4.5,3.247776794433594,76488,0.0,0.0 2022-03-22 00:00:00+00:00,4.48,4.63,4.43260009765625,4.53,3.2694287109375,97160,0.0,0.0 2022-03-23 00:00:00+00:00,4.65,4.7,4.521799926757812,4.54,3.2766455078125,391934,0.0,0.0 2022-03-24 00:00:00+00:00,4.5600000000000005,4.5600000000000005,4.36,4.46,3.218907470703125,141655,0.0,0.0 2022-03-25 00:00:00+00:00,4.64,4.64,4.389500122070313,4.5,3.247776794433594,52368,0.0,0.0 2022-03-28 00:00:00+01:00,4.5,4.614400024414063,4.485199890136719,4.54,3.2766455078125,140852,0.0,0.0 2022-03-29 00:00:00+01:00,4.76,4.76,4.526499938964844,4.54,3.2766455078125,115249,0.0,0.0 2022-03-30 00:00:00+01:00,4.6000000000000005,4.86,4.54,4.73,3.413774108886719,1424636,0.0,0.0 2022-03-31 00:00:00+01:00,4.75,4.75,4.6000000000000005,4.62,3.334383850097656,53861,0.0,0.0 2022-04-01 00:00:00+01:00,4.6000000000000005,4.757799987792969,4.5600000000000005,4.675,3.374079284667969,66618,0.0,0.0 2022-04-04 00:00:00+01:00,4.8,4.815,4.63,4.72,3.4065570068359374,386822,0.0,0.0 2022-04-05 00:00:00+01:00,4.72,4.86,4.64,4.72,3.4065570068359374,61873,0.0,0.0 2022-04-06 00:00:00+01:00,4.72,4.82,4.664750061035156,4.76,3.4354263305664063,57859,0.0,0.0 2022-04-07 00:00:00+01:00,4.715,4.821700134277344,4.691000061035156,4.82,3.4787298583984376,45330,0.0,0.0 2022-04-08 00:00:00+01:00,4.785,4.96,4.785,4.83,3.485946960449219,124346,0.0,0.0 2022-04-11 00:00:00+01:00,4.96,4.971700134277344,4.785,4.8,3.4642950439453126,51157,0.0,0.0 2022-04-12 00:00:00+01:00,4.83,5.007999877929688,4.8100000000000005,4.945,3.5689456176757814,169875,0.0,0.0 2022-04-13 00:00:00+01:00,4.95,5.17,4.905,5.13,3.7024655151367187,344741,0.0,0.0 2022-04-14 00:00:00+01:00,5.25,5.25,4.978800048828125,5.1000000000000005,3.680813903808594,166709,0.0,0.0 2022-04-19 00:00:00+01:00,5.25,5.3,5.1559997558593755,5.26,3.796289978027344,231278,0.0,0.0 2022-04-20 00:00:00+01:00,5.2700000000000005,5.33,5.16,5.25,3.789073181152344,176293,0.0,0.0 2022-04-21 00:00:00+01:00,5.25,5.25,5.16,5.22,3.7674212646484375,87782,0.0,0.0 2022-04-22 00:00:00+01:00,5.2,5.2700000000000005,5.103200073242188,5.15,3.7169000244140626,97274,0.0,0.0 2022-04-25 00:00:00+01:00,5.15,5.22,4.94,5.11,3.6880310058593753,168421,0.0,0.0 2022-04-26 00:00:00+01:00,5.09,5.13,4.965,5.0200000000000005,3.623074951171875,95885,0.0,0.0 2022-04-27 00:00:00+01:00,5.07,5.070199890136719,4.97,4.985,3.59781494140625,26144,0.0,0.0 2022-04-28 00:00:00+01:00,4.9,5.0200000000000005,4.82,4.91,3.7340982055664065,121748,0.25420000000000004,0.0 2022-04-29 00:00:00+01:00,4.855,4.984389953613281,4.706409912109375,4.7250000000000005,3.5934039306640626,91964,0.0,0.0 2022-05-03 00:00:00+01:00,4.7,4.87,4.54,4.87,3.7036776733398438,277181,0.0,0.0 2022-05-04 00:00:00+01:00,4.9,4.95,4.8100000000000005,4.93,3.749307861328125,62815,0.0,0.0 2022-05-05 00:00:00+01:00,4.905,4.96,4.795,4.795,3.646639709472656,82589,0.0,0.0 2022-05-06 00:00:00+01:00,4.795,4.83,4.715,4.76,3.62002197265625,88654,0.0,0.0 2022-05-09 00:00:00+01:00,4.655,4.74,4.605,4.635,3.5249578857421877,340144,0.0,0.0 2022-05-10 00:00:00+01:00,4.64,4.64,4.364400024414063,4.57,3.4755252075195315,165578,0.0,0.0 2022-05-11 00:00:00+01:00,4.555,4.67,4.506799926757813,4.57,3.4755252075195315,310464,0.0,0.0 2022-05-12 00:00:00+01:00,4.6000000000000005,4.601319885253907,4.3950000000000005,4.45,3.384263916015625,148186,0.0,0.0 2022-05-13 00:00:00+01:00,4.4350000000000005,4.445,4.379299926757812,4.41,3.3538436889648438,130375,0.0,0.0 2022-05-16 00:00:00+01:00,4.41,4.525,4.385,4.4750000000000005,3.4032766723632815,107044,0.0,0.0 2022-05-17 00:00:00+01:00,4.44,4.62,4.44,4.6000000000000005,3.4983404541015624,808385,0.0,0.0 2022-05-18 00:00:00+01:00,4.63,4.67,4.55,4.59,3.4907348632812503,81888,0.0,0.0 2022-05-19 00:00:00+01:00,4.535,4.57,4.515,4.55,3.4603146362304686,38427,0.0,0.0 2022-05-20 00:00:00+01:00,4.5600000000000005,4.62,4.505,4.5200000000000005,3.437499694824219,103846,0.0,0.0 2022-05-23 00:00:00+01:00,4.65,4.65,4.525,4.555,3.464117431640625,150451,0.0,0.0 2022-05-24 00:00:00+01:00,4.67,4.67,4.53,4.57,3.4755252075195315,176009,0.0,0.0 2022-05-25 00:00:00+01:00,4.545,4.69,4.545,4.665,3.5477734375,549039,0.0,0.0 2022-05-26 00:00:00+01:00,4.67,4.705,4.596000061035157,4.655,3.54016845703125,275710,0.0,0.0 2022-05-27 00:00:00+01:00,4.73,4.765,4.69,4.73,3.597206420898438,55453,0.0,0.0 2022-05-30 00:00:00+01:00,4.8,4.815,4.7525,4.79,3.6428369140625,31533,0.0,0.0 2022-05-31 00:00:00+01:00,4.84,4.953900146484375,4.8100000000000005,4.95,3.7645184326171877,202216,0.0,0.0 2022-06-01 00:00:00+01:00,4.92,4.966000061035157,4.845,4.845,3.6846649169921877,88680,0.0,0.0 2022-06-06 00:00:00+01:00,4.8100000000000005,4.8950000000000005,4.8100000000000005,4.86,3.696072692871094,51928,0.0,0.0 2022-06-07 00:00:00+01:00,4.8500000000000005,4.885,4.84739990234375,4.86,3.696072692871094,54392,0.0,0.0 2022-06-08 00:00:00+01:00,4.8500000000000005,4.921300048828125,4.76,4.875,3.7074798583984374,79777,0.0,0.0 2022-06-09 00:00:00+01:00,4.88,4.9,4.8100000000000005,4.88,3.7112826538085937,63236,0.0,0.0 2022-06-10 00:00:00+01:00,4.835,4.9,4.7700000000000005,4.8500000000000005,3.688467712402344,26089,0.0,0.0 2022-06-13 00:00:00+01:00,4.755,4.89,4.62,4.65,3.536365661621094,74383,0.0,0.0 2022-06-14 00:00:00+01:00,4.75,4.75,4.62,4.66,3.543970947265625,46158,0.0,0.0 2022-06-15 00:00:00+01:00,4.75,4.75,4.65,4.7,3.5743911743164065,69465,0.0,0.0 2022-06-16 00:00:00+01:00,4.82,4.82,4.3101000976562505,4.355,3.312015380859375,182497,0.0,0.0 2022-06-17 00:00:00+01:00,4.345,4.442900085449219,4.303630065917969,4.3950000000000005,3.3424359130859376,135199,0.0,0.0 2022-06-20 00:00:00+01:00,4.325,4.39,4.275,4.39,3.338633728027344,57000,0.0,0.0 2022-06-21 00:00:00+01:00,4.3950000000000005,4.445,4.335,4.36,3.315818176269531,56340,0.0,0.0 2022-06-22 00:00:00+01:00,4.28,4.345,4.223399963378906,4.24,3.2245571899414065,92151,0.0,0.0 2022-06-23 00:00:00+01:00,4.41,4.41,4.04,4.22,3.209346923828125,119055,0.0,0.0 2022-06-24 00:00:00+01:00,4.13,4.23,4.13,4.2,3.194136657714844,47053,0.0,0.0 2022-06-27 00:00:00+01:00,4.2,4.53,4.146900024414062,4.485,3.4108819580078125,142802,0.0,0.0 2022-06-28 00:00:00+01:00,4.595,4.595,4.3950000000000005,4.43,3.369053649902344,45983,0.0,0.0 2022-06-29 00:00:00+01:00,4.45,4.48,4.365,4.3950000000000005,3.3424359130859376,77665,0.0,0.0 2022-06-30 00:00:00+01:00,4.455,4.485499877929688,4.32,4.32,3.28539794921875,98393,0.0,0.0 2022-07-01 00:00:00+01:00,4.5,4.5,4.18,4.205,3.197939453125,91386,0.0,0.0 2022-07-04 00:00:00+01:00,4.32,4.375,4.271199951171875,4.32,3.28539794921875,194960,0.0,0.0 2022-07-05 00:00:00+01:00,4.32,4.32,4.15,4.1850000000000005,3.1827291870117187,70922,0.0,0.0 2022-07-06 00:00:00+01:00,4.14,4.255,4.11,4.12,3.1332958984375,124112,0.0,0.0 2022-07-07 00:00:00+01:00,4.235,4.313299865722656,4.18,4.285,3.2587799072265624,195944,0.0,0.0 2022-07-08 00:00:00+01:00,4.255,4.415,4.21,4.385,3.3348309326171877,328036,0.0,0.0 2022-07-11 00:00:00+01:00,4.46,4.46,4.34,4.45,3.384263916015625,53255,0.0,0.0 2022-07-12 00:00:00+01:00,4.455,4.525,4.43,4.49,3.4146844482421876,52110,0.0,0.0 2022-07-13 00:00:00+01:00,4.485,4.57,4.4350000000000005,4.49,3.4146844482421876,67512,0.0,0.0 2022-07-14 00:00:00+01:00,4.405,4.41,4.165,4.24,3.2245571899414065,208901,0.0,0.0 2022-07-15 00:00:00+01:00,4.16,4.2675,4.1450000000000005,4.225,3.2131494140625,133776,0.0,0.0 2022-07-18 00:00:00+01:00,4.1450000000000005,4.32,4.1450000000000005,4.25,3.2321624755859375,18721,0.0,0.0 2022-07-19 00:00:00+01:00,4.22,4.33,4.21,4.285,3.2587799072265624,134445,0.0,0.0 2022-07-20 00:00:00+01:00,4.32,4.419750061035156,4.251889953613281,4.375,3.3272259521484377,255682,0.0,0.0 2022-07-21 00:00:00+01:00,4.42,4.43,4.324800109863282,4.3500000000000005,3.308212890625,62592,0.0,0.0 2022-07-22 00:00:00+01:00,4.25,4.4350000000000005,4.25,4.28,3.2549777221679688,31238,0.0,0.0 2022-07-25 00:00:00+01:00,4.25,4.375299987792969,4.2339999389648435,4.29,3.2625827026367187,57886,0.0,0.0 2022-07-26 00:00:00+01:00,4.295,4.389500122070313,4.295,4.345,3.3044107055664065,191768,0.0,0.0 2022-07-27 00:00:00+01:00,4.4,4.445,4.356099853515625,4.415,3.3576458740234374,14281,0.0,0.0 2022-07-28 00:00:00+01:00,4.415,4.495,4.325,4.37,3.3234234619140626,116490,0.0,0.0 2022-07-29 00:00:00+01:00,4.41,4.45,4.38,4.41,3.3538436889648438,110034,0.0,0.0 2022-08-01 00:00:00+01:00,4.41,4.455,4.41,4.455,3.388066711425781,40865,0.0,0.0 2022-08-02 00:00:00+01:00,4.44,4.495,4.41,4.41,3.3538436889648438,28308,0.0,0.0 2022-08-03 00:00:00+01:00,4.41,4.525,4.41,4.48,3.4070794677734377,126020,0.0,0.0 2022-08-04 00:00:00+01:00,4.6000000000000005,4.74,4.5,4.665,3.5477734375,48618,0.0,0.0 2022-08-05 00:00:00+01:00,4.72,4.735,4.5970001220703125,4.73,3.597206420898438,47638,0.0,0.0 2022-08-08 00:00:00+01:00,4.655,4.819400024414063,4.65,4.65,3.536365661621094,59238,0.0,0.0 2022-08-09 00:00:00+01:00,4.705,4.79,4.635,4.66,3.543970947265625,33711,0.0,0.0 2022-08-10 00:00:00+01:00,4.755,4.795,4.615,4.65,3.536365661621094,33209,0.0,0.0 2022-08-11 00:00:00+01:00,4.7,4.719400024414063,4.49,4.49,3.4146844482421876,163618,0.0,0.0 2022-08-12 00:00:00+01:00,4.55,4.625,4.45,4.5600000000000005,3.467919921875,144008,0.0,0.0 2022-08-15 00:00:00+01:00,4.495,4.625,4.47,4.58,3.4831301879882814,35612,0.0,0.0 2022-08-16 00:00:00+01:00,4.5,4.75,4.5,4.75,3.6124166870117187,43325,0.0,0.0 2022-08-17 00:00:00+01:00,4.555,4.813800048828125,4.555,4.625,3.5173529052734374,121576,0.0,0.0 2022-08-18 00:00:00+01:00,4.6000000000000005,4.6850000000000005,4.545,4.575,3.4793276977539063,531048,0.0,0.0 2022-08-19 00:00:00+01:00,4.55,4.61760009765625,4.505,4.58,3.4831301879882814,458363,0.0,0.0 2022-08-22 00:00:00+01:00,4.545,4.575,4.45,4.48,3.4070794677734377,89851,0.0,0.0 2022-08-23 00:00:00+01:00,4.48,4.565,4.415,4.45,3.384263916015625,137361,0.0,0.0 2022-08-24 00:00:00+01:00,4.5,4.5200000000000005,4.36,4.46,3.3918688964843753,60006,0.0,0.0 2022-08-25 00:00:00+01:00,4.495,4.523500061035157,4.415899963378906,4.47,3.3994741821289063,41459,0.0,0.0 2022-08-26 00:00:00+01:00,4.455,4.565,4.385,4.43,3.369053649902344,87265,0.0,0.0 2022-08-30 00:00:00+01:00,4.525,4.555,4.378599853515625,4.4350000000000005,3.3728567504882814,258676,0.0,0.0 2022-08-31 00:00:00+01:00,4.44,4.45,4.32,4.445,3.38046142578125,327557,0.0,0.0 2022-09-01 00:00:00+01:00,4.44,4.44,4.335,4.385,3.3348309326171877,122960,0.0,0.0 2022-09-02 00:00:00+01:00,4.4350000000000005,4.55,4.375,4.41,3.3538436889648438,81796,0.0,0.0 2022-09-05 00:00:00+01:00,4.55,4.55,4.375,4.4,3.3462384033203127,20260,0.0,0.0 2022-09-06 00:00:00+01:00,4.4,4.426300048828125,4.33,4.375,3.3272259521484377,140058,0.0,0.0 2022-09-07 00:00:00+01:00,4.365,4.455,4.265,4.265,3.2435699462890626,74540,0.0,0.0 2022-09-08 00:00:00+01:00,4.36,4.392999877929688,4.25,4.29,3.2625827026367187,168323,0.0,0.0 2022-09-09 00:00:00+01:00,4.255,4.4,4.255,4.325,3.289200439453125,56415,0.0,0.0 2022-09-12 00:00:00+01:00,4.4,4.451000061035156,4.32,4.4,3.3462384033203127,62278,0.0,0.0 2022-09-13 00:00:00+01:00,4.43,4.543699951171875,4.38,4.45,3.384263916015625,46580,0.0,0.0 2022-09-14 00:00:00+01:00,4.445,4.485,4.3500000000000005,4.38,3.331028747558594,60965,0.0,0.0 2022-09-15 00:00:00+01:00,4.3500000000000005,4.465,4.3,4.34,3.30060791015625,22145,0.0,0.0 2022-09-16 00:00:00+01:00,4.385,4.386799926757813,4.2525,4.3,3.270187683105469,43373,0.0,0.0 2022-09-20 00:00:00+01:00,4.24,4.3500000000000005,4.24,4.25,3.2321624755859375,45231,0.0,0.0 2022-09-21 00:00:00+01:00,4.3100000000000005,4.3500000000000005,4.2,4.225,3.2131494140625,162481,0.0,0.0 2022-09-22 00:00:00+01:00,4.11,4.24,4.1,4.16,3.2481292724609374,86280,0.10980000000000001,0.0 2022-09-23 00:00:00+01:00,4.17,4.215,4.05,4.125,3.2208013916015625,54277,0.0,0.0 2022-09-26 00:00:00+01:00,4.05,4.09,3.8171600341796874,3.95,3.084161376953125,271857,0.0,0.0 2022-09-27 00:00:00+01:00,4.03,4.03,3.9249301147460938,3.95,3.084161376953125,88661,0.0,0.0 2022-09-28 00:00:00+01:00,3.9450000000000003,3.9615899658203126,3.775,3.86,3.0138894653320314,358919,0.0,0.0 2022-09-29 00:00:00+01:00,3.755,3.868399963378906,3.7079998779296877,3.83,2.990465087890625,62995,0.0,0.0 2022-09-30 00:00:00+01:00,3.83,3.91614013671875,3.7260101318359378,3.91,3.0529293823242187,48298,0.0,0.0 2022-10-03 00:00:00+01:00,3.74,3.9650000000000003,3.74,3.805,2.9709454345703126,58801,0.0,0.0 2022-10-04 00:00:00+01:00,3.97,3.97,3.8283999633789065,3.9,3.045121154785156,56930,0.0,0.0 2022-10-05 00:00:00+01:00,3.92,3.9364999389648436,3.84,3.935,3.0724493408203126,80719,0.0,0.0 2022-10-06 00:00:00+01:00,3.91,3.9651998901367187,3.83,3.93,3.068545227050781,91035,0.0,0.0 2022-10-07 00:00:00+01:00,4.05,4.05,3.92,3.985,3.1114895629882815,50796,0.0,0.0 2022-10-10 00:00:00+01:00,3.93,4.04,3.92,3.95,3.084161376953125,22761,0.0,0.0 2022-10-11 00:00:00+01:00,3.96,3.995,3.8850000000000002,3.8850000000000002,3.0334091186523438,20767,0.0,0.0 2022-10-12 00:00:00+01:00,3.94,3.9920001220703125,3.855,3.9,3.045121154785156,103969,0.0,0.0 2022-10-13 00:00:00+01:00,3.9,4.035,3.855,4.03,3.1466253662109374,95885,0.0,0.0 2022-10-14 00:00:00+01:00,4.03,4.165,3.99,4.08,3.185665283203125,42816,0.0,0.0 2022-10-17 00:00:00+01:00,4.17,4.22,4.087380065917968,4.11,3.20908935546875,40292,0.0,0.0 2022-10-18 00:00:00+01:00,4.25,4.25,4.14,4.18,3.2637454223632814,58803,0.0,0.0 2022-10-19 00:00:00+01:00,4.05,4.202109985351562,4.05,4.1,3.2012814331054686,34438,0.0,0.0 2022-10-20 00:00:00+01:00,4.08,4.205,4.08,4.205,3.2832653808593752,56162,0.0,0.0 2022-10-21 00:00:00+01:00,4.075,4.268299865722656,4.075,4.24,3.310593566894531,142147,0.0,0.0 2022-10-24 00:00:00+01:00,4.25,4.33,4.19,4.235,3.3066897583007813,124070,0.0,0.0 2022-10-25 00:00:00+01:00,4.245,4.3,4.215150146484375,4.225,3.2988812255859377,51937,0.0,0.0 2022-10-26 00:00:00+01:00,4.225,4.375,4.225,4.285,3.3457293701171875,181587,0.0,0.0 2022-10-27 00:00:00+01:00,4.43,4.43,4.245,4.245,3.3144976806640627,58401,0.0,0.0 2022-10-28 00:00:00+01:00,4.26,4.26,4.175,4.175,3.2598416137695314,47859,0.0,0.0 2022-10-31 00:00:00+00:00,4.375,4.375,4.1,4.105,3.205185241699219,50253,0.0,0.0 2022-11-01 00:00:00+00:00,4.1,4.22,4.011990051269532,4.1,3.2012814331054686,110598,0.0,0.0 2022-11-02 00:00:00+00:00,4.1,4.155,4.0600000000000005,4.0600000000000005,3.170049133300781,103445,0.0,0.0 2022-11-03 00:00:00+00:00,4.08,4.135,3.995,4.085,3.189569396972656,185324,0.0,0.0 2022-11-04 00:00:00+00:00,4.09,4.21,4.09,4.165,3.2520330810546874,413961,0.0,0.0 2022-11-07 00:00:00+00:00,4.16,4.28,4.136000061035157,4.24,3.310593566894531,439575,0.0,0.0 2022-11-08 00:00:00+00:00,4.25,4.33,4.235,4.305,3.3613455200195315,248848,0.0,0.0 2022-11-09 00:00:00+00:00,4.36,4.41,4.285,4.32,3.373057556152344,293568,0.0,0.0 2022-11-10 00:00:00+00:00,4.335,4.3950000000000005,4.3,4.385,3.4238095092773437,92955,0.0,0.0 2022-11-11 00:00:00+00:00,4.425,4.555,4.3695001220703125,4.49,3.50579345703125,94915,0.0,0.0 2022-11-14 00:00:00+00:00,4.48,4.575,4.44,4.48,3.497985534667969,27103,0.0,0.0 2022-11-15 00:00:00+00:00,4.5200000000000005,4.5600000000000005,4.420799865722656,4.49,3.50579345703125,142818,0.0,0.0 2022-11-16 00:00:00+00:00,4.45,4.580880126953125,4.39375,4.46,3.482369384765625,55379,0.0,0.0 2022-11-17 00:00:00+00:00,4.46,4.49,4.445,4.45,3.474561462402344,46337,0.0,0.0 2022-11-18 00:00:00+00:00,4.45,4.455,4.42,4.42,3.4511373901367186,16551,0.0,0.0 2022-11-21 00:00:00+00:00,4.405,4.484700012207031,4.32,4.4,3.435521240234375,75230,0.0,0.0 2022-11-22 00:00:00+00:00,4.385,4.479259948730469,4.37,4.45,3.474561462402344,25318,0.0,0.0 2022-11-23 00:00:00+00:00,4.45,4.515,4.3555300903320315,4.43,3.4589453125,56279,0.0,0.0 2022-11-24 00:00:00+00:00,4.465,4.4750000000000005,4.4,4.4350000000000005,3.4628497314453126,20376,0.0,0.0 2022-11-25 00:00:00+00:00,4.4,4.485,4.265,4.38,3.419905700683594,71367,0.0,0.0 2022-11-28 00:00:00+00:00,4.425,4.49,4.36,4.4,3.435521240234375,38984,0.0,0.0 2022-11-29 00:00:00+00:00,4.48,4.48,4.32,4.375,3.4160015869140627,415991,0.0,0.0 2022-11-30 00:00:00+00:00,4.4,4.465,4.32,4.32,3.373057556152344,108484,0.0,0.0 2022-12-01 00:00:00+00:00,4.325,4.37,4.3,4.355,3.4003851318359377,26126,0.0,0.0 2022-12-02 00:00:00+00:00,4.34,4.405,4.305,4.32,3.373057556152344,29846,0.0,0.0 2022-12-05 00:00:00+00:00,4.365,4.425,4.3100000000000005,4.355,3.4003851318359377,98416,0.0,0.0 2022-12-06 00:00:00+00:00,4.335,4.445,4.275,4.275,3.3379214477539065,41985,0.0,0.0 2022-12-07 00:00:00+00:00,4.33,4.335,4.165,4.2,3.2793612670898438,332606,0.0,0.0 2022-12-08 00:00:00+00:00,4.2700000000000005,4.32,4.175,4.255,3.3223052978515626,17268,0.0,0.0 2022-12-09 00:00:00+00:00,4.2700000000000005,4.345,4.2406201171875,4.26,3.3262094116210936,33302,0.0,0.0 2022-12-12 00:00:00+00:00,4.28,4.28,4.15,4.15,3.2403213500976564,37838,0.0,0.0 2022-12-13 00:00:00+00:00,4.17,4.23,4.165,4.1850000000000005,3.2676495361328124,88546,0.0,0.0 2022-12-14 00:00:00+00:00,4.24,4.24,4.071499938964844,4.17,3.2559375,108528,0.0,0.0 2022-12-15 00:00:00+00:00,4.17,4.225,4.16,4.19,3.271553649902344,46059,0.0,0.0 2022-12-16 00:00:00+00:00,4.19,4.2,4.15,4.18,3.2637454223632814,34235,0.0,0.0 2022-12-19 00:00:00+00:00,4.18,4.205799865722656,4.115,4.135,3.228609313964844,143003,0.0,0.0 2022-12-20 00:00:00+00:00,4.165,4.165,4.13,4.14,3.232513427734375,60009,0.0,0.0 2022-12-21 00:00:00+00:00,4.15,4.205,4.149289855957031,4.2,3.2793612670898438,129288,0.0,0.0 2022-12-22 00:00:00+00:00,4.21,4.23,4.175,4.23,3.3027853393554687,60008,0.0,0.0 2022-12-23 00:00:00+00:00,4.3,4.305,4.274159851074219,4.3,3.35744140625,50532,0.0,0.0 2022-12-28 00:00:00+00:00,4.3500000000000005,4.375,4.285,4.3,3.35744140625,45022,0.0,0.0 2022-12-29 00:00:00+00:00,4.305,4.365,4.3,4.355,3.4003851318359377,22556,0.0,0.0 2022-12-30 00:00:00+00:00,4.38,4.3922900390625,4.360199890136719,4.385,3.4238095092773437,14182,0.0,0.0 2023-01-03 00:00:00+00:00,4.385,4.416900024414063,4.345,4.345,3.3925775146484374,85028,0.0,0.0 2023-01-04 00:00:00+00:00,4.355,4.445,4.33,4.365,3.4081933593750002,81730,0.0,0.0 2023-01-05 00:00:00+00:00,4.36,4.4,4.315,4.3500000000000005,3.3964813232421878,121152,0.0,0.0 2023-01-06 00:00:00+00:00,4.36,4.445,4.345,4.39,3.427713623046875,93446,0.0,0.0 2023-01-09 00:00:00+00:00,4.45,4.45,4.37,4.3950000000000005,3.431617431640625,93955,0.0,0.0 2023-01-10 00:00:00+00:00,4.375,4.45,4.365,4.37,3.4120974731445313,142619,0.0,0.0 2023-01-11 00:00:00+00:00,4.4,4.467890014648438,4.385,4.39,3.427713623046875,54118,0.0,0.0 2023-01-12 00:00:00+00:00,4.3950000000000005,4.4425,4.3950000000000005,4.4,3.435521240234375,176659,0.0,0.0 2023-01-13 00:00:00+00:00,4.4,4.445,4.38,4.405,3.439425354003906,59859,0.0,0.0 2023-01-16 00:00:00+00:00,4.4,4.445,4.39,4.4,3.435521240234375,152588,0.0,0.0 2023-01-17 00:00:00+00:00,4.385,4.4350000000000005,4.345790100097656,4.355,3.4003851318359377,226964,0.0,0.0 2023-01-18 00:00:00+00:00,4.42,4.695,4.4,4.63,3.6151055908203125,247572,0.0,0.0 2023-01-19 00:00:00+00:00,4.68,4.7700000000000005,4.6595001220703125,4.73,3.6931854248046876,166540,0.0,0.0 2023-01-20 00:00:00+00:00,4.75,4.75,4.6000000000000005,4.605,3.5955853271484375,321315,0.0,0.0 2023-01-23 00:00:00+00:00,4.66,4.76,4.622770080566406,4.72,3.6853778076171877,44649,0.0,0.0 2023-01-24 00:00:00+00:00,4.68,4.7235501098632815,4.6450000000000005,4.705,3.6736657714843752,46629,0.0,0.0 2023-01-25 00:00:00+00:00,4.73,4.824599914550781,4.710299987792969,4.74,3.700993347167969,49241,0.0,0.0 2023-01-26 00:00:00+00:00,4.74,4.8,4.74,4.795,3.743937683105469,32938,0.0,0.0 2023-01-27 00:00:00+00:00,4.795,4.825,4.753500061035156,4.79,3.7400335693359374,32144,0.0,0.0 2023-01-30 00:00:00+00:00,4.79,4.839500122070312,4.73,4.765,3.720513916015625,31179,0.0,0.0 2023-01-31 00:00:00+00:00,4.79,4.825,4.6850000000000005,4.7,3.6697616577148438,57629,0.0,0.0 2023-02-01 00:00:00+00:00,4.7,4.78656005859375,4.7,4.7700000000000005,3.724417724609375,81534,0.0,0.0 2023-02-02 00:00:00+00:00,4.815,4.825,4.765,4.825,3.767361755371094,143822,0.0,0.0 2023-02-03 00:00:00+00:00,4.835,4.865,4.79,4.84,3.7790737915039063,45044,0.0,0.0 2023-02-06 00:00:00+00:00,4.83,4.95,4.8,4.9,3.825921630859375,67301,0.0,0.0 2023-02-07 00:00:00+00:00,4.88,4.95,4.775,4.915,3.8376336669921876,509091,0.0,0.0 2023-02-08 00:00:00+00:00,4.9,4.945,4.86,4.93,3.849345397949219,45378,0.0,0.0 2023-02-09 00:00:00+00:00,4.955,4.955,4.88,4.88,3.810305480957031,153362,0.0,0.0 2023-02-10 00:00:00+00:00,4.8500000000000005,4.945,4.7948001098632815,4.865,3.79859375,74274,0.0,0.0 2023-02-13 00:00:00+00:00,4.865,4.925,4.845400085449219,4.86,3.7946896362304687,56263,0.0,0.0 2023-02-14 00:00:00+00:00,4.855,4.915,4.771960144042969,4.87,3.80249755859375,79307,0.0,0.0 2023-02-15 00:00:00+00:00,4.835,4.9,4.755,4.755,3.7127053833007815,24663,0.0,0.0 2023-02-16 00:00:00+00:00,4.75,4.792489929199219,4.705299987792968,4.75,3.7088015747070315,49926,0.0,0.0 2023-02-17 00:00:00+00:00,4.76,4.82,4.76,4.78,3.7322256469726565,106411,0.0,0.0 2023-02-20 00:00:00+00:00,4.78,4.820750122070312,4.78,4.8,3.747841491699219,50641,0.0,0.0 2023-02-21 00:00:00+00:00,4.8100000000000005,4.84,4.775,4.795,3.743937683105469,1869000,0.0,0.0 2023-02-22 00:00:00+00:00,4.83,4.945,4.785,4.89,3.8181134033203126,284133,0.0,0.0 2023-02-23 00:00:00+00:00,4.95,4.95,4.88,4.885,3.8142092895507815,41437,0.0,0.0 2023-02-24 00:00:00+00:00,4.9,4.913999938964844,4.8500000000000005,4.8500000000000005,3.7868817138671877,11032,0.0,0.0 2023-02-27 00:00:00+00:00,4.885,4.9750000000000005,4.852900085449219,4.86,3.7946896362304687,15546,0.0,0.0 2023-02-28 00:00:00+00:00,4.86,4.925,4.8500000000000005,4.8500000000000005,3.7868817138671877,331739,0.0,0.0 2023-03-01 00:00:00+00:00,4.8500000000000005,4.918200073242188,4.8500000000000005,4.89,3.8181134033203126,46892,0.0,0.0 2023-03-02 00:00:00+00:00,4.885,4.89,4.8,4.885,3.8142092895507815,203932,0.0,0.0 2023-03-03 00:00:00+00:00,4.8500000000000005,4.88,4.84,4.87,3.80249755859375,317506,0.0,0.0 2023-03-06 00:00:00+00:00,4.87,4.89,4.854710083007813,4.89,3.8181134033203126,43790,0.0,0.0 2023-03-07 00:00:00+00:00,4.9,4.905,4.8500000000000005,4.8500000000000005,3.7868817138671877,181807,0.0,0.0 2023-03-08 00:00:00+00:00,4.86,4.865,4.8500000000000005,4.8500000000000005,3.7868817138671877,223002,0.0,0.0 2023-03-09 00:00:00+00:00,4.8500000000000005,4.885,4.8500000000000005,4.865,3.79859375,190721,0.0,0.0 2023-03-10 00:00:00+00:00,4.8500000000000005,4.9,4.83,4.865,3.79859375,1342275,0.0,0.0 2023-03-13 00:00:00+00:00,4.805,4.875,4.735299987792969,4.745,3.7048974609375,1329878,0.0,0.0 2023-03-14 00:00:00+00:00,4.775,4.78,4.537179870605469,4.585,3.579969482421875,152076,0.0,0.0 2023-03-15 00:00:00+00:00,4.585,4.585,4.48,4.5200000000000005,3.5292175292968753,140568,0.0,0.0 2023-03-16 00:00:00+00:00,4.5,4.55,4.49,4.5,3.5136016845703124,43671,0.0,0.0 2023-03-17 00:00:00+00:00,4.51,4.575,4.355199890136719,4.3950000000000005,3.431617431640625,378212,0.0,0.0 2023-03-20 00:00:00+00:00,4.355,4.43,4.3500000000000005,4.4,3.435521240234375,86254,0.0,0.0 2023-03-21 00:00:00+00:00,4.39,4.41,4.315,4.315,3.3691534423828124,241829,0.0,0.0 2023-03-22 00:00:00+00:00,4.4,4.615,4.4,4.605,3.5955853271484375,1198583,0.0,0.0 2023-03-23 00:00:00+00:00,4.62,4.71,4.592000122070313,4.62,3.60729736328125,82493,0.0,0.0 2023-03-24 00:00:00+00:00,4.59,4.755,4.48,4.665,3.642433471679688,108818,0.0,0.0 2023-03-27 00:00:00+01:00,4.695,4.695,4.59,4.63,3.6151055908203125,57845,0.0,0.0 2023-03-28 00:00:00+01:00,4.595,4.825,4.5525,4.795,3.743937683105469,89391,0.0,0.0 2023-03-29 00:00:00+01:00,4.7,4.8,4.7,4.7700000000000005,3.724417724609375,32991,0.0,0.0 2023-03-30 00:00:00+01:00,4.7,4.805,4.66,4.66,3.6385296630859374,36859,0.0,0.0 2023-03-31 00:00:00+01:00,4.63,4.7,4.63,4.695,3.6658575439453127,71778,0.0,0.0 2023-04-03 00:00:00+01:00,4.6850000000000005,4.69,4.5200000000000005,4.5600000000000005,3.560449523925781,199816,0.0,0.0 2023-04-04 00:00:00+01:00,4.615,4.7700000000000005,4.55,4.62,3.60729736328125,50052,0.0,0.0 2023-04-05 00:00:00+01:00,4.705,4.785499877929688,4.57,4.6000000000000005,3.5916815185546875,51286,0.0,0.0 2023-04-06 00:00:00+01:00,4.6000000000000005,4.79,4.578800048828125,4.65,3.630721435546875,73996,0.0,0.0 2023-04-11 00:00:00+01:00,4.795,4.865,4.6850000000000005,4.855,3.7907855224609377,127615,0.0,0.0 2023-04-12 00:00:00+01:00,4.7250000000000005,5.0,4.723299865722656,4.92,3.841537780761719,213844,0.0,0.0 2023-04-13 00:00:00+01:00,4.65,4.786799926757813,4.635,4.75,4.066976318359375,191199,0.4333,0.0 2023-04-14 00:00:00+01:00,4.795,4.795,4.625,4.75,4.066976318359375,194875,0.0,0.0 2023-04-17 00:00:00+01:00,4.75,4.8,4.673399963378906,4.735,4.054133605957031,194017,0.0,0.0 2023-04-18 00:00:00+01:00,4.75,4.753500061035156,4.667099914550781,4.74,4.058414306640625,76434,0.0,0.0 2023-04-19 00:00:00+01:00,4.75,4.845,4.67,4.7,4.024166259765625,81835,0.0,0.0 2023-04-20 00:00:00+01:00,4.7,4.777900085449219,4.63,4.635,3.9685128784179686,75393,0.0,0.0 2023-04-21 00:00:00+01:00,4.69,4.775,4.635,4.67,3.998479919433594,69106,0.0,0.0 2023-04-24 00:00:00+01:00,4.7,4.745,4.625,4.625,3.9599508666992187,81411,0.0,0.0 2023-04-25 00:00:00+01:00,4.625,4.68,4.4,4.455,3.814395751953125,239802,0.0,0.0 2023-04-26 00:00:00+01:00,4.46,4.69,4.445,4.595,3.9342645263671874,270959,0.0,0.0 2023-04-27 00:00:00+01:00,4.71,4.71,4.6000000000000005,4.64,3.972793884277344,92435,0.0,0.0 2023-04-28 00:00:00+01:00,4.745,4.745,4.58,4.62,3.9556698608398437,135878,0.0,0.0 2023-05-02 00:00:00+01:00,4.65,4.74,4.525,4.5600000000000005,3.9042971801757815,83355,0.0,0.0 2023-05-03 00:00:00+01:00,4.505,4.74,4.45,4.47,3.8272390747070313,207247,0.0,0.0 2023-05-04 00:00:00+01:00,4.51,4.57,4.46,4.485,3.840081787109375,42686,0.0,0.0 2023-05-05 00:00:00+01:00,4.47,4.54,4.45,4.455,3.814395751953125,209424,0.0,0.0 2023-05-09 00:00:00+01:00,4.65,4.65,4.455,4.5,3.8529251098632815,47936,0.0,0.0 2023-05-10 00:00:00+01:00,4.5,4.5560299682617185,4.43,4.505,3.857205810546875,68289,0.0,0.0 2023-05-11 00:00:00+01:00,4.5200000000000005,4.6000000000000005,4.47,4.51,3.8614871215820314,61940,0.0,0.0 2023-05-12 00:00:00+01:00,4.42,4.590700073242187,4.42,4.48,3.835801086425781,103975,0.0,0.0 2023-05-15 00:00:00+01:00,4.42,4.58,4.42,4.5200000000000005,3.8700491333007814,44246,0.0,0.0 2023-05-16 00:00:00+01:00,4.5200000000000005,4.553940124511719,4.425,4.45,3.81011474609375,65117,0.0,0.0 2023-05-17 00:00:00+01:00,4.505,4.615,4.42,4.43,3.79299072265625,93454,0.0,0.0 2023-05-18 00:00:00+01:00,4.425,4.6450000000000005,4.385299987792969,4.4,3.7673043823242187,137406,0.0,0.0 2023-05-19 00:00:00+01:00,4.505,4.635,4.407000122070313,4.515,3.8657681274414064,67541,0.0,0.0 2023-05-22 00:00:00+01:00,4.615,4.64,4.385,4.43,3.79299072265625,38903,0.0,0.0 2023-05-23 00:00:00+01:00,4.425,4.5825000000000005,4.3950000000000005,4.425,3.788709716796875,39054,0.0,0.0 2023-05-24 00:00:00+01:00,4.405,4.5,4.36,4.37,3.741618347167969,73273,0.0,0.0 2023-05-25 00:00:00+01:00,4.45,4.45,4.32,4.3500000000000005,3.7244940185546875,231650,0.0,0.0 2023-05-26 00:00:00+01:00,4.38,4.437000122070312,4.305,4.345,3.7202133178710937,186897,0.0,0.0 2023-05-30 00:00:00+01:00,4.33,4.474859924316406,4.245,4.3,3.6816839599609374,62296,0.0,0.0 2023-05-31 00:00:00+01:00,4.28,4.465,4.2148001098632815,4.465,3.8229577636718752,212129,0.0,0.0 2023-06-01 00:00:00+01:00,4.445,4.526499938964844,4.36,4.41,3.77586669921875,89370,0.0,0.0 2023-06-02 00:00:00+01:00,4.48,4.516950073242188,4.42,4.5,3.8529251098632815,57108,0.0,0.0 2023-06-05 00:00:00+01:00,4.64,4.64,4.439209899902344,4.465,3.8229577636718752,42328,0.0,0.0 2023-06-06 00:00:00+01:00,4.37,4.45,4.37,4.4350000000000005,3.797271728515625,63351,0.0,0.0 2023-06-07 00:00:00+01:00,4.43,4.495499877929688,4.355,4.37,3.741618347167969,44760,0.0,0.0 2023-06-08 00:00:00+01:00,4.37,4.398500061035157,4.337720031738281,4.385,3.754461364746094,69307,0.0,0.0 2023-06-09 00:00:00+01:00,4.38,4.4,4.305,4.355,3.728775329589844,43007,0.0,0.0 2023-06-12 00:00:00+01:00,4.375,4.38,4.305,4.305,3.6859649658203124,44424,0.0,0.0 2023-06-13 00:00:00+01:00,4.3,4.375,4.3,4.345,3.7202133178710937,44283,0.0,0.0 2023-06-14 00:00:00+01:00,4.325,4.375,4.304700012207031,4.335,3.7116513061523437,39325,0.0,0.0 2023-06-15 00:00:00+01:00,4.3500000000000005,4.37,4.3,4.37,3.741618347167969,76203,0.0,0.0 2023-06-16 00:00:00+01:00,4.37,4.4350000000000005,4.34,4.385,3.754461364746094,58493,0.0,0.0 2023-06-19 00:00:00+01:00,4.38,4.43,4.305499877929687,4.43,3.79299072265625,33931,0.0,0.0 2023-06-20 00:00:00+01:00,4.4,4.425,4.345,4.39,3.758742370605469,178952,0.0,0.0 2023-06-21 00:00:00+01:00,4.3,4.4,4.3,4.4,3.7673043823242187,83860,0.0,0.0 2023-06-22 00:00:00+01:00,4.42,4.7,4.36,4.51,3.8614871215820314,342215,0.0,0.0 2023-06-23 00:00:00+01:00,4.51,4.6000000000000005,4.45,4.595,3.9342645263671874,66692,0.0,0.0 2023-06-26 00:00:00+01:00,4.5600000000000005,4.6000000000000005,4.45,4.5,3.8529251098632815,324580,0.0,0.0 2023-06-27 00:00:00+01:00,4.62,4.657699890136719,4.536600036621094,4.6000000000000005,3.938545532226563,116610,0.0,0.0 2023-06-28 00:00:00+01:00,4.61,4.65,4.445,4.595,3.9342645263671874,55951,0.0,0.0 2023-06-29 00:00:00+01:00,4.525,4.59,4.4750000000000005,4.5200000000000005,3.8700491333007814,23985,0.0,0.0 2023-06-30 00:00:00+01:00,4.42,4.513500061035156,4.42,4.47,3.8272390747070313,709111,0.0,0.0 2023-07-03 00:00:00+01:00,4.48,4.540559997558594,4.48,4.5,3.8529251098632815,33119,0.0,0.0 2023-07-04 00:00:00+01:00,4.49,4.5200000000000005,4.42,4.47,3.8272390747070313,34806,0.0,0.0 2023-07-05 00:00:00+01:00,4.46,4.47,4.4,4.4,3.7673043823242187,67483,0.0,0.0 2023-07-06 00:00:00+01:00,4.4,4.418999938964844,4.235,4.285,3.6688406372070315,72359,0.0,0.0 2023-07-07 00:00:00+01:00,4.28,4.3500000000000005,4.227730102539063,4.3500000000000005,3.7244940185546875,66655,0.0,0.0 2023-07-10 00:00:00+01:00,4.32,4.37,4.2700000000000005,4.37,3.741618347167969,21711,0.0,0.0 2023-07-11 00:00:00+01:00,4.37,4.4,4.32,4.375,3.745899353027344,17768,0.0,0.0 2023-07-12 00:00:00+01:00,4.3950000000000005,4.405,4.36,4.38,3.750180358886719,42125,0.0,0.0 2023-07-13 00:00:00+01:00,4.3,4.385,4.2,4.3500000000000005,3.7244940185546875,125929,0.0,0.0 2023-07-14 00:00:00+01:00,4.485,4.485,4.285,4.385,3.754461364746094,51715,0.0,0.0 2023-07-17 00:00:00+01:00,4.34,4.347999877929688,4.25,4.28,3.6645599365234376,288898,0.0,0.0 2023-07-18 00:00:00+01:00,4.3,4.315,4.25,4.285,3.6688406372070315,197041,0.0,0.0 2023-07-19 00:00:00+01:00,4.245,4.3100000000000005,4.245,4.28,3.6645599365234376,262725,0.0,0.0 2023-07-20 00:00:00+01:00,4.28,4.3,4.175,4.26,3.6474359130859377,128758,0.0,0.0 2023-07-21 00:00:00+01:00,4.25,4.265,4.1850000000000005,4.25,3.6388735961914063,47782,0.0,0.0 2023-07-24 00:00:00+01:00,4.25,4.261300048828125,4.180299987792969,4.24,3.6303115844726563,239044,0.0,0.0 2023-07-25 00:00:00+01:00,4.25,4.3500000000000005,4.24,4.34,3.7159320068359376,186088,0.0,0.0 2023-07-26 00:00:00+01:00,4.28,4.3,4.24,4.255,3.6431546020507812,24050,0.0,0.0 2023-07-27 00:00:00+01:00,4.2700000000000005,4.28,4.21989990234375,4.235,3.6260305786132814,21473,0.0,0.0 2023-07-28 00:00:00+01:00,4.245,4.2700000000000005,4.211300048828125,4.255,3.6431546020507812,72073,0.0,0.0 2023-07-31 00:00:00+01:00,4.25,4.265,4.205,4.235,3.6260305786132814,67509,0.0,0.0 2023-08-01 00:00:00+01:00,4.2700000000000005,4.295,4.23,4.235,3.6260305786132814,81258,0.0,0.0 2023-08-02 00:00:00+01:00,4.23,4.235,4.16,4.165,3.56609619140625,38747,0.0,0.0 2023-08-03 00:00:00+01:00,4.1850000000000005,4.1850000000000005,4.105,4.12,3.5275668334960937,17811,0.0,0.0 2023-08-04 00:00:00+01:00,4.1450000000000005,4.19260009765625,4.13,4.155,3.5575341796875,251063,0.0,0.0 2023-08-07 00:00:00+01:00,4.15,4.155,4.101820068359375,4.155,3.5575341796875,62687,0.0,0.0 2023-08-08 00:00:00+01:00,4.1850000000000005,4.237170104980469,4.09,4.235,3.6260305786132814,244188,0.0,0.0 2023-08-09 00:00:00+01:00,4.25,4.34,4.215,4.215,3.6089065551757815,73023,0.0,0.0 2023-08-10 00:00:00+01:00,4.23,4.39,4.23,4.285,3.6688406372070315,533675,0.0,0.0 2023-08-11 00:00:00+01:00,4.25,4.255,4.19,4.21,3.604625549316406,48636,0.0,0.0 2023-08-14 00:00:00+01:00,4.21,4.262869873046875,4.18,4.22,3.6131875610351565,82821,0.0,0.0 2023-08-15 00:00:00+01:00,4.295,4.36,4.229179992675781,4.245,3.6345925903320313,111717,0.0,0.0 2023-08-16 00:00:00+01:00,4.28,4.28,4.23,4.235,3.6260305786132814,45069,0.0,0.0 2023-08-17 00:00:00+01:00,4.25,4.25,4.23,4.25,3.6388735961914063,96589,0.0,0.0 2023-08-18 00:00:00+01:00,4.265,4.3,4.1850000000000005,4.215,3.6089065551757815,76638,0.0,0.0 2023-08-21 00:00:00+01:00,4.23,4.33,4.21,4.21,3.604625549316406,91924,0.0,0.0 2023-08-22 00:00:00+01:00,4.22,4.259190063476563,4.212200012207031,4.22,3.6131875610351565,58755,0.0,0.0 2023-08-23 00:00:00+01:00,4.25,4.325,4.199400024414063,4.25,3.6388735961914063,115703,0.0,0.0 2023-08-24 00:00:00+01:00,4.3,4.305,4.21,4.22,3.6131875610351565,70451,0.0,0.0 2023-08-25 00:00:00+01:00,4.32,4.385,4.211809997558594,4.22,3.6131875610351565,45234,0.0,0.0 2023-08-29 00:00:00+01:00,4.3500000000000005,4.3500000000000005,4.18,4.22,3.6131875610351565,217690,0.0,0.0 2023-08-30 00:00:00+01:00,4.25,4.3100000000000005,4.2165701293945315,4.22,3.6131875610351565,177047,0.0,0.0 2023-08-31 00:00:00+01:00,4.28,4.28,4.09,4.09,3.501880798339844,336665,0.0,0.0 2023-09-01 00:00:00+01:00,4.18,4.235,4.16,4.195,3.5917822265625,131929,0.0,0.0 2023-09-04 00:00:00+01:00,4.22,4.3,4.18,4.22,3.6131875610351565,53827,0.0,0.0 2023-09-05 00:00:00+01:00,4.24,4.24,4.158999938964844,4.2,3.596063537597656,284321,0.0,0.0 2023-09-06 00:00:00+01:00,4.22,4.23,4.18,4.2,3.596063537597656,34178,0.0,0.0 2023-09-07 00:00:00+01:00,4.24,4.24,4.155,4.155,3.5575341796875,64535,0.0,0.0 2023-09-08 00:00:00+01:00,4.3,4.3,4.12,4.2,3.596063537597656,63708,0.0,0.0 2023-09-11 00:00:00+01:00,4.24,4.24,4.19,4.22,3.6131875610351565,5790643,0.0,0.0 2023-09-12 00:00:00+01:00,4.22,4.385,4.22,4.34,3.7159320068359376,225285,0.0,0.0 2023-09-13 00:00:00+01:00,4.4,4.455,4.363599853515625,4.42,3.7844287109375,152413,0.0,0.0 2023-09-14 00:00:00+01:00,4.39,4.445,4.255,4.34,3.7159320068359376,51988,0.0,0.0 2023-09-15 00:00:00+01:00,4.34,4.3500000000000005,4.219849853515625,4.325,3.703089294433594,75503,0.0,0.0 2023-09-18 00:00:00+01:00,4.32,4.32,4.235,4.32,3.6988079833984377,80912,0.0,0.0 2023-09-19 00:00:00+01:00,4.3,4.37,4.25,4.265,3.651716613769531,78652,0.0,0.0 2023-09-20 00:00:00+01:00,4.275,4.37,4.255,4.2700000000000005,3.6559979248046877,65061,0.0,0.0 2023-09-21 00:00:00+01:00,4.225,4.299830017089844,4.12,4.13,3.6872457885742187,84245,0.17500000000000002,0.0 2023-09-22 00:00:00+01:00,4.1,4.295,4.1,4.1,3.6604617309570315,15752,0.0,0.0 2023-09-25 00:00:00+01:00,4.14,4.274880065917968,4.036419982910156,4.055,3.620285949707031,73729,0.0,0.0 2023-09-26 00:00:00+01:00,4.105,4.1850000000000005,4.023699951171875,4.1,3.6604617309570315,72866,0.0,0.0 2023-09-27 00:00:00+01:00,4.1850000000000005,4.26,4.05,4.1450000000000005,3.7006375122070314,25160,0.0,0.0 2023-09-28 00:00:00+01:00,4.1,4.275,4.055,4.12,3.67831787109375,10671,0.0,0.0 2023-09-29 00:00:00+01:00,4.095,4.275,4.095,4.15,3.7051016235351564,56019,0.0,0.0 2023-10-02 00:00:00+01:00,4.2,4.275,4.09,4.1,3.6604617309570315,50197,0.0,0.0 2023-10-03 00:00:00+01:00,4.1,4.15,4.035,4.1,3.6604617309570315,49401,0.0,0.0 2023-10-04 00:00:00+01:00,4.19,4.195,4.025,4.035,3.602430114746094,127542,0.0,0.0 2023-10-05 00:00:00+01:00,4.03,4.055,4.025,4.025,3.593502197265625,128363,0.0,0.0 2023-10-06 00:00:00+01:00,4.025,4.225,4.0200000000000005,4.04,3.6068939208984374,53102,0.0,0.0 2023-10-09 00:00:00+01:00,4.245,4.245,4.025,4.04,3.6068939208984374,29854,0.0,0.0 2023-10-10 00:00:00+01:00,4.105,4.221400146484375,4.04,4.135,3.6917095947265626,82506,0.0,0.0 2023-10-11 00:00:00+01:00,4.12,4.225,4.055,4.105,3.6649258422851565,32151,0.0,0.0 2023-10-12 00:00:00+01:00,4.1850000000000005,4.19,4.03,4.035,3.602430114746094,76661,0.0,0.0 2023-10-13 00:00:00+01:00,4.11,4.11,4.015,4.05,3.615822143554688,89417,0.0,0.0 2023-10-16 00:00:00+01:00,4.05,4.195,4.0200000000000005,4.055,3.620285949707031,334614,0.0,0.0 2023-10-17 00:00:00+01:00,4.15,4.15,4.01,4.05,3.615822143554688,154917,0.0,0.0 2023-10-18 00:00:00+01:00,4.015,4.1,4.01,4.04,3.6068939208984374,39111,0.0,0.0 2023-10-19 00:00:00+01:00,4.0600000000000005,4.08,3.95,4.0,3.5711822509765625,75654,0.0,0.0 2023-10-20 00:00:00+01:00,4.0,4.094570007324219,3.95,3.98,3.5533264160156253,64439,0.0,0.0 2023-10-23 00:00:00+01:00,4.0,4.085,3.957799987792969,3.985,3.5577902221679687,50695,0.0,0.0 2023-10-24 00:00:00+01:00,4.035,4.095,3.95,3.95,3.5265423583984377,58122,0.0,0.0 2023-10-25 00:00:00+01:00,4.045,4.085,3.86,3.86,3.4461907958984375,168480,0.0,0.0 2023-10-26 00:00:00+01:00,3.96,4.095,3.79,3.93,3.5086865234375,131485,0.0,0.0 2023-10-27 00:00:00+01:00,3.995,4.005,3.805,3.935,3.513150634765625,97179,0.0,0.0 2023-10-30 00:00:00+00:00,3.95,4.069580078125,3.9,3.98,3.5533264160156253,144634,0.0,0.0 2023-10-31 00:00:00+00:00,3.97,4.03,3.9250000000000003,3.935,3.513150634765625,132757,0.0,0.0 2023-11-01 00:00:00+00:00,4.01,4.095,3.8200000000000003,3.92,3.499758605957031,129722,0.0,0.0 2023-11-02 00:00:00+00:00,3.85,4.035,3.775,3.935,3.513150634765625,151899,0.0,0.0 2023-11-03 00:00:00+00:00,3.9,4.045,3.9,3.96,3.5354705810546876,86606,0.0,0.0 2023-11-06 00:00:00+00:00,3.9450000000000003,4.045,3.815,3.94,3.517614440917969,36307,0.0,0.0 2023-11-07 00:00:00+00:00,3.825,4.045,3.815,3.95,3.5265423583984377,33731,0.0,0.0 2023-11-08 00:00:00+00:00,4.0,4.0,3.881300048828125,3.915,3.495294494628906,125609,0.0,0.0 2023-11-09 00:00:00+00:00,3.875,4.03,3.85,3.94,3.517614440917969,135746,0.0,0.0 2023-11-10 00:00:00+00:00,3.845,4.035,3.79,3.875,3.4595828247070313,164873,0.0,0.0 2023-11-13 00:00:00+00:00,4.0,4.04,3.7800000000000002,3.98,3.5533264160156253,70655,0.0,0.0 2023-11-14 00:00:00+00:00,3.95,4.045,3.9450000000000003,4.005,3.5756463623046875,88000,0.0,0.0 2023-11-15 00:00:00+00:00,4.0,4.055360107421875,3.94,4.01,3.5801101684570313,138326,0.0,0.0 2023-11-16 00:00:00+00:00,4.1,4.1,3.923599853515625,3.985,3.5577902221679687,179568,0.0,0.0 2023-11-17 00:00:00+00:00,3.995,3.995,3.865,3.95,3.5265423583984377,157853,0.0,0.0 2023-11-20 00:00:00+00:00,4.105,4.105,3.9499600219726565,3.995,3.5667181396484375,58816,0.0,0.0 2023-11-21 00:00:00+00:00,3.9450000000000003,4.095,3.94,4.075,3.638141784667969,42444,0.0,0.0 2023-11-22 00:00:00+00:00,4.0,4.1,3.97,4.0,3.5711822509765625,76507,0.0,0.0 2023-11-23 00:00:00+00:00,4.0200000000000005,4.085,3.985,4.045,3.6113580322265624,30959,0.0,0.0 2023-11-24 00:00:00+00:00,4.05,4.1,3.99,4.04,3.6068939208984374,250785,0.0,0.0 2023-11-27 00:00:00+00:00,4.0,4.13,3.96,4.015,3.5845742797851563,94349,0.0,0.0 2023-11-28 00:00:00+00:00,4.04,4.1492001342773435,4.015,4.045,3.6113580322265624,48799,0.0,0.0 2023-11-29 00:00:00+00:00,4.095,4.1450000000000005,4.04,4.13,3.6872457885742187,56128,0.0,0.0 2023-11-30 00:00:00+00:00,4.1,4.13,4.0,4.0,3.5711822509765625,299202,0.0,0.0 2023-12-01 00:00:00+00:00,4.005,4.1,3.96,4.1,3.6604617309570315,30650,0.0,0.0 2023-12-04 00:00:00+00:00,4.08,4.14,4.04,4.07,3.633677978515625,52122,0.0,0.0 2023-12-05 00:00:00+00:00,4.1,4.14,4.0,4.03,3.597966003417969,17381,0.0,0.0 2023-12-06 00:00:00+00:00,4.085,4.1,3.95,4.07,3.633677978515625,138478,0.0,0.0 2023-12-07 00:00:00+00:00,3.985,4.095,3.985,4.015,3.5845742797851563,213145,0.0,0.0 2023-12-08 00:00:00+00:00,4.095,4.095,3.97,3.97,3.5443984985351564,77292,0.0,0.0 2023-12-11 00:00:00+00:00,4.065,4.075,3.98,4.01,3.5801101684570313,17185,0.0,0.0 2023-12-12 00:00:00+00:00,3.985,4.07,3.83,3.865,3.4506549072265624,60415,0.0,0.0 2023-12-13 00:00:00+00:00,3.98,4.035,3.815,3.8850000000000002,3.4685107421875,62883,0.0,0.0 2023-12-14 00:00:00+00:00,3.88,3.88,3.69125,3.7600000000000002,3.356911315917969,417715,0.0,0.0 2023-12-15 00:00:00+00:00,3.95,4.005,3.8200000000000003,3.935,3.513150634765625,336042,0.0,0.0 2023-12-18 00:00:00+00:00,4.0,4.0,3.77,3.8200000000000003,3.4104791259765626,57434,0.0,0.0 2023-12-19 00:00:00+00:00,3.7800000000000002,3.9,3.7800000000000002,3.8200000000000003,3.4104791259765626,45514,0.0,0.0 2023-12-20 00:00:00+00:00,3.865,3.88,3.715,3.77,3.3658392333984377,81727,0.0,0.0 2023-12-21 00:00:00+00:00,3.74,3.9450000000000003,3.69,3.72,3.3211993408203124,70928,0.0,0.0 2023-12-22 00:00:00+00:00,3.75,3.845,3.7,3.84,3.4283349609375002,112160,0.0,0.0 2023-12-27 00:00:00+00:00,3.84,4.0,3.795,3.88,3.464046630859375,46089,0.0,0.0 2023-12-28 00:00:00+00:00,3.9050000000000002,3.94,3.805,3.855,3.441726989746094,10618,0.0,0.0 2023-12-29 00:00:00+00:00,3.99,4.005,3.92,3.9450000000000003,3.522078552246094,29826,0.0,0.0 2024-01-02 00:00:00+00:00,4.04,4.04,3.935,3.99,3.5622543334960937,67452,0.0,0.0 2024-01-03 00:00:00+00:00,3.985,4.03,3.815,3.87,3.4551187133789063,84531,0.0,0.0 2024-01-04 00:00:00+00:00,3.9,3.9,3.825,3.825,3.4149429321289064,26522,0.0,0.0 2024-01-05 00:00:00+00:00,3.835,3.8629998779296875,3.77,3.825,3.4149429321289064,43628,0.0,0.0 2024-01-08 00:00:00+00:00,3.8000000000000003,3.895,3.75,3.785,3.3792312622070315,33278,0.0,0.0 2024-01-09 00:00:00+00:00,3.79,3.755,3.68,3.68,3.2854876708984375,51703,0.0,0.0 2024-01-10 00:00:00+00:00,3.6950000000000003,3.79,3.65,3.65,3.2587039184570314,70396,0.0,0.0 2024-01-11 00:00:00+00:00,3.7,3.7,3.5500000000000003,3.6,3.214064025878906,266794,0.0,0.0 2024-01-12 00:00:00+00:00,3.7,3.7,3.565,3.6,3.214064025878906,330075,0.0,0.0 2024-01-15 00:00:00+00:00,3.59,3.68,3.54,3.575,3.191744079589844,289543,0.0,0.0 2024-01-16 00:00:00+00:00,3.64,3.645,3.535,3.6,3.214064025878906,206786,0.0,0.0 2024-01-17 00:00:00+00:00,3.7,3.7,3.4050000000000002,3.46,3.089072570800781,127332,0.0,0.0 2024-01-18 00:00:00+00:00,3.435,3.585,3.25,3.25,2.901585693359375,589818,0.0,0.0 2024-01-19 00:00:00+00:00,3.2800000000000002,3.2800000000000002,3.16,3.2,2.8569458007812503,1448133,0.0,0.0 2024-01-22 00:00:00+00:00,3.2,3.3000000000000003,3.2,3.205,2.8614099121093752,92230,0.0,0.0 2024-01-23 00:00:00+00:00,3.2,3.23,3.15,3.22,2.8748016357421875,662378,0.0,0.0 2024-01-24 00:00:00+00:00,3.2600000000000002,3.265,3.2,3.21,2.8658737182617187,84443,0.0,0.0 2024-01-25 00:00:00+00:00,3.22,3.22,3.13,3.145,2.807842102050781,114201,0.0,0.0 2024-01-26 00:00:00+00:00,3.185,3.205,3.1,3.115,2.781058044433594,67130,0.0,0.0 2024-01-29 00:00:00+00:00,3.14,3.2,3.04,3.0500000000000003,2.7230264282226564,185761,0.0,0.0 2024-01-30 00:00:00+00:00,3.04,3.18,2.9739898681640624,3.15,2.812305908203125,392705,0.0,0.0 2024-01-31 00:00:00+00:00,3.1350000000000002,3.1950000000000003,3.085,3.1550000000000002,2.81677001953125,106745,0.0,0.0 2024-02-01 00:00:00+00:00,3.145,3.22,3.14,3.17,2.8301620483398438,165573,0.0,0.0 2024-02-02 00:00:00+00:00,3.14,3.18,3.0500000000000003,3.06,2.7319543457031252,104873,0.0,0.0 2024-02-05 00:00:00+00:00,3.13,3.185,2.985,3.0,2.6783868408203126,83930,0.0,0.0 2024-02-06 00:00:00+00:00,3.0,3.1350000000000002,2.955,3.0100000000000002,2.6873147583007815,64111,0.0,0.0 2024-02-07 00:00:00+00:00,2.95,3.065,2.93,2.94,2.624819030761719,64343,0.0,0.0 2024-02-08 00:00:00+00:00,2.99,3.12,2.9250000000000003,2.985,2.664994812011719,150886,0.0,0.0 2024-02-09 00:00:00+00:00,3.005,3.0500000000000003,2.915,3.0,2.6783868408203126,737123,0.0,0.0 2024-02-12 00:00:00+00:00,3.14,3.14,3.0,3.0700000000000003,2.7408822631835936,167996,0.0,0.0 2024-02-13 00:00:00+00:00,3.09,3.17,3.08,3.15,2.812305908203125,51912,0.0,0.0 2024-02-14 00:00:00+00:00,3.15,3.16,3.0700000000000003,3.09,2.7587384033203124,93266,0.0,0.0 2024-02-15 00:00:00+00:00,3.13,3.235,3.015,3.225,2.8792657470703125,2342433,0.0,0.0 2024-02-16 00:00:00+00:00,3.225,3.27,3.1750000000000003,3.2,2.8569458007812503,401100,0.0,0.0 2024-02-19 00:00:00+00:00,3.22,3.295,3.1550000000000002,3.18,2.8390899658203126,81535,0.0,0.0 2024-02-20 00:00:00+00:00,3.17,3.18,3.1,3.1,2.7676663208007812,152217,0.0,0.0 2024-02-21 00:00:00+00:00,3.15,3.19,3.04,3.12,2.785522155761719,171022,0.0,0.0 2024-02-22 00:00:00+00:00,3.15,3.21,3.085,3.1,2.7676663208007812,113828,0.0,0.0 2024-02-23 00:00:00+00:00,3.075,3.165,3.0300000000000002,3.0300000000000002,2.7051705932617187,77734,0.0,0.0 2024-02-26 00:00:00+00:00,3.0500000000000003,3.11,2.9364999389648436,2.95,2.6337469482421874,74415,0.0,0.0 2024-02-27 00:00:00+00:00,2.965,3.08,2.91,3.02,2.69624267578125,128615,0.0,0.0 2024-02-28 00:00:00+00:00,3.045,3.0500000000000003,2.9542999267578125,2.955,2.6382107543945312,69784,0.0,0.0 2024-02-29 00:00:00+00:00,2.99,3.1350000000000002,2.96,2.975,2.65606689453125,376401,0.0,0.0 2024-03-01 00:00:00+00:00,3.0,3.1,2.94,3.0500000000000003,2.7230264282226564,512499,0.0,0.0 2024-03-04 00:00:00+00:00,3.0500000000000003,3.06,3.0100000000000002,3.0500000000000003,2.7230264282226564,187908,0.0,0.0 2024-03-05 00:00:00+00:00,3.0500000000000003,3.0808700561523437,3.0100000000000002,3.055,2.7274905395507814,1450258,0.0,0.0 2024-03-06 00:00:00+00:00,3.0700000000000003,3.1,3.0418499755859374,3.06,2.7319543457031252,99599,0.0,0.0 2024-03-07 00:00:00+00:00,3.0700000000000003,3.1,3.0,3.02,2.69624267578125,91292,0.0,0.0 2024-03-08 00:00:00+00:00,3.015,3.0500000000000003,3.005,3.0100000000000002,2.6873147583007815,140070,0.0,0.0 2024-03-11 00:00:00+00:00,3.015,3.125,2.945,2.96,2.642674865722656,77500,0.0,0.0 2024-03-12 00:00:00+00:00,2.96,3.015,2.915,2.965,2.647138977050781,72221,0.0,0.0 2024-03-13 00:00:00+00:00,3.0,3.0300000000000002,2.97,2.99,2.6694586181640627,89776,0.0,0.0 2024-03-14 00:00:00+00:00,3.035,3.035,2.95,2.95,2.6337469482421874,42217,0.0,0.0 2024-03-15 00:00:00+00:00,2.95,3.0500000000000003,2.95,2.99,2.6694586181640627,394583,0.0,0.0 2024-03-18 00:00:00+00:00,3.1,3.1,2.945,2.985,2.664994812011719,97846,0.0,0.0 2024-03-19 00:00:00+00:00,2.92,3.0500000000000003,2.915,2.99,2.6694586181640627,87145,0.0,0.0 2024-03-20 00:00:00+00:00,3.0,3.095,2.97239990234375,3.015,2.691778564453125,1055450,0.0,0.0 2024-03-21 00:00:00+00:00,3.02,3.13,2.985,3.13,2.7944500732421877,610687,0.0,0.0 2024-03-22 00:00:00+00:00,3.1,3.3200000000000003,3.03135009765625,3.215,2.8703378295898436,328614,0.0,0.0 2024-03-25 00:00:00+00:00,3.21,3.3267001342773437,3.19427001953125,3.2600000000000002,2.910513610839844,107028,0.0,0.0 2024-03-26 00:00:00+00:00,3.25,3.36,3.12,3.1950000000000003,2.852481689453125,155896,0.0,0.0 2024-03-27 00:00:00+00:00,3.19,3.19,3.13,3.14,2.803377990722656,232127,0.0,0.0 2024-03-28 00:00:00+00:00,3.105,3.295,3.105,3.265,2.9149774169921874,227582,0.0,0.0 2024-04-02 00:00:00+01:00,3.3000000000000003,3.4431298828125,3.27,3.3850000000000002,3.022113037109375,411298,0.0,0.0 2024-04-03 00:00:00+01:00,3.44,3.554570007324219,3.315,3.485,3.1113925170898438,267511,0.0,0.0 2024-04-04 00:00:00+01:00,3.575,3.435,3.38,3.4250000000000003,3.05782470703125,204001,0.0,0.0 2024-04-05 00:00:00+01:00,3.4050000000000002,3.5500000000000003,3.4,3.5500000000000003,3.1694241333007813,176128,0.0,0.0 2024-04-08 00:00:00+01:00,3.575,3.7,3.4050000000000002,3.65,3.2587039184570314,388551,0.0,0.0 2024-04-09 00:00:00+01:00,3.65,3.749670104980469,3.6,3.615,3.2274560546875,374506,0.0,0.0 2024-04-10 00:00:00+01:00,3.68,3.7,3.57625,3.595,3.209599914550781,213640,0.0,0.0 2024-04-11 00:00:00+01:00,3.395,3.4250000000000003,3.255,3.3850000000000002,3.3850000000000002,430190,0.3854,0.0 2024-04-12 00:00:00+01:00,3.3000000000000003,3.475,3.3000000000000003,3.3850000000000002,3.3850000000000002,142304,0.0,0.0 2024-04-15 00:00:00+01:00,3.395,3.5,3.305,3.34,3.34,221446,0.0,0.0 2024-04-16 00:00:00+01:00,3.4,3.43,3.265,3.27,3.27,127129,0.0,0.0 2024-04-17 00:00:00+01:00,3.4250000000000003,3.43,3.2800000000000002,3.2800000000000002,3.2800000000000002,79195,0.0,0.0 2024-04-18 00:00:00+01:00,3.37,3.37,3.305,3.315,3.315,153764,0.0,0.0 2024-04-19 00:00:00+01:00,3.31,3.38,3.255,3.34,3.34,72720,0.0,0.0 2024-04-22 00:00:00+01:00,3.2600000000000002,3.395,3.2600000000000002,3.34,3.34,78537,0.0,0.0 2024-04-23 00:00:00+01:00,3.3000000000000003,3.345,3.2670999145507813,3.33,3.33,84437,0.0,0.0 2024-04-24 00:00:00+01:00,3.345,3.395,3.285,3.315,3.315,228456,0.0,0.0 2024-04-25 00:00:00+01:00,3.35,3.35,3.3000000000000003,3.3000000000000003,3.3000000000000003,54624,0.0,0.0 2024-04-26 00:00:00+01:00,3.37,3.37,3.315,3.33,3.33,83298,0.0,0.0 2024-04-29 00:00:00+01:00,3.33,3.355,3.25,3.3200000000000003,3.3200000000000003,143285,0.0,0.0 2024-04-30 00:00:00+01:00,3.255,3.345,3.1223199462890627,3.24,3.24,167955,0.0,0.0 2024-05-01 00:00:00+01:00,3.1750000000000003,3.3200000000000003,3.1550000000000002,3.275,3.275,59973,0.0,0.0 2024-05-02 00:00:00+01:00,3.3200000000000003,3.3200000000000003,3.22,3.265,3.265,122997,0.0,0.0 2024-05-03 00:00:00+01:00,3.35,3.36,3.2800000000000002,3.305,3.305,70661,0.0,0.0 2024-05-07 00:00:00+01:00,3.35,3.35,3.2972198486328126,3.33,3.33,119457,0.0,0.0 2024-05-08 00:00:00+01:00,3.33,3.33,3.2,3.305,3.305,57282,0.0,0.0 2024-05-09 00:00:00+01:00,3.3000000000000003,3.3463101196289062,3.27,3.3200000000000003,3.3200000000000003,110443,0.0,0.0 2024-05-10 00:00:00+01:00,3.2600000000000002,3.35,3.2600000000000002,3.31,3.31,43809,0.0,0.0 2024-05-13 00:00:00+01:00,3.35,3.35,3.2543600463867186,3.33,3.33,138893,0.0,0.0 2024-05-14 00:00:00+01:00,3.335,3.365,3.295,3.33,3.33,504341,0.0,0.0 2024-05-15 00:00:00+01:00,3.36,3.54,3.325,3.475,3.475,362841,0.0,0.0 2024-05-16 00:00:00+01:00,3.5500000000000003,3.5500000000000003,3.4,3.455,3.455,73139,0.0,0.0 2024-05-17 00:00:00+01:00,3.45,3.69,3.45,3.575,3.575,144425,0.0,0.0 2024-05-20 00:00:00+01:00,3.575,3.6604901123046876,3.5070999145507815,3.515,3.515,84888,0.0,0.0 2024-05-21 00:00:00+01:00,3.62,3.62,3.5,3.58,3.58,89713,0.0,0.0 2024-05-22 00:00:00+01:00,3.58,3.645,3.52,3.525,3.525,175160,0.0,0.0 2024-05-23 00:00:00+01:00,3.65,3.65,3.5300000000000002,3.6,3.6,174941,0.0,0.0 2024-05-24 00:00:00+01:00,3.5500000000000003,3.64,3.5500000000000003,3.6,3.6,52973,0.0,0.0 2024-05-28 00:00:00+01:00,3.6,3.645,3.5500000000000003,3.5700000000000003,3.5700000000000003,78630,0.0,0.0 2024-05-29 00:00:00+01:00,3.65,3.65,3.5500000000000003,3.5500000000000003,3.5500000000000003,77600,0.0,0.0 2024-05-30 00:00:00+01:00,3.645,3.6950000000000003,3.5500000000000003,3.5500000000000003,3.5500000000000003,113211,0.0,0.0 2024-05-31 00:00:00+01:00,3.6,3.6,3.5500000000000003,3.6,3.6,94340,0.0,0.0 2024-06-03 00:00:00+01:00,3.6950000000000003,3.6950000000000003,3.455,3.5700000000000003,3.5700000000000003,120648,0.0,0.0 2024-06-04 00:00:00+01:00,3.58,3.58,3.455,3.5,3.5,209462,0.0,0.0 2024-06-05 00:00:00+01:00,3.45,3.58,3.4050000000000002,3.46,3.46,70780,0.0,0.0 2024-06-06 00:00:00+01:00,3.4050000000000002,3.575,3.4050000000000002,3.465,3.465,53230,0.0,0.0 2024-06-07 00:00:00+01:00,3.43,3.575,3.4050000000000002,3.47,3.47,122040,0.0,0.0 2024-06-10 00:00:00+01:00,3.42,3.565,3.4050000000000002,3.485,3.485,12510,0.0,0.0 2024-06-11 00:00:00+01:00,3.485,3.545,3.36,3.36,3.36,36018,0.0,0.0 2024-06-12 00:00:00+01:00,3.4050000000000002,3.575,3.4,3.4,3.4,103544,0.0,0.0 2024-06-13 00:00:00+01:00,3.4,3.545,3.335,3.335,3.335,36475,0.0,0.0 2024-06-14 00:00:00+01:00,3.345,3.525,3.2,3.2,3.2,77110,0.0,0.0 2024-06-17 00:00:00+01:00,3.2,3.3850000000000002,3.2,3.235,3.235,75811,0.0,0.0 2024-06-18 00:00:00+01:00,3.265,3.265,3.1614999389648437,3.18,3.18,73368,0.0,0.0 2024-06-19 00:00:00+01:00,3.335,3.375,3.1750000000000003,3.215,3.215,299971,0.0,0.0 2024-06-20 00:00:00+01:00,3.18,3.3000000000000003,3.18,3.3000000000000003,3.3000000000000003,73944,0.0,0.0 2024-06-21 00:00:00+01:00,3.295,3.34,3.165,3.165,3.165,96724,0.0,0.0 2024-06-24 00:00:00+01:00,3.165,3.295,3.165,3.19,3.19,395476,0.0,0.0 2024-06-25 00:00:00+01:00,3.19,3.29,3.19,3.22,3.22,39696,0.0,0.0 2024-06-26 00:00:00+01:00,3.24,3.3000000000000003,3.2,3.2800000000000002,3.2800000000000002,175410,0.0,0.0 2024-06-27 00:00:00+01:00,3.29,3.3000000000000003,3.22,3.22,3.22,22858,0.0,0.0 2024-06-28 00:00:00+01:00,3.22,3.285,3.1550000000000002,3.1550000000000002,3.1550000000000002,67777,0.0,0.0 2024-07-01 00:00:00+01:00,3.25,3.3000000000000003,3.1550000000000002,3.23,3.23,89430,0.0,0.0 2024-07-02 00:00:00+01:00,3.265,3.39,3.1550000000000002,3.265,3.265,133863,0.0,0.0 2024-07-03 00:00:00+01:00,3.35,3.35,3.25,3.2600000000000002,3.2600000000000002,145266,0.0,0.0 2024-07-04 00:00:00+01:00,3.3200000000000003,3.44,3.23,3.29,3.29,148535,0.0,0.0 2024-07-05 00:00:00+01:00,3.325,3.325,3.215,3.2600000000000002,3.2600000000000002,82636,0.0,0.0 2024-07-08 00:00:00+01:00,3.2600000000000002,3.29,3.1550000000000002,3.185,3.185,466355,0.0,0.0 2024-07-09 00:00:00+01:00,3.145,3.295,3.1,3.19,3.19,170955,0.0,0.0 2024-07-10 00:00:00+01:00,3.22,3.315,3.145,3.3000000000000003,3.3000000000000003,62356,0.0,0.0 2024-07-11 00:00:00+01:00,3.3000000000000003,3.364509887695313,3.165,3.285,3.285,76788,0.0,0.0 2024-07-12 00:00:00+01:00,3.295,3.3200000000000003,3.27,3.3000000000000003,3.3000000000000003,49630,0.0,0.0 2024-07-15 00:00:00+01:00,3.3000000000000003,3.345,3.225,3.24,3.24,87119,0.0,0.0 2024-07-16 00:00:00+01:00,3.225,3.315,3.19,3.25,3.25,69165,0.0,0.0 2024-07-17 00:00:00+01:00,3.25,3.3000000000000003,3.205,3.25,3.25,405820,0.0,0.0 2024-07-18 00:00:00+01:00,3.2800000000000002,3.3200000000000003,3.25,3.29,3.29,89606,0.0,0.0 2024-07-19 00:00:00+01:00,3.3000000000000003,3.305,3.24,3.265,3.265,35940,0.0,0.0 2024-07-22 00:00:00+01:00,3.2600000000000002,3.3000000000000003,3.25,3.255,3.255,42527,0.0,0.0 2024-07-23 00:00:00+01:00,3.24,3.285,3.205,3.2600000000000002,3.2600000000000002,59712,0.0,0.0 2024-07-24 00:00:00+01:00,3.2600000000000002,3.2600000000000002,3.2,3.23,3.23,70592,0.0,0.0 2024-07-25 00:00:00+01:00,3.2,3.295,3.165,3.295,3.295,134520,0.0,0.0 2024-07-26 00:00:00+01:00,3.2,3.33,3.2,3.3000000000000003,3.3000000000000003,192813,0.0,0.0 2024-07-29 00:00:00+01:00,3.34,3.34,3.2600000000000002,3.2600000000000002,3.2600000000000002,136096,0.0,0.0 2024-07-30 00:00:00+01:00,3.3000000000000003,3.3000000000000003,3.24,3.2600000000000002,3.2600000000000002,15250,0.0,0.0 2024-07-31 00:00:00+01:00,3.2,3.33,3.2,3.27,3.27,130107,0.0,0.0 2024-08-01 00:00:00+01:00,3.25,3.435,3.25,3.375,3.375,134829,0.0,0.0 2024-08-02 00:00:00+01:00,3.4,3.4,3.225,3.24,3.24,70979,0.0,0.0 2024-08-05 00:00:00+01:00,3.22,3.22,3.1,3.215,3.215,172593,0.0,0.0 2024-08-06 00:00:00+01:00,3.2,3.274299926757813,3.2,3.24,3.24,47245,0.0,0.0 2024-08-07 00:00:00+01:00,3.2800000000000002,3.395,3.235,3.335,3.335,302398,0.0,0.0 2024-08-08 00:00:00+01:00,3.38,3.38,3.25,3.255,3.255,34268,0.0,0.0 2024-08-09 00:00:00+01:00,3.255,3.365,3.25,3.29,3.29,34584,0.0,0.0 2024-08-12 00:00:00+01:00,3.2,3.39,3.2,3.34,3.34,38849,0.0,0.0 2024-08-13 00:00:00+01:00,3.395,3.395,3.2600000000000002,3.27,3.27,36690,0.0,0.0 2024-08-14 00:00:00+01:00,3.355,3.39,3.245119934082031,3.38,3.38,320232,0.0,0.0 2024-08-15 00:00:00+01:00,3.38,3.58,3.35,3.49,3.49,99871,0.0,0.0 2024-08-16 00:00:00+01:00,3.515,3.52,3.4604998779296876,3.5100000000000002,3.5100000000000002,30282,0.0,0.0 2024-08-19 00:00:00+01:00,3.4050000000000002,3.58,3.4050000000000002,3.45,3.45,79435,0.0,0.0 2024-08-20 00:00:00+01:00,3.455,3.515,3.4050000000000002,3.465,3.465,44030,0.0,0.0 2024-08-21 00:00:00+01:00,3.455,3.585,3.455,3.505,3.505,39000,0.0,0.0 2024-08-22 00:00:00+01:00,3.45,3.6,3.45,3.545,3.545,188008,0.0,0.0 ================================================ FILE: tests/data/LA-V-1d-bad-stock-split-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2020-09-30 00:00:00-04:00,4.40000009536743,4.44999980926514,4.01999998092651,4.44999980926514,4.44999980926514,22600,0,0 2020-09-29 00:00:00-04:00,4.3899998664856,4.40000009536743,4.13000011444092,4.30000019073486,4.30000019073486,10800,0,0 2020-09-28 00:00:00-04:00,4.09000015258789,4.25,4.09000015258789,4.25,4.25,8000,0,0 2020-09-25 00:00:00-04:00,3.95000004768372,4.09999990463257,3.95000004768372,4.05000019073486,4.05000019073486,13500,0,0 2020-09-24 00:00:00-04:00,3.84999990463257,4,3.84999990463257,4,4,8800,0,0 2020-09-23 00:00:00-04:00,3.99000000953674,4,3.99000000953674,4,4,5900,0,0 2020-09-22 00:00:00-04:00,3.90000009536743,4.09999990463257,3.84999990463257,4.09999990463257,4.09999990463257,3100,0,0 2020-09-21 00:00:00-04:00,4.09999990463257,4.09999990463257,4.09999990463257,4.09999990463257,4.09999990463257,1200,0,0 2020-09-18 00:00:00-04:00,3.92000007629395,4.09999990463257,3.92000007629395,4.09999990463257,4.09999990463257,27200,0,0 2020-09-17 00:00:00-04:00,3.90000009536743,3.99000000953674,3.8199999332428,3.99000000953674,3.99000000953674,3300,0,0 2020-09-16 00:00:00-04:00,3.79999995231628,4,3.79999995231628,4,4,3300,0,0 2020-09-15 00:00:00-04:00,3.95000004768372,4,3.95000004768372,4,4,2400,0,0 2020-09-14 00:00:00-04:00,3.96000003814697,4,3.96000003814697,4,4,800,0,0 2020-09-11 00:00:00-04:00,3.95000004768372,3.97000002861023,3.72000002861023,3.97000002861023,3.97000002861023,5700,0,0 2020-09-10 00:00:00-04:00,4,4.09999990463257,4,4.09999990463257,4.09999990463257,7100,0,0 2020-09-09 00:00:00-04:00,3.5699999332428,4,3.5699999332428,4,4,18100,0,0 2020-09-08 00:00:00-04:00,3.40000009536743,3.59999990463257,3.40000009536743,3.59999990463257,3.59999990463257,19500,0,0 2020-09-04 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,400,0,0 2020-09-03 00:00:00-04:00,3.58999991416931,3.58999991416931,3.58999991416931,3.58999991416931,3.58999991416931,0,0,0 2020-09-02 00:00:00-04:00,3.5,3.58999991416931,3.5,3.58999991416931,3.58999991416931,2000,0,0 2020-09-01 00:00:00-04:00,3.5,3.59999990463257,3.5,3.59999990463257,3.59999990463257,1200,0,0 2020-08-31 00:00:00-04:00,3.15000009536743,3.70000004768372,3.15000009536743,3.70000004768372,3.70000004768372,26500,0,0 2020-08-28 00:00:00-04:00,3.76999998092651,3.76999998092651,3.70000004768372,3.70000004768372,3.70000004768372,1600,0,0 2020-08-27 00:00:00-04:00,3.65000009536743,3.65000009536743,3.65000009536743,3.65000009536743,3.65000009536743,0,0,0 2020-08-26 00:00:00-04:00,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,0,0,0.1 2020-08-25 00:00:00-04:00,3.40000009536743,3.70000004768372,3.40000009536743,3.70000004768372,3.70000004768372,2900,0,0 2020-08-24 00:00:00-04:00,3.29999995231628,3.5,3.29999995231628,3.5,3.5,10000,0,0 2020-08-21 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,150,0,0 2020-08-20 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-19 00:00:00-04:00,3.40000009536743,3.5,3.40000009536743,3.5,3.5,9050,0,0 2020-08-18 00:00:00-04:00,3.5,3.79999995231628,3.5,3.5,3.5,2250,0,0 2020-08-17 00:00:00-04:00,2.79999995231628,3.70000004768372,2.79999995231628,3.70000004768372,3.70000004768372,5050,0,0 2020-08-14 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-13 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-12 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-11 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-10 00:00:00-04:00,3.5,3.70000004768372,3.5,3.5,3.5,3300,0,0 2020-08-07 00:00:00-04:00,3.5,3.79999995231628,3.5,3.79999995231628,3.79999995231628,2500,0,0 2020-08-06 00:00:00-04:00,3.5,3.70000004768372,3.40000009536743,3.70000004768372,3.70000004768372,3000,0,0 2020-08-05 00:00:00-04:00,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,0,0,0 2020-08-04 00:00:00-04:00,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,0,0,0 ================================================ FILE: tests/data/LA-V-1d-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2020-09-30 00:00:00-04:00,4.40000009536743,4.44999980926514,4.01999998092651,4.44999980926514,4.44999980926514,22600,0,0 2020-09-29 00:00:00-04:00,4.3899998664856,4.40000009536743,4.13000011444092,4.30000019073486,4.30000019073486,10800,0,0 2020-09-28 00:00:00-04:00,4.09000015258789,4.25,4.09000015258789,4.25,4.25,8000,0,0 2020-09-25 00:00:00-04:00,3.95000004768372,4.09999990463257,3.95000004768372,4.05000019073486,4.05000019073486,13500,0,0 2020-09-24 00:00:00-04:00,3.84999990463257,4,3.84999990463257,4,4,8800,0,0 2020-09-23 00:00:00-04:00,3.99000000953674,4,3.99000000953674,4,4,5900,0,0 2020-09-22 00:00:00-04:00,3.90000009536743,4.09999990463257,3.84999990463257,4.09999990463257,4.09999990463257,3100,0,0 2020-09-21 00:00:00-04:00,4.09999990463257,4.09999990463257,4.09999990463257,4.09999990463257,4.09999990463257,1200,0,0 2020-09-18 00:00:00-04:00,3.92000007629395,4.09999990463257,3.92000007629395,4.09999990463257,4.09999990463257,27200,0,0 2020-09-17 00:00:00-04:00,3.90000009536743,3.99000000953674,3.8199999332428,3.99000000953674,3.99000000953674,3300,0,0 2020-09-16 00:00:00-04:00,3.79999995231628,4,3.79999995231628,4,4,3300,0,0 2020-09-15 00:00:00-04:00,3.95000004768372,4,3.95000004768372,4,4,2400,0,0 2020-09-14 00:00:00-04:00,3.96000003814697,4,3.96000003814697,4,4,800,0,0 2020-09-11 00:00:00-04:00,3.95000004768372,3.97000002861023,3.72000002861023,3.97000002861023,3.97000002861023,5700,0,0 2020-09-10 00:00:00-04:00,4,4.09999990463257,4,4.09999990463257,4.09999990463257,7100,0,0 2020-09-09 00:00:00-04:00,3.5699999332428,4,3.5699999332428,4,4,18100,0,0 2020-09-08 00:00:00-04:00,3.40000009536743,3.59999990463257,3.40000009536743,3.59999990463257,3.59999990463257,19500,0,0 2020-09-04 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,400,0,0 2020-09-03 00:00:00-04:00,3.58999991416931,3.58999991416931,3.58999991416931,3.58999991416931,3.58999991416931,0,0,0 2020-09-02 00:00:00-04:00,3.5,3.58999991416931,3.5,3.58999991416931,3.58999991416931,2000,0,0 2020-09-01 00:00:00-04:00,3.5,3.59999990463257,3.5,3.59999990463257,3.59999990463257,1200,0,0 2020-08-31 00:00:00-04:00,3.15000009536743,3.70000004768372,3.15000009536743,3.70000004768372,3.70000004768372,26500,0,0 2020-08-28 00:00:00-04:00,3.76999998092651,3.76999998092651,3.70000004768372,3.70000004768372,3.70000004768372,1600,0,0 2020-08-27 00:00:00-04:00,3.65000009536743,3.65000009536743,3.65000009536743,3.65000009536743,3.65000009536743,0,0,0 2020-08-26 00:00:00-04:00,0.370000004768372,0.370000004768372,0.370000004768372,0.370000004768372,0.370000004768372,0,0,0.1 2020-08-25 00:00:00-04:00,3.40000009536743,3.70000004768372,3.40000009536743,3.70000004768372,3.70000004768372,2900,0,0 2020-08-24 00:00:00-04:00,3.29999995231628,3.5,3.29999995231628,3.5,3.5,10000,0,0 2020-08-21 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,150,0,0 2020-08-20 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-19 00:00:00-04:00,3.40000009536743,3.5,3.40000009536743,3.5,3.5,9050,0,0 2020-08-18 00:00:00-04:00,3.5,3.79999995231628,3.5,3.5,3.5,2250,0,0 2020-08-17 00:00:00-04:00,2.79999995231628,3.70000004768372,2.79999995231628,3.70000004768372,3.70000004768372,5050,0,0 2020-08-14 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-13 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-12 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-11 00:00:00-04:00,3.5,3.5,3.5,3.5,3.5,0,0,0 2020-08-10 00:00:00-04:00,3.5,3.70000004768372,3.5,3.5,3.5,3300,0,0 2020-08-07 00:00:00-04:00,3.5,3.79999995231628,3.5,3.79999995231628,3.79999995231628,2500,0,0 2020-08-06 00:00:00-04:00,3.5,3.70000004768372,3.40000009536743,3.70000004768372,3.70000004768372,3000,0,0 2020-08-05 00:00:00-04:00,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,0,0,0 2020-08-04 00:00:00-04:00,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,3.70000004768372,0,0,0 ================================================ FILE: tests/data/LSC-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,0.27,0.28,0.28,0.275,0.2529500382534256,381,0.0,0.0,True 2022-01-05 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-06 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-07 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-10 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-11 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-12 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-13 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-14 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-17 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-18 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-19 00:00:00+00:00,0.275,0.275,0.275,0.275,0.2529500382534256,0,0.0,0.0,True 2022-01-20 00:00:00+00:00,0.275,0.27299999237060546,0.27299999237060546,0.275,0.2529500382534256,36,0.0,0.0,True 2022-01-21 00:00:00+00:00,0.275,0.29,0.29,0.28500000000000003,0.2621482348766438,206,0.0,0.0,True 2022-01-24 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-01-25 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-01-26 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-01-27 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-01-28 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-01-31 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-01 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-02 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-03 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-04 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-07 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-08 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-09 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-10 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2621482348766438,0,0.0,0.0,True 2022-02-11 00:00:00+00:00,0.29,0.29,0.29,0.29,0.26674732372966126,0,0.0,0.0,True 2022-02-14 00:00:00+00:00,0.29,0.29,0.29,0.29,0.26674732372966126,0,0.0,0.0,True 2022-02-15 00:00:00+00:00,0.29,0.29,0.29,0.29,0.26674732372966126,0,0.0,0.0,True 2022-02-16 00:00:00+00:00,0.29,0.29,0.29,0.29,0.26674732372966126,0,0.0,0.0,True 2022-02-17 00:00:00+00:00,0.29,0.29,0.29,0.29,0.26674732372966126,0,0.0,0.0,True 2022-02-18 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-21 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-22 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-23 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-24 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-25 00:00:00+00:00,0.295,0.295,0.295,0.295,0.2713463936654954,0,0.0,0.0,True 2022-02-28 00:00:00+00:00,0.295,0.3,0.29,0.305,0.28054457137153027,119,0.0,0.0,True 2022-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28054457137153027,0,0.0,0.0,True 2022-03-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28054457137153027,0,0.0,0.0,True 2022-03-03 00:00:00+00:00,0.305,0.32,0.32,0.315,0.2897427490775651,100,0.0,0.0,True 2022-03-04 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-07 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-08 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-09 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-10 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-11 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-14 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-15 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-16 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-17 00:00:00+00:00,0.315,0.3036000061035156,0.3036000061035156,0.315,0.2897427490775651,9,0.0,0.0,True 2022-03-18 00:00:00+00:00,0.315,0.3036000061035156,0.3036000061035156,0.315,0.2897427490775651,6,0.0,0.0,True 2022-03-21 00:00:00+00:00,0.315,0.315,0.315,0.315,0.2897427490775651,0,0.0,0.0,True 2022-03-22 00:00:00+00:00,0.315,0.35000000000000003,0.35000000000000003,0.34,0.3127382122598356,142,0.0,0.0,True 2022-03-23 00:00:00+00:00,0.34,0.34,0.34,0.34,0.3127382122598356,0,0.0,0.0,True 2022-03-24 00:00:00+00:00,0.34,0.34,0.34,0.34,0.3127382122598356,0,0.0,0.0,True 2022-03-25 00:00:00+00:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-03-28 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-03-29 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-03-30 00:00:00+01:00,0.355,0.3406999969482422,0.34,0.355,0.32653547881888795,1000,0.0,0.0,True 2022-03-31 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-01 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-04 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-05 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-06 00:00:00+01:00,0.35000000000000003,0.34750000000000003,0.34750000000000003,0.355,0.32653547881888795,2,0.0,0.0,True 2022-04-07 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-08 00:00:00+01:00,0.355,0.37,0.37,0.355,0.32653547881888795,6,0.0,0.0,True 2022-04-11 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-12 00:00:00+01:00,0.35000000000000003,0.3679999923706055,0.3679999923706055,0.355,0.32653547881888795,9,0.0,0.0,True 2022-04-13 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-14 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-19 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-20 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-21 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-22 00:00:00+01:00,0.355,0.355,0.355,0.355,0.32653547881888795,0,0.0,0.0,True 2022-04-25 00:00:00+01:00,0.355,0.39,0.36,0.38,0.34953094200115836,183,0.0,0.0,True 2022-04-26 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,262,0.0,0.0,True 2022-04-27 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-04-28 00:00:00+01:00,0.385,0.3679999923706055,0.3679999923706055,0.38,0.34953094200115836,100,0.0,0.0,True 2022-04-29 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-03 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-04 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-05 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-06 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-09 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-10 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-11 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-12 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-13 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-16 00:00:00+01:00,0.385,0.36200000762939455,0.36200000762939455,0.38,0.34953094200115836,100,0.0,0.0,True 2022-05-17 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-18 00:00:00+01:00,0.38,0.38,0.38,0.38,0.34953094200115836,0,0.0,0.0,True 2022-05-19 00:00:00+01:00,0.385,0.36200000762939455,0.36200000762939455,0.38,0.34953094200115836,125,0.0,0.0,True 2022-05-20 00:00:00+01:00,0.38,0.36200000762939455,0.36200000762939455,0.38,0.34953094200115836,142,0.0,0.0,True 2022-05-23 00:00:00+01:00,0.385,0.3940000152587891,0.35000000000000003,0.385,0.3541300497713592,439,0.0,0.0,True 2022-05-24 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-05-25 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-05-26 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-05-27 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-05-30 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-05-31 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-06-01 00:00:00+01:00,0.375,0.39,0.39,0.375,0.34493187206532433,25,0.0,0.0,True 2022-06-06 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-06-07 00:00:00+01:00,0.375,0.35000000000000003,0.35000000000000003,0.375,0.34493187206532433,96,0.0,0.0,True 2022-06-08 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34493187206532433,0,0.0,0.0,True 2022-06-09 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0042,0.0,True 2022-06-10 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-13 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-14 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-15 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-16 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-17 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-20 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-21 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-22 00:00:00+01:00,0.375,0.32,0.32,0.375,0.34883886737998016,232,0.0,0.0,True 2022-06-23 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-24 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-27 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-28 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-29 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-06-30 00:00:00+01:00,0.375,0.375,0.375,0.375,0.34883886737998016,0,0.0,0.0,True 2022-07-01 00:00:00+01:00,0.37,0.35000000000000003,0.35000000000000003,0.34500000000000003,0.3209317594588776,40,0.0,0.0,True 2022-07-04 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-05 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-06 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-07 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-08 00:00:00+01:00,0.35000000000000003,0.34900001525878904,0.34900001525878904,0.34500000000000003,0.3209317594588776,1,0.0,0.0,True 2022-07-11 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-12 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-13 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-14 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-15 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-18 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-19 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-20 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-21 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-22 00:00:00+01:00,0.35000000000000003,0.34900001525878904,0.34900001525878904,0.34500000000000003,0.3209317594588776,142,0.0,0.0,True 2022-07-25 00:00:00+01:00,0.35000000000000003,0.35000000000000003,0.35000000000000003,0.34500000000000003,0.3209317594588776,115,0.0,0.0,True 2022-07-26 00:00:00+01:00,0.35000000000000003,0.32000011444091797,0.32000011444091797,0.34500000000000003,0.3209317594588776,35,0.0,0.0,True 2022-07-27 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-07-28 00:00:00+01:00,0.35000000000000003,0.36450000762939455,0.36450000762939455,0.34500000000000003,0.3209317594588776,2,0.0,0.0,True 2022-07-29 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-01 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-02 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-03 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-04 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-05 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-08 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-09 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-10 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-11 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-12 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-15 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-16 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-17 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-18 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-19 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-22 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-23 00:00:00+01:00,0.34500000000000003,0.32000011444091797,0.32,0.34500000000000003,0.3209317594588776,11,0.0,0.0,True 2022-08-24 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-25 00:00:00+01:00,0.34500000000000003,0.305,0.305,0.34500000000000003,0.3209317594588776,206,0.0,0.0,True 2022-08-26 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-30 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-08-31 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-09-01 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-09-02 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.3209317594588776,0,0.0,0.0,True 2022-09-05 00:00:00+01:00,0.34,0.29100000381469726,0.29100000381469726,0.34,0.3162805564391621,480,0.0,0.0,True 2022-09-06 00:00:00+01:00,0.34,0.34,0.34,0.34,0.3162805564391621,0,0.0,0.0,True 2022-09-07 00:00:00+01:00,0.34,0.34,0.34,0.34,0.3162805564391621,0,0.0,0.0,True 2022-09-08 00:00:00+01:00,0.33,0.3004999923706055,0.3004999923706055,0.315,0.293024651537775,100,0.0,0.0,True 2022-09-09 00:00:00+01:00,0.3,0.27299999237060546,0.2500000953674316,0.23500000000000001,0.21860567871530318,371,0.0,0.0,True 2022-09-12 00:00:00+01:00,0.2599999046325684,0.26,0.24399999618530274,0.24399999618530274,0.2269778000719149,740,0.0,0.0,True 2022-09-13 00:00:00+01:00,0.25799999237060545,0.2584000015258789,0.2584000015258789,0.245,0.2279080847547342,19,0.0,0.0,True 2022-09-14 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-15 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-16 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-20 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-21 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-22 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-23 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-26 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-27 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-28 00:00:00+01:00,0.26,0.25799999237060545,0.25799999237060545,0.245,0.2279080847547342,125,0.0,0.0,True 2022-09-29 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-09-30 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-03 00:00:00+01:00,0.245,0.23100000381469726,0.23100000381469726,0.245,0.2279080847547342,66,0.0,0.0,True 2022-10-04 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-05 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-06 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-07 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-10 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-11 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-12 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-13 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-14 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-17 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-18 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-19 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-20 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-21 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-24 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-25 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-26 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-27 00:00:00+01:00,0.245,0.245,0.245,0.245,0.2279080847547342,0,0.0,0.0,True 2022-10-28 00:00:00+01:00,0.245,0.26,0.26,0.26,0.2418616203490871,200,0.0,0.0,True 2022-10-31 00:00:00+00:00,0.26,0.26,0.26,0.26,0.2418616203490871,0,0.0,0.0,True 2022-11-01 00:00:00+00:00,0.26,0.26,0.26,0.26,0.2418616203490871,0,0.0,0.0,True 2022-11-02 00:00:00+00:00,0.255,0.255,0.255,0.255,0.23721043569556996,0,0.0,0.0,True 2022-11-03 00:00:00+00:00,0.255,0.23100000381469726,0.23100000381469726,0.255,0.24118285925984984,37,0.0042,0.0,True 2022-11-04 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-07 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-08 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-09 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-10 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-11 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-14 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-15 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-16 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-17 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-18 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-21 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-22 00:00:00+00:00,0.255,0.255,0.255,0.255,0.24118285925984984,0,0.0,0.0,True 2022-11-23 00:00:00+00:00,0.255,0.22670000076293945,0.215,0.23,0.21753748848254773,1258,0.0,0.0,True 2022-11-24 00:00:00+00:00,0.225,0.225,0.225,0.225,0.21280840949387678,0,0.0,0.0,True 2022-11-25 00:00:00+00:00,0.225,0.225,0.225,0.225,0.21280840949387678,0,0.0,0.0,True 2022-11-28 00:00:00+00:00,0.225,0.24760000228881837,0.23450000762939455,0.24700000762939453,0.2336163473776079,912,0.0,0.0,True 2022-11-29 00:00:00+00:00,0.24700000762939453,0.2670000076293945,0.24,0.26,0.24591193824852078,201,0.0,0.0,True 2022-11-30 00:00:00+00:00,0.26,0.26,0.26,0.26,0.24591193824852078,0,0.0,0.0,True 2022-12-01 00:00:00+00:00,0.26,0.26,0.26,0.26,0.24591193824852078,0,0.0,0.0,True 2022-12-02 00:00:00+00:00,0.26,0.26,0.26,0.26,0.24591193824852078,0,0.0,0.0,True 2022-12-05 00:00:00+00:00,0.26,0.26,0.26,0.26,0.24591193824852078,0,0.0,0.0,True 2022-12-06 00:00:00+00:00,0.26,0.26,0.26,0.26,0.24591193824852078,0,0.0,0.0,True 2022-12-07 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-08 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-09 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-12 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-13 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-14 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-15 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-16 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-19 00:00:00+00:00,0.27,0.27,0.27,0.27,0.25537009622586265,0,0.0,0.0,True 2022-12-20 00:00:00+00:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2022-12-21 00:00:00+00:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2022-12-22 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2022-12-23 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2022-12-28 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2022-12-29 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2022-12-30 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2023-01-03 00:00:00+00:00,0.28500000000000003,0.2720000076293945,0.2720000076293945,0.28500000000000003,0.26955733319187547,15,0.0,0.0,True 2023-01-04 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.26955733319187547,0,0.0,0.0,True 2023-01-05 00:00:00+00:00,0.3,0.3,0.3,0.3,0.28374454599183574,0,0.0,0.0,True 2023-01-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-11 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-12 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-18 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-25 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-01-31 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-07 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-08 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-14 00:00:00+00:00,0.305,0.3139999961853027,0.3139999961853027,0.305,0.28847362498050666,127,0.0,0.0,True 2023-02-15 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-02-28 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.28847362498050666,127,0.0,0.0,True 2023-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-02 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.28847362498050666,5,0.0,0.0,True 2023-03-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-06 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.28847362498050666,4,0.0,0.0,True 2023-03-07 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-08 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-14 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-15 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.28847362498050666,25,0.0,0.0,True 2023-03-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-17 00:00:00+00:00,0.315,0.31,0.31,0.305,0.28847362498050666,15,0.0,0.0,True 2023-03-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-27 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-28 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-03-31 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-03 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-04 00:00:00+01:00,0.305,0.31,0.31,0.305,0.28847362498050666,4,0.0,0.0,True 2023-04-05 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-06 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-11 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-12 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-13 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-14 00:00:00+01:00,0.305,0.305,0.305,0.305,0.28847362498050666,0,0.0,0.0,True 2023-04-17 00:00:00+01:00,0.315,0.31,0.2929999923706055,0.305,0.28847362498050666,35,0.0,0.0,True 2023-04-18 00:00:00+01:00,0.305,0.30950000762939456,0.30950000762939456,0.31,0.2932027039691775,24,0.0,0.0,True 2023-04-19 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-04-20 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-04-21 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-04-24 00:00:00+01:00,0.31,0.2929999923706055,0.2929999923706055,0.31,0.2932027039691775,6,0.0,0.0,True 2023-04-25 00:00:00+01:00,0.31,0.2929999923706055,0.2929999923706055,0.31,0.2932027039691775,18,0.0,0.0,True 2023-04-26 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-04-27 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-04-28 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-05-02 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-05-03 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-05-04 00:00:00+01:00,0.31,0.31,0.31,0.31,0.2932027039691775,0,0.0,0.0,True 2023-05-05 00:00:00+01:00,0.31,0.3,0.29200000762939454,0.31,0.2932027039691775,615,0.0,0.0,True 2023-05-09 00:00:00+01:00,0.275,0.275,0.23,0.23500000000000001,0.22226656747121867,1178,0.0,0.0,True 2023-05-10 00:00:00+01:00,0.225,0.23,0.23,0.245,0.23172472544856051,470,0.0,0.0,True 2023-05-11 00:00:00+01:00,0.245,0.245,0.245,0.245,0.23172472544856051,0,0.0,0.0,True 2023-05-12 00:00:00+01:00,0.26,0.28,0.28,0.275,0.2600991752145336,500,0.0,0.0,True 2023-05-15 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2600991752145336,0,0.0,0.0,True 2023-05-16 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2600991752145336,0,0.0,0.0,True 2023-05-17 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2600991752145336,0,0.0,0.0,True 2023-05-18 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2600991752145336,0,0.0,0.0,True 2023-05-19 00:00:00+01:00,0.275,0.29649999618530276,0.29649999618530276,0.28,0.26482825420320455,33,0.0,0.0,True 2023-05-22 00:00:00+01:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2023-05-23 00:00:00+01:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2023-05-24 00:00:00+01:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2023-05-25 00:00:00+01:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2023-05-26 00:00:00+01:00,0.28,0.28,0.28,0.28,0.26482825420320455,0,0.0,0.0,True 2023-05-30 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-05-31 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-01 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-02 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-05 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-06 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-07 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27428638801449384,0,0.0,0.0,True 2023-06-08 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0042,0.0,True 2023-06-09 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-12 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-13 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-14 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-15 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-16 00:00:00+01:00,0.28500000000000003,0.27649999618530274,0.27649999618530274,0.28500000000000003,0.2735186164595198,2,0.0,0.0,True 2023-06-19 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.2735186164595198,0,0.0,0.0,True 2023-06-20 00:00:00+01:00,0.28500000000000003,0.3025,0.3025,0.3,0.2879143146020135,100,0.0,0.0,True 2023-06-21 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-22 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-23 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-26 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-27 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-28 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-29 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-06-30 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-03 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-04 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-05 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-06 00:00:00+01:00,0.29,0.28200000762939453,0.28200000762939453,0.3,0.2879143146020135,19,0.0,0.0,True 2023-07-07 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,2,0.0,0.0,True 2023-07-10 00:00:00+01:00,0.3,0.3060000038146973,0.3060000038146973,0.3,0.2879143146020135,8,0.0,0.0,True 2023-07-11 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-12 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-13 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-14 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-17 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-18 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-19 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-20 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-21 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-24 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-25 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-26 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-27 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-28 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-07-31 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-08-01 00:00:00+01:00,0.3,0.3,0.3,0.305,0.2927129172903593,100,0.0,0.0,True 2023-08-02 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-03 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-04 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-07 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-08 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-09 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-10 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-11 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-14 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-15 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-16 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-17 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-18 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-21 00:00:00+01:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-08-22 00:00:00+01:00,0.295,0.295,0.295,0.295,0.28311575588268517,0,0.0,0.0,True 2023-08-23 00:00:00+01:00,0.295,0.295,0.295,0.295,0.28311575588268517,0,0.0,0.0,True 2023-08-24 00:00:00+01:00,0.295,0.295,0.295,0.295,0.28311575588268517,0,0.0,0.0,True 2023-08-25 00:00:00+01:00,0.295,0.295,0.295,0.295,0.28311575588268517,0,0.0,0.0,True 2023-08-29 00:00:00+01:00,0.295,0.32,0.32,0.3,0.2879143146020135,100,0.0,0.0,True 2023-08-30 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-08-31 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-01 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-04 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-05 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-06 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-07 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-08 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-11 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-12 00:00:00+01:00,0.29,0.29200000762939454,0.29200000762939454,0.3,0.2879143146020135,147,0.0,0.0,True 2023-09-13 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-14 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-15 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-18 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-19 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-20 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-21 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-22 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-25 00:00:00+01:00,0.3,0.3199999046325684,0.3199999046325684,0.3,0.2879143146020135,15,0.0,0.0,True 2023-09-26 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-27 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-28 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-09-29 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-02 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-03 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-04 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-05 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-06 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-09 00:00:00+01:00,0.3,0.29200000762939454,0.29200000762939454,0.3,0.2879143146020135,100,0.0,0.0,True 2023-10-10 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-11 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-12 00:00:00+01:00,0.3,0.29399999618530276,0.29399999618530276,0.3,0.2879143146020135,7,0.0,0.0,True 2023-10-13 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-16 00:00:00+01:00,0.3,0.29399999618530276,0.29399999618530276,0.3,0.2879143146020135,25,0.0,0.0,True 2023-10-17 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-18 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-19 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-20 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-23 00:00:00+01:00,0.3,0.3,0.3,0.3,0.2879143146020135,0,0.0,0.0,True 2023-10-24 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-10-25 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-10-26 00:00:00+01:00,0.29,0.29999990463256837,0.29999990463256837,0.29,0.27831717517884813,10,0.0,0.0,True 2023-10-27 00:00:00+01:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-10-30 00:00:00+00:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-10-31 00:00:00+00:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-11-01 00:00:00+00:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-11-02 00:00:00+00:00,0.29,0.29,0.29,0.29,0.27831717517884813,0,0.0,0.0,True 2023-11-03 00:00:00+00:00,0.29,0.29999990463256837,0.29999990463256837,0.305,0.2927129172903593,77,0.0,0.0,True 2023-11-06 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.2927129172903593,290,0.0,0.0,True 2023-11-07 00:00:00+00:00,0.305,0.305,0.305,0.305,0.2927129172903593,0,0.0,0.0,True 2023-11-08 00:00:00+00:00,0.305,0.33,0.33,0.305,0.2927129172903593,2,0.0,0.0,True 2023-11-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0082,0.0,False 2023-11-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-14 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-15 00:00:00+00:00,0.305,0.28500000000000003,0.28500000000000003,0.305,0.3007999992370606,100,0.0,0.0,False 2023-11-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-23 00:00:00+00:00,0.305,0.28,0.28,0.305,0.3007999992370606,2,0.0,0.0,False 2023-11-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-11-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-04 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-05 00:00:00+00:00,0.305,0.2826000022888184,0.2826000022888184,0.305,0.3007999992370606,125,0.0,0.0,False 2023-12-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-07 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,4,0.0,0.0,False 2023-12-08 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,16,0.0,0.0,False 2023-12-11 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,7,0.0,0.0,False 2023-12-12 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-14 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,10,0.0,0.0,False 2023-12-15 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,5,0.0,0.0,False 2023-12-18 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2023-12-29 00:00:00+00:00,0.305,0.3275,0.3275,0.305,0.3007999992370606,15,0.0,0.0,False 2024-01-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-04 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-05 00:00:00+00:00,0.305,0.3275,0.3275,0.31,0.30573114395141604,10,0.0,0.0,False 2024-01-08 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-09 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-10 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-11 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-12 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-15 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-16 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-17 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-18 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0,False 2024-01-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-22 00:00:00+00:00,0.305,0.29200000762939454,0.29200000762939454,0.31,0.30573114395141604,2,0.0,0.0,False 2024-01-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-24 00:00:00+00:00,0.305,0.29200000762939454,0.29200000762939454,0.305,0.3007999992370606,15,0.0,0.0,False 2024-01-25 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-01-31 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-05 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-06 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-07 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-08 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-09 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-12 00:00:00+00:00,30.5,32.75,32.75,30.5,30.080000000000002,3,0.0,0.0,False 2024-02-13 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-14 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-15 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-16 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-19 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-20 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-21 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-22 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-02-23 00:00:00+00:00,30.5,32.75,32.75,30.5,30.080000000000002,50,0.0,0.0,False 2024-02-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-02-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-03-04 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-05 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-06 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-07 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-08 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-11 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-12 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,2,0.0,0.0,False 2024-03-13 00:00:00+00:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,108,0.0,0.0,False 2024-03-14 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-15 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-18 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,100,0.0,0.0,False 2024-03-19 00:00:00+00:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,60,0.0,0.0,False 2024-03-20 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-21 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-22 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-25 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-26 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-03-27 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,22,0.0,0.0,False 2024-03-28 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-02 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,2,0.0,0.0,False 2024-04-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-04 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,71,0.0,0.0,False 2024-04-05 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-08 00:00:00+01:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,20,0.0,0.0,False 2024-04-09 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-10 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-11 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-12 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,24,0.0,0.0,False 2024-04-15 00:00:00+01:00,30.5,32.999990234375,28.5,30.5,30.080000000000002,255,0.0,0.0,False 2024-04-16 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-04-17 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-18 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-19 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-22 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-23 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-24 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-25 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-26 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-04-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-05-01 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-02 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-07 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-08 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-09 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-10 00:00:00+01:00,30.5,32.75,32.75,30.5,30.080000000000002,100,0.0,0.0,False 2024-05-13 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-14 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,88,0.0,0.0,False 2024-05-15 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-16 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-05-17 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-05-20 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-21 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-22 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-23 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-24 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-05-28 00:00:00+01:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,93,0.0,0.0,False 2024-05-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-05-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-05-31 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0,False 2024-06-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-04 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-05 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-06 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-07 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-10 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-11 00:00:00+01:00,30.5,28.75,28.75,30.5,30.080000000000002,100,0.0,0.0,False 2024-06-12 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0,False 2024-06-13 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.42,0.0,False 2024-06-14 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-17 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-18 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-19 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-20 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-21 00:00:00+01:00,30.5,32.75,32.75,30.5,30.5,3,0.0,0.0,False 2024-06-24 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-25 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0,False 2024-06-26 00:00:00+01:00,31.5,31.5,31.5,31.5,31.5,0,0.0,0.0,False 2024-06-27 00:00:00+01:00,31.5,33.0,33.0,31.5,31.5,250,0.0,0.0,False 2024-06-28 00:00:00+01:00,31.5,30.3,30.3,31.5,31.5,5,0.0,0.0,False 2024-07-01 00:00:00+01:00,31.5,31.5,31.5,31.5,31.5,0,0.0,0.0,False 2024-07-02 00:00:00+01:00,33.5,33.5,33.5,33.5,33.5,0,0.0,0.0,False 2024-07-03 00:00:00+01:00,34.5,36.0,34.45,35.5,35.5,990,0.0,0.0,False 2024-07-04 00:00:00+01:00,34.5,34.000009765625,34.000009765625,35.5,35.5,105,0.0,0.0,False 2024-07-05 00:00:00+01:00,34.5,36.0,36.0,35.5,35.5,340,0.0,0.0,False 2024-07-08 00:00:00+01:00,34.5,37.0,35.5,36.0,36.0,660,0.0,0.0,False 2024-07-09 00:00:00+01:00,36.5,36.5,36.5,36.5,36.5,0,0.0,0.0,False 2024-07-10 00:00:00+01:00,36.5,36.5,36.5,36.5,36.5,0,0.0,0.0,False 2024-07-11 00:00:00+01:00,36.5,36.050000000000004,36.050000000000004,36.5,36.5,100,0.0,0.0,False 2024-07-12 00:00:00+01:00,34.5,36.999990234375,36.050000000000004,36.5,36.5,5,0.0,0.0,False 2024-07-15 00:00:00+01:00,34.5,36.99,36.99,38.0,38.0,6,0.0,0.0,False 2024-07-16 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-17 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0,False 2024-07-18 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0,False 2024-07-19 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0,False 2024-07-22 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-23 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-24 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-25 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-26 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-29 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0,False 2024-07-30 00:00:00+01:00,37.5,40.0,40.0,38.0,38.0,74,0.0,0.0,False 2024-07-31 00:00:00+01:00,37.5,38.300000000000004,38.300000000000004,39.0,39.0,250,0.0,0.0,False 2024-08-01 00:00:00+01:00,37.5,40.0,39.999990234375,39.0,39.0,201,0.0,0.0,False 2024-08-02 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-05 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-06 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-07 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-08 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-09 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-12 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-13 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-14 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-15 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-16 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-19 00:00:00+01:00,37.5,38.1,38.1,39.0,39.0,14,0.0,0.0,False 2024-08-20 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0,False 2024-08-21 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-22 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-23 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-27 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-28 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-29 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False 2024-08-30 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0,False ================================================ FILE: tests/data/LSC-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,0.27,0.28,0.28,0.275,0.01594000220298767,381,0.0,0.0 2022-01-05 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-06 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-07 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-10 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-11 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-12 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-13 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-14 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-17 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-18 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-19 00:00:00+00:00,0.275,0.275,0.275,0.275,0.01594000220298767,0,0.0,0.0 2022-01-20 00:00:00+00:00,0.275,0.27299999237060546,0.27299999237060546,0.275,0.01594000220298767,36,0.0,0.0 2022-01-21 00:00:00+00:00,0.275,0.29,0.29,0.28500000000000003,0.016519639492034912,206,0.0,0.0 2022-01-24 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-01-25 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-01-26 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-01-27 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-01-28 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-01-31 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-01 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-02 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-03 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-04 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-07 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-08 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-09 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-10 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.016519639492034912,0,0.0,0.0 2022-02-11 00:00:00+00:00,0.29,0.29,0.29,0.29,0.016809457540512086,0,0.0,0.0 2022-02-14 00:00:00+00:00,0.29,0.29,0.29,0.29,0.016809457540512086,0,0.0,0.0 2022-02-15 00:00:00+00:00,0.29,0.29,0.29,0.29,0.016809457540512086,0,0.0,0.0 2022-02-16 00:00:00+00:00,0.29,0.29,0.29,0.29,0.016809457540512086,0,0.0,0.0 2022-02-17 00:00:00+00:00,0.29,0.29,0.29,0.29,0.016809457540512086,0,0.0,0.0 2022-02-18 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-21 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-22 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-23 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-24 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-25 00:00:00+00:00,0.295,0.295,0.295,0.295,0.017099274396896364,0,0.0,0.0 2022-02-28 00:00:00+00:00,0.295,0.3,0.29,0.305,0.01767891049385071,119,0.0,0.0 2022-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.01767891049385071,0,0.0,0.0 2022-03-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.01767891049385071,0,0.0,0.0 2022-03-03 00:00:00+00:00,0.305,0.32,0.32,0.315,0.018258546590805055,100,0.0,0.0 2022-03-04 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-07 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-08 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-09 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-10 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-11 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-14 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-15 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-16 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-17 00:00:00+00:00,0.315,0.3036000061035156,0.3036000061035156,0.315,0.018258546590805055,9,0.0,0.0 2022-03-18 00:00:00+00:00,0.315,0.3036000061035156,0.3036000061035156,0.315,0.018258546590805055,6,0.0,0.0 2022-03-21 00:00:00+00:00,0.315,0.315,0.315,0.315,0.018258546590805055,0,0.0,0.0 2022-03-22 00:00:00+00:00,0.315,0.35000000000000003,0.35000000000000003,0.34,0.019707638025283813,142,0.0,0.0 2022-03-23 00:00:00+00:00,0.34,0.34,0.34,0.34,0.019707638025283813,0,0.0,0.0 2022-03-24 00:00:00+00:00,0.34,0.34,0.34,0.34,0.019707638025283813,0,0.0,0.0 2022-03-25 00:00:00+00:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-03-28 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-03-29 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-03-30 00:00:00+01:00,0.355,0.3406999969482422,0.34,0.355,0.020577092170715332,1000,0.0,0.0 2022-03-31 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-01 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-04 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-05 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-06 00:00:00+01:00,0.35000000000000003,0.34750000000000003,0.34750000000000003,0.355,0.020577092170715332,2,0.0,0.0 2022-04-07 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-08 00:00:00+01:00,0.355,0.37,0.37,0.355,0.020577092170715332,6,0.0,0.0 2022-04-11 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-12 00:00:00+01:00,0.35000000000000003,0.3679999923706055,0.3679999923706055,0.355,0.020577092170715332,9,0.0,0.0 2022-04-13 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-14 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-19 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-20 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-21 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-22 00:00:00+01:00,0.355,0.355,0.355,0.355,0.020577092170715332,0,0.0,0.0 2022-04-25 00:00:00+01:00,0.355,0.39,0.36,0.38,0.02202618360519409,183,0.0,0.0 2022-04-26 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,262,0.0,0.0 2022-04-27 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-04-28 00:00:00+01:00,0.385,0.3679999923706055,0.3679999923706055,0.38,0.02202618360519409,100,0.0,0.0 2022-04-29 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-03 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-04 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-05 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-06 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-09 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-10 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-11 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-12 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-13 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-16 00:00:00+01:00,0.385,0.36200000762939455,0.36200000762939455,0.38,0.02202618360519409,100,0.0,0.0 2022-05-17 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-18 00:00:00+01:00,0.38,0.38,0.38,0.38,0.02202618360519409,0,0.0,0.0 2022-05-19 00:00:00+01:00,0.385,0.36200000762939455,0.36200000762939455,0.38,0.02202618360519409,125,0.0,0.0 2022-05-20 00:00:00+01:00,0.38,0.36200000762939455,0.36200000762939455,0.38,0.02202618360519409,142,0.0,0.0 2022-05-23 00:00:00+01:00,0.385,0.3940000152587891,0.35000000000000003,0.385,0.02231600284576416,439,0.0,0.0 2022-05-24 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-05-25 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-05-26 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-05-27 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-05-30 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-05-31 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-06-01 00:00:00+01:00,0.375,0.39,0.39,0.375,0.021736366748809816,25,0.0,0.0 2022-06-06 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-06-07 00:00:00+01:00,0.375,0.35000000000000003,0.35000000000000003,0.375,0.021736366748809816,96,0.0,0.0 2022-06-08 00:00:00+01:00,0.375,0.375,0.375,0.375,0.021736366748809816,0,0.0,0.0 2022-06-09 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.42,0.0 2022-06-10 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-13 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-14 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-15 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-16 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-17 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-20 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-21 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-22 00:00:00+01:00,0.375,0.32,0.32,0.375,-0.18113637924194337,232,0.0,0.0 2022-06-23 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-24 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-27 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-28 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-29 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-06-30 00:00:00+01:00,0.375,0.375,0.375,0.375,-0.18113637924194337,0,0.0,0.0 2022-07-01 00:00:00+01:00,0.37,0.35000000000000003,0.35000000000000003,0.34500000000000003,-0.16664546966552735,40,0.0,0.0 2022-07-04 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-05 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-06 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-07 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-08 00:00:00+01:00,0.35000000000000003,0.34900001525878904,0.34900001525878904,0.34500000000000003,-0.16664546966552735,1,0.0,0.0 2022-07-11 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-12 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-13 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-14 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-15 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-18 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-19 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-20 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-21 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-22 00:00:00+01:00,0.35000000000000003,0.34900001525878904,0.34900001525878904,0.34500000000000003,-0.16664546966552735,142,0.0,0.0 2022-07-25 00:00:00+01:00,0.35000000000000003,0.35000000000000003,0.35000000000000003,0.34500000000000003,-0.16664546966552735,115,0.0,0.0 2022-07-26 00:00:00+01:00,0.35000000000000003,0.32000011444091797,0.32000011444091797,0.34500000000000003,-0.16664546966552735,35,0.0,0.0 2022-07-27 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-07-28 00:00:00+01:00,0.35000000000000003,0.36450000762939455,0.36450000762939455,0.34500000000000003,-0.16664546966552735,2,0.0,0.0 2022-07-29 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-01 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-02 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-03 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-04 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-05 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-08 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-09 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-10 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-11 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-12 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-15 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-16 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-17 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-18 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-19 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-22 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-23 00:00:00+01:00,0.34500000000000003,0.32000011444091797,0.32,0.34500000000000003,-0.16664546966552735,11,0.0,0.0 2022-08-24 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-25 00:00:00+01:00,0.34500000000000003,0.305,0.305,0.34500000000000003,-0.16664546966552735,206,0.0,0.0 2022-08-26 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-30 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-08-31 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-09-01 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-09-02 00:00:00+01:00,0.34500000000000003,0.34500000000000003,0.34500000000000003,0.34500000000000003,-0.16664546966552735,0,0.0,0.0 2022-09-05 00:00:00+01:00,0.34,0.29100000381469726,0.29100000381469726,0.34,-0.16423030853271484,480,0.0,0.0 2022-09-06 00:00:00+01:00,0.34,0.34,0.34,0.34,-0.16423030853271484,0,0.0,0.0 2022-09-07 00:00:00+01:00,0.34,0.34,0.34,0.34,-0.16423030853271484,0,0.0,0.0 2022-09-08 00:00:00+01:00,0.33,0.3004999923706055,0.3004999923706055,0.315,-0.15215456008911132,100,0.0,0.0 2022-09-09 00:00:00+01:00,0.3,0.27299999237060546,0.2500000953674316,0.23500000000000001,-0.11351212501525879,371,0.0,0.0 2022-09-12 00:00:00+01:00,0.2599999046325684,0.26,0.24399999618530274,0.24399999618530274,-0.1178593921661377,740,0.0,0.0 2022-09-13 00:00:00+01:00,0.25799999237060545,0.2584000015258789,0.2584000015258789,0.245,-0.11834244728088379,19,0.0,0.0 2022-09-14 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-15 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-16 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-20 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-21 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-22 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-23 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-26 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-27 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-28 00:00:00+01:00,0.26,0.25799999237060545,0.25799999237060545,0.245,-0.11834244728088379,125,0.0,0.0 2022-09-29 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-09-30 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-03 00:00:00+01:00,0.245,0.23100000381469726,0.23100000381469726,0.245,-0.11834244728088379,66,0.0,0.0 2022-10-04 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-05 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-06 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-07 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-10 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-11 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-12 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-13 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-14 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-17 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-18 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-19 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-20 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-21 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-24 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-25 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-26 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-27 00:00:00+01:00,0.245,0.245,0.245,0.245,-0.11834244728088379,0,0.0,0.0 2022-10-28 00:00:00+01:00,0.245,0.26,0.26,0.26,-0.12558789253234864,200,0.0,0.0 2022-10-31 00:00:00+00:00,0.26,0.26,0.26,0.26,-0.12558789253234864,0,0.0,0.0 2022-11-01 00:00:00+00:00,0.26,0.26,0.26,0.26,-0.12558789253234864,0,0.0,0.0 2022-11-02 00:00:00+00:00,0.255,0.255,0.255,0.255,-0.12317274093627929,0,0.0,0.0 2022-11-03 00:00:00+00:00,0.255,0.23100000381469726,0.23100000381469726,0.255,0.19035785675048827,37,0.42,0.0 2022-11-04 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-07 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-08 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-09 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-10 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-11 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-14 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-15 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-16 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-17 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-18 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-21 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-22 00:00:00+00:00,0.255,0.255,0.255,0.255,0.19035785675048827,0,0.0,0.0 2022-11-23 00:00:00+00:00,0.255,0.22670000076293945,0.215,0.23,0.17169532775878907,1258,0.0,0.0 2022-11-24 00:00:00+00:00,0.225,0.225,0.225,0.225,0.16796281814575195,0,0.0,0.0 2022-11-25 00:00:00+00:00,0.225,0.225,0.225,0.225,0.16796281814575195,0,0.0,0.0 2022-11-28 00:00:00+00:00,0.225,0.24760000228881837,0.23450000762939455,0.24700000762939453,0.18438585281372072,912,0.0,0.0 2022-11-29 00:00:00+00:00,0.24700000762939453,0.2670000076293945,0.24,0.26,0.1940903663635254,201,0.0,0.0 2022-11-30 00:00:00+00:00,0.26,0.26,0.26,0.26,0.1940903663635254,0,0.0,0.0 2022-12-01 00:00:00+00:00,0.26,0.26,0.26,0.26,0.1940903663635254,0,0.0,0.0 2022-12-02 00:00:00+00:00,0.26,0.26,0.26,0.26,0.1940903663635254,0,0.0,0.0 2022-12-05 00:00:00+00:00,0.26,0.26,0.26,0.26,0.1940903663635254,0,0.0,0.0 2022-12-06 00:00:00+00:00,0.26,0.26,0.26,0.26,0.1940903663635254,0,0.0,0.0 2022-12-07 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-08 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-09 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-12 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-13 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-14 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-15 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-16 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-19 00:00:00+00:00,0.27,0.27,0.27,0.27,0.20155538558959962,0,0.0,0.0 2022-12-20 00:00:00+00:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2022-12-21 00:00:00+00:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2022-12-22 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2022-12-23 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2022-12-28 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2022-12-29 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2022-12-30 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2023-01-03 00:00:00+00:00,0.28500000000000003,0.2720000076293945,0.2720000076293945,0.28500000000000003,0.21275291442871094,15,0.0,0.0 2023-01-04 00:00:00+00:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.21275291442871094,0,0.0,0.0 2023-01-05 00:00:00+00:00,0.3,0.3,0.3,0.3,0.22395042419433595,0,0.0,0.0 2023-01-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-11 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-12 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-18 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-25 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-01-31 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-07 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-08 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-14 00:00:00+00:00,0.305,0.3139999961853027,0.3139999961853027,0.305,0.22768293380737306,127,0.0,0.0 2023-02-15 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-02-28 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.22768293380737306,127,0.0,0.0 2023-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-02 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.22768293380737306,5,0.0,0.0 2023-03-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-06 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.22768293380737306,4,0.0,0.0 2023-03-07 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-08 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-14 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-15 00:00:00+00:00,0.305,0.2929999923706055,0.2929999923706055,0.305,0.22768293380737306,25,0.0,0.0 2023-03-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-17 00:00:00+00:00,0.315,0.31,0.31,0.305,0.22768293380737306,15,0.0,0.0 2023-03-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-27 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-28 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-03-31 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-03 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-04 00:00:00+01:00,0.305,0.31,0.31,0.305,0.22768293380737306,4,0.0,0.0 2023-04-05 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-06 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-11 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-12 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-13 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-14 00:00:00+01:00,0.305,0.305,0.305,0.305,0.22768293380737306,0,0.0,0.0 2023-04-17 00:00:00+01:00,0.315,0.31,0.2929999923706055,0.305,0.22768293380737306,35,0.0,0.0 2023-04-18 00:00:00+01:00,0.305,0.30950000762939456,0.30950000762939456,0.31,0.23141544342041015,24,0.0,0.0 2023-04-19 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-04-20 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-04-21 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-04-24 00:00:00+01:00,0.31,0.2929999923706055,0.2929999923706055,0.31,0.23141544342041015,6,0.0,0.0 2023-04-25 00:00:00+01:00,0.31,0.2929999923706055,0.2929999923706055,0.31,0.23141544342041015,18,0.0,0.0 2023-04-26 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-04-27 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-04-28 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-05-02 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-05-03 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-05-04 00:00:00+01:00,0.31,0.31,0.31,0.31,0.23141544342041015,0,0.0,0.0 2023-05-05 00:00:00+01:00,0.31,0.3,0.29200000762939454,0.31,0.23141544342041015,615,0.0,0.0 2023-05-09 00:00:00+01:00,0.275,0.275,0.23,0.23500000000000001,0.17542783737182618,1178,0.0,0.0 2023-05-10 00:00:00+01:00,0.225,0.23,0.23,0.245,0.1828928565979004,470,0.0,0.0 2023-05-11 00:00:00+01:00,0.245,0.245,0.245,0.245,0.1828928565979004,0,0.0,0.0 2023-05-12 00:00:00+01:00,0.26,0.28,0.28,0.275,0.2052878952026367,500,0.0,0.0 2023-05-15 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2052878952026367,0,0.0,0.0 2023-05-16 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2052878952026367,0,0.0,0.0 2023-05-17 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2052878952026367,0,0.0,0.0 2023-05-18 00:00:00+01:00,0.275,0.275,0.275,0.275,0.2052878952026367,0,0.0,0.0 2023-05-19 00:00:00+01:00,0.275,0.29649999618530276,0.29649999618530276,0.28,0.20902040481567383,33,0.0,0.0 2023-05-22 00:00:00+01:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2023-05-23 00:00:00+01:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2023-05-24 00:00:00+01:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2023-05-25 00:00:00+01:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2023-05-26 00:00:00+01:00,0.28,0.28,0.28,0.28,0.20902040481567383,0,0.0,0.0 2023-05-30 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-05-31 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-01 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-02 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-05 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-06 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-07 00:00:00+01:00,0.29,0.29,0.29,0.29,0.2164854049682617,0,0.0,0.0 2023-06-08 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.42,0.0 2023-06-09 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-12 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-13 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-14 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-15 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-16 00:00:00+01:00,0.28500000000000003,0.27649999618530274,0.27649999618530274,0.28500000000000003,-0.47460269927978516,2,0.0,0.0 2023-06-19 00:00:00+01:00,0.28500000000000003,0.28500000000000003,0.28500000000000003,0.28500000000000003,-0.47460269927978516,0,0.0,0.0 2023-06-20 00:00:00+01:00,0.28500000000000003,0.3025,0.3025,0.3,-0.4995817565917969,100,0.0,0.0 2023-06-21 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-22 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-23 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-26 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-27 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-28 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-29 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-06-30 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-03 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-04 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-05 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-06 00:00:00+01:00,0.29,0.28200000762939453,0.28200000762939453,0.3,-0.4995817565917969,19,0.0,0.0 2023-07-07 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,2,0.0,0.0 2023-07-10 00:00:00+01:00,0.3,0.3060000038146973,0.3060000038146973,0.3,-0.4995817565917969,8,0.0,0.0 2023-07-11 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-12 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-13 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-14 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-17 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-18 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-19 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-20 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-21 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-24 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-25 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-26 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-27 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-28 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-07-31 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-08-01 00:00:00+01:00,0.3,0.3,0.3,0.305,-0.5079081726074219,100,0.0,0.0 2023-08-02 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-03 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-04 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-07 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-08 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-09 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-10 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-11 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-14 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-15 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-16 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-17 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-18 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-21 00:00:00+01:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-08-22 00:00:00+01:00,0.295,0.295,0.295,0.295,-0.4912554168701172,0,0.0,0.0 2023-08-23 00:00:00+01:00,0.295,0.295,0.295,0.295,-0.4912554168701172,0,0.0,0.0 2023-08-24 00:00:00+01:00,0.295,0.295,0.295,0.295,-0.4912554168701172,0,0.0,0.0 2023-08-25 00:00:00+01:00,0.295,0.295,0.295,0.295,-0.4912554168701172,0,0.0,0.0 2023-08-29 00:00:00+01:00,0.295,0.32,0.32,0.3,-0.4995817565917969,100,0.0,0.0 2023-08-30 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-08-31 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-01 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-04 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-05 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-06 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-07 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-08 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-11 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-12 00:00:00+01:00,0.29,0.29200000762939454,0.29200000762939454,0.3,-0.4995817565917969,147,0.0,0.0 2023-09-13 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-14 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-15 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-18 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-19 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-20 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-21 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-22 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-25 00:00:00+01:00,0.3,0.3199999046325684,0.3199999046325684,0.3,-0.4995817565917969,15,0.0,0.0 2023-09-26 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-27 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-28 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-09-29 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-02 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-03 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-04 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-05 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-06 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-09 00:00:00+01:00,0.3,0.29200000762939454,0.29200000762939454,0.3,-0.4995817565917969,100,0.0,0.0 2023-10-10 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-11 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-12 00:00:00+01:00,0.3,0.29399999618530276,0.29399999618530276,0.3,-0.4995817565917969,7,0.0,0.0 2023-10-13 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-16 00:00:00+01:00,0.3,0.29399999618530276,0.29399999618530276,0.3,-0.4995817565917969,25,0.0,0.0 2023-10-17 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-18 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-19 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-20 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-23 00:00:00+01:00,0.3,0.3,0.3,0.3,-0.4995817565917969,0,0.0,0.0 2023-10-24 00:00:00+01:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-10-25 00:00:00+01:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-10-26 00:00:00+01:00,0.29,0.29999990463256837,0.29999990463256837,0.29,-0.48292903900146483,10,0.0,0.0 2023-10-27 00:00:00+01:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-10-30 00:00:00+00:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-10-31 00:00:00+00:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-11-01 00:00:00+00:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-11-02 00:00:00+00:00,0.29,0.29,0.29,0.29,-0.48292903900146483,0,0.0,0.0 2023-11-03 00:00:00+00:00,0.29,0.29999990463256837,0.29999990463256837,0.305,-0.5079081726074219,77,0.0,0.0 2023-11-06 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,-0.5079081726074219,290,0.0,0.0 2023-11-07 00:00:00+00:00,0.305,0.305,0.305,0.305,-0.5079081726074219,0,0.0,0.0 2023-11-08 00:00:00+00:00,0.305,0.33,0.33,0.305,-0.5079081726074219,2,0.0,0.0 2023-11-09 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.8200000000000001,0.0 2023-11-10 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-14 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-15 00:00:00+00:00,0.305,0.28500000000000003,0.28500000000000003,0.305,0.3007999992370606,100,0.0,0.0 2023-11-16 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-17 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-23 00:00:00+00:00,0.305,0.28,0.28,0.305,0.3007999992370606,2,0.0,0.0 2023-11-24 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-11-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-04 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-05 00:00:00+00:00,0.305,0.2826000022888184,0.2826000022888184,0.305,0.3007999992370606,125,0.0,0.0 2023-12-06 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-07 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,4,0.0,0.0 2023-12-08 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,16,0.0,0.0 2023-12-11 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,7,0.0,0.0 2023-12-12 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-13 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-14 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,10,0.0,0.0 2023-12-15 00:00:00+00:00,0.305,0.3195000076293945,0.3195000076293945,0.305,0.3007999992370606,5,0.0,0.0 2023-12-18 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-20 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-21 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-22 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2023-12-29 00:00:00+00:00,0.305,0.3275,0.3275,0.305,0.3007999992370606,15,0.0,0.0 2024-01-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-03 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-04 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-05 00:00:00+00:00,0.305,0.3275,0.3275,0.31,0.30573114395141604,10,0.0,0.0 2024-01-08 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-09 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-10 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-11 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-12 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-15 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-16 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-17 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-18 00:00:00+00:00,0.31,0.31,0.31,0.31,0.30573114395141604,0,0.0,0.0 2024-01-19 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-22 00:00:00+00:00,0.305,0.29200000762939454,0.29200000762939454,0.31,0.30573114395141604,2,0.0,0.0 2024-01-23 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-24 00:00:00+00:00,0.305,0.29200000762939454,0.29200000762939454,0.305,0.3007999992370606,15,0.0,0.0 2024-01-25 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-30 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-01-31 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-02 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-05 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-06 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-07 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-08 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-09 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-12 00:00:00+00:00,30.5,32.75,32.75,30.5,30.080000000000002,3,0.0,0.0 2024-02-13 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-14 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-15 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-16 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-19 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-20 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-21 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-22 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-02-23 00:00:00+00:00,30.5,32.75,32.75,30.5,30.080000000000002,50,0.0,0.0 2024-02-26 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-27 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-28 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-02-29 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-03-01 00:00:00+00:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-03-04 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-05 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-06 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-07 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-08 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-11 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-12 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,2,0.0,0.0 2024-03-13 00:00:00+00:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,108,0.0,0.0 2024-03-14 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-15 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-18 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,100,0.0,0.0 2024-03-19 00:00:00+00:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,60,0.0,0.0 2024-03-20 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-21 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-22 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-25 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-26 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-03-27 00:00:00+00:00,30.5,28.35,28.35,30.5,30.080000000000002,22,0.0,0.0 2024-03-28 00:00:00+00:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-02 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,2,0.0,0.0 2024-04-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-04 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,71,0.0,0.0 2024-04-05 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-08 00:00:00+01:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,20,0.0,0.0 2024-04-09 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-10 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-11 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-12 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,24,0.0,0.0 2024-04-15 00:00:00+01:00,30.5,32.999990234375,28.5,30.5,30.080000000000002,255,0.0,0.0 2024-04-16 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-04-17 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-18 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-19 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-22 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-23 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-24 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-25 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-26 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-04-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-05-01 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-02 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-07 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-08 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-09 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-10 00:00:00+01:00,30.5,32.75,32.75,30.5,30.080000000000002,100,0.0,0.0 2024-05-13 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-14 00:00:00+01:00,30.5,28.35,28.35,30.5,30.080000000000002,88,0.0,0.0 2024-05-15 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-16 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-05-17 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-05-20 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-21 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-22 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-23 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-24 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-05-28 00:00:00+01:00,30.5,32.999990234375,32.999990234375,30.5,30.080000000000002,93,0.0,0.0 2024-05-29 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-05-30 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-05-31 00:00:00+01:00,0.305,0.305,0.305,0.305,0.3007999992370606,0,0.0,0.0 2024-06-03 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-04 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-05 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-06 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-07 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-10 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-11 00:00:00+01:00,30.5,28.75,28.75,30.5,30.080000000000002,100,0.0,0.0 2024-06-12 00:00:00+01:00,30.5,30.5,30.5,30.5,30.080000000000002,0,0.0,0.0 2024-06-13 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.42,0.0 2024-06-14 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-17 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-18 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-19 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-20 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-21 00:00:00+01:00,30.5,32.75,32.75,30.5,30.5,3,0.0,0.0 2024-06-24 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-25 00:00:00+01:00,30.5,30.5,30.5,30.5,30.5,0,0.0,0.0 2024-06-26 00:00:00+01:00,31.5,31.5,31.5,31.5,31.5,0,0.0,0.0 2024-06-27 00:00:00+01:00,31.5,33.0,33.0,31.5,31.5,250,0.0,0.0 2024-06-28 00:00:00+01:00,31.5,30.3,30.3,31.5,31.5,5,0.0,0.0 2024-07-01 00:00:00+01:00,31.5,31.5,31.5,31.5,31.5,0,0.0,0.0 2024-07-02 00:00:00+01:00,33.5,33.5,33.5,33.5,33.5,0,0.0,0.0 2024-07-03 00:00:00+01:00,34.5,36.0,34.45,35.5,35.5,990,0.0,0.0 2024-07-04 00:00:00+01:00,34.5,34.000009765625,34.000009765625,35.5,35.5,105,0.0,0.0 2024-07-05 00:00:00+01:00,34.5,36.0,36.0,35.5,35.5,340,0.0,0.0 2024-07-08 00:00:00+01:00,34.5,37.0,35.5,36.0,36.0,660,0.0,0.0 2024-07-09 00:00:00+01:00,36.5,36.5,36.5,36.5,36.5,0,0.0,0.0 2024-07-10 00:00:00+01:00,36.5,36.5,36.5,36.5,36.5,0,0.0,0.0 2024-07-11 00:00:00+01:00,36.5,36.050000000000004,36.050000000000004,36.5,36.5,100,0.0,0.0 2024-07-12 00:00:00+01:00,34.5,36.999990234375,36.050000000000004,36.5,36.5,5,0.0,0.0 2024-07-15 00:00:00+01:00,34.5,36.99,36.99,38.0,38.0,6,0.0,0.0 2024-07-16 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-17 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0 2024-07-18 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0 2024-07-19 00:00:00+01:00,0.38,0.38,0.38,0.38,0.38,0,0.0,0.0 2024-07-22 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-23 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-24 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-25 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-26 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-29 00:00:00+01:00,38.0,38.0,38.0,38.0,38.0,0,0.0,0.0 2024-07-30 00:00:00+01:00,37.5,40.0,40.0,38.0,38.0,74,0.0,0.0 2024-07-31 00:00:00+01:00,37.5,38.300000000000004,38.300000000000004,39.0,39.0,250,0.0,0.0 2024-08-01 00:00:00+01:00,37.5,40.0,39.999990234375,39.0,39.0,201,0.0,0.0 2024-08-02 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-05 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-06 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-07 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-08 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-09 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-12 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-13 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-14 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-15 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-16 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-19 00:00:00+01:00,37.5,38.1,38.1,39.0,39.0,14,0.0,0.0 2024-08-20 00:00:00+01:00,39.0,39.0,39.0,39.0,39.0,0,0.0,0.0 2024-08-21 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-22 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-23 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-27 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-28 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-29 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 2024-08-30 00:00:00+01:00,0.39,0.39,0.39,0.39,0.39,0,0.0,0.0 ================================================ FILE: tests/data/MOB-ST-1d-bad-stock-split-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-08 00:00:00+02:00,24.8999996185303,24.9500007629395,24.1000003814697,24.75,24.75,7187,0,0 2023-05-09 00:00:00+02:00,25,25.5,23.1499996185303,24.1499996185303,24.1499996185303,22753,0,0 2023-05-10 00:00:00+02:00,24.1499996185303,24.1499996185303,22,22.9500007629395,22.9500007629395,62727,0,0 2023-05-11 00:00:00+02:00,22.9500007629395,25,22.9500007629395,23.3500003814697,23.3500003814697,19550,0,0 2023-05-12 00:00:00+02:00,23.3500003814697,24,22.1000003814697,23.8500003814697,23.8500003814697,17143,0,0 2023-05-15 00:00:00+02:00,23,25.7999992370605,22.5,23,23,43709,0,0 2023-05-16 00:00:00+02:00,22.75,24.0499992370605,22.5,22.75,22.75,16068,0,0 2023-05-17 00:00:00+02:00,23,23.8500003814697,22.1000003814697,23.6499996185303,23.6499996185303,19926,0,0 2023-05-19 00:00:00+02:00,23.6499996185303,23.8500003814697,22.1000003814697,22.2999992370605,22.2999992370605,41050,0,0 2023-05-22 00:00:00+02:00,22.0000004768372,24.1499996185303,21.5499997138977,22.7500009536743,22.7500009536743,34022,0,0 2023-05-23 00:00:00+02:00,22.75,22.8999996185303,21.75,22.5,22.5,13992,0,0 2023-05-24 00:00:00+02:00,21,24,21,22.0100002288818,22.0100002288818,18306,0,0.1 2023-05-25 00:00:00+02:00,21.5699996948242,22.8899993896484,20,21.1599998474121,21.1599998474121,35398,0,0 2023-05-26 00:00:00+02:00,21.1599998474121,22.4950008392334,20.5,21.0949993133545,21.0949993133545,8039,0,0 2023-05-29 00:00:00+02:00,22.1000003814697,22.1000003814697,20.25,20.75,20.75,17786,0,0 2023-05-30 00:00:00+02:00,20.75,21.6499996185303,20.1499996185303,20.4500007629395,20.4500007629395,10709,0,0 ================================================ FILE: tests/data/MOB-ST-1d-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-05-08 00:00:00+02:00,24.899999618530273,24.950000762939453,24.100000381469727,24.75,24.75,7187,0.0,0.0 2023-05-09 00:00:00+02:00,25.0,25.5,23.149999618530273,24.149999618530273,24.149999618530273,22753,0.0,0.0 2023-05-10 00:00:00+02:00,24.149999618530273,24.149999618530273,22.0,22.950000762939453,22.950000762939453,62727,0.0,0.0 2023-05-11 00:00:00+02:00,22.950000762939453,25.0,22.950000762939453,23.350000381469727,23.350000381469727,19550,0.0,0.0 2023-05-12 00:00:00+02:00,23.350000381469727,24.0,22.100000381469727,23.850000381469727,23.850000381469727,17143,0.0,0.0 2023-05-15 00:00:00+02:00,23.0,25.799999237060547,22.5,23.0,23.0,43709,0.0,0.0 2023-05-16 00:00:00+02:00,22.75,24.049999237060547,22.5,22.75,22.75,16068,0.0,0.0 2023-05-17 00:00:00+02:00,23.0,23.850000381469727,22.100000381469727,23.649999618530273,23.649999618530273,19926,0.0,0.0 2023-05-19 00:00:00+02:00,23.649999618530273,23.850000381469727,22.100000381469727,22.299999237060547,22.299999237060547,41050,0.0,0.0 2023-05-22 00:00:00+02:00,2.200000047683716,2.4149999618530273,2.1549999713897705,2.2750000953674316,2.2750000953674316,340215,0.0,0.0 2023-05-23 00:00:00+02:00,22.75,22.899999618530273,21.75,22.5,22.5,13992,0.0,0.0 2023-05-24 00:00:00+02:00,21.0,24.0,21.0,22.010000228881836,22.010000228881836,18306,0.0,0.1 2023-05-25 00:00:00+02:00,21.56999969482422,22.889999389648438,20.0,21.15999984741211,21.15999984741211,35398,0.0,0.0 2023-05-26 00:00:00+02:00,21.15999984741211,22.4950008392334,20.5,21.094999313354492,21.094999313354492,8039,0.0,0.0 2023-05-29 00:00:00+02:00,22.100000381469727,22.100000381469727,20.25,20.75,20.75,17786,0.0,0.0 2023-05-30 00:00:00+02:00,20.75,21.649999618530273,20.149999618530273,20.450000762939453,20.450000762939453,10709,0.0,0.0 ================================================ FILE: tests/data/NVT-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains,Repaired? 2022-01-04 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,14877,0.0,0.0,0.0,True 2022-01-05 00:00:00+00:00,0.6875,0.6751000213623047,0.675,0.6875,0.5880744894644663,15180,0.0,0.0,0.0,True 2022-01-06 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-12 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-13 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-01-14 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,10268,0.0,0.0,0.0,True 2022-01-17 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,1004,0.0,0.0,0.0,True 2022-01-18 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,15202,0.0,0.0,0.0,True 2022-01-19 00:00:00+00:00,0.6875,0.675,0.67,0.6875,0.5880744894644663,26258,0.0,0.0,0.0,True 2022-01-20 00:00:00+00:00,0.6875,0.675,0.675,0.6875,0.5880744894644663,11286,0.0,0.0,0.0,True 2022-01-21 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,653,0.0,0.0,0.0,True 2022-01-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,300,0.0,0.0,0.0,True 2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.5837975584810143,18000,0.0,0.0,0.0,True 2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.5837975584810143,1560,0.0,0.0,0.0,True 2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837975584810143,1000,0.0,0.0,0.0,True 2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837975584810143,5588,0.0,0.0,0.0,True 2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.5837975584810143,0,0.0,0.0,0.0,True 2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.5645514243553786,30612,0.0,0.0,0.0,True 2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5645514243553786,9000,0.0,0.0,0.0,True 2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.5795207380973585,19301,0.0,0.0,0.0,True 2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,29455,0.0,0.0,0.0,True 2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,3125,0.0,0.0,0.0,True 2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.5795207380973585,15202,0.0,0.0,0.0,True 2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.5795207380973585,0,0.0,0.0,0.0,True 2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,3506,0.0,0.0,0.0,True 2022-02-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-02-14 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880744894644663,2461,0.0,0.0,0.0,True 2022-02-15 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880744894644663,19756,0.0,0.0,0.0,True 2022-02-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-02-17 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880744894644663,7275,0.0,0.0,0.0,True 2022-02-18 00:00:00+00:00,0.6875,0.68,0.675,0.6875,0.5880744894644663,45627,0.0,0.0,0.0,True 2022-02-21 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-02-22 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-02-23 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-02-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,14323,0.0,0.0,0.0,True 2022-02-25 00:00:00+00:00,0.6875,0.6827999877929688,0.6827999877929688,0.6875,0.5880744894644663,28473,0.0,0.0,0.0,True 2022-02-28 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-01 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-02 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880744894644663,1559,0.0,0.0,0.0,True 2022-03-03 00:00:00+00:00,0.6875,0.67,0.67,0.6875,0.5880744894644663,1524,0.0,0.0,0.0,True 2022-03-04 00:00:00+00:00,0.6875,0.6809999847412109,0.6809999847412109,0.6875,0.5880744894644663,718,0.0,0.0,0.0,True 2022-03-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-08 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-09 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-14 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-15 00:00:00+00:00,0.6875,0.68,0.65,0.6875,0.5880744894644663,1430,0.0,0.0,0.0,True 2022-03-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-17 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True 2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.5645514243553786,2500,0.0,0.0,0.0,True 2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5645514243553786,24314,0.0,0.0,0.0,True 2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.5645514243553786,16749,0.0,0.0,0.0,True 2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.5645514243553786,38438,0.0,0.0,0.0,True 2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.5645514243553786,16181,0.0,0.0,0.0,True 2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,672,0.0,0.0,0.0,True 2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.5645514243553786,55267,0.0,0.0,0.0,True 2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.5645514243553786,1496,0.0,0.0,0.0,True 2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.5645514243553786,10068,0.0,0.0,0.0,True 2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.5645514243553786,7588,0.0,0.0,0.0,True 2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.5645514243553786,1511,0.0,0.0,0.0,True 2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.5645514243553786,12524,0.0,0.0,0.0,True 2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.5645514243553786,580,0.0,0.0,0.0,True 2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.5645514243553786,22992,0.0,0.0,0.0,True 2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.5645514243553786,1500,0.0,0.0,0.0,True 2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.5645514243553786,17000,0.0,0.0,0.0,True 2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5645514243553786,5000,0.0,0.0,0.0,True 2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5645514243553786,20230,0.0,0.0,0.0,True 2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.5645514243553786,7567,0.0,0.0,0.0,True 2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,5842,0.0,0.0,0.0,True 2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,27137,0.0,0.0,0.0,True 2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,24000,0.0,0.0,0.0,True 2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.5645514243553786,10757,0.0,0.0,0.0,True 2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.5645514243553786,1517,0.0,0.0,0.0,True 2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.5645514243553786,13072,0.0,0.0,0.0,True 2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True 2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5602746039717228,7206,0.0,0.0,0.0,True 2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5602746039717228,0,0.0,0.0,0.0,True 2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602746039717228,5000,0.0,0.0,0.0,True 2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602746039717228,1518,0.0,0.0,0.0,True 2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5517207420048189,1,0.0,0.0,0.0,True 2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,15500,0.0,0.0,0.0,True 2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,1004,0.0,0.0,0.0,True 2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,8341,0.0,0.0,0.0,True 2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517207420048189,31092,0.0,0.0,0.0,True 2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5517207420048189,189418,0.0,0.0,0.0,True 2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517207420048189,2500,0.0,0.0,0.0,True 2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True 2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453054376961378,0,0.0,0.0,0.0,True 2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5453054376961378,31351,0.0,0.0,0.0,True 2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5453054376961378,38011,0.0,0.0,0.0,True 2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453054376961378,0,0.0,0.0,0.0,True 2022-07-21 00:00:00+01:00,0.62,0.62,0.62,0.62,0.5475131570935486,0,0.02,0.0,0.0,True 2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5453054376961378,3600,0.0,0.0,0.0,True 2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,5000,0.0,0.0,0.0,True 2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,2288,0.0,0.0,0.0,True 2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,2909,0.0,0.0,0.0,True 2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5453054376961378,17150,0.0,0.0,0.0,True 2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,200,0.0,0.0,0.0,True 2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,15000,0.0,0.0,0.0,True 2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,4797,0.0,0.0,0.0,True 2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,30000,0.0,0.0,0.0,True 2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5453054376961378,25000,0.0,0.0,0.0,True 2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5453054376961378,1195,0.0,0.0,0.0,True 2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5453054376961378,3,0.0,0.0,0.0,True 2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5453054376961378,148,0.0,0.0,0.0,True 2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5453054376961378,112147,0.0,0.0,0.0,True 2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453054376961378,13403,0.0,0.0,0.0,True 2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453054376961378,3509,0.0,0.0,0.0,True 2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5453054376961378,233,0.0,0.0,0.0,True 2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453054376961378,3879,0.0,0.0,0.0,True 2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453054376961378,175,0.0,0.0,0.0,True 2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5453054376961378,32400,0.0,0.0,0.0,True 2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.5347084288284838,12005,0.0,0.0,0.0,True 2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5453054376961378,58251,0.0,0.0,0.0,True 2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True 2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.538682279503905,22000,0.0,0.0,0.0,True 2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.538682279503905,38754,0.0,0.0,0.0,True 2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True 2022-10-13 00:00:00+01:00,0.61,0.58,0.58,0.605,0.5342668775756819,1000,0.0,0.0,0.0,True 2022-10-14 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True 2022-10-17 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True 2022-10-18 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True 2022-10-19 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True 2022-10-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-10-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-10-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,315,0.0,0.0,0.0,True 2022-10-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-10-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-10-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,171,0.0,0.0,0.0,True 2022-10-28 00:00:00+01:00,0.6,0.6,0.59,0.6,0.52985143878086,8289,0.0,0.0,0.0,True 2022-10-31 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-03 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-09 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-10 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-11 00:00:00+00:00,0.6,0.6,0.5725,0.6,0.52985143878086,31003,0.0,0.0,0.0,True 2022-11-14 00:00:00+00:00,0.6,0.5725,0.5725,0.6,0.52985143878086,3249,0.0,0.0,0.0,True 2022-11-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-16 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-17 00:00:00+00:00,0.6,0.5990000152587891,0.5990000152587891,0.6,0.52985143878086,16000,0.0,0.0,0.0,True 2022-11-18 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-21 00:00:00+00:00,0.6025,0.5725,0.5725,0.6,0.52985143878086,4785,0.0,0.0,0.0,True 2022-11-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-23 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-24 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-11-28 00:00:00+00:00,0.6,0.6040000152587891,0.59,0.6,0.52985143878086,20750,0.0,0.0,0.0,True 2022-11-29 00:00:00+00:00,0.6,0.59,0.59,0.6,0.52985143878086,26354,0.0,0.0,0.0,True 2022-11-30 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.52985143878086,227,0.0,0.0,0.0,True 2022-12-01 00:00:00+00:00,0.6,0.5983000183105469,0.59,0.6,0.52985143878086,819097,0.0,0.0,0.0,True 2022-12-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-12-05 00:00:00+00:00,0.6,0.6,0.59,0.6,0.52985143878086,67809,0.0,0.0,0.0,True 2022-12-06 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.52985143878086,18000,0.0,0.0,0.0,True 2022-12-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True 2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.02,0.0,0.0,True 2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5344191366283723,18119,0.0,0.0,0.0,True 2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,8300,0.0,0.0,0.0,True 2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344191366283723,4797,0.0,0.0,0.0,True 2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5344191366283723,7000,0.0,0.0,0.0,True 2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5344191366283723,31125,0.0,0.0,0.0,True 2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344191366283723,8500,0.0,0.0,0.0,True 2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5344191366283723,94265,0.0,0.0,0.0,True 2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344191366283723,8475,0.0,0.0,0.0,True 2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,320,0.0,0.0,0.0,True 2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344191366283723,12452,0.0,0.0,0.0,True 2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,1228,0.0,0.0,0.0,True 2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,25461,0.0,0.0,0.0,True 2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5344191366283723,9855,0.0,0.0,0.0,True 2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,1500,0.0,0.0,0.0,True 2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5344191366283723,9101,0.0,0.0,0.0,True 2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,20891,0.0,0.0,0.0,True 2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344191366283723,8881,0.0,0.0,0.0,True 2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,1271,0.0,0.0,0.0,True 2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344191366283723,20064,0.0,0.0,0.0,True 2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5344191366283723,3709,0.0,0.0,0.0,True 2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,1225,0.0,0.0,0.0,True 2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,10000,0.0,0.0,0.0,True 2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,2706,0.0,0.0,0.0,True 2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,2076,0.0,0.0,0.0,True 2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True 2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.52985143878086,20247,0.0,0.0,0.0,True 2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.52985143878086,10000,0.0,0.0,0.0,True 2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.52985143878086,10644,0.0,0.0,0.0,True 2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True 2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.52985143878086,1228,0.0,0.0,0.0,True 2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True 2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.52985143878086,2500,0.0,0.0,0.0,True 2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True 2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True 2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True 2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.525283740933348,12276,0.0,0.0,0.0,True 2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,4049,0.0,0.0,0.0,True 2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,5000,0.0,0.0,0.0,True 2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,20123,0.0,0.0,0.0,True 2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.525283740933348,413641,0.0,0.0,0.0,True 2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,51462,0.0,0.0,0.0,True 2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,21569,0.0,0.0,0.0,True 2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,10000,0.0,0.0,0.0,True 2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,7892,0.0,0.0,0.0,True 2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.525283740933348,35268,0.0,0.0,0.0,True 2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,13200,0.0,0.0,0.0,True 2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,7663,0.0,0.0,0.0,True 2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,17334,0.0,0.0,0.0,True 2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,22500,0.0,0.0,0.0,True 2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.525283740933348,7206,0.0,0.0,0.0,True 2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.525283740933348,182252,0.0,0.0,0.0,True 2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.525283740933348,8118,0.0,0.0,0.0,True 2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.525283740933348,12159,0.0,0.0,0.0,True 2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,9477,0.0,0.0,0.0,True 2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True 2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.525283740933348,16661,0.0,0.0,0.0,True 2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5229999288761906,12000,0.0,0.0,0.0,True 2023-04-13 00:00:00+01:00,0.5725,0.56,0.56,0.5700000000000001,0.5207160799524346,1459,0.0,0.0,0.0,True 2023-04-14 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,7500,0.0,0.0,0.0,True 2023-04-17 00:00:00+01:00,0.5700000000000001,0.569900016784668,0.569900016784668,0.5700000000000001,0.5207160799524346,5227,0.0,0.0,0.0,True 2023-04-18 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.555,0.5700000000000001,0.5207160799524346,9687,0.0,0.0,0.0,True 2023-04-19 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.5695000076293946,0.5700000000000001,0.5207160799524346,5231,0.0,0.0,0.0,True 2023-04-20 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207160799524346,2938,0.0,0.0,0.0,True 2023-04-21 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207160799524346,8199,0.0,0.0,0.0,True 2023-04-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True 2023-04-25 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True 2023-04-26 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True 2023-04-27 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True 2023-04-28 00:00:00+01:00,0.5700000000000001,0.5679999923706055,0.5679999923706055,0.5700000000000001,0.5207160799524346,5141,0.0,0.0,0.0,True 2023-05-02 00:00:00+01:00,0.5700000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,16905,0.0,0.0,0.0,True 2023-05-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-10 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.5161483821049224,486,0.0,0.0,0.0,True 2023-05-11 00:00:00+01:00,0.5650000000000001,0.5629999923706055,0.5629999923706055,0.5650000000000001,0.5161483821049224,4000,0.0,0.0,0.0,True 2023-05-12 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,5720,0.0,0.0,0.0,True 2023-05-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-24 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161483821049224,17250,0.0,0.0,0.0,True 2023-05-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-05-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-01 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-12 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161483821049224,3750,0.0,0.0,0.0,True 2023-06-13 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,4006,0.0,0.0,0.0,True 2023-06-14 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.54,0.5650000000000001,0.5161483821049224,3597,0.0,0.0,0.0,True 2023-06-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True 2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5458383443805539,1000,0.0,0.0,0.0,True 2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5458383443805539,12038,0.0,0.0,0.0,True 2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5458383443805539,0,0.0,0.0,0.0,True 2023-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-06-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-06-23 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481221933043099,6482,0.0,0.0,0.0,True 2023-06-26 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481221933043099,10884,0.0,0.0,0.0,True 2023-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-06-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-06-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-07-04 00:00:00+01:00,0.6,0.6054000091552735,0.6054000091552735,0.6,0.5481221933043099,6557,0.0,0.0,0.0,True 2023-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True 2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5435545323233965,7299,0.0,0.0,0.0,True 2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5435545323233965,13000,0.0,0.0,0.0,True 2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True 2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True 2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True 2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5435545323233965,372468,0.0,0.0,0.0,True 2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5435545323233965,1919,0.0,0.0,0.0,True 2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5435545323233965,3400,0.0,0.0,0.0,True 2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5389868344758844,14146,0.0,0.0,0.0,True 2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5389868344758844,1000,0.0,0.0,0.0,True 2023-07-20 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.02,0.0,0.0,False 2023-07-21 00:00:00+01:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5389831924438476,344,0.0,0.0,0.0,False 2023-07-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0,0.0,0.0,False 2023-07-25 00:00:00+01:00,0.5700000000000001,0.545,0.545,0.5650000000000001,0.534255256652832,2500,0.0,0.0,0.0,False 2023-07-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-07-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-07-28 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-07-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-01 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,600,0.0,0.0,0.0,False 2023-08-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156921386719,1731,0.0,0.0,0.0,False 2023-08-04 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0,False 2023-08-07 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,8612,0.0,0.0,0.0,False 2023-08-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-10 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-14 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-18 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,1407,0.0,0.0,0.0,False 2023-08-21 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,703,0.0,0.0,0.0,False 2023-08-22 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,112,0.0,0.0,0.0,False 2023-08-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-24 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-29 00:00:00+01:00,0.5650000000000001,0.5409999847412109,0.5409999847412109,0.555,0.5247994232177734,9506,0.0,0.0,0.0,False 2023-08-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-08-31 00:00:00+01:00,0.5650000000000001,0.555,0.555,0.5650000000000001,0.534255256652832,14481,0.0,0.0,0.0,False 2023-09-01 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.55,0.5650000000000001,0.534255256652832,49683,0.0,0.0,0.0,False 2023-09-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-05 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.5509999847412109,0.5650000000000001,0.534255256652832,3191,0.0,0.0,0.0,False 2023-09-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-08 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.5509999847412109,0.5650000000000001,0.534255256652832,19929,0.0,0.0,0.0,False 2023-09-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-12 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.55,0.5650000000000001,0.534255256652832,18498,0.0,0.0,0.0,False 2023-09-13 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,4318,0.0,0.0,0.0,False 2023-09-14 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-18 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,20000,0.0,0.0,0.0,False 2023-09-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-20 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-21 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-26 00:00:00+01:00,0.5650000000000001,0.5525,0.5509999847412109,0.5650000000000001,0.534255256652832,14444,0.0,0.0,0.0,False 2023-09-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,371512,0.0,0.0,0.0,False 2023-09-28 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-09-29 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-10 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-12 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-13 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-16 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,4984,0.0,0.0,0.0,False 2023-10-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-20 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-24 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,215,0.0,0.0,0.0,False 2023-10-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-10-30 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,5000,0.0,0.0,0.0,False 2023-10-31 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-01 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-02 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-03 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-06 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-07 00:00:00+00:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,1748,0.0,0.0,0.0,False 2023-11-08 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-09 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-10 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-13 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,5000,0.0,0.0,0.0,False 2023-11-14 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0,False 2023-11-15 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-16 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-17 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-20 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-21 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-22 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False 2023-11-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-11-24 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,2000,0.0,0.0,0.0,False 2023-11-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-11-28 00:00:00+00:00,0.585,0.5920000076293945,0.5920000076293945,0.585,0.5531669616699219,422,0.0,0.0,0.0,False 2023-11-29 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,861,0.0,0.0,0.0,False 2023-11-30 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,1469,0.0,0.0,0.0,False 2023-12-01 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,5000,0.0,0.0,0.0,False 2023-12-04 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,7500,0.0,0.0,0.0,False 2023-12-05 00:00:00+00:00,0.585,0.5833000183105469,0.5783000183105469,0.585,0.5531669616699219,628075,0.0,0.0,0.0,False 2023-12-06 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,4200,0.0,0.0,0.0,False 2023-12-07 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,1800,0.0,0.0,0.0,False 2023-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-12-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-12-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-12-13 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0,False 2023-12-14 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,2407,0.016,0.0,0.0,False 2023-12-15 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,1748,0.0,0.0,0.0,False 2023-12-18 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-19 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-20 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-21 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-22 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,4627,0.0,0.0,0.0,False 2023-12-27 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-28 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2023-12-29 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-02 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-03 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-04 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-05 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,2500,0.0,0.0,0.0,False 2024-01-08 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-09 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-10 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-11 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-12 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-15 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-16 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-17 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5541391372680664,1436,0.0,0.0,0.0,False 2024-01-18 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.555,0.5700000000000001,0.5541391372680664,1565,0.0,0.0,0.0,False 2024-01-19 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5541391372680664,91,0.0,0.0,0.0,False 2024-01-22 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-23 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-24 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-25 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-26 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-29 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-30 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-01-31 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-01 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-02 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-05 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-06 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-07 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-08 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-09 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-12 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-13 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0,False 2024-02-14 00:00:00+00:00,0.5700000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,4644,0.0,0.0,0.0,False 2024-02-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-19 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-21 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,15000,0.0,0.0,0.0,False 2024-02-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-26 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,27072,0.0,0.0,0.0,False 2024-02-29 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17209,0.0,0.0,0.0,False 2024-03-04 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-05 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-06 00:00:00+00:00,0.5750000000000001,0.572599983215332,0.572599983215332,0.5750000000000001,0.5590000152587891,473707,0.0,0.0,0.0,False 2024-03-07 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17462,0.0,0.0,0.0,False 2024-03-08 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,9593,0.0,0.0,0.0,False 2024-03-11 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-12 00:00:00+00:00,0.5750000000000001,0.59,0.56,0.5750000000000001,0.5590000152587891,13548,0.0,0.0,0.0,False 2024-03-13 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,15300,0.0,0.0,0.0,False 2024-03-14 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,7678,0.0,0.0,0.0,False 2024-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-18 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-19 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-21 00:00:00+00:00,0.5750000000000001,0.572599983215332,0.572599983215332,0.5750000000000001,0.5590000152587891,61509,0.0,0.0,0.0,False 2024-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-25 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-26 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-03-28 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-02 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-03 00:00:00+01:00,0.5750000000000001,0.59,0.59,0.5750000000000001,0.5590000152587891,100,0.0,0.0,0.0,False 2024-04-04 00:00:00+01:00,0.5750000000000001,0.59,0.59,0.5750000000000001,0.5590000152587891,4444,0.0,0.0,0.0,False 2024-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-09 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-10 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,150,0.0,0.0,0.0,False 2024-04-11 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-12 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-15 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-16 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-17 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-18 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-19 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-22 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-23 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-24 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-26 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-29 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-04-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-01 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-02 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-03 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-07 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-09 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-05-13 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-14 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-15 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-16 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-17 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-20 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-21 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-22 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-23 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-24 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-28 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-29 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-30 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-05-31 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-03 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-04 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-05 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-06 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-07 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0,False 2024-06-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-11 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-12 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-13 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-14 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-17 00:00:00+01:00,0.5750000000000001,0.55,0.55,0.5750000000000001,0.5590000152587891,5000,0.0,0.0,0.0,False 2024-06-18 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-19 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,30000,0.0,0.0,0.0,False 2024-06-20 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17458,0.0,0.0,0.0,False 2024-06-21 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,9375,0.0,0.0,0.0,False 2024-06-24 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-26 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,28843,0.0,0.0,0.0,False 2024-06-27 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-06-28 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,11116,0.0,0.0,0.0,False 2024-07-01 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-02 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,20000,0.0,0.0,0.0,False 2024-07-03 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-04 00:00:00+01:00,0.5750000000000001,0.5679000091552735,0.5679000091552735,0.5750000000000001,0.5590000152587891,852465,0.0,0.0,0.0,False 2024-07-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-09 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,64,0.0,0.0,0.0,False 2024-07-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-11 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,11552,0.0,0.0,0.0,False 2024-07-12 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,13463,0.0,0.0,0.0,False 2024-07-15 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,12000,0.0,0.0,0.0,False 2024-07-16 00:00:00+01:00,0.5750000000000001,0.5609799957275391,0.56,0.5750000000000001,0.5590000152587891,127186,0.0,0.0,0.0,False 2024-07-17 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-18 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,20000,0.0,0.0,0.0,False 2024-07-19 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,18160,0.0,0.0,0.0,False 2024-07-22 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,2054,0.0,0.0,0.0,False 2024-07-23 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0,False 2024-07-24 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,69506,0.0,0.0,0.0,False 2024-07-25 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.016,0.0,0.0,False 2024-07-26 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,10000,0.0,0.0,0.0,False 2024-07-29 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,7238,0.0,0.0,0.0,False 2024-07-30 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,27066,0.0,0.0,0.0,False 2024-07-31 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-01 00:00:00+01:00,0.56,0.5750000000000001,0.5750000000000001,0.56,0.56,1,0.0,0.0,0.0,False 2024-08-02 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-05 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-06 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,204,0.0,0.0,0.0,False 2024-08-07 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-08 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-09 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0,False 2024-08-12 00:00:00+01:00,0.56,0.545099983215332,0.545099983215332,0.56,0.56,149031,0.0,0.0,0.0,False 2024-08-13 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,12789,0.0,0.0,0.0,False 2024-08-14 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,14657,0.0,0.0,0.0,False 2024-08-15 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,8766,0.0,0.0,0.0,False 2024-08-16 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-08-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,40292,0.0,0.0,0.0,False 2024-08-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-08-21 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,5000,0.0,0.0,0.0,False 2024-08-22 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10356,0.0,0.0,0.0,False 2024-08-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-08-27 00:00:00+01:00,0.555,0.5700000000000001,0.5700000000000001,0.555,0.555,2,0.0,0.0,0.0,False 2024-08-28 00:00:00+01:00,0.555,0.5700000000000001,0.54,0.555,0.555,19432,0.0,0.0,0.0,False 2024-08-29 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,18546,0.0,0.0,0.0,False 2024-08-30 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-02 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,6478,0.0,0.0,0.0,False 2024-09-03 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9736,0.0,0.0,0.0,False 2024-09-04 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,21232,0.0,0.0,0.0,False 2024-09-05 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,42413,0.0,0.0,0.0,False 2024-09-06 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,4797,0.0,0.0,0.0,False 2024-09-09 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-10 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-11 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-12 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-13 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-16 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,1030,0.0,0.0,0.0,False 2024-09-17 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10000,0.0,0.0,0.0,False 2024-09-18 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9547,0.0,0.0,0.0,False 2024-09-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10580,0.0,0.0,0.0,False 2024-09-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-25 00:00:00+01:00,0.555,0.545099983215332,0.545099983215332,0.555,0.555,223787,0.0,0.0,0.0,False 2024-09-26 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-09-27 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-09-30 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-01 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-02 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-03 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-04 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-07 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-08 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-09 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-10 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-11 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-14 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-15 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-16 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-17 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-18 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False 2024-10-21 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-22 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-25 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-28 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-29 00:00:00+00:00,0.555,0.5650000000000001,0.54,0.555,0.555,1056,0.0,0.0,0.0,False 2024-10-30 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-10-31 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-01 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-04 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-05 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-06 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-07 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-08 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-11 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-12 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-13 00:00:00+00:00,0.555,0.54,0.54,0.555,0.555,1180,0.0,0.0,0.0,False 2024-11-14 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False 2024-11-15 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False ================================================ FILE: tests/data/NVT-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2022-01-04 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.6084982681274415,14877,0.0,0.0,0.0 2022-01-05 00:00:00+00:00,0.6875,0.6751000213623047,0.675,0.6875,0.6084982681274415,15180,0.0,0.0,0.0 2022-01-06 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-12 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-13 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-01-14 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.6084982681274415,10268,0.0,0.0,0.0 2022-01-17 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,1004,0.0,0.0,0.0 2022-01-18 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.6084982681274415,15202,0.0,0.0,0.0 2022-01-19 00:00:00+00:00,0.6875,0.675,0.67,0.6875,0.6084982681274415,26258,0.0,0.0,0.0 2022-01-20 00:00:00+00:00,0.6875,0.675,0.675,0.6875,0.6084982681274415,11286,0.0,0.0,0.0 2022-01-21 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,653,0.0,0.0,0.0 2022-01-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,300,0.0,0.0,0.0 2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.6040727996826172,18000,0.0,0.0,0.0 2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.6040727996826172,1560,0.0,0.0,0.0 2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727996826172,1000,0.0,0.0,0.0 2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727996826172,5588,0.0,0.0,0.0 2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.6040727996826172,0,0.0,0.0,0.0 2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.5841582489013672,30612,0.0,0.0,0.0 2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841582489013672,9000,0.0,0.0,0.0 2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.599647445678711,19301,0.0,0.0,0.0 2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,29455,0.0,0.0,0.0 2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,3125,0.0,0.0,0.0 2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.599647445678711,15202,0.0,0.0,0.0 2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.599647445678711,0,0.0,0.0,0.0 2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,3506,0.0,0.0,0.0 2022-02-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-02-14 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.6084982681274415,2461,0.0,0.0,0.0 2022-02-15 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.6084982681274415,19756,0.0,0.0,0.0 2022-02-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-02-17 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.6084982681274415,7275,0.0,0.0,0.0 2022-02-18 00:00:00+00:00,0.6875,0.68,0.675,0.6875,0.6084982681274415,45627,0.0,0.0,0.0 2022-02-21 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-02-22 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-02-23 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-02-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,14323,0.0,0.0,0.0 2022-02-25 00:00:00+00:00,0.6875,0.6827999877929688,0.6827999877929688,0.6875,0.6084982681274415,28473,0.0,0.0,0.0 2022-02-28 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-01 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-02 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.6084982681274415,1559,0.0,0.0,0.0 2022-03-03 00:00:00+00:00,0.6875,0.67,0.67,0.6875,0.6084982681274415,1524,0.0,0.0,0.0 2022-03-04 00:00:00+00:00,0.6875,0.6809999847412109,0.6809999847412109,0.6875,0.6084982681274415,718,0.0,0.0,0.0 2022-03-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-08 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-09 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-14 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-15 00:00:00+00:00,0.6875,0.68,0.65,0.6875,0.6084982681274415,1430,0.0,0.0,0.0 2022-03-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-17 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0 2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.5841582489013672,2500,0.0,0.0,0.0 2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841582489013672,24314,0.0,0.0,0.0 2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.5841582489013672,16749,0.0,0.0,0.0 2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.5841582489013672,38438,0.0,0.0,0.0 2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.5841582489013672,16181,0.0,0.0,0.0 2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,672,0.0,0.0,0.0 2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.5841582489013672,55267,0.0,0.0,0.0 2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.5841582489013672,1496,0.0,0.0,0.0 2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.5841582489013672,10068,0.0,0.0,0.0 2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.5841582489013672,7588,0.0,0.0,0.0 2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.5841582489013672,1511,0.0,0.0,0.0 2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.5841582489013672,12524,0.0,0.0,0.0 2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.5841582489013672,580,0.0,0.0,0.0 2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.5841582489013672,22992,0.0,0.0,0.0 2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.5841582489013672,1500,0.0,0.0,0.0 2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.5841582489013672,17000,0.0,0.0,0.0 2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841582489013672,5000,0.0,0.0,0.0 2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841582489013672,20230,0.0,0.0,0.0 2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.5841582489013672,7567,0.0,0.0,0.0 2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,5842,0.0,0.0,0.0 2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,27137,0.0,0.0,0.0 2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,24000,0.0,0.0,0.0 2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.5841582489013672,10757,0.0,0.0,0.0 2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.5841582489013672,1517,0.0,0.0,0.0 2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.5841582489013672,13072,0.0,0.0,0.0 2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0 2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5797328948974609,7206,0.0,0.0,0.0 2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5797328948974609,0,0.0,0.0,0.0 2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328948974609,5000,0.0,0.0,0.0 2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328948974609,1518,0.0,0.0,0.0 2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5708819580078125,1,0.0,0.0,0.0 2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,15500,0.0,0.0,0.0 2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,1004,0.0,0.0,0.0 2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,8341,0.0,0.0,0.0 2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708819580078125,31092,0.0,0.0,0.0 2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5708819580078125,189418,0.0,0.0,0.0 2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708819580078125,2500,0.0,0.0,0.0 2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0 2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438507080079,0,0.0,0.0,0.0 2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5642438507080079,31351,0.0,0.0,0.0 2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5642438507080079,38011,0.0,0.0,0.0 2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438507080079,0,0.0,0.0,0.0 2022-07-21 00:00:00+01:00,0.62,0.62,0.62,0.62,0.5665282440185547,0,0.02,0.0,0.0 2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5642438507080079,3600,0.0,0.0,0.0 2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,5000,0.0,0.0,0.0 2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,2288,0.0,0.0,0.0 2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,2909,0.0,0.0,0.0 2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5642438507080079,17150,0.0,0.0,0.0 2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,200,0.0,0.0,0.0 2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,15000,0.0,0.0,0.0 2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,4797,0.0,0.0,0.0 2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,30000,0.0,0.0,0.0 2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5642438507080079,25000,0.0,0.0,0.0 2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5642438507080079,1195,0.0,0.0,0.0 2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5642438507080079,3,0.0,0.0,0.0 2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5642438507080079,148,0.0,0.0,0.0 2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5642438507080079,112147,0.0,0.0,0.0 2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438507080079,13403,0.0,0.0,0.0 2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438507080079,3509,0.0,0.0,0.0 2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5642438507080079,233,0.0,0.0,0.0 2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438507080079,3879,0.0,0.0,0.0 2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438507080079,175,0.0,0.0,0.0 2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5642438507080079,32400,0.0,0.0,0.0 2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.55327880859375,12005,0.0,0.0,0.0 2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5642438507080079,58251,0.0,0.0,0.0 2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0 2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.5573906707763672,22000,0.0,0.0,0.0 2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.5573906707763672,38754,0.0,0.0,0.0 2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0 2022-10-13 00:00:00+01:00,0.61,0.58,0.58,0.605,0.5528219223022461,1000,0.0,0.0,0.0 2022-10-14 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0 2022-10-17 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0 2022-10-18 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0 2022-10-19 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0 2022-10-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-10-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-10-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,315,0.0,0.0,0.0 2022-10-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-10-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-10-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5482531356811523,171,0.0,0.0,0.0 2022-10-28 00:00:00+01:00,0.6,0.6,0.59,0.6,0.5482531356811523,8289,0.0,0.0,0.0 2022-10-31 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-03 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-09 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-10 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-11 00:00:00+00:00,0.6,0.6,0.5725,0.6,0.5482531356811523,31003,0.0,0.0,0.0 2022-11-14 00:00:00+00:00,0.6,0.5725,0.5725,0.6,0.5482531356811523,3249,0.0,0.0,0.0 2022-11-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-16 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-17 00:00:00+00:00,0.6,0.5990000152587891,0.5990000152587891,0.6,0.5482531356811523,16000,0.0,0.0,0.0 2022-11-18 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-21 00:00:00+00:00,0.6025,0.5725,0.5725,0.6,0.5482531356811523,4785,0.0,0.0,0.0 2022-11-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-23 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-24 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-11-28 00:00:00+00:00,0.6,0.6040000152587891,0.59,0.6,0.5482531356811523,20750,0.0,0.0,0.0 2022-11-29 00:00:00+00:00,0.6,0.59,0.59,0.6,0.5482531356811523,26354,0.0,0.0,0.0 2022-11-30 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.5482531356811523,227,0.0,0.0,0.0 2022-12-01 00:00:00+00:00,0.6,0.5983000183105469,0.59,0.6,0.5482531356811523,819097,0.0,0.0,0.0 2022-12-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-12-05 00:00:00+00:00,0.6,0.6,0.59,0.6,0.5482531356811523,67809,0.0,0.0,0.0 2022-12-06 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.5482531356811523,18000,0.0,0.0,0.0 2022-12-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0 2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.02,0.0,0.0 2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5529794692993164,18119,0.0,0.0,0.0 2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,8300,0.0,0.0,0.0 2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794692993164,4797,0.0,0.0,0.0 2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5529794692993164,7000,0.0,0.0,0.0 2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5529794692993164,31125,0.0,0.0,0.0 2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794692993164,8500,0.0,0.0,0.0 2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5529794692993164,94265,0.0,0.0,0.0 2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794692993164,8475,0.0,0.0,0.0 2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,320,0.0,0.0,0.0 2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794692993164,12452,0.0,0.0,0.0 2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,1228,0.0,0.0,0.0 2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,25461,0.0,0.0,0.0 2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5529794692993164,9855,0.0,0.0,0.0 2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,1500,0.0,0.0,0.0 2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5529794692993164,9101,0.0,0.0,0.0 2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,20891,0.0,0.0,0.0 2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794692993164,8881,0.0,0.0,0.0 2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,1271,0.0,0.0,0.0 2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794692993164,20064,0.0,0.0,0.0 2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5529794692993164,3709,0.0,0.0,0.0 2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,1225,0.0,0.0,0.0 2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,10000,0.0,0.0,0.0 2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,2706,0.0,0.0,0.0 2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,2076,0.0,0.0,0.0 2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0 2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.5482531356811523,20247,0.0,0.0,0.0 2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5482531356811523,10000,0.0,0.0,0.0 2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.5482531356811523,10644,0.0,0.0,0.0 2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0 2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5482531356811523,1228,0.0,0.0,0.0 2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0 2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.5482531356811523,2500,0.0,0.0,0.0 2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0 2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0 2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0 2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.5435268020629883,12276,0.0,0.0,0.0 2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,4049,0.0,0.0,0.0 2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,5000,0.0,0.0,0.0 2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,20123,0.0,0.0,0.0 2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.5435268020629883,413641,0.0,0.0,0.0 2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,51462,0.0,0.0,0.0 2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,21569,0.0,0.0,0.0 2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,10000,0.0,0.0,0.0 2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,7892,0.0,0.0,0.0 2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.5435268020629883,35268,0.0,0.0,0.0 2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,13200,0.0,0.0,0.0 2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,7663,0.0,0.0,0.0 2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,17334,0.0,0.0,0.0 2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,22500,0.0,0.0,0.0 2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.5435268020629883,7206,0.0,0.0,0.0 2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.5435268020629883,182252,0.0,0.0,0.0 2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5435268020629883,8118,0.0,0.0,0.0 2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.5435268020629883,12159,0.0,0.0,0.0 2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,9477,0.0,0.0,0.0 2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0 2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5435268020629883,16661,0.0,0.0,0.0 2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5411636734008789,12000,0.0,0.0,0.0 2023-04-13 00:00:00+01:00,0.5725,0.56,0.56,0.5700000000000001,0.5388005065917969,1459,0.0,0.0,0.0 2023-04-14 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,7500,0.0,0.0,0.0 2023-04-17 00:00:00+01:00,0.5700000000000001,0.569900016784668,0.569900016784668,0.5700000000000001,0.5388005065917969,5227,0.0,0.0,0.0 2023-04-18 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.555,0.5700000000000001,0.5388005065917969,9687,0.0,0.0,0.0 2023-04-19 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.5695000076293946,0.5700000000000001,0.5388005065917969,5231,0.0,0.0,0.0 2023-04-20 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5388005065917969,2938,0.0,0.0,0.0 2023-04-21 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5388005065917969,8199,0.0,0.0,0.0 2023-04-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,0,0.0,0.0,0.0 2023-04-25 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,0,0.0,0.0,0.0 2023-04-26 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,0,0.0,0.0,0.0 2023-04-27 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,0,0.0,0.0,0.0 2023-04-28 00:00:00+01:00,0.5700000000000001,0.5679999923706055,0.5679999923706055,0.5700000000000001,0.5388005065917969,5141,0.0,0.0,0.0 2023-05-02 00:00:00+01:00,0.5700000000000001,0.54,0.54,0.5650000000000001,0.5340741729736328,16905,0.0,0.0,0.0 2023-05-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-10 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.5340741729736328,486,0.0,0.0,0.0 2023-05-11 00:00:00+01:00,0.5650000000000001,0.5629999923706055,0.5629999923706055,0.5650000000000001,0.5340741729736328,4000,0.0,0.0,0.0 2023-05-12 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5340741729736328,5720,0.0,0.0,0.0 2023-05-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-24 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5340741729736328,17250,0.0,0.0,0.0 2023-05-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-05-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-01 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-12 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5340741729736328,3750,0.0,0.0,0.0 2023-06-13 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5340741729736328,4006,0.0,0.0,0.0 2023-06-14 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.54,0.5650000000000001,0.5340741729736328,3597,0.0,0.0,0.0 2023-06-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0 2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5647952651977539,1000,0.0,0.0,0.0 2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5647952651977539,12038,0.0,0.0,0.0 2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5647952651977539,0,0.0,0.0,0.0 2023-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-06-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-06-23 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5671584320068359,6482,0.0,0.0,0.0 2023-06-26 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5671584320068359,10884,0.0,0.0,0.0 2023-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-06-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-06-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-07-04 00:00:00+01:00,0.6,0.6054000091552735,0.6054000091552735,0.6,0.5671584320068359,6557,0.0,0.0,0.0 2023-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0 2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5624321365356445,7299,0.0,0.0,0.0 2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5624321365356445,13000,0.0,0.0,0.0 2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0 2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0 2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0 2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5624321365356445,372468,0.0,0.0,0.0 2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5624321365356445,1919,0.0,0.0,0.0 2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5624321365356445,3400,0.0,0.0,0.0 2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5577058029174805,14146,0.0,0.0,0.0 2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5577058029174805,1000,0.0,0.0,0.0 2023-07-20 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0002,0.0,0.0 2023-07-21 00:00:00+01:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5389831924438476,344,0.0,0.0,0.0 2023-07-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0,0.0,0.0 2023-07-25 00:00:00+01:00,0.5700000000000001,0.545,0.545,0.5650000000000001,0.534255256652832,2500,0.0,0.0,0.0 2023-07-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-07-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-07-28 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-07-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-01 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,600,0.0,0.0,0.0 2023-08-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156921386719,1731,0.0,0.0,0.0 2023-08-04 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0 2023-08-07 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,8612,0.0,0.0,0.0 2023-08-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-10 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-14 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-18 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,1407,0.0,0.0,0.0 2023-08-21 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,703,0.0,0.0,0.0 2023-08-22 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,112,0.0,0.0,0.0 2023-08-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-24 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-29 00:00:00+01:00,0.5650000000000001,0.5409999847412109,0.5409999847412109,0.555,0.5247994232177734,9506,0.0,0.0,0.0 2023-08-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-08-31 00:00:00+01:00,0.5650000000000001,0.555,0.555,0.5650000000000001,0.534255256652832,14481,0.0,0.0,0.0 2023-09-01 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.55,0.5650000000000001,0.534255256652832,49683,0.0,0.0,0.0 2023-09-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-05 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.5509999847412109,0.5650000000000001,0.534255256652832,3191,0.0,0.0,0.0 2023-09-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-08 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.5509999847412109,0.5650000000000001,0.534255256652832,19929,0.0,0.0,0.0 2023-09-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-12 00:00:00+01:00,0.5650000000000001,0.5509999847412109,0.55,0.5650000000000001,0.534255256652832,18498,0.0,0.0,0.0 2023-09-13 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,4318,0.0,0.0,0.0 2023-09-14 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-18 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,20000,0.0,0.0,0.0 2023-09-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-20 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-21 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-26 00:00:00+01:00,0.5650000000000001,0.5525,0.5509999847412109,0.5650000000000001,0.534255256652832,14444,0.0,0.0,0.0 2023-09-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,371512,0.0,0.0,0.0 2023-09-28 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-09-29 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-10 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-11 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-12 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-13 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-16 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,4984,0.0,0.0,0.0 2023-10-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-20 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-24 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,215,0.0,0.0,0.0 2023-10-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-27 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-10-30 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,5000,0.0,0.0,0.0 2023-10-31 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-01 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-02 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-03 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-06 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-07 00:00:00+00:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,1748,0.0,0.0,0.0 2023-11-08 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-09 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-10 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-13 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,5000,0.0,0.0,0.0 2023-11-14 00:00:00+00:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0 2023-11-15 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-16 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-17 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-20 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-21 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-22 00:00:00+00:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0 2023-11-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-11-24 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,2000,0.0,0.0,0.0 2023-11-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-11-28 00:00:00+00:00,0.585,0.5920000076293945,0.5920000076293945,0.585,0.5531669616699219,422,0.0,0.0,0.0 2023-11-29 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,861,0.0,0.0,0.0 2023-11-30 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,1469,0.0,0.0,0.0 2023-12-01 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,5000,0.0,0.0,0.0 2023-12-04 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,7500,0.0,0.0,0.0 2023-12-05 00:00:00+00:00,0.585,0.5833000183105469,0.5783000183105469,0.585,0.5531669616699219,628075,0.0,0.0,0.0 2023-12-06 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,4200,0.0,0.0,0.0 2023-12-07 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5531669616699219,1800,0.0,0.0,0.0 2023-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-12-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-12-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-12-13 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5531669616699219,0,0.0,0.0,0.0 2023-12-14 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,2407,0.016,0.0,0.0 2023-12-15 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,1748,0.0,0.0,0.0 2023-12-18 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-19 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-20 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-21 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-22 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,4627,0.0,0.0,0.0 2023-12-27 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-28 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2023-12-29 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-02 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-03 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-04 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-05 00:00:00+00:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5541391372680664,2500,0.0,0.0,0.0 2024-01-08 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-09 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-10 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-11 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-12 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-15 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-16 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-17 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5541391372680664,1436,0.0,0.0,0.0 2024-01-18 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.555,0.5700000000000001,0.5541391372680664,1565,0.0,0.0,0.0 2024-01-19 00:00:00+00:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5541391372680664,91,0.0,0.0,0.0 2024-01-22 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-23 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-24 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-25 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-26 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-29 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-30 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-01-31 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-01 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-02 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-05 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-06 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-07 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-08 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-09 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-12 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-13 00:00:00+00:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5541391372680664,0,0.0,0.0,0.0 2024-02-14 00:00:00+00:00,0.5700000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,4644,0.0,0.0,0.0 2024-02-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-19 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-21 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,15000,0.0,0.0,0.0 2024-02-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-26 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,27072,0.0,0.0,0.0 2024-02-29 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17209,0.0,0.0,0.0 2024-03-04 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-05 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-06 00:00:00+00:00,0.5750000000000001,0.572599983215332,0.572599983215332,0.5750000000000001,0.5590000152587891,473707,0.0,0.0,0.0 2024-03-07 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17462,0.0,0.0,0.0 2024-03-08 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,9593,0.0,0.0,0.0 2024-03-11 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-12 00:00:00+00:00,0.5750000000000001,0.59,0.56,0.5750000000000001,0.5590000152587891,13548,0.0,0.0,0.0 2024-03-13 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,15300,0.0,0.0,0.0 2024-03-14 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,7678,0.0,0.0,0.0 2024-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-18 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-19 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-21 00:00:00+00:00,0.5750000000000001,0.572599983215332,0.572599983215332,0.5750000000000001,0.5590000152587891,61509,0.0,0.0,0.0 2024-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-25 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-26 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-03-28 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-02 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-03 00:00:00+01:00,0.5750000000000001,0.59,0.59,0.5750000000000001,0.5590000152587891,100,0.0,0.0,0.0 2024-04-04 00:00:00+01:00,0.5750000000000001,0.59,0.59,0.5750000000000001,0.5590000152587891,4444,0.0,0.0,0.0 2024-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-09 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-10 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,150,0.0,0.0,0.0 2024-04-11 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-12 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-15 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-16 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-17 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-18 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-19 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-22 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-23 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-24 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-26 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-29 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-04-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-01 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-02 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-03 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-07 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-09 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-05-13 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-14 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-15 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-16 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-17 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-20 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-21 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-22 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-23 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-24 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-28 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-29 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-30 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-05-31 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-03 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-04 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-05 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-06 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-07 00:00:00+01:00,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005749999880790711,0.005590000152587891,0,0.0,0.0,0.0 2024-06-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-11 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-12 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-13 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-14 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-17 00:00:00+01:00,0.5750000000000001,0.55,0.55,0.5750000000000001,0.5590000152587891,5000,0.0,0.0,0.0 2024-06-18 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-19 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,30000,0.0,0.0,0.0 2024-06-20 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,17458,0.0,0.0,0.0 2024-06-21 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,9375,0.0,0.0,0.0 2024-06-24 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-26 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,28843,0.0,0.0,0.0 2024-06-27 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-06-28 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,11116,0.0,0.0,0.0 2024-07-01 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-02 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,20000,0.0,0.0,0.0 2024-07-03 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-04 00:00:00+01:00,0.5750000000000001,0.5679000091552735,0.5679000091552735,0.5750000000000001,0.5590000152587891,852465,0.0,0.0,0.0 2024-07-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-08 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-09 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,64,0.0,0.0,0.0 2024-07-10 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-11 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,11552,0.0,0.0,0.0 2024-07-12 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,13463,0.0,0.0,0.0 2024-07-15 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,12000,0.0,0.0,0.0 2024-07-16 00:00:00+01:00,0.5750000000000001,0.5609799957275391,0.56,0.5750000000000001,0.5590000152587891,127186,0.0,0.0,0.0 2024-07-17 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-18 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,20000,0.0,0.0,0.0 2024-07-19 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,18160,0.0,0.0,0.0 2024-07-22 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,2054,0.0,0.0,0.0 2024-07-23 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5590000152587891,0,0.0,0.0,0.0 2024-07-24 00:00:00+01:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5590000152587891,69506,0.0,0.0,0.0 2024-07-25 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.016,0.0,0.0 2024-07-26 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,10000,0.0,0.0,0.0 2024-07-29 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,7238,0.0,0.0,0.0 2024-07-30 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,27066,0.0,0.0,0.0 2024-07-31 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-01 00:00:00+01:00,0.56,0.5750000000000001,0.5750000000000001,0.56,0.56,1,0.0,0.0,0.0 2024-08-02 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-05 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-06 00:00:00+01:00,0.56,0.545,0.545,0.56,0.56,204,0.0,0.0,0.0 2024-08-07 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-08 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-09 00:00:00+01:00,0.56,0.56,0.56,0.56,0.56,0,0.0,0.0,0.0 2024-08-12 00:00:00+01:00,0.56,0.545099983215332,0.545099983215332,0.56,0.56,149031,0.0,0.0,0.0 2024-08-13 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,12789,0.0,0.0,0.0 2024-08-14 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,14657,0.0,0.0,0.0 2024-08-15 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,8766,0.0,0.0,0.0 2024-08-16 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-08-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,40292,0.0,0.0,0.0 2024-08-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-08-21 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,5000,0.0,0.0,0.0 2024-08-22 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10356,0.0,0.0,0.0 2024-08-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-08-27 00:00:00+01:00,0.555,0.5700000000000001,0.5700000000000001,0.555,0.555,2,0.0,0.0,0.0 2024-08-28 00:00:00+01:00,0.555,0.5700000000000001,0.54,0.555,0.555,19432,0.0,0.0,0.0 2024-08-29 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,18546,0.0,0.0,0.0 2024-08-30 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-02 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,6478,0.0,0.0,0.0 2024-09-03 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9736,0.0,0.0,0.0 2024-09-04 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,21232,0.0,0.0,0.0 2024-09-05 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,42413,0.0,0.0,0.0 2024-09-06 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,4797,0.0,0.0,0.0 2024-09-09 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-10 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-11 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-12 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-13 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-16 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,1030,0.0,0.0,0.0 2024-09-17 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10000,0.0,0.0,0.0 2024-09-18 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9547,0.0,0.0,0.0 2024-09-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10580,0.0,0.0,0.0 2024-09-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-25 00:00:00+01:00,0.555,0.545099983215332,0.545099983215332,0.555,0.555,223787,0.0,0.0,0.0 2024-09-26 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-09-27 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-09-30 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-01 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-02 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-03 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-04 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-07 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-08 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-09 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-10 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-11 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-14 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-15 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-16 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-17 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-18 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0 2024-10-21 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-22 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-25 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-28 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-29 00:00:00+00:00,0.555,0.5650000000000001,0.54,0.555,0.555,1056,0.0,0.0,0.0 2024-10-30 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-10-31 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-01 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-04 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-05 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-06 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-07 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-08 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-11 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-12 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-13 00:00:00+00:00,0.555,0.54,0.54,0.555,0.555,1180,0.0,0.0,0.0 2024-11-14 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 2024-11-15 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0 ================================================ FILE: tests/data/PSH-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,29.95,30.650000000000002,29.85,29.85,28.6917236328125,140309.0,0.0,0.0,False 2022-01-05 00:00:00+00:00,30.150000000000002,30.55,30.150000000000002,30.150000000000002,28.98008056640625,80355.0,0.0,0.0,False 2022-01-06 00:00:00+00:00,29.75,29.75,29.25,29.25,28.11500732421875,122722.0,0.0,0.0,False 2022-01-07 00:00:00+00:00,29.3,29.75,29.25,29.400000000000002,28.2591845703125,113538.0,0.0,0.0,False 2022-01-10 00:00:00+00:00,29.400000000000002,29.75,28.8,28.8,27.68246337890625,132577.0,0.0,0.0,False 2022-01-11 00:00:00+00:00,29.25,29.35,28.55,28.8,27.68246337890625,131709.0,0.0,0.0,False 2022-01-12 00:00:00+00:00,29.0,29.5,28.7,28.900000000000002,27.77858642578125,112950.0,0.0,0.0,False 2022-01-13 00:00:00+00:00,29.150000000000002,29.55,29.05,29.2,28.0669482421875,88213.0,0.0,0.0,False 2022-01-14 00:00:00+00:00,28.900000000000002,29.25,28.6,28.6,27.49022705078125,70779.0,0.0,0.0,False 2022-01-17 00:00:00+00:00,28.6,28.900000000000002,28.55,28.8,27.68246337890625,74503.0,0.0,0.0,False 2022-01-18 00:00:00+00:00,28.55,28.91830078125,28.05,28.1,27.00962890625,129752.0,0.0,0.0,False 2022-01-19 00:00:00+00:00,28.05,28.365148925781252,27.658999023437502,28.25,27.153811035156252,257839.0,0.0,0.0,False 2022-01-20 00:00:00+00:00,28.25,28.900000000000002,28.25,28.75,27.63440673828125,161186.0,0.0,0.0,False 2022-01-21 00:00:00+00:00,28.6,28.6,27.6560009765625,27.7,26.62515625,191957.0,0.0,0.0,False 2022-01-24 00:00:00+00:00,27.6,27.6,25.8,25.95,24.943056640625002,340315.0,0.0,0.0,False 2022-01-25 00:00:00+00:00,26.1,26.85,26.05,26.5,25.47171142578125,246850.0,0.0,0.0,False 2022-01-26 00:00:00+00:00,26.0,27.7,26.0,27.35,26.2887353515625,139707.0,0.0,0.0,False 2022-01-27 00:00:00+00:00,26.55,27.5,25.6,27.05,26.000375976562502,285759.0,0.0,0.0,False 2022-01-28 00:00:00+00:00,27.1,27.35,26.3,26.650000000000002,25.6158935546875,435152.0,0.0,0.0,False 2022-01-31 00:00:00+00:00,27.1,27.7,26.88169921875,27.7,26.62515625,162324.0,0.0,0.0,False 2022-02-01 00:00:00+00:00,27.8,28.2,27.55,27.8,26.72127197265625,114433.0,0.0,0.0,False 2022-02-02 00:00:00+00:00,27.55,28.35,27.55,28.05,26.96156982421875,76709.0,0.0,0.0,False 2022-02-03 00:00:00+00:00,28.150000000000002,28.150000000000002,27.35,27.35,26.2887353515625,97548.0,0.0,0.0,False 2022-02-04 00:00:00+00:00,27.400000000000002,27.67300048828125,26.81820068359375,27.25,26.192609863281252,100057.0,0.0,0.0,False 2022-02-07 00:00:00+00:00,27.150000000000002,27.51830078125,26.98534912109375,27.0,25.95231201171875,81550.0,0.0,0.0,False 2022-02-08 00:00:00+00:00,27.45,27.45,27.1,27.1,26.0484326171875,53589.0,0.0,0.0,False 2022-02-09 00:00:00+00:00,27.2,28.0,27.150000000000002,28.0,26.9135107421875,132137.0,0.0,0.0,False 2022-02-10 00:00:00+00:00,27.35,28.05,27.342080078125,27.8,26.72127197265625,86703.0,0.0,0.0,False 2022-02-11 00:00:00+00:00,27.2,27.7,27.2,27.45,26.38485107421875,97847.0,0.0,0.0,False 2022-02-14 00:00:00+00:00,26.95,27.650000000000002,26.56820068359375,27.5,26.432905273437502,123701.0,0.0,0.0,False 2022-02-15 00:00:00+00:00,27.7,27.7,27.150000000000002,27.45,26.38485107421875,110048.0,0.0,0.0,False 2022-02-16 00:00:00+00:00,27.1,27.7,27.1,27.55,26.480966796875002,86171.0,0.0,0.0,False 2022-02-17 00:00:00+00:00,27.75,27.75,26.975839843750002,27.150000000000002,26.16801025390625,100195.0,0.075294,0.0,True 2022-02-18 00:00:00+00:00,26.8,27.35,26.6,26.6,25.63789794921875,103089.0,0.0,0.0,False 2022-02-21 00:00:00+00:00,26.900000000000002,27.150000000000002,26.30514892578125,26.7,25.73428466796875,155029.0,0.0,0.0,False 2022-02-22 00:00:00+00:00,26.55,27.5,26.35,27.45,26.457158203125,191736.0,0.0,0.0,False 2022-02-23 00:00:00+00:00,27.5,27.9443505859375,27.1,27.45,26.457158203125,142945.0,0.0,0.0,False 2022-02-24 00:00:00+00:00,26.75,27.1,26.33919921875,26.55,25.58971435546875,351977.0,0.0,0.0,False 2022-02-25 00:00:00+00:00,27.05,27.25,26.650000000000002,27.150000000000002,26.16801025390625,122980.0,0.0,0.0,False 2022-02-28 00:00:00+00:00,26.75,27.2,26.45,27.1,26.11981689453125,134833.0,0.0,0.0,False 2022-03-01 00:00:00+00:00,26.6,27.0,26.35,26.6,25.63789794921875,104370.0,0.0,0.0,False 2022-03-02 00:00:00+00:00,26.6,27.05,26.45,27.05,26.0716259765625,117453.0,0.0,0.0,False 2022-03-03 00:00:00+00:00,27.3,27.3,26.09387939453125,26.1,25.155986328125,159557.0,0.0,0.0,False 2022-03-04 00:00:00+00:00,26.1,26.2,25.0,25.0,24.0957763671875,171980.0,0.0,0.0,False 2022-03-07 00:00:00+00:00,24.5,24.95,23.650000000000002,24.7,23.8066259765625,325737.0,0.0,0.0,False 2022-03-08 00:00:00+00:00,24.0,25.35,24.0,24.650000000000002,23.75843505859375,334267.0,0.0,0.0,False 2022-03-09 00:00:00+00:00,24.85,26.150000000000002,24.85,26.150000000000002,25.20418212890625,120583.0,0.0,0.0,False 2022-03-10 00:00:00+00:00,25.75,26.18087890625,25.55449951171875,25.95,25.0114111328125,131053.0,0.0,0.0,False 2022-03-11 00:00:00+00:00,25.900000000000002,26.95,25.900000000000002,26.35,25.39694091796875,143473.0,0.0,0.0,False 2022-03-14 00:00:00+00:00,26.1,26.85,26.0,26.55,25.58971435546875,139382.0,0.0,0.0,False 2022-03-15 00:00:00+00:00,26.0,26.900000000000002,25.95,26.900000000000002,25.92705078125,94739.0,0.0,0.0,False 2022-03-16 00:00:00+00:00,27.05,28.400000000000002,26.87449951171875,28.400000000000002,27.3727978515625,423515.0,0.0,0.0,False 2022-03-17 00:00:00+00:00,28.400000000000002,28.7,27.95,28.1,27.0836474609375,103474.0,0.0,0.0,False 2022-03-18 00:00:00+00:00,28.150000000000002,28.35,27.8,28.3,27.276416015625,183700.0,0.0,0.0,False 2022-03-21 00:00:00+00:00,28.75,28.75,27.900000000000002,28.05,27.0354541015625,501820.0,0.0,0.0,False 2022-03-22 00:00:00+00:00,28.0,28.255,27.95,27.95,26.939072265625,69278.0,0.0,0.0,False 2022-03-23 00:00:00+00:00,28.5,28.5,27.6302490234375,27.650000000000002,26.64992431640625,1001389.0,0.0,0.0,False 2022-03-24 00:00:00+00:00,27.650000000000002,28.25,27.650000000000002,27.95,26.939072265625,222017.0,0.0,0.0,False 2022-03-25 00:00:00+00:00,28.45,28.85,27.862080078125,28.6,27.565561523437502,161851.0,0.0,0.0,False 2022-03-28 00:00:00+01:00,28.95,29.1,28.55,29.0,27.951093750000002,202835.0,0.0,0.0,False 2022-03-29 00:00:00+01:00,28.95,30.3,28.75,30.2,29.10769287109375,133608.0,0.0,0.0,False 2022-03-30 00:00:00+01:00,30.2,30.38199951171875,29.3,30.0,28.914931640625,128350.0,0.0,0.0,False 2022-03-31 00:00:00+01:00,30.05,30.1818798828125,29.76830078125,30.1,29.01130859375,108449.0,0.0,0.0,False 2022-04-01 00:00:00+01:00,30.2,30.35,29.8,29.95,28.8667333984375,88535.0,0.0,0.0,False 2022-04-04 00:00:00+01:00,30.25,30.25,29.85,29.95,28.8667333984375,70677.0,0.0,0.0,False 2022-04-05 00:00:00+01:00,29.400000000000002,30.150000000000002,29.400000000000002,29.75,28.67397216796875,121429.0,0.0,0.0,False 2022-04-06 00:00:00+01:00,30.2,30.2,29.05,29.3,28.2402490234375,155818.0,0.0,0.0,False 2022-04-07 00:00:00+01:00,29.5,29.650000000000002,29.0,29.150000000000002,28.09566650390625,74066.0,0.0,0.0,False 2022-04-08 00:00:00+01:00,29.75,29.85,29.35,29.5,28.4330126953125,91665.0,0.0,0.0,False 2022-04-11 00:00:00+01:00,29.0,29.760690917968752,28.85,29.05,27.999287109375,68999.0,0.0,0.0,False 2022-04-12 00:00:00+01:00,29.2,29.2,28.64322998046875,29.0,27.951093750000002,148143.0,0.0,0.0,False 2022-04-13 00:00:00+01:00,28.6,29.15489990234375,28.6,29.05,27.999287109375,115382.0,0.0,0.0,False 2022-04-14 00:00:00+01:00,29.45,29.45,28.85,29.3,28.2402490234375,105829.0,0.0,0.0,False 2022-04-19 00:00:00+01:00,29.35,29.6,29.1,29.6,28.52939697265625,97187.0,0.0,0.0,False 2022-04-20 00:00:00+01:00,29.0,29.45,28.621201171875,29.1,28.04748046875,148931.0,0.0,0.0,False 2022-04-21 00:00:00+01:00,28.75,29.400000000000002,28.650000000000002,29.1,28.04748046875,125035.0,0.0,0.0,False 2022-04-22 00:00:00+01:00,29.150000000000002,29.2,28.650000000000002,28.650000000000002,27.6137548828125,95238.0,0.0,0.0,False 2022-04-25 00:00:00+01:00,28.45,28.650000000000002,27.650000000000002,28.0,26.98726806640625,117568.0,0.0,0.0,False 2022-04-26 00:00:00+01:00,28.5,28.5,27.7,27.85,26.8426904296875,181269.0,0.0,0.0,False 2022-04-27 00:00:00+01:00,27.7,28.0,27.150000000000002,28.0,26.98726806640625,156218.0,0.0,0.0,False 2022-04-28 00:00:00+01:00,28.1,28.25,27.45,27.55,26.553537597656252,117295.0,0.0,0.0,False 2022-04-29 00:00:00+01:00,27.75,28.35,27.25,27.6,26.60173583984375,108136.0,0.0,0.0,False 2022-05-03 00:00:00+01:00,27.400000000000002,27.6,27.1,27.400000000000002,26.40896484375,109571.0,0.0,0.0,False 2022-05-04 00:00:00+01:00,27.1,27.2764501953125,26.75,26.900000000000002,25.92705078125,61077.0,0.0,0.0,False 2022-05-05 00:00:00+01:00,27.400000000000002,28.0,26.95,27.1,26.11981689453125,208704.0,0.0,0.0,False 2022-05-06 00:00:00+01:00,27.0,27.35,25.75,26.1,25.155986328125,175584.0,0.0,0.0,False 2022-05-09 00:00:00+01:00,26.2,26.2,24.7,24.8,23.90300537109375,101749.0,0.0,0.0,False 2022-05-10 00:00:00+01:00,24.8,25.400000000000002,24.66,24.7,23.8066259765625,112021.0,0.0,0.0,False 2022-05-11 00:00:00+01:00,24.95,25.85,24.767451171875,25.85,24.91503173828125,257698.0,0.0,0.0,False 2022-05-12 00:00:00+01:00,25.1,25.79093994140625,25.05,25.2,24.28853759765625,216317.0,0.0,0.0,False 2022-05-13 00:00:00+01:00,25.150000000000002,26.2,25.1,26.05,25.107797851562502,153103.0,0.0,0.0,False 2022-05-16 00:00:00+01:00,26.2,26.3,25.75,25.95,25.0114111328125,145576.0,0.0,0.0,False 2022-05-17 00:00:00+01:00,25.6,26.25,25.6,25.8,24.86683837890625,75429.0,0.0,0.0,False 2022-05-18 00:00:00+01:00,25.95,26.242128906250002,25.5060302734375,25.650000000000002,24.7222607421875,131321.0,0.0,0.0,False 2022-05-19 00:00:00+01:00,25.55,25.55,24.3,24.400000000000002,23.60791259765625,198661.0,0.09825875,0.0,True 2022-05-20 00:00:00+01:00,24.25,24.900000000000002,24.25,24.55,23.75303955078125,131648.0,0.0,0.0,False 2022-05-23 00:00:00+01:00,24.7,25.1,24.400000000000002,25.1,24.28518798828125,191920.0,0.0,0.0,False 2022-05-24 00:00:00+01:00,25.25,25.25,24.2,24.2,23.414404296875002,166418.0,0.0,0.0,False 2022-05-25 00:00:00+01:00,24.25,25.05,24.25,24.85,24.04330322265625,104610.0,0.0,0.0,False 2022-05-26 00:00:00+01:00,25.25,25.25,24.2,25.05,24.2368115234375,189084.0,0.0,0.0,False 2022-05-27 00:00:00+01:00,24.5,25.6,24.5,25.55,24.72057861328125,161605.0,0.0,0.0,False 2022-05-30 00:00:00+01:00,25.95,26.2,25.2,26.150000000000002,25.301103515625,86975.0,0.0,0.0,False 2022-05-31 00:00:00+01:00,25.650000000000002,26.16199951171875,25.5,25.5,24.6722021484375,135522.0,0.0,0.0,False 2022-06-01 00:00:00+01:00,25.400000000000002,25.900000000000002,25.35,25.400000000000002,24.57545166015625,131352.0,0.0,0.0,False 2022-06-06 00:00:00+01:00,25.3,25.8,25.3,25.55,24.72057861328125,222083.0,0.0,0.0,False 2022-06-07 00:00:00+01:00,25.6,25.75,25.2,25.2,24.3819384765625,229648.0,0.0,0.0,False 2022-06-08 00:00:00+01:00,25.8,25.8,25.05,25.05,24.2368115234375,190578.0,0.0,0.0,False 2022-06-09 00:00:00+01:00,25.2,25.2,24.900000000000002,25.1,24.28518798828125,334307.0,0.0,0.0,False 2022-06-10 00:00:00+01:00,24.8,25.3,24.3,24.3,23.51115966796875,177837.0,0.0,0.0,False 2022-06-13 00:00:00+01:00,24.05,24.1,22.95,23.3,22.543615722656252,222881.0,0.0,0.0,False 2022-06-14 00:00:00+01:00,23.75,23.75,23.25,23.45,22.68874755859375,184153.0,0.0,0.0,False 2022-06-15 00:00:00+01:00,23.95,24.8,23.45,24.8,23.99492431640625,213424.0,0.0,0.0,False 2022-06-16 00:00:00+01:00,24.85,25.05,23.3,23.650000000000002,22.88225830078125,260835.0,0.0,0.0,False 2022-06-17 00:00:00+01:00,23.55,24.6,23.400000000000002,24.45,23.656286621093752,319858.0,0.0,0.0,False 2022-06-20 00:00:00+01:00,24.150000000000002,24.95,24.150000000000002,24.8,23.99492431640625,129653.0,0.0,0.0,False 2022-06-21 00:00:00+01:00,24.3,25.1,24.3,25.1,24.28518798828125,112937.0,0.0,0.0,False 2022-06-22 00:00:00+01:00,24.7,25.1,24.45,24.75,23.94654541015625,153829.0,0.0,0.0,False 2022-06-23 00:00:00+01:00,24.75,24.75,23.6,23.6,22.833876953125,196590.0,0.0,0.0,False 2022-06-24 00:00:00+01:00,24.3,24.8,23.650000000000002,24.650000000000002,23.84979736328125,146443.0,0.0,0.0,False 2022-06-27 00:00:00+01:00,24.900000000000002,25.45,24.7060009765625,25.1,24.28518798828125,137024.0,0.0,0.0,False 2022-06-28 00:00:00+01:00,24.900000000000002,25.8,24.900000000000002,25.650000000000002,24.8173291015625,135869.0,0.0,0.0,False 2022-06-29 00:00:00+01:00,25.2,25.75,25.150000000000002,25.55,24.72057861328125,139908.0,0.0,0.0,False 2022-06-30 00:00:00+01:00,24.900000000000002,24.95,24.2,24.5,23.7046630859375,134075.0,0.0,0.0,False 2022-07-01 00:00:00+01:00,24.95,24.95,24.25,24.650000000000002,23.84979736328125,156626.0,0.0,0.0,False 2022-07-04 00:00:00+01:00,24.5,24.650000000000002,24.35,24.6,23.801416015625,74007.0,0.0,0.0,False 2022-07-05 00:00:00+01:00,24.55,24.55,23.741279296875,23.8,23.02738525390625,212944.0,0.0,0.0,False 2022-07-06 00:00:00+01:00,24.150000000000002,24.35,23.75,24.35,23.55953125,251115.0,0.0,0.0,False 2022-07-07 00:00:00+01:00,24.2,24.6,24.1,24.5,23.7046630859375,169884.0,0.0,0.0,False 2022-07-08 00:00:00+01:00,24.0,25.0,24.0,25.0,24.18843505859375,172498.0,0.0,0.0,False 2022-07-11 00:00:00+01:00,24.5,25.05,24.35,24.8,23.99492431640625,131187.0,0.0,0.0,False 2022-07-12 00:00:00+01:00,24.8,25.1,24.6,24.6,23.801416015625,108713.0,0.0,0.0,False 2022-07-13 00:00:00+01:00,24.75,24.75,24.2,24.400000000000002,23.60791259765625,166720.0,0.0,0.0,False 2022-07-14 00:00:00+01:00,25.05,25.05,24.35,24.7,23.898173828125,169228.0,0.0,0.0,False 2022-07-15 00:00:00+01:00,25.150000000000002,25.150000000000002,24.5,24.900000000000002,24.091677246093752,189582.0,0.0,0.0,False 2022-07-18 00:00:00+01:00,25.150000000000002,25.732648925781252,24.95,25.650000000000002,24.8173291015625,101997.0,0.0,0.0,False 2022-07-19 00:00:00+01:00,25.75,26.05,25.35,26.0,25.15596923828125,108788.0,0.0,0.0,False 2022-07-20 00:00:00+01:00,26.0,26.45,25.85,26.45,25.59135986328125,121864.0,0.0,0.0,False 2022-07-21 00:00:00+01:00,26.45,26.8,26.0,26.650000000000002,25.7848681640625,182627.0,0.0,0.0,False 2022-07-22 00:00:00+01:00,26.25,26.85,26.150000000000002,26.2,25.34947509765625,153682.0,0.0,0.0,False 2022-07-25 00:00:00+01:00,26.55,26.55,25.8160009765625,26.0,25.15596923828125,128816.0,0.0,0.0,False 2022-07-26 00:00:00+01:00,25.8,26.05,25.400000000000002,25.400000000000002,24.57545166015625,112354.0,0.0,0.0,False 2022-07-27 00:00:00+01:00,25.85,25.900000000000002,25.5410009765625,25.6,24.768957519531252,168459.0,0.0,0.0,False 2022-07-28 00:00:00+01:00,25.900000000000002,25.95,25.35,25.8,24.96246337890625,157024.0,0.0,0.0,False 2022-07-29 00:00:00+01:00,26.05,26.6,25.35,26.6,25.736486816406252,150457.0,0.0,0.0,False 2022-08-01 00:00:00+01:00,26.45,26.79197998046875,26.3031494140625,26.45,25.59135986328125,141313.0,0.0,0.0,False 2022-08-02 00:00:00+01:00,26.45,26.7,26.05,26.6,25.736486816406252,110320.0,0.0,0.0,False 2022-08-03 00:00:00+01:00,27.0,27.25,26.7,27.1,26.220258789062502,322484.0,0.0,0.0,False 2022-08-04 00:00:00+01:00,27.3,27.6,27.0,27.0,26.123505859375,248725.0,0.0,0.0,False 2022-08-05 00:00:00+01:00,27.3,27.45,27.1,27.3,26.413767089843752,199510.0,0.0,0.0,False 2022-08-08 00:00:00+01:00,27.3,27.400000000000002,27.0,27.25,26.365393066406252,104149.0,0.0,0.0,False 2022-08-09 00:00:00+01:00,27.400000000000002,27.400000000000002,26.7,26.7,25.83324462890625,82003.0,0.0,0.0,False 2022-08-10 00:00:00+01:00,27.25,27.5,26.900000000000002,27.25,26.365393066406252,187024.0,0.0,0.0,False 2022-08-11 00:00:00+01:00,27.35,27.5,27.1,27.45,26.55889892578125,77853.0,0.0,0.0,False 2022-08-12 00:00:00+01:00,27.1,27.5,27.05,27.2,26.3170166015625,97781.0,0.0,0.0,False 2022-08-15 00:00:00+01:00,27.6,27.650000000000002,27.05,27.5,26.607275390625002,143701.0,0.0,0.0,False 2022-08-16 00:00:00+01:00,27.2,27.6,27.2,27.35,26.46214599609375,118189.0,0.0,0.0,False 2022-08-17 00:00:00+01:00,27.5,27.5,27.0210498046875,27.1,26.220258789062502,123708.0,0.0,0.0,False 2022-08-18 00:00:00+01:00,27.45,27.55,27.150000000000002,27.55,26.76066162109375,91270.0,0.10634,0.0,True 2022-08-19 00:00:00+01:00,27.650000000000002,27.88429931640625,27.3,27.400000000000002,26.61495849609375,170209.0,0.0,0.0,False 2022-08-22 00:00:00+01:00,27.85,27.85,26.900000000000002,26.900000000000002,26.12928466796875,114189.0,0.0,0.0,False 2022-08-23 00:00:00+01:00,27.1,27.26485107421875,26.45,26.45,25.692175292968752,119942.0,0.0,0.0,False 2022-08-24 00:00:00+01:00,26.85,27.5,26.5010009765625,27.5,26.71209228515625,139686.0,0.0,0.0,False 2022-08-25 00:00:00+01:00,27.5,28.55,27.5,28.1,27.29489990234375,219063.0,0.0,0.0,False 2022-08-26 00:00:00+01:00,28.150000000000002,28.55,27.54,27.55,26.76066162109375,195903.0,0.0,0.0,False 2022-08-30 00:00:00+01:00,27.5,28.3989990234375,27.3,27.85,27.052065429687502,120869.0,0.0,0.0,False 2022-08-31 00:00:00+01:00,27.900000000000002,28.199499511718752,27.6,27.900000000000002,27.10063720703125,127331.0,0.0,0.0,False 2022-09-01 00:00:00+01:00,28.05,28.05,27.45,27.45,26.66352783203125,129719.0,0.0,0.0,False 2022-09-02 00:00:00+01:00,27.400000000000002,28.1,27.35,28.05,27.24633544921875,109961.0,0.0,0.0,False 2022-09-05 00:00:00+01:00,27.55,28.400000000000002,27.45,28.400000000000002,27.586306152343752,113453.0,0.0,0.0,False 2022-09-06 00:00:00+01:00,28.35,28.59693115234375,27.5939990234375,28.1,27.29489990234375,112815.0,0.0,0.0,False 2022-09-07 00:00:00+01:00,28.25,28.25,27.45,27.6,26.80923095703125,241844.0,0.0,0.0,False 2022-09-08 00:00:00+01:00,27.75,28.5,27.69818115234375,28.400000000000002,27.586306152343752,121597.0,0.0,0.0,False 2022-09-09 00:00:00+01:00,28.05,29.150000000000002,28.05,28.75,27.926279296875002,133204.0,0.0,0.0,False 2022-09-12 00:00:00+01:00,28.9489990234375,29.0,28.25,28.55,27.73200927734375,152274.0,0.0,0.0,False 2022-09-13 00:00:00+01:00,28.2,28.556220703125,27.7,27.7,26.90636474609375,160270.0,0.0,0.0,False 2022-09-14 00:00:00+01:00,27.900000000000002,28.4410009765625,27.6,28.0,27.19777099609375,131433.0,0.0,0.0,False 2022-09-15 00:00:00+01:00,28.5,28.8,28.1,28.6,27.780581054687502,134597.0,0.0,0.0,False 2022-09-16 00:00:00+01:00,28.75,29.0,28.35,28.400000000000002,27.586306152343752,229714.0,0.0,0.0,False 2022-09-20 00:00:00+01:00,28.35,28.75764892578125,27.8,27.8,27.00349853515625,127219.0,0.0,0.0,False 2022-09-21 00:00:00+01:00,27.8,28.2147998046875,27.7,27.95,27.14920166015625,185626.0,0.0,0.0,False 2022-09-22 00:00:00+01:00,27.650000000000002,27.95,27.45,27.45,26.66352783203125,224001.0,0.0,0.0,False 2022-09-23 00:00:00+01:00,27.5,27.900000000000002,26.900000000000002,27.900000000000002,27.10063720703125,314510.0,0.0,0.0,False 2022-09-26 00:00:00+01:00,27.900000000000002,28.45,27.214460449218752,27.7,26.90636474609375,218216.0,0.0,0.0,False 2022-09-27 00:00:00+01:00,27.400000000000002,28.35,27.400000000000002,28.0,27.19777099609375,252006.0,0.0,0.0,False 2022-09-28 00:00:00+01:00,28.25,28.400000000000002,27.25,28.3,27.4891748046875,279278.0,0.0,0.0,False 2022-09-29 00:00:00+01:00,27.900000000000002,28.498720703125002,27.2,27.2,26.4206884765625,257058.0,0.0,0.0,False 2022-09-30 00:00:00+01:00,27.2,27.45,26.8,27.0,26.22641845703125,232905.0,0.0,0.0,False 2022-10-03 00:00:00+01:00,26.8,26.95,26.35,26.7,25.9350146484375,198007.0,0.0,0.0,False 2022-10-04 00:00:00+01:00,26.45,27.8,26.432119140625,27.5,26.71209228515625,249570.0,0.0,0.0,False 2022-10-05 00:00:00+01:00,27.85,27.85,27.150000000000002,27.2,26.4206884765625,197943.0,0.0,0.0,False 2022-10-06 00:00:00+01:00,27.7,27.8,27.25,27.55,26.76066162109375,164247.0,0.0,0.0,False 2022-10-07 00:00:00+01:00,27.150000000000002,27.7,27.150000000000002,27.2,26.4206884765625,144101.0,0.0,0.0,False 2022-10-10 00:00:00+01:00,27.3,27.6,27.1,27.1,26.3235546875,149935.0,0.0,0.0,False 2022-10-11 00:00:00+01:00,27.0,27.25,26.35,26.35,25.595041503906252,244135.0,0.0,0.0,False 2022-10-12 00:00:00+01:00,26.85,26.9614111328125,26.5,26.5,25.7407470703125,217446.0,0.0,0.0,False 2022-10-13 00:00:00+01:00,,,,,,,0.0,0.0,False 2022-10-14 00:00:00+01:00,,,,,,,0.0,0.0,False 2022-10-17 00:00:00+01:00,26.400000000000002,26.650000000000002,26.0,26.1,25.35220458984375,284476.0,0.0,0.0,False 2022-10-18 00:00:00+01:00,26.25,27.2,26.25,26.7,25.9350146484375,278224.0,0.0,0.0,False 2022-10-19 00:00:00+01:00,26.85,27.2,26.7,27.2,26.4206884765625,149725.0,0.0,0.0,False 2022-10-20 00:00:00+01:00,27.25,27.8,27.0,27.55,26.76066162109375,196360.0,0.0,0.0,False 2022-10-21 00:00:00+01:00,27.8,27.95,27.3,27.900000000000002,27.10063720703125,201869.0,0.0,0.0,False 2022-10-24 00:00:00+01:00,27.95,28.25,27.55,27.7,26.90636474609375,216869.0,0.0,0.0,False 2022-10-25 00:00:00+01:00,28.1,28.60797119140625,27.8,28.45,27.63487548828125,243346.0,0.0,0.0,False 2022-10-26 00:00:00+01:00,28.3,28.95,28.25,28.400000000000002,27.586306152343752,233349.0,0.0,0.0,False 2022-10-27 00:00:00+01:00,28.6,29.05,28.1,28.150000000000002,27.34347412109375,241512.0,0.0,0.0,False 2022-10-28 00:00:00+01:00,28.2,28.2,27.45,27.75,26.95492919921875,251052.0,0.0,0.0,False 2022-10-31 00:00:00+00:00,28.150000000000002,28.5,27.95,28.35,27.53774169921875,224828.0,0.0,0.0,False 2022-11-01 00:00:00+00:00,28.25,29.1,28.25,28.7,27.87771484375,179700.0,0.0,0.0,False 2022-11-02 00:00:00+00:00,28.85,29.05,28.400000000000002,28.45,27.63487548828125,163139.0,0.0,0.0,False 2022-11-03 00:00:00+00:00,28.650000000000002,28.900000000000002,28.1,28.6,27.780581054687502,236945.0,0.0,0.0,False 2022-11-04 00:00:00+00:00,29.0,29.45,28.69,28.85,28.02341796875,257506.0,0.0,0.0,False 2022-11-07 00:00:00+00:00,28.95,29.900000000000002,28.7,29.05,28.217685546875,276709.0,0.0,0.0,False 2022-11-08 00:00:00+00:00,28.900000000000002,29.400000000000002,28.8,28.8,27.97484619140625,202342.0,0.0,0.0,False 2022-11-09 00:00:00+00:00,28.900000000000002,29.1,28.758759765625,28.95,28.120546875000002,205799.0,0.0,0.0,False 2022-11-10 00:00:00+00:00,28.85,29.400000000000002,28.650000000000002,28.85,28.02341796875,460509.0,0.0,0.0,False 2022-11-11 00:00:00+00:00,28.75,29.539980468750002,28.7,29.3,28.46052490234375,237521.0,0.0,0.0,False 2022-11-14 00:00:00+00:00,29.3,29.55,28.900000000000002,29.45,28.6062255859375,267263.0,0.0,0.0,False 2022-11-15 00:00:00+00:00,29.6,29.6,29.0,29.0,28.16912109375,251166.0,0.0,0.0,False 2022-11-16 00:00:00+00:00,29.3,29.400000000000002,28.400000000000002,29.150000000000002,28.3148193359375,220478.0,0.0,0.0,False 2022-11-17 00:00:00+00:00,29.3,29.3,28.6,28.75,28.023203125000002,181743.0,0.10082,0.0,True 2022-11-18 00:00:00+00:00,29.0,29.3,28.555,29.0,28.266884765625,202074.0,0.0,0.0,False 2022-11-21 00:00:00+00:00,29.35,29.400000000000002,29.0,29.25,28.510561523437502,129225.0,0.0,0.0,False 2022-11-22 00:00:00+00:00,29.3,29.55,29.05,29.2,28.461828613281252,248987.0,0.0,0.0,False 2022-11-23 00:00:00+00:00,29.55,29.55,29.0,29.150000000000002,28.4130908203125,142104.0,0.0,0.0,False 2022-11-24 00:00:00+00:00,29.400000000000002,29.5,28.968000488281252,29.3,28.55929931640625,49419.0,0.0,0.0,False 2022-11-25 00:00:00+00:00,29.2,29.3935498046875,29.0,29.150000000000002,28.4130908203125,85055.0,0.0,0.0,False 2022-11-28 00:00:00+00:00,29.05,29.55,28.900000000000002,29.55,28.802980957031252,122426.0,0.0,0.0,False 2022-11-29 00:00:00+00:00,29.3,29.35,29.1,29.35,28.608034667968752,71022.0,0.0,0.0,False 2022-11-30 00:00:00+00:00,29.3,29.75,29.25,29.650000000000002,28.90044921875,149400.0,0.0,0.0,False 2022-12-01 00:00:00+00:00,29.900000000000002,30.135,29.35,29.45,28.70551025390625,161166.0,0.0,0.0,False 2022-12-02 00:00:00+00:00,29.650000000000002,29.900000000000002,29.3,29.400000000000002,28.6567724609375,143672.0,0.0,0.0,False 2022-12-05 00:00:00+00:00,29.6,29.6,29.16337890625,29.25,28.510561523437502,105016.0,0.0,0.0,False 2022-12-06 00:00:00+00:00,29.2,29.3,28.6,28.7,27.9744677734375,174039.0,0.0,0.0,False 2022-12-07 00:00:00+00:00,28.75,28.95,28.150000000000002,28.3,27.584580078125,184272.0,0.0,0.0,False 2022-12-08 00:00:00+00:00,28.5,28.85,28.150000000000002,28.85,28.120673828125,136250.0,0.0,0.0,False 2022-12-09 00:00:00+00:00,28.900000000000002,28.900000000000002,28.400000000000002,28.5,27.77951904296875,156097.0,0.0,0.0,False 2022-12-12 00:00:00+00:00,28.45,28.6,28.35,28.6,27.87699951171875,140222.0,0.0,0.0,False 2022-12-13 00:00:00+00:00,28.5,29.25,28.3,28.85,28.120673828125,180090.0,0.0,0.0,False 2022-12-14 00:00:00+00:00,29.05,29.1,28.6,28.8,28.0719384765625,102483.0,0.0,0.0,False 2022-12-15 00:00:00+00:00,28.8,28.8,28.3,28.55,27.828256835937502,236923.0,0.0,0.0,False 2022-12-16 00:00:00+00:00,28.75,28.75,28.3,28.6,27.87699951171875,346954.0,0.0,0.0,False 2022-12-19 00:00:00+00:00,28.6,28.650000000000002,28.2,28.400000000000002,27.682050781250002,176466.0,0.0,0.0,False 2022-12-20 00:00:00+00:00,28.3,28.75,28.05,28.5,27.77951904296875,153677.0,0.0,0.0,False 2022-12-21 00:00:00+00:00,28.900000000000002,29.1,28.35,29.1,28.364355468750002,81013.0,0.0,0.0,False 2022-12-22 00:00:00+00:00,29.25,29.25,28.45,28.45,27.7307861328125,143311.0,0.0,0.0,False 2022-12-23 00:00:00+00:00,29.0,29.01889892578125,28.6,28.900000000000002,28.169409179687502,66813.0,0.0,0.0,False 2022-12-28 00:00:00+00:00,28.6,29.097971191406252,28.6,28.8,28.0719384765625,135364.0,0.0,0.0,False 2022-12-29 00:00:00+00:00,29.3,29.3,28.900000000000002,29.150000000000002,28.4130908203125,471991.0,0.0,0.0,False 2022-12-30 00:00:00+00:00,29.1,29.1976904296875,29.0,29.150000000000002,28.4130908203125,51033.0,0.0,0.0,False 2023-01-03 00:00:00+00:00,29.3,29.8,29.0568505859375,29.2,28.461828613281252,187222.0,0.0,0.0,False 2023-01-04 00:00:00+00:00,29.2,29.400000000000002,29.0,29.25,28.510561523437502,186791.0,0.0,0.0,False 2023-01-05 00:00:00+00:00,29.25,29.400000000000002,29.1,29.3,28.55929931640625,198983.0,0.0,0.0,False 2023-01-06 00:00:00+00:00,29.25,29.5,28.95,29.0,28.266884765625,192145.0,0.0,0.0,False 2023-01-09 00:00:00+00:00,29.5,29.5,29.0,29.1,28.364355468750002,137457.0,0.0,0.0,False 2023-01-10 00:00:00+00:00,29.2,29.3,29.05,29.3,28.55929931640625,100991.0,0.0,0.0,False 2023-01-11 00:00:00+00:00,29.45,29.75,29.080000000000002,29.75,28.99792236328125,108635.0,0.0,0.0,False 2023-01-12 00:00:00+00:00,29.8,30.2,29.6,30.0,29.24160400390625,203012.0,0.0,0.0,False 2023-01-13 00:00:00+00:00,30.1,30.150000000000002,29.7,29.95,29.19286865234375,160309.0,0.0,0.0,False 2023-01-16 00:00:00+00:00,29.7,30.25,29.650000000000002,30.25,29.48528564453125,179084.0,0.0,0.0,False 2023-01-17 00:00:00+00:00,30.25,30.3,29.900000000000002,30.0,29.24160400390625,140934.0,0.0,0.0,False 2023-01-18 00:00:00+00:00,30.0,30.1264501953125,29.562548828125,29.7,28.9491845703125,121806.0,0.0,0.0,False 2023-01-19 00:00:00+00:00,29.75,29.75,28.85,29.05,28.3156201171875,97177.0,0.0,0.0,False 2023-01-20 00:00:00+00:00,29.3,29.400000000000002,29.1,29.1,28.364355468750002,93663.0,0.0,0.0,False 2023-01-23 00:00:00+00:00,29.25,29.45,29.0,29.45,28.70551025390625,82557.0,0.0,0.0,False 2023-01-24 00:00:00+00:00,29.5,29.55,29.2,29.35,28.608034667968752,199902.0,0.0,0.0,False 2023-01-25 00:00:00+00:00,29.6,29.6,28.898779296875002,28.95,28.21814453125,75904.0,0.0,0.0,False 2023-01-26 00:00:00+00:00,29.1,29.2,28.94615966796875,29.05,28.3156201171875,79979.0,0.0,0.0,False 2023-01-27 00:00:00+00:00,29.3,29.3,28.900000000000002,28.95,28.21814453125,96019.0,0.0,0.0,False 2023-01-30 00:00:00+00:00,29.0,29.150000000000002,28.85,29.1,28.364355468750002,102965.0,0.0,0.0,False 2023-01-31 00:00:00+00:00,29.0,29.09389892578125,28.85,29.0,28.266884765625,127125.0,0.0,0.0,False 2023-02-01 00:00:00+00:00,29.3,29.3,28.900000000000002,29.1,28.364355468750002,92216.0,0.0,0.0,False 2023-02-02 00:00:00+00:00,29.2,29.85,29.150000000000002,29.85,29.095400390625002,224236.0,0.0,0.0,False 2023-02-03 00:00:00+00:00,30.150000000000002,30.2,29.7,30.2,29.43655029296875,143925.0,0.0,0.0,False 2023-02-06 00:00:00+00:00,30.150000000000002,30.160749511718752,29.71794921875,30.05,29.2903369140625,150343.0,0.0,0.0,False 2023-02-07 00:00:00+00:00,30.25,30.25,29.8,29.8,29.04666015625,116127.0,0.0,0.0,False 2023-02-08 00:00:00+00:00,29.7,30.05,29.650000000000002,29.7,28.9491845703125,91217.0,0.0,0.0,False 2023-02-09 00:00:00+00:00,29.5,29.900000000000002,29.5,29.5,28.7542431640625,79864.0,0.0,0.0,False 2023-02-10 00:00:00+00:00,29.6,29.75,29.0,29.150000000000002,28.4130908203125,127187.0,0.0,0.0,False 2023-02-13 00:00:00+00:00,29.150000000000002,29.900000000000002,29.05,29.900000000000002,29.144130859375,228222.0,0.0,0.0,False 2023-02-14 00:00:00+00:00,29.7,30.150000000000002,29.6,29.8,29.04666015625,162766.0,0.0,0.0,False 2023-02-15 00:00:00+00:00,29.95,30.55,29.81705078125,30.55,29.77769775390625,113794.0,0.0,0.0,False 2023-02-16 00:00:00+00:00,30.55,31.150000000000002,30.03699951171875,30.150000000000002,29.492502441406252,463087.0,0.10844571,0.0,True 2023-02-17 00:00:00+00:00,30.25,30.3,29.8,29.8,29.1501318359375,263879.0,0.0,0.0,False 2023-02-20 00:00:00+00:00,29.95,30.0,29.75,29.900000000000002,29.24795166015625,88639.0,0.0,0.0,False 2023-02-21 00:00:00+00:00,29.95,29.98800048828125,29.0727490234375,29.2,28.56322021484375,134539.0,0.0,0.0,False 2023-02-22 00:00:00+00:00,29.3,29.3,28.900000000000002,28.95,28.318674316406252,121520.0,0.0,0.0,False 2023-02-23 00:00:00+00:00,29.1,29.6,29.05,29.25,28.612131347656252,168459.0,0.0,0.0,False 2023-02-24 00:00:00+00:00,29.35,29.35,28.900000000000002,29.0,28.36758056640625,125435.0,0.0,0.0,False 2023-02-27 00:00:00+00:00,29.45,29.64552978515625,29.150000000000002,29.400000000000002,28.758859863281252,79133.0,0.0,0.0,False 2023-02-28 00:00:00+00:00,29.45,29.6,29.2,29.400000000000002,28.758859863281252,125083.0,0.0,0.0,False 2023-03-01 00:00:00+00:00,29.3,29.650000000000002,29.3,29.650000000000002,29.00340576171875,170253.0,0.0,0.0,False 2023-03-02 00:00:00+00:00,29.3,29.6985595703125,29.25,29.5,28.8566748046875,104146.0,0.0,0.0,False 2023-03-03 00:00:00+00:00,29.55,29.85,29.05,29.5,28.8566748046875,96105.0,0.0,0.0,False 2023-03-06 00:00:00+00:00,29.35,29.85,29.35,29.75,29.1012255859375,110621.0,0.0,0.0,False 2023-03-07 00:00:00+00:00,29.95,30.094951171875,29.71260009765625,29.900000000000002,29.24795166015625,85542.0,0.0,0.0,False 2023-03-08 00:00:00+00:00,30.150000000000002,30.25,29.81304931640625,29.900000000000002,29.24795166015625,63249.0,0.0,0.0,False 2023-03-09 00:00:00+00:00,29.95,29.95,29.35,29.55,28.905588378906252,72423.0,0.0,0.0,False 2023-03-10 00:00:00+00:00,29.2,29.3,28.1,28.35,27.7317578125,276989.0,0.0,0.0,False 2023-03-13 00:00:00+00:00,28.150000000000002,28.29510009765625,27.412600097656252,27.6,26.998110351562502,224318.0,0.0,0.0,False 2023-03-14 00:00:00+00:00,27.900000000000002,28.150000000000002,27.400000000000002,27.95,27.340478515625,146928.0,0.0,0.0,False 2023-03-15 00:00:00+00:00,28.05,28.05,27.35,27.6,26.998110351562502,215490.0,0.0,0.0,False 2023-03-16 00:00:00+00:00,27.25,28.7,27.25,27.8,27.19375,218347.0,0.0,0.0,False 2023-03-17 00:00:00+00:00,28.25,28.400000000000002,27.400000000000002,27.650000000000002,27.04701904296875,343331.0,0.0,0.0,False 2023-03-20 00:00:00+00:00,27.3,27.900000000000002,26.75,27.75,27.14484130859375,223889.0,0.0,0.0,False 2023-03-21 00:00:00+00:00,27.650000000000002,28.05,27.6,28.05,27.438295898437502,132398.0,0.0,0.0,False 2023-03-22 00:00:00+00:00,27.75,28.05,27.75,27.95,27.340478515625,154542.0,0.0,0.0,False 2023-03-23 00:00:00+00:00,28.0,28.1,27.7,28.0,27.38939208984375,151776.0,0.0,0.0,False 2023-03-24 00:00:00+00:00,28.0,28.1,27.25,27.8,27.19375,201226.0,0.0,0.0,False 2023-03-27 00:00:00+01:00,27.900000000000002,28.400000000000002,27.55,27.85,27.2426611328125,219171.0,0.0,0.0,False 2023-03-28 00:00:00+01:00,27.650000000000002,28.0,27.6,27.650000000000002,27.04701904296875,107599.0,0.0,0.0,False 2023-03-29 00:00:00+01:00,27.650000000000002,28.35,27.5,27.5,26.90029052734375,197432.0,0.0,0.0,False 2023-03-30 00:00:00+01:00,27.650000000000002,28.1889794921875,27.5,28.150000000000002,27.5361181640625,158057.0,0.0,0.0,False 2023-03-31 00:00:00+01:00,28.150000000000002,28.39989013671875,27.95,28.25,27.63393798828125,186623.0,0.0,0.0,False 2023-04-03 00:00:00+01:00,28.2,28.52,28.02,28.14,27.52633544921875,122669.0,0.0,0.0,False 2023-04-04 00:00:00+01:00,28.04,28.12,27.85,28.02,27.408955078125,116454.0,0.0,0.0,False 2023-04-05 00:00:00+01:00,28.22,28.26,27.64,27.7,27.0959326171875,134368.0,0.0,0.0,False 2023-04-06 00:00:00+01:00,27.84,27.84,27.340400390625,27.5,26.90029052734375,100175.0,0.0,0.0,False 2023-04-11 00:00:00+01:00,27.42,27.652880859375,27.26,27.44,26.8416015625,211870.0,0.0,0.0,False 2023-04-12 00:00:00+01:00,27.5,27.740000000000002,27.30197998046875,27.42,26.8220361328125,140806.0,0.0,0.0,False 2023-04-13 00:00:00+01:00,27.5,27.580000000000002,27.3040087890625,27.42,26.8220361328125,104969.0,0.0,0.0,False 2023-04-14 00:00:00+01:00,27.46,27.88,27.29139892578125,27.8,27.19375,122182.0,0.0,0.0,False 2023-04-17 00:00:00+01:00,28.12,28.12,27.82,28.0,27.38939208984375,155528.0,0.0,0.0,False 2023-04-18 00:00:00+01:00,27.98,28.26,27.8,27.98,27.369821777343752,207196.0,0.0,0.0,False 2023-04-19 00:00:00+01:00,28.0,28.0,27.740000000000002,27.8,27.19375,70776.0,0.0,0.0,False 2023-04-20 00:00:00+01:00,27.88,27.96,27.69571044921875,27.8,27.19375,72979.0,0.0,0.0,False 2023-04-21 00:00:00+01:00,27.82,28.04,27.82,27.94,27.33069580078125,135885.0,0.0,0.0,False 2023-04-24 00:00:00+01:00,27.900000000000002,28.22,27.8,27.92,27.31113525390625,146374.0,0.0,0.0,False 2023-04-25 00:00:00+01:00,28.0,28.0,27.68,27.68,27.0763671875,94124.0,0.0,0.0,False 2023-04-26 00:00:00+01:00,27.66,28.060000000000002,27.54,27.98,27.369821777343752,183898.0,0.0,0.0,False 2023-04-27 00:00:00+01:00,27.88,28.060000000000002,27.8,27.96,27.3502587890625,77645.0,0.0,0.0,False 2023-04-28 00:00:00+01:00,27.94,28.04,27.6,27.6,26.998110351562502,158445.0,0.0,0.0,False 2023-05-02 00:00:00+01:00,27.82,27.82,27.18,27.18,26.58726806640625,116839.0,0.0,0.0,False 2023-05-03 00:00:00+01:00,27.18,27.740000000000002,27.18,27.6,26.998110351562502,102057.0,0.0,0.0,False 2023-05-04 00:00:00+01:00,27.6,27.66,27.04,27.060000000000002,26.4698876953125,94409.0,0.0,0.0,False 2023-05-05 00:00:00+01:00,27.02,27.48,26.95986083984375,27.1,26.5090185546875,129766.0,0.0,0.0,False 2023-05-09 00:00:00+01:00,26.86,27.1,26.86,27.0,26.411196289062502,71814.0,0.0,0.0,False 2023-05-10 00:00:00+01:00,27.02,27.060000000000002,26.7,26.8,26.215559082031252,92546.0,0.0,0.0,False 2023-05-11 00:00:00+01:00,26.82,27.080000000000002,26.78,27.080000000000002,26.489450683593752,67201.0,0.0,0.0,False 2023-05-12 00:00:00+01:00,26.76,27.28,26.76,27.28,26.68509033203125,89893.0,0.0,0.0,False 2023-05-15 00:00:00+01:00,27.52,27.52,27.080000000000002,27.2,26.60683349609375,67123.0,0.0,0.0,False 2023-05-16 00:00:00+01:00,27.26,27.36,26.9200390625,27.02,26.430761718750002,90223.0,0.0,0.0,False 2023-05-17 00:00:00+01:00,27.2,27.62,26.98,27.42,26.8220361328125,90100.0,0.0,0.0,False 2023-05-18 00:00:00+01:00,27.48,27.7925,27.400000000000002,27.66,27.15947509765625,127824.0,0.10365817,0.0,True 2023-05-19 00:00:00+01:00,27.62,27.740000000000002,27.32,27.32,26.82562744140625,141234.0,0.0,0.0,False 2023-05-22 00:00:00+01:00,27.580000000000002,27.72,27.34,27.38,26.88454345703125,66840.0,0.0,0.0,False 2023-05-23 00:00:00+01:00,27.46,27.54389892578125,27.3,27.3,26.80598876953125,76619.0,0.0,0.0,False 2023-05-24 00:00:00+01:00,27.1,27.25466064453125,26.78,26.88,26.393591308593752,146445.0,0.0,0.0,False 2023-05-25 00:00:00+01:00,26.94,27.560000000000002,26.8,27.560000000000002,27.06128662109375,111835.0,0.0,0.0,False 2023-05-26 00:00:00+01:00,27.52,28.060000000000002,27.32,28.0,27.493322753906252,99185.0,0.0,0.0,False 2023-05-30 00:00:00+01:00,28.0,28.066049804687502,27.400000000000002,27.6,27.100561523437502,112741.0,0.0,0.0,False 2023-05-31 00:00:00+01:00,27.740000000000002,27.82,27.48,27.48,26.982734375,132380.0,0.0,0.0,False 2023-06-01 00:00:00+01:00,27.52,27.638798828125,27.172041015625002,27.560000000000002,27.06128662109375,88040.0,0.0,0.0,False 2023-06-02 00:00:00+01:00,27.54,28.0,27.506669921875,27.900000000000002,27.3951318359375,76706.0,0.0,0.0,False 2023-06-05 00:00:00+01:00,28.0,28.16,27.68,27.82,27.3165771484375,109100.0,0.0,0.0,False 2023-06-06 00:00:00+01:00,27.48,28.1,27.44,28.1,27.591513671875,166004.0,0.0,0.0,False 2023-06-07 00:00:00+01:00,28.16,28.2,27.72,27.98,27.4736865234375,106990.0,0.0,0.0,False 2023-06-08 00:00:00+01:00,28.1,28.20197021484375,27.8,28.16,27.650427246093752,141233.0,0.0,0.0,False 2023-06-09 00:00:00+01:00,28.400000000000002,28.400000000000002,27.82,27.86,27.355859375,89789.0,0.0,0.0,False 2023-06-12 00:00:00+01:00,28.18,28.18,27.76,27.76,27.25766845703125,169108.0,0.0,0.0,False 2023-06-13 00:00:00+01:00,28.0,28.0,27.7,27.7,27.19875244140625,75385.0,0.0,0.0,False 2023-06-14 00:00:00+01:00,27.900000000000002,27.94,27.54,27.86,27.355859375,93868.0,0.0,0.0,False 2023-06-15 00:00:00+01:00,27.78,28.060000000000002,27.54,27.62,27.1202001953125,123954.0,0.0,0.0,False 2023-06-16 00:00:00+01:00,27.6,27.98,27.6,27.94,27.4344091796875,342953.0,0.0,0.0,False 2023-06-19 00:00:00+01:00,28.02,28.02,27.42,27.5,27.00237060546875,107051.0,0.0,0.0,False 2023-06-20 00:00:00+01:00,27.68,27.6839990234375,27.1,27.14,26.64888916015625,340612.0,0.0,0.0,False 2023-06-21 00:00:00+01:00,27.16,27.32,26.98,27.18,26.6881591796875,268524.0,0.0,0.0,False 2023-06-22 00:00:00+01:00,27.26,27.4810791015625,26.88,27.18,26.6881591796875,141851.0,0.0,0.0,False 2023-06-23 00:00:00+01:00,27.1,27.1,26.84,27.04,26.5506982421875,113919.0,0.0,0.0,False 2023-06-26 00:00:00+01:00,26.96,27.18,26.82,27.060000000000002,26.57033203125,145436.0,0.0,0.0,False 2023-06-27 00:00:00+01:00,27.080000000000002,27.240000000000002,26.88,27.240000000000002,26.74707763671875,51076.0,0.0,0.0,False 2023-06-28 00:00:00+01:00,27.28,28.080000000000002,27.28,28.02,27.51296142578125,154526.0,0.0,0.0,False 2023-06-29 00:00:00+01:00,28.1,28.26,27.8,28.18,27.67006591796875,203819.0,0.0,0.0,False 2023-06-30 00:00:00+01:00,28.2,28.580000000000002,28.080000000000002,28.5,27.98427490234375,191215.0,0.0,0.0,False 2023-07-03 00:00:00+01:00,28.5,28.95134033203125,28.5,28.84,28.31812255859375,199028.0,0.0,0.0,False 2023-07-04 00:00:00+01:00,28.900000000000002,29.37636962890625,28.89360107421875,29.1,28.57341796875,116620.0,0.0,0.0,False 2023-07-05 00:00:00+01:00,29.12,29.3260009765625,28.7,28.86,28.3377587890625,175849.0,0.0,0.0,False 2023-07-06 00:00:00+01:00,28.88,28.88,28.26,28.44,27.925361328125,226021.0,0.0,0.0,False 2023-07-07 00:00:00+01:00,28.44,28.580000000000002,28.1,28.54,28.0235498046875,157563.0,0.0,0.0,False 2023-07-10 00:00:00+01:00,28.26,28.67112060546875,28.26,28.38,27.8664453125,197383.0,0.0,0.0,False 2023-07-11 00:00:00+01:00,28.48,28.663210449218752,28.14,28.400000000000002,27.88608642578125,163370.0,0.0,0.0,False 2023-07-12 00:00:00+01:00,28.5,29.04,28.36,28.82,28.298486328125,147568.0,0.0,0.0,False 2023-07-13 00:00:00+01:00,28.68,28.98,28.54,28.740000000000002,28.219931640625,170398.0,0.0,0.0,False 2023-07-14 00:00:00+01:00,28.8,29.060000000000002,28.5,28.78,28.259208984375,177034.0,0.0,0.0,False 2023-07-17 00:00:00+01:00,28.84,29.22241943359375,28.83570068359375,29.1,28.57341796875,177821.0,0.0,0.0,False 2023-07-18 00:00:00+01:00,29.12,29.26,28.92,29.02,28.49486572265625,272830.0,0.0,0.0,False 2023-07-19 00:00:00+01:00,29.3,29.81097900390625,29.24534912109375,29.48,28.94654052734375,181753.0,0.0,0.0,False 2023-07-20 00:00:00+01:00,29.52,29.72,29.34,29.62,29.0840087890625,161452.0,0.0,0.0,False 2023-07-21 00:00:00+01:00,29.6,29.73,29.44,29.66,29.1232861328125,155720.0,0.0,0.0,False 2023-07-24 00:00:00+01:00,29.46,29.94,29.0743994140625,29.94,29.3982177734375,87061.0,0.0,0.0,False 2023-07-25 00:00:00+01:00,30.16,30.16,29.580000000000002,29.6,29.0643701171875,122296.0,0.0,0.0,False 2023-07-26 00:00:00+01:00,29.66,29.76,29.38,29.38,28.84835205078125,98773.0,0.0,0.0,False 2023-07-27 00:00:00+01:00,29.68,29.92,29.3,29.84,29.300029296875,170669.0,0.0,0.0,False 2023-07-28 00:00:00+01:00,29.88,29.911220703125,29.46,29.68,29.1429248046875,260626.0,0.0,0.0,False 2023-07-31 00:00:00+01:00,29.400000000000002,29.98,29.400000000000002,29.98,29.4374951171875,248636.0,0.0,0.0,False 2023-08-01 00:00:00+01:00,29.92,30.16,29.8,30.16,29.61423828125,110957.0,0.0,0.0,False 2023-08-02 00:00:00+01:00,29.7,30.0964697265625,29.400000000000002,29.92,29.3785791015625,177590.0,0.0,0.0,False 2023-08-03 00:00:00+01:00,29.900000000000002,30.060000000000002,29.52,29.68,29.1429248046875,197044.0,0.0,0.0,False 2023-08-04 00:00:00+01:00,30.02,30.060000000000002,29.580000000000002,30.060000000000002,29.51604736328125,164456.0,0.0,0.0,False 2023-08-07 00:00:00+01:00,30.080000000000002,30.16,29.62,29.68,29.1429248046875,131741.0,0.0,0.0,False 2023-08-08 00:00:00+01:00,29.68,30.0,29.589599609375,29.94,29.3982177734375,121247.0,0.0,0.0,False 2023-08-09 00:00:00+01:00,30.0,30.3,29.7,29.8,29.26074951171875,302920.0,0.0,0.0,False 2023-08-10 00:00:00+01:00,29.92,30.04,29.64,30.04,29.496408691406252,143320.0,0.0,0.0,False 2023-08-11 00:00:00+01:00,30.12,30.12,29.66,29.7,29.16256103515625,203695.0,0.0,0.0,False 2023-08-14 00:00:00+01:00,30.2,30.28,29.560000000000002,30.0,29.45713134765625,166434.0,0.0,0.0,False 2023-08-15 00:00:00+01:00,30.3,30.3,29.560000000000002,29.72,29.182199707031252,172141.0,0.0,0.0,False 2023-08-16 00:00:00+01:00,29.5,29.84,29.5,29.68,29.1429248046875,135865.0,0.0,0.0,False 2023-08-17 00:00:00+01:00,29.8,29.88,29.38,29.38,28.948359375,127764.0,0.10253415,0.0,True 2023-08-18 00:00:00+01:00,29.42,29.52,28.86,28.98,28.554235839843752,143972.0,0.0,0.0,False 2023-08-21 00:00:00+01:00,29.02,29.62,29.02,29.62,29.18483154296875,208280.0,0.0,0.0,False 2023-08-22 00:00:00+01:00,29.3,29.98,29.3,29.92,29.48042724609375,243463.0,0.0,0.0,False 2023-08-23 00:00:00+01:00,29.94,30.060000000000002,29.560000000000002,29.92,29.48042724609375,169894.0,0.0,0.0,False 2023-08-24 00:00:00+01:00,30.060000000000002,30.16,29.740000000000002,29.900000000000002,29.4607177734375,178113.0,0.0,0.0,False 2023-08-25 00:00:00+01:00,30.1,30.14,29.8,29.92,29.48042724609375,152741.0,0.0,0.0,False 2023-08-29 00:00:00+01:00,29.94,30.28,29.88,29.88,29.4410107421875,148140.0,0.0,0.0,False 2023-08-30 00:00:00+01:00,30.1,30.18,29.76,29.78,29.34248291015625,126407.0,0.0,0.0,False 2023-08-31 00:00:00+01:00,29.82,30.0,29.76,29.88,29.4410107421875,120018.0,0.0,0.0,False 2023-09-01 00:00:00+01:00,29.580000000000002,30.1,29.52,30.1,29.657778320312502,97105.0,0.0,0.0,False 2023-09-04 00:00:00+01:00,30.02,30.2,29.900000000000002,30.2,29.75631103515625,107028.0,0.0,0.0,False 2023-09-05 00:00:00+01:00,30.02,30.42,30.02,30.16,29.7168994140625,168672.0,0.0,0.0,False 2023-09-06 00:00:00+01:00,30.060000000000002,30.46,29.98,30.44,29.99278564453125,221180.0,0.0,0.0,False 2023-09-07 00:00:00+01:00,30.400000000000002,30.560000000000002,30.240000000000002,30.38,29.9336669921875,218043.0,0.0,0.0,False 2023-09-08 00:00:00+01:00,30.86,30.86,30.22,30.46,30.012490234375,242336.0,0.0,0.0,False 2023-09-11 00:00:00+01:00,30.38,30.54,30.36,30.38,29.9336669921875,192189.0,0.0,0.0,False 2023-09-12 00:00:00+01:00,30.54,30.6,30.38,30.46,30.012490234375,202482.0,0.0,0.0,False 2023-09-13 00:00:00+01:00,30.72,30.72,30.3,30.3,29.854841308593752,160829.0,0.0,0.0,False 2023-09-14 00:00:00+01:00,30.2,30.560000000000002,30.2,30.34,29.89425537109375,228031.0,0.0,0.0,False 2023-09-15 00:00:00+01:00,30.66,30.76194091796875,30.28,30.28,29.83513427734375,540498.0,0.0,0.0,False 2023-09-18 00:00:00+01:00,30.66,30.66,29.96,30.04,29.59865966796875,164887.0,0.0,0.0,False 2023-09-19 00:00:00+01:00,29.84,30.2389990234375,29.84,29.92,29.48042724609375,209801.0,0.0,0.0,False 2023-09-20 00:00:00+01:00,30.0,30.23112060546875,29.84,29.98,29.539541015625,130526.0,0.0,0.0,False 2023-09-21 00:00:00+01:00,30.28,30.28,29.7,29.7,29.2636572265625,246513.0,0.0,0.0,False 2023-09-22 00:00:00+01:00,29.7,30.16,29.560000000000002,30.0,29.55925048828125,461274.0,0.0,0.0,False 2023-09-25 00:00:00+01:00,30.28,30.32,29.900000000000002,30.32,29.874548339843752,164634.0,0.0,0.0,False 2023-09-26 00:00:00+01:00,30.240000000000002,30.38,29.66,29.8,29.362185058593752,138205.0,0.0,0.0,False 2023-09-27 00:00:00+01:00,29.7,29.98,29.66,29.82,29.38189208984375,165273.0,0.0,0.0,False 2023-09-28 00:00:00+01:00,29.86,30.209599609375,29.572939453125002,29.7,29.2636572265625,261203.0,0.0,0.0,False 2023-09-29 00:00:00+01:00,29.580000000000002,30.02,29.400000000000002,29.84,29.4016015625,158751.0,0.0,0.0,False 2023-10-02 00:00:00+01:00,29.82,30.5,29.82,29.82,29.38189208984375,230817.0,0.0,0.0,False 2023-10-03 00:00:00+01:00,29.96,30.14,29.66,29.72,29.2833642578125,159032.0,0.0,0.0,False 2023-10-04 00:00:00+01:00,29.7,29.82,29.34,29.34,28.908945312500002,144513.0,0.0,0.0,False 2023-10-05 00:00:00+01:00,29.34,29.68,29.3,29.46,29.02718017578125,105320.0,0.0,0.0,False 2023-10-06 00:00:00+01:00,29.560000000000002,29.560000000000002,29.240000000000002,29.38,28.948359375,136198.0,0.0,0.0,False 2023-10-09 00:00:00+01:00,29.400000000000002,29.48,28.66,29.18,28.75129638671875,86454.0,0.0,0.0,False 2023-10-10 00:00:00+01:00,29.22,30.240000000000002,29.22,29.98,29.539541015625,154566.0,0.0,0.0,False 2023-10-11 00:00:00+01:00,30.12,30.12,29.560000000000002,29.92,29.48042724609375,202500.0,0.0,0.0,False 2023-10-12 00:00:00+01:00,29.98,30.2,29.36,29.900000000000002,29.4607177734375,160883.0,0.0,0.0,False 2023-10-13 00:00:00+01:00,29.98,30.16,29.5,29.62,29.18483154296875,130058.0,0.0,0.0,False 2023-10-16 00:00:00+01:00,29.900000000000002,30.2,29.48,29.68,29.2439501953125,272513.0,0.0,0.0,False 2023-10-17 00:00:00+01:00,29.8,30.080000000000002,29.76,30.0,29.55925048828125,265825.0,0.0,0.0,False 2023-10-18 00:00:00+01:00,30.2,30.3,29.54,29.68,29.2439501953125,126072.0,0.0,0.0,False 2023-10-19 00:00:00+01:00,29.86,30.46,29.188798828125,29.48,29.04688720703125,125436.0,0.0,0.0,False 2023-10-20 00:00:00+01:00,29.86,29.86,28.86,29.0,28.57393798828125,412723.0,0.0,0.0,False 2023-10-23 00:00:00+01:00,29.04,29.46,28.7,29.080000000000002,28.652763671875,170591.0,0.0,0.0,False 2023-10-24 00:00:00+01:00,29.080000000000002,29.400000000000002,28.68,29.060000000000002,28.633059082031252,539437.0,0.0,0.0,False 2023-10-25 00:00:00+01:00,29.060000000000002,29.92,28.84,29.2,28.77100341796875,124007.0,0.0,0.0,False 2023-10-26 00:00:00+01:00,29.18,29.560000000000002,28.86,29.14,28.71188232421875,144191.0,0.0,0.0,False 2023-10-27 00:00:00+01:00,29.34,29.52,27.94,28.7,28.27834716796875,116483.0,0.0,0.0,False 2023-10-30 00:00:00+00:00,29.1,29.32,27.82,28.84,28.4162939453125,95363.0,0.0,0.0,False 2023-10-31 00:00:00+00:00,29.0,29.44,28.84159912109375,29.3,28.86953369140625,122248.0,0.0,0.0,False 2023-11-01 00:00:00+00:00,29.36,29.72,29.0,29.64,29.204538574218752,106162.0,0.0,0.0,False 2023-11-02 00:00:00+00:00,29.580000000000002,29.8,28.400000000000002,29.8,29.362185058593752,157420.0,0.0,0.0,False 2023-11-03 00:00:00+00:00,29.86,30.04,29.38,29.560000000000002,29.125712890625,241893.0,0.0,0.0,False 2023-11-06 00:00:00+00:00,29.6,29.68,29.2,29.400000000000002,28.96806396484375,104393.0,0.0,0.0,False 2023-11-07 00:00:00+00:00,29.560000000000002,30.080000000000002,29.18,29.72,29.2833642578125,81843.0,0.0,0.0,False 2023-11-08 00:00:00+00:00,29.5,29.80738037109375,29.42,29.740000000000002,29.30306640625,120368.0,0.0,0.0,False 2023-11-09 00:00:00+00:00,29.68,30.31010009765625,29.68,30.3,29.854841308593752,100049.0,0.0,0.0,False 2023-11-10 00:00:00+00:00,30.26,30.26,29.76,29.76,29.32277587890625,87299.0,0.0,0.0,False 2023-11-13 00:00:00+00:00,30.02,30.38,29.580000000000002,30.38,29.9336669921875,138191.0,0.0,0.0,False 2023-11-14 00:00:00+00:00,30.14,30.5,29.84,30.48,30.032197265625,158869.0,0.0,0.0,False 2023-11-15 00:00:00+00:00,30.7,31.32,30.551201171875,30.64,30.18984619140625,167685.0,0.0,0.0,False 2023-11-16 00:00:00+00:00,30.86,31.28,30.48,30.96,30.6069482421875,218336.0,0.10191463,0.0,True 2023-11-17 00:00:00+00:00,31.0,31.32,30.740000000000002,31.02,30.6662646484375,256433.0,0.0,0.0,False 2023-11-20 00:00:00+00:00,30.84,31.3,30.8,31.1,30.7453515625,154730.0,0.0,0.0,False 2023-11-21 00:00:00+00:00,31.3,31.3,30.22,31.12,30.76512451171875,166444.0,0.0,0.0,False 2023-11-22 00:00:00+00:00,31.240000000000002,31.44,30.98,31.34,30.982614746093752,146359.0,0.0,0.0,False 2023-11-23 00:00:00+00:00,31.1,31.7,30.96,31.7,31.338510742187502,146776.0,0.0,0.0,False 2023-11-24 00:00:00+00:00,31.7,31.900000000000002,31.36,31.900000000000002,31.53622802734375,278946.0,0.0,0.0,False 2023-11-27 00:00:00+00:00,31.8,32.06,31.62,31.900000000000002,31.53622802734375,259561.0,0.0,0.0,False 2023-11-28 00:00:00+00:00,31.54,32.14,31.04,31.48,31.1210205078125,200617.0,0.0,0.0,False 2023-11-29 00:00:00+00:00,31.32,32.14,30.6,31.26,30.90352783203125,142456.0,0.0,0.0,False 2023-11-30 00:00:00+00:00,31.400000000000002,31.48,31.12,31.18,30.82444091796875,179391.0,0.0,0.0,False 2023-12-01 00:00:00+00:00,31.38,31.560000000000002,31.14,31.34,30.982614746093752,215550.0,0.0,0.0,False 2023-12-04 00:00:00+00:00,31.18,31.4572607421875,31.060000000000002,31.34,30.982614746093752,218582.0,0.0,0.0,False 2023-12-05 00:00:00+00:00,31.36,31.52,31.1,31.46,31.10124755859375,142499.0,0.0,0.0,False 2023-12-06 00:00:00+00:00,31.5,32.0,31.36,31.76,31.39782470703125,159609.0,0.0,0.0,False 2023-12-07 00:00:00+00:00,31.66,32.4,31.48199951171875,32.4,32.03052734375,205319.0,0.0,0.0,False 2023-12-08 00:00:00+00:00,32.4,32.72,32.2,32.6,32.2282470703125,262596.0,0.0,0.0,False 2023-12-11 00:00:00+00:00,32.38,33.02,31.5,32.6,32.2282470703125,215635.0,0.0,0.0,False 2023-12-12 00:00:00+00:00,33.0,33.54,32.4,33.18,32.80163330078125,246133.0,0.0,0.0,False 2023-12-13 00:00:00+00:00,33.38,33.62,33.0,33.42,33.03889404296875,207671.0,0.0,0.0,False 2023-12-14 00:00:00+00:00,33.68,34.300000000000004,33.2,33.74,33.35524658203125,328595.0,0.0,0.0,False 2023-12-15 00:00:00+00:00,34.0,34.4,33.96,34.08,33.6913671875,367580.0,0.0,0.0,False 2023-12-18 00:00:00+00:00,34.0,34.62,33.82,33.82,33.4343359375,236561.0,0.0,0.0,False 2023-12-19 00:00:00+00:00,34.12,34.42,33.7,34.34,33.94840576171875,215401.0,0.0,0.0,False 2023-12-20 00:00:00+00:00,34.480000000000004,35.24,34.12,34.6,34.205439453125,328258.0,0.0,0.0,False 2023-12-21 00:00:00+00:00,34.58,34.76,34.4,34.7,34.30429931640625,212354.0,0.0,0.0,False 2023-12-22 00:00:00+00:00,35.08,35.32,34.14,35.300000000000004,34.89745849609375,156440.0,0.0,0.0,False 2023-12-27 00:00:00+00:00,35.38,35.76,35.08,35.5,35.09517578125,160246.0,0.0,0.0,False 2023-12-28 00:00:00+00:00,35.5,35.800000000000004,35.36,35.64,35.23358154296875,176054.0,0.0,0.0,False 2023-12-29 00:00:00+00:00,35.7,36.1,35.54,35.84,35.431301269531254,95289.0,0.0,0.0,False 2024-01-02 00:00:00+00:00,35.9,36.1,35.68,35.68,35.273125,151354.0,0.0,0.0,False 2024-01-03 00:00:00+00:00,35.12,36.08,34.14,34.26,33.86931884765625,197100.0,0.0,0.0,False 2024-01-04 00:00:00+00:00,34.18,34.76,33.92,34.6,34.205439453125,232965.0,0.0,0.0,False 2024-01-05 00:00:00+00:00,34.18,34.92,34.02,34.800000000000004,34.4031591796875,211001.0,0.0,0.0,False 2024-01-08 00:00:00+00:00,34.9,35.02,34.5,34.84,34.44270263671875,239348.0,0.0,0.0,False 2024-01-09 00:00:00+00:00,35.06,35.26,34.94,35.12,34.719509277343754,227256.0,0.0,0.0,False 2024-01-10 00:00:00+00:00,35.22,35.53,34.86,35.5,35.09517578125,158478.0,0.0,0.0,False 2024-01-11 00:00:00+00:00,35.68,36.04,35.42,35.7,35.2928955078125,306315.0,0.0,0.0,False 2024-01-12 00:00:00+00:00,35.92,36.14,35.78,36.0,35.58947265625,168487.0,0.0,0.0,False 2024-01-15 00:00:00+00:00,36.06800048828125,36.14,35.84,36.04,35.62902099609375,213971.0,0.0,0.0,False 2024-01-16 00:00:00+00:00,35.94,36.04,35.75537109375,35.92,35.5103857421875,226810.0,0.0,0.0,False 2024-01-17 00:00:00+00:00,35.34,35.81199951171875,35.02,35.4,34.99631591796875,168101.0,0.0,0.0,False 2024-01-18 00:00:00+00:00,35.52,35.52,34.980000000000004,35.32,34.9172314453125,165689.0,0.0,0.0,False 2024-01-19 00:00:00+00:00,35.78,36.21323974609375,35.4,36.2,35.787197265625004,180674.0,0.0,0.0,False 2024-01-22 00:00:00+00:00,36.36,37.2,36.08,37.2,36.775791015625,205704.0,0.0,0.0,False 2024-01-23 00:00:00+00:00,37.18,37.18,36.54,36.54,36.123317871093754,225848.0,0.0,0.0,False 2024-01-24 00:00:00+00:00,36.699169921875004,36.9,36.56,36.82,36.4001220703125,185941.0,0.0,0.0,False 2024-01-25 00:00:00+00:00,36.78,36.980000000000004,36.660000000000004,36.660000000000004,36.24194580078125,229540.0,0.0,0.0,False 2024-01-26 00:00:00+00:00,36.46,36.96,36.46,36.78,36.3605810546875,240073.0,0.0,0.0,False 2024-01-29 00:00:00+00:00,36.96,37.54,36.78,37.22,36.7955615234375,159655.0,0.0,0.0,False 2024-01-30 00:00:00+00:00,37.88,38.22,37.536579589843754,38.04,37.606213378906254,314286.0,0.0,0.0,False 2024-01-31 00:00:00+00:00,38.14,38.149970703125,37.58,37.800000000000004,37.3689501953125,212621.0,0.0,0.0,False 2024-02-01 00:00:00+00:00,37.82,38.064990234375,37.58,37.72,37.28986328125,154210.0,0.0,0.0,False 2024-02-02 00:00:00+00:00,37.86,38.44,37.72,38.28,37.84347412109375,168917.0,0.0,0.0,False 2024-02-05 00:00:00+00:00,38.24,38.68,38.18,38.26,37.82370361328125,129307.0,0.0,0.0,False 2024-02-06 00:00:00+00:00,38.36,38.692939453125,38.160000000000004,38.54,38.10051025390625,160944.0,0.0,0.0,False 2024-02-07 00:00:00+00:00,38.54,38.76,38.160000000000004,38.62,38.179599609375,156796.0,0.0,0.0,False 2024-02-08 00:00:00+00:00,38.82,39.29533935546875,38.68,38.68,38.238916015625,180439.0,0.0,0.0,False 2024-02-09 00:00:00+00:00,38.7,39.56,38.52,39.42,38.97047607421875,188587.0,0.0,0.0,False 2024-02-12 00:00:00+00:00,39.72,40.34800048828125,39.5,40.04,39.58340576171875,211943.0,0.0,0.0,False 2024-02-13 00:00:00+00:00,39.160000000000004,40.4,38.72,38.980000000000004,38.5354931640625,148777.0,0.0,0.0,False 2024-02-14 00:00:00+00:00,39.54,39.738701171875,38.800000000000004,38.94,38.495947265625,92957.0,0.0,0.0,False 2024-02-15 00:00:00+00:00,39.06,39.7198193359375,38.28,38.28,37.98550537109375,170092.0,0.1456,0.0,True 2024-02-16 00:00:00+00:00,38.54,38.82,38.507880859375,38.72,38.422119140625,155461.0,0.0,0.0,False 2024-02-19 00:00:00+00:00,38.74,38.81800048828125,38.300000000000004,38.62,38.322890625,84968.0,0.0,0.0,False 2024-02-20 00:00:00+00:00,38.72,38.794150390625,38.1,38.42,38.12442626953125,137510.0,0.0,0.0,False 2024-02-21 00:00:00+00:00,38.86,38.86,38.1,38.1,37.8068896484375,332716.0,0.0,0.0,False 2024-02-22 00:00:00+00:00,38.26,38.62,38.1,38.480000000000004,38.18396728515625,116479.0,0.0,0.0,False 2024-02-23 00:00:00+00:00,38.7,38.800000000000004,38.1,38.6,38.30304443359375,158050.0,0.0,0.0,False 2024-02-26 00:00:00+00:00,38.68,39.44,38.6,39.300000000000004,38.99765869140625,618376.0,0.0,0.0,False 2024-02-27 00:00:00+00:00,39.32,39.46,38.895791015625,39.0,38.69996826171875,137080.0,0.0,0.0,False 2024-02-28 00:00:00+00:00,39.38,39.38,38.94,39.08,38.77935302734375,114103.0,0.0,0.0,False 2024-02-29 00:00:00+00:00,39.28,39.56,39.0,39.4,39.096889648437504,170541.0,0.0,0.0,False 2024-03-01 00:00:00+00:00,39.300000000000004,39.56,39.160000000000004,39.5,39.19612060546875,244552.0,0.0,0.0,False 2024-03-04 00:00:00+00:00,39.5,39.660000000000004,39.22,39.54,39.235810546875,304800.0,0.0,0.0,False 2024-03-05 00:00:00+00:00,39.54,39.54,38.834309082031254,38.980000000000004,38.68011962890625,185926.0,0.0,0.0,False 2024-03-06 00:00:00+00:00,39.28,39.6,39.10489990234375,39.56,39.2556591796875,168578.0,0.0,0.0,False 2024-03-07 00:00:00+00:00,39.800000000000004,39.9,38.82,39.5,39.19612060546875,162720.0,0.0,0.0,False 2024-03-08 00:00:00+00:00,39.72,39.805849609375,39.04,39.04,38.739658203125,190608.0,0.0,0.0,False 2024-03-11 00:00:00+00:00,39.160000000000004,39.4,38.4,38.7,38.402275390625,160148.0,0.0,0.0,False 2024-03-12 00:00:00+00:00,39.0,39.5,38.68,39.42,39.11673583984375,173867.0,0.0,0.0,False 2024-03-13 00:00:00+00:00,39.52,39.62,39.06,39.2,38.898427734375,121740.0,0.0,0.0,False 2024-03-14 00:00:00+00:00,39.800000000000004,39.800000000000004,39.12,39.64,39.3350439453125,140837.0,0.0,0.0,False 2024-03-15 00:00:00+00:00,38.4,39.78,38.4,39.68,39.37473388671875,510744.0,0.0,0.0,False 2024-03-18 00:00:00+00:00,39.62,39.76,39.29301025390625,39.52,39.215966796875,222562.0,0.0,0.0,False 2024-03-19 00:00:00+00:00,39.300000000000004,39.7,39.22,39.4,39.096889648437504,134253.0,0.0,0.0,False 2024-03-20 00:00:00+00:00,39.800000000000004,39.86,39.02,39.76,39.45411865234375,110396.0,0.0,0.0,False 2024-03-21 00:00:00+00:00,39.9,41.058701171875,39.82,40.72,40.4067333984375,191548.0,0.0,0.0,False 2024-03-22 00:00:00+00:00,41.1,41.78,40.96,41.56,41.2402734375,164700.0,0.0,0.0,False 2024-03-25 00:00:00+00:00,41.72,42.070830078125,41.4,41.44,41.1211962890625,174474.0,0.0,0.0,False 2024-03-26 00:00:00+00:00,41.28,41.7539990234375,41.2,41.32,41.002119140625,116775.0,0.0,0.0,False 2024-03-27 00:00:00+00:00,41.38,41.4,40.46,40.5,40.18842529296875,153388.0,0.0,0.0,False 2024-03-28 00:00:00+00:00,40.86,41.04,40.26389892578125,40.78,40.46627197265625,154434.0,0.0,0.0,False 2024-04-02 00:00:00+01:00,40.86,41.12,39.92,40.160000000000004,39.85104248046875,161574.0,0.0,0.0,False 2024-04-03 00:00:00+01:00,40.6,40.980000000000004,40.03135009765625,40.300000000000004,39.9899658203125,210014.0,0.0,0.0,False 2024-04-04 00:00:00+01:00,40.2,40.57072021484375,40.08,40.18,39.870888671875,155517.0,0.0,0.0,False 2024-04-05 00:00:00+01:00,40.18,40.18,38.79594970703125,39.800000000000004,39.4938134765625,248193.0,0.0,0.0,False 2024-04-08 00:00:00+01:00,40.160000000000004,40.78,39.88,40.6,40.28765869140625,259733.0,0.0,0.0,False 2024-04-09 00:00:00+01:00,40.56,40.56,39.58,40.32,40.00981201171875,223396.0,0.0,0.0,False 2024-04-10 00:00:00+01:00,40.74,40.74,40.06,40.7,40.3868896484375,206787.0,0.0,0.0,False 2024-04-11 00:00:00+01:00,40.4,40.82,40.26,40.52,40.20827392578125,293730.0,0.0,0.0,False 2024-04-12 00:00:00+01:00,40.92,41.5,40.5,40.82,40.50596435546875,150535.0,0.0,0.0,False 2024-04-15 00:00:00+01:00,40.76,40.76,40.02,40.04,39.73196533203125,153338.0,0.0,0.0,False 2024-04-16 00:00:00+01:00,39.88,40.06,38.2,38.9,38.600734863281254,274002.0,0.0,0.0,False 2024-04-17 00:00:00+01:00,38.46,38.980000000000004,38.14,38.68,38.38242919921875,212415.0,0.0,0.0,False 2024-04-18 00:00:00+01:00,38.52,39.26760009765625,38.46,38.74,38.44196533203125,128045.0,0.0,0.0,False 2024-04-19 00:00:00+01:00,38.02,38.9260009765625,37.78,38.12,37.82673828125,128680.0,0.0,0.0,False 2024-04-22 00:00:00+01:00,39.06,39.800000000000004,38.300000000000004,39.7,39.394580078125,209918.0,0.0,0.0,False 2024-04-23 00:00:00+01:00,39.74,40.800000000000004,39.6,40.08,39.77165771484375,140003.0,0.0,0.0,False 2024-04-24 00:00:00+01:00,40.08,40.64,39.94,39.94,39.632734375,91057.0,0.0,0.0,False 2024-04-25 00:00:00+01:00,39.5,39.92,38.12,38.38,38.084736328125004,272661.0,0.0,0.0,False 2024-04-26 00:00:00+01:00,39.06,40.26,39.06,39.300000000000004,38.99765869140625,208325.0,0.0,0.0,False 2024-04-29 00:00:00+01:00,39.26,40.18,39.25553955078125,39.32,39.0175048828125,101863.0,0.0,0.0,False 2024-04-30 00:00:00+01:00,39.92,40.06,39.06,39.44,39.13658203125,120098.0,0.0,0.0,False 2024-05-01 00:00:00+01:00,39.980000000000004,39.84,39.78,39.78,39.473964843750004,40471.0,0.0,0.0,False 2024-05-02 00:00:00+01:00,39.9,40.5,39.54,40.0,39.692272949218754,112766.0,0.0,0.0,False 2024-05-03 00:00:00+01:00,40.2,41.02,39.76,40.9,40.58534912109375,183495.0,0.0,0.0,False 2024-05-07 00:00:00+01:00,41.28,42.0,41.04,41.74,41.41888671875,200177.0,0.0,0.0,False 2024-05-08 00:00:00+01:00,41.62,42.24,40.64,41.82,41.498271484375,204337.0,0.0,0.0,False 2024-05-09 00:00:00+01:00,41.800000000000004,42.18,40.300000000000004,41.74,41.41888671875,170869.0,0.0,0.0,False 2024-05-10 00:00:00+01:00,41.64,42.18,41.6,41.86,41.5379638671875,189309.0,0.0,0.0,False 2024-05-13 00:00:00+01:00,41.86,42.12,41.42,41.42,41.10134765625,98799.0,0.0,0.0,False 2024-05-14 00:00:00+01:00,41.86,42.12,41.160000000000004,41.34,41.021962890625,105745.0,0.0,0.0,False 2024-05-15 00:00:00+01:00,41.24,42.12,40.5,40.58,40.26781005859375,139868.0,0.0,0.0,False 2024-05-16 00:00:00+01:00,40.78,41.300000000000004,40.02,41.0,40.8310791015625,145418.0,0.1456,0.0,True 2024-05-17 00:00:00+01:00,41.32,42.14,40.7,41.12,40.9505859375,157310.0,0.0,0.0,False 2024-05-20 00:00:00+01:00,41.36,41.36,40.7,40.76,40.5920703125,103576.0,0.0,0.0,False 2024-05-21 00:00:00+01:00,40.72,41.04,40.26,40.26,40.094128417968754,94492.0,0.0,0.0,False 2024-05-22 00:00:00+01:00,40.5,41.5,39.68,40.6,40.4327294921875,130940.0,0.0,0.0,False 2024-05-23 00:00:00+01:00,41.0,41.660000000000004,40.34,41.14,40.9705029296875,80973.0,0.0,0.0,False 2024-05-24 00:00:00+01:00,40.12,41.4,39.84,41.1,40.9306689453125,104736.0,0.0,0.0,False 2024-05-28 00:00:00+01:00,41.18,41.46,40.62,41.2,41.03025390625,113878.0,0.0,0.0,False 2024-05-29 00:00:00+01:00,41.0,41.74,40.74,40.9,40.73149169921875,110445.0,0.0,0.0,False 2024-05-30 00:00:00+01:00,40.9,41.160000000000004,40.42,40.96,40.7912451171875,199710.0,0.0,0.0,False 2024-05-31 00:00:00+01:00,40.660000000000004,42.421459960937504,40.58,40.78,40.6119873046875,258684.0,0.0,0.0,False 2024-06-03 00:00:00+01:00,41.9,42.68,40.86,40.94,40.771328125000004,179771.0,0.0,0.0,False 2024-06-04 00:00:00+01:00,41.32,41.7,40.92,40.96,40.7912451171875,125301.0,0.0,0.0,False 2024-06-05 00:00:00+01:00,41.18,41.64,39.84,41.64,41.4684423828125,141767.0,0.0,0.0,False 2024-06-06 00:00:00+01:00,41.56,42.28,41.36,42.18,42.006220703125,114797.0,0.0,0.0,False 2024-06-07 00:00:00+01:00,42.64,42.96,41.92,42.26,42.085888671875004,119401.0,0.0,0.0,False 2024-06-10 00:00:00+01:00,41.86,43.24,41.74,42.660000000000004,42.4842431640625,139353.0,0.0,0.0,False 2024-06-11 00:00:00+01:00,42.660000000000004,42.92,41.92,42.52,42.3448193359375,107150.0,0.0,0.0,False 2024-06-12 00:00:00+01:00,42.88,43.68,42.26,43.22,43.04193359375,189850.0,0.0,0.0,False 2024-06-13 00:00:00+01:00,43.04,43.52,42.6,42.78,42.6037451171875,157772.0,0.0,0.0,False 2024-06-14 00:00:00+01:00,42.78,43.46,42.3056201171875,42.76,42.583828125000004,214174.0,0.0,0.0,False 2024-06-17 00:00:00+01:00,42.76,43.489101562500004,42.7,42.94,42.7630859375,124826.0,0.0,0.0,False 2024-06-18 00:00:00+01:00,43.04,43.49,42.980000000000004,43.06,42.8825927734375,158838.0,0.0,0.0,False 2024-06-19 00:00:00+01:00,43.160000000000004,43.34,42.980000000000004,43.04,42.86267578125,94266.0,0.0,0.0,False 2024-06-20 00:00:00+01:00,43.0,43.431660156250004,41.56,43.1,42.9224267578125,201479.0,0.0,0.0,False 2024-06-21 00:00:00+01:00,42.74,43.02,42.144428710937504,42.26,42.085888671875004,277103.0,0.0,0.0,False 2024-06-24 00:00:00+01:00,42.38,43.36,42.1,42.12,41.94646484375,125067.0,0.0,0.0,False 2024-06-25 00:00:00+01:00,42.160000000000004,42.980000000000004,41.56,41.56,41.3887744140625,122390.0,0.0,0.0,False 2024-06-26 00:00:00+01:00,41.980000000000004,41.980000000000004,41.34,41.6,41.428608398437504,129386.0,0.0,0.0,False 2024-06-27 00:00:00+01:00,41.56,42.12,41.4,41.56,41.3887744140625,115362.0,0.0,0.0,False 2024-06-28 00:00:00+01:00,41.82,42.06,41.62,41.82,41.6477001953125,150587.0,0.0,0.0,False 2024-07-01 00:00:00+01:00,41.86,42.32,41.58,41.800000000000004,41.627783203125,119089.0,0.0,0.0,False 2024-07-02 00:00:00+01:00,41.78,42.06,41.46,41.5,41.3290185546875,167718.0,0.0,0.0,False 2024-07-03 00:00:00+01:00,41.5,41.68,41.32,41.42,41.2493505859375,177882.0,0.0,0.0,False 2024-07-04 00:00:00+01:00,41.42,42.0047509765625,41.299189453125,41.300000000000004,41.12984375,149071.0,0.0,0.0,False 2024-07-05 00:00:00+01:00,42.58,42.58,41.28,41.46,41.2891845703125,140112.0,0.0,0.0,False 2024-07-08 00:00:00+01:00,41.2,42.0,41.1,41.72,41.548115234375004,92283.0,0.0,0.0,False 2024-07-09 00:00:00+01:00,41.42,42.46,41.42,42.46,42.2850634765625,104576.0,0.0,0.0,False 2024-07-10 00:00:00+01:00,42.2,42.72,41.94,42.1,41.9265478515625,108400.0,0.0,0.0,False 2024-07-11 00:00:00+01:00,42.44,42.68,41.7734619140625,42.12,41.94646484375,121894.0,0.0,0.0,False 2024-07-12 00:00:00+01:00,42.82,43.2,41.660000000000004,41.86,41.6875390625,110513.0,0.0,0.0,False 2024-07-15 00:00:00+01:00,41.7,42.12,41.34,41.62,41.448525390625,101937.0,0.0,0.0,False 2024-07-16 00:00:00+01:00,41.660000000000004,42.02,41.26,41.800000000000004,41.627783203125,84327.0,0.0,0.0,False 2024-07-17 00:00:00+01:00,41.7,41.78,41.263691406250004,41.6,41.428608398437504,143883.0,0.0,0.0,False 2024-07-18 00:00:00+01:00,41.7,42.5,41.6,42.28,42.1058056640625,166218.0,0.0,0.0,False 2024-07-19 00:00:00+01:00,41.22,42.32,40.96,42.12,41.94646484375,122134.0,0.0,0.0,False 2024-07-22 00:00:00+01:00,42.12,42.58,42.02,42.300000000000004,42.12572265625,109420.0,0.0,0.0,False 2024-07-23 00:00:00+01:00,42.300000000000004,42.72,42.04,42.1,41.9265478515625,151522.0,0.0,0.0,False 2024-07-24 00:00:00+01:00,42.300000000000004,42.300000000000004,39.78,40.94,40.771328125000004,279014.0,0.0,0.0,False 2024-07-25 00:00:00+01:00,40.7,40.7,36.770520019531254,38.2,38.0426171875,501360.0,0.0,0.0,False 2024-07-26 00:00:00+01:00,38.7,38.92,36.26,37.74,37.58451171875,306922.0,0.0,0.0,False 2024-07-29 00:00:00+01:00,37.12,38.18,37.12,37.28,37.12640625,147066.0,0.0,0.0,False 2024-07-30 00:00:00+01:00,37.38,38.06,36.26,37.800000000000004,37.64426513671875,127691.0,0.0,0.0,False 2024-07-31 00:00:00+01:00,37.980000000000004,38.6,37.4,38.52,38.361298828125,134185.0,0.0,0.0,False 2024-08-01 00:00:00+01:00,38.62,39.46,37.7,37.96,37.80360595703125,155866.0,0.0,0.0,False 2024-08-02 00:00:00+01:00,37.46,37.94,35.32,35.88,35.73217529296875,294415.0,0.0,0.0,False 2024-08-05 00:00:00+01:00,34.74,35.26,32.82,34.82,34.67654296875,430578.0,0.0,0.0,False 2024-08-06 00:00:00+01:00,35.04,35.72001953125,34.1,34.88,34.736293945312504,208972.0,0.0,0.0,False 2024-08-07 00:00:00+01:00,35.72,36.480000000000004,35.286579589843754,36.18,36.0309375,173329.0,0.0,0.0,False 2024-08-08 00:00:00+01:00,36.5,36.5,35.04,36.22,36.07077392578125,128372.0,0.0,0.0,False 2024-08-09 00:00:00+01:00,36.5,36.72,35.4,35.62,35.4732470703125,115877.0,0.0,0.0,False 2024-08-12 00:00:00+01:00,35.62,36.06,35.0,35.34,35.1943994140625,92935.0,0.0,0.0,False 2024-08-13 00:00:00+01:00,35.34,35.62751953125,35.0,35.0,34.855800781250004,123394.0,0.0,0.0,False 2024-08-14 00:00:00+01:00,35.0,36.2,35.0,35.34,35.1943994140625,69442.0,0.0,0.0,False 2024-08-15 00:00:00+01:00,35.34,37.08,35.160000000000004,36.34,36.34,128395.0,0.1456,0.0,True 2024-08-16 00:00:00+01:00,37.06,37.18,36.480000000000004,36.54,36.54,194853.0,0.0,0.0,False 2024-08-19 00:00:00+01:00,36.36,36.56,35.480000000000004,36.300000000000004,36.300000000000004,103371.0,0.0,0.0,False 2024-08-20 00:00:00+01:00,36.92,37.800000000000004,35.660000000000004,35.76,35.76,108610.0,0.0,0.0,False 2024-08-21 00:00:00+01:00,35.9,36.22,35.5,36.2,36.2,87820.0,0.0,0.0,False 2024-08-22 00:00:00+01:00,36.0,36.9,35.78,36.0,36.0,146021.0,0.0,0.0,False ================================================ FILE: tests/data/PSH-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,29.95,30.650000000000002,29.85,29.85,28.6917236328125,140309.0,0.0,0.0 2022-01-05 00:00:00+00:00,30.150000000000002,30.55,30.150000000000002,30.150000000000002,28.98008056640625,80355.0,0.0,0.0 2022-01-06 00:00:00+00:00,29.75,29.75,29.25,29.25,28.11500732421875,122722.0,0.0,0.0 2022-01-07 00:00:00+00:00,29.3,29.75,29.25,29.400000000000002,28.2591845703125,113538.0,0.0,0.0 2022-01-10 00:00:00+00:00,29.400000000000002,29.75,28.8,28.8,27.68246337890625,132577.0,0.0,0.0 2022-01-11 00:00:00+00:00,29.25,29.35,28.55,28.8,27.68246337890625,131709.0,0.0,0.0 2022-01-12 00:00:00+00:00,29.0,29.5,28.7,28.900000000000002,27.77858642578125,112950.0,0.0,0.0 2022-01-13 00:00:00+00:00,29.150000000000002,29.55,29.05,29.2,28.0669482421875,88213.0,0.0,0.0 2022-01-14 00:00:00+00:00,28.900000000000002,29.25,28.6,28.6,27.49022705078125,70779.0,0.0,0.0 2022-01-17 00:00:00+00:00,28.6,28.900000000000002,28.55,28.8,27.68246337890625,74503.0,0.0,0.0 2022-01-18 00:00:00+00:00,28.55,28.91830078125,28.05,28.1,27.00962890625,129752.0,0.0,0.0 2022-01-19 00:00:00+00:00,28.05,28.365148925781252,27.658999023437502,28.25,27.153811035156252,257839.0,0.0,0.0 2022-01-20 00:00:00+00:00,28.25,28.900000000000002,28.25,28.75,27.63440673828125,161186.0,0.0,0.0 2022-01-21 00:00:00+00:00,28.6,28.6,27.6560009765625,27.7,26.62515625,191957.0,0.0,0.0 2022-01-24 00:00:00+00:00,27.6,27.6,25.8,25.95,24.943056640625002,340315.0,0.0,0.0 2022-01-25 00:00:00+00:00,26.1,26.85,26.05,26.5,25.47171142578125,246850.0,0.0,0.0 2022-01-26 00:00:00+00:00,26.0,27.7,26.0,27.35,26.2887353515625,139707.0,0.0,0.0 2022-01-27 00:00:00+00:00,26.55,27.5,25.6,27.05,26.000375976562502,285759.0,0.0,0.0 2022-01-28 00:00:00+00:00,27.1,27.35,26.3,26.650000000000002,25.6158935546875,435152.0,0.0,0.0 2022-01-31 00:00:00+00:00,27.1,27.7,26.88169921875,27.7,26.62515625,162324.0,0.0,0.0 2022-02-01 00:00:00+00:00,27.8,28.2,27.55,27.8,26.72127197265625,114433.0,0.0,0.0 2022-02-02 00:00:00+00:00,27.55,28.35,27.55,28.05,26.96156982421875,76709.0,0.0,0.0 2022-02-03 00:00:00+00:00,28.150000000000002,28.150000000000002,27.35,27.35,26.2887353515625,97548.0,0.0,0.0 2022-02-04 00:00:00+00:00,27.400000000000002,27.67300048828125,26.81820068359375,27.25,26.192609863281252,100057.0,0.0,0.0 2022-02-07 00:00:00+00:00,27.150000000000002,27.51830078125,26.98534912109375,27.0,25.95231201171875,81550.0,0.0,0.0 2022-02-08 00:00:00+00:00,27.45,27.45,27.1,27.1,26.0484326171875,53589.0,0.0,0.0 2022-02-09 00:00:00+00:00,27.2,28.0,27.150000000000002,28.0,26.9135107421875,132137.0,0.0,0.0 2022-02-10 00:00:00+00:00,27.35,28.05,27.342080078125,27.8,26.72127197265625,86703.0,0.0,0.0 2022-02-11 00:00:00+00:00,27.2,27.7,27.2,27.45,26.38485107421875,97847.0,0.0,0.0 2022-02-14 00:00:00+00:00,26.95,27.650000000000002,26.56820068359375,27.5,26.432905273437502,123701.0,0.0,0.0 2022-02-15 00:00:00+00:00,27.7,27.7,27.150000000000002,27.45,26.38485107421875,110048.0,0.0,0.0 2022-02-16 00:00:00+00:00,27.1,27.7,27.1,27.55,26.480966796875002,86171.0,0.0,0.0 2022-02-17 00:00:00+00:00,27.75,27.75,26.975839843750002,27.150000000000002,26.16801025390625,100195.0,7.5294,0.0 2022-02-18 00:00:00+00:00,26.8,27.35,26.6,26.6,25.63789794921875,103089.0,0.0,0.0 2022-02-21 00:00:00+00:00,26.900000000000002,27.150000000000002,26.30514892578125,26.7,25.73428466796875,155029.0,0.0,0.0 2022-02-22 00:00:00+00:00,26.55,27.5,26.35,27.45,26.457158203125,191736.0,0.0,0.0 2022-02-23 00:00:00+00:00,27.5,27.9443505859375,27.1,27.45,26.457158203125,142945.0,0.0,0.0 2022-02-24 00:00:00+00:00,26.75,27.1,26.33919921875,26.55,25.58971435546875,351977.0,0.0,0.0 2022-02-25 00:00:00+00:00,27.05,27.25,26.650000000000002,27.150000000000002,26.16801025390625,122980.0,0.0,0.0 2022-02-28 00:00:00+00:00,26.75,27.2,26.45,27.1,26.11981689453125,134833.0,0.0,0.0 2022-03-01 00:00:00+00:00,26.6,27.0,26.35,26.6,25.63789794921875,104370.0,0.0,0.0 2022-03-02 00:00:00+00:00,26.6,27.05,26.45,27.05,26.0716259765625,117453.0,0.0,0.0 2022-03-03 00:00:00+00:00,27.3,27.3,26.09387939453125,26.1,25.155986328125,159557.0,0.0,0.0 2022-03-04 00:00:00+00:00,26.1,26.2,25.0,25.0,24.0957763671875,171980.0,0.0,0.0 2022-03-07 00:00:00+00:00,24.5,24.95,23.650000000000002,24.7,23.8066259765625,325737.0,0.0,0.0 2022-03-08 00:00:00+00:00,24.0,25.35,24.0,24.650000000000002,23.75843505859375,334267.0,0.0,0.0 2022-03-09 00:00:00+00:00,24.85,26.150000000000002,24.85,26.150000000000002,25.20418212890625,120583.0,0.0,0.0 2022-03-10 00:00:00+00:00,25.75,26.18087890625,25.55449951171875,25.95,25.0114111328125,131053.0,0.0,0.0 2022-03-11 00:00:00+00:00,25.900000000000002,26.95,25.900000000000002,26.35,25.39694091796875,143473.0,0.0,0.0 2022-03-14 00:00:00+00:00,26.1,26.85,26.0,26.55,25.58971435546875,139382.0,0.0,0.0 2022-03-15 00:00:00+00:00,26.0,26.900000000000002,25.95,26.900000000000002,25.92705078125,94739.0,0.0,0.0 2022-03-16 00:00:00+00:00,27.05,28.400000000000002,26.87449951171875,28.400000000000002,27.3727978515625,423515.0,0.0,0.0 2022-03-17 00:00:00+00:00,28.400000000000002,28.7,27.95,28.1,27.0836474609375,103474.0,0.0,0.0 2022-03-18 00:00:00+00:00,28.150000000000002,28.35,27.8,28.3,27.276416015625,183700.0,0.0,0.0 2022-03-21 00:00:00+00:00,28.75,28.75,27.900000000000002,28.05,27.0354541015625,501820.0,0.0,0.0 2022-03-22 00:00:00+00:00,28.0,28.255,27.95,27.95,26.939072265625,69278.0,0.0,0.0 2022-03-23 00:00:00+00:00,28.5,28.5,27.6302490234375,27.650000000000002,26.64992431640625,1001389.0,0.0,0.0 2022-03-24 00:00:00+00:00,27.650000000000002,28.25,27.650000000000002,27.95,26.939072265625,222017.0,0.0,0.0 2022-03-25 00:00:00+00:00,28.45,28.85,27.862080078125,28.6,27.565561523437502,161851.0,0.0,0.0 2022-03-28 00:00:00+01:00,28.95,29.1,28.55,29.0,27.951093750000002,202835.0,0.0,0.0 2022-03-29 00:00:00+01:00,28.95,30.3,28.75,30.2,29.10769287109375,133608.0,0.0,0.0 2022-03-30 00:00:00+01:00,30.2,30.38199951171875,29.3,30.0,28.914931640625,128350.0,0.0,0.0 2022-03-31 00:00:00+01:00,30.05,30.1818798828125,29.76830078125,30.1,29.01130859375,108449.0,0.0,0.0 2022-04-01 00:00:00+01:00,30.2,30.35,29.8,29.95,28.8667333984375,88535.0,0.0,0.0 2022-04-04 00:00:00+01:00,30.25,30.25,29.85,29.95,28.8667333984375,70677.0,0.0,0.0 2022-04-05 00:00:00+01:00,29.400000000000002,30.150000000000002,29.400000000000002,29.75,28.67397216796875,121429.0,0.0,0.0 2022-04-06 00:00:00+01:00,30.2,30.2,29.05,29.3,28.2402490234375,155818.0,0.0,0.0 2022-04-07 00:00:00+01:00,29.5,29.650000000000002,29.0,29.150000000000002,28.09566650390625,74066.0,0.0,0.0 2022-04-08 00:00:00+01:00,29.75,29.85,29.35,29.5,28.4330126953125,91665.0,0.0,0.0 2022-04-11 00:00:00+01:00,29.0,29.760690917968752,28.85,29.05,27.999287109375,68999.0,0.0,0.0 2022-04-12 00:00:00+01:00,29.2,29.2,28.64322998046875,29.0,27.951093750000002,148143.0,0.0,0.0 2022-04-13 00:00:00+01:00,28.6,29.15489990234375,28.6,29.05,27.999287109375,115382.0,0.0,0.0 2022-04-14 00:00:00+01:00,29.45,29.45,28.85,29.3,28.2402490234375,105829.0,0.0,0.0 2022-04-19 00:00:00+01:00,29.35,29.6,29.1,29.6,28.52939697265625,97187.0,0.0,0.0 2022-04-20 00:00:00+01:00,29.0,29.45,28.621201171875,29.1,28.04748046875,148931.0,0.0,0.0 2022-04-21 00:00:00+01:00,28.75,29.400000000000002,28.650000000000002,29.1,28.04748046875,125035.0,0.0,0.0 2022-04-22 00:00:00+01:00,29.150000000000002,29.2,28.650000000000002,28.650000000000002,27.6137548828125,95238.0,0.0,0.0 2022-04-25 00:00:00+01:00,28.45,28.650000000000002,27.650000000000002,28.0,26.98726806640625,117568.0,0.0,0.0 2022-04-26 00:00:00+01:00,28.5,28.5,27.7,27.85,26.8426904296875,181269.0,0.0,0.0 2022-04-27 00:00:00+01:00,27.7,28.0,27.150000000000002,28.0,26.98726806640625,156218.0,0.0,0.0 2022-04-28 00:00:00+01:00,28.1,28.25,27.45,27.55,26.553537597656252,117295.0,0.0,0.0 2022-04-29 00:00:00+01:00,27.75,28.35,27.25,27.6,26.60173583984375,108136.0,0.0,0.0 2022-05-03 00:00:00+01:00,27.400000000000002,27.6,27.1,27.400000000000002,26.40896484375,109571.0,0.0,0.0 2022-05-04 00:00:00+01:00,27.1,27.2764501953125,26.75,26.900000000000002,25.92705078125,61077.0,0.0,0.0 2022-05-05 00:00:00+01:00,27.400000000000002,28.0,26.95,27.1,26.11981689453125,208704.0,0.0,0.0 2022-05-06 00:00:00+01:00,27.0,27.35,25.75,26.1,25.155986328125,175584.0,0.0,0.0 2022-05-09 00:00:00+01:00,26.2,26.2,24.7,24.8,23.90300537109375,101749.0,0.0,0.0 2022-05-10 00:00:00+01:00,24.8,25.400000000000002,24.66,24.7,23.8066259765625,112021.0,0.0,0.0 2022-05-11 00:00:00+01:00,24.95,25.85,24.767451171875,25.85,24.91503173828125,257698.0,0.0,0.0 2022-05-12 00:00:00+01:00,25.1,25.79093994140625,25.05,25.2,24.28853759765625,216317.0,0.0,0.0 2022-05-13 00:00:00+01:00,25.150000000000002,26.2,25.1,26.05,25.107797851562502,153103.0,0.0,0.0 2022-05-16 00:00:00+01:00,26.2,26.3,25.75,25.95,25.0114111328125,145576.0,0.0,0.0 2022-05-17 00:00:00+01:00,25.6,26.25,25.6,25.8,24.86683837890625,75429.0,0.0,0.0 2022-05-18 00:00:00+01:00,25.95,26.242128906250002,25.5060302734375,25.650000000000002,24.7222607421875,131321.0,0.0,0.0 2022-05-19 00:00:00+01:00,25.55,25.55,24.3,24.400000000000002,23.60791259765625,198661.0,9.825875,0.0 2022-05-20 00:00:00+01:00,24.25,24.900000000000002,24.25,24.55,23.75303955078125,131648.0,0.0,0.0 2022-05-23 00:00:00+01:00,24.7,25.1,24.400000000000002,25.1,24.28518798828125,191920.0,0.0,0.0 2022-05-24 00:00:00+01:00,25.25,25.25,24.2,24.2,23.414404296875002,166418.0,0.0,0.0 2022-05-25 00:00:00+01:00,24.25,25.05,24.25,24.85,24.04330322265625,104610.0,0.0,0.0 2022-05-26 00:00:00+01:00,25.25,25.25,24.2,25.05,24.2368115234375,189084.0,0.0,0.0 2022-05-27 00:00:00+01:00,24.5,25.6,24.5,25.55,24.72057861328125,161605.0,0.0,0.0 2022-05-30 00:00:00+01:00,25.95,26.2,25.2,26.150000000000002,25.301103515625,86975.0,0.0,0.0 2022-05-31 00:00:00+01:00,25.650000000000002,26.16199951171875,25.5,25.5,24.6722021484375,135522.0,0.0,0.0 2022-06-01 00:00:00+01:00,25.400000000000002,25.900000000000002,25.35,25.400000000000002,24.57545166015625,131352.0,0.0,0.0 2022-06-06 00:00:00+01:00,25.3,25.8,25.3,25.55,24.72057861328125,222083.0,0.0,0.0 2022-06-07 00:00:00+01:00,25.6,25.75,25.2,25.2,24.3819384765625,229648.0,0.0,0.0 2022-06-08 00:00:00+01:00,25.8,25.8,25.05,25.05,24.2368115234375,190578.0,0.0,0.0 2022-06-09 00:00:00+01:00,25.2,25.2,24.900000000000002,25.1,24.28518798828125,334307.0,0.0,0.0 2022-06-10 00:00:00+01:00,24.8,25.3,24.3,24.3,23.51115966796875,177837.0,0.0,0.0 2022-06-13 00:00:00+01:00,24.05,24.1,22.95,23.3,22.543615722656252,222881.0,0.0,0.0 2022-06-14 00:00:00+01:00,23.75,23.75,23.25,23.45,22.68874755859375,184153.0,0.0,0.0 2022-06-15 00:00:00+01:00,23.95,24.8,23.45,24.8,23.99492431640625,213424.0,0.0,0.0 2022-06-16 00:00:00+01:00,24.85,25.05,23.3,23.650000000000002,22.88225830078125,260835.0,0.0,0.0 2022-06-17 00:00:00+01:00,23.55,24.6,23.400000000000002,24.45,23.656286621093752,319858.0,0.0,0.0 2022-06-20 00:00:00+01:00,24.150000000000002,24.95,24.150000000000002,24.8,23.99492431640625,129653.0,0.0,0.0 2022-06-21 00:00:00+01:00,24.3,25.1,24.3,25.1,24.28518798828125,112937.0,0.0,0.0 2022-06-22 00:00:00+01:00,24.7,25.1,24.45,24.75,23.94654541015625,153829.0,0.0,0.0 2022-06-23 00:00:00+01:00,24.75,24.75,23.6,23.6,22.833876953125,196590.0,0.0,0.0 2022-06-24 00:00:00+01:00,24.3,24.8,23.650000000000002,24.650000000000002,23.84979736328125,146443.0,0.0,0.0 2022-06-27 00:00:00+01:00,24.900000000000002,25.45,24.7060009765625,25.1,24.28518798828125,137024.0,0.0,0.0 2022-06-28 00:00:00+01:00,24.900000000000002,25.8,24.900000000000002,25.650000000000002,24.8173291015625,135869.0,0.0,0.0 2022-06-29 00:00:00+01:00,25.2,25.75,25.150000000000002,25.55,24.72057861328125,139908.0,0.0,0.0 2022-06-30 00:00:00+01:00,24.900000000000002,24.95,24.2,24.5,23.7046630859375,134075.0,0.0,0.0 2022-07-01 00:00:00+01:00,24.95,24.95,24.25,24.650000000000002,23.84979736328125,156626.0,0.0,0.0 2022-07-04 00:00:00+01:00,24.5,24.650000000000002,24.35,24.6,23.801416015625,74007.0,0.0,0.0 2022-07-05 00:00:00+01:00,24.55,24.55,23.741279296875,23.8,23.02738525390625,212944.0,0.0,0.0 2022-07-06 00:00:00+01:00,24.150000000000002,24.35,23.75,24.35,23.55953125,251115.0,0.0,0.0 2022-07-07 00:00:00+01:00,24.2,24.6,24.1,24.5,23.7046630859375,169884.0,0.0,0.0 2022-07-08 00:00:00+01:00,24.0,25.0,24.0,25.0,24.18843505859375,172498.0,0.0,0.0 2022-07-11 00:00:00+01:00,24.5,25.05,24.35,24.8,23.99492431640625,131187.0,0.0,0.0 2022-07-12 00:00:00+01:00,24.8,25.1,24.6,24.6,23.801416015625,108713.0,0.0,0.0 2022-07-13 00:00:00+01:00,24.75,24.75,24.2,24.400000000000002,23.60791259765625,166720.0,0.0,0.0 2022-07-14 00:00:00+01:00,25.05,25.05,24.35,24.7,23.898173828125,169228.0,0.0,0.0 2022-07-15 00:00:00+01:00,25.150000000000002,25.150000000000002,24.5,24.900000000000002,24.091677246093752,189582.0,0.0,0.0 2022-07-18 00:00:00+01:00,25.150000000000002,25.732648925781252,24.95,25.650000000000002,24.8173291015625,101997.0,0.0,0.0 2022-07-19 00:00:00+01:00,25.75,26.05,25.35,26.0,25.15596923828125,108788.0,0.0,0.0 2022-07-20 00:00:00+01:00,26.0,26.45,25.85,26.45,25.59135986328125,121864.0,0.0,0.0 2022-07-21 00:00:00+01:00,26.45,26.8,26.0,26.650000000000002,25.7848681640625,182627.0,0.0,0.0 2022-07-22 00:00:00+01:00,26.25,26.85,26.150000000000002,26.2,25.34947509765625,153682.0,0.0,0.0 2022-07-25 00:00:00+01:00,26.55,26.55,25.8160009765625,26.0,25.15596923828125,128816.0,0.0,0.0 2022-07-26 00:00:00+01:00,25.8,26.05,25.400000000000002,25.400000000000002,24.57545166015625,112354.0,0.0,0.0 2022-07-27 00:00:00+01:00,25.85,25.900000000000002,25.5410009765625,25.6,24.768957519531252,168459.0,0.0,0.0 2022-07-28 00:00:00+01:00,25.900000000000002,25.95,25.35,25.8,24.96246337890625,157024.0,0.0,0.0 2022-07-29 00:00:00+01:00,26.05,26.6,25.35,26.6,25.736486816406252,150457.0,0.0,0.0 2022-08-01 00:00:00+01:00,26.45,26.79197998046875,26.3031494140625,26.45,25.59135986328125,141313.0,0.0,0.0 2022-08-02 00:00:00+01:00,26.45,26.7,26.05,26.6,25.736486816406252,110320.0,0.0,0.0 2022-08-03 00:00:00+01:00,27.0,27.25,26.7,27.1,26.220258789062502,322484.0,0.0,0.0 2022-08-04 00:00:00+01:00,27.3,27.6,27.0,27.0,26.123505859375,248725.0,0.0,0.0 2022-08-05 00:00:00+01:00,27.3,27.45,27.1,27.3,26.413767089843752,199510.0,0.0,0.0 2022-08-08 00:00:00+01:00,27.3,27.400000000000002,27.0,27.25,26.365393066406252,104149.0,0.0,0.0 2022-08-09 00:00:00+01:00,27.400000000000002,27.400000000000002,26.7,26.7,25.83324462890625,82003.0,0.0,0.0 2022-08-10 00:00:00+01:00,27.25,27.5,26.900000000000002,27.25,26.365393066406252,187024.0,0.0,0.0 2022-08-11 00:00:00+01:00,27.35,27.5,27.1,27.45,26.55889892578125,77853.0,0.0,0.0 2022-08-12 00:00:00+01:00,27.1,27.5,27.05,27.2,26.3170166015625,97781.0,0.0,0.0 2022-08-15 00:00:00+01:00,27.6,27.650000000000002,27.05,27.5,26.607275390625002,143701.0,0.0,0.0 2022-08-16 00:00:00+01:00,27.2,27.6,27.2,27.35,26.46214599609375,118189.0,0.0,0.0 2022-08-17 00:00:00+01:00,27.5,27.5,27.0210498046875,27.1,26.220258789062502,123708.0,0.0,0.0 2022-08-18 00:00:00+01:00,27.45,27.55,27.150000000000002,27.55,26.76066162109375,91270.0,10.634,0.0 2022-08-19 00:00:00+01:00,27.650000000000002,27.88429931640625,27.3,27.400000000000002,26.61495849609375,170209.0,0.0,0.0 2022-08-22 00:00:00+01:00,27.85,27.85,26.900000000000002,26.900000000000002,26.12928466796875,114189.0,0.0,0.0 2022-08-23 00:00:00+01:00,27.1,27.26485107421875,26.45,26.45,25.692175292968752,119942.0,0.0,0.0 2022-08-24 00:00:00+01:00,26.85,27.5,26.5010009765625,27.5,26.71209228515625,139686.0,0.0,0.0 2022-08-25 00:00:00+01:00,27.5,28.55,27.5,28.1,27.29489990234375,219063.0,0.0,0.0 2022-08-26 00:00:00+01:00,28.150000000000002,28.55,27.54,27.55,26.76066162109375,195903.0,0.0,0.0 2022-08-30 00:00:00+01:00,27.5,28.3989990234375,27.3,27.85,27.052065429687502,120869.0,0.0,0.0 2022-08-31 00:00:00+01:00,27.900000000000002,28.199499511718752,27.6,27.900000000000002,27.10063720703125,127331.0,0.0,0.0 2022-09-01 00:00:00+01:00,28.05,28.05,27.45,27.45,26.66352783203125,129719.0,0.0,0.0 2022-09-02 00:00:00+01:00,27.400000000000002,28.1,27.35,28.05,27.24633544921875,109961.0,0.0,0.0 2022-09-05 00:00:00+01:00,27.55,28.400000000000002,27.45,28.400000000000002,27.586306152343752,113453.0,0.0,0.0 2022-09-06 00:00:00+01:00,28.35,28.59693115234375,27.5939990234375,28.1,27.29489990234375,112815.0,0.0,0.0 2022-09-07 00:00:00+01:00,28.25,28.25,27.45,27.6,26.80923095703125,241844.0,0.0,0.0 2022-09-08 00:00:00+01:00,27.75,28.5,27.69818115234375,28.400000000000002,27.586306152343752,121597.0,0.0,0.0 2022-09-09 00:00:00+01:00,28.05,29.150000000000002,28.05,28.75,27.926279296875002,133204.0,0.0,0.0 2022-09-12 00:00:00+01:00,28.9489990234375,29.0,28.25,28.55,27.73200927734375,152274.0,0.0,0.0 2022-09-13 00:00:00+01:00,28.2,28.556220703125,27.7,27.7,26.90636474609375,160270.0,0.0,0.0 2022-09-14 00:00:00+01:00,27.900000000000002,28.4410009765625,27.6,28.0,27.19777099609375,131433.0,0.0,0.0 2022-09-15 00:00:00+01:00,28.5,28.8,28.1,28.6,27.780581054687502,134597.0,0.0,0.0 2022-09-16 00:00:00+01:00,28.75,29.0,28.35,28.400000000000002,27.586306152343752,229714.0,0.0,0.0 2022-09-20 00:00:00+01:00,28.35,28.75764892578125,27.8,27.8,27.00349853515625,127219.0,0.0,0.0 2022-09-21 00:00:00+01:00,27.8,28.2147998046875,27.7,27.95,27.14920166015625,185626.0,0.0,0.0 2022-09-22 00:00:00+01:00,27.650000000000002,27.95,27.45,27.45,26.66352783203125,224001.0,0.0,0.0 2022-09-23 00:00:00+01:00,27.5,27.900000000000002,26.900000000000002,27.900000000000002,27.10063720703125,314510.0,0.0,0.0 2022-09-26 00:00:00+01:00,27.900000000000002,28.45,27.214460449218752,27.7,26.90636474609375,218216.0,0.0,0.0 2022-09-27 00:00:00+01:00,27.400000000000002,28.35,27.400000000000002,28.0,27.19777099609375,252006.0,0.0,0.0 2022-09-28 00:00:00+01:00,28.25,28.400000000000002,27.25,28.3,27.4891748046875,279278.0,0.0,0.0 2022-09-29 00:00:00+01:00,27.900000000000002,28.498720703125002,27.2,27.2,26.4206884765625,257058.0,0.0,0.0 2022-09-30 00:00:00+01:00,27.2,27.45,26.8,27.0,26.22641845703125,232905.0,0.0,0.0 2022-10-03 00:00:00+01:00,26.8,26.95,26.35,26.7,25.9350146484375,198007.0,0.0,0.0 2022-10-04 00:00:00+01:00,26.45,27.8,26.432119140625,27.5,26.71209228515625,249570.0,0.0,0.0 2022-10-05 00:00:00+01:00,27.85,27.85,27.150000000000002,27.2,26.4206884765625,197943.0,0.0,0.0 2022-10-06 00:00:00+01:00,27.7,27.8,27.25,27.55,26.76066162109375,164247.0,0.0,0.0 2022-10-07 00:00:00+01:00,27.150000000000002,27.7,27.150000000000002,27.2,26.4206884765625,144101.0,0.0,0.0 2022-10-10 00:00:00+01:00,27.3,27.6,27.1,27.1,26.3235546875,149935.0,0.0,0.0 2022-10-11 00:00:00+01:00,27.0,27.25,26.35,26.35,25.595041503906252,244135.0,0.0,0.0 2022-10-12 00:00:00+01:00,26.85,26.9614111328125,26.5,26.5,25.7407470703125,217446.0,0.0,0.0 2022-10-13 00:00:00+01:00,,,,,,,0.0,0.0 2022-10-14 00:00:00+01:00,,,,,,,0.0,0.0 2022-10-17 00:00:00+01:00,26.400000000000002,26.650000000000002,26.0,26.1,25.35220458984375,284476.0,0.0,0.0 2022-10-18 00:00:00+01:00,26.25,27.2,26.25,26.7,25.9350146484375,278224.0,0.0,0.0 2022-10-19 00:00:00+01:00,26.85,27.2,26.7,27.2,26.4206884765625,149725.0,0.0,0.0 2022-10-20 00:00:00+01:00,27.25,27.8,27.0,27.55,26.76066162109375,196360.0,0.0,0.0 2022-10-21 00:00:00+01:00,27.8,27.95,27.3,27.900000000000002,27.10063720703125,201869.0,0.0,0.0 2022-10-24 00:00:00+01:00,27.95,28.25,27.55,27.7,26.90636474609375,216869.0,0.0,0.0 2022-10-25 00:00:00+01:00,28.1,28.60797119140625,27.8,28.45,27.63487548828125,243346.0,0.0,0.0 2022-10-26 00:00:00+01:00,28.3,28.95,28.25,28.400000000000002,27.586306152343752,233349.0,0.0,0.0 2022-10-27 00:00:00+01:00,28.6,29.05,28.1,28.150000000000002,27.34347412109375,241512.0,0.0,0.0 2022-10-28 00:00:00+01:00,28.2,28.2,27.45,27.75,26.95492919921875,251052.0,0.0,0.0 2022-10-31 00:00:00+00:00,28.150000000000002,28.5,27.95,28.35,27.53774169921875,224828.0,0.0,0.0 2022-11-01 00:00:00+00:00,28.25,29.1,28.25,28.7,27.87771484375,179700.0,0.0,0.0 2022-11-02 00:00:00+00:00,28.85,29.05,28.400000000000002,28.45,27.63487548828125,163139.0,0.0,0.0 2022-11-03 00:00:00+00:00,28.650000000000002,28.900000000000002,28.1,28.6,27.780581054687502,236945.0,0.0,0.0 2022-11-04 00:00:00+00:00,29.0,29.45,28.69,28.85,28.02341796875,257506.0,0.0,0.0 2022-11-07 00:00:00+00:00,28.95,29.900000000000002,28.7,29.05,28.217685546875,276709.0,0.0,0.0 2022-11-08 00:00:00+00:00,28.900000000000002,29.400000000000002,28.8,28.8,27.97484619140625,202342.0,0.0,0.0 2022-11-09 00:00:00+00:00,28.900000000000002,29.1,28.758759765625,28.95,28.120546875000002,205799.0,0.0,0.0 2022-11-10 00:00:00+00:00,28.85,29.400000000000002,28.650000000000002,28.85,28.02341796875,460509.0,0.0,0.0 2022-11-11 00:00:00+00:00,28.75,29.539980468750002,28.7,29.3,28.46052490234375,237521.0,0.0,0.0 2022-11-14 00:00:00+00:00,29.3,29.55,28.900000000000002,29.45,28.6062255859375,267263.0,0.0,0.0 2022-11-15 00:00:00+00:00,29.6,29.6,29.0,29.0,28.16912109375,251166.0,0.0,0.0 2022-11-16 00:00:00+00:00,29.3,29.400000000000002,28.400000000000002,29.150000000000002,28.3148193359375,220478.0,0.0,0.0 2022-11-17 00:00:00+00:00,29.3,29.3,28.6,28.75,28.023203125000002,181743.0,10.082,0.0 2022-11-18 00:00:00+00:00,29.0,29.3,28.555,29.0,28.266884765625,202074.0,0.0,0.0 2022-11-21 00:00:00+00:00,29.35,29.400000000000002,29.0,29.25,28.510561523437502,129225.0,0.0,0.0 2022-11-22 00:00:00+00:00,29.3,29.55,29.05,29.2,28.461828613281252,248987.0,0.0,0.0 2022-11-23 00:00:00+00:00,29.55,29.55,29.0,29.150000000000002,28.4130908203125,142104.0,0.0,0.0 2022-11-24 00:00:00+00:00,29.400000000000002,29.5,28.968000488281252,29.3,28.55929931640625,49419.0,0.0,0.0 2022-11-25 00:00:00+00:00,29.2,29.3935498046875,29.0,29.150000000000002,28.4130908203125,85055.0,0.0,0.0 2022-11-28 00:00:00+00:00,29.05,29.55,28.900000000000002,29.55,28.802980957031252,122426.0,0.0,0.0 2022-11-29 00:00:00+00:00,29.3,29.35,29.1,29.35,28.608034667968752,71022.0,0.0,0.0 2022-11-30 00:00:00+00:00,29.3,29.75,29.25,29.650000000000002,28.90044921875,149400.0,0.0,0.0 2022-12-01 00:00:00+00:00,29.900000000000002,30.135,29.35,29.45,28.70551025390625,161166.0,0.0,0.0 2022-12-02 00:00:00+00:00,29.650000000000002,29.900000000000002,29.3,29.400000000000002,28.6567724609375,143672.0,0.0,0.0 2022-12-05 00:00:00+00:00,29.6,29.6,29.16337890625,29.25,28.510561523437502,105016.0,0.0,0.0 2022-12-06 00:00:00+00:00,29.2,29.3,28.6,28.7,27.9744677734375,174039.0,0.0,0.0 2022-12-07 00:00:00+00:00,28.75,28.95,28.150000000000002,28.3,27.584580078125,184272.0,0.0,0.0 2022-12-08 00:00:00+00:00,28.5,28.85,28.150000000000002,28.85,28.120673828125,136250.0,0.0,0.0 2022-12-09 00:00:00+00:00,28.900000000000002,28.900000000000002,28.400000000000002,28.5,27.77951904296875,156097.0,0.0,0.0 2022-12-12 00:00:00+00:00,28.45,28.6,28.35,28.6,27.87699951171875,140222.0,0.0,0.0 2022-12-13 00:00:00+00:00,28.5,29.25,28.3,28.85,28.120673828125,180090.0,0.0,0.0 2022-12-14 00:00:00+00:00,29.05,29.1,28.6,28.8,28.0719384765625,102483.0,0.0,0.0 2022-12-15 00:00:00+00:00,28.8,28.8,28.3,28.55,27.828256835937502,236923.0,0.0,0.0 2022-12-16 00:00:00+00:00,28.75,28.75,28.3,28.6,27.87699951171875,346954.0,0.0,0.0 2022-12-19 00:00:00+00:00,28.6,28.650000000000002,28.2,28.400000000000002,27.682050781250002,176466.0,0.0,0.0 2022-12-20 00:00:00+00:00,28.3,28.75,28.05,28.5,27.77951904296875,153677.0,0.0,0.0 2022-12-21 00:00:00+00:00,28.900000000000002,29.1,28.35,29.1,28.364355468750002,81013.0,0.0,0.0 2022-12-22 00:00:00+00:00,29.25,29.25,28.45,28.45,27.7307861328125,143311.0,0.0,0.0 2022-12-23 00:00:00+00:00,29.0,29.01889892578125,28.6,28.900000000000002,28.169409179687502,66813.0,0.0,0.0 2022-12-28 00:00:00+00:00,28.6,29.097971191406252,28.6,28.8,28.0719384765625,135364.0,0.0,0.0 2022-12-29 00:00:00+00:00,29.3,29.3,28.900000000000002,29.150000000000002,28.4130908203125,471991.0,0.0,0.0 2022-12-30 00:00:00+00:00,29.1,29.1976904296875,29.0,29.150000000000002,28.4130908203125,51033.0,0.0,0.0 2023-01-03 00:00:00+00:00,29.3,29.8,29.0568505859375,29.2,28.461828613281252,187222.0,0.0,0.0 2023-01-04 00:00:00+00:00,29.2,29.400000000000002,29.0,29.25,28.510561523437502,186791.0,0.0,0.0 2023-01-05 00:00:00+00:00,29.25,29.400000000000002,29.1,29.3,28.55929931640625,198983.0,0.0,0.0 2023-01-06 00:00:00+00:00,29.25,29.5,28.95,29.0,28.266884765625,192145.0,0.0,0.0 2023-01-09 00:00:00+00:00,29.5,29.5,29.0,29.1,28.364355468750002,137457.0,0.0,0.0 2023-01-10 00:00:00+00:00,29.2,29.3,29.05,29.3,28.55929931640625,100991.0,0.0,0.0 2023-01-11 00:00:00+00:00,29.45,29.75,29.080000000000002,29.75,28.99792236328125,108635.0,0.0,0.0 2023-01-12 00:00:00+00:00,29.8,30.2,29.6,30.0,29.24160400390625,203012.0,0.0,0.0 2023-01-13 00:00:00+00:00,30.1,30.150000000000002,29.7,29.95,29.19286865234375,160309.0,0.0,0.0 2023-01-16 00:00:00+00:00,29.7,30.25,29.650000000000002,30.25,29.48528564453125,179084.0,0.0,0.0 2023-01-17 00:00:00+00:00,30.25,30.3,29.900000000000002,30.0,29.24160400390625,140934.0,0.0,0.0 2023-01-18 00:00:00+00:00,30.0,30.1264501953125,29.562548828125,29.7,28.9491845703125,121806.0,0.0,0.0 2023-01-19 00:00:00+00:00,29.75,29.75,28.85,29.05,28.3156201171875,97177.0,0.0,0.0 2023-01-20 00:00:00+00:00,29.3,29.400000000000002,29.1,29.1,28.364355468750002,93663.0,0.0,0.0 2023-01-23 00:00:00+00:00,29.25,29.45,29.0,29.45,28.70551025390625,82557.0,0.0,0.0 2023-01-24 00:00:00+00:00,29.5,29.55,29.2,29.35,28.608034667968752,199902.0,0.0,0.0 2023-01-25 00:00:00+00:00,29.6,29.6,28.898779296875002,28.95,28.21814453125,75904.0,0.0,0.0 2023-01-26 00:00:00+00:00,29.1,29.2,28.94615966796875,29.05,28.3156201171875,79979.0,0.0,0.0 2023-01-27 00:00:00+00:00,29.3,29.3,28.900000000000002,28.95,28.21814453125,96019.0,0.0,0.0 2023-01-30 00:00:00+00:00,29.0,29.150000000000002,28.85,29.1,28.364355468750002,102965.0,0.0,0.0 2023-01-31 00:00:00+00:00,29.0,29.09389892578125,28.85,29.0,28.266884765625,127125.0,0.0,0.0 2023-02-01 00:00:00+00:00,29.3,29.3,28.900000000000002,29.1,28.364355468750002,92216.0,0.0,0.0 2023-02-02 00:00:00+00:00,29.2,29.85,29.150000000000002,29.85,29.095400390625002,224236.0,0.0,0.0 2023-02-03 00:00:00+00:00,30.150000000000002,30.2,29.7,30.2,29.43655029296875,143925.0,0.0,0.0 2023-02-06 00:00:00+00:00,30.150000000000002,30.160749511718752,29.71794921875,30.05,29.2903369140625,150343.0,0.0,0.0 2023-02-07 00:00:00+00:00,30.25,30.25,29.8,29.8,29.04666015625,116127.0,0.0,0.0 2023-02-08 00:00:00+00:00,29.7,30.05,29.650000000000002,29.7,28.9491845703125,91217.0,0.0,0.0 2023-02-09 00:00:00+00:00,29.5,29.900000000000002,29.5,29.5,28.7542431640625,79864.0,0.0,0.0 2023-02-10 00:00:00+00:00,29.6,29.75,29.0,29.150000000000002,28.4130908203125,127187.0,0.0,0.0 2023-02-13 00:00:00+00:00,29.150000000000002,29.900000000000002,29.05,29.900000000000002,29.144130859375,228222.0,0.0,0.0 2023-02-14 00:00:00+00:00,29.7,30.150000000000002,29.6,29.8,29.04666015625,162766.0,0.0,0.0 2023-02-15 00:00:00+00:00,29.95,30.55,29.81705078125,30.55,29.77769775390625,113794.0,0.0,0.0 2023-02-16 00:00:00+00:00,30.55,31.150000000000002,30.03699951171875,30.150000000000002,29.492502441406252,463087.0,10.844571,0.0 2023-02-17 00:00:00+00:00,30.25,30.3,29.8,29.8,29.1501318359375,263879.0,0.0,0.0 2023-02-20 00:00:00+00:00,29.95,30.0,29.75,29.900000000000002,29.24795166015625,88639.0,0.0,0.0 2023-02-21 00:00:00+00:00,29.95,29.98800048828125,29.0727490234375,29.2,28.56322021484375,134539.0,0.0,0.0 2023-02-22 00:00:00+00:00,29.3,29.3,28.900000000000002,28.95,28.318674316406252,121520.0,0.0,0.0 2023-02-23 00:00:00+00:00,29.1,29.6,29.05,29.25,28.612131347656252,168459.0,0.0,0.0 2023-02-24 00:00:00+00:00,29.35,29.35,28.900000000000002,29.0,28.36758056640625,125435.0,0.0,0.0 2023-02-27 00:00:00+00:00,29.45,29.64552978515625,29.150000000000002,29.400000000000002,28.758859863281252,79133.0,0.0,0.0 2023-02-28 00:00:00+00:00,29.45,29.6,29.2,29.400000000000002,28.758859863281252,125083.0,0.0,0.0 2023-03-01 00:00:00+00:00,29.3,29.650000000000002,29.3,29.650000000000002,29.00340576171875,170253.0,0.0,0.0 2023-03-02 00:00:00+00:00,29.3,29.6985595703125,29.25,29.5,28.8566748046875,104146.0,0.0,0.0 2023-03-03 00:00:00+00:00,29.55,29.85,29.05,29.5,28.8566748046875,96105.0,0.0,0.0 2023-03-06 00:00:00+00:00,29.35,29.85,29.35,29.75,29.1012255859375,110621.0,0.0,0.0 2023-03-07 00:00:00+00:00,29.95,30.094951171875,29.71260009765625,29.900000000000002,29.24795166015625,85542.0,0.0,0.0 2023-03-08 00:00:00+00:00,30.150000000000002,30.25,29.81304931640625,29.900000000000002,29.24795166015625,63249.0,0.0,0.0 2023-03-09 00:00:00+00:00,29.95,29.95,29.35,29.55,28.905588378906252,72423.0,0.0,0.0 2023-03-10 00:00:00+00:00,29.2,29.3,28.1,28.35,27.7317578125,276989.0,0.0,0.0 2023-03-13 00:00:00+00:00,28.150000000000002,28.29510009765625,27.412600097656252,27.6,26.998110351562502,224318.0,0.0,0.0 2023-03-14 00:00:00+00:00,27.900000000000002,28.150000000000002,27.400000000000002,27.95,27.340478515625,146928.0,0.0,0.0 2023-03-15 00:00:00+00:00,28.05,28.05,27.35,27.6,26.998110351562502,215490.0,0.0,0.0 2023-03-16 00:00:00+00:00,27.25,28.7,27.25,27.8,27.19375,218347.0,0.0,0.0 2023-03-17 00:00:00+00:00,28.25,28.400000000000002,27.400000000000002,27.650000000000002,27.04701904296875,343331.0,0.0,0.0 2023-03-20 00:00:00+00:00,27.3,27.900000000000002,26.75,27.75,27.14484130859375,223889.0,0.0,0.0 2023-03-21 00:00:00+00:00,27.650000000000002,28.05,27.6,28.05,27.438295898437502,132398.0,0.0,0.0 2023-03-22 00:00:00+00:00,27.75,28.05,27.75,27.95,27.340478515625,154542.0,0.0,0.0 2023-03-23 00:00:00+00:00,28.0,28.1,27.7,28.0,27.38939208984375,151776.0,0.0,0.0 2023-03-24 00:00:00+00:00,28.0,28.1,27.25,27.8,27.19375,201226.0,0.0,0.0 2023-03-27 00:00:00+01:00,27.900000000000002,28.400000000000002,27.55,27.85,27.2426611328125,219171.0,0.0,0.0 2023-03-28 00:00:00+01:00,27.650000000000002,28.0,27.6,27.650000000000002,27.04701904296875,107599.0,0.0,0.0 2023-03-29 00:00:00+01:00,27.650000000000002,28.35,27.5,27.5,26.90029052734375,197432.0,0.0,0.0 2023-03-30 00:00:00+01:00,27.650000000000002,28.1889794921875,27.5,28.150000000000002,27.5361181640625,158057.0,0.0,0.0 2023-03-31 00:00:00+01:00,28.150000000000002,28.39989013671875,27.95,28.25,27.63393798828125,186623.0,0.0,0.0 2023-04-03 00:00:00+01:00,28.2,28.52,28.02,28.14,27.52633544921875,122669.0,0.0,0.0 2023-04-04 00:00:00+01:00,28.04,28.12,27.85,28.02,27.408955078125,116454.0,0.0,0.0 2023-04-05 00:00:00+01:00,28.22,28.26,27.64,27.7,27.0959326171875,134368.0,0.0,0.0 2023-04-06 00:00:00+01:00,27.84,27.84,27.340400390625,27.5,26.90029052734375,100175.0,0.0,0.0 2023-04-11 00:00:00+01:00,27.42,27.652880859375,27.26,27.44,26.8416015625,211870.0,0.0,0.0 2023-04-12 00:00:00+01:00,27.5,27.740000000000002,27.30197998046875,27.42,26.8220361328125,140806.0,0.0,0.0 2023-04-13 00:00:00+01:00,27.5,27.580000000000002,27.3040087890625,27.42,26.8220361328125,104969.0,0.0,0.0 2023-04-14 00:00:00+01:00,27.46,27.88,27.29139892578125,27.8,27.19375,122182.0,0.0,0.0 2023-04-17 00:00:00+01:00,28.12,28.12,27.82,28.0,27.38939208984375,155528.0,0.0,0.0 2023-04-18 00:00:00+01:00,27.98,28.26,27.8,27.98,27.369821777343752,207196.0,0.0,0.0 2023-04-19 00:00:00+01:00,28.0,28.0,27.740000000000002,27.8,27.19375,70776.0,0.0,0.0 2023-04-20 00:00:00+01:00,27.88,27.96,27.69571044921875,27.8,27.19375,72979.0,0.0,0.0 2023-04-21 00:00:00+01:00,27.82,28.04,27.82,27.94,27.33069580078125,135885.0,0.0,0.0 2023-04-24 00:00:00+01:00,27.900000000000002,28.22,27.8,27.92,27.31113525390625,146374.0,0.0,0.0 2023-04-25 00:00:00+01:00,28.0,28.0,27.68,27.68,27.0763671875,94124.0,0.0,0.0 2023-04-26 00:00:00+01:00,27.66,28.060000000000002,27.54,27.98,27.369821777343752,183898.0,0.0,0.0 2023-04-27 00:00:00+01:00,27.88,28.060000000000002,27.8,27.96,27.3502587890625,77645.0,0.0,0.0 2023-04-28 00:00:00+01:00,27.94,28.04,27.6,27.6,26.998110351562502,158445.0,0.0,0.0 2023-05-02 00:00:00+01:00,27.82,27.82,27.18,27.18,26.58726806640625,116839.0,0.0,0.0 2023-05-03 00:00:00+01:00,27.18,27.740000000000002,27.18,27.6,26.998110351562502,102057.0,0.0,0.0 2023-05-04 00:00:00+01:00,27.6,27.66,27.04,27.060000000000002,26.4698876953125,94409.0,0.0,0.0 2023-05-05 00:00:00+01:00,27.02,27.48,26.95986083984375,27.1,26.5090185546875,129766.0,0.0,0.0 2023-05-09 00:00:00+01:00,26.86,27.1,26.86,27.0,26.411196289062502,71814.0,0.0,0.0 2023-05-10 00:00:00+01:00,27.02,27.060000000000002,26.7,26.8,26.215559082031252,92546.0,0.0,0.0 2023-05-11 00:00:00+01:00,26.82,27.080000000000002,26.78,27.080000000000002,26.489450683593752,67201.0,0.0,0.0 2023-05-12 00:00:00+01:00,26.76,27.28,26.76,27.28,26.68509033203125,89893.0,0.0,0.0 2023-05-15 00:00:00+01:00,27.52,27.52,27.080000000000002,27.2,26.60683349609375,67123.0,0.0,0.0 2023-05-16 00:00:00+01:00,27.26,27.36,26.9200390625,27.02,26.430761718750002,90223.0,0.0,0.0 2023-05-17 00:00:00+01:00,27.2,27.62,26.98,27.42,26.8220361328125,90100.0,0.0,0.0 2023-05-18 00:00:00+01:00,27.48,27.7925,27.400000000000002,27.66,27.15947509765625,127824.0,10.365817,0.0 2023-05-19 00:00:00+01:00,27.62,27.740000000000002,27.32,27.32,26.82562744140625,141234.0,0.0,0.0 2023-05-22 00:00:00+01:00,27.580000000000002,27.72,27.34,27.38,26.88454345703125,66840.0,0.0,0.0 2023-05-23 00:00:00+01:00,27.46,27.54389892578125,27.3,27.3,26.80598876953125,76619.0,0.0,0.0 2023-05-24 00:00:00+01:00,27.1,27.25466064453125,26.78,26.88,26.393591308593752,146445.0,0.0,0.0 2023-05-25 00:00:00+01:00,26.94,27.560000000000002,26.8,27.560000000000002,27.06128662109375,111835.0,0.0,0.0 2023-05-26 00:00:00+01:00,27.52,28.060000000000002,27.32,28.0,27.493322753906252,99185.0,0.0,0.0 2023-05-30 00:00:00+01:00,28.0,28.066049804687502,27.400000000000002,27.6,27.100561523437502,112741.0,0.0,0.0 2023-05-31 00:00:00+01:00,27.740000000000002,27.82,27.48,27.48,26.982734375,132380.0,0.0,0.0 2023-06-01 00:00:00+01:00,27.52,27.638798828125,27.172041015625002,27.560000000000002,27.06128662109375,88040.0,0.0,0.0 2023-06-02 00:00:00+01:00,27.54,28.0,27.506669921875,27.900000000000002,27.3951318359375,76706.0,0.0,0.0 2023-06-05 00:00:00+01:00,28.0,28.16,27.68,27.82,27.3165771484375,109100.0,0.0,0.0 2023-06-06 00:00:00+01:00,27.48,28.1,27.44,28.1,27.591513671875,166004.0,0.0,0.0 2023-06-07 00:00:00+01:00,28.16,28.2,27.72,27.98,27.4736865234375,106990.0,0.0,0.0 2023-06-08 00:00:00+01:00,28.1,28.20197021484375,27.8,28.16,27.650427246093752,141233.0,0.0,0.0 2023-06-09 00:00:00+01:00,28.400000000000002,28.400000000000002,27.82,27.86,27.355859375,89789.0,0.0,0.0 2023-06-12 00:00:00+01:00,28.18,28.18,27.76,27.76,27.25766845703125,169108.0,0.0,0.0 2023-06-13 00:00:00+01:00,28.0,28.0,27.7,27.7,27.19875244140625,75385.0,0.0,0.0 2023-06-14 00:00:00+01:00,27.900000000000002,27.94,27.54,27.86,27.355859375,93868.0,0.0,0.0 2023-06-15 00:00:00+01:00,27.78,28.060000000000002,27.54,27.62,27.1202001953125,123954.0,0.0,0.0 2023-06-16 00:00:00+01:00,27.6,27.98,27.6,27.94,27.4344091796875,342953.0,0.0,0.0 2023-06-19 00:00:00+01:00,28.02,28.02,27.42,27.5,27.00237060546875,107051.0,0.0,0.0 2023-06-20 00:00:00+01:00,27.68,27.6839990234375,27.1,27.14,26.64888916015625,340612.0,0.0,0.0 2023-06-21 00:00:00+01:00,27.16,27.32,26.98,27.18,26.6881591796875,268524.0,0.0,0.0 2023-06-22 00:00:00+01:00,27.26,27.4810791015625,26.88,27.18,26.6881591796875,141851.0,0.0,0.0 2023-06-23 00:00:00+01:00,27.1,27.1,26.84,27.04,26.5506982421875,113919.0,0.0,0.0 2023-06-26 00:00:00+01:00,26.96,27.18,26.82,27.060000000000002,26.57033203125,145436.0,0.0,0.0 2023-06-27 00:00:00+01:00,27.080000000000002,27.240000000000002,26.88,27.240000000000002,26.74707763671875,51076.0,0.0,0.0 2023-06-28 00:00:00+01:00,27.28,28.080000000000002,27.28,28.02,27.51296142578125,154526.0,0.0,0.0 2023-06-29 00:00:00+01:00,28.1,28.26,27.8,28.18,27.67006591796875,203819.0,0.0,0.0 2023-06-30 00:00:00+01:00,28.2,28.580000000000002,28.080000000000002,28.5,27.98427490234375,191215.0,0.0,0.0 2023-07-03 00:00:00+01:00,28.5,28.95134033203125,28.5,28.84,28.31812255859375,199028.0,0.0,0.0 2023-07-04 00:00:00+01:00,28.900000000000002,29.37636962890625,28.89360107421875,29.1,28.57341796875,116620.0,0.0,0.0 2023-07-05 00:00:00+01:00,29.12,29.3260009765625,28.7,28.86,28.3377587890625,175849.0,0.0,0.0 2023-07-06 00:00:00+01:00,28.88,28.88,28.26,28.44,27.925361328125,226021.0,0.0,0.0 2023-07-07 00:00:00+01:00,28.44,28.580000000000002,28.1,28.54,28.0235498046875,157563.0,0.0,0.0 2023-07-10 00:00:00+01:00,28.26,28.67112060546875,28.26,28.38,27.8664453125,197383.0,0.0,0.0 2023-07-11 00:00:00+01:00,28.48,28.663210449218752,28.14,28.400000000000002,27.88608642578125,163370.0,0.0,0.0 2023-07-12 00:00:00+01:00,28.5,29.04,28.36,28.82,28.298486328125,147568.0,0.0,0.0 2023-07-13 00:00:00+01:00,28.68,28.98,28.54,28.740000000000002,28.219931640625,170398.0,0.0,0.0 2023-07-14 00:00:00+01:00,28.8,29.060000000000002,28.5,28.78,28.259208984375,177034.0,0.0,0.0 2023-07-17 00:00:00+01:00,28.84,29.22241943359375,28.83570068359375,29.1,28.57341796875,177821.0,0.0,0.0 2023-07-18 00:00:00+01:00,29.12,29.26,28.92,29.02,28.49486572265625,272830.0,0.0,0.0 2023-07-19 00:00:00+01:00,29.3,29.81097900390625,29.24534912109375,29.48,28.94654052734375,181753.0,0.0,0.0 2023-07-20 00:00:00+01:00,29.52,29.72,29.34,29.62,29.0840087890625,161452.0,0.0,0.0 2023-07-21 00:00:00+01:00,29.6,29.73,29.44,29.66,29.1232861328125,155720.0,0.0,0.0 2023-07-24 00:00:00+01:00,29.46,29.94,29.0743994140625,29.94,29.3982177734375,87061.0,0.0,0.0 2023-07-25 00:00:00+01:00,30.16,30.16,29.580000000000002,29.6,29.0643701171875,122296.0,0.0,0.0 2023-07-26 00:00:00+01:00,29.66,29.76,29.38,29.38,28.84835205078125,98773.0,0.0,0.0 2023-07-27 00:00:00+01:00,29.68,29.92,29.3,29.84,29.300029296875,170669.0,0.0,0.0 2023-07-28 00:00:00+01:00,29.88,29.911220703125,29.46,29.68,29.1429248046875,260626.0,0.0,0.0 2023-07-31 00:00:00+01:00,29.400000000000002,29.98,29.400000000000002,29.98,29.4374951171875,248636.0,0.0,0.0 2023-08-01 00:00:00+01:00,29.92,30.16,29.8,30.16,29.61423828125,110957.0,0.0,0.0 2023-08-02 00:00:00+01:00,29.7,30.0964697265625,29.400000000000002,29.92,29.3785791015625,177590.0,0.0,0.0 2023-08-03 00:00:00+01:00,29.900000000000002,30.060000000000002,29.52,29.68,29.1429248046875,197044.0,0.0,0.0 2023-08-04 00:00:00+01:00,30.02,30.060000000000002,29.580000000000002,30.060000000000002,29.51604736328125,164456.0,0.0,0.0 2023-08-07 00:00:00+01:00,30.080000000000002,30.16,29.62,29.68,29.1429248046875,131741.0,0.0,0.0 2023-08-08 00:00:00+01:00,29.68,30.0,29.589599609375,29.94,29.3982177734375,121247.0,0.0,0.0 2023-08-09 00:00:00+01:00,30.0,30.3,29.7,29.8,29.26074951171875,302920.0,0.0,0.0 2023-08-10 00:00:00+01:00,29.92,30.04,29.64,30.04,29.496408691406252,143320.0,0.0,0.0 2023-08-11 00:00:00+01:00,30.12,30.12,29.66,29.7,29.16256103515625,203695.0,0.0,0.0 2023-08-14 00:00:00+01:00,30.2,30.28,29.560000000000002,30.0,29.45713134765625,166434.0,0.0,0.0 2023-08-15 00:00:00+01:00,30.3,30.3,29.560000000000002,29.72,29.182199707031252,172141.0,0.0,0.0 2023-08-16 00:00:00+01:00,29.5,29.84,29.5,29.68,29.1429248046875,135865.0,0.0,0.0 2023-08-17 00:00:00+01:00,29.8,29.88,29.38,29.38,28.948359375,127764.0,10.253415,0.0 2023-08-18 00:00:00+01:00,29.42,29.52,28.86,28.98,28.554235839843752,143972.0,0.0,0.0 2023-08-21 00:00:00+01:00,29.02,29.62,29.02,29.62,29.18483154296875,208280.0,0.0,0.0 2023-08-22 00:00:00+01:00,29.3,29.98,29.3,29.92,29.48042724609375,243463.0,0.0,0.0 2023-08-23 00:00:00+01:00,29.94,30.060000000000002,29.560000000000002,29.92,29.48042724609375,169894.0,0.0,0.0 2023-08-24 00:00:00+01:00,30.060000000000002,30.16,29.740000000000002,29.900000000000002,29.4607177734375,178113.0,0.0,0.0 2023-08-25 00:00:00+01:00,30.1,30.14,29.8,29.92,29.48042724609375,152741.0,0.0,0.0 2023-08-29 00:00:00+01:00,29.94,30.28,29.88,29.88,29.4410107421875,148140.0,0.0,0.0 2023-08-30 00:00:00+01:00,30.1,30.18,29.76,29.78,29.34248291015625,126407.0,0.0,0.0 2023-08-31 00:00:00+01:00,29.82,30.0,29.76,29.88,29.4410107421875,120018.0,0.0,0.0 2023-09-01 00:00:00+01:00,29.580000000000002,30.1,29.52,30.1,29.657778320312502,97105.0,0.0,0.0 2023-09-04 00:00:00+01:00,30.02,30.2,29.900000000000002,30.2,29.75631103515625,107028.0,0.0,0.0 2023-09-05 00:00:00+01:00,30.02,30.42,30.02,30.16,29.7168994140625,168672.0,0.0,0.0 2023-09-06 00:00:00+01:00,30.060000000000002,30.46,29.98,30.44,29.99278564453125,221180.0,0.0,0.0 2023-09-07 00:00:00+01:00,30.400000000000002,30.560000000000002,30.240000000000002,30.38,29.9336669921875,218043.0,0.0,0.0 2023-09-08 00:00:00+01:00,30.86,30.86,30.22,30.46,30.012490234375,242336.0,0.0,0.0 2023-09-11 00:00:00+01:00,30.38,30.54,30.36,30.38,29.9336669921875,192189.0,0.0,0.0 2023-09-12 00:00:00+01:00,30.54,30.6,30.38,30.46,30.012490234375,202482.0,0.0,0.0 2023-09-13 00:00:00+01:00,30.72,30.72,30.3,30.3,29.854841308593752,160829.0,0.0,0.0 2023-09-14 00:00:00+01:00,30.2,30.560000000000002,30.2,30.34,29.89425537109375,228031.0,0.0,0.0 2023-09-15 00:00:00+01:00,30.66,30.76194091796875,30.28,30.28,29.83513427734375,540498.0,0.0,0.0 2023-09-18 00:00:00+01:00,30.66,30.66,29.96,30.04,29.59865966796875,164887.0,0.0,0.0 2023-09-19 00:00:00+01:00,29.84,30.2389990234375,29.84,29.92,29.48042724609375,209801.0,0.0,0.0 2023-09-20 00:00:00+01:00,30.0,30.23112060546875,29.84,29.98,29.539541015625,130526.0,0.0,0.0 2023-09-21 00:00:00+01:00,30.28,30.28,29.7,29.7,29.2636572265625,246513.0,0.0,0.0 2023-09-22 00:00:00+01:00,29.7,30.16,29.560000000000002,30.0,29.55925048828125,461274.0,0.0,0.0 2023-09-25 00:00:00+01:00,30.28,30.32,29.900000000000002,30.32,29.874548339843752,164634.0,0.0,0.0 2023-09-26 00:00:00+01:00,30.240000000000002,30.38,29.66,29.8,29.362185058593752,138205.0,0.0,0.0 2023-09-27 00:00:00+01:00,29.7,29.98,29.66,29.82,29.38189208984375,165273.0,0.0,0.0 2023-09-28 00:00:00+01:00,29.86,30.209599609375,29.572939453125002,29.7,29.2636572265625,261203.0,0.0,0.0 2023-09-29 00:00:00+01:00,29.580000000000002,30.02,29.400000000000002,29.84,29.4016015625,158751.0,0.0,0.0 2023-10-02 00:00:00+01:00,29.82,30.5,29.82,29.82,29.38189208984375,230817.0,0.0,0.0 2023-10-03 00:00:00+01:00,29.96,30.14,29.66,29.72,29.2833642578125,159032.0,0.0,0.0 2023-10-04 00:00:00+01:00,29.7,29.82,29.34,29.34,28.908945312500002,144513.0,0.0,0.0 2023-10-05 00:00:00+01:00,29.34,29.68,29.3,29.46,29.02718017578125,105320.0,0.0,0.0 2023-10-06 00:00:00+01:00,29.560000000000002,29.560000000000002,29.240000000000002,29.38,28.948359375,136198.0,0.0,0.0 2023-10-09 00:00:00+01:00,29.400000000000002,29.48,28.66,29.18,28.75129638671875,86454.0,0.0,0.0 2023-10-10 00:00:00+01:00,29.22,30.240000000000002,29.22,29.98,29.539541015625,154566.0,0.0,0.0 2023-10-11 00:00:00+01:00,30.12,30.12,29.560000000000002,29.92,29.48042724609375,202500.0,0.0,0.0 2023-10-12 00:00:00+01:00,29.98,30.2,29.36,29.900000000000002,29.4607177734375,160883.0,0.0,0.0 2023-10-13 00:00:00+01:00,29.98,30.16,29.5,29.62,29.18483154296875,130058.0,0.0,0.0 2023-10-16 00:00:00+01:00,29.900000000000002,30.2,29.48,29.68,29.2439501953125,272513.0,0.0,0.0 2023-10-17 00:00:00+01:00,29.8,30.080000000000002,29.76,30.0,29.55925048828125,265825.0,0.0,0.0 2023-10-18 00:00:00+01:00,30.2,30.3,29.54,29.68,29.2439501953125,126072.0,0.0,0.0 2023-10-19 00:00:00+01:00,29.86,30.46,29.188798828125,29.48,29.04688720703125,125436.0,0.0,0.0 2023-10-20 00:00:00+01:00,29.86,29.86,28.86,29.0,28.57393798828125,412723.0,0.0,0.0 2023-10-23 00:00:00+01:00,29.04,29.46,28.7,29.080000000000002,28.652763671875,170591.0,0.0,0.0 2023-10-24 00:00:00+01:00,29.080000000000002,29.400000000000002,28.68,29.060000000000002,28.633059082031252,539437.0,0.0,0.0 2023-10-25 00:00:00+01:00,29.060000000000002,29.92,28.84,29.2,28.77100341796875,124007.0,0.0,0.0 2023-10-26 00:00:00+01:00,29.18,29.560000000000002,28.86,29.14,28.71188232421875,144191.0,0.0,0.0 2023-10-27 00:00:00+01:00,29.34,29.52,27.94,28.7,28.27834716796875,116483.0,0.0,0.0 2023-10-30 00:00:00+00:00,29.1,29.32,27.82,28.84,28.4162939453125,95363.0,0.0,0.0 2023-10-31 00:00:00+00:00,29.0,29.44,28.84159912109375,29.3,28.86953369140625,122248.0,0.0,0.0 2023-11-01 00:00:00+00:00,29.36,29.72,29.0,29.64,29.204538574218752,106162.0,0.0,0.0 2023-11-02 00:00:00+00:00,29.580000000000002,29.8,28.400000000000002,29.8,29.362185058593752,157420.0,0.0,0.0 2023-11-03 00:00:00+00:00,29.86,30.04,29.38,29.560000000000002,29.125712890625,241893.0,0.0,0.0 2023-11-06 00:00:00+00:00,29.6,29.68,29.2,29.400000000000002,28.96806396484375,104393.0,0.0,0.0 2023-11-07 00:00:00+00:00,29.560000000000002,30.080000000000002,29.18,29.72,29.2833642578125,81843.0,0.0,0.0 2023-11-08 00:00:00+00:00,29.5,29.80738037109375,29.42,29.740000000000002,29.30306640625,120368.0,0.0,0.0 2023-11-09 00:00:00+00:00,29.68,30.31010009765625,29.68,30.3,29.854841308593752,100049.0,0.0,0.0 2023-11-10 00:00:00+00:00,30.26,30.26,29.76,29.76,29.32277587890625,87299.0,0.0,0.0 2023-11-13 00:00:00+00:00,30.02,30.38,29.580000000000002,30.38,29.9336669921875,138191.0,0.0,0.0 2023-11-14 00:00:00+00:00,30.14,30.5,29.84,30.48,30.032197265625,158869.0,0.0,0.0 2023-11-15 00:00:00+00:00,30.7,31.32,30.551201171875,30.64,30.18984619140625,167685.0,0.0,0.0 2023-11-16 00:00:00+00:00,30.86,31.28,30.48,30.96,30.6069482421875,218336.0,10.191463,0.0 2023-11-17 00:00:00+00:00,31.0,31.32,30.740000000000002,31.02,30.6662646484375,256433.0,0.0,0.0 2023-11-20 00:00:00+00:00,30.84,31.3,30.8,31.1,30.7453515625,154730.0,0.0,0.0 2023-11-21 00:00:00+00:00,31.3,31.3,30.22,31.12,30.76512451171875,166444.0,0.0,0.0 2023-11-22 00:00:00+00:00,31.240000000000002,31.44,30.98,31.34,30.982614746093752,146359.0,0.0,0.0 2023-11-23 00:00:00+00:00,31.1,31.7,30.96,31.7,31.338510742187502,146776.0,0.0,0.0 2023-11-24 00:00:00+00:00,31.7,31.900000000000002,31.36,31.900000000000002,31.53622802734375,278946.0,0.0,0.0 2023-11-27 00:00:00+00:00,31.8,32.06,31.62,31.900000000000002,31.53622802734375,259561.0,0.0,0.0 2023-11-28 00:00:00+00:00,31.54,32.14,31.04,31.48,31.1210205078125,200617.0,0.0,0.0 2023-11-29 00:00:00+00:00,31.32,32.14,30.6,31.26,30.90352783203125,142456.0,0.0,0.0 2023-11-30 00:00:00+00:00,31.400000000000002,31.48,31.12,31.18,30.82444091796875,179391.0,0.0,0.0 2023-12-01 00:00:00+00:00,31.38,31.560000000000002,31.14,31.34,30.982614746093752,215550.0,0.0,0.0 2023-12-04 00:00:00+00:00,31.18,31.4572607421875,31.060000000000002,31.34,30.982614746093752,218582.0,0.0,0.0 2023-12-05 00:00:00+00:00,31.36,31.52,31.1,31.46,31.10124755859375,142499.0,0.0,0.0 2023-12-06 00:00:00+00:00,31.5,32.0,31.36,31.76,31.39782470703125,159609.0,0.0,0.0 2023-12-07 00:00:00+00:00,31.66,32.4,31.48199951171875,32.4,32.03052734375,205319.0,0.0,0.0 2023-12-08 00:00:00+00:00,32.4,32.72,32.2,32.6,32.2282470703125,262596.0,0.0,0.0 2023-12-11 00:00:00+00:00,32.38,33.02,31.5,32.6,32.2282470703125,215635.0,0.0,0.0 2023-12-12 00:00:00+00:00,33.0,33.54,32.4,33.18,32.80163330078125,246133.0,0.0,0.0 2023-12-13 00:00:00+00:00,33.38,33.62,33.0,33.42,33.03889404296875,207671.0,0.0,0.0 2023-12-14 00:00:00+00:00,33.68,34.300000000000004,33.2,33.74,33.35524658203125,328595.0,0.0,0.0 2023-12-15 00:00:00+00:00,34.0,34.4,33.96,34.08,33.6913671875,367580.0,0.0,0.0 2023-12-18 00:00:00+00:00,34.0,34.62,33.82,33.82,33.4343359375,236561.0,0.0,0.0 2023-12-19 00:00:00+00:00,34.12,34.42,33.7,34.34,33.94840576171875,215401.0,0.0,0.0 2023-12-20 00:00:00+00:00,34.480000000000004,35.24,34.12,34.6,34.205439453125,328258.0,0.0,0.0 2023-12-21 00:00:00+00:00,34.58,34.76,34.4,34.7,34.30429931640625,212354.0,0.0,0.0 2023-12-22 00:00:00+00:00,35.08,35.32,34.14,35.300000000000004,34.89745849609375,156440.0,0.0,0.0 2023-12-27 00:00:00+00:00,35.38,35.76,35.08,35.5,35.09517578125,160246.0,0.0,0.0 2023-12-28 00:00:00+00:00,35.5,35.800000000000004,35.36,35.64,35.23358154296875,176054.0,0.0,0.0 2023-12-29 00:00:00+00:00,35.7,36.1,35.54,35.84,35.431301269531254,95289.0,0.0,0.0 2024-01-02 00:00:00+00:00,35.9,36.1,35.68,35.68,35.273125,151354.0,0.0,0.0 2024-01-03 00:00:00+00:00,35.12,36.08,34.14,34.26,33.86931884765625,197100.0,0.0,0.0 2024-01-04 00:00:00+00:00,34.18,34.76,33.92,34.6,34.205439453125,232965.0,0.0,0.0 2024-01-05 00:00:00+00:00,34.18,34.92,34.02,34.800000000000004,34.4031591796875,211001.0,0.0,0.0 2024-01-08 00:00:00+00:00,34.9,35.02,34.5,34.84,34.44270263671875,239348.0,0.0,0.0 2024-01-09 00:00:00+00:00,35.06,35.26,34.94,35.12,34.719509277343754,227256.0,0.0,0.0 2024-01-10 00:00:00+00:00,35.22,35.53,34.86,35.5,35.09517578125,158478.0,0.0,0.0 2024-01-11 00:00:00+00:00,35.68,36.04,35.42,35.7,35.2928955078125,306315.0,0.0,0.0 2024-01-12 00:00:00+00:00,35.92,36.14,35.78,36.0,35.58947265625,168487.0,0.0,0.0 2024-01-15 00:00:00+00:00,36.06800048828125,36.14,35.84,36.04,35.62902099609375,213971.0,0.0,0.0 2024-01-16 00:00:00+00:00,35.94,36.04,35.75537109375,35.92,35.5103857421875,226810.0,0.0,0.0 2024-01-17 00:00:00+00:00,35.34,35.81199951171875,35.02,35.4,34.99631591796875,168101.0,0.0,0.0 2024-01-18 00:00:00+00:00,35.52,35.52,34.980000000000004,35.32,34.9172314453125,165689.0,0.0,0.0 2024-01-19 00:00:00+00:00,35.78,36.21323974609375,35.4,36.2,35.787197265625004,180674.0,0.0,0.0 2024-01-22 00:00:00+00:00,36.36,37.2,36.08,37.2,36.775791015625,205704.0,0.0,0.0 2024-01-23 00:00:00+00:00,37.18,37.18,36.54,36.54,36.123317871093754,225848.0,0.0,0.0 2024-01-24 00:00:00+00:00,36.699169921875004,36.9,36.56,36.82,36.4001220703125,185941.0,0.0,0.0 2024-01-25 00:00:00+00:00,36.78,36.980000000000004,36.660000000000004,36.660000000000004,36.24194580078125,229540.0,0.0,0.0 2024-01-26 00:00:00+00:00,36.46,36.96,36.46,36.78,36.3605810546875,240073.0,0.0,0.0 2024-01-29 00:00:00+00:00,36.96,37.54,36.78,37.22,36.7955615234375,159655.0,0.0,0.0 2024-01-30 00:00:00+00:00,37.88,38.22,37.536579589843754,38.04,37.606213378906254,314286.0,0.0,0.0 2024-01-31 00:00:00+00:00,38.14,38.149970703125,37.58,37.800000000000004,37.3689501953125,212621.0,0.0,0.0 2024-02-01 00:00:00+00:00,37.82,38.064990234375,37.58,37.72,37.28986328125,154210.0,0.0,0.0 2024-02-02 00:00:00+00:00,37.86,38.44,37.72,38.28,37.84347412109375,168917.0,0.0,0.0 2024-02-05 00:00:00+00:00,38.24,38.68,38.18,38.26,37.82370361328125,129307.0,0.0,0.0 2024-02-06 00:00:00+00:00,38.36,38.692939453125,38.160000000000004,38.54,38.10051025390625,160944.0,0.0,0.0 2024-02-07 00:00:00+00:00,38.54,38.76,38.160000000000004,38.62,38.179599609375,156796.0,0.0,0.0 2024-02-08 00:00:00+00:00,38.82,39.29533935546875,38.68,38.68,38.238916015625,180439.0,0.0,0.0 2024-02-09 00:00:00+00:00,38.7,39.56,38.52,39.42,38.97047607421875,188587.0,0.0,0.0 2024-02-12 00:00:00+00:00,39.72,40.34800048828125,39.5,40.04,39.58340576171875,211943.0,0.0,0.0 2024-02-13 00:00:00+00:00,39.160000000000004,40.4,38.72,38.980000000000004,38.5354931640625,148777.0,0.0,0.0 2024-02-14 00:00:00+00:00,39.54,39.738701171875,38.800000000000004,38.94,38.495947265625,92957.0,0.0,0.0 2024-02-15 00:00:00+00:00,39.06,39.7198193359375,38.28,38.28,37.98550537109375,170092.0,14.56,0.0 2024-02-16 00:00:00+00:00,38.54,38.82,38.507880859375,38.72,38.422119140625,155461.0,0.0,0.0 2024-02-19 00:00:00+00:00,38.74,38.81800048828125,38.300000000000004,38.62,38.322890625,84968.0,0.0,0.0 2024-02-20 00:00:00+00:00,38.72,38.794150390625,38.1,38.42,38.12442626953125,137510.0,0.0,0.0 2024-02-21 00:00:00+00:00,38.86,38.86,38.1,38.1,37.8068896484375,332716.0,0.0,0.0 2024-02-22 00:00:00+00:00,38.26,38.62,38.1,38.480000000000004,38.18396728515625,116479.0,0.0,0.0 2024-02-23 00:00:00+00:00,38.7,38.800000000000004,38.1,38.6,38.30304443359375,158050.0,0.0,0.0 2024-02-26 00:00:00+00:00,38.68,39.44,38.6,39.300000000000004,38.99765869140625,618376.0,0.0,0.0 2024-02-27 00:00:00+00:00,39.32,39.46,38.895791015625,39.0,38.69996826171875,137080.0,0.0,0.0 2024-02-28 00:00:00+00:00,39.38,39.38,38.94,39.08,38.77935302734375,114103.0,0.0,0.0 2024-02-29 00:00:00+00:00,39.28,39.56,39.0,39.4,39.096889648437504,170541.0,0.0,0.0 2024-03-01 00:00:00+00:00,39.300000000000004,39.56,39.160000000000004,39.5,39.19612060546875,244552.0,0.0,0.0 2024-03-04 00:00:00+00:00,39.5,39.660000000000004,39.22,39.54,39.235810546875,304800.0,0.0,0.0 2024-03-05 00:00:00+00:00,39.54,39.54,38.834309082031254,38.980000000000004,38.68011962890625,185926.0,0.0,0.0 2024-03-06 00:00:00+00:00,39.28,39.6,39.10489990234375,39.56,39.2556591796875,168578.0,0.0,0.0 2024-03-07 00:00:00+00:00,39.800000000000004,39.9,38.82,39.5,39.19612060546875,162720.0,0.0,0.0 2024-03-08 00:00:00+00:00,39.72,39.805849609375,39.04,39.04,38.739658203125,190608.0,0.0,0.0 2024-03-11 00:00:00+00:00,39.160000000000004,39.4,38.4,38.7,38.402275390625,160148.0,0.0,0.0 2024-03-12 00:00:00+00:00,39.0,39.5,38.68,39.42,39.11673583984375,173867.0,0.0,0.0 2024-03-13 00:00:00+00:00,39.52,39.62,39.06,39.2,38.898427734375,121740.0,0.0,0.0 2024-03-14 00:00:00+00:00,39.800000000000004,39.800000000000004,39.12,39.64,39.3350439453125,140837.0,0.0,0.0 2024-03-15 00:00:00+00:00,38.4,39.78,38.4,39.68,39.37473388671875,510744.0,0.0,0.0 2024-03-18 00:00:00+00:00,39.62,39.76,39.29301025390625,39.52,39.215966796875,222562.0,0.0,0.0 2024-03-19 00:00:00+00:00,39.300000000000004,39.7,39.22,39.4,39.096889648437504,134253.0,0.0,0.0 2024-03-20 00:00:00+00:00,39.800000000000004,39.86,39.02,39.76,39.45411865234375,110396.0,0.0,0.0 2024-03-21 00:00:00+00:00,39.9,41.058701171875,39.82,40.72,40.4067333984375,191548.0,0.0,0.0 2024-03-22 00:00:00+00:00,41.1,41.78,40.96,41.56,41.2402734375,164700.0,0.0,0.0 2024-03-25 00:00:00+00:00,41.72,42.070830078125,41.4,41.44,41.1211962890625,174474.0,0.0,0.0 2024-03-26 00:00:00+00:00,41.28,41.7539990234375,41.2,41.32,41.002119140625,116775.0,0.0,0.0 2024-03-27 00:00:00+00:00,41.38,41.4,40.46,40.5,40.18842529296875,153388.0,0.0,0.0 2024-03-28 00:00:00+00:00,40.86,41.04,40.26389892578125,40.78,40.46627197265625,154434.0,0.0,0.0 2024-04-02 00:00:00+01:00,40.86,41.12,39.92,40.160000000000004,39.85104248046875,161574.0,0.0,0.0 2024-04-03 00:00:00+01:00,40.6,40.980000000000004,40.03135009765625,40.300000000000004,39.9899658203125,210014.0,0.0,0.0 2024-04-04 00:00:00+01:00,40.2,40.57072021484375,40.08,40.18,39.870888671875,155517.0,0.0,0.0 2024-04-05 00:00:00+01:00,40.18,40.18,38.79594970703125,39.800000000000004,39.4938134765625,248193.0,0.0,0.0 2024-04-08 00:00:00+01:00,40.160000000000004,40.78,39.88,40.6,40.28765869140625,259733.0,0.0,0.0 2024-04-09 00:00:00+01:00,40.56,40.56,39.58,40.32,40.00981201171875,223396.0,0.0,0.0 2024-04-10 00:00:00+01:00,40.74,40.74,40.06,40.7,40.3868896484375,206787.0,0.0,0.0 2024-04-11 00:00:00+01:00,40.4,40.82,40.26,40.52,40.20827392578125,293730.0,0.0,0.0 2024-04-12 00:00:00+01:00,40.92,41.5,40.5,40.82,40.50596435546875,150535.0,0.0,0.0 2024-04-15 00:00:00+01:00,40.76,40.76,40.02,40.04,39.73196533203125,153338.0,0.0,0.0 2024-04-16 00:00:00+01:00,39.88,40.06,38.2,38.9,38.600734863281254,274002.0,0.0,0.0 2024-04-17 00:00:00+01:00,38.46,38.980000000000004,38.14,38.68,38.38242919921875,212415.0,0.0,0.0 2024-04-18 00:00:00+01:00,38.52,39.26760009765625,38.46,38.74,38.44196533203125,128045.0,0.0,0.0 2024-04-19 00:00:00+01:00,38.02,38.9260009765625,37.78,38.12,37.82673828125,128680.0,0.0,0.0 2024-04-22 00:00:00+01:00,39.06,39.800000000000004,38.300000000000004,39.7,39.394580078125,209918.0,0.0,0.0 2024-04-23 00:00:00+01:00,39.74,40.800000000000004,39.6,40.08,39.77165771484375,140003.0,0.0,0.0 2024-04-24 00:00:00+01:00,40.08,40.64,39.94,39.94,39.632734375,91057.0,0.0,0.0 2024-04-25 00:00:00+01:00,39.5,39.92,38.12,38.38,38.084736328125004,272661.0,0.0,0.0 2024-04-26 00:00:00+01:00,39.06,40.26,39.06,39.300000000000004,38.99765869140625,208325.0,0.0,0.0 2024-04-29 00:00:00+01:00,39.26,40.18,39.25553955078125,39.32,39.0175048828125,101863.0,0.0,0.0 2024-04-30 00:00:00+01:00,39.92,40.06,39.06,39.44,39.13658203125,120098.0,0.0,0.0 2024-05-01 00:00:00+01:00,39.980000000000004,39.84,39.78,39.78,39.473964843750004,40471.0,0.0,0.0 2024-05-02 00:00:00+01:00,39.9,40.5,39.54,40.0,39.692272949218754,112766.0,0.0,0.0 2024-05-03 00:00:00+01:00,40.2,41.02,39.76,40.9,40.58534912109375,183495.0,0.0,0.0 2024-05-07 00:00:00+01:00,41.28,42.0,41.04,41.74,41.41888671875,200177.0,0.0,0.0 2024-05-08 00:00:00+01:00,41.62,42.24,40.64,41.82,41.498271484375,204337.0,0.0,0.0 2024-05-09 00:00:00+01:00,41.800000000000004,42.18,40.300000000000004,41.74,41.41888671875,170869.0,0.0,0.0 2024-05-10 00:00:00+01:00,41.64,42.18,41.6,41.86,41.5379638671875,189309.0,0.0,0.0 2024-05-13 00:00:00+01:00,41.86,42.12,41.42,41.42,41.10134765625,98799.0,0.0,0.0 2024-05-14 00:00:00+01:00,41.86,42.12,41.160000000000004,41.34,41.021962890625,105745.0,0.0,0.0 2024-05-15 00:00:00+01:00,41.24,42.12,40.5,40.58,40.26781005859375,139868.0,0.0,0.0 2024-05-16 00:00:00+01:00,40.78,41.300000000000004,40.02,41.0,40.8310791015625,145418.0,14.56,0.0 2024-05-17 00:00:00+01:00,41.32,42.14,40.7,41.12,40.9505859375,157310.0,0.0,0.0 2024-05-20 00:00:00+01:00,41.36,41.36,40.7,40.76,40.5920703125,103576.0,0.0,0.0 2024-05-21 00:00:00+01:00,40.72,41.04,40.26,40.26,40.094128417968754,94492.0,0.0,0.0 2024-05-22 00:00:00+01:00,40.5,41.5,39.68,40.6,40.4327294921875,130940.0,0.0,0.0 2024-05-23 00:00:00+01:00,41.0,41.660000000000004,40.34,41.14,40.9705029296875,80973.0,0.0,0.0 2024-05-24 00:00:00+01:00,40.12,41.4,39.84,41.1,40.9306689453125,104736.0,0.0,0.0 2024-05-28 00:00:00+01:00,41.18,41.46,40.62,41.2,41.03025390625,113878.0,0.0,0.0 2024-05-29 00:00:00+01:00,41.0,41.74,40.74,40.9,40.73149169921875,110445.0,0.0,0.0 2024-05-30 00:00:00+01:00,40.9,41.160000000000004,40.42,40.96,40.7912451171875,199710.0,0.0,0.0 2024-05-31 00:00:00+01:00,40.660000000000004,42.421459960937504,40.58,40.78,40.6119873046875,258684.0,0.0,0.0 2024-06-03 00:00:00+01:00,41.9,42.68,40.86,40.94,40.771328125000004,179771.0,0.0,0.0 2024-06-04 00:00:00+01:00,41.32,41.7,40.92,40.96,40.7912451171875,125301.0,0.0,0.0 2024-06-05 00:00:00+01:00,41.18,41.64,39.84,41.64,41.4684423828125,141767.0,0.0,0.0 2024-06-06 00:00:00+01:00,41.56,42.28,41.36,42.18,42.006220703125,114797.0,0.0,0.0 2024-06-07 00:00:00+01:00,42.64,42.96,41.92,42.26,42.085888671875004,119401.0,0.0,0.0 2024-06-10 00:00:00+01:00,41.86,43.24,41.74,42.660000000000004,42.4842431640625,139353.0,0.0,0.0 2024-06-11 00:00:00+01:00,42.660000000000004,42.92,41.92,42.52,42.3448193359375,107150.0,0.0,0.0 2024-06-12 00:00:00+01:00,42.88,43.68,42.26,43.22,43.04193359375,189850.0,0.0,0.0 2024-06-13 00:00:00+01:00,43.04,43.52,42.6,42.78,42.6037451171875,157772.0,0.0,0.0 2024-06-14 00:00:00+01:00,42.78,43.46,42.3056201171875,42.76,42.583828125000004,214174.0,0.0,0.0 2024-06-17 00:00:00+01:00,42.76,43.489101562500004,42.7,42.94,42.7630859375,124826.0,0.0,0.0 2024-06-18 00:00:00+01:00,43.04,43.49,42.980000000000004,43.06,42.8825927734375,158838.0,0.0,0.0 2024-06-19 00:00:00+01:00,43.160000000000004,43.34,42.980000000000004,43.04,42.86267578125,94266.0,0.0,0.0 2024-06-20 00:00:00+01:00,43.0,43.431660156250004,41.56,43.1,42.9224267578125,201479.0,0.0,0.0 2024-06-21 00:00:00+01:00,42.74,43.02,42.144428710937504,42.26,42.085888671875004,277103.0,0.0,0.0 2024-06-24 00:00:00+01:00,42.38,43.36,42.1,42.12,41.94646484375,125067.0,0.0,0.0 2024-06-25 00:00:00+01:00,42.160000000000004,42.980000000000004,41.56,41.56,41.3887744140625,122390.0,0.0,0.0 2024-06-26 00:00:00+01:00,41.980000000000004,41.980000000000004,41.34,41.6,41.428608398437504,129386.0,0.0,0.0 2024-06-27 00:00:00+01:00,41.56,42.12,41.4,41.56,41.3887744140625,115362.0,0.0,0.0 2024-06-28 00:00:00+01:00,41.82,42.06,41.62,41.82,41.6477001953125,150587.0,0.0,0.0 2024-07-01 00:00:00+01:00,41.86,42.32,41.58,41.800000000000004,41.627783203125,119089.0,0.0,0.0 2024-07-02 00:00:00+01:00,41.78,42.06,41.46,41.5,41.3290185546875,167718.0,0.0,0.0 2024-07-03 00:00:00+01:00,41.5,41.68,41.32,41.42,41.2493505859375,177882.0,0.0,0.0 2024-07-04 00:00:00+01:00,41.42,42.0047509765625,41.299189453125,41.300000000000004,41.12984375,149071.0,0.0,0.0 2024-07-05 00:00:00+01:00,42.58,42.58,41.28,41.46,41.2891845703125,140112.0,0.0,0.0 2024-07-08 00:00:00+01:00,41.2,42.0,41.1,41.72,41.548115234375004,92283.0,0.0,0.0 2024-07-09 00:00:00+01:00,41.42,42.46,41.42,42.46,42.2850634765625,104576.0,0.0,0.0 2024-07-10 00:00:00+01:00,42.2,42.72,41.94,42.1,41.9265478515625,108400.0,0.0,0.0 2024-07-11 00:00:00+01:00,42.44,42.68,41.7734619140625,42.12,41.94646484375,121894.0,0.0,0.0 2024-07-12 00:00:00+01:00,42.82,43.2,41.660000000000004,41.86,41.6875390625,110513.0,0.0,0.0 2024-07-15 00:00:00+01:00,41.7,42.12,41.34,41.62,41.448525390625,101937.0,0.0,0.0 2024-07-16 00:00:00+01:00,41.660000000000004,42.02,41.26,41.800000000000004,41.627783203125,84327.0,0.0,0.0 2024-07-17 00:00:00+01:00,41.7,41.78,41.263691406250004,41.6,41.428608398437504,143883.0,0.0,0.0 2024-07-18 00:00:00+01:00,41.7,42.5,41.6,42.28,42.1058056640625,166218.0,0.0,0.0 2024-07-19 00:00:00+01:00,41.22,42.32,40.96,42.12,41.94646484375,122134.0,0.0,0.0 2024-07-22 00:00:00+01:00,42.12,42.58,42.02,42.300000000000004,42.12572265625,109420.0,0.0,0.0 2024-07-23 00:00:00+01:00,42.300000000000004,42.72,42.04,42.1,41.9265478515625,151522.0,0.0,0.0 2024-07-24 00:00:00+01:00,42.300000000000004,42.300000000000004,39.78,40.94,40.771328125000004,279014.0,0.0,0.0 2024-07-25 00:00:00+01:00,40.7,40.7,36.770520019531254,38.2,38.0426171875,501360.0,0.0,0.0 2024-07-26 00:00:00+01:00,38.7,38.92,36.26,37.74,37.58451171875,306922.0,0.0,0.0 2024-07-29 00:00:00+01:00,37.12,38.18,37.12,37.28,37.12640625,147066.0,0.0,0.0 2024-07-30 00:00:00+01:00,37.38,38.06,36.26,37.800000000000004,37.64426513671875,127691.0,0.0,0.0 2024-07-31 00:00:00+01:00,37.980000000000004,38.6,37.4,38.52,38.361298828125,134185.0,0.0,0.0 2024-08-01 00:00:00+01:00,38.62,39.46,37.7,37.96,37.80360595703125,155866.0,0.0,0.0 2024-08-02 00:00:00+01:00,37.46,37.94,35.32,35.88,35.73217529296875,294415.0,0.0,0.0 2024-08-05 00:00:00+01:00,34.74,35.26,32.82,34.82,34.67654296875,430578.0,0.0,0.0 2024-08-06 00:00:00+01:00,35.04,35.72001953125,34.1,34.88,34.736293945312504,208972.0,0.0,0.0 2024-08-07 00:00:00+01:00,35.72,36.480000000000004,35.286579589843754,36.18,36.0309375,173329.0,0.0,0.0 2024-08-08 00:00:00+01:00,36.5,36.5,35.04,36.22,36.07077392578125,128372.0,0.0,0.0 2024-08-09 00:00:00+01:00,36.5,36.72,35.4,35.62,35.4732470703125,115877.0,0.0,0.0 2024-08-12 00:00:00+01:00,35.62,36.06,35.0,35.34,35.1943994140625,92935.0,0.0,0.0 2024-08-13 00:00:00+01:00,35.34,35.62751953125,35.0,35.0,34.855800781250004,123394.0,0.0,0.0 2024-08-14 00:00:00+01:00,35.0,36.2,35.0,35.34,35.1943994140625,69442.0,0.0,0.0 2024-08-15 00:00:00+01:00,35.34,37.08,35.160000000000004,36.34,36.34,128395.0,14.56,0.0 2024-08-16 00:00:00+01:00,37.06,37.18,36.480000000000004,36.54,36.54,194853.0,0.0,0.0 2024-08-19 00:00:00+01:00,36.36,36.56,35.480000000000004,36.300000000000004,36.300000000000004,103371.0,0.0,0.0 2024-08-20 00:00:00+01:00,36.92,37.800000000000004,35.660000000000004,35.76,35.76,108610.0,0.0,0.0 2024-08-21 00:00:00+01:00,35.9,36.22,35.5,36.2,36.2,87820.0,0.0,0.0 2024-08-22 00:00:00+01:00,36.0,36.9,35.78,36.0,36.0,146021.0,0.0,0.0 ================================================ FILE: tests/data/REL-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,23.95,24.0,23.64,23.7,22.315053417545077,2971892.0,0.0,0.0,True 2022-01-05 00:00:00+00:00,23.54,23.740000000000002,23.45,23.490000000000002,22.117327962151318,2674766.0,0.0,0.0,True 2022-01-06 00:00:00+00:00,22.900000000000002,23.04,22.19251953125,22.37,21.062775194544596,3730867.0,0.0,0.0,True 2022-01-07 00:00:00+00:00,22.25,22.3439501953125,22.06,22.330000000000002,21.02511042663177,4087889.0,0.0,0.0,True 2022-01-10 00:00:00+00:00,22.28,22.28,21.68,21.88,20.601408510551536,3483021.0,0.0,0.0,True 2022-01-11 00:00:00+00:00,22.0,22.12,21.89,22.080000000000002,20.78972263268328,3641329.0,0.0,0.0,True 2022-01-12 00:00:00+00:00,22.240000000000002,22.27,22.0,22.13,20.836801163216215,4826684.0,0.0,0.0,True 2022-01-13 00:00:00+00:00,21.98,22.04,21.72544921875,21.86,20.58257855595322,2668776.0,0.0,0.0,True 2022-01-14 00:00:00+00:00,21.86,22.27,21.84,21.96,20.67673561701909,2756253.0,0.0,0.0,True 2022-01-17 00:00:00+00:00,22.0,22.53,21.95,22.490000000000002,21.175762210208784,2873168.0,0.0,0.0,True 2022-01-18 00:00:00+00:00,22.43,22.44,22.23,22.37,21.062775194544596,4322556.0,0.0,0.0,True 2022-01-19 00:00:00+00:00,22.14,22.63,22.09,22.6,21.27933303389477,3849610.0,0.0,0.0,True 2022-01-20 00:00:00+00:00,22.68,22.94,22.36,22.82,21.48647711062483,3666920.0,0.0,0.0,True 2022-01-21 00:00:00+00:00,22.59,22.96,22.55,22.64,21.31699780180759,4441559.0,0.0,0.0,True 2022-01-24 00:00:00+00:00,22.42,22.75,22.27,22.28,20.978031896098834,7292967.0,0.0,0.0,True 2022-01-25 00:00:00+00:00,22.43,22.47,22.076269531250002,22.18,20.883877264391057,3348878.0,0.0,0.0,True 2022-01-26 00:00:00+00:00,22.28,22.5,22.19,22.34,21.03452904796807,2788644.0,0.0,0.0,True 2022-01-27 00:00:00+00:00,22.05,22.580000000000002,21.98,22.55,21.232256932719928,4226053.0,0.0,0.0,True 2022-01-28 00:00:00+00:00,22.240000000000002,22.41,22.14,22.330000000000002,21.02511042663177,7740196.0,0.0,0.0,True 2022-01-31 00:00:00+00:00,22.53,22.72,22.35,22.7,21.373492524318735,2688909.0,0.0,0.0,True 2022-02-01 00:00:00+00:00,22.87,22.97,22.63,22.75,21.420566196135482,3612637.0,0.0,0.0,True 2022-02-02 00:00:00+00:00,22.990000000000002,23.2,22.87,23.080000000000002,21.73128595526772,3318883.0,0.0,0.0,True 2022-02-03 00:00:00+00:00,23.09,23.16,22.64,22.67,21.345241519026022,4196646.0,0.0,0.0,True 2022-02-04 00:00:00+00:00,22.77,22.86,22.5839990234375,22.66,21.335827756405912,3702213.0,0.0,0.0,True 2022-02-07 00:00:00+00:00,22.650000000000002,23.06,22.63,22.84,21.505309494581244,3916142.0,0.0,0.0,True 2022-02-08 00:00:00+00:00,22.79,22.900000000000002,22.46464111328125,22.67,21.345241519026022,6921505.0,0.0,0.0,True 2022-02-09 00:00:00+00:00,22.8,23.21,22.6639990234375,23.11,21.759529672486146,2417575.0,0.0,0.0,True 2022-02-10 00:00:00+00:00,22.64,23.01,21.71,22.67,21.345241519026022,7132937.0,0.0,0.0,True 2022-02-11 00:00:00+00:00,22.36,22.82,22.36,22.73,21.40173867089526,4080391.0,0.0,0.0,True 2022-02-14 00:00:00+00:00,22.57,22.69,22.11,22.39,21.081605149142913,4407553.0,0.0,0.0,True 2022-02-15 00:00:00+00:00,22.45,22.85,22.43,22.75,21.420566196135482,5634629.0,0.0,0.0,True 2022-02-16 00:00:00+00:00,22.7,22.82,22.5,22.61,21.28875165523107,3854988.0,0.0,0.0,True 2022-02-17 00:00:00+00:00,22.52,22.71,22.330000000000002,22.41,21.100437533099324,3444541.0,0.0,0.0,True 2022-02-18 00:00:00+00:00,22.44,22.53,22.330000000000002,22.330000000000002,21.02511042663177,6612768.0,0.0,0.0,True 2022-02-21 00:00:00+00:00,22.63,22.650000000000002,22.05,22.14,20.846214925836325,2782147.0,0.0,0.0,True 2022-02-22 00:00:00+00:00,21.89,22.45,21.84,22.39,21.081605149142913,3425931.0,0.0,0.0,True 2022-02-23 00:00:00+00:00,22.43,22.63,22.31,22.45,21.13810230101215,3553305.0,0.0,0.0,True 2022-02-24 00:00:00+00:00,22.1,22.46794921875,21.93,22.04,20.75206029412855,4965393.0,0.0,0.0,True 2022-02-25 00:00:00+00:00,22.14,22.68,21.89,22.63,21.307581609829388,5235067.0,0.0,0.0,True 2022-02-28 00:00:00+00:00,22.44,22.900000000000002,22.17,22.81,21.477065777362814,4636737.0,0.0,0.0,True 2022-03-01 00:00:00+00:00,22.79,23.05,22.63,22.900000000000002,21.561804217092387,4735535.0,0.0,0.0,True 2022-03-02 00:00:00+00:00,22.87,23.490000000000002,22.87,23.28,21.919597648041368,5247409.0,0.0,0.0,True 2022-03-03 00:00:00+00:00,23.150000000000002,23.41,23.05,23.21,21.85368916291011,4296156.0,0.0,0.0,True 2022-03-04 00:00:00+00:00,22.97,23.1,22.45,22.59,21.26991684191656,5490936.0,0.0,0.0,True 2022-03-07 00:00:00+00:00,22.03,22.32,21.68,22.13,20.836801163216215,5601362.0,0.0,0.0,True 2022-03-08 00:00:00+00:00,21.94,22.02,20.71,20.71,19.499779641769972,9894319.0,0.0,0.0,True 2022-03-09 00:00:00+00:00,20.98,21.47,20.94,21.46,20.205952741047824,5066206.0,0.0,0.0,True 2022-03-10 00:00:00+00:00,21.39,21.67,20.9572802734375,21.080000000000002,19.848158095419794,4865789.0,0.0,0.0,True 2022-03-11 00:00:00+00:00,21.16,21.47,20.56,21.12,19.885819219295477,4607224.0,0.0,0.0,True 2022-03-14 00:00:00+00:00,21.14,21.38,20.89,21.330000000000002,20.08354831872638,4215161.0,0.0,0.0,True 2022-03-15 00:00:00+00:00,21.330000000000002,21.92,21.26,21.89,20.610822273171646,6434050.0,0.0,0.0,True 2022-03-16 00:00:00+00:00,21.96,22.56,21.92,22.36,21.05335900256639,4062150.0,0.0,0.0,True 2022-03-17 00:00:00+00:00,22.25,22.94,22.25,22.91,21.57122040907059,2764544.0,0.0,0.0,True 2022-03-18 00:00:00+00:00,22.8,23.080000000000002,22.6424609375,23.080000000000002,21.73128595526772,5114657.0,0.0,0.0,True 2022-03-21 00:00:00+00:00,23.02,23.21,22.95,23.1,21.750115909866036,3601237.0,0.0,0.0,True 2022-03-22 00:00:00+00:00,23.07,23.26595947265625,22.94,23.240000000000002,21.881935309486636,3429720.0,0.0,0.0,True 2022-03-23 00:00:00+00:00,23.27,23.46,23.12,23.17,21.81602439499729,3595905.0,0.0,0.0,True 2022-03-24 00:00:00+00:00,23.1,23.36,23.1,23.2,21.844272970931907,2498268.0,0.0,0.0,True 2022-03-25 00:00:00+00:00,23.17,23.43330078125,23.05,23.05,21.703037379333097,3620802.0,0.0,0.0,True 2022-03-28 00:00:00+01:00,23.18,23.56,23.080000000000002,23.44,22.07024457290219,3239877.0,0.0,0.0,True 2022-03-29 00:00:00+01:00,23.6,24.27,23.55,23.84,22.44687281716568,5056763.0,0.0,0.0,True 2022-03-30 00:00:00+01:00,23.86,23.86,23.42,23.75,22.36213437743611,4593796.0,0.0,0.0,True 2022-03-31 00:00:00+01:00,23.92,24.13,23.76,23.830000000000002,22.437459054545567,3614408.0,0.0,0.0,True 2022-04-01 00:00:00+01:00,23.84,23.88,23.56,23.650000000000002,22.26797488701214,1905632.0,0.0,0.0,True 2022-04-04 00:00:00+01:00,23.76,24.19,23.69,24.080000000000002,22.672849277852155,2824939.0,0.0,0.0,True 2022-04-05 00:00:00+01:00,24.09,24.45,24.05,24.45,23.021226516822928,4198500.0,0.0,0.0,True 2022-04-06 00:00:00+01:00,24.32,24.650000000000002,24.26,24.47,23.040058900779343,5873652.0,0.0,0.0,True 2022-04-07 00:00:00+01:00,24.490000000000002,24.650000000000002,24.39595947265625,24.490000000000002,23.05888885537766,3545130.0,0.0,0.0,True 2022-04-08 00:00:00+01:00,24.64,24.740000000000002,24.16,24.44,23.01181275420282,2745419.0,0.0,0.0,True 2022-04-11 00:00:00+01:00,24.36,24.55,24.27,24.34,22.917655693136947,3871460.0,0.0,0.0,True 2022-04-12 00:00:00+01:00,24.23,24.25,23.89,24.07,22.663433085873947,5059130.0,0.0,0.0,True 2022-04-13 00:00:00+01:00,23.96,24.2,23.95,24.19,22.776420101538136,2330498.0,0.0,0.0,True 2022-04-14 00:00:00+01:00,24.07,24.43,24.01580078125,24.39,22.964734223669883,3337716.0,0.0,0.0,True 2022-04-19 00:00:00+01:00,24.34,24.41,23.891000976562502,23.990000000000002,22.588105979406393,5618782.0,0.0,0.0,True 2022-04-20 00:00:00+01:00,24.07,24.125,23.81,24.05,22.644600701917536,4672885.0,0.0,0.0,True 2022-04-21 00:00:00+01:00,24.22,24.42469970703125,23.76,23.990000000000002,22.588105979406393,7642393.0,0.0,0.0,True 2022-04-22 00:00:00+01:00,23.73,24.18,23.62,23.95,22.55044364085166,4236830.0,0.0,0.0,True 2022-04-25 00:00:00+01:00,23.64,24.19,23.53,24.05,22.644600701917536,10461262.0,0.0,0.0,True 2022-04-26 00:00:00+01:00,24.23,24.4843994140625,24.03,24.060000000000002,22.654019323253838,3472398.0,0.0,0.0,True 2022-04-27 00:00:00+01:00,23.92,24.27,23.73,24.150000000000002,22.738760192341502,3575645.0,0.0,0.0,True 2022-04-28 00:00:00+01:00,24.02,24.25,23.79,24.25,23.173561845560137,3078984.0,0.355,0.0,True 2022-04-29 00:00:00+01:00,24.07,24.247500000000002,23.79,23.93,22.867766395287504,7529580.0,0.0,0.0,True 2022-05-03 00:00:00+01:00,23.67,23.88,23.36,23.51,22.466409714969792,9076960.0,0.0,0.0,True 2022-05-04 00:00:00+01:00,23.47,23.73,23.46,23.47,22.428183765336904,3989524.0,0.0,0.0,True 2022-05-05 00:00:00+01:00,23.740000000000002,24.14,23.61,23.75,22.695755695334743,6776546.0,0.0,0.0,True 2022-05-06 00:00:00+01:00,23.71,23.830000000000002,23.01,23.07,22.04594370387278,9589683.0,0.0,0.0,True 2022-05-09 00:00:00+01:00,23.240000000000002,23.4426904296875,22.68,22.990000000000002,21.969494233965097,4947511.0,0.0,0.0,True 2022-05-10 00:00:00+01:00,23.05,23.29,22.92,23.0,21.979046469996653,3136430.0,0.0,0.0,True 2022-05-11 00:00:00+01:00,23.14,23.16,22.72,22.990000000000002,21.969494233965097,3825904.0,0.0,0.0,True 2022-05-12 00:00:00+01:00,22.69,22.73,22.26,22.51,21.5107998438771,3980814.0,0.0,0.0,True 2022-05-13 00:00:00+01:00,22.57,23.04,22.41,22.93,21.912154094836716,7712096.0,0.0,0.0,True 2022-05-16 00:00:00+01:00,22.86,23.28,22.7,23.080000000000002,22.05549836926243,4205914.0,0.0,0.0,True 2022-05-17 00:00:00+01:00,23.06,23.1,22.85654052734375,23.0,21.979046469996653,4676282.0,0.0,0.0,True 2022-05-18 00:00:00+01:00,22.98,23.16,22.76,22.900000000000002,21.883485239951575,7178282.0,0.0,0.0,True 2022-05-19 00:00:00+01:00,22.72,22.76,22.06,22.400000000000002,21.405681519084276,7195171.0,0.0,0.0,True 2022-05-20 00:00:00+01:00,22.51,22.94,22.5,22.650000000000002,21.644584594196974,9409437.0,0.0,0.0,True 2022-05-23 00:00:00+01:00,22.82,23.09,22.78,23.01,21.9886011353863,7799244.0,0.0,0.0,True 2022-05-24 00:00:00+01:00,22.92,23.39,22.88,23.12,22.093721889537225,8031394.0,0.0,0.0,True 2022-05-25 00:00:00+01:00,23.1,23.21,22.79,22.79,21.77837177387494,4186059.0,0.0,0.0,True 2022-05-26 00:00:00+01:00,22.88,22.96,22.580000000000002,22.69,21.68280811447177,2837918.0,0.0,0.0,True 2022-05-27 00:00:00+01:00,22.79,23.03,22.56,22.830000000000002,21.816592864791637,3421047.0,0.0,0.0,True 2022-05-30 00:00:00+01:00,22.95,23.03,22.86,22.91,21.89304233469932,2809848.0,0.0,0.0,True 2022-05-31 00:00:00+01:00,22.88,22.94,22.650000000000002,22.76,21.7497004896317,9320599.0,0.0,0.0,True 2022-06-01 00:00:00+01:00,22.72,22.76,22.06,22.07,21.090326544705803,4192825.0,0.0,0.0,True 2022-06-06 00:00:00+01:00,22.22,22.650000000000002,22.21,22.43,21.434350373969416,5231515.0,0.0,0.0,True 2022-06-07 00:00:00+01:00,22.36,22.45,22.16,22.23,21.243227913879263,4101206.0,0.0,0.0,True 2022-06-08 00:00:00+01:00,22.330000000000002,22.330000000000002,21.990000000000002,22.11,21.128554923696786,9504510.0,0.0,0.0,True 2022-06-09 00:00:00+01:00,22.03,22.09,21.76,21.81,20.84187123356155,5664983.0,0.0,0.0,True 2022-06-10 00:00:00+01:00,21.72,21.78,21.37,21.580000000000002,20.62207991858625,4959684.0,0.0,0.0,True 2022-06-13 00:00:00+01:00,21.41,21.64,21.32,21.44,20.48829516826638,5871687.0,0.0,0.0,True 2022-06-14 00:00:00+01:00,21.55,21.650000000000002,20.75,20.81,19.886260147789812,7082698.0,0.0,0.0,True 2022-06-15 00:00:00+01:00,20.93,21.240000000000002,20.830000000000002,21.16,20.22072202358949,6566780.0,0.0,0.0,True 2022-06-16 00:00:00+01:00,20.97,21.09,20.64,20.82,19.895814813179463,5649284.0,0.0,0.0,True 2022-06-17 00:00:00+01:00,20.86,21.17,20.740000000000002,20.87,19.94359664288105,10139184.0,0.0,0.0,True 2022-06-20 00:00:00+01:00,20.990000000000002,21.150000000000002,20.86,20.91,19.981822592513936,4666158.0,0.0,0.0,True 2022-06-21 00:00:00+01:00,20.92,21.27,20.89,21.02,20.086939702627717,3290101.0,0.0,0.0,True 2022-06-22 00:00:00+01:00,20.85,21.27,20.76,21.25,20.306729802923964,5633806.0,0.0,0.0,True 2022-06-23 00:00:00+01:00,21.16,21.46,21.11,21.240000000000002,20.297170278818125,7212273.0,0.0,0.0,True 2022-06-24 00:00:00+01:00,21.29,22.080000000000002,21.240000000000002,22.05,21.071219643284596,7060485.0,0.0,0.0,True 2022-06-27 00:00:00+01:00,22.080000000000002,22.43,22.03,22.35,21.35789847470364,6822746.0,0.0,0.0,True 2022-06-28 00:00:00+01:00,22.36,22.44297119140625,22.14,22.14,21.15722377858193,6199052.0,0.0,0.0,True 2022-06-29 00:00:00+01:00,21.990000000000002,22.400000000000002,21.89,22.36,21.367457998809485,3347306.0,0.0,0.0,True 2022-06-30 00:00:00+01:00,21.990000000000002,22.26,21.84,22.26,21.27189191004821,4268366.0,0.0,0.0,True 2022-07-01 00:00:00+01:00,21.94,22.38,21.93,22.1,21.118997828949038,4234937.0,0.0,0.0,True 2022-07-04 00:00:00+01:00,22.14,22.41,22.1,22.36,21.367457998809485,2574060.0,0.0,0.0,True 2022-07-05 00:00:00+01:00,22.240000000000002,22.3,21.64,21.89,20.91832070346923,8161440.0,0.0,0.0,True 2022-07-06 00:00:00+01:00,22.18,22.81,21.866708984375002,22.67,21.66369635433437,5991865.0,0.0,0.0,True 2022-07-07 00:00:00+01:00,22.75,22.86,22.5,22.5,21.501242749129354,9264774.0,0.0,0.0,True 2022-07-08 00:00:00+01:00,22.6,22.73,22.28,22.42,21.42479327922167,3180568.0,0.0,0.0,True 2022-07-11 00:00:00+01:00,22.32,22.7460009765625,22.240000000000002,22.73,21.72103163474656,2659363.0,0.0,0.0,True 2022-07-12 00:00:00+01:00,22.580000000000002,22.830000000000002,22.54,22.67,21.66369635433437,3327788.0,0.0,0.0,True 2022-07-13 00:00:00+01:00,22.57,22.66,22.31,22.64,21.635027499449226,5945842.0,0.0,0.0,True 2022-07-14 00:00:00+01:00,22.76,22.82,22.6,22.740000000000002,21.730588729494304,3443867.0,0.0,0.0,True 2022-07-15 00:00:00+01:00,22.85,23.12,22.59,23.11,22.08416236543138,3860783.0,0.0,0.0,True 2022-07-18 00:00:00+01:00,23.2,23.2,22.900000000000002,22.96,21.94082294972186,5826700.0,0.0,0.0,True 2022-07-19 00:00:00+01:00,22.88,23.2,22.81,23.11,22.08416236543138,6389998.0,0.0,0.0,True 2022-07-20 00:00:00+01:00,23.27,23.28,22.990000000000002,23.150000000000002,22.122390744422365,9896323.0,0.0,0.0,True 2022-07-21 00:00:00+01:00,23.21,23.61,23.19,23.52,22.47596438035944,4253651.0,0.0,0.0,True 2022-07-22 00:00:00+01:00,23.54,23.78,23.44,23.580000000000002,22.533302090129727,2656315.0,0.0,0.0,True 2022-07-25 00:00:00+01:00,23.6,23.72,23.36,23.45,22.409074434557603,2415236.0,0.0,0.0,True 2022-07-26 00:00:00+01:00,23.44,23.61,23.39,23.44,22.39951491045176,2724197.0,0.0,0.0,True 2022-07-27 00:00:00+01:00,23.44,23.66,23.240000000000002,23.580000000000002,22.533302090129727,3975400.0,0.0,0.0,True 2022-07-28 00:00:00+01:00,23.740000000000002,23.990000000000002,23.14,23.990000000000002,22.925104105057788,5284431.0,0.0,0.0,True 2022-07-29 00:00:00+01:00,24.04,24.32,23.92,24.26,23.18311894030788,3974349.0,0.0,0.0,True 2022-08-01 00:00:00+01:00,24.16,24.330000000000002,24.1,24.19,23.11622413578985,4021962.0,0.0,0.0,True 2022-08-02 00:00:00+01:00,24.150000000000002,24.28,24.0739990234375,24.16,23.087557710262804,2833516.0,0.0,0.0,True 2022-08-03 00:00:00+01:00,23.95,24.330000000000002,23.94780029296875,24.32,23.24045422072007,3197709.0,0.0,0.0,True 2022-08-04 00:00:00+01:00,24.19,24.34,23.92,24.18,23.256806230060963,3883349.0,0.157,0.0,True 2022-08-05 00:00:00+01:00,24.26,24.27,23.8,23.84,22.929785478107842,1899497.0,0.0,0.0,True 2022-08-08 00:00:00+01:00,24.080000000000002,24.14,23.94,23.98,23.064442367984,3004382.0,0.0,0.0,True 2022-08-09 00:00:00+01:00,24.150000000000002,24.17,23.89800048828125,24.150000000000002,23.227952743960564,4120503.0,0.0,0.0,True 2022-08-10 00:00:00+01:00,24.02,24.16,23.93,24.11,23.189476570443837,6030189.0,0.0,0.0,True 2022-08-11 00:00:00+01:00,24.16,24.19,23.64,23.76,22.852840419148674,2633418.0,0.0,0.0,True 2022-08-12 00:00:00+01:00,23.73,23.88,23.63,23.78,22.872076076548943,3677098.0,0.0,0.0,True 2022-08-15 00:00:00+01:00,23.81,24.0027587890625,23.76,23.93,23.016350795125238,2181169.0,0.0,0.0,True 2022-08-16 00:00:00+01:00,24.05,24.060000000000002,23.71,23.84,22.929785478107842,5299250.0,0.0,0.0,True 2022-08-17 00:00:00+01:00,23.81,24.02637939453125,23.75,23.89,22.977877050966608,3101012.0,0.0,0.0,True 2022-08-18 00:00:00+01:00,23.98,24.18,23.7227197265625,24.18,23.256806230060963,3866920.0,0.0,0.0,True 2022-08-19 00:00:00+01:00,24.14,24.62,24.11,24.37,23.439552263437797,4295531.0,0.0,0.0,True 2022-08-22 00:00:00+01:00,24.29,24.51,24.23,24.400000000000002,23.468408178896293,4736224.0,0.0,0.0,True 2022-08-23 00:00:00+01:00,24.27,24.35,23.5164990234375,23.64,22.737421616030876,3347390.0,0.0,0.0,True 2022-08-24 00:00:00+01:00,23.64,23.77,23.41,23.75,22.843222590448537,2630126.0,0.0,0.0,True 2022-08-25 00:00:00+01:00,23.85,23.98,23.68,23.84,22.929785478107842,3630529.0,0.0,0.0,True 2022-08-26 00:00:00+01:00,23.900000000000002,23.900000000000002,22.95,23.03,22.15071220109985,5893561.0,0.0,0.0,True 2022-08-30 00:00:00+01:00,23.18,23.25,22.79,22.94,22.064146884082454,5825594.0,0.0,0.0,True 2022-08-31 00:00:00+01:00,22.900000000000002,22.990000000000002,22.580000000000002,22.62,21.756366648245788,5872521.0,0.0,0.0,True 2022-09-01 00:00:00+01:00,22.5,22.57535888671875,22.19,22.3,21.448583983051027,6105785.0,0.0,0.0,True 2022-09-02 00:00:00+01:00,22.43,22.51,22.21,22.51,21.650565673828126,3454099.0,0.0,0.0,True 2022-09-05 00:00:00+01:00,22.43,22.43,21.97,22.36,21.506293384609926,2114736.0,0.0,0.0,True 2022-09-06 00:00:00+01:00,22.25,22.45,22.06,22.39,21.535146870710324,2617026.0,0.0,0.0,True 2022-09-07 00:00:00+01:00,22.28,22.75,22.18,22.6,21.737128561487424,5951779.0,0.0,0.0,True 2022-09-08 00:00:00+01:00,22.76,22.79,22.36,22.740000000000002,21.871785451363586,3801893.0,0.0,0.0,True 2022-09-09 00:00:00+01:00,22.8,23.09,22.7,22.91,22.035293397982056,5810094.0,0.0,0.0,True 2022-09-12 00:00:00+01:00,23.0,23.1,22.94568115234375,23.1,22.218039431358882,5031189.0,0.0,0.0,True 2022-09-13 00:00:00+01:00,23.04,23.19,22.84,22.87,21.99682208318152,2490507.0,0.0,0.0,True 2022-09-14 00:00:00+01:00,22.8,22.84,22.44,22.53,21.66980376058649,4708944.0,0.0,0.0,True 2022-09-15 00:00:00+01:00,22.55,22.63,22.38,22.42,21.56400035681073,1844584.0,0.0,0.0,True 2022-09-16 00:00:00+01:00,22.29,22.580000000000002,22.22,22.32,21.467819640451292,5505543.0,0.0,0.0,True 2022-09-20 00:00:00+01:00,22.41,22.48,21.89,22.01,21.169654803956668,3287453.0,0.0,0.0,True 2022-09-21 00:00:00+01:00,21.95,22.330000000000002,21.87,22.31,21.45820181175116,4939716.0,0.0,0.0,True 2022-09-22 00:00:00+01:00,22.02,22.31,21.650000000000002,21.71,20.881110225520267,3421865.0,0.0,0.0,True 2022-09-23 00:00:00+01:00,21.72,21.91,21.51,21.82,20.986911199937932,3154075.0,0.0,0.0,True 2022-09-26 00:00:00+01:00,22.03,22.25,21.69,22.03,21.18889289071503,4274335.0,0.0,0.0,True 2022-09-27 00:00:00+01:00,22.16,22.48,22.08080078125,22.18,21.333162750575134,6255179.0,0.0,0.0,True 2022-09-28 00:00:00+01:00,22.01,22.150000000000002,21.73,22.06,21.217748806173528,4364828.0,0.0,0.0,True 2022-09-29 00:00:00+01:00,21.93,22.06,21.66,21.98,21.140801317856265,4306298.0,0.0,0.0,True 2022-09-30 00:00:00+01:00,21.85,22.06,21.72,22.02,21.1792750620149,3744385.0,0.0,0.0,True 2022-10-03 00:00:00+01:00,21.82,22.0997998046875,21.57,22.0,21.160036975256535,4852340.0,0.0,0.0,True 2022-10-04 00:00:00+01:00,22.05,22.7,21.98,22.7,21.833311707204953,4639362.0,0.0,0.0,True 2022-10-05 00:00:00+01:00,22.69,22.87,22.580000000000002,22.77,21.900638937463988,3091294.0,0.0,0.0,True 2022-10-06 00:00:00+01:00,22.98,23.05,22.51,22.63,21.76598447694592,2813816.0,0.0,0.0,True 2022-10-07 00:00:00+01:00,22.55,22.73,22.44,22.5,21.640945415769895,3920589.0,0.0,0.0,True 2022-10-10 00:00:00+01:00,22.3,22.47,22.13,22.41,21.554382528110594,2254956.0,0.0,0.0,True 2022-10-11 00:00:00+01:00,22.5,22.5,22.16,22.28,21.429348325650757,5325118.0,0.0,0.0,True 2022-10-12 00:00:00+01:00,22.490000000000002,22.61,22.088999023437502,22.2,21.352400837333498,4086191.0,0.0,0.0,True 2022-10-13 00:00:00+01:00,22.09,22.14,21.240000000000002,21.57,20.74645333564411,3412007.0,0.0,0.0,True 2022-10-14 00:00:00+01:00,21.86,22.25,21.67,21.75,20.919581540320802,5708558.0,0.0,0.0,True 2022-10-17 00:00:00+01:00,21.87,22.22,21.56,22.0,21.160036975256535,3577853.0,0.0,0.0,True 2022-10-18 00:00:00+01:00,22.28,22.43,22.1,22.2,21.352400837333498,3185955.0,0.0,0.0,True 2022-10-19 00:00:00+01:00,22.22,22.37,22.09,22.23,21.381254323433897,3939255.0,0.0,0.0,True 2022-10-20 00:00:00+01:00,22.16,22.57,21.94,22.12,21.275458207732427,6156646.0,0.0,0.0,True 2022-10-21 00:00:00+01:00,22.13,22.27,21.91,22.25,21.400489980834166,3660629.0,0.0,0.0,True 2022-10-24 00:00:00+01:00,22.36,22.85,22.22,22.62,21.756366648245788,2567926.0,0.0,0.0,True 2022-10-25 00:00:00+01:00,22.78,23.14,22.68,23.12,22.237277518117246,3870106.0,0.0,0.0,True 2022-10-26 00:00:00+01:00,23.14,23.330000000000002,22.89,23.27,22.381549807335443,5940598.0,0.0,0.0,True 2022-10-27 00:00:00+01:00,23.22,23.38,23.07,23.23,22.343078492534907,3913207.0,0.0,0.0,True 2022-10-28 00:00:00+01:00,23.13,23.400000000000002,23.09,23.400000000000002,22.506584009795283,2427564.0,0.0,0.0,True 2022-10-31 00:00:00+00:00,23.45,23.59,23.27,23.41,22.516201838495416,5211136.0,0.0,0.0,True 2022-11-01 00:00:00+00:00,23.66,23.68,22.830000000000002,22.88,22.006439911881653,3570656.0,0.0,0.0,True 2022-11-02 00:00:00+00:00,22.95,23.17,22.79,22.92,22.04491122668219,7217270.0,0.0,0.0,True 2022-11-03 00:00:00+00:00,22.73,23.150000000000002,22.54,23.150000000000002,22.266131004217648,3562083.0,0.0,0.0,True 2022-11-04 00:00:00+00:00,23.080000000000002,23.24449951171875,22.88,23.080000000000002,22.198803773958616,3518008.0,0.0,0.0,True 2022-11-07 00:00:00+00:00,23.09,23.14,22.7089990234375,22.81,21.939112681622618,2895488.0,0.0,0.0,True 2022-11-08 00:00:00+00:00,22.76,23.18,22.62,23.14,22.256513175517515,3469265.0,0.0,0.0,True 2022-11-09 00:00:00+00:00,23.03,23.30633056640625,23.0,23.240000000000002,22.352696321235044,2109010.0,0.0,0.0,True 2022-11-10 00:00:00+00:00,23.11,23.86,22.85,23.77,22.862458247848807,5133831.0,0.0,0.0,True 2022-11-11 00:00:00+00:00,23.69,23.7475,22.04,22.35,21.496673126551695,14496239.0,0.0,0.0,True 2022-11-14 00:00:00+00:00,22.39,22.64,22.3,22.48,21.62170975836963,5089943.0,0.0,0.0,True 2022-11-15 00:00:00+00:00,22.44,22.93,22.38,22.56,21.69865724668689,6030427.0,0.0,0.0,True 2022-11-16 00:00:00+00:00,22.61,22.92,22.5,22.8,21.929494852922485,5167004.0,0.0,0.0,True 2022-11-17 00:00:00+00:00,22.85,22.87,22.490000000000002,22.6,21.737128561487424,3175763.0,0.0,0.0,True 2022-11-18 00:00:00+00:00,22.740000000000002,22.89,22.52,22.830000000000002,21.958348339022884,3494422.0,0.0,0.0,True 2022-11-21 00:00:00+00:00,22.78,23.36,22.72,23.32,22.42964138019421,2179315.0,0.0,0.0,True 2022-11-22 00:00:00+00:00,23.26,23.3,22.85449951171875,23.12,22.237277518117246,3367818.0,0.0,0.0,True 2022-11-23 00:00:00+00:00,23.09,23.25,22.98,23.18,22.29498449031805,2434333.0,0.0,0.0,True 2022-11-24 00:00:00+00:00,23.17,23.27680908203125,23.04,23.11,22.227657260059015,2082099.0,0.0,0.0,True 2022-11-25 00:00:00+00:00,22.98,23.25,22.93,23.25,22.362314149935177,2278718.0,0.0,0.0,True 2022-11-28 00:00:00+00:00,23.22,23.52,23.05,23.37,22.477728094336786,2267385.0,0.0,0.0,True 2022-11-29 00:00:00+00:00,23.21,23.39,22.85,22.900000000000002,22.02567556928192,7545337.0,0.0,0.0,True 2022-11-30 00:00:00+00:00,22.94,23.330000000000002,22.94,23.12,22.237277518117246,9069802.0,0.0,0.0,True 2022-12-01 00:00:00+00:00,23.36,23.44,23.2,23.34,22.448877037594478,4066525.0,0.0,0.0,True 2022-12-02 00:00:00+00:00,23.400000000000002,23.57,23.28,23.37,22.477728094336786,2880503.0,0.0,0.0,True 2022-12-05 00:00:00+00:00,23.35,23.37,23.122958984375,23.3,22.41040572279394,1948141.0,0.0,0.0,True 2022-12-06 00:00:00+00:00,23.28,23.47,23.17,23.17,22.285366661617914,2264869.0,0.0,0.0,True 2022-12-07 00:00:00+00:00,23.25,23.54,23.25,23.35,22.458492436936517,3430815.0,0.0,0.0,True 2022-12-08 00:00:00+00:00,23.34,23.38,23.04,23.150000000000002,22.266131004217648,1916612.0,0.0,0.0,True 2022-12-09 00:00:00+00:00,23.5,23.66445068359375,23.19,23.29,22.400785464735712,4430046.0,0.0,0.0,True 2022-12-12 00:00:00+00:00,23.2,23.481000976562502,23.19,23.3,22.41040572279394,3059230.0,0.0,0.0,True 2022-12-13 00:00:00+00:00,23.36,23.47,22.94,23.26,22.37193197863531,3670550.0,0.0,0.0,True 2022-12-14 00:00:00+00:00,23.26,23.45,23.07,23.400000000000002,22.506584009795283,2708416.0,0.0,0.0,True 2022-12-15 00:00:00+00:00,23.2,23.47,23.1,23.240000000000002,22.352696321235044,3907293.0,0.0,0.0,True 2022-12-16 00:00:00+00:00,23.22,23.31,22.86,23.06,22.179568116558347,14051577.0,0.0,0.0,True 2022-12-19 00:00:00+00:00,23.080000000000002,23.1118994140625,22.830000000000002,22.97,22.09300522889905,6996280.0,0.0,0.0,True 2022-12-20 00:00:00+00:00,22.740000000000002,22.97,22.72,22.84,21.96796616772302,2602396.0,0.0,0.0,True 2022-12-21 00:00:00+00:00,22.900000000000002,23.11,22.81,23.11,22.227657260059015,2702548.0,0.0,0.0,True 2022-12-22 00:00:00+00:00,23.14,23.32,23.05,23.080000000000002,22.198803773958616,4863737.0,0.0,0.0,True 2022-12-23 00:00:00+00:00,23.150000000000002,23.150000000000002,22.96,22.990000000000002,22.112240886299315,973662.0,0.0,0.0,True 2022-12-28 00:00:00+00:00,23.13,23.32,23.06,23.2,22.31422257707641,2113043.0,0.0,0.0,True 2022-12-29 00:00:00+00:00,23.11,23.23,22.87,23.19,22.304602319018183,3575854.0,0.0,0.0,True 2022-12-30 00:00:00+00:00,23.1,23.13,22.88,22.88,22.006439911881653,1421740.0,0.0,0.0,True 2023-01-03 00:00:00+00:00,22.91,23.34,22.77,23.07,22.189185945258483,3470713.0,0.0,0.0,True 2023-01-04 00:00:00+00:00,23.22,23.71,23.16,23.650000000000002,22.74703944473101,4544974.0,0.0,0.0,True 2023-01-05 00:00:00+00:00,23.56,23.61,23.26,23.27,22.381549807335443,2564631.0,0.0,0.0,True 2023-01-06 00:00:00+00:00,23.35,23.48,23.17,23.43,22.53543992525378,2500178.0,0.0,0.0,True 2023-01-09 00:00:00+00:00,23.47,23.52,23.07,23.32,22.42964138019421,3037690.0,0.0,0.0,True 2023-01-10 00:00:00+00:00,23.22,23.53,23.07,23.42,22.52581966719555,4458698.0,0.0,0.0,True 2023-01-11 00:00:00+00:00,23.38,23.86,23.36,23.650000000000002,22.74703944473101,2711664.0,0.0,0.0,True 2023-01-12 00:00:00+00:00,23.69,23.89,23.37,23.52,22.622002812913077,3462614.0,0.0,0.0,True 2023-01-13 00:00:00+00:00,23.6,23.87,23.54,23.77,22.862458247848807,3454758.0,0.0,0.0,True 2023-01-16 00:00:00+00:00,23.85,24.1,23.81,24.03,23.112531511484672,2535583.0,0.0,0.0,True 2023-01-17 00:00:00+00:00,24.03,24.1,23.77,24.0,23.08367802538427,4110555.0,0.0,0.0,True 2023-01-18 00:00:00+00:00,23.92,24.21,23.92,23.990000000000002,23.074060196684137,2845734.0,0.0,0.0,True 2023-01-19 00:00:00+00:00,23.72,24.02943115234375,23.72,23.77,22.862458247848807,4919990.0,0.0,0.0,True 2023-01-20 00:00:00+00:00,23.72,23.77,23.48449951171875,23.6,22.698947871872246,3643615.0,0.0,0.0,True 2023-01-23 00:00:00+00:00,23.75,23.86,23.64,23.82,22.910549820707573,2513259.0,0.0,0.0,True 2023-01-24 00:00:00+00:00,23.830000000000002,23.92,23.68,23.77,22.862458247848807,2422038.0,0.0,0.0,True 2023-01-25 00:00:00+00:00,23.8,23.93,23.47,23.53,22.631620641613214,3398854.0,0.0,0.0,True 2023-01-26 00:00:00+00:00,23.66,23.87,23.6,23.79,22.881693905249076,2995097.0,0.0,0.0,True 2023-01-27 00:00:00+00:00,23.77,23.87,23.62,23.78,22.872076076548943,2935716.0,0.0,0.0,True 2023-01-30 00:00:00+00:00,23.68,24.18,23.63,24.05,23.131767168884938,2792697.0,0.0,0.0,True 2023-01-31 00:00:00+00:00,23.81,24.09,23.75,24.02,23.102913682784536,7339551.0,0.0,0.0,True 2023-02-01 00:00:00+00:00,24.04,24.29,23.97,24.04,23.122149340184805,2603539.0,0.0,0.0,True 2023-02-02 00:00:00+00:00,24.17,24.63,24.085581054687502,24.63,23.68962309771556,4824558.0,0.0,0.0,True 2023-02-03 00:00:00+00:00,24.53,24.650000000000002,24.36,24.54,23.603060210056263,4143836.0,0.0,0.0,True 2023-02-06 00:00:00+00:00,24.330000000000002,24.59,24.28,24.42,23.48764383629656,2593664.0,0.0,0.0,True 2023-02-07 00:00:00+00:00,24.240000000000002,24.48305908203125,24.080000000000002,24.21,23.285659716161366,2750552.0,0.0,0.0,True 2023-02-08 00:00:00+00:00,24.14,24.44,24.14,24.240000000000002,23.314515631619866,3160750.0,0.0,0.0,True 2023-02-09 00:00:00+00:00,24.150000000000002,24.47,24.150000000000002,24.16,23.237570572660697,3357511.0,0.0,0.0,True 2023-02-10 00:00:00+00:00,24.27,24.28,23.88,23.94,23.02596862382537,7412592.0,0.0,0.0,True 2023-02-13 00:00:00+00:00,23.96,24.37,23.95,24.310000000000002,23.381840432520804,2398264.0,0.0,0.0,True 2023-02-14 00:00:00+00:00,24.27,24.45,24.16,24.21,23.285659716161366,6737211.0,0.0,0.0,True 2023-02-15 00:00:00+00:00,24.25,24.5,24.150000000000002,24.48,23.545350808497364,3184820.0,0.0,0.0,True 2023-02-16 00:00:00+00:00,24.740000000000002,25.51,24.580000000000002,24.84,23.89160721785076,4496269.0,0.0,0.0,True 2023-02-17 00:00:00+00:00,24.8,24.92,24.59,24.92,23.968552276809923,4216874.0,0.0,0.0,True 2023-02-20 00:00:00+00:00,25.05,25.05,24.59695068359375,24.85,23.90122504655089,2392926.0,0.0,0.0,True 2023-02-21 00:00:00+00:00,24.79,25.07,24.73,24.91,23.95893444810979,6537939.0,0.0,0.0,True 2023-02-22 00:00:00+00:00,24.900000000000002,25.52,24.88,25.52,24.54564629239891,6893570.0,0.0,0.0,True 2023-02-23 00:00:00+00:00,25.54,25.62,25.400000000000002,25.42,24.44946314668138,3267975.0,0.0,0.0,True 2023-02-24 00:00:00+00:00,25.47,25.66,25.21,25.27,24.305188428105087,6064997.0,0.0,0.0,True 2023-02-27 00:00:00+00:00,25.27,25.51,25.07,25.37,24.401371573822615,3552534.0,0.0,0.0,True 2023-02-28 00:00:00+00:00,25.3,25.310000000000002,24.85,25.03,24.07435082186949,4785129.0,0.0,0.0,True 2023-03-01 00:00:00+00:00,25.150000000000002,25.52,25.14,25.28,24.314808686163317,4842420.0,0.0,0.0,True 2023-03-02 00:00:00+00:00,25.21,25.490000000000002,25.17,25.490000000000002,24.51678794758232,6628984.0,0.0,0.0,True 2023-03-03 00:00:00+00:00,25.560000000000002,25.560000000000002,25.2689990234375,25.37,24.401371573822615,2864923.0,0.0,0.0,True 2023-03-06 00:00:00+00:00,25.44,25.506818847656252,25.2689990234375,25.35,24.38213591642235,2241629.0,0.0,0.0,True 2023-03-07 00:00:00+00:00,25.32,25.61,25.26,25.5,24.526405776282452,3079568.0,0.0,0.0,True 2023-03-08 00:00:00+00:00,25.47,25.55,25.3,25.55,24.574499778499312,4970717.0,0.0,0.0,True 2023-03-09 00:00:00+00:00,25.53,25.8,25.41,25.75,24.76686121121818,2979539.0,0.0,0.0,True 2023-03-10 00:00:00+00:00,25.51,25.73,25.080000000000002,25.240000000000002,24.27633251264659,3322608.0,0.0,0.0,True 2023-03-13 00:00:00+00:00,25.240000000000002,25.304418945312502,24.88,25.05,24.093588908627854,3280495.0,0.0,0.0,True 2023-03-14 00:00:00+00:00,25.060000000000002,25.47631103515625,25.04,25.37,24.401371573822615,4360964.0,0.0,0.0,True 2023-03-15 00:00:00+00:00,25.41,25.53416015625,24.990000000000002,25.12,24.160916138886886,5068214.0,0.0,0.0,True 2023-03-16 00:00:00+00:00,25.3,25.58780029296875,25.19,25.43,24.459080975381514,6391100.0,0.0,0.0,True 2023-03-17 00:00:00+00:00,25.53,25.63,25.25,25.3,24.334044343563583,7328879.0,0.0,0.0,True 2023-03-20 00:00:00+00:00,25.17,25.69,25.17,25.54,24.56488194979918,3423427.0,0.0,0.0,True 2023-03-21 00:00:00+00:00,25.6,25.73,25.51,25.67,24.689916152259016,3531513.0,0.0,0.0,True 2023-03-22 00:00:00+00:00,25.66,26.19,25.650000000000002,26.05,25.055408219012676,3372275.0,0.0,0.0,True 2023-03-23 00:00:00+00:00,25.97,25.97,25.66,25.830000000000002,24.84380627017735,5643398.0,0.0,0.0,True 2023-03-24 00:00:00+00:00,25.810000000000002,25.91,25.71,25.77,24.786099297976545,2767654.0,0.0,0.0,True 2023-03-27 00:00:00+01:00,25.85,26.05,25.77,25.86,24.872662185635846,2842700.0,0.0,0.0,True 2023-03-28 00:00:00+01:00,25.830000000000002,25.87,25.68,25.69,24.70915423901738,3392121.0,0.0,0.0,True 2023-03-29 00:00:00+01:00,25.75,25.94,25.740000000000002,25.92,24.930369157836648,3462378.0,0.0,0.0,True 2023-03-30 00:00:00+01:00,25.98,26.11,25.79,26.060000000000002,25.065026047712813,7512092.0,0.0,0.0,True 2023-03-31 00:00:00+01:00,26.060000000000002,26.3,25.990000000000002,26.18,25.180442421472513,3005652.0,0.0,0.0,True 2023-04-03 00:00:00+01:00,26.240000000000002,26.240000000000002,25.86,26.01,25.016934474854043,4057629.0,0.0,0.0,True 2023-04-04 00:00:00+01:00,26.12,26.23,25.95,26.16,25.161206764072244,2538513.0,0.0,0.0,True 2023-04-05 00:00:00+01:00,26.1,26.400000000000002,26.01,26.25,25.24777208108964,3223748.0,0.0,0.0,True 2023-04-06 00:00:00+01:00,26.21,26.32,26.13,26.28,25.276627996548136,1979361.0,0.0,0.0,True 2023-04-11 00:00:00+01:00,26.310000000000002,26.35,26.150000000000002,26.27,25.26700773848991,4255566.0,0.0,0.0,True 2023-04-12 00:00:00+01:00,26.17,26.57,26.17,26.51,25.497845344725505,3278982.0,0.0,0.0,True 2023-04-13 00:00:00+01:00,26.5,26.60330078125,26.46,26.5,25.488227516025372,2498235.0,0.0,0.0,True 2023-04-14 00:00:00+01:00,26.41,26.66,26.34,26.36,25.353573055507304,9488964.0,0.0,0.0,True 2023-04-17 00:00:00+01:00,26.48,26.48,26.310000000000002,26.34,25.33433496874894,6824792.0,0.0,0.0,True 2023-04-18 00:00:00+01:00,26.36,26.43,26.23,26.310000000000002,25.30548148264854,2556577.0,0.0,0.0,True 2023-04-19 00:00:00+01:00,26.21,26.490000000000002,26.16,26.43,25.420900285766336,2617689.0,0.0,0.0,True 2023-04-20 00:00:00+01:00,26.35,26.89,26.27,26.89,25.86333741147916,4315563.0,0.0,0.0,True 2023-04-21 00:00:00+01:00,26.86,27.3,26.84,27.22,26.18073790537406,3306994.0,0.0,0.0,True 2023-04-24 00:00:00+01:00,27.05,27.35,27.05,27.19,26.151881989915562,3046821.0,0.0,0.0,True 2023-04-25 00:00:00+01:00,26.95,27.17,26.91,27.1,26.065316672898167,2187550.0,0.0,0.0,True 2023-04-26 00:00:00+01:00,26.990000000000002,26.990000000000002,26.560000000000002,26.66,25.642117633943702,3251646.0,0.0,0.0,True 2023-04-27 00:00:00+01:00,26.19,26.29,26.02,26.25,25.621621139691864,2500939.0,0.389,0.0,True 2023-04-28 00:00:00+01:00,26.18,26.52,26.18,26.46,25.826595799642632,6589739.0,0.0,0.0,True 2023-05-02 00:00:00+01:00,26.48,26.650000000000002,24.96,25.11,24.508911968636667,6082144.0,0.0,0.0,True 2023-05-03 00:00:00+01:00,25.21,25.35679931640625,25.060000000000002,25.240000000000002,24.635797341965283,4064469.0,0.0,0.0,True 2023-05-04 00:00:00+01:00,25.080000000000002,25.1247509765625,24.14,24.5,23.913512739797994,9817396.0,0.0,0.0,True 2023-05-05 00:00:00+01:00,24.6,24.76,24.240000000000002,24.34,23.75734388398607,7290965.0,0.0,0.0,True 2023-05-09 00:00:00+01:00,24.38,24.84,24.150000000000002,24.79,24.196571827654726,6267328.0,0.0,0.0,True 2023-05-10 00:00:00+01:00,24.61,24.75,24.5,24.63,24.040400542484704,3690018.0,0.0,0.0,True 2023-05-11 00:00:00+01:00,24.77,25.3,24.72,24.96,24.362501844294417,4651024.0,0.0,0.0,True 2023-05-12 00:00:00+01:00,24.98,25.13,24.77,24.91,24.313700898871765,3093179.0,0.0,0.0,True 2023-05-15 00:00:00+01:00,24.91,25.060000000000002,24.72,24.75,24.157529613701744,2449089.0,0.0,0.0,True 2023-05-16 00:00:00+01:00,24.71,24.79,24.67,24.7,24.108726238920994,2249343.0,0.0,0.0,True 2023-05-17 00:00:00+01:00,24.740000000000002,24.988500976562502,24.560000000000002,24.64,24.050161703312476,2917914.0,0.0,0.0,True 2023-05-18 00:00:00+01:00,24.75,25.0,24.75,25.0,24.4015440582474,4454440.0,0.0,0.0,True 2023-05-19 00:00:00+01:00,25.150000000000002,25.150000000000002,24.92,25.01,24.411305219075167,3468687.0,0.0,0.0,True 2023-05-22 00:00:00+01:00,25.04,25.13,24.88,24.95,24.35274068346665,3085010.0,0.0,0.0,True 2023-05-23 00:00:00+01:00,24.900000000000002,25.203798828125002,24.810000000000002,24.92,24.323459630341436,2601947.0,0.0,0.0,True 2023-05-24 00:00:00+01:00,24.7,24.71,24.51,24.64,24.050161703312476,3155906.0,0.0,0.0,True 2023-05-25 00:00:00+01:00,24.7,24.7,24.30739990234375,24.5,23.913512739797994,2803370.0,0.0,0.0,True 2023-05-26 00:00:00+01:00,24.45,24.93,24.45,24.87,24.274656255560686,4002777.0,0.0,0.0,True 2023-05-30 00:00:00+01:00,24.92,25.0,24.809580078125002,24.85,24.255136363263244,3444291.0,0.0,0.0,True 2023-05-31 00:00:00+01:00,24.79,25.490000000000002,24.79,25.1,24.4991508078089,8072130.0,0.0,0.0,True 2023-06-01 00:00:00+01:00,25.2,25.6,25.18,25.42,24.81149094879084,3937011.0,0.0,0.0,True 2023-06-02 00:00:00+01:00,25.59,25.7172998046875,25.29,25.66,25.045744232508728,3816874.0,0.0,0.0,True 2023-06-05 00:00:00+01:00,25.72,25.94,25.650000000000002,25.810000000000002,25.192154356850978,1791492.0,0.0,0.0,True 2023-06-06 00:00:00+01:00,25.88,25.990000000000002,25.740000000000002,25.740000000000002,25.123828660414688,3475475.0,0.0,0.0,True 2023-06-07 00:00:00+01:00,25.63,25.87,25.560000000000002,25.69,25.075027714992036,4271549.0,0.0,0.0,True 2023-06-08 00:00:00+01:00,25.64,25.77,25.4472998046875,25.55,24.938378751477554,2158254.0,0.0,0.0,True 2023-06-09 00:00:00+01:00,25.560000000000002,25.6,25.23,25.310000000000002,24.704123038401573,1844280.0,0.0,0.0,True 2023-06-12 00:00:00+01:00,25.5,25.69,25.5,25.6,24.987182126258304,1865791.0,0.0,0.0,True 2023-06-13 00:00:00+01:00,25.72,25.82,25.580000000000002,25.78,25.162873303725764,2567288.0,0.0,0.0,True 2023-06-14 00:00:00+01:00,25.72,25.85,25.68,25.8,25.18239319602321,2699824.0,0.0,0.0,True 2023-06-15 00:00:00+01:00,25.810000000000002,26.23,25.810000000000002,26.19,25.56305903344144,4074055.0,0.0,0.0,True 2023-06-16 00:00:00+01:00,26.310000000000002,26.59,26.29,26.46,25.826595799642632,10537436.0,0.0,0.0,True 2023-06-19 00:00:00+01:00,26.39,26.47,26.064150390625002,26.11,25.48497460553548,4707734.0,0.0,0.0,True 2023-06-20 00:00:00+01:00,26.12,26.38,26.1,26.14,25.51425565866069,2773304.0,0.0,0.0,True 2023-06-21 00:00:00+01:00,25.990000000000002,26.17,25.87,26.0,25.377604265788115,2509826.0,0.0,0.0,True 2023-06-22 00:00:00+01:00,25.76,25.97,25.64,25.97,25.3483232126629,3693142.0,0.0,0.0,True 2023-06-23 00:00:00+01:00,25.87,26.11,25.86577880859375,26.04,25.41664890909919,2351304.0,0.0,0.0,True 2023-06-26 00:00:00+01:00,26.1,26.12,25.68,25.89,25.270238784756938,2053147.0,0.0,0.0,True 2023-06-27 00:00:00+01:00,25.93,25.96,25.73,25.87,25.250718892459496,2733541.0,0.0,0.0,True 2023-06-28 00:00:00+01:00,25.95,26.2,25.89,26.1,25.475211015349615,3700483.0,0.0,0.0,True 2023-06-29 00:00:00+01:00,26.05,26.20362060546875,26.04,26.04,25.41664890909919,2206554.0,0.0,0.0,True 2023-06-30 00:00:00+01:00,26.09,26.32,26.01,26.21,25.582578925738883,3045151.0,0.0,0.0,True 2023-07-03 00:00:00+01:00,26.240000000000002,26.3,25.810000000000002,26.02,25.397129016801745,2777061.0,0.0,0.0,True 2023-07-04 00:00:00+01:00,25.96,26.080000000000002,25.89,25.91,25.289758677054383,2135506.0,0.0,0.0,True 2023-07-05 00:00:00+01:00,25.79,25.87,25.62,25.67,25.055505393336496,3782296.0,0.0,0.0,True 2023-07-06 00:00:00+01:00,25.66,25.66,25.25490966796875,25.37,24.76268757401009,2781455.0,0.0,0.0,True 2023-07-07 00:00:00+01:00,25.37,25.37,24.5343505859375,24.63,24.040400542484704,3032871.0,0.0,0.0,True 2023-07-10 00:00:00+01:00,24.53,24.85,24.5,24.740000000000002,24.147768452873976,1750495.0,0.0,0.0,True 2023-07-11 00:00:00+01:00,24.78,24.78,24.32,24.42,23.83542831189203,3376337.0,0.0,0.0,True 2023-07-12 00:00:00+01:00,24.48,24.91,24.400000000000002,24.85,24.255136363263244,2309904.0,0.0,0.0,True 2023-07-13 00:00:00+01:00,24.810000000000002,25.18,24.77,25.18,24.57723523571486,2590816.0,0.0,0.0,True 2023-07-14 00:00:00+01:00,25.23,25.5,25.12,25.43,24.82125210961861,5491042.0,0.0,0.0,True 2023-07-17 00:00:00+01:00,25.39,25.59,25.37,25.52,24.90909769835234,2847861.0,0.0,0.0,True 2023-07-18 00:00:00+01:00,25.51,25.66,25.4489990234375,25.5,24.88957294733871,2091269.0,0.0,0.0,True 2023-07-19 00:00:00+01:00,25.8,25.95,25.72,25.72,25.104308768117246,2987549.0,0.0,0.0,True 2023-07-20 00:00:00+01:00,25.69,25.88,25.57,25.79,25.172634464553536,3292675.0,0.0,0.0,True 2023-07-21 00:00:00+01:00,25.830000000000002,26.21,25.810000000000002,26.080000000000002,25.45569112305217,2272058.0,0.0,0.0,True 2023-07-24 00:00:00+01:00,25.96,26.1,25.72,25.82,25.201913088320648,3440681.0,0.0,0.0,True 2023-07-25 00:00:00+01:00,25.66,25.77,25.38,25.62,25.006702018555746,3541562.0,0.0,0.0,True 2023-07-26 00:00:00+01:00,25.6,25.63,25.21,25.42,24.81149094879084,3731664.0,0.0,0.0,True 2023-07-27 00:00:00+01:00,25.57,26.830000000000002,25.55,26.61,25.973003494626788,4457932.0,0.0,0.0,True 2023-07-28 00:00:00+01:00,26.580000000000002,26.62,26.29,26.330000000000002,25.699705567597825,6225028.0,0.0,0.0,True 2023-07-31 00:00:00+01:00,26.26,26.3102001953125,26.14,26.2,25.57282019426921,2658780.0,0.0,0.0,True 2023-08-01 00:00:00+01:00,26.09,26.150000000000002,25.76,26.03,25.40688774827142,2480051.0,0.0,0.0,True 2023-08-02 00:00:00+01:00,25.76,26.23,25.66,26.1,25.475211015349615,3234161.0,0.0,0.0,True 2023-08-03 00:00:00+01:00,25.740000000000002,25.93,25.45,25.71,25.25907102559187,6313947.0,0.17,0.0,True 2023-08-04 00:00:00+01:00,25.71,25.810000000000002,25.37,25.68,25.22959805317711,1514136.0,0.0,0.0,True 2023-08-07 00:00:00+01:00,25.69,25.76,25.44,25.72,25.26889534973012,1591253.0,0.0,0.0,True 2023-08-08 00:00:00+01:00,25.66,26.05,25.59919921875,25.810000000000002,25.357316696332486,2150620.0,0.0,0.0,True 2023-08-09 00:00:00+01:00,25.92,26.080000000000002,25.79697021484375,25.93,25.47521344470771,2836753.0,0.0,0.0,True 2023-08-10 00:00:00+01:00,26.03,26.28,25.98,26.27,25.80924775348258,1594803.0,0.0,0.0,True 2023-08-11 00:00:00+01:00,26.16,26.28,25.6777001953125,25.68,25.22959805317711,4654848.0,0.0,0.0,True 2023-08-14 00:00:00+01:00,25.75,25.86,25.51,25.86,25.406440746381847,1955130.0,0.0,0.0,True 2023-08-15 00:00:00+01:00,25.91,25.91,25.400000000000002,25.5,25.052752930614282,1986744.0,0.0,0.0,True 2023-08-16 00:00:00+01:00,25.48,25.55,24.93,25.150000000000002,24.708891868343063,3783035.0,0.0,0.0,True 2023-08-17 00:00:00+01:00,25.02,25.03,24.830000000000002,24.89,24.453452152674213,2414186.0,0.0,0.0,True 2023-08-18 00:00:00+01:00,24.740000000000002,24.91,24.62,24.810000000000002,24.374855130210097,3316879.0,0.0,0.0,True 2023-08-21 00:00:00+01:00,24.75,24.94990966796875,24.72,24.8,24.365030806071847,6610549.0,0.0,0.0,True 2023-08-22 00:00:00+01:00,24.98,25.0,24.66,24.73,24.296258107745984,2023199.0,0.0,0.0,True 2023-08-23 00:00:00+01:00,24.72,25.01,24.650000000000002,25.0,24.561524576911182,9764225.0,0.0,0.0,True 2023-08-24 00:00:00+01:00,25.23,25.35,25.1,25.16,24.718716192481317,1642577.0,0.0,0.0,True 2023-08-25 00:00:00+01:00,25.07,25.5,25.07,25.28,24.836612940856536,1911843.0,0.0,0.0,True 2023-08-29 00:00:00+01:00,25.42,25.61,25.39,25.560000000000002,25.11170130480189,7872012.0,0.0,0.0,True 2023-08-30 00:00:00+01:00,25.64,25.85,25.47,25.830000000000002,25.376965344608994,3542721.0,0.0,0.0,True 2023-08-31 00:00:00+01:00,25.79,25.93,25.75,25.78,25.32784372391773,7792367.0,0.0,0.0,True 2023-09-01 00:00:00+01:00,25.76,25.830000000000002,25.62986083984375,25.79,25.337668048055985,3472109.0,0.0,0.0,True 2023-09-04 00:00:00+01:00,25.91,26.044870605468752,25.79,25.84,25.386789668747245,4396333.0,0.0,0.0,True 2023-09-05 00:00:00+01:00,25.830000000000002,26.11,25.73,26.05,25.593107763724834,2819853.0,0.0,0.0,True 2023-09-06 00:00:00+01:00,25.85,26.48,25.778200683593752,26.37,25.907495853581295,2700430.0,0.0,0.0,True 2023-09-07 00:00:00+01:00,26.37,27.080000000000002,26.29,26.95,26.477321229748508,4339614.0,0.0,0.0,True 2023-09-08 00:00:00+01:00,27.02,27.25,26.92,27.22,26.742587698913706,5512979.0,0.0,0.0,True 2023-09-11 00:00:00+01:00,27.27,27.43,26.93,27.12,26.64433959881499,3053787.0,0.0,0.0,True 2023-09-12 00:00:00+01:00,27.26,27.400000000000002,27.11,27.18,26.7032879730026,3168949.0,0.0,0.0,True 2023-09-13 00:00:00+01:00,27.09,27.5,27.05,27.44,26.958727688671452,3542394.0,0.0,0.0,True 2023-09-14 00:00:00+01:00,27.54,27.86,27.45,27.77,27.282940102666164,4088942.0,0.0,0.0,True 2023-09-15 00:00:00+01:00,28.03,28.14,27.88,28.0,27.508906845920258,8553829.0,0.0,0.0,True 2023-09-18 00:00:00+01:00,27.97,28.055400390625,27.82,27.88,27.391010097545035,2878806.0,0.0,0.0,True 2023-09-19 00:00:00+01:00,27.900000000000002,27.94,27.67,27.82,27.33206415271552,5164585.0,0.0,0.0,True 2023-09-20 00:00:00+01:00,27.92,28.311140136718752,27.87,28.28,27.78399520986561,3562851.0,0.0,0.0,True 2023-09-21 00:00:00+01:00,28.09,28.330000000000002,27.900000000000002,27.900000000000002,27.410661175179637,5705458.0,0.0,0.0,True 2023-09-22 00:00:00+01:00,27.740000000000002,27.87,27.62,27.82,27.33206415271552,4328101.0,0.0,0.0,True 2023-09-25 00:00:00+01:00,27.8,27.86,27.51,27.73,27.243642806113154,2084043.0,0.0,0.0,True 2023-09-26 00:00:00+01:00,27.62,27.86,27.45,27.55,27.066800112908417,3260825.0,0.0,0.0,True 2023-09-27 00:00:00+01:00,27.7,27.75,27.35,27.41,26.929254716256693,3078567.0,0.0,0.0,True 2023-09-28 00:00:00+01:00,27.400000000000002,27.68,27.28,27.64,27.155221459510788,3188172.0,0.0,0.0,True 2023-09-29 00:00:00+01:00,27.76,28.03,27.69,27.75,27.26329145438966,4004747.0,0.0,0.0,True 2023-10-02 00:00:00+01:00,27.87,28.0,27.31800048828125,27.560000000000002,27.07662443704667,3131921.0,0.0,0.0,True 2023-10-03 00:00:00+01:00,27.59,27.78,27.5,27.6,27.11592173359968,3071591.0,0.0,0.0,True 2023-10-04 00:00:00+01:00,27.75,28.25,27.61,28.18,27.685749539124988,3896011.0,0.0,0.0,True 2023-10-05 00:00:00+01:00,28.310000000000002,28.7,28.23,28.52,28.019786277257953,5947415.0,0.0,0.0,True 2023-10-06 00:00:00+01:00,28.6,28.71,28.29,28.63,28.127856272136828,2774338.0,0.0,0.0,True 2023-10-09 00:00:00+01:00,28.55,28.76992919921875,28.43,28.580000000000002,28.078734651445565,4062276.0,0.0,0.0,True 2023-10-10 00:00:00+01:00,28.97,29.18412109375,28.91,29.05,28.540490032733906,3784541.0,0.0,0.0,True 2023-10-11 00:00:00+01:00,28.95,29.09,28.89,29.0,28.491368412042647,3238846.0,0.0,0.0,True 2023-10-12 00:00:00+01:00,29.150000000000002,29.29,28.87,29.22,28.70750840180039,2981265.0,0.0,0.0,True 2023-10-13 00:00:00+01:00,29.27,29.51,29.080000000000002,29.13,28.619087055198023,2933555.0,0.0,0.0,True 2023-10-16 00:00:00+01:00,29.35,29.36,28.89,28.93,28.422595713716785,4804794.0,0.0,0.0,True 2023-10-17 00:00:00+01:00,28.88,29.09,28.72,29.05,28.540490032733906,7532328.0,0.0,0.0,True 2023-10-18 00:00:00+01:00,29.060000000000002,29.150000000000002,28.88,28.88,28.373471663667424,2879363.0,0.0,0.0,True 2023-10-19 00:00:00+01:00,28.71,28.86,28.5,28.8,28.29487464120331,3769355.0,0.0,0.0,True 2023-10-20 00:00:00+01:00,28.580000000000002,28.75,28.26,28.32,27.823294935776715,4797980.0,0.0,0.0,True 2023-10-23 00:00:00+01:00,28.35,28.57,28.13,28.53,28.029610601396207,2821412.0,0.0,0.0,True 2023-10-24 00:00:00+01:00,28.45,28.574599609375,28.27751953125,28.29,27.793819534003863,3084840.0,0.0,0.0,True 2023-10-25 00:00:00+01:00,28.310000000000002,28.71,28.25,28.61,28.108207623860324,4715342.0,0.0,0.0,True 2023-10-26 00:00:00+01:00,28.52,28.84,28.09,28.46,27.960837903070345,3369383.0,0.0,0.0,True 2023-10-27 00:00:00+01:00,28.41,28.44,27.98,28.17,27.67592521498674,4014625.0,0.0,0.0,True 2023-10-30 00:00:00+00:00,28.42,28.59,28.2839599609375,28.560000000000002,28.059083573810966,5289753.0,0.0,0.0,True 2023-10-31 00:00:00+00:00,28.66,28.87,28.52,28.68,28.176980322186186,3951583.0,0.0,0.0,True 2023-11-01 00:00:00+00:00,28.740000000000002,28.91,28.32,28.62,28.118031947998574,3852241.0,0.0,0.0,True 2023-11-02 00:00:00+00:00,28.830000000000002,29.03,28.71,28.89,28.383295987805678,6494869.0,0.0,0.0,True 2023-11-03 00:00:00+00:00,28.900000000000002,28.990000000000002,28.04,28.35,27.85276790819147,2944081.0,0.0,0.0,True 2023-11-06 00:00:00+00:00,28.34,28.58639892578125,28.25,28.55,28.049259249672712,3621522.0,0.0,0.0,True 2023-11-07 00:00:00+00:00,28.6,29.03299072265625,28.51,28.93,28.422595713716785,3212595.0,0.0,0.0,True 2023-11-08 00:00:00+00:00,28.98,29.2,28.93,29.13,28.619087055198023,3558178.0,0.0,0.0,True 2023-11-09 00:00:00+00:00,29.05,29.63,29.05,29.560000000000002,29.041545139933355,3038249.0,0.0,0.0,True 2023-11-10 00:00:00+00:00,29.6,29.8,29.42,29.55,29.0317208157951,2794825.0,0.0,0.0,True 2023-11-13 00:00:00+00:00,29.61,29.79,29.400000000000002,29.59,29.071018112348114,4938927.0,0.0,0.0,True 2023-11-14 00:00:00+00:00,29.64,29.69,28.88,28.96,28.45206868613154,6543198.0,0.0,0.0,True 2023-11-15 00:00:00+00:00,29.05,29.39,28.990000000000002,29.240000000000002,28.727157050076897,2977754.0,0.0,0.0,True 2023-11-16 00:00:00+00:00,29.36,29.59,29.330000000000002,29.52,29.002247843380346,3881828.0,0.0,0.0,True 2023-11-17 00:00:00+00:00,29.59,29.87,29.5460205078125,29.84,29.316633503878712,5056040.0,0.0,0.0,True 2023-11-20 00:00:00+00:00,29.740000000000002,30.03,29.6,29.84,29.316633503878712,2959143.0,0.0,0.0,True 2023-11-21 00:00:00+00:00,29.810000000000002,30.12,29.71,30.060000000000002,29.53277592299455,2194061.0,0.0,0.0,True 2023-11-22 00:00:00+00:00,30.2,30.45,30.09,30.400000000000002,29.866812661127515,3864363.0,0.0,0.0,True 2023-11-23 00:00:00+00:00,30.39,30.61,30.34,30.6,30.063304002608756,1903519.0,0.0,0.0,True 2023-11-24 00:00:00+00:00,30.580000000000002,30.64,30.490000000000002,30.490000000000002,29.95523400772988,1895554.0,0.0,0.0,True 2023-11-27 00:00:00+00:00,30.55,30.810000000000002,30.28,30.72,30.181200750983976,2787371.0,0.0,0.0,True 2023-11-28 00:00:00+00:00,30.53,30.900000000000002,30.42,30.650000000000002,30.112428052658114,4267450.0,0.0,0.0,True 2023-11-29 00:00:00+00:00,30.61,30.75,30.39,30.46,29.925761035315126,2941101.0,0.0,0.0,True 2023-11-30 00:00:00+00:00,30.400000000000002,30.61,30.29,30.400000000000002,29.866812661127515,7669736.0,0.0,0.0,True 2023-12-01 00:00:00+00:00,30.560000000000002,30.73,30.47,30.48,29.94540968359163,2976695.0,0.0,0.0,True 2023-12-04 00:00:00+00:00,30.27,30.53,30.14,30.47,29.93558535945338,3363529.0,0.0,0.0,True 2023-12-05 00:00:00+00:00,30.51,30.8,30.47,30.72,30.181200750983976,2200689.0,0.0,0.0,True 2023-12-06 00:00:00+00:00,30.87,31.19,30.740000000000002,30.92,30.377692092465214,3578949.0,0.0,0.0,True 2023-12-07 00:00:00+00:00,30.92,31.07241943359375,30.810000000000002,30.900000000000002,30.35804344418871,2177324.0,0.0,0.0,True 2023-12-08 00:00:00+00:00,30.87,31.14,30.68,31.07,30.525061813255192,2314811.0,0.0,0.0,True 2023-12-11 00:00:00+00:00,31.11,31.24715087890625,30.990000000000002,31.17,30.623307483995813,2930722.0,0.0,0.0,True 2023-12-12 00:00:00+00:00,31.23,31.63,30.98,31.59,31.03594124459289,2265424.0,0.0,0.0,True 2023-12-13 00:00:00+00:00,31.77,32.05,31.64,31.69,31.134186915333512,3145905.0,0.0,0.0,True 2023-12-14 00:00:00+00:00,31.85,32.06,30.44,30.63,30.09277940438161,4875660.0,0.0,0.0,True 2023-12-15 00:00:00+00:00,30.580000000000002,30.69,30.04462890625,30.240000000000002,29.709618616199286,8815663.0,0.0,0.0,True 2023-12-18 00:00:00+00:00,30.25,30.7,30.150000000000002,30.6,30.063304002608756,4320658.0,0.0,0.0,True 2023-12-19 00:00:00+00:00,30.76,30.91,30.560000000000002,30.7,30.16155210270747,6593462.0,0.0,0.0,True 2023-12-20 00:00:00+00:00,30.810000000000002,30.96,30.68,30.86,30.318743718277606,3270755.0,0.0,0.0,True 2023-12-21 00:00:00+00:00,30.82,31.09,30.68,30.77,30.23032237167524,3972056.0,0.0,0.0,True 2023-12-22 00:00:00+00:00,30.8,31.01,30.67,30.75,30.210673723398735,1189874.0,0.0,0.0,True 2023-12-27 00:00:00+00:00,30.7,31.0,30.57,30.88,30.33839479591221,1881643.0,0.0,0.0,True 2023-12-28 00:00:00+00:00,30.970000000000002,31.09,30.92,30.93,30.387516416603468,1349756.0,0.0,0.0,True 2023-12-29 00:00:00+00:00,31.04,31.19,31.02,31.1,30.55453478566995,907810.0,0.0,0.0,True 2024-01-02 00:00:00+00:00,31.1,31.240000000000002,30.53722900390625,30.67,30.13207670093462,2040258.0,0.0,0.0,True 2024-01-03 00:00:00+00:00,30.68,30.75,30.45,30.62,30.082955080243355,2657433.0,0.0,0.0,True 2024-01-04 00:00:00+00:00,30.6,31.09,30.55,31.07,30.525061813255192,2667598.0,0.0,0.0,True 2024-01-05 00:00:00+00:00,30.87,31.03,30.8,31.0,30.45628911492933,2437337.0,0.0,0.0,True 2024-01-08 00:00:00+00:00,31.03,31.43,30.9943994140625,31.39,30.839449903111653,2578078.0,0.0,0.0,True 2024-01-09 00:00:00+00:00,31.43,31.54,30.900000000000002,31.16,30.61348315985756,3406002.0,0.0,0.0,True 2024-01-10 00:00:00+00:00,31.16,31.62,31.12,31.62,31.06541421700765,2216791.0,0.0,0.0,True 2024-01-11 00:00:00+00:00,31.85,32.2,31.6,31.6,31.045765568731145,4950846.0,0.0,0.0,True 2024-01-12 00:00:00+00:00,31.68,32.28,31.67,32.28,31.713839044997076,2256783.0,0.0,0.0,True 2024-01-15 00:00:00+00:00,32.15,32.4,31.91740966796875,32.02,31.458399329328223,1565483.0,0.0,0.0,True 2024-01-16 00:00:00+00:00,31.900000000000002,32.37,31.84,32.24,31.674541748444067,4063142.0,0.0,0.0,True 2024-01-17 00:00:00+00:00,32.04,32.230000000000004,31.96,32.21,31.645066346671214,3946826.0,0.0,0.0,True 2024-01-18 00:00:00+00:00,32.11,32.7,32.09,32.64,32.06752443140654,2991021.0,0.0,0.0,True 2024-01-19 00:00:00+00:00,32.84,33.04,32.75,32.8,32.22471847633477,4181821.0,0.0,0.0,True 2024-01-22 00:00:00+00:00,32.93,32.94,32.6,32.72,32.146121453870656,3912469.0,0.0,0.0,True 2024-01-23 00:00:00+00:00,32.74,32.7689501953125,32.29,32.42,31.851384441648804,1980309.0,0.0,0.0,True 2024-01-24 00:00:00+00:00,32.43,32.71,32.19,32.63,32.05770010726829,4740022.0,0.0,0.0,True 2024-01-25 00:00:00+00:00,32.62,32.72,32.503811035156254,32.57,31.99875173308068,2680597.0,0.0,0.0,True 2024-01-26 00:00:00+00:00,32.46,32.85278076171875,32.46,32.76,32.18542117978177,2620315.0,0.0,0.0,True 2024-01-29 00:00:00+00:00,32.8,32.99,32.58,32.660000000000004,32.087175509041145,3882983.0,0.0,0.0,True 2024-01-30 00:00:00+00:00,32.77,33.1025390625,32.64,32.86,32.28366685052239,2584991.0,0.0,0.0,True 2024-01-31 00:00:00+00:00,32.97,33.08,32.62,32.62,32.047875783130046,4336810.0,0.0,0.0,True 2024-02-01 00:00:00+00:00,32.88,32.97,32.64,32.89,32.31313982293714,4007711.0,0.0,0.0,True 2024-02-02 00:00:00+00:00,33.2,33.21,32.82,33.08,32.49980684028013,2693677.0,0.0,0.0,True 2024-02-05 00:00:00+00:00,32.96,33.19,32.92922119140625,33.01,32.43103657131236,2645819.0,0.0,0.0,True 2024-02-06 00:00:00+00:00,33.14,33.25,32.82,32.87,32.293491174660645,5898499.0,0.0,0.0,True 2024-02-07 00:00:00+00:00,32.92,32.99,32.64,32.69,32.116648481455904,5423250.0,0.0,0.0,True 2024-02-08 00:00:00+00:00,32.75,33.13,32.56,33.01,32.43103657131236,3315352.0,0.0,0.0,True 2024-02-09 00:00:00+00:00,33.05,33.52,33.05,33.5,32.91244060087721,6551297.0,0.0,0.0,True 2024-02-12 00:00:00+00:00,33.68,33.79,33.27,33.35,32.76507330944533,3201203.0,0.0,0.0,True 2024-02-13 00:00:00+00:00,33.35,33.4,32.45,32.65,32.0773487555448,5320468.0,0.0,0.0,True 2024-02-14 00:00:00+00:00,32.82,33.36,32.79,33.36,32.774897633583585,12988266.0,0.0,0.0,True 2024-02-15 00:00:00+00:00,34.01,34.300000000000004,32.730000000000004,33.14,32.55875521446774,4640137.0,0.0,0.0,True 2024-02-16 00:00:00+00:00,33.57,34.07,33.27,34.02,33.42332246157301,7313829.0,0.0,0.0,True 2024-02-19 00:00:00+00:00,33.85,34.21,33.6,34.12,33.521568132313625,3017430.0,0.0,0.0,True 2024-02-20 00:00:00+00:00,34.14,34.39,34.14,34.36,33.757356770347876,5947799.0,0.0,0.0,True 2024-02-21 00:00:00+00:00,34.58,34.64,34.11,34.34,33.73770812207137,4824780.0,0.0,0.0,True 2024-02-22 00:00:00+00:00,34.36,34.89,34.29,34.75,34.1405175585302,7237201.0,0.0,0.0,True 2024-02-23 00:00:00+00:00,34.9,35.1,34.74,35.0,34.3861329500608,4342346.0,0.0,0.0,True 2024-02-26 00:00:00+00:00,35.02,35.3181396484375,34.96,35.04,34.42543024661381,8012524.0,0.0,0.0,True 2024-02-27 00:00:00+00:00,35.02,35.06,34.37,34.54,33.93420189291071,4290750.0,0.0,0.0,True 2024-02-28 00:00:00+00:00,34.69,34.78,34.38862060546875,34.39,33.78683217212073,4603069.0,0.0,0.0,True 2024-02-29 00:00:00+00:00,34.47,34.730000000000004,34.33,34.61,34.00297216187847,6259435.0,0.0,0.0,True 2024-03-01 00:00:00+00:00,34.6,34.660000000000004,33.88,34.11,33.511743808175375,3919195.0,0.0,0.0,True 2024-03-04 00:00:00+00:00,34.17,34.17,33.95,34.1,33.501917054679026,3106351.0,0.0,0.0,True 2024-03-05 00:00:00+00:00,34.22,34.35,34.03428955078125,34.2,33.60016515477774,2880702.0,0.0,0.0,True 2024-03-06 00:00:00+00:00,34.4,34.43,33.8685400390625,34.14,33.54121678059013,4102587.0,0.0,0.0,True 2024-03-07 00:00:00+00:00,34.07,34.21,33.910000000000004,33.95,33.35454976324714,9385054.0,0.0,0.0,True 2024-03-08 00:00:00+00:00,33.980000000000004,34.14,33.87,34.05,33.45279543398777,4129973.0,0.0,0.0,True 2024-03-11 00:00:00+00:00,33.86,33.97,33.4481005859375,33.6,33.010688700975926,6777781.0,0.0,0.0,True 2024-03-12 00:00:00+00:00,33.84,34.1,33.58,34.1,33.501917054679026,4225873.0,0.0,0.0,True 2024-03-13 00:00:00+00:00,34.17,34.29,34.04548095703125,34.11,33.511743808175375,8807750.0,0.0,0.0,True 2024-03-14 00:00:00+00:00,34.19,34.230000000000004,33.69,33.910000000000004,33.315250037336035,2669853.0,0.0,0.0,True 2024-03-15 00:00:00+00:00,33.85,34.04,33.68,33.75,33.1580559924078,8090027.0,0.0,0.0,True 2024-03-18 00:00:00+00:00,33.82,33.97,33.69,33.89,33.295601389059534,3229001.0,0.0,0.0,True 2024-03-19 00:00:00+00:00,33.78,33.855009765625,33.599990234375,33.82,33.22682869073367,2791392.0,0.0,0.0,True 2024-03-20 00:00:00+00:00,33.97,34.230000000000004,33.79,33.79,33.19735571831892,3925599.0,0.0,0.0,True 2024-03-21 00:00:00+00:00,34.0,34.62,33.84,34.51,33.90472649113785,7468942.0,0.0,0.0,True 2024-03-22 00:00:00+00:00,34.58,34.75,34.37,34.58,33.973499189463716,4892082.0,0.0,0.0,True 2024-03-25 00:00:00+00:00,34.54,34.67990966796875,34.26,34.28,33.67876217724186,2977771.0,0.0,0.0,True 2024-03-26 00:00:00+00:00,34.230000000000004,34.354951171875,34.01,34.1,33.501917054679026,3429439.0,0.0,0.0,True 2024-03-27 00:00:00+00:00,34.300000000000004,34.43,34.19,34.27,33.66893542374551,3289756.0,0.0,0.0,True 2024-03-28 00:00:00+00:00,34.300000000000004,34.6,34.14,34.24,33.63946245133076,4554709.0,0.0,0.0,True 2024-04-02 00:00:00+01:00,34.06,34.39,33.49,33.56,32.971388975064826,3467361.0,0.0,0.0,True 2024-04-03 00:00:00+01:00,33.480000000000004,33.61,33.07,33.24,32.657000885208355,3665943.0,0.0,0.0,True 2024-04-04 00:00:00+01:00,33.2,33.26,32.9,33.13,32.548930890329494,4465657.0,0.0,0.0,True 2024-04-05 00:00:00+01:00,32.76,33.2,32.67,33.18,32.598054940378844,4022374.0,0.0,0.0,True 2024-04-08 00:00:00+01:00,33.08,33.2,32.86,32.99,32.41138549367776,3720029.0,0.0,0.0,True 2024-04-09 00:00:00+01:00,32.980000000000004,33.2154296875,32.87,33.2,32.61770358865535,3978668.0,0.0,0.0,True 2024-04-10 00:00:00+01:00,33.35,33.37,32.730000000000004,33.09,32.50963359377648,3249722.0,0.0,0.0,True 2024-04-11 00:00:00+01:00,32.980000000000004,33.19,32.87,33.19,32.6078792645171,4740249.0,0.0,0.0,True 2024-04-12 00:00:00+01:00,33.44,33.57,33.31,33.39,32.80437060599834,3622851.0,0.0,0.0,True 2024-04-15 00:00:00+01:00,33.47,33.77,33.29248046875,33.54,32.95174032678832,2450393.0,0.0,0.0,True 2024-04-16 00:00:00+01:00,33.15,33.29,32.88,33.05,32.47033386786538,2634806.0,0.0,0.0,True 2024-04-17 00:00:00+01:00,32.97,33.51,32.923349609375,33.05,32.47033386786538,2832007.0,0.0,0.0,True 2024-04-18 00:00:00+01:00,33.32,33.38,33.08,33.29,32.70612493525772,6021283.0,0.0,0.0,True 2024-04-19 00:00:00+01:00,33.07,33.2,32.85,33.02,32.44086089545062,3553174.0,0.0,0.0,True 2024-04-22 00:00:00+01:00,33.31,33.64,33.31,33.480000000000004,32.8927919526007,3314577.0,0.0,0.0,True 2024-04-23 00:00:00+01:00,33.6,33.88,33.52,33.64,33.049985997528935,6096606.0,0.0,0.0,True 2024-04-24 00:00:00+01:00,33.69,33.7597998046875,33.05,33.05,32.47033386786538,8232217.0,0.0,0.0,True 2024-04-25 00:00:00+01:00,32.8,33.01,32.18,32.81,32.23454280047302,8117904.0,0.0,0.0,True 2024-04-26 00:00:00+01:00,33.03,33.31,32.90948974609375,33.29,32.70612493525772,2370724.0,0.0,0.0,True 2024-04-29 00:00:00+01:00,33.230000000000004,33.35,32.85,32.93,32.35243954884825,2230147.0,0.0,0.0,True 2024-04-30 00:00:00+01:00,32.89,33.33,32.82,33.03,32.45068521958887,2984761.0,0.0,0.0,True 2024-05-01 00:00:00+01:00,32.92,33.03,32.806599121093754,33.0,32.42121224717411,2361963.0,0.0,0.0,True 2024-05-02 00:00:00+01:00,32.59,32.59,32.59,32.84,32.67793709327549,5126169.0,0.418,0.0,True 2024-05-03 00:00:00+01:00,32.89,33.64,32.89,33.58,33.4142852494577,3143641.0,0.0,0.0,True 2024-05-07 00:00:00+01:00,33.87,34.22,33.86,34.11,33.94166973969631,6889448.0,0.0,0.0,True 2024-05-08 00:00:00+01:00,34.22,34.550000000000004,34.160000000000004,34.33,34.16058405639913,2834270.0,0.0,0.0,True 2024-05-09 00:00:00+01:00,34.26,34.64,34.08,34.51,34.33969577006507,2230157.0,0.0,0.0,True 2024-05-10 00:00:00+01:00,34.53,34.730000000000004,34.46,34.59,34.41930097613883,5984048.0,0.0,0.0,True 2024-05-13 00:00:00+01:00,34.62,34.74,34.04,34.11,33.94166973969631,1814752.0,0.0,0.0,True 2024-05-14 00:00:00+01:00,34.160000000000004,34.51,34.15,34.44,34.27004121475054,2475775.0,0.0,0.0,True 2024-05-15 00:00:00+01:00,34.64,34.87,34.38,34.62,34.44915292841648,2331296.0,0.0,0.0,True 2024-05-16 00:00:00+01:00,34.61,34.72,34.29,34.550000000000004,34.37949837310195,3075739.0,0.0,0.0,True 2024-05-17 00:00:00+01:00,34.49,34.800000000000004,34.35,34.58,34.409350325379606,3928851.0,0.0,0.0,True 2024-05-20 00:00:00+01:00,34.53,34.69,34.480000000000004,34.660000000000004,34.488955531453364,2236730.0,0.0,0.0,True 2024-05-21 00:00:00+01:00,34.53,34.75,34.49,34.65,34.47900488069414,3278213.0,0.0,0.0,True 2024-05-22 00:00:00+01:00,34.52,34.82323974609375,34.300000000000004,34.82,34.648165943600866,5874563.0,0.0,0.0,True 2024-05-23 00:00:00+01:00,34.89,35.13,34.76,34.9,34.727771149674616,4226494.0,0.0,0.0,True 2024-05-24 00:00:00+01:00,34.67,35.26,34.47,35.2,35.026290672451196,2282891.0,0.0,0.0,True 2024-05-28 00:00:00+01:00,35.1,35.42,34.2589697265625,34.26,34.090929501084595,3596021.0,0.0,0.0,True 2024-05-29 00:00:00+01:00,34.05,34.31,34.03,34.15,33.981472342733184,2225915.0,0.0,0.0,True 2024-05-30 00:00:00+01:00,34.12,34.300000000000004,34.00488037109375,34.01,33.84216323210412,3889309.0,0.0,0.0,True 2024-05-31 00:00:00+01:00,34.09,34.36,34.008349609375,34.160000000000004,33.99142299349241,5500366.0,0.0,0.0,True 2024-06-03 00:00:00+01:00,34.58,34.75,34.15,34.22,34.05112689804772,5024001.0,0.0,0.0,True 2024-06-04 00:00:00+01:00,34.26,34.93,34.22,34.87,34.697919197396956,3321626.0,0.0,0.0,True 2024-06-05 00:00:00+01:00,35.06,35.21,34.76,35.21,35.03624132321041,3306784.0,0.0,0.0,True 2024-06-06 00:00:00+01:00,35.36,35.67,35.35,35.4,35.225303687635574,1969723.0,0.0,0.0,True 2024-06-07 00:00:00+01:00,35.54,35.62,35.17,35.31,35.1357478308026,1634216.0,0.0,0.0,True 2024-06-10 00:00:00+01:00,35.1,35.300000000000004,34.93,35.03,34.857129609544465,2749842.0,0.0,0.0,True 2024-06-11 00:00:00+01:00,35.19,35.34,34.81,34.910000000000004,34.73772180043384,3029317.0,0.0,0.0,True 2024-06-12 00:00:00+01:00,35.13,35.730000000000004,34.7,35.72,35.543724511930584,2757351.0,0.0,0.0,True 2024-06-13 00:00:00+01:00,35.82,36.156708984375,35.67,35.76,35.58352711496746,2686896.0,0.0,0.0,True 2024-06-14 00:00:00+01:00,35.75,35.800000000000004,35.43,35.58,35.40441540130151,2455864.0,0.0,0.0,True 2024-06-17 00:00:00+01:00,35.84,35.93,35.5822900390625,35.68,35.50392190889371,2411144.0,0.0,0.0,True 2024-06-18 00:00:00+01:00,35.78,36.06,35.69,35.910000000000004,35.73278687635575,2619688.0,0.0,0.0,True 2024-06-19 00:00:00+01:00,35.85,35.89,35.61,35.87,35.69298427331887,2245587.0,0.0,0.0,True 2024-06-20 00:00:00+01:00,35.87,36.22,35.75,36.08,35.90194793926247,4440815.0,0.0,0.0,True 2024-06-21 00:00:00+01:00,36.03,36.17,35.74,36.0,35.82234273318872,8855844.0,0.0,0.0,True 2024-06-24 00:00:00+01:00,36.01,36.35,35.86,36.12,35.941750542299346,5026520.0,0.0,0.0,True 2024-06-25 00:00:00+01:00,35.97,36.34,35.77,36.15,35.971602494577006,4770481.0,0.0,0.0,True 2024-06-26 00:00:00+01:00,36.34,36.46287109375,35.93,36.04,35.862145336225595,2470461.0,0.0,0.0,True 2024-06-27 00:00:00+01:00,36.1,36.58282958984375,36.086640625,36.54,36.359677874186545,2571616.0,0.0,0.0,True 2024-06-28 00:00:00+01:00,36.64,36.75,36.34,36.39,36.210418112798266,4370401.0,0.0,0.0,True 2024-07-01 00:00:00+01:00,36.49,36.57,35.67,35.77,35.59347776572668,2421009.0,0.0,0.0,True 2024-07-02 00:00:00+01:00,35.62,35.99,35.51,35.75,35.573576464208244,2286546.0,0.0,0.0,True 2024-07-03 00:00:00+01:00,35.88,35.88,35.59,35.7,35.52382321041215,4026067.0,0.0,0.0,True 2024-07-04 00:00:00+01:00,35.93,36.020581054687504,35.71,35.83,35.653181670281995,1854391.0,0.0,0.0,True 2024-07-05 00:00:00+01:00,36.050000000000004,36.17,35.765029296875,35.85,35.67308297180043,2064471.0,0.0,0.0,True 2024-07-08 00:00:00+01:00,35.86,36.11,35.61,35.93,35.752688177874184,1819421.0,0.0,0.0,True 2024-07-09 00:00:00+01:00,35.93,36.31,35.88,35.95,35.77258947939263,4052077.0,0.0,0.0,True 2024-07-10 00:00:00+01:00,36.1,36.18,35.93,35.95,35.77258947939263,4738972.0,0.0,0.0,True 2024-07-11 00:00:00+01:00,35.980000000000004,36.050000000000004,35.43,35.43,35.255155639913234,2779741.0,0.0,0.0,True 2024-07-12 00:00:00+01:00,35.57,35.84,35.46,35.76,35.58352711496746,1868553.0,0.0,0.0,True 2024-07-15 00:00:00+01:00,35.7,36.06137939453125,35.4,35.4,35.225303687635574,1808767.0,0.0,0.0,True 2024-07-16 00:00:00+01:00,35.21,35.59,35.11,35.480000000000004,35.30490889370933,3651271.0,0.0,0.0,True 2024-07-17 00:00:00+01:00,35.37,35.46,34.92,34.92,34.74767245119306,2906790.0,0.0,0.0,True 2024-07-18 00:00:00+01:00,34.96,35.21,34.64751953125,34.730000000000004,34.5586100867679,2096886.0,0.0,0.0,True 2024-07-19 00:00:00+01:00,34.64,35.13,34.56,34.7,34.52875813449024,2398857.0,0.0,0.0,True 2024-07-22 00:00:00+01:00,34.88,35.230000000000004,34.800000000000004,35.12,34.94668546637744,4820937.0,0.0,0.0,True 2024-07-23 00:00:00+01:00,35.11,35.14,34.83,35.12,34.94668546637744,4457574.0,0.0,0.0,True 2024-07-24 00:00:00+01:00,34.87,34.95,34.7,34.82,34.648165943600866,2505707.0,0.0,0.0,True 2024-07-25 00:00:00+01:00,34.96,36.04,34.480000000000004,35.83,35.653181670281995,6628257.0,0.0,0.0,True 2024-07-26 00:00:00+01:00,35.72,36.22,35.65,36.08,35.90194793926247,2272199.0,0.0,0.0,True 2024-07-29 00:00:00+01:00,36.160000000000004,36.660000000000004,36.160000000000004,36.61,36.42933242950108,4914445.0,0.0,0.0,True 2024-07-30 00:00:00+01:00,36.54,36.93,36.35,36.88,36.698,3299608.0,0.0,0.0,True 2024-07-31 00:00:00+01:00,,,,,,,0.0,0.0,True 2024-08-01 00:00:00+01:00,36.57,36.57,35.82,35.9,35.9,3147454.0,0.182,0.0,False 2024-08-02 00:00:00+01:00,35.68,35.77,35.35,35.67,35.67,5130103.0,0.0,0.0,False 2024-08-05 00:00:00+01:00,35.17,35.37,34.24,34.67,34.67,6321474.0,0.0,0.0,False 2024-08-06 00:00:00+01:00,34.7,34.78,34.160000000000004,34.5,34.5,8406175.0,0.0,0.0,False 2024-08-07 00:00:00+01:00,34.72,35.18,34.480000000000004,35.12,35.12,3311753.0,0.0,0.0,False 2024-08-08 00:00:00+01:00,34.9,35.01,34.585,34.97,34.97,2504464.0,0.0,0.0,False 2024-08-09 00:00:00+01:00,34.88,35.26,34.88,35.11,35.11,3641714.0,0.0,0.0,False 2024-08-12 00:00:00+01:00,35.37,35.45,35.09,35.31,35.31,5011138.0,0.0,0.0,False 2024-08-13 00:00:00+01:00,35.410000000000004,35.53,34.97,35.29,35.29,1558128.0,0.0,0.0,False 2024-08-14 00:00:00+01:00,35.43,35.56,35.22,35.5,35.5,1821877.0,0.0,0.0,False 2024-08-15 00:00:00+01:00,35.69,35.74,35.44,35.550000000000004,35.550000000000004,3317356.0,0.0,0.0,False 2024-08-16 00:00:00+01:00,35.550000000000004,35.58,35.19,35.32,35.32,2633500.0,0.0,0.0,False 2024-08-19 00:00:00+01:00,35.19,35.5,35.03,35.4,35.4,1265449.0,0.0,0.0,False 2024-08-20 00:00:00+01:00,35.43,35.54,35.18,35.24,35.24,1410307.0,0.0,0.0,False 2024-08-21 00:00:00+01:00,35.29,35.51,35.230000000000004,35.35,35.35,3419810.0,0.0,0.0,False 2024-08-22 00:00:00+01:00,35.39,35.47197998046875,35.15,35.19,35.19,901758.0,0.0,0.0,False ================================================ FILE: tests/data/REL-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,23.95,24.0,23.64,23.7,22.42572265625,2971892.0,0.0,0.0 2022-01-05 00:00:00+00:00,23.54,23.740000000000002,23.45,23.490000000000002,22.2270166015625,2674766.0,0.0,0.0 2022-01-06 00:00:00+00:00,22.900000000000002,23.04,22.19251953125,22.37,21.16723388671875,3730867.0,0.0,0.0 2022-01-07 00:00:00+00:00,22.25,22.3439501953125,22.06,22.330000000000002,21.12938232421875,4087889.0,0.0,0.0 2022-01-10 00:00:00+00:00,22.28,22.28,21.68,21.88,20.7035791015625,3483021.0,0.0,0.0 2022-01-11 00:00:00+00:00,22.0,22.12,21.89,22.080000000000002,20.8928271484375,3641329.0,0.0,0.0 2022-01-12 00:00:00+00:00,22.240000000000002,22.27,22.0,22.13,20.94013916015625,4826684.0,0.0,0.0 2022-01-13 00:00:00+00:00,21.98,22.04,21.72544921875,21.86,20.68465576171875,2668776.0,0.0,0.0 2022-01-14 00:00:00+00:00,21.86,22.27,21.84,21.96,20.779279785156252,2756253.0,0.0,0.0 2022-01-17 00:00:00+00:00,22.0,22.53,21.95,22.490000000000002,21.28078125,2873168.0,0.0,0.0 2022-01-18 00:00:00+00:00,22.43,22.44,22.23,22.37,21.16723388671875,4322556.0,0.0,0.0 2022-01-19 00:00:00+00:00,22.14,22.63,22.09,22.6,21.38486572265625,3849610.0,0.0,0.0 2022-01-20 00:00:00+00:00,22.68,22.94,22.36,22.82,21.593037109375,3666920.0,0.0,0.0 2022-01-21 00:00:00+00:00,22.59,22.96,22.55,22.64,21.42271728515625,4441559.0,0.0,0.0 2022-01-24 00:00:00+00:00,22.42,22.75,22.27,22.28,21.0820703125,7292967.0,0.0,0.0 2022-01-25 00:00:00+00:00,22.43,22.47,22.076269531250002,22.18,20.98744873046875,3348878.0,0.0,0.0 2022-01-26 00:00:00+00:00,22.28,22.5,22.19,22.34,21.13884765625,2788644.0,0.0,0.0 2022-01-27 00:00:00+00:00,22.05,22.580000000000002,21.98,22.55,21.33755615234375,4226053.0,0.0,0.0 2022-01-28 00:00:00+00:00,22.240000000000002,22.41,22.14,22.330000000000002,21.12938232421875,7740196.0,0.0,0.0 2022-01-31 00:00:00+00:00,22.53,22.72,22.35,22.7,21.4794921875,2688909.0,0.0,0.0 2022-02-01 00:00:00+00:00,22.87,22.97,22.63,22.75,21.52679931640625,3612637.0,0.0,0.0 2022-02-02 00:00:00+00:00,22.990000000000002,23.2,22.87,23.080000000000002,21.839060058593752,3318883.0,0.0,0.0 2022-02-03 00:00:00+00:00,23.09,23.16,22.64,22.67,21.45110107421875,4196646.0,0.0,0.0 2022-02-04 00:00:00+00:00,22.77,22.86,22.5839990234375,22.66,21.441640625,3702213.0,0.0,0.0 2022-02-07 00:00:00+00:00,22.650000000000002,23.06,22.63,22.84,21.611962890625,3916142.0,0.0,0.0 2022-02-08 00:00:00+00:00,22.79,22.900000000000002,22.46464111328125,22.67,21.45110107421875,6921505.0,0.0,0.0 2022-02-09 00:00:00+00:00,22.8,23.21,22.6639990234375,23.11,21.86744384765625,2417575.0,0.0,0.0 2022-02-10 00:00:00+00:00,22.64,23.01,21.71,22.67,21.45110107421875,7132937.0,0.0,0.0 2022-02-11 00:00:00+00:00,22.36,22.82,22.36,22.73,21.50787841796875,4080391.0,0.0,0.0 2022-02-14 00:00:00+00:00,22.57,22.69,22.11,22.39,21.1861572265625,4407553.0,0.0,0.0 2022-02-15 00:00:00+00:00,22.45,22.85,22.43,22.75,21.52679931640625,5634629.0,0.0,0.0 2022-02-16 00:00:00+00:00,22.7,22.82,22.5,22.61,21.394331054687502,3854988.0,0.0,0.0 2022-02-17 00:00:00+00:00,22.52,22.71,22.330000000000002,22.41,21.2050830078125,3444541.0,0.0,0.0 2022-02-18 00:00:00+00:00,22.44,22.53,22.330000000000002,22.330000000000002,21.12938232421875,6612768.0,0.0,0.0 2022-02-21 00:00:00+00:00,22.63,22.650000000000002,22.05,22.14,20.949599609375,2782147.0,0.0,0.0 2022-02-22 00:00:00+00:00,21.89,22.45,21.84,22.39,21.1861572265625,3425931.0,0.0,0.0 2022-02-23 00:00:00+00:00,22.43,22.63,22.31,22.45,21.2429345703125,3553305.0,0.0,0.0 2022-02-24 00:00:00+00:00,22.1,22.46794921875,21.93,22.04,20.85497802734375,4965393.0,0.0,0.0 2022-02-25 00:00:00+00:00,22.14,22.68,21.89,22.63,21.41325439453125,5235067.0,0.0,0.0 2022-02-28 00:00:00+00:00,22.44,22.900000000000002,22.17,22.81,21.5835791015625,4636737.0,0.0,0.0 2022-03-01 00:00:00+00:00,22.79,23.05,22.63,22.900000000000002,21.668737792968752,4735535.0,0.0,0.0 2022-03-02 00:00:00+00:00,22.87,23.490000000000002,22.87,23.28,22.0283056640625,5247409.0,0.0,0.0 2022-03-03 00:00:00+00:00,23.150000000000002,23.41,23.05,23.21,21.9620703125,4296156.0,0.0,0.0 2022-03-04 00:00:00+00:00,22.97,23.1,22.45,22.59,21.375402832031252,5490936.0,0.0,0.0 2022-03-07 00:00:00+00:00,22.03,22.32,21.68,22.13,20.94013916015625,5601362.0,0.0,0.0 2022-03-08 00:00:00+00:00,21.94,22.02,20.71,20.71,19.59648681640625,9894319.0,0.0,0.0 2022-03-09 00:00:00+00:00,20.98,21.47,20.94,21.46,20.306162109375002,5066206.0,0.0,0.0 2022-03-10 00:00:00+00:00,21.39,21.67,20.9572802734375,21.080000000000002,19.946593017578124,4865789.0,0.0,0.0 2022-03-11 00:00:00+00:00,21.16,21.47,20.56,21.12,19.98444091796875,4607224.0,0.0,0.0 2022-03-14 00:00:00+00:00,21.14,21.38,20.89,21.330000000000002,20.183150634765624,4215161.0,0.0,0.0 2022-03-15 00:00:00+00:00,21.330000000000002,21.92,21.26,21.89,20.71303955078125,6434050.0,0.0,0.0 2022-03-16 00:00:00+00:00,21.96,22.56,21.92,22.36,21.15777099609375,4062150.0,0.0,0.0 2022-03-17 00:00:00+00:00,22.25,22.94,22.25,22.91,21.67820068359375,2764544.0,0.0,0.0 2022-03-18 00:00:00+00:00,22.8,23.080000000000002,22.6424609375,23.080000000000002,21.839060058593752,5114657.0,0.0,0.0 2022-03-21 00:00:00+00:00,23.02,23.21,22.95,23.1,21.8579833984375,3601237.0,0.0,0.0 2022-03-22 00:00:00+00:00,23.07,23.26595947265625,22.94,23.240000000000002,21.99045654296875,3429720.0,0.0,0.0 2022-03-23 00:00:00+00:00,23.27,23.46,23.12,23.17,21.92421875,3595905.0,0.0,0.0 2022-03-24 00:00:00+00:00,23.1,23.36,23.1,23.2,21.952607421875,2498268.0,0.0,0.0 2022-03-25 00:00:00+00:00,23.17,23.43330078125,23.05,23.05,21.81067138671875,3620802.0,0.0,0.0 2022-03-28 00:00:00+01:00,23.18,23.56,23.080000000000002,23.44,22.17969970703125,3239877.0,0.0,0.0 2022-03-29 00:00:00+01:00,23.6,24.27,23.55,23.84,22.55819580078125,5056763.0,0.0,0.0 2022-03-30 00:00:00+01:00,23.86,23.86,23.42,23.75,22.473037109375,4593796.0,0.0,0.0 2022-03-31 00:00:00+01:00,23.92,24.13,23.76,23.830000000000002,22.5487353515625,3614408.0,0.0,0.0 2022-04-01 00:00:00+01:00,23.84,23.88,23.56,23.650000000000002,22.37841064453125,1905632.0,0.0,0.0 2022-04-04 00:00:00+01:00,23.76,24.19,23.69,24.080000000000002,22.78529296875,2824939.0,0.0,0.0 2022-04-05 00:00:00+01:00,24.09,24.45,24.05,24.45,23.13539794921875,4198500.0,0.0,0.0 2022-04-06 00:00:00+01:00,24.32,24.650000000000002,24.26,24.47,23.15432373046875,5873652.0,0.0,0.0 2022-04-07 00:00:00+01:00,24.490000000000002,24.650000000000002,24.39595947265625,24.490000000000002,23.1732470703125,3545130.0,0.0,0.0 2022-04-08 00:00:00+01:00,24.64,24.740000000000002,24.16,24.44,23.1259375,2745419.0,0.0,0.0 2022-04-11 00:00:00+01:00,24.36,24.55,24.27,24.34,23.0313134765625,3871460.0,0.0,0.0 2022-04-12 00:00:00+01:00,24.23,24.25,23.89,24.07,22.775830078125,5059130.0,0.0,0.0 2022-04-13 00:00:00+01:00,23.96,24.2,23.95,24.19,22.88937744140625,2330498.0,0.0,0.0 2022-04-14 00:00:00+01:00,24.07,24.43,24.01580078125,24.39,23.07862548828125,3337716.0,0.0,0.0 2022-04-19 00:00:00+01:00,24.34,24.41,23.891000976562502,23.990000000000002,22.70012939453125,5618782.0,0.0,0.0 2022-04-20 00:00:00+01:00,24.07,24.125,23.81,24.05,22.756904296875,4672885.0,0.0,0.0 2022-04-21 00:00:00+01:00,24.22,24.42469970703125,23.76,23.990000000000002,22.70012939453125,7642393.0,0.0,0.0 2022-04-22 00:00:00+01:00,23.73,24.18,23.62,23.95,22.6622802734375,4236830.0,0.0,0.0 2022-04-25 00:00:00+01:00,23.64,24.19,23.53,24.05,22.756904296875,10461262.0,0.0,0.0 2022-04-26 00:00:00+01:00,24.23,24.4843994140625,24.03,24.060000000000002,22.76636962890625,3472398.0,0.0,0.0 2022-04-27 00:00:00+01:00,23.92,24.27,23.73,24.150000000000002,22.85153076171875,3575645.0,0.0,0.0 2022-04-28 00:00:00+01:00,24.02,24.25,23.79,24.25,23.288488769531252,3078984.0,35.5,0.0 2022-04-29 00:00:00+01:00,24.07,24.247500000000002,23.79,23.93,22.981176757812502,7529580.0,0.0,0.0 2022-05-03 00:00:00+01:00,23.67,23.88,23.36,23.51,22.577829589843752,9076960.0,0.0,0.0 2022-05-04 00:00:00+01:00,23.47,23.73,23.46,23.47,22.5394140625,3989524.0,0.0,0.0 2022-05-05 00:00:00+01:00,23.740000000000002,24.14,23.61,23.75,22.80831298828125,6776546.0,0.0,0.0 2022-05-06 00:00:00+01:00,23.71,23.830000000000002,23.01,23.07,22.1552783203125,9589683.0,0.0,0.0 2022-05-09 00:00:00+01:00,23.240000000000002,23.4426904296875,22.68,22.990000000000002,22.07844970703125,4947511.0,0.0,0.0 2022-05-10 00:00:00+01:00,23.05,23.29,22.92,23.0,22.088049316406252,3136430.0,0.0,0.0 2022-05-11 00:00:00+01:00,23.14,23.16,22.72,22.990000000000002,22.07844970703125,3825904.0,0.0,0.0 2022-05-12 00:00:00+01:00,22.69,22.73,22.26,22.51,21.61748046875,3980814.0,0.0,0.0 2022-05-13 00:00:00+01:00,22.57,23.04,22.41,22.93,22.0208251953125,7712096.0,0.0,0.0 2022-05-16 00:00:00+01:00,22.86,23.28,22.7,23.080000000000002,22.16488037109375,4205914.0,0.0,0.0 2022-05-17 00:00:00+01:00,23.06,23.1,22.85654052734375,23.0,22.088049316406252,4676282.0,0.0,0.0 2022-05-18 00:00:00+01:00,22.98,23.16,22.76,22.900000000000002,21.992014160156252,7178282.0,0.0,0.0 2022-05-19 00:00:00+01:00,22.72,22.76,22.06,22.400000000000002,21.5118408203125,7195171.0,0.0,0.0 2022-05-20 00:00:00+01:00,22.51,22.94,22.5,22.650000000000002,21.751928710937502,9409437.0,0.0,0.0 2022-05-23 00:00:00+01:00,22.82,23.09,22.78,23.01,22.0976513671875,7799244.0,0.0,0.0 2022-05-24 00:00:00+01:00,22.92,23.39,22.88,23.12,22.20329345703125,8031394.0,0.0,0.0 2022-05-25 00:00:00+01:00,23.1,23.21,22.79,22.79,21.88637939453125,4186059.0,0.0,0.0 2022-05-26 00:00:00+01:00,22.88,22.96,22.580000000000002,22.69,21.790341796875,2837918.0,0.0,0.0 2022-05-27 00:00:00+01:00,22.79,23.03,22.56,22.830000000000002,21.9247900390625,3421047.0,0.0,0.0 2022-05-30 00:00:00+01:00,22.95,23.03,22.86,22.91,22.00161865234375,2809848.0,0.0,0.0 2022-05-31 00:00:00+01:00,22.88,22.94,22.650000000000002,22.76,21.85756591796875,9320599.0,0.0,0.0 2022-06-01 00:00:00+01:00,22.72,22.76,22.06,22.07,21.194921875000002,4192825.0,0.0,0.0 2022-06-06 00:00:00+01:00,22.22,22.650000000000002,22.21,22.43,21.54065185546875,5231515.0,0.0,0.0 2022-06-07 00:00:00+01:00,22.36,22.45,22.16,22.23,21.348581542968752,4101206.0,0.0,0.0 2022-06-08 00:00:00+01:00,22.330000000000002,22.330000000000002,21.990000000000002,22.11,21.23333984375,9504510.0,0.0,0.0 2022-06-09 00:00:00+01:00,22.03,22.09,21.76,21.81,20.945234375000002,5664983.0,0.0,0.0 2022-06-10 00:00:00+01:00,21.72,21.78,21.37,21.580000000000002,20.72435302734375,4959684.0,0.0,0.0 2022-06-13 00:00:00+01:00,21.41,21.64,21.32,21.44,20.58990478515625,5871687.0,0.0,0.0 2022-06-14 00:00:00+01:00,21.55,21.650000000000002,20.75,20.81,19.984884033203127,7082698.0,0.0,0.0 2022-06-15 00:00:00+01:00,20.93,21.240000000000002,20.830000000000002,21.16,20.321004638671877,6566780.0,0.0,0.0 2022-06-16 00:00:00+01:00,20.97,21.09,20.64,20.82,19.994486083984377,5649284.0,0.0,0.0 2022-06-17 00:00:00+01:00,20.86,21.17,20.740000000000002,20.87,20.0425048828125,10139184.0,0.0,0.0 2022-06-20 00:00:00+01:00,20.990000000000002,21.150000000000002,20.86,20.91,20.08092041015625,4666158.0,0.0,0.0 2022-06-21 00:00:00+01:00,20.92,21.27,20.89,21.02,20.186558837890626,3290101.0,0.0,0.0 2022-06-22 00:00:00+01:00,20.85,21.27,20.76,21.25,20.40743896484375,5633806.0,0.0,0.0 2022-06-23 00:00:00+01:00,21.16,21.46,21.11,21.240000000000002,20.39783203125,7212273.0,0.0,0.0 2022-06-24 00:00:00+01:00,21.29,22.080000000000002,21.240000000000002,22.05,21.17572021484375,7060485.0,0.0,0.0 2022-06-27 00:00:00+01:00,22.080000000000002,22.43,22.03,22.35,21.46382080078125,6822746.0,0.0,0.0 2022-06-28 00:00:00+01:00,22.36,22.44297119140625,22.14,22.14,21.26215087890625,6199052.0,0.0,0.0 2022-06-29 00:00:00+01:00,21.990000000000002,22.400000000000002,21.89,22.36,21.473427734375,3347306.0,0.0,0.0 2022-06-30 00:00:00+01:00,21.990000000000002,22.26,21.84,22.26,21.3773876953125,4268366.0,0.0,0.0 2022-07-01 00:00:00+01:00,21.94,22.38,21.93,22.1,21.2237353515625,4234937.0,0.0,0.0 2022-07-04 00:00:00+01:00,22.14,22.41,22.1,22.36,21.473427734375,2574060.0,0.0,0.0 2022-07-05 00:00:00+01:00,22.240000000000002,22.3,21.64,21.89,21.02206298828125,8161440.0,0.0,0.0 2022-07-06 00:00:00+01:00,22.18,22.81,21.866708984375002,22.67,21.77113525390625,5991865.0,0.0,0.0 2022-07-07 00:00:00+01:00,22.75,22.86,22.5,22.5,21.6078759765625,9264774.0,0.0,0.0 2022-07-08 00:00:00+01:00,22.6,22.73,22.28,22.42,21.53104736328125,3180568.0,0.0,0.0 2022-07-11 00:00:00+01:00,22.32,22.7460009765625,22.240000000000002,22.73,21.8287548828125,2659363.0,0.0,0.0 2022-07-12 00:00:00+01:00,22.580000000000002,22.830000000000002,22.54,22.67,21.77113525390625,3327788.0,0.0,0.0 2022-07-13 00:00:00+01:00,22.57,22.66,22.31,22.64,21.74232421875,5945842.0,0.0,0.0 2022-07-14 00:00:00+01:00,22.76,22.82,22.6,22.740000000000002,21.838359375,3443867.0,0.0,0.0 2022-07-15 00:00:00+01:00,22.85,23.12,22.59,23.11,22.1936865234375,3860783.0,0.0,0.0 2022-07-18 00:00:00+01:00,23.2,23.2,22.900000000000002,22.96,22.04963623046875,5826700.0,0.0,0.0 2022-07-19 00:00:00+01:00,22.88,23.2,22.81,23.11,22.1936865234375,6389998.0,0.0,0.0 2022-07-20 00:00:00+01:00,23.27,23.28,22.990000000000002,23.150000000000002,22.2321044921875,9896323.0,0.0,0.0 2022-07-21 00:00:00+01:00,23.21,23.61,23.19,23.52,22.587431640625,4253651.0,0.0,0.0 2022-07-22 00:00:00+01:00,23.54,23.78,23.44,23.580000000000002,22.6450537109375,2656315.0,0.0,0.0 2022-07-25 00:00:00+01:00,23.6,23.72,23.36,23.45,22.5202099609375,2415236.0,0.0,0.0 2022-07-26 00:00:00+01:00,23.44,23.61,23.39,23.44,22.510603027343752,2724197.0,0.0,0.0 2022-07-27 00:00:00+01:00,23.44,23.66,23.240000000000002,23.580000000000002,22.6450537109375,3975400.0,0.0,0.0 2022-07-28 00:00:00+01:00,23.740000000000002,23.990000000000002,23.14,23.990000000000002,23.038798828125,5284431.0,0.0,0.0 2022-07-29 00:00:00+01:00,24.04,24.32,23.92,24.26,23.29809326171875,3974349.0,0.0,0.0 2022-08-01 00:00:00+01:00,24.16,24.330000000000002,24.1,24.19,23.23086669921875,4021962.0,0.0,0.0 2022-08-02 00:00:00+01:00,24.150000000000002,24.28,24.0739990234375,24.16,23.20205810546875,2833516.0,0.0,0.0 2022-08-03 00:00:00+01:00,23.95,24.330000000000002,23.94780029296875,24.32,23.355712890625,3197709.0,0.0,0.0 2022-08-04 00:00:00+01:00,24.19,24.34,23.92,24.18,23.37214599609375,3883349.0,15.7,0.0 2022-08-05 00:00:00+01:00,24.26,24.27,23.8,23.84,23.04350341796875,1899497.0,0.0,0.0 2022-08-08 00:00:00+01:00,24.080000000000002,24.14,23.94,23.98,23.178828125,3004382.0,0.0,0.0 2022-08-09 00:00:00+01:00,24.150000000000002,24.17,23.89800048828125,24.150000000000002,23.343149414062502,4120503.0,0.0,0.0 2022-08-10 00:00:00+01:00,24.02,24.16,23.93,24.11,23.304482421875,6030189.0,0.0,0.0 2022-08-11 00:00:00+01:00,24.16,24.19,23.64,23.76,22.9661767578125,2633418.0,0.0,0.0 2022-08-12 00:00:00+01:00,23.73,23.88,23.63,23.78,22.9855078125,3677098.0,0.0,0.0 2022-08-15 00:00:00+01:00,23.81,24.0027587890625,23.76,23.93,23.130498046875,2181169.0,0.0,0.0 2022-08-16 00:00:00+01:00,24.05,24.060000000000002,23.71,23.84,23.04350341796875,5299250.0,0.0,0.0 2022-08-17 00:00:00+01:00,23.81,24.02637939453125,23.75,23.89,23.091833496093752,3101012.0,0.0,0.0 2022-08-18 00:00:00+01:00,23.98,24.18,23.7227197265625,24.18,23.37214599609375,3866920.0,0.0,0.0 2022-08-19 00:00:00+01:00,24.14,24.62,24.11,24.37,23.55579833984375,4295531.0,0.0,0.0 2022-08-22 00:00:00+01:00,24.29,24.51,24.23,24.400000000000002,23.58479736328125,4736224.0,0.0,0.0 2022-08-23 00:00:00+01:00,24.27,24.35,23.5164990234375,23.64,22.850185546875,3347390.0,0.0,0.0 2022-08-24 00:00:00+01:00,23.64,23.77,23.41,23.75,22.95651123046875,2630126.0,0.0,0.0 2022-08-25 00:00:00+01:00,23.85,23.98,23.68,23.84,23.04350341796875,3630529.0,0.0,0.0 2022-08-26 00:00:00+01:00,23.900000000000002,23.900000000000002,22.95,23.03,22.26056640625,5893561.0,0.0,0.0 2022-08-30 00:00:00+01:00,23.18,23.25,22.79,22.94,22.17357177734375,5825594.0,0.0,0.0 2022-08-31 00:00:00+01:00,22.900000000000002,22.990000000000002,22.580000000000002,22.62,21.86426513671875,5872521.0,0.0,0.0 2022-09-01 00:00:00+01:00,22.5,22.57535888671875,22.19,22.3,21.5549560546875,6105785.0,0.0,0.0 2022-09-02 00:00:00+01:00,22.43,22.51,22.21,22.51,21.757939453125,3454099.0,0.0,0.0 2022-09-05 00:00:00+01:00,22.43,22.43,21.97,22.36,21.612951660156252,2114736.0,0.0,0.0 2022-09-06 00:00:00+01:00,22.25,22.45,22.06,22.39,21.6419482421875,2617026.0,0.0,0.0 2022-09-07 00:00:00+01:00,22.28,22.75,22.18,22.6,21.844931640625,5951779.0,0.0,0.0 2022-09-08 00:00:00+01:00,22.76,22.79,22.36,22.740000000000002,21.98025634765625,3801893.0,0.0,0.0 2022-09-09 00:00:00+01:00,22.8,23.09,22.7,22.91,22.144575195312502,5810094.0,0.0,0.0 2022-09-12 00:00:00+01:00,23.0,23.1,22.94568115234375,23.1,22.3282275390625,5031189.0,0.0,0.0 2022-09-13 00:00:00+01:00,23.04,23.19,22.84,22.87,22.1059130859375,2490507.0,0.0,0.0 2022-09-14 00:00:00+01:00,22.8,22.84,22.44,22.53,21.77727294921875,4708944.0,0.0,0.0 2022-09-15 00:00:00+01:00,22.55,22.63,22.38,22.42,21.67094482421875,1844584.0,0.0,0.0 2022-09-16 00:00:00+01:00,22.29,22.580000000000002,22.22,22.32,21.574287109375,5505543.0,0.0,0.0 2022-09-20 00:00:00+01:00,22.41,22.48,21.89,22.01,21.2746435546875,3287453.0,0.0,0.0 2022-09-21 00:00:00+01:00,21.95,22.330000000000002,21.87,22.31,21.56462158203125,4939716.0,0.0,0.0 2022-09-22 00:00:00+01:00,22.02,22.31,21.650000000000002,21.71,20.98466796875,3421865.0,0.0,0.0 2022-09-23 00:00:00+01:00,21.72,21.91,21.51,21.82,21.09099365234375,3154075.0,0.0,0.0 2022-09-26 00:00:00+01:00,22.03,22.25,21.69,22.03,21.29397705078125,4274335.0,0.0,0.0 2022-09-27 00:00:00+01:00,22.16,22.48,22.08080078125,22.18,21.43896240234375,6255179.0,0.0,0.0 2022-09-28 00:00:00+01:00,22.01,22.150000000000002,21.73,22.06,21.32297607421875,4364828.0,0.0,0.0 2022-09-29 00:00:00+01:00,21.93,22.06,21.66,21.98,21.24564697265625,4306298.0,0.0,0.0 2022-09-30 00:00:00+01:00,21.85,22.06,21.72,22.02,21.284311523437502,3744385.0,0.0,0.0 2022-10-03 00:00:00+01:00,21.82,22.0997998046875,21.57,22.0,21.26497802734375,4852340.0,0.0,0.0 2022-10-04 00:00:00+01:00,22.05,22.7,21.98,22.7,21.941591796875,4639362.0,0.0,0.0 2022-10-05 00:00:00+01:00,22.69,22.87,22.580000000000002,22.77,22.009252929687502,3091294.0,0.0,0.0 2022-10-06 00:00:00+01:00,22.98,23.05,22.51,22.63,21.8739306640625,2813816.0,0.0,0.0 2022-10-07 00:00:00+01:00,22.55,22.73,22.44,22.5,21.748271484375,3920589.0,0.0,0.0 2022-10-10 00:00:00+01:00,22.3,22.47,22.13,22.41,21.661279296875,2254956.0,0.0,0.0 2022-10-11 00:00:00+01:00,22.5,22.5,22.16,22.28,21.535625,5325118.0,0.0,0.0 2022-10-12 00:00:00+01:00,22.490000000000002,22.61,22.088999023437502,22.2,21.458295898437502,4086191.0,0.0,0.0 2022-10-13 00:00:00+01:00,22.09,22.14,21.240000000000002,21.57,20.84934326171875,3412007.0,0.0,0.0 2022-10-14 00:00:00+01:00,21.86,22.25,21.67,21.75,21.023330078125,5708558.0,0.0,0.0 2022-10-17 00:00:00+01:00,21.87,22.22,21.56,22.0,21.26497802734375,3577853.0,0.0,0.0 2022-10-18 00:00:00+01:00,22.28,22.43,22.1,22.2,21.458295898437502,3185955.0,0.0,0.0 2022-10-19 00:00:00+01:00,22.22,22.37,22.09,22.23,21.48729248046875,3939255.0,0.0,0.0 2022-10-20 00:00:00+01:00,22.16,22.57,21.94,22.12,21.3809716796875,6156646.0,0.0,0.0 2022-10-21 00:00:00+01:00,22.13,22.27,21.91,22.25,21.50662353515625,3660629.0,0.0,0.0 2022-10-24 00:00:00+01:00,22.36,22.85,22.22,22.62,21.86426513671875,2567926.0,0.0,0.0 2022-10-25 00:00:00+01:00,22.78,23.14,22.68,23.12,22.34756103515625,3870106.0,0.0,0.0 2022-10-26 00:00:00+01:00,23.14,23.330000000000002,22.89,23.27,22.492548828125,5940598.0,0.0,0.0 2022-10-27 00:00:00+01:00,23.22,23.38,23.07,23.23,22.45388671875,3913207.0,0.0,0.0 2022-10-28 00:00:00+01:00,23.13,23.400000000000002,23.09,23.400000000000002,22.618203125,2427564.0,0.0,0.0 2022-10-31 00:00:00+00:00,23.45,23.59,23.27,23.41,22.62786865234375,5211136.0,0.0,0.0 2022-11-01 00:00:00+00:00,23.66,23.68,22.830000000000002,22.88,22.11557861328125,3570656.0,0.0,0.0 2022-11-02 00:00:00+00:00,22.95,23.17,22.79,22.92,22.15424072265625,7217270.0,0.0,0.0 2022-11-03 00:00:00+00:00,22.73,23.150000000000002,22.54,23.150000000000002,22.3765576171875,3562083.0,0.0,0.0 2022-11-04 00:00:00+00:00,23.080000000000002,23.24449951171875,22.88,23.080000000000002,22.308896484375,3518008.0,0.0,0.0 2022-11-07 00:00:00+00:00,23.09,23.14,22.7089990234375,22.81,22.04791748046875,2895488.0,0.0,0.0 2022-11-08 00:00:00+00:00,22.76,23.18,22.62,23.14,22.366892089843752,3469265.0,0.0,0.0 2022-11-09 00:00:00+00:00,23.03,23.30633056640625,23.0,23.240000000000002,22.46355224609375,2109010.0,0.0,0.0 2022-11-10 00:00:00+00:00,23.11,23.86,22.85,23.77,22.97584228515625,5133831.0,0.0,0.0 2022-11-11 00:00:00+00:00,23.69,23.7475,22.04,22.35,21.60328369140625,14496239.0,0.0,0.0 2022-11-14 00:00:00+00:00,22.39,22.64,22.3,22.48,21.7289404296875,5089943.0,0.0,0.0 2022-11-15 00:00:00+00:00,22.44,22.93,22.38,22.56,21.80626953125,6030427.0,0.0,0.0 2022-11-16 00:00:00+00:00,22.61,22.92,22.5,22.8,22.038251953125002,5167004.0,0.0,0.0 2022-11-17 00:00:00+00:00,22.85,22.87,22.490000000000002,22.6,21.844931640625,3175763.0,0.0,0.0 2022-11-18 00:00:00+00:00,22.740000000000002,22.89,22.52,22.830000000000002,22.06724853515625,3494422.0,0.0,0.0 2022-11-21 00:00:00+00:00,22.78,23.36,22.72,23.32,22.54087890625,2179315.0,0.0,0.0 2022-11-22 00:00:00+00:00,23.26,23.3,22.85449951171875,23.12,22.34756103515625,3367818.0,0.0,0.0 2022-11-23 00:00:00+00:00,23.09,23.25,22.98,23.18,22.405554199218752,2434333.0,0.0,0.0 2022-11-24 00:00:00+00:00,23.17,23.27680908203125,23.04,23.11,22.33789306640625,2082099.0,0.0,0.0 2022-11-25 00:00:00+00:00,22.98,23.25,22.93,23.25,22.4732177734375,2278718.0,0.0,0.0 2022-11-28 00:00:00+00:00,23.22,23.52,23.05,23.37,22.5892041015625,2267385.0,0.0,0.0 2022-11-29 00:00:00+00:00,23.21,23.39,22.85,22.900000000000002,22.13490966796875,7545337.0,0.0,0.0 2022-11-30 00:00:00+00:00,22.94,23.330000000000002,22.94,23.12,22.34756103515625,9069802.0,0.0,0.0 2022-12-01 00:00:00+00:00,23.36,23.44,23.2,23.34,22.5602099609375,4066525.0,0.0,0.0 2022-12-02 00:00:00+00:00,23.400000000000002,23.57,23.28,23.37,22.5892041015625,2880503.0,0.0,0.0 2022-12-05 00:00:00+00:00,23.35,23.37,23.122958984375,23.3,22.5215478515625,1948141.0,0.0,0.0 2022-12-06 00:00:00+00:00,23.28,23.47,23.17,23.17,22.395888671875,2264869.0,0.0,0.0 2022-12-07 00:00:00+00:00,23.25,23.54,23.25,23.35,22.569873046875,3430815.0,0.0,0.0 2022-12-08 00:00:00+00:00,23.34,23.38,23.04,23.150000000000002,22.3765576171875,1916612.0,0.0,0.0 2022-12-09 00:00:00+00:00,23.5,23.66445068359375,23.19,23.29,22.5118798828125,4430046.0,0.0,0.0 2022-12-12 00:00:00+00:00,23.2,23.481000976562502,23.19,23.3,22.5215478515625,3059230.0,0.0,0.0 2022-12-13 00:00:00+00:00,23.36,23.47,22.94,23.26,22.48288330078125,3670550.0,0.0,0.0 2022-12-14 00:00:00+00:00,23.26,23.45,23.07,23.400000000000002,22.618203125,2708416.0,0.0,0.0 2022-12-15 00:00:00+00:00,23.2,23.47,23.1,23.240000000000002,22.46355224609375,3907293.0,0.0,0.0 2022-12-16 00:00:00+00:00,23.22,23.31,22.86,23.06,22.2895654296875,14051577.0,0.0,0.0 2022-12-19 00:00:00+00:00,23.080000000000002,23.1118994140625,22.830000000000002,22.97,22.2025732421875,6996280.0,0.0,0.0 2022-12-20 00:00:00+00:00,22.740000000000002,22.97,22.72,22.84,22.076914062500002,2602396.0,0.0,0.0 2022-12-21 00:00:00+00:00,22.900000000000002,23.11,22.81,23.11,22.33789306640625,2702548.0,0.0,0.0 2022-12-22 00:00:00+00:00,23.14,23.32,23.05,23.080000000000002,22.308896484375,4863737.0,0.0,0.0 2022-12-23 00:00:00+00:00,23.150000000000002,23.150000000000002,22.96,22.990000000000002,22.221904296875,973662.0,0.0,0.0 2022-12-28 00:00:00+00:00,23.13,23.32,23.06,23.2,22.4248876953125,2113043.0,0.0,0.0 2022-12-29 00:00:00+00:00,23.11,23.23,22.87,23.19,22.4152197265625,3575854.0,0.0,0.0 2022-12-30 00:00:00+00:00,23.1,23.13,22.88,22.88,22.11557861328125,1421740.0,0.0,0.0 2023-01-03 00:00:00+00:00,22.91,23.34,22.77,23.07,22.299230957031252,3470713.0,0.0,0.0 2023-01-04 00:00:00+00:00,23.22,23.71,23.16,23.650000000000002,22.85985107421875,4544974.0,0.0,0.0 2023-01-05 00:00:00+00:00,23.56,23.61,23.26,23.27,22.492548828125,2564631.0,0.0,0.0 2023-01-06 00:00:00+00:00,23.35,23.48,23.17,23.43,22.6472021484375,2500178.0,0.0,0.0 2023-01-09 00:00:00+00:00,23.47,23.52,23.07,23.32,22.54087890625,3037690.0,0.0,0.0 2023-01-10 00:00:00+00:00,23.22,23.53,23.07,23.42,22.6375341796875,4458698.0,0.0,0.0 2023-01-11 00:00:00+00:00,23.38,23.86,23.36,23.650000000000002,22.85985107421875,2711664.0,0.0,0.0 2023-01-12 00:00:00+00:00,23.69,23.89,23.37,23.52,22.7341943359375,3462614.0,0.0,0.0 2023-01-13 00:00:00+00:00,23.6,23.87,23.54,23.77,22.97584228515625,3454758.0,0.0,0.0 2023-01-16 00:00:00+00:00,23.85,24.1,23.81,24.03,23.227155761718752,2535583.0,0.0,0.0 2023-01-17 00:00:00+00:00,24.03,24.1,23.77,24.0,23.1981591796875,4110555.0,0.0,0.0 2023-01-18 00:00:00+00:00,23.92,24.21,23.92,23.990000000000002,23.18849365234375,2845734.0,0.0,0.0 2023-01-19 00:00:00+00:00,23.72,24.02943115234375,23.72,23.77,22.97584228515625,4919990.0,0.0,0.0 2023-01-20 00:00:00+00:00,23.72,23.77,23.48449951171875,23.6,22.81152099609375,3643615.0,0.0,0.0 2023-01-23 00:00:00+00:00,23.75,23.86,23.64,23.82,23.02417236328125,2513259.0,0.0,0.0 2023-01-24 00:00:00+00:00,23.830000000000002,23.92,23.68,23.77,22.97584228515625,2422038.0,0.0,0.0 2023-01-25 00:00:00+00:00,23.8,23.93,23.47,23.53,22.74385986328125,3398854.0,0.0,0.0 2023-01-26 00:00:00+00:00,23.66,23.87,23.6,23.79,22.99517333984375,2995097.0,0.0,0.0 2023-01-27 00:00:00+00:00,23.77,23.87,23.62,23.78,22.9855078125,2935716.0,0.0,0.0 2023-01-30 00:00:00+00:00,23.68,24.18,23.63,24.05,23.24648681640625,2792697.0,0.0,0.0 2023-01-31 00:00:00+00:00,23.81,24.09,23.75,24.02,23.217490234375,7339551.0,0.0,0.0 2023-02-01 00:00:00+00:00,24.04,24.29,23.97,24.04,23.2368212890625,2603539.0,0.0,0.0 2023-02-02 00:00:00+00:00,24.17,24.63,24.085581054687502,24.63,23.807109375,4824558.0,0.0,0.0 2023-02-03 00:00:00+00:00,24.53,24.650000000000002,24.36,24.54,23.7201171875,4143836.0,0.0,0.0 2023-02-06 00:00:00+00:00,24.330000000000002,24.59,24.28,24.42,23.60412841796875,2593664.0,0.0,0.0 2023-02-07 00:00:00+00:00,24.240000000000002,24.48305908203125,24.080000000000002,24.21,23.401142578125,2750552.0,0.0,0.0 2023-02-08 00:00:00+00:00,24.14,24.44,24.14,24.240000000000002,23.4301416015625,3160750.0,0.0,0.0 2023-02-09 00:00:00+00:00,24.150000000000002,24.47,24.150000000000002,24.16,23.35281494140625,3357511.0,0.0,0.0 2023-02-10 00:00:00+00:00,24.27,24.28,23.88,23.94,23.14016357421875,7412592.0,0.0,0.0 2023-02-13 00:00:00+00:00,23.96,24.37,23.95,24.310000000000002,23.49780029296875,2398264.0,0.0,0.0 2023-02-14 00:00:00+00:00,24.27,24.45,24.16,24.21,23.401142578125,6737211.0,0.0,0.0 2023-02-15 00:00:00+00:00,24.25,24.5,24.150000000000002,24.48,23.66212158203125,3184820.0,0.0,0.0 2023-02-16 00:00:00+00:00,24.740000000000002,25.51,24.580000000000002,24.84,24.01009521484375,4496269.0,0.0,0.0 2023-02-17 00:00:00+00:00,24.8,24.92,24.59,24.92,24.087421875,4216874.0,0.0,0.0 2023-02-20 00:00:00+00:00,25.05,25.05,24.59695068359375,24.85,24.0197607421875,2392926.0,0.0,0.0 2023-02-21 00:00:00+00:00,24.79,25.07,24.73,24.91,24.07775634765625,6537939.0,0.0,0.0 2023-02-22 00:00:00+00:00,24.900000000000002,25.52,24.88,25.52,24.6673779296875,6893570.0,0.0,0.0 2023-02-23 00:00:00+00:00,25.54,25.62,25.400000000000002,25.42,24.5707177734375,3267975.0,0.0,0.0 2023-02-24 00:00:00+00:00,25.47,25.66,25.21,25.27,24.4257275390625,6064997.0,0.0,0.0 2023-02-27 00:00:00+00:00,25.27,25.51,25.07,25.37,24.5223876953125,3552534.0,0.0,0.0 2023-02-28 00:00:00+00:00,25.3,25.310000000000002,24.85,25.03,24.1937451171875,4785129.0,0.0,0.0 2023-03-01 00:00:00+00:00,25.150000000000002,25.52,25.14,25.28,24.4353955078125,4842420.0,0.0,0.0 2023-03-02 00:00:00+00:00,25.21,25.490000000000002,25.17,25.490000000000002,24.638376464843752,6628984.0,0.0,0.0 2023-03-03 00:00:00+00:00,25.560000000000002,25.560000000000002,25.2689990234375,25.37,24.5223876953125,2864923.0,0.0,0.0 2023-03-06 00:00:00+00:00,25.44,25.506818847656252,25.2689990234375,25.35,24.503056640625,2241629.0,0.0,0.0 2023-03-07 00:00:00+00:00,25.32,25.61,25.26,25.5,24.6480419921875,3079568.0,0.0,0.0 2023-03-08 00:00:00+00:00,25.47,25.55,25.3,25.55,24.69637451171875,4970717.0,0.0,0.0 2023-03-09 00:00:00+00:00,25.53,25.8,25.41,25.75,24.88968994140625,2979539.0,0.0,0.0 2023-03-10 00:00:00+00:00,25.51,25.73,25.080000000000002,25.240000000000002,24.396728515625,3322608.0,0.0,0.0 2023-03-13 00:00:00+00:00,25.240000000000002,25.304418945312502,24.88,25.05,24.21307861328125,3280495.0,0.0,0.0 2023-03-14 00:00:00+00:00,25.060000000000002,25.47631103515625,25.04,25.37,24.5223876953125,4360964.0,0.0,0.0 2023-03-15 00:00:00+00:00,25.41,25.53416015625,24.990000000000002,25.12,24.28073974609375,5068214.0,0.0,0.0 2023-03-16 00:00:00+00:00,25.3,25.58780029296875,25.19,25.43,24.58038330078125,6391100.0,0.0,0.0 2023-03-17 00:00:00+00:00,25.53,25.63,25.25,25.3,24.4547265625,7328879.0,0.0,0.0 2023-03-20 00:00:00+00:00,25.17,25.69,25.17,25.54,24.686708984375002,3423427.0,0.0,0.0 2023-03-21 00:00:00+00:00,25.6,25.73,25.51,25.67,24.81236328125,3531513.0,0.0,0.0 2023-03-22 00:00:00+00:00,25.66,26.19,25.650000000000002,26.05,25.17966796875,3372275.0,0.0,0.0 2023-03-23 00:00:00+00:00,25.97,25.97,25.66,25.830000000000002,24.967016601562502,5643398.0,0.0,0.0 2023-03-24 00:00:00+00:00,25.810000000000002,25.91,25.71,25.77,24.9090234375,2767654.0,0.0,0.0 2023-03-27 00:00:00+01:00,25.85,26.05,25.77,25.86,24.996015625000002,2842700.0,0.0,0.0 2023-03-28 00:00:00+01:00,25.830000000000002,25.87,25.68,25.69,24.83169677734375,3392121.0,0.0,0.0 2023-03-29 00:00:00+01:00,25.75,25.94,25.740000000000002,25.92,25.0540087890625,3462378.0,0.0,0.0 2023-03-30 00:00:00+01:00,25.98,26.11,25.79,26.060000000000002,25.189333496093752,7512092.0,0.0,0.0 2023-03-31 00:00:00+01:00,26.060000000000002,26.3,25.990000000000002,26.18,25.305322265625,3005652.0,0.0,0.0 2023-04-03 00:00:00+01:00,26.240000000000002,26.240000000000002,25.86,26.01,25.14100341796875,4057629.0,0.0,0.0 2023-04-04 00:00:00+01:00,26.12,26.23,25.95,26.16,25.2859912109375,2538513.0,0.0,0.0 2023-04-05 00:00:00+01:00,26.1,26.400000000000002,26.01,26.25,25.37298583984375,3223748.0,0.0,0.0 2023-04-06 00:00:00+01:00,26.21,26.32,26.13,26.28,25.40198486328125,1979361.0,0.0,0.0 2023-04-11 00:00:00+01:00,26.310000000000002,26.35,26.150000000000002,26.27,25.392316894531252,4255566.0,0.0,0.0 2023-04-12 00:00:00+01:00,26.17,26.57,26.17,26.51,25.62429931640625,3278982.0,0.0,0.0 2023-04-13 00:00:00+01:00,26.5,26.60330078125,26.46,26.5,25.614633789062502,2498235.0,0.0,0.0 2023-04-14 00:00:00+01:00,26.41,26.66,26.34,26.36,25.479311523437502,9488964.0,0.0,0.0 2023-04-17 00:00:00+01:00,26.48,26.48,26.310000000000002,26.34,25.45997802734375,6824792.0,0.0,0.0 2023-04-18 00:00:00+01:00,26.36,26.43,26.23,26.310000000000002,25.4309814453125,2556577.0,0.0,0.0 2023-04-19 00:00:00+01:00,26.21,26.490000000000002,26.16,26.43,25.546972656250002,2617689.0,0.0,0.0 2023-04-20 00:00:00+01:00,26.35,26.89,26.27,26.89,25.99160400390625,4315563.0,0.0,0.0 2023-04-21 00:00:00+01:00,26.86,27.3,26.84,27.22,26.31057861328125,3306994.0,0.0,0.0 2023-04-24 00:00:00+01:00,27.05,27.35,27.05,27.19,26.28157958984375,3046821.0,0.0,0.0 2023-04-25 00:00:00+01:00,26.95,27.17,26.91,27.1,26.1945849609375,2187550.0,0.0,0.0 2023-04-26 00:00:00+01:00,26.990000000000002,26.990000000000002,26.560000000000002,26.66,25.769287109375,3251646.0,0.0,0.0 2023-04-27 00:00:00+01:00,26.19,26.29,26.02,26.25,25.74868896484375,2500939.0,38.9,0.0 2023-04-28 00:00:00+01:00,26.18,26.52,26.18,26.46,25.95468017578125,6589739.0,0.0,0.0 2023-05-02 00:00:00+01:00,26.48,26.650000000000002,24.96,25.11,24.63046142578125,6082144.0,0.0,0.0 2023-05-03 00:00:00+01:00,25.21,25.35679931640625,25.060000000000002,25.240000000000002,24.75797607421875,4064469.0,0.0,0.0 2023-05-04 00:00:00+01:00,25.080000000000002,25.1247509765625,24.14,24.5,24.032109375,9817396.0,0.0,0.0 2023-05-05 00:00:00+01:00,24.6,24.76,24.240000000000002,24.34,23.875166015625002,7290965.0,0.0,0.0 2023-05-09 00:00:00+01:00,24.38,24.84,24.150000000000002,24.79,24.316572265625002,6267328.0,0.0,0.0 2023-05-10 00:00:00+01:00,24.61,24.75,24.5,24.63,24.15962646484375,3690018.0,0.0,0.0 2023-05-11 00:00:00+01:00,24.77,25.3,24.72,24.96,24.4833251953125,4651024.0,0.0,0.0 2023-05-12 00:00:00+01:00,24.98,25.13,24.77,24.91,24.4342822265625,3093179.0,0.0,0.0 2023-05-15 00:00:00+01:00,24.91,25.060000000000002,24.72,24.75,24.27733642578125,2449089.0,0.0,0.0 2023-05-16 00:00:00+01:00,24.71,24.79,24.67,24.7,24.228291015625,2249343.0,0.0,0.0 2023-05-17 00:00:00+01:00,24.740000000000002,24.988500976562502,24.560000000000002,24.64,24.169436035156252,2917914.0,0.0,0.0 2023-05-18 00:00:00+01:00,24.75,25.0,24.75,25.0,24.52256103515625,4454440.0,0.0,0.0 2023-05-19 00:00:00+01:00,25.150000000000002,25.150000000000002,24.92,25.01,24.53237060546875,3468687.0,0.0,0.0 2023-05-22 00:00:00+01:00,25.04,25.13,24.88,24.95,24.473515625,3085010.0,0.0,0.0 2023-05-23 00:00:00+01:00,24.900000000000002,25.203798828125002,24.810000000000002,24.92,24.44408935546875,2601947.0,0.0,0.0 2023-05-24 00:00:00+01:00,24.7,24.71,24.51,24.64,24.169436035156252,3155906.0,0.0,0.0 2023-05-25 00:00:00+01:00,24.7,24.7,24.30739990234375,24.5,24.032109375,2803370.0,0.0,0.0 2023-05-26 00:00:00+01:00,24.45,24.93,24.45,24.87,24.3950439453125,4002777.0,0.0,0.0 2023-05-30 00:00:00+01:00,24.92,25.0,24.809580078125002,24.85,24.37542724609375,3444291.0,0.0,0.0 2023-05-31 00:00:00+01:00,24.79,25.490000000000002,24.79,25.1,24.62065185546875,8072130.0,0.0,0.0 2023-06-01 00:00:00+01:00,25.2,25.6,25.18,25.42,24.934541015625,3937011.0,0.0,0.0 2023-06-02 00:00:00+01:00,25.59,25.7172998046875,25.29,25.66,25.1699560546875,3816874.0,0.0,0.0 2023-06-05 00:00:00+01:00,25.72,25.94,25.650000000000002,25.810000000000002,25.31709228515625,1791492.0,0.0,0.0 2023-06-06 00:00:00+01:00,25.88,25.990000000000002,25.740000000000002,25.740000000000002,25.248427734375,3475475.0,0.0,0.0 2023-06-07 00:00:00+01:00,25.63,25.87,25.560000000000002,25.69,25.199384765625002,4271549.0,0.0,0.0 2023-06-08 00:00:00+01:00,25.64,25.77,25.4472998046875,25.55,25.06205810546875,2158254.0,0.0,0.0 2023-06-09 00:00:00+01:00,25.560000000000002,25.6,25.23,25.310000000000002,24.826640625,1844280.0,0.0,0.0 2023-06-12 00:00:00+01:00,25.5,25.69,25.5,25.6,25.111103515625,1865791.0,0.0,0.0 2023-06-13 00:00:00+01:00,25.72,25.82,25.580000000000002,25.78,25.287666015625,2567288.0,0.0,0.0 2023-06-14 00:00:00+01:00,25.72,25.85,25.68,25.8,25.30728271484375,2699824.0,0.0,0.0 2023-06-15 00:00:00+01:00,25.810000000000002,26.23,25.810000000000002,26.19,25.68983642578125,4074055.0,0.0,0.0 2023-06-16 00:00:00+01:00,26.310000000000002,26.59,26.29,26.46,25.95468017578125,10537436.0,0.0,0.0 2023-06-19 00:00:00+01:00,26.39,26.47,26.064150390625002,26.11,25.611364746093752,4707734.0,0.0,0.0 2023-06-20 00:00:00+01:00,26.12,26.38,26.1,26.14,25.640791015625002,2773304.0,0.0,0.0 2023-06-21 00:00:00+01:00,25.990000000000002,26.17,25.87,26.0,25.503461914062502,2509826.0,0.0,0.0 2023-06-22 00:00:00+01:00,25.76,25.97,25.64,25.97,25.474035644531252,3693142.0,0.0,0.0 2023-06-23 00:00:00+01:00,25.87,26.11,25.86577880859375,26.04,25.542700195312502,2351304.0,0.0,0.0 2023-06-26 00:00:00+01:00,26.1,26.12,25.68,25.89,25.39556396484375,2053147.0,0.0,0.0 2023-06-27 00:00:00+01:00,25.93,25.96,25.73,25.87,25.375947265625,2733541.0,0.0,0.0 2023-06-28 00:00:00+01:00,25.95,26.2,25.89,26.1,25.601552734375,3700483.0,0.0,0.0 2023-06-29 00:00:00+01:00,26.05,26.20362060546875,26.04,26.04,25.542700195312502,2206554.0,0.0,0.0 2023-06-30 00:00:00+01:00,26.09,26.32,26.01,26.21,25.709453125,3045151.0,0.0,0.0 2023-07-03 00:00:00+01:00,26.240000000000002,26.3,25.810000000000002,26.02,25.52308349609375,2777061.0,0.0,0.0 2023-07-04 00:00:00+01:00,25.96,26.080000000000002,25.89,25.91,25.4151806640625,2135506.0,0.0,0.0 2023-07-05 00:00:00+01:00,25.79,25.87,25.62,25.67,25.179765625,3782296.0,0.0,0.0 2023-07-06 00:00:00+01:00,25.66,25.66,25.25490966796875,25.37,24.88549560546875,2781455.0,0.0,0.0 2023-07-07 00:00:00+01:00,25.37,25.37,24.5343505859375,24.63,24.15962646484375,3032871.0,0.0,0.0 2023-07-10 00:00:00+01:00,24.53,24.85,24.5,24.740000000000002,24.267526855468752,1750495.0,0.0,0.0 2023-07-11 00:00:00+01:00,24.78,24.78,24.32,24.42,23.9536376953125,3376337.0,0.0,0.0 2023-07-12 00:00:00+01:00,24.48,24.91,24.400000000000002,24.85,24.37542724609375,2309904.0,0.0,0.0 2023-07-13 00:00:00+01:00,24.810000000000002,25.18,24.77,25.18,24.69912353515625,2590816.0,0.0,0.0 2023-07-14 00:00:00+01:00,25.23,25.5,25.12,25.43,24.9443505859375,5491042.0,0.0,0.0 2023-07-17 00:00:00+01:00,25.39,25.59,25.37,25.52,25.0326318359375,2847861.0,0.0,0.0 2023-07-18 00:00:00+01:00,25.51,25.66,25.4489990234375,25.5,25.013010253906252,2091269.0,0.0,0.0 2023-07-19 00:00:00+01:00,25.8,25.95,25.72,25.72,25.22881103515625,2987549.0,0.0,0.0 2023-07-20 00:00:00+01:00,25.69,25.88,25.57,25.79,25.2974755859375,3292675.0,0.0,0.0 2023-07-21 00:00:00+01:00,25.830000000000002,26.21,25.810000000000002,26.080000000000002,25.58193603515625,2272058.0,0.0,0.0 2023-07-24 00:00:00+01:00,25.96,26.1,25.72,25.82,25.3268994140625,3440681.0,0.0,0.0 2023-07-25 00:00:00+01:00,25.66,25.77,25.38,25.62,25.130720214843752,3541562.0,0.0,0.0 2023-07-26 00:00:00+01:00,25.6,25.63,25.21,25.42,24.934541015625,3731664.0,0.0,0.0 2023-07-27 00:00:00+01:00,25.57,26.830000000000002,25.55,26.61,26.10181396484375,4457932.0,0.0,0.0 2023-07-28 00:00:00+01:00,26.580000000000002,26.62,26.29,26.330000000000002,25.82716064453125,6225028.0,0.0,0.0 2023-07-31 00:00:00+01:00,26.26,26.3102001953125,26.14,26.2,25.69964599609375,2658780.0,0.0,0.0 2023-08-01 00:00:00+01:00,26.09,26.150000000000002,25.76,26.03,25.532890625,2480051.0,0.0,0.0 2023-08-02 00:00:00+01:00,25.76,26.23,25.66,26.1,25.601552734375,3234161.0,0.0,0.0 2023-08-03 00:00:00+01:00,25.740000000000002,25.93,25.45,25.71,25.384340820312502,6313947.0,17.0,0.0 2023-08-04 00:00:00+01:00,25.71,25.810000000000002,25.37,25.68,25.3547216796875,1514136.0,0.0,0.0 2023-08-07 00:00:00+01:00,25.69,25.76,25.44,25.72,25.3942138671875,1591253.0,0.0,0.0 2023-08-08 00:00:00+01:00,25.66,26.05,25.59919921875,25.810000000000002,25.48307373046875,2150620.0,0.0,0.0 2023-08-09 00:00:00+01:00,25.92,26.080000000000002,25.79697021484375,25.93,25.60155517578125,2836753.0,0.0,0.0 2023-08-10 00:00:00+01:00,26.03,26.28,25.98,26.27,25.93724609375,1594803.0,0.0,0.0 2023-08-11 00:00:00+01:00,26.16,26.28,25.6777001953125,25.68,25.3547216796875,4654848.0,0.0,0.0 2023-08-14 00:00:00+01:00,25.75,25.86,25.51,25.86,25.53244140625,1955130.0,0.0,0.0 2023-08-15 00:00:00+01:00,25.91,25.91,25.400000000000002,25.5,25.17699951171875,1986744.0,0.0,0.0 2023-08-16 00:00:00+01:00,25.48,25.55,24.93,25.150000000000002,24.83143310546875,3783035.0,0.0,0.0 2023-08-17 00:00:00+01:00,25.02,25.03,24.830000000000002,24.89,24.5747265625,2414186.0,0.0,0.0 2023-08-18 00:00:00+01:00,24.740000000000002,24.91,24.62,24.810000000000002,24.49573974609375,3316879.0,0.0,0.0 2023-08-21 00:00:00+01:00,24.75,24.94990966796875,24.72,24.8,24.48586669921875,6610549.0,0.0,0.0 2023-08-22 00:00:00+01:00,24.98,25.0,24.66,24.73,24.4167529296875,2023199.0,0.0,0.0 2023-08-23 00:00:00+01:00,24.72,25.01,24.650000000000002,25.0,24.6833349609375,9764225.0,0.0,0.0 2023-08-24 00:00:00+01:00,25.23,25.35,25.1,25.16,24.84130615234375,1642577.0,0.0,0.0 2023-08-25 00:00:00+01:00,25.07,25.5,25.07,25.28,24.959787597656252,1911843.0,0.0,0.0 2023-08-29 00:00:00+01:00,25.42,25.61,25.39,25.560000000000002,25.236240234375,7872012.0,0.0,0.0 2023-08-30 00:00:00+01:00,25.64,25.85,25.47,25.830000000000002,25.50281982421875,3542721.0,0.0,0.0 2023-08-31 00:00:00+01:00,25.79,25.93,25.75,25.78,25.45345458984375,7792367.0,0.0,0.0 2023-09-01 00:00:00+01:00,25.76,25.830000000000002,25.62986083984375,25.79,25.463327636718752,3472109.0,0.0,0.0 2023-09-04 00:00:00+01:00,25.91,26.044870605468752,25.79,25.84,25.51269287109375,4396333.0,0.0,0.0 2023-09-05 00:00:00+01:00,25.830000000000002,26.11,25.73,26.05,25.720034179687502,2819853.0,0.0,0.0 2023-09-06 00:00:00+01:00,25.85,26.48,25.778200683593752,26.37,26.0359814453125,2700430.0,0.0,0.0 2023-09-07 00:00:00+01:00,26.37,27.080000000000002,26.29,26.95,26.6086328125,4339614.0,0.0,0.0 2023-09-08 00:00:00+01:00,27.02,27.25,26.92,27.22,26.87521484375,5512979.0,0.0,0.0 2023-09-11 00:00:00+01:00,27.27,27.43,26.93,27.12,26.7764794921875,3053787.0,0.0,0.0 2023-09-12 00:00:00+01:00,27.26,27.400000000000002,27.11,27.18,26.83572021484375,3168949.0,0.0,0.0 2023-09-13 00:00:00+01:00,27.09,27.5,27.05,27.44,27.0924267578125,3542394.0,0.0,0.0 2023-09-14 00:00:00+01:00,27.54,27.86,27.45,27.77,27.4182470703125,4088942.0,0.0,0.0 2023-09-15 00:00:00+01:00,28.03,28.14,27.88,28.0,27.645334472656252,8553829.0,0.0,0.0 2023-09-18 00:00:00+01:00,27.97,28.055400390625,27.82,27.88,27.52685302734375,2878806.0,0.0,0.0 2023-09-19 00:00:00+01:00,27.900000000000002,27.94,27.67,27.82,27.46761474609375,5164585.0,0.0,0.0 2023-09-20 00:00:00+01:00,27.92,28.311140136718752,27.87,28.28,27.921787109375,3562851.0,0.0,0.0 2023-09-21 00:00:00+01:00,28.09,28.330000000000002,27.900000000000002,27.900000000000002,27.5466015625,5705458.0,0.0,0.0 2023-09-22 00:00:00+01:00,27.740000000000002,27.87,27.62,27.82,27.46761474609375,4328101.0,0.0,0.0 2023-09-25 00:00:00+01:00,27.8,27.86,27.51,27.73,27.3787548828125,2084043.0,0.0,0.0 2023-09-26 00:00:00+01:00,27.62,27.86,27.45,27.55,27.20103515625,3260825.0,0.0,0.0 2023-09-27 00:00:00+01:00,27.7,27.75,27.35,27.41,27.062807617187502,3078567.0,0.0,0.0 2023-09-28 00:00:00+01:00,27.400000000000002,27.68,27.28,27.64,27.28989501953125,3188172.0,0.0,0.0 2023-09-29 00:00:00+01:00,27.76,28.03,27.69,27.75,27.398500976562502,4004747.0,0.0,0.0 2023-10-02 00:00:00+01:00,27.87,28.0,27.31800048828125,27.560000000000002,27.210908203125,3131921.0,0.0,0.0 2023-10-03 00:00:00+01:00,27.59,27.78,27.5,27.6,27.250400390625,3071591.0,0.0,0.0 2023-10-04 00:00:00+01:00,27.75,28.25,27.61,28.18,27.82305419921875,3896011.0,0.0,0.0 2023-10-05 00:00:00+01:00,28.310000000000002,28.7,28.23,28.52,28.15874755859375,5947415.0,0.0,0.0 2023-10-06 00:00:00+01:00,28.6,28.71,28.29,28.63,28.267353515625,2774338.0,0.0,0.0 2023-10-09 00:00:00+01:00,28.55,28.76992919921875,28.43,28.580000000000002,28.21798828125,4062276.0,0.0,0.0 2023-10-10 00:00:00+01:00,28.97,29.18412109375,28.91,29.05,28.68203369140625,3784541.0,0.0,0.0 2023-10-11 00:00:00+01:00,28.95,29.09,28.89,29.0,28.63266845703125,3238846.0,0.0,0.0 2023-10-12 00:00:00+01:00,29.150000000000002,29.29,28.87,29.22,28.84988037109375,2981265.0,0.0,0.0 2023-10-13 00:00:00+01:00,29.27,29.51,29.080000000000002,29.13,28.7610205078125,2933555.0,0.0,0.0 2023-10-16 00:00:00+01:00,29.35,29.36,28.89,28.93,28.5635546875,4804794.0,0.0,0.0 2023-10-17 00:00:00+01:00,28.88,29.09,28.72,29.05,28.68203369140625,7532328.0,0.0,0.0 2023-10-18 00:00:00+01:00,29.060000000000002,29.150000000000002,28.88,28.88,28.51418701171875,2879363.0,0.0,0.0 2023-10-19 00:00:00+01:00,28.71,28.86,28.5,28.8,28.4352001953125,3769355.0,0.0,0.0 2023-10-20 00:00:00+01:00,28.580000000000002,28.75,28.26,28.32,27.96128173828125,4797980.0,0.0,0.0 2023-10-23 00:00:00+01:00,28.35,28.57,28.13,28.53,28.16862060546875,2821412.0,0.0,0.0 2023-10-24 00:00:00+01:00,28.45,28.574599609375,28.27751953125,28.29,27.93166015625,3084840.0,0.0,0.0 2023-10-25 00:00:00+01:00,28.310000000000002,28.71,28.25,28.61,28.247607421875,4715342.0,0.0,0.0 2023-10-26 00:00:00+01:00,28.52,28.84,28.09,28.46,28.0995068359375,3369383.0,0.0,0.0 2023-10-27 00:00:00+01:00,28.41,28.44,27.98,28.17,27.813181152343752,4014625.0,0.0,0.0 2023-10-30 00:00:00+00:00,28.42,28.59,28.2839599609375,28.560000000000002,28.19823974609375,5289753.0,0.0,0.0 2023-10-31 00:00:00+00:00,28.66,28.87,28.52,28.68,28.316721191406252,3951583.0,0.0,0.0 2023-11-01 00:00:00+00:00,28.740000000000002,28.91,28.32,28.62,28.25748046875,3852241.0,0.0,0.0 2023-11-02 00:00:00+00:00,28.830000000000002,29.03,28.71,28.89,28.52406005859375,6494869.0,0.0,0.0 2023-11-03 00:00:00+00:00,28.900000000000002,28.990000000000002,28.04,28.35,27.99090087890625,2944081.0,0.0,0.0 2023-11-06 00:00:00+00:00,28.34,28.58639892578125,28.25,28.55,28.18836669921875,3621522.0,0.0,0.0 2023-11-07 00:00:00+00:00,28.6,29.03299072265625,28.51,28.93,28.5635546875,3212595.0,0.0,0.0 2023-11-08 00:00:00+00:00,28.98,29.2,28.93,29.13,28.7610205078125,3558178.0,0.0,0.0 2023-11-09 00:00:00+00:00,29.05,29.63,29.05,29.560000000000002,29.18557373046875,3038249.0,0.0,0.0 2023-11-10 00:00:00+00:00,29.6,29.8,29.42,29.55,29.17570068359375,2794825.0,0.0,0.0 2023-11-13 00:00:00+00:00,29.61,29.79,29.400000000000002,29.59,29.215192871093752,4938927.0,0.0,0.0 2023-11-14 00:00:00+00:00,29.64,29.69,28.88,28.96,28.593173828125,6543198.0,0.0,0.0 2023-11-15 00:00:00+00:00,29.05,29.39,28.990000000000002,29.240000000000002,28.86962646484375,2977754.0,0.0,0.0 2023-11-16 00:00:00+00:00,29.36,29.59,29.330000000000002,29.52,29.14608154296875,3881828.0,0.0,0.0 2023-11-17 00:00:00+00:00,29.59,29.87,29.5460205078125,29.84,29.4620263671875,5056040.0,0.0,0.0 2023-11-20 00:00:00+00:00,29.740000000000002,30.03,29.6,29.84,29.4620263671875,2959143.0,0.0,0.0 2023-11-21 00:00:00+00:00,29.810000000000002,30.12,29.71,30.060000000000002,29.67924072265625,2194061.0,0.0,0.0 2023-11-22 00:00:00+00:00,30.2,30.45,30.09,30.400000000000002,30.01493408203125,3864363.0,0.0,0.0 2023-11-23 00:00:00+00:00,30.39,30.61,30.34,30.6,30.21239990234375,1903519.0,0.0,0.0 2023-11-24 00:00:00+00:00,30.580000000000002,30.64,30.490000000000002,30.490000000000002,30.1037939453125,1895554.0,0.0,0.0 2023-11-27 00:00:00+00:00,30.55,30.810000000000002,30.28,30.72,30.330881347656252,2787371.0,0.0,0.0 2023-11-28 00:00:00+00:00,30.53,30.900000000000002,30.42,30.650000000000002,30.261767578125,4267450.0,0.0,0.0 2023-11-29 00:00:00+00:00,30.61,30.75,30.39,30.46,30.0741748046875,2941101.0,0.0,0.0 2023-11-30 00:00:00+00:00,30.400000000000002,30.61,30.29,30.400000000000002,30.01493408203125,7669736.0,0.0,0.0 2023-12-01 00:00:00+00:00,30.560000000000002,30.73,30.47,30.48,30.0939208984375,2976695.0,0.0,0.0 2023-12-04 00:00:00+00:00,30.27,30.53,30.14,30.47,30.084047851562502,3363529.0,0.0,0.0 2023-12-05 00:00:00+00:00,30.51,30.8,30.47,30.72,30.330881347656252,2200689.0,0.0,0.0 2023-12-06 00:00:00+00:00,30.87,31.19,30.740000000000002,30.92,30.52834716796875,3578949.0,0.0,0.0 2023-12-07 00:00:00+00:00,30.92,31.07241943359375,30.810000000000002,30.900000000000002,30.50860107421875,2177324.0,0.0,0.0 2023-12-08 00:00:00+00:00,30.87,31.14,30.68,31.07,30.67644775390625,2314811.0,0.0,0.0 2023-12-11 00:00:00+00:00,31.11,31.24715087890625,30.990000000000002,31.17,30.7751806640625,2930722.0,0.0,0.0 2023-12-12 00:00:00+00:00,31.23,31.63,30.98,31.59,31.18986083984375,2265424.0,0.0,0.0 2023-12-13 00:00:00+00:00,31.77,32.05,31.64,31.69,31.28859375,3145905.0,0.0,0.0 2023-12-14 00:00:00+00:00,31.85,32.06,30.44,30.63,30.242021484375,4875660.0,0.0,0.0 2023-12-15 00:00:00+00:00,30.580000000000002,30.69,30.04462890625,30.240000000000002,29.85696044921875,8815663.0,0.0,0.0 2023-12-18 00:00:00+00:00,30.25,30.7,30.150000000000002,30.6,30.21239990234375,4320658.0,0.0,0.0 2023-12-19 00:00:00+00:00,30.76,30.91,30.560000000000002,30.7,30.31113525390625,6593462.0,0.0,0.0 2023-12-20 00:00:00+00:00,30.810000000000002,30.96,30.68,30.86,30.4691064453125,3270755.0,0.0,0.0 2023-12-21 00:00:00+00:00,30.82,31.09,30.68,30.77,30.38024658203125,3972056.0,0.0,0.0 2023-12-22 00:00:00+00:00,30.8,31.01,30.67,30.75,30.36050048828125,1189874.0,0.0,0.0 2023-12-27 00:00:00+00:00,30.7,31.0,30.57,30.88,30.48885498046875,1881643.0,0.0,0.0 2023-12-28 00:00:00+00:00,30.970000000000002,31.09,30.92,30.93,30.53822021484375,1349756.0,0.0,0.0 2023-12-29 00:00:00+00:00,31.04,31.19,31.02,31.1,30.70606689453125,907810.0,0.0,0.0 2024-01-02 00:00:00+00:00,31.1,31.240000000000002,30.53722900390625,30.67,30.281513671875,2040258.0,0.0,0.0 2024-01-03 00:00:00+00:00,30.68,30.75,30.45,30.62,30.2321484375,2657433.0,0.0,0.0 2024-01-04 00:00:00+00:00,30.6,31.09,30.55,31.07,30.67644775390625,2667598.0,0.0,0.0 2024-01-05 00:00:00+00:00,30.87,31.03,30.8,31.0,30.607333984375,2437337.0,0.0,0.0 2024-01-08 00:00:00+00:00,31.03,31.43,30.9943994140625,31.39,30.99239501953125,2578078.0,0.0,0.0 2024-01-09 00:00:00+00:00,31.43,31.54,30.900000000000002,31.16,30.7653076171875,3406002.0,0.0,0.0 2024-01-10 00:00:00+00:00,31.16,31.62,31.12,31.62,31.21947998046875,2216791.0,0.0,0.0 2024-01-11 00:00:00+00:00,31.85,32.2,31.6,31.6,31.19973388671875,4950846.0,0.0,0.0 2024-01-12 00:00:00+00:00,31.68,32.28,31.67,32.28,31.87112060546875,2256783.0,0.0,0.0 2024-01-15 00:00:00+00:00,32.15,32.4,31.91740966796875,32.02,31.6144140625,1565483.0,0.0,0.0 2024-01-16 00:00:00+00:00,31.900000000000002,32.37,31.84,32.24,31.83162841796875,4063142.0,0.0,0.0 2024-01-17 00:00:00+00:00,32.04,32.230000000000004,31.96,32.21,31.8020068359375,3946826.0,0.0,0.0 2024-01-18 00:00:00+00:00,32.11,32.7,32.09,32.64,32.22656005859375,2991021.0,0.0,0.0 2024-01-19 00:00:00+00:00,32.84,33.04,32.75,32.8,32.38453369140625,4181821.0,0.0,0.0 2024-01-22 00:00:00+00:00,32.93,32.94,32.6,32.72,32.305546875,3912469.0,0.0,0.0 2024-01-23 00:00:00+00:00,32.74,32.7689501953125,32.29,32.42,32.00934814453125,1980309.0,0.0,0.0 2024-01-24 00:00:00+00:00,32.43,32.71,32.19,32.63,32.21668701171875,4740022.0,0.0,0.0 2024-01-25 00:00:00+00:00,32.62,32.72,32.503811035156254,32.57,32.1574462890625,2680597.0,0.0,0.0 2024-01-26 00:00:00+00:00,32.46,32.85278076171875,32.46,32.76,32.34504150390625,2620315.0,0.0,0.0 2024-01-29 00:00:00+00:00,32.8,32.99,32.58,32.660000000000004,32.24630859375,3882983.0,0.0,0.0 2024-01-30 00:00:00+00:00,32.77,33.1025390625,32.64,32.86,32.4437744140625,2584991.0,0.0,0.0 2024-01-31 00:00:00+00:00,32.97,33.08,32.62,32.62,32.206813964843754,4336810.0,0.0,0.0 2024-02-01 00:00:00+00:00,32.88,32.97,32.64,32.89,32.4733935546875,4007711.0,0.0,0.0 2024-02-02 00:00:00+00:00,33.2,33.21,32.82,33.08,32.660986328125,2693677.0,0.0,0.0 2024-02-05 00:00:00+00:00,32.96,33.19,32.92922119140625,33.01,32.591875,2645819.0,0.0,0.0 2024-02-06 00:00:00+00:00,33.14,33.25,32.82,32.87,32.4536474609375,5898499.0,0.0,0.0 2024-02-07 00:00:00+00:00,32.92,32.99,32.64,32.69,32.275927734375,5423250.0,0.0,0.0 2024-02-08 00:00:00+00:00,32.75,33.13,32.56,33.01,32.591875,3315352.0,0.0,0.0 2024-02-09 00:00:00+00:00,33.05,33.52,33.05,33.5,33.07566650390625,6551297.0,0.0,0.0 2024-02-12 00:00:00+00:00,33.68,33.79,33.27,33.35,32.927568359375,3201203.0,0.0,0.0 2024-02-13 00:00:00+00:00,33.35,33.4,32.45,32.65,32.23643310546875,5320468.0,0.0,0.0 2024-02-14 00:00:00+00:00,32.82,33.36,32.79,33.36,32.93744140625,12988266.0,0.0,0.0 2024-02-15 00:00:00+00:00,34.01,34.300000000000004,32.730000000000004,33.14,32.72022705078125,4640137.0,0.0,0.0 2024-02-16 00:00:00+00:00,33.57,34.07,33.27,34.02,33.58908203125,7313829.0,0.0,0.0 2024-02-19 00:00:00+00:00,33.85,34.21,33.6,34.12,33.68781494140625,3017430.0,0.0,0.0 2024-02-20 00:00:00+00:00,34.14,34.39,34.14,34.36,33.92477294921875,5947799.0,0.0,0.0 2024-02-21 00:00:00+00:00,34.58,34.64,34.11,34.34,33.90502685546875,4824780.0,0.0,0.0 2024-02-22 00:00:00+00:00,34.36,34.89,34.29,34.75,34.309833984375004,7237201.0,0.0,0.0 2024-02-23 00:00:00+00:00,34.9,35.1,34.74,35.0,34.556667480468754,4342346.0,0.0,0.0 2024-02-26 00:00:00+00:00,35.02,35.3181396484375,34.96,35.04,34.59615966796875,8012524.0,0.0,0.0 2024-02-27 00:00:00+00:00,35.02,35.06,34.37,34.54,34.1024951171875,4290750.0,0.0,0.0 2024-02-28 00:00:00+00:00,34.69,34.78,34.38862060546875,34.39,33.95439453125,4603069.0,0.0,0.0 2024-02-29 00:00:00+00:00,34.47,34.730000000000004,34.33,34.61,34.1716064453125,6259435.0,0.0,0.0 2024-03-01 00:00:00+00:00,34.6,34.660000000000004,33.88,34.11,33.67794189453125,3919195.0,0.0,0.0 2024-03-04 00:00:00+00:00,34.17,34.17,33.95,34.1,33.66806640625,3106351.0,0.0,0.0 2024-03-05 00:00:00+00:00,34.22,34.35,34.03428955078125,34.2,33.7668017578125,2880702.0,0.0,0.0 2024-03-06 00:00:00+00:00,34.4,34.43,33.8685400390625,34.14,33.70756103515625,4102587.0,0.0,0.0 2024-03-07 00:00:00+00:00,34.07,34.21,33.910000000000004,33.95,33.51996826171875,9385054.0,0.0,0.0 2024-03-08 00:00:00+00:00,33.980000000000004,34.14,33.87,34.05,33.618701171875,4129973.0,0.0,0.0 2024-03-11 00:00:00+00:00,33.86,33.97,33.4481005859375,33.6,33.17440185546875,6777781.0,0.0,0.0 2024-03-12 00:00:00+00:00,33.84,34.1,33.58,34.1,33.66806640625,4225873.0,0.0,0.0 2024-03-13 00:00:00+00:00,34.17,34.29,34.04548095703125,34.11,33.67794189453125,8807750.0,0.0,0.0 2024-03-14 00:00:00+00:00,34.19,34.230000000000004,33.69,33.910000000000004,33.4804736328125,2669853.0,0.0,0.0 2024-03-15 00:00:00+00:00,33.85,34.04,33.68,33.75,33.3225,8090027.0,0.0,0.0 2024-03-18 00:00:00+00:00,33.82,33.97,33.69,33.89,33.4607275390625,3229001.0,0.0,0.0 2024-03-19 00:00:00+00:00,33.78,33.855009765625,33.599990234375,33.82,33.39161376953125,2791392.0,0.0,0.0 2024-03-20 00:00:00+00:00,33.97,34.230000000000004,33.79,33.79,33.36199462890625,3925599.0,0.0,0.0 2024-03-21 00:00:00+00:00,34.0,34.62,33.84,34.51,34.07287353515625,7468942.0,0.0,0.0 2024-03-22 00:00:00+00:00,34.58,34.75,34.37,34.58,34.141987304687504,4892082.0,0.0,0.0 2024-03-25 00:00:00+00:00,34.54,34.67990966796875,34.26,34.28,33.84578857421875,2977771.0,0.0,0.0 2024-03-26 00:00:00+00:00,34.230000000000004,34.354951171875,34.01,34.1,33.66806640625,3429439.0,0.0,0.0 2024-03-27 00:00:00+00:00,34.300000000000004,34.43,34.19,34.27,33.8359130859375,3289756.0,0.0,0.0 2024-03-28 00:00:00+00:00,34.300000000000004,34.6,34.14,34.24,33.806293945312504,4554709.0,0.0,0.0 2024-04-02 00:00:00+01:00,34.06,34.39,33.49,33.56,33.134907226562504,3467361.0,0.0,0.0 2024-04-03 00:00:00+01:00,33.480000000000004,33.61,33.07,33.24,32.8189599609375,3665943.0,0.0,0.0 2024-04-04 00:00:00+01:00,33.2,33.26,32.9,33.13,32.710354003906254,4465657.0,0.0,0.0 2024-04-05 00:00:00+01:00,32.76,33.2,32.67,33.18,32.7597216796875,4022374.0,0.0,0.0 2024-04-08 00:00:00+01:00,33.08,33.2,32.86,32.99,32.57212646484375,3720029.0,0.0,0.0 2024-04-09 00:00:00+01:00,32.980000000000004,33.2154296875,32.87,33.2,32.7794677734375,3978668.0,0.0,0.0 2024-04-10 00:00:00+01:00,33.35,33.37,32.730000000000004,33.09,32.67086181640625,3249722.0,0.0,0.0 2024-04-11 00:00:00+01:00,32.980000000000004,33.19,32.87,33.19,32.7695947265625,4740249.0,0.0,0.0 2024-04-12 00:00:00+01:00,33.44,33.57,33.31,33.39,32.967060546875004,3622851.0,0.0,0.0 2024-04-15 00:00:00+01:00,33.47,33.77,33.29248046875,33.54,33.1151611328125,2450393.0,0.0,0.0 2024-04-16 00:00:00+01:00,33.15,33.29,32.88,33.05,32.631367187500004,2634806.0,0.0,0.0 2024-04-17 00:00:00+01:00,32.97,33.51,32.923349609375,33.05,32.631367187500004,2832007.0,0.0,0.0 2024-04-18 00:00:00+01:00,33.32,33.38,33.08,33.29,32.86832763671875,6021283.0,0.0,0.0 2024-04-19 00:00:00+01:00,33.07,33.2,32.85,33.02,32.601748046875,3553174.0,0.0,0.0 2024-04-22 00:00:00+01:00,33.31,33.64,33.31,33.480000000000004,33.05592041015625,3314577.0,0.0,0.0 2024-04-23 00:00:00+01:00,33.6,33.88,33.52,33.64,33.213894042968754,6096606.0,0.0,0.0 2024-04-24 00:00:00+01:00,33.69,33.7597998046875,33.05,33.05,32.631367187500004,8232217.0,0.0,0.0 2024-04-25 00:00:00+01:00,32.8,33.01,32.18,32.81,32.39440673828125,8117904.0,0.0,0.0 2024-04-26 00:00:00+01:00,33.03,33.31,32.90948974609375,33.29,32.86832763671875,2370724.0,0.0,0.0 2024-04-29 00:00:00+01:00,33.230000000000004,33.35,32.85,32.93,32.51288818359375,2230147.0,0.0,0.0 2024-04-30 00:00:00+01:00,32.89,33.33,32.82,33.03,32.61162109375,2984761.0,0.0,0.0 2024-05-01 00:00:00+01:00,32.92,33.03,32.806599121093754,33.0,32.582001953125,2361963.0,0.0,0.0 2024-05-02 00:00:00+01:00,32.59,32.59,32.59,32.84,32.84,5126169.0,41.8,0.0 2024-05-03 00:00:00+01:00,32.89,33.64,32.89,33.58,33.58,3143641.0,0.0,0.0 2024-05-07 00:00:00+01:00,33.87,34.22,33.86,34.11,34.11,6889448.0,0.0,0.0 2024-05-08 00:00:00+01:00,34.22,34.550000000000004,34.160000000000004,34.33,34.33,2834270.0,0.0,0.0 2024-05-09 00:00:00+01:00,34.26,34.64,34.08,34.51,34.51,2230157.0,0.0,0.0 2024-05-10 00:00:00+01:00,34.53,34.730000000000004,34.46,34.59,34.59,5984048.0,0.0,0.0 2024-05-13 00:00:00+01:00,34.62,34.74,34.04,34.11,34.11,1814752.0,0.0,0.0 2024-05-14 00:00:00+01:00,34.160000000000004,34.51,34.15,34.44,34.44,2475775.0,0.0,0.0 2024-05-15 00:00:00+01:00,34.64,34.87,34.38,34.62,34.62,2331296.0,0.0,0.0 2024-05-16 00:00:00+01:00,34.61,34.72,34.29,34.550000000000004,34.550000000000004,3075739.0,0.0,0.0 2024-05-17 00:00:00+01:00,34.49,34.800000000000004,34.35,34.58,34.58,3928851.0,0.0,0.0 2024-05-20 00:00:00+01:00,34.53,34.69,34.480000000000004,34.660000000000004,34.660000000000004,2236730.0,0.0,0.0 2024-05-21 00:00:00+01:00,34.53,34.75,34.49,34.65,34.65,3278213.0,0.0,0.0 2024-05-22 00:00:00+01:00,34.52,34.82323974609375,34.300000000000004,34.82,34.82,5874563.0,0.0,0.0 2024-05-23 00:00:00+01:00,34.89,35.13,34.76,34.9,34.9,4226494.0,0.0,0.0 2024-05-24 00:00:00+01:00,34.67,35.26,34.47,35.2,35.2,2282891.0,0.0,0.0 2024-05-28 00:00:00+01:00,35.1,35.42,34.2589697265625,34.26,34.26,3596021.0,0.0,0.0 2024-05-29 00:00:00+01:00,34.05,34.31,34.03,34.15,34.15,2225915.0,0.0,0.0 2024-05-30 00:00:00+01:00,34.12,34.300000000000004,34.00488037109375,34.01,34.01,3889309.0,0.0,0.0 2024-05-31 00:00:00+01:00,34.09,34.36,34.008349609375,34.160000000000004,34.160000000000004,5500366.0,0.0,0.0 2024-06-03 00:00:00+01:00,34.58,34.75,34.15,34.22,34.22,5024001.0,0.0,0.0 2024-06-04 00:00:00+01:00,34.26,34.93,34.22,34.87,34.87,3321626.0,0.0,0.0 2024-06-05 00:00:00+01:00,35.06,35.21,34.76,35.21,35.21,3306784.0,0.0,0.0 2024-06-06 00:00:00+01:00,35.36,35.67,35.35,35.4,35.4,1969723.0,0.0,0.0 2024-06-07 00:00:00+01:00,35.54,35.62,35.17,35.31,35.31,1634216.0,0.0,0.0 2024-06-10 00:00:00+01:00,35.1,35.300000000000004,34.93,35.03,35.03,2749842.0,0.0,0.0 2024-06-11 00:00:00+01:00,35.19,35.34,34.81,34.910000000000004,34.910000000000004,3029317.0,0.0,0.0 2024-06-12 00:00:00+01:00,35.13,35.730000000000004,34.7,35.72,35.72,2757351.0,0.0,0.0 2024-06-13 00:00:00+01:00,35.82,36.156708984375,35.67,35.76,35.76,2686896.0,0.0,0.0 2024-06-14 00:00:00+01:00,35.75,35.800000000000004,35.43,35.58,35.58,2455864.0,0.0,0.0 2024-06-17 00:00:00+01:00,35.84,35.93,35.5822900390625,35.68,35.68,2411144.0,0.0,0.0 2024-06-18 00:00:00+01:00,35.78,36.06,35.69,35.910000000000004,35.910000000000004,2619688.0,0.0,0.0 2024-06-19 00:00:00+01:00,35.85,35.89,35.61,35.87,35.87,2245587.0,0.0,0.0 2024-06-20 00:00:00+01:00,35.87,36.22,35.75,36.08,36.08,4440815.0,0.0,0.0 2024-06-21 00:00:00+01:00,36.03,36.17,35.74,36.0,36.0,8855844.0,0.0,0.0 2024-06-24 00:00:00+01:00,36.01,36.35,35.86,36.12,36.12,5026520.0,0.0,0.0 2024-06-25 00:00:00+01:00,35.97,36.34,35.77,36.15,36.15,4770481.0,0.0,0.0 2024-06-26 00:00:00+01:00,36.34,36.46287109375,35.93,36.04,36.04,2470461.0,0.0,0.0 2024-06-27 00:00:00+01:00,36.1,36.58282958984375,36.086640625,36.54,36.54,2571616.0,0.0,0.0 2024-06-28 00:00:00+01:00,36.64,36.75,36.34,36.39,36.39,4370401.0,0.0,0.0 2024-07-01 00:00:00+01:00,36.49,36.57,35.67,35.77,35.77,2421009.0,0.0,0.0 2024-07-02 00:00:00+01:00,35.62,35.99,35.51,35.75,35.75,2286546.0,0.0,0.0 2024-07-03 00:00:00+01:00,35.88,35.88,35.59,35.7,35.7,4026067.0,0.0,0.0 2024-07-04 00:00:00+01:00,35.93,36.020581054687504,35.71,35.83,35.83,1854391.0,0.0,0.0 2024-07-05 00:00:00+01:00,36.050000000000004,36.17,35.765029296875,35.85,35.85,2064471.0,0.0,0.0 2024-07-08 00:00:00+01:00,35.86,36.11,35.61,35.93,35.93,1819421.0,0.0,0.0 2024-07-09 00:00:00+01:00,35.93,36.31,35.88,35.95,35.95,4052077.0,0.0,0.0 2024-07-10 00:00:00+01:00,36.1,36.18,35.93,35.95,35.95,4738972.0,0.0,0.0 2024-07-11 00:00:00+01:00,35.980000000000004,36.050000000000004,35.43,35.43,35.43,2779741.0,0.0,0.0 2024-07-12 00:00:00+01:00,35.57,35.84,35.46,35.76,35.76,1868553.0,0.0,0.0 2024-07-15 00:00:00+01:00,35.7,36.06137939453125,35.4,35.4,35.4,1808767.0,0.0,0.0 2024-07-16 00:00:00+01:00,35.21,35.59,35.11,35.480000000000004,35.480000000000004,3651271.0,0.0,0.0 2024-07-17 00:00:00+01:00,35.37,35.46,34.92,34.92,34.92,2906790.0,0.0,0.0 2024-07-18 00:00:00+01:00,34.96,35.21,34.64751953125,34.730000000000004,34.730000000000004,2096886.0,0.0,0.0 2024-07-19 00:00:00+01:00,34.64,35.13,34.56,34.7,34.7,2398857.0,0.0,0.0 2024-07-22 00:00:00+01:00,34.88,35.230000000000004,34.800000000000004,35.12,35.12,4820937.0,0.0,0.0 2024-07-23 00:00:00+01:00,35.11,35.14,34.83,35.12,35.12,4457574.0,0.0,0.0 2024-07-24 00:00:00+01:00,34.87,34.95,34.7,34.82,34.82,2505707.0,0.0,0.0 2024-07-25 00:00:00+01:00,34.96,36.04,34.480000000000004,35.83,35.83,6628257.0,0.0,0.0 2024-07-26 00:00:00+01:00,35.72,36.22,35.65,36.08,36.08,2272199.0,0.0,0.0 2024-07-29 00:00:00+01:00,36.160000000000004,36.660000000000004,36.160000000000004,36.61,36.61,4914445.0,0.0,0.0 2024-07-30 00:00:00+01:00,36.54,36.93,36.35,36.88,36.88,3299608.0,0.0,0.0 2024-07-31 00:00:00+01:00,,,,,,,0.0,0.0 2024-08-01 00:00:00+01:00,36.57,36.57,35.82,35.9,35.9,3147454.0,18.2,0.0 2024-08-02 00:00:00+01:00,35.68,35.77,35.35,35.67,35.67,5130103.0,0.0,0.0 2024-08-05 00:00:00+01:00,35.17,35.37,34.24,34.67,34.67,6321474.0,0.0,0.0 2024-08-06 00:00:00+01:00,34.7,34.78,34.160000000000004,34.5,34.5,8406175.0,0.0,0.0 2024-08-07 00:00:00+01:00,34.72,35.18,34.480000000000004,35.12,35.12,3311753.0,0.0,0.0 2024-08-08 00:00:00+01:00,34.9,35.01,34.585,34.97,34.97,2504464.0,0.0,0.0 2024-08-09 00:00:00+01:00,34.88,35.26,34.88,35.11,35.11,3641714.0,0.0,0.0 2024-08-12 00:00:00+01:00,35.37,35.45,35.09,35.31,35.31,5011138.0,0.0,0.0 2024-08-13 00:00:00+01:00,35.410000000000004,35.53,34.97,35.29,35.29,1558128.0,0.0,0.0 2024-08-14 00:00:00+01:00,35.43,35.56,35.22,35.5,35.5,1821877.0,0.0,0.0 2024-08-15 00:00:00+01:00,35.69,35.74,35.44,35.550000000000004,35.550000000000004,3317356.0,0.0,0.0 2024-08-16 00:00:00+01:00,35.550000000000004,35.58,35.19,35.32,35.32,2633500.0,0.0,0.0 2024-08-19 00:00:00+01:00,35.19,35.5,35.03,35.4,35.4,1265449.0,0.0,0.0 2024-08-20 00:00:00+01:00,35.43,35.54,35.18,35.24,35.24,1410307.0,0.0,0.0 2024-08-21 00:00:00+01:00,35.29,35.51,35.230000000000004,35.35,35.35,3419810.0,0.0,0.0 2024-08-22 00:00:00+01:00,35.39,35.47197998046875,35.15,35.19,35.19,901758.0,0.0,0.0 ================================================ FILE: tests/data/RGL-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,6.070883178710938,6.070883178710938,5.855872802734375,5.925435180664063,3.4905227267813825,128747,0.0,0.0,True 2022-01-05 00:00:00+00:00,5.887492065429687,6.070883178710938,5.824254150390625,5.881168212890625,3.4644459283509845,120674,0.0,0.0,True 2022-01-06 00:00:00+00:00,6.007645263671876,6.007645263671876,5.817930297851563,5.887492065429687,3.4681715466643475,192480,0.0,0.0,True 2022-01-07 00:00:00+00:00,5.94440673828125,5.94440673828125,5.849548950195312,5.887492065429687,3.4681715466643475,405786,0.0,0.0,True 2022-01-10 00:00:00+00:00,5.906464233398437,5.963378295898438,5.881168212890625,5.957053833007812,3.5091486499797906,81423,0.0,0.0,True 2022-01-11 00:00:00+00:00,5.950731201171875,6.0645599365234375,5.811605834960938,5.836901245117188,3.4383687685258515,95940,0.0,0.0,True 2022-01-12 00:00:00+00:00,5.881168212890625,5.946682739257812,5.7985162353515625,5.855872802734375,3.449545262071206,99685,0.0,0.0,True 2022-01-13 00:00:00+00:00,5.89381591796875,5.906464233398437,5.798958129882813,5.824254150390625,3.4309197002675322,93564,0.0,0.0,True 2022-01-14 00:00:00+00:00,5.830578002929688,5.8432250976562505,5.779987182617187,5.824254150390625,3.4309197002675322,108579,0.0,0.0,True 2022-01-17 00:00:00+00:00,5.798958129882813,5.881168212890625,5.792634887695312,5.824254150390625,3.4309197002675322,99195,0.0,0.0,True 2022-01-18 00:00:00+00:00,5.849548950195312,5.855872802734375,5.773662719726563,5.824254150390625,3.4309197002675322,60435,0.0,0.0,True 2022-01-19 00:00:00+00:00,5.7673388671875,5.824254150390625,5.7673388671875,5.824254150390625,3.4309197002675322,83907,0.0,0.0,True 2022-01-20 00:00:00+00:00,5.830578002929688,5.836901245117188,5.788713989257813,5.811605834960938,3.4234681022460736,85212,0.0,0.0,True 2022-01-21 00:00:00+00:00,5.817930297851563,5.8432250976562505,5.7673388671875,5.7673388671875,3.397392026605143,51823,0.0,0.0,True 2022-01-24 00:00:00+00:00,5.773662719726563,5.817930297851563,5.691453247070313,5.754691772460937,3.3899418741626204,166640,0.0,0.0,True 2022-01-25 00:00:00+00:00,5.779987182617187,5.779987182617187,5.6535101318359375,5.659833984375,3.3340641045673975,80112,0.0,0.0,True 2022-01-26 00:00:00+00:00,5.67880615234375,5.729395751953125,5.628214721679687,5.7104248046875,3.3638650757322224,71144,0.0,0.0,True 2022-01-27 00:00:00+00:00,5.672482299804687,5.7104248046875,5.647186279296875,5.691453247070313,3.352690027765805,93624,0.0,0.0,True 2022-01-28 00:00:00+00:00,5.6535101318359375,5.773662719726563,5.647186279296875,5.716749267578125,3.367590694045584,236687,0.0,0.0,True 2022-01-31 00:00:00+00:00,5.564976196289063,5.729395751953125,5.564976196289063,5.6408630371093755,3.3228883338115134,156263,0.0,0.0,True 2022-02-01 00:00:00+00:00,5.564976196289063,5.691453247070313,5.564976196289063,5.659833984375,3.3340641045673975,103233,0.0,0.0,True 2022-02-02 00:00:00+00:00,5.691453247070313,5.697777099609375,5.645922241210938,5.685128784179688,3.3489636866629744,62250,0.0,0.0,True 2022-02-03 00:00:00+00:00,5.697777099609375,5.754691772460937,5.668118286132812,5.697777099609375,3.356414923289699,248516,0.0,0.0,True 2022-02-04 00:00:00+00:00,5.659833984375,5.742044067382813,5.628214721679687,5.628214721679687,3.3154381813689895,121050,0.0,0.0,True 2022-02-07 00:00:00+00:00,5.666157836914063,5.691453247070313,5.615567016601562,5.628214721679687,3.3154381813689895,77485,0.0,0.0,True 2022-02-08 00:00:00+00:00,5.647186279296875,5.6535101318359375,5.615567016601562,5.615567016601562,3.3079865833475317,128621,0.0,0.0,True 2022-02-09 00:00:00+00:00,5.6092431640625,5.647186279296875,5.6092431640625,5.6092431640625,3.304262049218371,146108,0.0,0.0,True 2022-02-10 00:00:00+00:00,5.634539184570313,5.647186279296875,5.581417846679687,5.634539184570313,3.31916271549815,171909,0.0,0.0,True 2022-02-11 00:00:00+00:00,5.647186279296875,5.67880615234375,5.596596069335938,5.647186279296875,3.326612506545939,197604,0.0,0.0,True 2022-02-14 00:00:00+00:00,5.564976196289063,5.634539184570313,5.564976196289063,5.628214721679687,3.3154381813689895,67537,0.0,0.0,True 2022-02-15 00:00:00+00:00,5.6092431640625,5.628214721679687,5.577623901367188,5.615567016601562,3.3079865833475317,57442,0.0,0.0,True 2022-02-16 00:00:00+00:00,5.628214721679687,5.666157836914063,5.5713000488281255,5.6092431640625,3.304262049218371,73055,0.0,0.0,True 2022-02-17 00:00:00+00:00,5.67880615234375,5.67880615234375,5.582935791015625,5.5839477539062505,3.2893602987543895,83277,0.0,0.0,True 2022-02-18 00:00:00+00:00,5.628214721679687,5.6535101318359375,5.602918701171875,5.628214721679687,3.3154381813689895,89554,0.0,0.0,True 2022-02-21 00:00:00+00:00,5.5713000488281255,5.6408630371093755,5.539680786132813,5.539680786132813,3.263284584508194,109872,0.0,0.0,True 2022-02-22 00:00:00+00:00,5.520709838867187,5.5713000488281255,5.438499755859375,5.457470703125,3.214856244566025,98873,0.0,0.0,True 2022-02-23 00:00:00+00:00,5.470119018554688,5.6092431640625,5.470119018554688,5.5713000488281255,3.2819108691013352,104830,0.0,0.0,True 2022-02-24 00:00:00+00:00,5.514385986328125,5.53335693359375,5.42585205078125,5.438499755859375,3.2036811965996095,139600,0.0,0.0,True 2022-02-25 00:00:00+00:00,5.495413818359375,5.6408630371093755,5.37526123046875,5.6408630371093755,3.3228883338115134,70233,0.0,0.0,True 2022-02-28 00:00:00+00:00,5.438499755859375,5.602918701171875,5.438499755859375,5.596596069335938,3.296811535381115,485944,0.0,0.0,True 2022-03-01 00:00:00+00:00,5.628214721679687,5.628214721679687,5.432175903320313,5.50173828125,3.2409330429964243,58747,0.0,0.0,True 2022-03-02 00:00:00+00:00,5.564976196289063,5.566557006835938,5.451146850585937,5.50173828125,3.2409330429964243,168395,0.0,0.0,True 2022-03-03 00:00:00+00:00,5.457470703125,5.615567016601562,5.356290283203125,5.356290283203125,3.255857142831073,99336,0.17,0.0,True 2022-03-04 00:00:00+00:00,5.42585205078125,5.564976196289063,5.049584045410156,5.11598388671875,3.109785347796957,218358,0.0,0.0,True 2022-03-07 00:00:00+00:00,5.128632202148437,5.141721801757813,4.806116027832031,5.014802856445312,3.04828171860545,226292,0.0,0.0,True 2022-03-08 00:00:00+00:00,4.932593078613281,5.255108032226563,4.932593078613281,5.255108032226563,3.1943529544360203,161711,0.0,0.0,True 2022-03-09 00:00:00+00:00,5.0590689086914065,5.327833251953125,5.0590689086914065,5.3120227050781255,3.2289486410055774,101313,0.0,0.0,True 2022-03-10 00:00:00+00:00,5.305698852539063,5.3942327880859375,5.274080200195312,5.37526123046875,3.2673886655518958,106377,0.0,0.0,True 2022-03-11 00:00:00+00:00,5.3815850830078125,5.5535302734375005,5.330994262695312,5.457470703125,3.3173602128190347,79378,0.0,0.0,True 2022-03-14 00:00:00+00:00,5.457470703125,5.596596069335938,5.451527099609375,5.482766723632813,3.332736819121345,111283,0.0,0.0,True 2022-03-15 00:00:00+00:00,5.615567016601562,5.615567016601562,5.413203735351563,5.438499755859375,3.3058286900982132,78844,0.0,0.0,True 2022-03-16 00:00:00+00:00,5.628214721679687,5.628214721679687,5.419528198242188,5.438499755859375,3.3058286900982132,101363,0.0,0.0,True 2022-03-17 00:00:00+00:00,5.628214721679687,5.628214721679687,5.451146850585937,5.590272216796875,3.398084599888429,60809,0.0,0.0,True 2022-03-18 00:00:00+00:00,5.590272216796875,5.621890869140625,5.4890899658203125,5.564976196289063,3.3827079935861195,168271,0.0,0.0,True 2022-03-21 00:00:00+00:00,5.564976196289063,5.602918701171875,5.508062133789062,5.564976196289063,3.3827079935861195,65664,0.0,0.0,True 2022-03-22 00:00:00+00:00,5.564976196289063,5.5839477539062505,5.539680786132813,5.564976196289063,3.3827079935861195,63874,0.0,0.0,True 2022-03-23 00:00:00+00:00,5.5713000488281255,5.574462280273438,5.4890899658203125,5.5713000488281255,3.3865523315628803,77386,0.0,0.0,True 2022-03-24 00:00:00+00:00,5.628214721679687,5.628214721679687,5.4764428710937505,5.50173828125,3.3442683418421666,84317,0.0,0.0,True 2022-03-25 00:00:00+00:00,5.5713000488281255,5.5713000488281255,5.485991821289063,5.5460052490234375,3.3711768436676617,94811,0.0,0.0,True 2022-03-28 00:00:00+01:00,5.577623901367188,5.577623901367188,5.50173828125,5.564976196289063,3.3827079935861195,106396,0.0,0.0,True 2022-03-29 00:00:00+01:00,5.596596069335938,5.599630737304688,5.5523291015625,5.5713000488281255,3.3865523315628803,157353,0.0,0.0,True 2022-03-30 00:00:00+01:00,5.5713000488281255,5.590272216796875,5.482766723632813,5.558652954101563,3.3788647740164532,54424,0.0,0.0,True 2022-03-31 00:00:00+01:00,5.482766723632813,5.577623901367188,5.482766723632813,5.53335693359375,3.3634881677141433,135666,0.0,0.0,True 2022-04-01 00:00:00+01:00,5.482766723632813,5.590272216796875,5.482766723632813,5.5523291015625,3.375020808842057,123139,0.0,0.0,True 2022-04-04 00:00:00+01:00,5.564976196289063,5.621890869140625,5.50173828125,5.564976196289063,3.3827079935861195,140186,0.0,0.0,True 2022-04-05 00:00:00+01:00,5.4764428710937505,5.5839477539062505,5.4764428710937505,5.5523291015625,3.375020808842057,118893,0.0,0.0,True 2022-04-06 00:00:00+01:00,5.621890869140625,5.621890869140625,5.4890899658203125,5.539680786132813,3.3673325056909023,149078,0.0,0.0,True 2022-04-07 00:00:00+01:00,5.564976196289063,5.6092431640625,5.4890899658203125,5.514385986328125,3.3519566449933214,248504,0.0,0.0,True 2022-04-08 00:00:00+01:00,5.558652954101563,5.567379760742187,5.495413818359375,5.514385986328125,3.3519566449933214,101735,0.0,0.0,True 2022-04-11 00:00:00+01:00,5.564976196289063,5.5713000488281255,5.50173828125,5.539680786132813,3.3673325056909023,187090,0.0,0.0,True 2022-04-12 00:00:00+01:00,5.564976196289063,5.564976196289063,5.508441162109375,5.527033081054688,3.3596438297373843,206781,0.0,0.0,True 2022-04-13 00:00:00+01:00,5.5460052490234375,5.564976196289063,5.496110229492188,5.514385986328125,3.3519566449933214,153338,0.0,0.0,True 2022-04-14 00:00:00+01:00,5.53335693359375,5.558652954101563,5.482766723632813,5.482766723632813,3.332736819121345,289417,0.0,0.0,True 2022-04-19 00:00:00+01:00,5.50173828125,5.5839477539062505,5.4764428710937505,5.4764428710937505,3.328892481144585,191512,0.0,0.0,True 2022-04-20 00:00:00+01:00,5.495413818359375,5.5523291015625,5.4890899658203125,5.50173828125,3.3442683418421666,143905,0.0,0.0,True 2022-04-21 00:00:00+01:00,5.514385986328125,5.5713000488281255,5.451146850585937,5.50173828125,3.3442683418421666,243982,0.0,0.0,True 2022-04-22 00:00:00+01:00,5.527033081054688,5.5523291015625,5.438499755859375,5.438499755859375,3.3058286900982132,234183,0.0,0.0,True 2022-04-25 00:00:00+01:00,5.438499755859375,5.4890899658203125,5.413203735351563,5.482766723632813,3.332736819121345,194186,0.0,0.0,True 2022-04-26 00:00:00+01:00,5.564976196289063,5.564976196289063,5.470119018554688,5.4764428710937505,3.328892481144585,72643,0.0,0.0,True 2022-04-27 00:00:00+01:00,5.457470703125,5.514385986328125,5.3942327880859375,5.3942327880859375,3.278920933877446,127773,0.0,0.0,True 2022-04-28 00:00:00+01:00,5.42585205078125,5.508062133789062,5.387908935546875,5.406881103515625,3.286608864226236,97353,0.0,0.0,True 2022-04-29 00:00:00+01:00,5.44482421875,5.451146850585937,5.356290283203125,5.356290283203125,3.255857142831073,176633,0.0,0.0,True 2022-05-03 00:00:00+01:00,5.387908935546875,5.44482421875,5.266174926757812,5.293051147460938,3.217417118284755,197139,0.0,0.0,True 2022-05-04 00:00:00+01:00,5.305698852539063,5.37526123046875,5.248784790039062,5.337318115234375,3.244324874505523,174250,0.0,0.0,True 2022-05-05 00:00:00+01:00,5.3499658203125,5.37526123046875,5.251187744140625,5.280404052734375,3.209729560738329,164503,0.0,0.0,True 2022-05-06 00:00:00+01:00,5.2867279052734375,5.337318115234375,5.210714721679688,5.280404052734375,3.209729560738329,119554,0.0,0.0,True 2022-05-09 00:00:00+01:00,5.217164916992187,5.299375,5.141279296875,5.185546264648438,3.1520689647153066,140014,0.0,0.0,True 2022-05-10 00:00:00+01:00,5.185546264648438,5.2424609375,5.172899169921875,5.172899169921875,3.1443817799712437,124531,0.0,0.0,True 2022-05-11 00:00:00+01:00,5.185546264648438,5.299375,5.179221801757812,5.299375,3.2212603378544236,90376,0.0,0.0,True 2022-05-12 00:00:00+01:00,5.248784790039062,5.3499658203125,5.248784790039062,5.299375,3.2212603378544236,164308,0.0,0.0,True 2022-05-13 00:00:00+01:00,5.217164916992187,5.4643011474609375,5.217164916992187,5.419528198242188,3.294297167377391,343718,0.0,0.0,True 2022-05-16 00:00:00+01:00,5.419528198242188,5.483272094726563,5.387908935546875,5.42585205078125,3.2981407597494217,317011,0.0,0.0,True 2022-05-17 00:00:00+01:00,5.438499755859375,5.451146850585937,5.3815850830078125,5.406881103515625,3.286608864226236,132405,0.0,0.0,True 2022-05-18 00:00:00+01:00,5.37526123046875,5.451146850585937,5.37526123046875,5.44482421875,3.3096730280749718,147265,0.0,0.0,True 2022-05-19 00:00:00+01:00,5.451146850585937,5.451146850585937,5.387908935546875,5.419528198242188,3.294297167377391,117102,0.0,0.0,True 2022-05-20 00:00:00+01:00,5.451146850585937,5.451146850585937,5.3815850830078125,5.42585205078125,3.2981407597494217,133591,0.0,0.0,True 2022-05-23 00:00:00+01:00,5.438499755859375,5.451146850585937,5.387908935546875,5.419528198242188,3.294297167377391,184831,0.0,0.0,True 2022-05-24 00:00:00+01:00,5.37526123046875,5.432175903320313,5.305698852539063,5.31834716796875,3.232792978982337,168533,0.0,0.0,True 2022-05-25 00:00:00+01:00,5.3120227050781255,5.406881103515625,5.255108032226563,5.3815850830078125,3.271232630726291,265913,0.0,0.0,True 2022-05-26 00:00:00+01:00,5.42585205078125,5.42585205078125,5.337318115234375,5.337318115234375,3.244324874505523,72249,0.0,0.0,True 2022-05-27 00:00:00+01:00,5.31834716796875,5.368936767578125,5.293051147460938,5.368936767578125,3.2635443275751355,83493,0.0,0.0,True 2022-05-30 00:00:00+01:00,5.293051147460938,5.384114990234375,5.293051147460938,5.356290283203125,3.255857142831073,81090,0.0,0.0,True 2022-05-31 00:00:00+01:00,5.356290283203125,5.3784228515625,5.31948486328125,5.356290283203125,3.255857142831073,509778,0.0,0.0,True 2022-06-01 00:00:00+01:00,5.2867279052734375,5.368936767578125,5.236137084960937,5.261431884765625,3.2998483323039087,93008,0.165,0.0,True 2022-06-06 00:00:00+01:00,5.248784790039062,5.327833251953125,5.236137084960937,5.236137084960937,3.283984420044267,112582,0.0,0.0,True 2022-06-07 00:00:00+01:00,5.21084228515625,5.261431884765625,5.204517822265625,5.217164916992187,3.272085428383564,132380,0.0,0.0,True 2022-06-08 00:00:00+01:00,5.217164916992187,5.274080200195312,5.170875244140625,5.217164916992187,3.272085428383564,976427,0.0,0.0,True 2022-06-09 00:00:00+01:00,5.248784790039062,5.248784790039062,5.1684722900390625,5.21084228515625,3.2681201232515456,220917,0.0,0.0,True 2022-06-10 00:00:00+01:00,5.198193969726563,5.255108032226563,5.128632202148437,5.185546264648438,3.2522554419257426,164226,0.0,0.0,True 2022-06-13 00:00:00+01:00,5.337318115234375,5.337318115234375,4.995830993652344,5.046422119140625,3.1649996946338246,160723,0.0,0.0,True 2022-06-14 00:00:00+01:00,5.027449951171875,5.084364929199219,4.945239868164062,5.040097961425781,3.1610330436360234,134191,0.0,0.0,True 2022-06-15 00:00:00+01:00,5.0590689086914065,5.0590689086914065,4.989507141113282,4.989507141113282,3.129304065517498,93008,0.0,0.0,True 2022-06-16 00:00:00+01:00,4.995830993652344,5.019229125976563,4.818764038085938,4.818764038085938,3.022217562701598,197264,0.0,0.0,True 2022-06-17 00:00:00+01:00,4.8314111328125,4.913620910644531,4.768172912597656,4.8630310058593755,3.049981235688104,246723,0.0,0.0,True 2022-06-20 00:00:00+01:00,4.8756781005859375,4.907297058105469,4.850382995605469,4.907297058105469,3.077743562808827,136025,0.0,0.0,True 2022-06-21 00:00:00+01:00,4.882001953125,4.919945068359375,4.844059143066406,4.8693539428710935,3.0539465408201223,136437,0.0,0.0,True 2022-06-22 00:00:00+01:00,4.8693539428710935,4.913620910644531,4.616401062011719,4.75552490234375,2.9825554748540086,461320,0.0,0.0,True 2022-06-23 00:00:00+01:00,4.616401062011719,4.745216979980468,4.616401062011719,4.717582092285157,2.9587590296649253,222982,0.0,0.0,True 2022-06-24 00:00:00+01:00,4.8314111328125,4.8314111328125,4.6339810180664065,4.736553955078125,2.970657444526007,132007,0.0,0.0,True 2022-06-27 00:00:00+01:00,4.8314111328125,4.8314111328125,4.679638977050781,4.723905944824219,2.9627249115965655,80745,0.0,0.0,True 2022-06-28 00:00:00+01:00,4.7112579345703125,4.8314111328125,4.704934997558594,4.806116027832031,3.0142852220386955,127212,0.0,0.0,True 2022-06-29 00:00:00+01:00,4.761849060058593,4.8314111328125,4.64802001953125,4.717582092285157,2.9587590296649253,99230,0.0,0.0,True 2022-06-30 00:00:00+01:00,4.584782104492188,4.72327392578125,4.5088958740234375,4.572134094238281,2.867537015908288,261442,0.0,0.0,True 2022-07-01 00:00:00+01:00,4.565809936523437,4.645238037109375,4.527867126464844,4.54051513671875,2.847706452650845,225954,0.0,0.0,True 2022-07-04 00:00:00+01:00,4.742878112792969,4.742878112792969,4.461466979980469,4.477276000976563,2.8080443648032563,371417,0.0,0.0,True 2022-07-05 00:00:00+01:00,4.483599853515625,4.5045318603515625,4.401390075683594,4.433009948730469,2.7802812686163705,191932,0.0,0.0,True 2022-07-06 00:00:00+01:00,4.458305053710937,4.578457946777344,4.388742980957032,4.388742980957032,2.7525183646960256,170657,0.0,0.0,True 2022-07-07 00:00:00+01:00,4.3634469604492185,4.5088958740234375,4.3634469604492185,4.5088958740234375,2.8278755048603204,299627,0.0,0.0,True 2022-07-08 00:00:00+01:00,4.515219116210938,4.565809936523437,4.4456570434570315,4.527867126464844,2.8397739197214027,339100,0.0,0.0,True 2022-07-11 00:00:00+01:00,4.54051513671875,4.584782104492188,4.426686096191406,4.515219116210938,2.83184119452542,179602,0.0,0.0,True 2022-07-12 00:00:00+01:00,4.502572021484375,4.5531619262695315,4.489924011230469,4.527867126464844,2.8397739197214027,92385,0.0,0.0,True 2022-07-13 00:00:00+01:00,4.527867126464844,4.568971862792969,4.49118896484375,4.496247863769532,2.819942971930878,69474,0.0,0.0,True 2022-07-14 00:00:00+01:00,4.496247863769532,4.52154296875,4.395067138671875,4.477276000976563,2.8080443648032563,141179,0.0,0.0,True 2022-07-15 00:00:00+01:00,4.515219116210938,4.584148864746094,4.490367126464844,4.559486083984375,2.859604290712305,94183,0.0,0.0,True 2022-07-18 00:00:00+01:00,4.6037530517578125,4.6669918823242185,4.433009948730469,4.622724914550782,2.899266186293354,138268,0.0,0.0,True 2022-07-19 00:00:00+01:00,4.572134094238281,4.7112579345703125,4.470953063964844,4.622724914550782,2.899266186293354,135245,0.0,0.0,True 2022-07-20 00:00:00+01:00,4.660668029785156,4.673315124511719,4.596986999511719,4.641695861816406,2.911164793420976,368003,0.0,0.0,True 2022-07-21 00:00:00+01:00,4.742878112792969,4.742878112792969,4.572134094238281,4.616401062011719,2.895300496628254,62091,0.0,0.0,True 2022-07-22 00:00:00+01:00,4.5531619262695315,4.679638977050781,4.5531619262695315,4.622724914550782,2.899266186293354,107863,0.0,0.0,True 2022-07-25 00:00:00+01:00,4.635372009277344,4.736553955078125,4.584782104492188,4.610076904296875,2.891334037896993,165076,0.0,0.0,True 2022-07-26 00:00:00+01:00,4.641695861816406,4.6669918823242185,4.584782104492188,4.64802001953125,2.915130867619156,75113,0.0,0.0,True 2022-07-27 00:00:00+01:00,4.742878112792969,4.742878112792969,4.591105041503907,4.597428894042969,2.8834011204344696,182745,0.0,0.0,True 2022-07-28 00:00:00+01:00,4.616401062011719,4.654343872070313,4.586362915039063,4.635372009277344,2.907198334689714,51555,0.0,0.0,True 2022-07-29 00:00:00+01:00,4.64802001953125,4.7112579345703125,4.584782104492188,4.6669918823242185,2.92702985927986,169344,0.0,0.0,True 2022-08-01 00:00:00+01:00,4.6669918823242185,4.685963134765625,4.5531619262695315,4.6037530517578125,2.887367963698811,228793,0.0,0.0,True 2022-08-02 00:00:00+01:00,4.717582092285157,4.717582092285157,4.534190979003906,4.597428894042969,2.8834011204344696,125282,0.0,0.0,True 2022-08-03 00:00:00+01:00,4.527867126464844,4.7112579345703125,4.527867126464844,4.654343872070313,2.9190969418173367,82927,0.0,0.0,True 2022-08-04 00:00:00+01:00,4.673315124511719,4.7112579345703125,4.5531619262695315,4.584782104492188,2.87546954883773,125650,0.0,0.0,True 2022-08-05 00:00:00+01:00,4.572134094238281,4.629049072265625,4.534190979003906,4.5531619262695315,2.855638216514124,85943,0.0,0.0,True 2022-08-08 00:00:00+01:00,4.5531619262695315,4.64802001953125,4.5531619262695315,4.565809936523437,2.863570941710107,108606,0.0,0.0,True 2022-08-09 00:00:00+01:00,4.559486083984375,4.578457946777344,4.534190979003906,4.572134094238281,2.867537015908288,228079,0.0,0.0,True 2022-08-10 00:00:00+01:00,4.591105041503907,4.635372009277344,4.559486083984375,4.629049072265625,2.903232837291155,121469,0.0,0.0,True 2022-08-11 00:00:00+01:00,4.616401062011719,4.635372009277344,4.578457946777344,4.610076904296875,2.891334037896993,81769,0.0,0.0,True 2022-08-12 00:00:00+01:00,4.572134094238281,4.818764038085938,4.572134094238281,4.812439880371094,3.0182512962368766,190686,0.0,0.0,True 2022-08-15 00:00:00+01:00,4.825086975097657,4.8567068481445315,4.754007873535157,4.812439880371094,3.0182512962368766,83539,0.0,0.0,True 2022-08-16 00:00:00+01:00,4.818764038085938,4.8693539428710935,4.780820922851563,4.825086975097657,3.026183060100156,87188,0.0,0.0,True 2022-08-17 00:00:00+01:00,4.818764038085938,4.823127136230469,4.717582092285157,4.730230102539062,2.9666911780612866,137832,0.0,0.0,True 2022-08-18 00:00:00+01:00,4.730230102539062,4.7744970703125,4.7112579345703125,4.717582092285157,2.9587590296649253,111866,0.0,0.0,True 2022-08-19 00:00:00+01:00,4.742878112792969,4.8630310058593755,4.660668029785156,4.685963134765625,2.938927889607861,95605,0.0,0.0,True 2022-08-22 00:00:00+01:00,4.660668029785156,4.698611145019531,4.597428894042969,4.641695861816406,2.911164793420976,89004,0.0,0.0,True 2022-08-23 00:00:00+01:00,4.685963134765625,4.685963134765625,4.5531619262695315,4.565809936523437,2.863570941710107,103190,0.0,0.0,True 2022-08-24 00:00:00+01:00,4.54051513671875,4.622724914550782,4.46462890625,4.52154296875,2.835807653256681,189754,0.0,0.0,True 2022-08-25 00:00:00+01:00,4.5531619262695315,4.572134094238281,4.489924011230469,4.489924011230469,2.8159767054661566,363426,0.0,0.0,True 2022-08-26 00:00:00+01:00,4.46462890625,4.641695861816406,4.46462890625,4.489924011230469,2.8159767054661566,63525,0.0,0.0,True 2022-08-30 00:00:00+01:00,4.5531619262695315,4.64802001953125,4.369771118164063,4.395067138671875,2.7564848234272876,388073,0.0,0.0,True 2022-08-31 00:00:00+01:00,4.395067138671875,4.426686096191406,4.3571240234375,4.376094970703125,2.7445860240331243,477521,0.0,0.0,True 2022-09-01 00:00:00+01:00,4.3571240234375,4.439332885742187,4.2559420776367185,4.325504150390625,2.8191523393919478,92674,0.165,0.0,True 2022-09-02 00:00:00+01:00,4.243294067382813,4.439332885742187,4.243294067382813,4.344476013183594,2.8315172922907044,95550,0.0,0.0,True 2022-09-05 00:00:00+01:00,4.344476013183594,4.344476013183594,4.268590087890625,4.300209045410156,2.802666268125999,65332,0.0,0.0,True 2022-09-06 00:00:00+01:00,4.344476013183594,4.433009948730469,4.236971130371094,4.236971130371094,2.7614510899611258,106611,0.0,0.0,True 2022-09-07 00:00:00+01:00,4.2812368774414065,4.382419128417969,4.173731994628906,4.173731994628906,2.7202345137237236,114970,0.0,0.0,True 2022-09-08 00:00:00+01:00,4.186380004882812,4.3571240234375,4.173731994628906,4.211675109863282,2.744964419521236,142245,0.0,0.0,True 2022-09-09 00:00:00+01:00,4.268590087890625,4.3571240234375,4.192703857421875,4.236971130371094,2.7614510899611258,186755,0.0,0.0,True 2022-09-12 00:00:00+01:00,4.285032043457031,4.331828002929687,4.249617919921875,4.306532897949219,2.8067879856671336,271433,0.0,0.0,True 2022-09-13 00:00:00+01:00,4.3634469604492185,4.489924011230469,4.305014953613282,4.388742980957032,2.8603685161800567,131826,0.0,0.0,True 2022-09-14 00:00:00+01:00,4.489924011230469,4.489924011230469,4.3329031372070315,4.395067138671875,2.864490033996544,125815,0.0,0.0,True 2022-09-15 00:00:00+01:00,4.433009948730469,4.5088958740234375,4.407713928222656,4.407713928222656,2.8727326701802243,160914,0.0,0.0,True 2022-09-16 00:00:00+01:00,4.369771118164063,4.4456570434570315,4.349028930664063,4.4456570434570315,2.8974621765284416,147470,0.0,0.0,True 2022-09-20 00:00:00+01:00,4.433009948730469,4.4456570434570315,4.308114013671875,4.382419128417969,2.8562469983635688,120921,0.0,0.0,True 2022-09-21 00:00:00+01:00,4.376094970703125,4.433009948730469,4.325504150390625,4.3634469604492185,2.843881845740166,63702,0.0,0.0,True 2022-09-22 00:00:00+01:00,4.3571240234375,4.502572021484375,4.312857055664063,4.331828002929687,2.82327425665773,51020,0.0,0.0,True 2022-09-23 00:00:00+01:00,4.306532897949219,4.331828002929687,4.104169921875,4.173731994628906,2.7202345137237236,256742,0.0,0.0,True 2022-09-26 00:00:00+01:00,4.154761047363281,4.154761047363281,3.832244873046875,3.8638641357421877,2.5182781434693764,342881,0.0,0.0,True 2022-09-27 00:00:00+01:00,3.9713690185546877,3.9713690185546877,3.7437109375,3.7437109375,2.4399681066082364,219135,0.0,0.0,True 2022-09-28 00:00:00+01:00,3.750035095214844,3.965046081542969,3.5413479614257812,3.750035095214844,2.444089624424723,270320,0.0,0.0,True 2022-09-29 00:00:00+01:00,3.731064147949219,3.844892883300781,3.6628930664062502,3.731064147949219,2.4317252706999084,206897,0.0,0.0,True 2022-09-30 00:00:00+01:00,3.724739990234375,4.0978460693359375,3.6551779174804686,4.040932006835938,2.6336820404035497,349459,0.0,0.0,True 2022-10-03 00:00:00+01:00,4.066227111816406,4.110494079589844,4.018861083984375,4.085198059082031,2.6625324653943134,120720,0.0,0.0,True 2022-10-04 00:00:00+01:00,4.085198059082031,4.173731994628906,4.009312133789063,4.0535791015625,2.6419250760365243,94324,0.0,0.0,True 2022-10-05 00:00:00+01:00,4.1800561523437505,4.1800561523437505,3.9271029663085937,3.9713690185546877,2.5883443457989546,141717,0.0,0.0,True 2022-10-06 00:00:00+01:00,3.920779113769531,3.984017028808594,3.920779113769531,3.965046081542969,2.584223427156408,42532,0.0,0.0,True 2022-10-07 00:00:00+01:00,3.965046081542969,3.965046081542969,3.9187548828125003,3.920779113769531,2.5553722032670563,77661,0.0,0.0,True 2022-10-10 00:00:00+01:00,3.889159851074219,4.047254943847657,3.8385690307617186,3.876512145996094,2.5265213788269976,57930,0.0,0.0,True 2022-10-11 00:00:00+01:00,3.857539978027344,3.8828359985351564,3.785701904296875,3.8828359985351564,2.5306428966434855,119355,0.0,0.0,True 2022-10-12 00:00:00+01:00,3.8069500732421875,3.9587219238281253,3.800625915527344,3.939750061035156,2.5677365569918713,112597,0.0,0.0,True 2022-10-13 00:00:00+01:00,3.9271029663085937,4.002988891601563,3.8536199951171874,3.895483093261719,2.538885532827166,105664,0.0,0.0,True 2022-10-14 00:00:00+01:00,3.920779113769531,4.0535791015625,3.915213928222656,3.965046081542969,2.584223427156408,213189,0.0,0.0,True 2022-10-17 00:00:00+01:00,4.085198059082031,4.1610848999023435,3.920779113769531,4.104169921875,2.6748978177423637,187284,0.0,0.0,True 2022-10-18 00:00:00+01:00,4.173731994628906,4.274913940429688,4.059902954101562,4.1800561523437505,2.7243564309895056,173162,0.0,0.0,True 2022-10-19 00:00:00+01:00,4.173731994628906,4.23064697265625,4.021960144042969,4.066227111816406,2.650168311394146,116219,0.0,0.0,True 2022-10-20 00:00:00+01:00,4.021960144042969,4.167408142089844,3.9587219238281253,3.9713690185546877,2.5883443457989546,54819,0.0,0.0,True 2022-10-21 00:00:00+01:00,3.9776928710937502,4.034607849121094,3.9271029663085937,3.9713690185546877,2.5883443457989546,40009,0.0,0.0,True 2022-10-24 00:00:00+01:00,3.9713690185546877,4.047254943847657,3.9713690185546877,4.009312133789063,2.613073852147172,46279,0.0,0.0,True 2022-10-25 00:00:00+01:00,3.965046081542969,4.142113037109375,3.9271029663085937,4.104169921875,2.6748978177423637,89548,0.0,0.0,True 2022-10-26 00:00:00+01:00,4.104169921875,4.23064697265625,4.104169921875,4.199028015136719,2.7367211841636143,72283,0.0,0.0,True 2022-10-27 00:00:00+01:00,4.211675109863282,4.401390075683594,4.148436889648438,4.2812368774414065,2.7903011155025963,158409,0.0,0.0,True 2022-10-28 00:00:00+01:00,4.236971130371094,4.331828002929687,4.162981872558594,4.262265930175781,2.777936362328487,67825,0.0,0.0,True 2022-10-31 00:00:00+00:00,4.205350952148438,4.331828002929687,4.085198059082031,4.224323120117187,2.7532074551542105,93667,0.0,0.0,True 2022-11-01 00:00:00+00:00,4.236971130371094,4.359590148925782,4.1800561523437505,4.217998962402344,2.749085737613076,151745,0.0,0.0,True 2022-11-02 00:00:00+00:00,4.211675109863282,4.224323120117187,4.12314208984375,4.199028015136719,2.7367211841636143,134763,0.0,0.0,True 2022-11-03 00:00:00+00:00,4.23064697265625,4.23064697265625,4.078875122070313,4.085198059082031,2.6625324653943134,86008,0.0,0.0,True 2022-11-04 00:00:00+00:00,4.167408142089844,4.167408142089844,4.0535791015625,4.110494079589844,2.6790191358342037,70260,0.0,0.0,True 2022-11-07 00:00:00+00:00,4.104169921875,4.1610848999023435,4.021960144042969,4.059902954101562,2.6460461944037172,70382,0.0,0.0,True 2022-11-08 00:00:00+00:00,4.021960144042969,4.028283996582031,3.857539978027344,3.9966650390625,2.6048310162388444,158007,0.0,0.0,True 2022-11-09 00:00:00+00:00,3.9966650390625,4.040932006835938,3.908131103515625,3.965046081542969,2.584223427156408,88129,0.0,0.0,True 2022-11-10 00:00:00+00:00,3.9144549560546875,4.154761047363281,3.8828359985351564,4.047254943847657,2.6378029590460965,150373,0.0,0.0,True 2022-11-11 00:00:00+00:00,4.110494079589844,4.262265930175781,4.047254943847657,4.072550964355469,2.6542898292106334,148456,0.0,0.0,True 2022-11-14 00:00:00+00:00,4.110494079589844,4.186380004882812,4.018797912597656,4.104169921875,2.6748978177423637,364081,0.0,0.0,True 2022-11-15 00:00:00+00:00,4.110494079589844,4.262265930175781,4.021960144042969,4.066227111816406,2.650168311394146,176480,0.0,0.0,True 2022-11-16 00:00:00+00:00,4.110494079589844,4.293884887695312,4.0156359863281255,4.0156359863281255,2.6171953699636594,163331,0.0,0.0,True 2022-11-17 00:00:00+00:00,3.9776928710937502,3.9776928710937502,3.8757528686523437,3.908131103515625,2.6562735780915934,198694,0.165,0.0,True 2022-11-18 00:00:00+00:00,3.920779113769531,4.116817932128907,3.8867559814453125,3.908131103515625,2.6562735780915934,146508,0.0,0.0,True 2022-11-21 00:00:00+00:00,4.0978460693359375,4.116817932128907,3.800942077636719,3.8828359985351564,2.639081272441041,213802,0.0,0.0,True 2022-11-22 00:00:00+00:00,4.072550964355469,4.116817932128907,3.751300048828125,3.8259210205078125,2.6003969711984842,161081,0.0,0.0,True 2022-11-23 00:00:00+00:00,3.7943020629882813,3.9587219238281253,3.7373870849609374,3.844892883300781,2.613291668880248,115586,0.0,0.0,True 2022-11-24 00:00:00+00:00,3.965046081542969,3.965046081542969,3.759205017089844,3.844892883300781,2.613291668880248,100928,0.0,0.0,True 2022-11-25 00:00:00+00:00,3.7943020629882813,3.9587219238281253,3.750035095214844,3.800625915527344,2.5832048737451982,104481,0.0,0.0,True 2022-11-28 00:00:00+00:00,3.800625915527344,3.9587219238281253,3.7437109375,3.7943020629882813,2.578906224790078,183503,0.0,0.0,True 2022-11-29 00:00:00+00:00,3.819596862792969,3.844892883300781,3.7373870849609374,3.7943020629882813,2.578906224790078,330090,0.0,0.0,True 2022-11-30 00:00:00+00:00,3.832244873046875,3.9587219238281253,3.7437109375,3.7943020629882813,2.578906224790078,155865,0.0,0.0,True 2022-12-01 00:00:00+00:00,3.800625915527344,3.9144549560546875,3.7373870849609374,3.819596862792969,2.5960987386378966,71120,0.0,0.0,True 2022-12-02 00:00:00+00:00,3.7437109375,3.9144549560546875,3.7437109375,3.76268310546875,2.557415686578938,121407,0.0,0.0,True 2022-12-05 00:00:00+00:00,3.7943020629882813,3.87018798828125,3.7618609619140626,3.800625915527344,2.5832048737451982,384283,0.0,0.0,True 2022-12-06 00:00:00+00:00,3.76268310546875,3.7943020629882813,3.7577499389648437,3.76268310546875,2.557415686578938,186877,0.0,0.0,True 2022-12-07 00:00:00+00:00,3.7879779052734377,3.857539978027344,3.712091979980469,3.750035095214844,2.5488190132604958,132175,0.0,0.0,True 2022-12-08 00:00:00+00:00,3.7690069580078127,3.7943020629882813,3.686796875,3.686796875,2.5058373122464164,79476,0.0,0.0,True 2022-12-09 00:00:00+00:00,3.6994439697265626,3.7130410766601565,3.650118103027344,3.6615008544921874,2.4886443820040656,86087,0.0,0.0,True 2022-12-12 00:00:00+00:00,3.6425299072265624,3.712091979980469,3.5539959716796874,3.5729681396484376,2.4284705835366998,258196,0.0,0.0,True 2022-12-13 00:00:00+00:00,3.598262939453125,3.889159851074219,3.561394958496094,3.7753298950195315,2.566011527108315,255165,0.0,0.0,True 2022-12-14 00:00:00+00:00,3.750035095214844,3.9018069458007814,3.750035095214844,3.750035095214844,2.5488190132604958,65241,0.0,0.0,True 2022-12-15 00:00:00+00:00,3.8132730102539063,3.908131103515625,3.7373870849609374,3.750035095214844,2.5488190132604958,60488,0.0,0.0,True 2022-12-16 00:00:00+00:00,3.7879779052734377,3.908131103515625,3.621850891113281,3.6488540649414065,2.480048333277422,148165,0.0,0.0,True 2022-12-19 00:00:00+00:00,3.6045870971679688,3.8259210205078125,3.6045870971679688,3.693121032714844,2.5101359612015366,55956,0.0,0.0,True 2022-12-20 00:00:00+00:00,3.6615008544921874,3.8259210205078125,3.6109109497070313,3.6678250122070315,2.492942614564653,103353,0.0,0.0,True 2022-12-21 00:00:00+00:00,3.6045870971679688,3.8132730102539063,3.6045870971679688,3.6678250122070315,2.492942614564653,93050,0.0,0.0,True 2022-12-22 00:00:00+00:00,3.7184161376953124,3.8259210205078125,3.6804730224609377,3.6804730224609377,2.501539496080361,113029,0.0,0.0,True 2022-12-23 00:00:00+00:00,3.756358947753906,3.8259210205078125,3.6711138916015624,3.756358947753906,2.553117245821084,52628,0.0,0.0,True 2022-12-28 00:00:00+00:00,3.750035095214844,3.8259210205078125,3.6657379150390628,3.731064147949219,2.5359247319732647,115126,0.0,0.0,True 2022-12-29 00:00:00+00:00,3.7437109375,3.7690069580078127,3.6678250122070315,3.731064147949219,2.5359247319732647,143386,0.0,0.0,True 2022-12-30 00:00:00+00:00,3.724739990234375,3.8259210205078125,3.693121032714844,3.731064147949219,2.5359247319732647,32289,0.0,0.0,True 2023-01-03 00:00:00+00:00,3.8132730102539063,3.8828359985351564,3.724739990234375,3.844892883300781,2.613291668880248,208068,0.0,0.0,True 2023-01-04 00:00:00+00:00,3.844892883300781,3.9587219238281253,3.819596862792969,3.9460739135742187,2.6820625570605876,97229,0.0,0.0,True 2023-01-05 00:00:00+00:00,3.920779113769531,4.047254943847657,3.920779113769531,3.984017028808594,2.7078513278323157,95216,0.0,0.0,True 2023-01-06 00:00:00+00:00,4.047254943847657,4.047254943847657,3.884226989746094,3.920779113769531,2.6648700432127685,209664,0.0,0.0,True 2023-01-09 00:00:00+00:00,3.9587219238281253,3.9587219238281253,3.857539978027344,3.857539978027344,2.6218881340014235,181916,0.0,0.0,True 2023-01-10 00:00:00+00:00,3.9523980712890627,3.9523980712890627,3.8158660888671876,3.8259210205078125,2.6003969711984842,119340,0.0,0.0,True 2023-01-11 00:00:00+00:00,3.8385690307617186,3.889159851074219,3.731064147949219,3.750035095214844,2.5488190132604958,259872,0.0,0.0,True 2023-01-12 00:00:00+00:00,3.8132730102539063,3.8132730102539063,3.674148864746094,3.674148864746094,2.497240430730709,270338,0.0,0.0,True 2023-01-13 00:00:00+00:00,3.7690069580078127,3.889159851074219,3.6994439697265626,3.8385690307617186,2.608993644516926,252001,0.0,0.0,True 2023-01-16 00:00:00+00:00,3.7943020629882813,3.895483093261719,3.7877880859375,3.8132730102539063,2.591800297880042,169619,0.0,0.0,True 2023-01-17 00:00:00+00:00,3.8132730102539063,3.857539978027344,3.7750781250000003,3.7753298950195315,2.566011527108315,89629,0.0,0.0,True 2023-01-18 00:00:00+00:00,3.7753298950195315,3.9018069458007814,3.6678250122070315,3.6678250122070315,2.492942614564653,273743,0.0,0.0,True 2023-01-19 00:00:00+00:00,3.800625915527344,3.800625915527344,3.478110046386719,3.6109109497070313,2.454259354308428,771401,0.0,0.0,True 2023-01-20 00:00:00+00:00,3.6298818969726563,3.7184161376953124,3.5729681396484376,3.6235580444335938,2.4628554030350718,150736,0.0,0.0,True 2023-01-23 00:00:00+00:00,3.547672119140625,3.6615008544921874,3.5413479614257812,3.6298818969726563,2.4671536355956594,290365,0.0,0.0,True 2023-01-24 00:00:00+00:00,3.6362060546875,3.724739990234375,3.585614929199219,3.6488540649414065,2.480048333277422,128223,0.0,0.0,True 2023-01-25 00:00:00+00:00,3.6488540649414065,3.731064147949219,3.6192581176757814,3.6994439697265626,2.5144331527757933,190972,0.0,0.0,True 2023-01-26 00:00:00+00:00,3.6551779174804686,3.724739990234375,3.5792910766601564,3.6678250122070315,2.492942614564653,168778,0.0,0.0,True 2023-01-27 00:00:00+00:00,3.686796875,3.750035095214844,3.6298818969726563,3.750035095214844,2.5488190132604958,148406,0.0,0.0,True 2023-01-30 00:00:00+00:00,3.6804730224609377,3.772926940917969,3.6678250122070315,3.7373870849609374,2.5402223399420545,111330,0.0,0.0,True 2023-01-31 00:00:00+00:00,3.7943020629882813,3.8512170410156252,3.724739990234375,3.756358947753906,2.553117245821084,183571,0.0,0.0,True 2023-02-01 00:00:00+00:00,3.756358947753906,3.844892883300781,3.7372610473632815,3.7437109375,2.544520780699908,163000,0.0,0.0,True 2023-02-02 00:00:00+00:00,3.7943020629882813,3.9018069458007814,3.76268310546875,3.9018069458007814,2.6519751373337392,137327,0.0,0.0,True 2023-02-03 00:00:00+00:00,3.8259210205078125,3.908131103515625,3.7690069580078127,3.7943020629882813,2.578906224790078,155888,0.0,0.0,True 2023-02-06 00:00:00+00:00,3.7690069580078127,3.8828359985351564,3.724739990234375,3.7943020629882813,2.578906224790078,102572,0.0,0.0,True 2023-02-07 00:00:00+00:00,3.7943020629882813,3.857539978027344,3.6994439697265626,3.7753298950195315,2.566011527108315,95977,0.0,0.0,True 2023-02-08 00:00:00+00:00,3.731064147949219,3.8512170410156252,3.731064147949219,3.756358947753906,2.553117245821084,93518,0.0,0.0,True 2023-02-09 00:00:00+00:00,3.7943020629882813,3.857539978027344,3.7497821044921875,3.781654052734375,2.5703097596689024,208474,0.0,0.0,True 2023-02-10 00:00:00+00:00,3.7943020629882813,3.8259210205078125,3.6678250122070315,3.76268310546875,2.557415686578938,171752,0.0,0.0,True 2023-02-13 00:00:00+00:00,3.7437109375,3.7943020629882813,3.6678250122070315,3.7943020629882813,2.578906224790078,66047,0.0,0.0,True 2023-02-14 00:00:00+00:00,3.76268310546875,3.857539978027344,3.7184161376953124,3.8069500732421875,2.5875031063057854,159929,0.0,0.0,True 2023-02-15 00:00:00+00:00,3.781654052734375,3.8437539672851564,3.7390948486328126,3.7943020629882813,2.578906224790078,180341,0.0,0.0,True 2023-02-16 00:00:00+00:00,3.7943020629882813,3.8831518554687503,3.772358093261719,3.8259210205078125,2.6003969711984842,167265,0.0,0.0,True 2023-02-17 00:00:00+00:00,3.7184161376953124,3.9144549560546875,3.7184161376953124,3.8828359985351564,2.639081272441041,152189,0.0,0.0,True 2023-02-20 00:00:00+00:00,3.9144549560546875,3.9271029663085937,3.7690069580078127,3.8828359985351564,2.639081272441041,85439,0.0,0.0,True 2023-02-21 00:00:00+00:00,3.876512145996094,3.9169210815429687,3.8069500732421875,3.8385690307617186,2.608993644516926,62034,0.0,0.0,True 2023-02-22 00:00:00+00:00,3.984017028808594,3.984017028808594,3.7690069580078127,3.857539978027344,2.6218881340014235,149898,0.0,0.0,True 2023-02-23 00:00:00+00:00,3.8259210205078125,3.9523980712890627,3.8250360107421875,3.876512145996094,2.6347826234859206,224159,0.0,0.0,True 2023-02-24 00:00:00+00:00,3.920779113769531,3.9776928710937502,3.911166076660156,3.9144549560546875,2.660571810652181,141523,0.0,0.0,True 2023-02-27 00:00:00+00:00,3.984017028808594,4.047254943847657,3.832244873046875,3.889159851074219,2.643379296804363,161472,0.0,0.0,True 2023-02-28 00:00:00+00:00,3.920779113769531,4.009312133789063,3.800625915527344,3.895483093261719,2.6476771129704177,170666,0.0,0.0,True 2023-03-01 00:00:00+00:00,3.7879779052734377,3.9776928710937502,3.7879779052734377,3.895483093261719,2.6476771129704177,182502,0.0,0.0,True 2023-03-02 00:00:00+00:00,3.7943020629882813,3.895483093261719,3.731064147949219,3.7943020629882813,2.6929720576985092,164852,0.165,0.0,True 2023-03-03 00:00:00+00:00,3.76268310546875,3.857539978027344,3.7373870849609374,3.756358947753906,2.6660423132170057,102452,0.0,0.0,True 2023-03-06 00:00:00+00:00,3.731064147949219,3.8512170410156252,3.731064147949219,3.781654052734375,2.6839950415770573,111551,0.0,0.0,True 2023-03-07 00:00:00+00:00,3.857539978027344,3.9144549560546875,3.5729681396484376,3.712091979980469,2.634624386645488,172632,0.0,0.0,True 2023-03-08 00:00:00+00:00,3.6994439697265626,3.8512170410156252,3.6109109497070313,3.6804730224609377,2.6121832588816143,102298,0.0,0.0,True 2023-03-09 00:00:00+00:00,3.6678250122070315,3.832244873046875,3.5539959716796874,3.5539959716796874,2.5224170093156504,172589,0.0,0.0,True 2023-03-10 00:00:00+00:00,3.5413479614257812,3.585614929199219,3.426191101074219,3.5223770141601562,2.499975881551777,327411,0.0,0.0,True 2023-03-13 00:00:00+00:00,3.5919390869140626,3.6045870971679688,3.3769290161132814,3.433843078613281,2.437139376467317,193314,0.0,0.0,True 2023-03-14 00:00:00+00:00,3.4970819091796876,3.626719970703125,3.40222412109375,3.5603201293945315,2.5269056260332805,124547,0.0,0.0,True 2023-03-15 00:00:00+00:00,3.465462036132813,3.6298818969726563,3.414872131347656,3.585614929199219,2.544858137079524,66947,0.0,0.0,True 2023-03-16 00:00:00+00:00,3.6045870971679688,3.644617004394531,3.490758056640625,3.6298818969726563,2.576276498278659,125374,0.0,0.0,True 2023-03-17 00:00:00+00:00,3.566643981933594,3.697484130859375,3.5230731201171874,3.6362060546875,2.5807648976824806,219616,0.0,0.0,True 2023-03-20 00:00:00+00:00,3.5729681396484376,3.6678250122070315,3.50972900390625,3.6298818969726563,2.576276498278659,90627,0.0,0.0,True 2023-03-21 00:00:00+00:00,3.6994439697265626,3.712091979980469,3.555513916015625,3.6488540649414065,2.589741913803932,86996,0.0,0.0,True 2023-03-22 00:00:00+00:00,3.6425299072265624,3.7184161376953124,3.5089068603515625,3.6615008544921874,2.598717843356341,115520,0.0,0.0,True 2023-03-23 00:00:00+00:00,3.6045870971679688,3.750035095214844,3.4844338989257815,3.731064147949219,2.6480895848569537,95063,0.0,0.0,True 2023-03-24 00:00:00+00:00,3.5792910766601564,3.731064147949219,3.5792910766601564,3.6678250122070315,2.603206025446354,98102,0.0,0.0,True 2023-03-27 00:00:00+01:00,3.6994439697265626,3.7690069580078127,3.6235580444335938,3.6804730224609377,2.6121832588816143,336724,0.0,0.0,True 2023-03-28 00:00:00+01:00,3.7943020629882813,3.7943020629882813,3.5792910766601564,3.585614929199219,2.544858137079524,188616,0.0,0.0,True 2023-03-29 00:00:00+01:00,3.5413479614257812,3.5919390869140626,3.383252868652344,3.433843078613281,2.437139376467317,433324,0.0,0.0,True 2023-03-30 00:00:00+01:00,3.4401669311523437,3.6109109497070313,3.433843078613281,3.5034051513671876,2.486510683340312,187862,0.0,0.0,True 2023-03-31 00:00:00+01:00,3.459139099121094,3.4970819091796876,3.4275189208984376,3.4275189208984376,2.4326511943773035,326059,0.0,0.0,True 2023-04-03 00:00:00+01:00,3.34531005859375,3.478110046386719,3.1461090087890624,3.187214050292969,2.262096797935871,437851,0.0,0.0,True 2023-04-04 00:00:00+01:00,3.250451965332031,3.3326620483398437,3.158756103515625,3.1682418823242187,2.2486315997244057,244419,0.0,0.0,True 2023-04-05 00:00:00+01:00,3.3010430908203126,3.34531005859375,3.070223083496094,3.070223083496094,2.1790635821032565,169830,0.0,0.0,True 2023-04-06 00:00:00+01:00,3.1271371459960937,3.313689880371094,3.0733850097656252,3.2757470703125002,2.3249324337650963,719215,0.0,0.0,True 2023-04-11 00:00:00+01:00,3.313689880371094,3.4085479736328126,3.3010430908203126,3.3073660278320314,2.3473737788427784,376739,0.0,0.0,True 2023-04-12 00:00:00+01:00,3.3706048583984374,3.4275189208984376,3.2883950805664064,3.3642810058593753,2.387768504221939,298815,0.0,0.0,True 2023-04-13 00:00:00+01:00,3.4211959838867188,3.5160528564453126,3.3010430908203126,3.3642810058593753,2.387768504221939,198812,0.0,0.0,True 2023-04-14 00:00:00+01:00,3.478110046386719,3.5223770141601562,3.2883950805664064,3.459139099121094,2.4550931913964122,120979,0.0,0.0,True 2023-04-17 00:00:00+01:00,3.50972900390625,3.5603201293945315,3.3958999633789064,3.5350250244140624,2.50895268035942,140688,0.0,0.0,True 2023-04-18 00:00:00+01:00,3.478110046386719,3.617235107421875,3.45281494140625,3.5413479614257812,2.5134402105080076,165336,0.0,0.0,True 2023-04-19 00:00:00+01:00,3.4464910888671874,3.5413479614257812,3.40222412109375,3.433843078613281,2.437139376467317,192747,0.0,0.0,True 2023-04-20 00:00:00+01:00,3.4085479736328126,3.4970819091796876,3.383252868652344,3.383252868652344,2.4012334851195956,138735,0.0,0.0,True 2023-04-21 00:00:00+01:00,3.414872131347656,3.528700866699219,3.40222412109375,3.4085479736328126,2.4191864307934563,125144,0.0,0.0,True 2023-04-24 00:00:00+01:00,3.389576110839844,3.478110046386719,3.3516329956054687,3.383252868652344,2.4012334851195956,113120,0.0,0.0,True 2023-04-25 00:00:00+01:00,3.389576110839844,3.5413479614257812,3.3642810058593753,3.3958999633789064,2.4102098492996213,88181,0.0,0.0,True 2023-04-26 00:00:00+01:00,3.3769290161132814,3.465462036132813,3.3706048583984374,3.45281494140625,2.450604791992591,83570,0.0,0.0,True 2023-04-27 00:00:00+01:00,3.465462036132813,3.5413479614257812,3.4464910888671874,3.478110046386719,2.468557737666451,126560,0.0,0.0,True 2023-04-28 00:00:00+01:00,3.4970819091796876,3.5413479614257812,3.45281494140625,3.50972900390625,2.4909990827441333,82817,0.0,0.0,True 2023-05-02 00:00:00+01:00,3.478110046386719,3.528700866699219,3.4275189208984376,3.4401669311523437,2.441627993184947,100237,0.0,0.0,True 2023-05-03 00:00:00+01:00,3.5413479614257812,3.5413479614257812,3.3516329956054687,3.459139099121094,2.4550931913964122,142034,0.0,0.0,True 2023-05-04 00:00:00+01:00,3.383252868652344,3.5350250244140624,3.383252868652344,3.4401669311523437,2.441627993184947,37391,0.0,0.0,True 2023-05-05 00:00:00+01:00,3.383252868652344,3.5223770141601562,3.383252868652344,3.4275189208984376,2.4326511943773035,104822,0.0,0.0,True 2023-05-09 00:00:00+01:00,3.4275189208984376,3.45281494140625,3.383252868652344,3.40222412109375,2.4146982487034423,141563,0.0,0.0,True 2023-05-10 00:00:00+01:00,3.465462036132813,3.478110046386719,3.383252868652344,3.4275189208984376,2.4326511943773035,63631,0.0,0.0,True 2023-05-11 00:00:00+01:00,3.3958999633789064,3.478110046386719,3.3706048583984374,3.3769290161132814,2.3967453030295824,95009,0.0,0.0,True 2023-05-12 00:00:00+01:00,3.3706048583984374,3.45281494140625,3.3229861450195313,3.3326620483398437,2.3653271591442566,70918,0.0,0.0,True 2023-05-15 00:00:00+01:00,3.34531005859375,3.471785888671875,3.2677789306640626,3.3516329956054687,2.3787917054142955,283872,0.0,0.0,True 2023-05-16 00:00:00+01:00,3.3516329956054687,3.471785888671875,3.3389859008789062,3.3769290161132814,2.3967453030295824,122634,0.0,0.0,True 2023-05-17 00:00:00+01:00,3.3389859008789062,3.471785888671875,3.3200140380859375,3.3769290161132814,2.3967453030295824,150195,0.0,0.0,True 2023-05-18 00:00:00+01:00,3.478110046386719,3.478110046386719,3.3200140380859375,3.326337890625,2.3608385424266265,116455,0.0,0.0,True 2023-05-19 00:00:00+01:00,3.389576110839844,3.478110046386719,3.326337890625,3.34531005859375,2.3743041752657086,67161,0.0,0.0,True 2023-05-22 00:00:00+01:00,3.3642810058593753,3.478110046386719,3.3516329956054687,3.389576110839844,2.4057216672096082,52427,0.0,0.0,True 2023-05-23 00:00:00+01:00,3.3516329956054687,3.471785888671875,3.2675900268554687,3.3389859008789062,2.369815558548078,156013,0.0,0.0,True 2023-05-24 00:00:00+01:00,3.478110046386719,3.478110046386719,3.2757470703125002,3.3010430908203126,2.3428858140665745,168231,0.0,0.0,True 2023-05-25 00:00:00+01:00,3.2757470703125002,3.298006896972656,3.2251568603515626,3.2441281127929686,2.3024910886874137,185518,0.0,0.0,True 2023-05-26 00:00:00+01:00,3.250451965332031,3.2598110961914064,3.206184997558594,3.250451965332031,2.306979270777427,177900,0.0,0.0,True 2023-05-30 00:00:00+01:00,3.2441281127929686,3.311351013183594,3.2125088500976564,3.2820709228515628,2.329420615855109,248055,0.0,0.0,True 2023-05-31 00:00:00+01:00,3.2883950805664064,3.3105279541015626,3.2251568603515626,3.237803955078125,2.298002471969783,401916,0.0,0.0,True 2023-06-01 00:00:00+01:00,3.2188330078125,3.248302001953125,3.130299072265625,3.1682418823242187,2.369375913275322,176619,0.165,0.0,True 2023-06-02 00:00:00+01:00,3.1808898925781253,3.2441281127929686,3.139784851074219,3.2188330078125,2.4072104661347566,270483,0.0,0.0,True 2023-06-05 00:00:00+01:00,3.1998611450195313,3.237803955078125,3.1682418823242187,3.1935369873046877,2.388292846405787,123101,0.0,0.0,True 2023-06-06 00:00:00+01:00,3.2188330078125,3.263099975585938,3.1745660400390627,3.206184997558594,2.3977514274041036,132683,0.0,0.0,True 2023-06-07 00:00:00+01:00,3.1998611450195313,3.263099975585938,3.1334609985351562,3.206184997558594,2.3977514274041036,102925,0.0,0.0,True 2023-06-08 00:00:00+01:00,3.2251568603515626,3.263099975585938,3.1935369873046877,3.2188330078125,2.4072104661347566,140673,0.0,0.0,True 2023-06-09 00:00:00+01:00,3.263099975585938,3.263099975585938,3.1935369873046877,3.2188330078125,2.4072104661347566,111205,0.0,0.0,True 2023-06-12 00:00:00+01:00,3.2251568603515626,3.263099975585938,3.1682418823242187,3.2125088500976564,2.402481175635598,89519,0.0,0.0,True 2023-06-13 00:00:00+01:00,3.1935369873046877,3.2567761230468752,3.142947082519531,3.1745660400390627,2.37410520377448,249344,0.0,0.0,True 2023-06-14 00:00:00+01:00,3.263099975585938,3.263099975585938,3.1334609985351562,3.1334609985351562,2.3433650443961196,78906,0.0,0.0,True 2023-06-15 00:00:00+01:00,3.161918029785156,3.161918029785156,3.0379708862304686,3.098680114746094,2.31735371778458,186945,0.0,0.0,True 2023-06-16 00:00:00+01:00,3.130299072265625,3.161918029785156,3.067060852050781,3.067060852050781,2.2937070364226204,222729,0.0,0.0,True 2023-06-19 00:00:00+01:00,3.098680114746094,3.158756103515625,2.98485107421875,3.003822021484375,2.24641390256487,99681,0.0,0.0,True 2023-06-20 00:00:00+01:00,2.9974978637695315,3.0955178833007815,2.8931549072265628,2.978526916503906,2.227496969434405,252796,0.0,0.0,True 2023-06-21 00:00:00+01:00,3.0354409790039063,3.101842041015625,2.8899929809570315,2.9595550537109374,2.2133088690707616,136268,0.0,0.0,True 2023-06-22 00:00:00+01:00,2.8931549072265628,3.1050039672851564,2.883669128417969,2.8899929809570315,2.1612866735800202,206386,0.0,0.0,True 2023-06-23 00:00:00+01:00,3.0480889892578125,3.0480889892578125,2.773002014160156,2.7856500244140627,2.083253838076244,194524,0.0,0.0,True 2023-06-26 00:00:00+01:00,2.839403076171875,2.972203063964844,2.773002014160156,2.8868310546875002,2.1589220283304407,132909,0.0,0.0,True 2023-06-27 00:00:00+01:00,2.9089651489257813,3.01330810546875,2.817268981933594,2.8457260131835938,2.128181640085912,137873,0.0,0.0,True 2023-06-28 00:00:00+01:00,2.9026409912109377,3.0354409790039063,2.820430908203125,2.946907958984375,2.2038507458047816,181276,0.0,0.0,True 2023-06-29 00:00:00+01:00,2.9089651489257813,3.0322799682617188,2.848887939453125,2.8868310546875002,2.1589220283304407,60938,0.0,0.0,True 2023-06-30 00:00:00+01:00,2.8457260131835938,3.0322799682617188,2.8457260131835938,2.9532321166992186,2.208580494036276,116915,0.0,0.0,True 2023-07-03 00:00:00+01:00,2.994336853027344,3.0354409790039063,2.9089651489257813,3.0101458740234377,2.2511431930640278,97157,0.0,0.0,True 2023-07-04 00:00:00+01:00,3.0322799682617188,3.0354409790039063,2.975364990234375,3.0069839477539064,2.2487785478144486,131427,0.0,0.0,True 2023-07-05 00:00:00+01:00,2.9532321166992186,3.0354409790039063,2.8773458862304686,2.905802917480469,2.173110357560252,131026,0.0,0.0,True 2023-07-06 00:00:00+01:00,2.848887939453125,3.0322799682617188,2.7856500244140627,2.817268981933594,2.1069000617058675,90911,0.0,0.0,True 2023-07-07 00:00:00+01:00,2.8741839599609373,3.01330810546875,2.769840087890625,2.8109451293945313,2.1021710000728775,92555,0.0,0.0,True 2023-07-10 00:00:00+01:00,2.8141070556640626,2.905802917480469,2.6971160888671877,2.73189697265625,2.043054411101062,204279,0.0,0.0,True 2023-07-11 00:00:00+01:00,2.7761639404296874,2.8425640869140625,2.6971160888671877,2.839403076171875,2.1234532650514266,112856,0.0,0.0,True 2023-07-12 00:00:00+01:00,2.728735046386719,2.937421875,2.728735046386719,2.9089651489257813,2.1754752316759998,89978,0.0,0.0,True 2023-07-13 00:00:00+01:00,2.9310980224609375,2.9310980224609375,2.7856500244140627,2.905802917480469,2.173110357560252,31878,0.0,0.0,True 2023-07-14 00:00:00+01:00,2.848887939453125,2.937421875,2.8242889404296876,2.905802917480469,2.173110357560252,79059,0.0,0.0,True 2023-07-17 00:00:00+01:00,2.9089651489257813,2.937421875,2.8109451293945313,2.8235931396484375,2.111629581071194,62370,0.0,0.0,True 2023-07-18 00:00:00+01:00,2.839403076171875,2.934259948730469,2.7824880981445315,2.8141070556640626,2.1045354164562884,70738,0.0,0.0,True 2023-07-19 00:00:00+01:00,2.9532321166992186,3.0733850097656252,2.9026409912109377,3.022793884277344,2.260602231794681,127565,0.0,0.0,True 2023-07-20 00:00:00+01:00,3.0733850097656252,3.1467410278320314,2.978526916503906,3.0291180419921875,2.2653317511600073,121411,0.0,0.0,True 2023-07-21 00:00:00+01:00,2.9974978637695315,3.1492709350585937,2.972203063964844,2.9974978637695315,2.2416846120657112,119572,0.0,0.0,True 2023-07-24 00:00:00+01:00,2.981689147949219,3.0733850097656252,2.9405841064453124,2.9405841064453124,2.199121455305623,83956,0.0,0.0,True 2023-07-25 00:00:00+01:00,2.9121270751953126,3.076546020507813,2.8830999755859374,2.9089651489257813,2.1754752316759998,142141,0.0,0.0,True 2023-07-26 00:00:00+01:00,2.8773458862304686,3.0386029052734376,2.8457260131835938,2.8583740234375,2.1376404499503967,210183,0.0,0.0,True 2023-07-27 00:00:00+01:00,2.972203063964844,2.972203063964844,2.8235931396484375,2.8235931396484375,2.111629581071194,124426,0.0,0.0,True 2023-07-28 00:00:00+01:00,2.883669128417969,2.9627169799804687,2.807782897949219,2.817268981933594,2.1069000617058675,101903,0.0,0.0,True 2023-07-31 00:00:00+01:00,2.8457260131835938,2.8457260131835938,2.7951361083984376,2.8267550659179688,2.113994226320773,123611,0.0,0.0,True 2023-08-01 00:00:00+01:00,2.817268981933594,2.964298095703125,2.8046209716796877,2.95639404296875,2.2109451392858546,121152,0.0,0.0,True 2023-08-02 00:00:00+01:00,2.972203063964844,2.9974978637695315,2.7856500244140627,2.972203063964844,2.222767678935246,159204,0.0,0.0,True 2023-08-03 00:00:00+01:00,2.9690411376953127,3.0322799682617188,2.9026409912109377,2.9437460327148437,2.2014858716890333,159966,0.0,0.0,True 2023-08-04 00:00:00+01:00,2.9595550537109374,3.0322799682617188,2.8678601074218752,2.975364990234375,2.2251320953186573,77428,0.0,0.0,True 2023-08-07 00:00:00+01:00,2.9026409912109377,3.0354409790039063,2.8583740234375,2.9532321166992186,2.208580494036276,109561,0.0,0.0,True 2023-08-08 00:00:00+01:00,2.8457260131835938,3.070223083496094,2.8457260131835938,2.972203063964844,2.222767678935246,161015,0.0,0.0,True 2023-08-09 00:00:00+01:00,3.0354409790039063,3.0354409790039063,2.937421875,2.9911749267578127,2.2369560081650577,90788,0.0,0.0,True 2023-08-10 00:00:00+01:00,2.96587890625,3.0346191406250003,2.8994790649414064,2.8994790649414064,2.1683812959272615,191688,0.0,0.0,True 2023-08-11 00:00:00+01:00,2.8583740234375,2.9690411376953127,2.73189697265625,2.839403076171875,2.1234532650514266,478434,0.0,0.0,True 2023-08-14 00:00:00+01:00,2.8299169921875,2.8994790649414064,2.769840087890625,2.8299169921875,2.1163588715703523,145550,0.0,0.0,True 2023-08-15 00:00:00+01:00,2.807782897949219,2.905802917480469,2.741383056640625,2.798298034667969,2.0927124190745605,268593,0.0,0.0,True 2023-08-16 00:00:00+01:00,2.8141070556640626,2.8362411499023437,2.741383056640625,2.769840087890625,2.07143038296218,128778,0.0,0.0,True 2023-08-17 00:00:00+01:00,2.7824880981445315,2.7824880981445315,2.722412109375,2.754031066894531,2.0596073855804526,169311,0.0,0.0,True 2023-08-18 00:00:00+01:00,2.728735046386719,2.8425640869140625,2.6307159423828126,2.665497131347656,1.9933973185922365,430964,0.0,0.0,True 2023-08-21 00:00:00+01:00,2.67498291015625,2.7268380737304687,2.611744079589844,2.665497131347656,1.9933973185922365,134709,0.0,0.0,True 2023-08-22 00:00:00+01:00,2.7666778564453125,2.7666778564453125,2.589610900878906,2.6876300048828123,2.0099493776069544,113460,0.0,0.0,True 2023-08-23 00:00:00+01:00,2.7793258666992187,2.807782897949219,2.6718209838867186,2.7951361083984376,2.090347773824982,193876,0.0,0.0,True 2023-08-24 00:00:00+01:00,2.7382211303710937,2.8267550659179688,2.7255731201171876,2.7603549194335937,2.064336904945779,204604,0.0,0.0,True 2023-08-25 00:00:00+01:00,2.754031066894531,2.7603549194335937,2.6212298583984377,2.65284912109375,1.983938508727752,245462,0.0,0.0,True 2023-08-29 00:00:00+01:00,2.750869140625,2.7666778564453125,2.6212298583984377,2.7192498779296876,2.033596287835082,336351,0.0,0.0,True 2023-08-30 00:00:00+01:00,2.6212298583984377,2.7951361083984376,2.6212298583984377,2.7192498779296876,2.033596287835082,228664,0.0,0.0,True 2023-08-31 00:00:00+01:00,2.6212298583984377,2.836494140625,2.6212298583984377,2.8362411499023437,2.121088162069511,1626775,0.0,0.0,True 2023-09-01 00:00:00+01:00,2.8267550659179688,2.8267550659179688,2.750869140625,2.7635159301757812,2.0667006347306858,190191,0.0,0.0,True 2023-09-04 00:00:00+01:00,2.750869140625,2.798298034667969,2.7350588989257814,2.769840087890625,2.07143038296218,101585,0.0,0.0,True 2023-09-05 00:00:00+01:00,2.7192498779296876,2.8235931396484375,2.709764099121094,2.788811950683594,2.085618254459655,185220,0.0,0.0,True 2023-09-06 00:00:00+01:00,2.722412109375,2.8330789184570313,2.722412109375,2.807782897949219,2.099805897090962,145988,0.0,0.0,True 2023-09-07 00:00:00+01:00,2.8109451293945313,2.8520498657226563,2.7856500244140627,2.798298034667969,2.0927124190745605,164290,0.0,0.0,True 2023-09-08 00:00:00+01:00,2.7856500244140627,2.8520498657226563,2.7666778564453125,2.820430908203125,2.1092644780892784,129237,0.0,0.0,True 2023-09-11 00:00:00+01:00,2.807782897949219,2.861535949707031,2.769840087890625,2.8235931396484375,2.111629581071194,182089,0.0,0.0,True 2023-09-12 00:00:00+01:00,2.6876300048828123,2.7793258666992187,2.374600067138672,2.374600067138672,1.77584926903245,1879673,0.0,0.0,True 2023-09-13 00:00:00+01:00,2.3777619934082033,2.5295339965820314,2.1817230224609374,2.3619529724121096,1.7663910313333853,1337758,0.0,0.0,True 2023-09-14 00:00:00+01:00,2.2765809631347658,2.4315150451660155,2.2165049743652343,2.2165049743652343,1.6576174642858281,999940,0.0,0.0,True 2023-09-15 00:00:00+01:00,2.2291520690917968,2.2291520690917968,2.1279710388183593,2.143780059814453,1.6032301658131713,1016290,0.0,0.0,True 2023-09-18 00:00:00+01:00,2.1248089599609377,2.213343048095703,1.9980160522460937,2.0520849609375,1.534655682441544,1007966,0.0,0.0,True 2023-09-19 00:00:00+01:00,2.0267889404296877,2.0720050048828127,2.0236270141601564,2.0299510192871093,1.5181027079621539,292031,0.0,0.0,True 2023-09-20 00:00:00+01:00,2.1469419860839842,2.169075927734375,2.017303924560547,2.1089990234375002,1.5772188392016324,355592,0.0,0.0,True 2023-09-21 00:00:00+01:00,2.055247039794922,2.0768110656738283,1.9951699829101563,2.0267889404296877,1.607185153065847,521514,0.12,0.0,True 2023-09-22 00:00:00+01:00,2.1216470336914064,2.1216470336914064,1.9445799255371095,1.9445799255371095,1.541995605268411,523834,0.0,0.0,True 2023-09-25 00:00:00+01:00,1.985684051513672,1.985684051513672,1.8845030212402345,1.9129600524902344,1.5169219933180769,378942,0.0,0.0,True 2023-09-26 00:00:00+01:00,1.985684051513672,1.985684051513672,1.8433979797363282,1.8433979797363282,1.4617613082144272,357704,0.0,0.0,True 2023-09-27 00:00:00+01:00,1.8655320739746095,1.8655320739746095,1.7169209289550782,1.7548640441894532,1.391556480194175,1035793,0.0,0.0,True 2023-09-28 00:00:00+01:00,1.8307499694824219,1.8307499694824219,1.707436065673828,1.7105979919433594,1.3564547331579886,420272,0.0,0.0,True 2023-09-29 00:00:00+01:00,1.7390550231933595,1.8497219848632813,1.7042739868164063,1.802292938232422,1.4291661705117422,628392,0.0,0.0,True 2023-10-02 00:00:00+01:00,1.7864840698242188,1.833912048339844,1.707436065673828,1.7105979919433594,1.3564547331579886,193917,0.0,0.0,True 2023-10-03 00:00:00+01:00,1.7105979919433594,1.7422169494628907,1.6473590087890626,1.726407012939453,1.3689908115252214,627260,0.0,0.0,True 2023-10-04 00:00:00+01:00,1.802292938232422,1.802292938232422,1.6600070190429688,1.6821400451660156,1.3338884581490897,360693,0.0,0.0,True 2023-10-05 00:00:00+01:00,1.7200830078125,1.7169850158691407,1.6853019714355468,1.713759002685547,1.358961463759479,192167,0.0,0.0,True 2023-10-06 00:00:00+01:00,1.694788055419922,1.8212649536132812,1.6473590087890626,1.6916259765625001,1.3414105902413855,155016,0.0,0.0,True 2023-10-09 00:00:00+01:00,1.7169209289550782,1.8307499694824219,1.6170680236816406,1.6758160400390625,1.3288737842662186,256187,0.0,0.0,True 2023-10-10 00:00:00+01:00,1.707436065673828,1.7548640441894532,1.6473590087890626,1.7232449340820313,1.3664834745837857,257557,0.0,0.0,True 2023-10-11 00:00:00+01:00,1.7390550231933595,1.8275889587402343,1.6441969299316406,1.7991310119628907,1.4266589548382955,234835,0.0,0.0,True 2023-10-12 00:00:00+01:00,1.8244270324707033,1.8686929321289063,1.694788055419922,1.7390550231933595,1.3790204018269419,352097,0.0,0.0,True 2023-10-13 00:00:00+01:00,1.7105979919433594,1.84656005859375,1.701112060546875,1.7200830078125,1.3639761376423503,71017,0.0,0.0,True 2023-10-16 00:00:00+01:00,1.7422169494628907,1.8686929321289063,1.707436065673828,1.7485409545898438,1.3865425339192379,145368,0.0,0.0,True 2023-10-17 00:00:00+01:00,1.7896449279785156,1.8497219848632813,1.7422169494628907,1.8054550170898438,1.4316736287211669,238742,0.0,0.0,True 2023-10-18 00:00:00+01:00,1.7706739807128906,1.8433979797363282,1.7200830078125,1.783321990966797,1.4141227552030735,145681,0.0,0.0,True 2023-10-19 00:00:00+01:00,1.7453790283203126,1.8054550170898438,1.656844940185547,1.6663310241699218,1.321352379781857,200940,0.0,0.0,True 2023-10-20 00:00:00+01:00,1.6441969299316406,1.802292938232422,1.6441969299316406,1.7548640441894532,1.391556480194175,360815,0.0,0.0,True 2023-10-23 00:00:00+01:00,1.7896449279785156,1.8117790222167969,1.7105979919433594,1.783321990966797,1.4141227552030735,237904,0.0,0.0,True 2023-10-24 00:00:00+01:00,1.7706739807128906,1.8117790222167969,1.7460110473632813,1.7928070068359376,1.4216442809554244,101611,0.0,0.0,True 2023-10-25 00:00:00+01:00,1.7200830078125,1.8117790222167969,1.7105979919433594,1.7390550231933595,1.3790204018269419,222812,0.0,0.0,True 2023-10-26 00:00:00+01:00,1.8117790222167969,1.8117790222167969,1.6628529357910156,1.7295689392089844,1.3714982697346458,113030,0.0,0.0,True 2023-10-27 00:00:00+01:00,1.7548640441894532,1.7580259704589845,1.713759002685547,1.726407012939453,1.3689908115252214,60573,0.0,0.0,True 2023-10-30 00:00:00+00:00,1.7517019653320314,1.8054550170898438,1.6853019714355468,1.7200830078125,1.3639761376423503,127980,0.0,0.0,True 2023-10-31 00:00:00+00:00,1.7485409545898438,1.8433979797363282,1.694788055419922,1.7801600646972657,1.4116155395296273,220592,0.0,0.0,True 2023-11-01 00:00:00+00:00,1.7706739807128906,1.833912048339844,1.7580259704589845,1.8244270324707033,1.4467180141737477,155028,0.0,0.0,True 2023-11-02 00:00:00+00:00,1.808616943359375,1.9256080627441408,1.7675120544433593,1.8750169372558594,1.4868341925568271,359938,0.0,0.0,True 2023-11-03 00:00:00+00:00,1.8592080688476562,1.8845030212402345,1.7769979858398437,1.802292938232422,1.4291661705117422,442620,0.0,0.0,True 2023-11-06 00:00:00+00:00,1.7706739807128906,1.8655320739746095,1.7169209289550782,1.7232449340820313,1.3664834745837857,180685,0.0,0.0,True 2023-11-07 00:00:00+00:00,1.713759002685547,1.7896449279785156,1.6473590087890626,1.7896449279785156,1.4191367014780107,371813,0.0,0.0,True 2023-11-08 00:00:00+00:00,1.7611880493164063,1.7928070068359376,1.726407012939453,1.7295689392089844,1.3714982697346458,77409,0.0,0.0,True 2023-11-09 00:00:00+00:00,1.7453790283203126,1.81810302734375,1.707436065673828,1.8054550170898438,1.4316736287211669,476595,0.0,0.0,True 2023-11-10 00:00:00+00:00,1.8054550170898438,1.992008056640625,1.751575927734375,1.9730369567871093,1.5645612739373647,657519,0.0,0.0,True 2023-11-13 00:00:00+00:00,1.8845030212402345,2.134674072265625,1.8655320739746095,2.0141419982910156,1.5971564116400496,815939,0.0,0.0,True 2023-11-14 00:00:00+00:00,2.0236270141601564,2.1184849548339844,1.9097979736328126,2.0900280761718752,1.6573318918945599,680115,0.0,0.0,True 2023-11-15 00:00:00+00:00,2.0805419921875,2.1184849548339844,2.017303924560547,2.105836944580078,1.6698679702617925,480310,0.0,0.0,True 2023-11-16 00:00:00+00:00,2.0141419982910156,2.0995140075683594,1.8876649475097658,1.9161219787597656,1.6112454389462356,488119,0.12,0.0,True 2023-11-17 00:00:00+00:00,1.9603889465332032,2.042220001220703,1.8655320739746095,1.957227020263672,1.6458100723278584,255587,0.0,0.0,True 2023-11-20 00:00:00+00:00,1.9192840576171875,2.102675018310547,1.8623699951171875,2.0678939819335938,1.7388687204357176,273193,0.0,0.0,True 2023-11-21 00:00:00+00:00,2.0236270141601564,2.0678939819335938,1.8971510314941407,1.9161219787597656,1.6112454389462356,498821,0.0,0.0,True 2023-11-22 00:00:00+00:00,1.928769989013672,1.992008056640625,1.8971510314941407,1.9224459838867187,1.6165630649647402,173532,0.0,0.0,True 2023-11-23 00:00:00+00:00,1.8971510314941407,1.938256072998047,1.8971510314941407,1.9129600524902344,1.6085864331529582,155007,0.0,0.0,True 2023-11-24 00:00:00+00:00,1.928769989013672,1.9800559997558593,1.8813409423828125,1.9034750366210937,1.6006107009999588,62459,0.0,0.0,True 2023-11-27 00:00:00+00:00,1.928769989013672,1.928769989013672,1.8560459899902344,1.9256080627441408,1.6192220707580178,71167,0.0,0.0,True 2023-11-28 00:00:00+00:00,1.928769989013672,1.9668389892578126,1.8686929321289063,1.9129600524902344,1.6085864331529582,158558,0.0,0.0,True 2023-11-29 00:00:00+00:00,1.9161219787597656,1.9603889465332032,1.8655320739746095,1.9445799255371095,1.6351752058588984,161503,0.0,0.0,True 2023-11-30 00:00:00+00:00,1.9793609619140626,2.005352020263672,1.8813409423828125,1.8813409423828125,1.581998303060434,560744,0.0,0.0,True 2023-12-01 00:00:00+00:00,1.992008056640625,2.0078179931640627,1.8655320739746095,1.963551025390625,1.6511279553917297,345861,0.0,0.0,True 2023-12-04 00:00:00+00:00,1.8560459899902344,1.9603889465332032,1.8560459899902344,1.9445799255371095,1.6351752058588984,305126,0.0,0.0,True 2023-12-05 00:00:00+00:00,1.8971510314941407,1.9722779846191407,1.84656005859375,1.84656005859375,1.5527515527426825,489212,0.0,0.0,True 2023-12-06 00:00:00+00:00,1.8781790161132812,1.9658279418945312,1.8592080688476562,1.928769989013672,1.6218808195059287,1478524,0.0,0.0,True 2023-12-07 00:00:00+00:00,1.969875030517578,1.9983320617675782,1.84656005859375,1.969875030517578,1.6564455814102346,731688,0.0,0.0,True 2023-12-08 00:00:00+00:00,1.928769989013672,2.039436950683594,1.928769989013672,1.9951699829101563,1.6777159569615707,119812,0.0,0.0,True 2023-12-11 00:00:00+00:00,1.9793609619140626,2.0584089660644533,1.9793609619140626,2.0584089660644533,1.7308928597600348,195354,0.0,0.0,True 2023-12-12 00:00:00+00:00,2.055247039794922,2.1184849548339844,1.992008056640625,2.0299510192871093,1.7069628358020055,323692,0.0,0.0,True 2023-12-13 00:00:00+00:00,1.9667129516601562,2.0900280761718752,1.9667129516601562,2.0046560668945315,1.6856925887733525,91305,0.0,0.0,True 2023-12-14 00:00:00+00:00,2.0236270141601564,2.1501040649414063,2.0236270141601564,2.1121609497070315,1.7760923596106177,315854,0.0,0.0,True 2023-12-15 00:00:00+00:00,2.086865997314453,2.137456970214844,2.071056060791016,2.105836944580078,1.7707744765467464,222934,0.0,0.0,True 2023-12-18 00:00:00+00:00,2.074217987060547,2.157187042236328,2.074217987060547,2.1469419860839842,1.8053392384510523,244968,0.0,0.0,True 2023-12-19 00:00:00+00:00,2.0678939819335938,2.1627520751953124,2.0678939819335938,2.1216470336914064,1.7840689914223993,150953,0.0,0.0,True 2023-12-20 00:00:00+00:00,2.0678939819335938,2.243697052001953,2.0678939819335938,2.213343048095703,1.8611751470427937,398039,0.0,0.0,True 2023-12-21 00:00:00+00:00,2.1501040649414063,2.222828063964844,2.1501040649414063,2.17856201171875,1.8319281396796756,210426,0.0,0.0,True 2023-12-22 00:00:00+00:00,2.200695037841797,2.2417999267578126,2.105836944580078,2.197532958984375,1.8478806321671406,63385,0.0,0.0,True 2023-12-27 00:00:00+00:00,2.1817230224609374,2.2512860107421875,2.1089990234375002,2.23547607421875,1.879786645323536,113911,0.0,0.0,True 2023-12-28 00:00:00+00:00,2.1753999328613283,2.2639329528808596,2.1089990234375002,2.225989990234375,1.8718097564663871,100598,0.0,0.0,True 2023-12-29 00:00:00+00:00,2.219665985107422,2.2449620056152346,2.1279710388183593,2.225989990234375,1.8718097564663871,54929,0.0,0.0,True 2024-01-02 00:00:00+00:00,2.1501040649414063,2.2639329528808596,2.1311329650878905,2.2101809692382814,1.8585161412495166,699835,0.0,0.0,True 2024-01-03 00:00:00+00:00,2.1880470275878907,2.23547607421875,2.115323028564453,2.1342950439453126,1.794704629027459,227064,0.0,0.0,True 2024-01-04 00:00:00+00:00,2.1089990234375002,2.2086000061035156,2.102675018310547,2.1184849548339844,1.7814101141518057,248531,0.0,0.0,True 2024-01-05 00:00:00+00:00,2.093190002441406,2.1279710388183593,2.036591033935547,2.086865997314453,1.7548221125819645,576281,0.0,0.0,True 2024-01-08 00:00:00+00:00,2.0267889404296877,2.1501040649414063,2.0267889404296877,2.093190002441406,1.7601397386004696,285757,0.0,0.0,True 2024-01-09 00:00:00+00:00,2.169075927734375,2.0995140075683594,2.083704071044922,2.093190002441406,1.7601397386004696,261480,0.0,0.0,True 2024-01-10 00:00:00+00:00,2.0900280761718752,2.200695037841797,2.055247039794922,2.086865997314453,1.7548221125819645,97872,0.0,0.0,True 2024-01-11 00:00:00+00:00,2.055247039794922,2.1564280700683596,2.0236270141601564,2.0362750244140626,1.7122805903431937,214912,0.0,0.0,True 2024-01-12 00:00:00+00:00,2.071056060791016,2.137456970214844,2.0109800720214843,2.0236270141601564,1.7016450812608173,685170,0.0,0.0,True 2024-01-15 00:00:00+00:00,2.028370056152344,2.1216470336914064,1.9825230407714844,1.9825230407714844,1.667081219015294,206480,0.0,0.0,True 2024-01-16 00:00:00+00:00,2.0046560668945315,2.086865997314453,1.8845030212402345,1.8845030212402345,1.5846573088537115,481093,0.0,0.0,True 2024-01-17 00:00:00+00:00,1.8813409423828125,1.9667129516601562,1.8149409484863281,1.8718550109863281,1.5740217997713357,294886,0.0,0.0,True 2024-01-18 00:00:00+00:00,1.8781790161132812,1.9192840576171875,1.81810302734375,1.8244270324707033,1.5341400544619408,487444,0.0,0.0,True 2024-01-19 00:00:00+00:00,1.7769979858398437,1.9192840576171875,1.7769979858398437,1.8876649475097658,1.5873161861243057,413352,0.0,0.0,True 2024-01-22 00:00:00+00:00,1.8781790161132812,1.9445799255371095,1.7769979858398437,1.8781790161132812,1.5793395543125235,313566,0.0,0.0,True 2024-01-23 00:00:00+00:00,1.8592080688476562,1.8939889526367188,1.822718963623047,1.8686929321289063,1.571362665455375,163835,0.0,0.0,True 2024-01-24 00:00:00+00:00,1.8686929321289063,1.9224459838867187,1.8560459899902344,1.8876649475097658,1.5873161861243057,187611,0.0,0.0,True 2024-01-25 00:00:00+00:00,1.8876649475097658,1.969875030517578,1.837073974609375,1.8845030212402345,1.5846573088537115,120556,0.0,0.0,True 2024-01-26 00:00:00+00:00,1.8718550109863281,1.9034750366210937,1.8592080688476562,1.8845030212402345,1.5846573088537115,160285,0.0,0.0,True 2024-01-29 00:00:00+00:00,1.8592080688476562,1.9192840576171875,1.8433979797363282,1.8939889526367188,1.592633940665494,170217,0.0,0.0,True 2024-01-30 00:00:00+00:00,1.8939889526367188,1.9319320678710938,1.8876649475097658,1.8971510314941407,1.5952928179360877,105717,0.0,0.0,True 2024-01-31 00:00:00+00:00,1.8908270263671876,1.9161219787597656,1.8750169372558594,1.8845030212402345,1.5846573088537115,240153,0.0,0.0,True 2024-02-01 00:00:00+00:00,1.9445799255371095,1.9445799255371095,1.7896449279785156,1.7896449279785156,1.50489214744004,451604,0.0,0.0,True 2024-02-02 00:00:00+00:00,1.7928070068359376,1.833912048339844,1.6663310241699218,1.7042739868164063,1.4331046460196166,884066,0.0,0.0,True 2024-02-05 00:00:00+00:00,1.707436065673828,1.7611880493164063,1.603092041015625,1.6252259826660156,1.3666341280042817,657554,0.0,0.0,True 2024-02-06 00:00:00+00:00,1.6252259826660156,1.6536830139160157,1.5177200317382813,1.5588250732421876,1.3107984764579066,755371,0.0,0.0,True 2024-02-07 00:00:00+00:00,1.5556640625,1.5588250732421876,1.4418339538574219,1.4418339538574219,1.2124219452861764,857644,0.0,0.0,True 2024-02-08 00:00:00+00:00,1.4418339538574219,1.4987489318847658,1.3992120361328124,1.4797770690917968,1.2443277013972052,509520,0.0,0.0,True 2024-02-09 00:00:00+00:00,1.4323489379882812,1.5082350158691407,1.3428660583496095,1.4102149963378907,1.1858338151936525,567441,0.0,0.0,True 2024-02-12 00:00:00+00:00,1.4449960327148437,1.4544819641113282,1.4102149963378907,1.4386729431152343,1.2097638391516818,682870,0.0,0.0,True 2024-02-13 00:00:00+00:00,1.4544819641113282,1.48610107421875,1.318520050048828,1.3406530761718751,1.1273400575127825,458613,0.0,0.0,True 2024-02-14 00:00:00+00:00,1.3722720336914063,1.4133770751953125,1.2609729766845703,1.2742530059814454,1.0715049843184823,1009421,0.0,0.0,True 2024-02-15 00:00:00+00:00,1.2710910034179688,1.3817579650878906,1.257177963256836,1.3501390075683595,1.135316689324565,320044,0.0,0.0,True 2024-02-16 00:00:00+00:00,1.3280050659179687,1.394405975341797,1.3204170227050782,1.394405975341797,1.1725401999767817,180605,0.0,0.0,True 2024-02-19 00:00:00+00:00,1.3975680541992188,1.4544819641113282,1.3438780212402344,1.3627859497070314,1.1459512987481584,250647,0.0,0.0,True 2024-02-20 00:00:00+00:00,1.3659480285644532,1.4228630065917969,1.324842987060547,1.3311669921875,1.1193632971783174,365397,0.0,0.0,True 2024-02-21 00:00:00+00:00,1.3659480285644532,1.4133770751953125,1.3298390197753907,1.3912440490722657,1.169881451228871,498723,0.0,0.0,True 2024-02-22 00:00:00+00:00,1.3596249389648438,1.5177200317382813,1.3106779479980468,1.4797770690917968,1.2443277013972052,407338,0.0,0.0,True 2024-02-23 00:00:00+00:00,1.4449960327148437,1.5714729309082032,1.4228630065917969,1.549340057373047,1.3028224872595409,716438,0.0,0.0,True 2024-02-26 00:00:00+00:00,1.5556640625,1.603092041015625,1.5177200317382813,1.549340057373047,1.3028224872595409,2090900,0.0,0.0,True 2024-02-27 00:00:00+00:00,1.5398539733886718,1.6094160461425782,1.5019110107421876,1.5177200317382813,1.2762335860309173,1599926,0.0,0.0,True 2024-02-28 00:00:00+00:00,1.5019110107421876,1.6505209350585939,1.4133770751953125,1.4133770751953125,1.1884928209869297,1105580,0.0,0.0,True 2024-02-29 00:00:00+00:00,1.3975680541992188,1.48610107421875,1.3280050659179687,1.3564630126953126,1.2464629097274138,562482,0.12,0.0,True 2024-03-01 00:00:00+00:00,1.2963859558105468,1.4544819641113282,1.2963859558105468,1.3216819763183594,1.2145024050559423,772185,0.0,0.0,True 2024-03-04 00:00:00+00:00,1.2963859558105468,1.3880819702148437,1.1711740112304687,1.2116470336914062,1.113390592256359,1078083,0.0,0.0,True 2024-03-05 00:00:00+00:00,1.214176025390625,1.2710910034179688,1.1774980163574218,1.2255590057373047,1.1261743871742476,555726,0.0,0.0,True 2024-03-06 00:00:00+00:00,1.2318830108642578,1.2995480346679689,1.1762329864501953,1.1977339935302735,1.1006057448797641,253075,0.0,0.0,True 2024-03-07 00:00:00+00:00,1.174968032836914,1.2635019683837891,1.1711740112304687,1.2521189880371093,1.1505804835821212,465875,0.0,0.0,True 2024-03-08 00:00:00+00:00,1.2483249664306642,1.3564630126953126,1.1995050048828124,1.3216819763183594,1.2145024050559423,730633,0.0,0.0,True 2024-03-11 00:00:00+00:00,1.2805769348144531,1.3533009338378907,1.2331479644775392,1.2742530059814454,1.1709195988944865,76093,0.0,0.0,True 2024-03-12 00:00:00+00:00,1.0371089935302735,1.0383740234375,0.8031269836425782,0.8916609954833985,0.8193532757052507,3466982,0.0,0.0,True 2024-03-13 00:00:00+00:00,0.8701599884033203,0.957427978515625,0.8562470245361329,0.892925033569336,0.820514769133155,1742672,0.0,0.0,True 2024-03-14 00:00:00+00:00,0.884072036743164,1.029520034790039,0.857511978149414,1.0194020080566406,0.9367353282960205,919402,0.0,0.0,True 2024-03-15 00:00:00+00:00,1.0307849884033202,1.0900389862060547,0.9953720092773438,1.011812973022461,0.9297617369102885,714540,0.0,0.0,True 2024-03-18 00:00:00+00:00,1.0054900360107422,1.1344960021972657,1.0054900360107422,1.1218479919433595,1.0308736198737858,744870,0.0,0.0,True 2024-03-19 00:00:00+00:00,1.111729965209961,1.1307019805908203,1.0497570037841797,1.0598750305175781,0.973926272080489,698906,0.0,0.0,True 2024-03-20 00:00:00+00:00,1.0371089935302735,1.0876999664306641,1.014343032836914,1.0876999664306641,0.9994947740471452,539049,0.0,0.0,True 2024-03-21 00:00:00+00:00,1.06872802734375,1.1520760345458985,1.0130780029296875,1.1193190002441407,1.0285497208870988,582647,0.0,0.0,True 2024-03-22 00:00:00+00:00,1.1471440124511718,1.1511910247802735,1.076885986328125,1.077581024169922,0.9901963715438477,654122,0.0,0.0,True 2024-03-25 00:00:00+00:00,1.1003469848632812,1.138290023803711,1.0560800170898437,1.1142600250244141,1.0239010107828463,283302,0.0,0.0,True 2024-03-26 00:00:00+00:00,1.062404022216797,1.1800279998779297,1.0130780029296875,1.1496730041503906,1.0564421920043559,916529,0.0,0.0,True 2024-03-27 00:00:00+00:00,1.1256430053710937,1.28127197265625,1.1256430053710937,1.2805769348144531,1.176730714557522,778140,0.0,0.0,True 2024-03-28 00:00:00+00:00,1.2420010375976562,1.3817579650878906,1.1711740112304687,1.324842987060547,1.2174070507565817,780128,0.0,0.0,True 2024-04-02 00:00:00+01:00,1.3280050659179687,1.3722720336914063,1.1699089813232422,1.1699089813232422,1.0750371727491939,547388,0.0,0.0,True 2024-04-03 00:00:00+01:00,1.1699089813232422,1.253384017944336,1.1699089813232422,1.2293540191650392,1.129661603850596,275604,0.0,0.0,True 2024-04-04 00:00:00+01:00,1.2356770324707032,1.2470600128173828,1.2040579986572266,1.2053230285644532,1.1075794064294096,263252,0.0,0.0,True 2024-04-05 00:00:00+01:00,1.174968032836914,1.2995480346679689,1.1699089813232422,1.2116470336914062,1.113390592256359,265547,0.0,0.0,True 2024-04-08 00:00:00+01:00,1.214176025390625,1.283739013671875,1.1888809967041016,1.283739013671875,1.1796364127168673,441896,0.0,0.0,True 2024-04-09 00:00:00+01:00,1.2647669982910157,1.3406530761718751,1.1901460266113282,1.2679290008544921,1.1651084130675373,317664,0.0,0.0,True 2024-04-10 00:00:00+01:00,1.2647669982910157,1.2846870422363281,1.2015290069580078,1.2103820037841797,1.1122281165336623,259733,0.0,0.0,True 2024-04-11 00:00:00+01:00,1.2331479644775392,1.3195309448242187,1.2205000305175782,1.2995480346679689,1.1941634300714046,466648,0.0,0.0,True 2024-04-12 00:00:00+01:00,1.2742530059814454,1.2963859558105468,1.2647669982910157,1.283739013671875,1.1796364127168673,145992,0.0,0.0,True 2024-04-15 00:00:00+01:00,1.3027099609375001,1.3134609985351562,1.20279296875,1.2932240295410156,1.1883521740805418,143002,0.0,0.0,True 2024-04-16 00:00:00+01:00,1.2584429931640626,1.305872039794922,1.20279296875,1.2647669982910157,1.1622028552360197,343786,0.0,0.0,True 2024-04-17 00:00:00+01:00,1.2647669982910157,1.3247169494628908,1.20279296875,1.3090339660644532,1.202880033402044,143312,0.0,0.0,True 2024-04-18 00:00:00+01:00,1.283739013671875,1.3623440551757813,1.2742530059814454,1.3533009338378907,1.2435572817319822,249702,0.0,0.0,True 2024-04-19 00:00:00+01:00,1.3627859497070314,1.3785960388183593,1.2679290008544921,1.3754339599609375,1.2638954147495551,126392,0.0,0.0,True 2024-04-22 00:00:00+01:00,1.3912440490722657,1.4797770690917968,1.3849200439453124,1.4386729431152343,1.3220061503964273,471400,0.0,0.0,True 2024-04-23 00:00:00+01:00,1.4544819641113282,1.4544819641113282,1.3311669921875,1.4007290649414064,1.2871393160903872,140390,0.0,0.0,True 2024-04-24 00:00:00+01:00,1.3817579650878906,1.4228630065917969,1.3501390075683595,1.3849200439453124,1.2726122987358497,290959,0.0,0.0,True 2024-04-25 00:00:00+01:00,1.318520050048828,1.4829389953613281,1.318520050048828,1.3849200439453124,1.2726122987358497,285096,0.0,0.0,True 2024-04-26 00:00:00+01:00,1.3849200439453124,1.4544819641113282,1.318520050048828,1.419700927734375,1.3045726630794936,238022,0.0,0.0,True 2024-04-29 00:00:00+01:00,1.4133770751953125,1.4955870056152345,1.3596249389648438,1.4544819641113282,1.3365331677509649,240451,0.0,0.0,True 2024-04-30 00:00:00+01:00,1.4418339538574219,1.4702920532226562,1.4070530700683594,1.4165390014648438,1.3016671754118896,200489,0.0,0.0,True 2024-05-01 00:00:00+01:00,1.3849200439453124,1.4955870056152345,1.318520050048828,1.4544819641113282,1.3365331677509649,146122,0.0,0.0,True 2024-05-02 00:00:00+01:00,1.4418339538574219,1.5272059631347656,1.318520050048828,1.5272059631347656,1.403359805089339,393928,0.0,0.0,True 2024-05-03 00:00:00+01:00,1.5272059631347656,1.5556640625,1.4936270141601562,1.5145590209960937,1.391738415730233,235035,0.0,0.0,True 2024-05-07 00:00:00+01:00,1.580959014892578,1.580959014892578,1.4955870056152345,1.549340057373047,1.4236989204017043,198114,0.0,0.0,True 2024-05-08 00:00:00+01:00,1.511396942138672,1.5556640625,1.5019110107421876,1.5398539733886718,1.4149821767432373,156933,0.0,0.0,True 2024-05-09 00:00:00+01:00,1.5556640625,1.59898193359375,1.4924249267578125,1.580959014892578,1.4527537970777442,282551,0.0,0.0,True 2024-05-10 00:00:00+01:00,1.5430160522460938,1.6125779724121094,1.4702920532226562,1.5872830200195314,1.4585649127407796,284611,0.0,0.0,True 2024-05-13 00:00:00+01:00,1.5777969360351562,1.6157400512695312,1.5303680419921875,1.5398539733886718,1.4149821767432373,162030,0.0,0.0,True 2024-05-14 00:00:00+01:00,1.56514892578125,1.603092041015625,1.4639680480957031,1.574635009765625,1.4469426814147088,85826,0.0,0.0,True 2024-05-15 00:00:00+01:00,1.546177978515625,1.6125779724121094,1.4797770690917968,1.5714729309082032,1.4440369130914497,404761,0.0,0.0,True 2024-05-16 00:00:00+01:00,1.5841209411621093,1.5841209411621093,1.549340057373047,1.574635009765625,1.4469426814147088,562337,0.0,0.0,True 2024-05-17 00:00:00+01:00,1.568311004638672,1.5841209411621093,1.48610107421875,1.5841209411621093,1.4556592847453482,161655,0.0,0.0,True 2024-05-20 00:00:00+01:00,1.574635009765625,1.5999299621582033,1.4955870056152345,1.5999299621582033,1.4701863020998855,207620,0.0,0.0,True 2024-05-21 00:00:00+01:00,1.580959014892578,1.5999299621582033,1.5272059631347656,1.574635009765625,1.4469426814147088,180078,0.0,0.0,True 2024-05-22 00:00:00+01:00,1.5177200317382813,1.6125779724121094,1.4544819641113282,1.5335299682617187,1.4091709207523744,240105,0.0,0.0,True 2024-05-23 00:00:00+01:00,1.5714729309082032,1.5777969360351562,1.4639680480957031,1.4639680480957031,1.3452500517372592,234257,0.0,0.0,True 2024-05-24 00:00:00+01:00,1.511396942138672,1.5714729309082032,1.448157958984375,1.448157958984375,1.3307220520879295,153713,0.0,0.0,True 2024-05-28 00:00:00+01:00,1.5525019836425782,1.5525019836425782,1.4544819641113282,1.4892630004882812,1.3684936724224361,199371,0.0,0.0,True 2024-05-29 00:00:00+01:00,1.4449960327148437,1.5777969360351562,1.4449960327148437,1.4797770690917968,1.3597770690917967,749579,0.0,0.0,True 2024-05-30 00:00:00+01:00,1.45764404296875,1.4974209594726562,1.3691099548339845,1.4639680480957031,1.4639680480957031,316373,0.12,0.0,False 2024-05-31 00:00:00+01:00,1.4608059692382813,1.5272059631347656,1.3880819702148437,1.4260249328613281,1.4260249328613281,199459,0.0,0.0,False 2024-06-03 00:00:00+01:00,1.4608059692382813,1.5240440368652344,1.4007290649414064,1.4355110168457033,1.4355110168457033,140112,0.0,0.0,False 2024-06-04 00:00:00+01:00,1.3912440490722657,1.48610107421875,1.3912440490722657,1.3975680541992188,1.3975680541992188,175472,0.0,0.0,False 2024-06-05 00:00:00+01:00,1.3975680541992188,1.5335299682617187,1.3912440490722657,1.419700927734375,1.419700927734375,94127,0.0,0.0,False 2024-06-06 00:00:00+01:00,1.5050729370117188,1.5335299682617187,1.4133770751953125,1.4260249328613281,1.4260249328613281,62478,0.0,0.0,False 2024-06-07 00:00:00+01:00,1.3501390075683595,1.4544819641113282,1.3501390075683595,1.3785960388183593,1.3785960388183593,244657,0.0,0.0,False 2024-06-10 00:00:00+01:00,1.3785960388183593,1.448157958984375,1.318520050048828,1.4355110168457033,1.4355110168457033,175758,0.0,0.0,False 2024-06-11 00:00:00+01:00,1.394405975341797,1.448157958984375,1.3564630126953126,1.3975680541992188,1.3975680541992188,127472,0.0,0.0,False 2024-06-12 00:00:00+01:00,1.3785960388183593,1.448157958984375,1.305872039794922,1.4260249328613281,1.4260249328613281,91631,0.0,0.0,False 2024-06-13 00:00:00+01:00,1.3912440490722657,1.448157958984375,1.2900619506835938,1.3691099548339845,1.3691099548339845,145242,0.0,0.0,False 2024-06-14 00:00:00+01:00,1.318520050048828,1.448157958984375,1.2742530059814454,1.3533009338378907,1.3533009338378907,294947,0.0,0.0,False 2024-06-17 00:00:00+01:00,1.2742530059814454,1.3691099548339845,1.2742530059814454,1.2995480346679689,1.2995480346679689,170689,0.0,0.0,False 2024-06-18 00:00:00+01:00,1.318520050048828,1.4007290649414064,1.2805769348144531,1.3311669921875,1.3311669921875,110866,0.0,0.0,False 2024-06-19 00:00:00+01:00,1.305872039794922,1.4038909912109376,1.2963859558105468,1.3501390075683595,1.3501390075683595,115007,0.0,0.0,False 2024-06-20 00:00:00+01:00,1.2647669982910157,1.3691099548339845,1.2647669982910157,1.3469769287109374,1.3469769287109374,188866,0.0,0.0,False 2024-06-21 00:00:00+01:00,1.2622370147705078,1.4007290649414064,1.2559140014648438,1.324842987060547,1.324842987060547,187460,0.0,0.0,False 2024-06-24 00:00:00+01:00,1.3880819702148437,1.4038909912109376,1.2559140014648438,1.3469769287109374,1.3469769287109374,45211,0.0,0.0,False 2024-06-25 00:00:00+01:00,1.283739013671875,1.4038909912109376,1.2774150085449218,1.3659480285644532,1.3659480285644532,129859,0.0,0.0,False 2024-06-26 00:00:00+01:00,1.3912440490722657,1.3913070678710937,1.2679290008544921,1.3722720336914063,1.3722720336914063,214010,0.0,0.0,False 2024-06-27 00:00:00+01:00,1.6600000000000001,1.7939999389648438,1.4177999877929688,1.6060000610351564,1.6060000610351564,773059,0.0,0.0,False 2024-06-28 00:00:00+01:00,1.6,1.62,1.4633999633789063,1.56,1.56,897373,0.0,0.0,False 2024-07-01 00:00:00+01:00,1.5,1.558000030517578,1.351300048828125,1.4360000610351562,1.4360000610351562,786129,0.0,0.0,False 2024-07-02 00:00:00+01:00,1.5,1.5639999389648438,1.3319999694824218,1.45,1.45,636694,0.0,0.0,False 2024-07-03 00:00:00+01:00,1.45,1.5085000610351562,1.175,1.27,1.27,745259,0.0,0.0,False 2024-07-04 00:00:00+01:00,1.2,1.3,1.16,1.25,1.25,940899,0.0,0.0,False 2024-07-05 00:00:00+01:00,1.24,1.3580000305175781,1.200999984741211,1.22,1.22,410979,0.0,0.0,False 2024-07-08 00:00:00+01:00,1.211999969482422,1.37,1.1500000000000001,1.29,1.29,781393,0.0,0.0,False 2024-07-09 00:00:00+01:00,1.3960000610351562,1.3980000305175782,1.2180000305175782,1.281999969482422,1.281999969482422,542222,0.0,0.0,False 2024-07-10 00:00:00+01:00,1.22,1.35,1.22,1.288000030517578,1.288000030517578,409127,0.0,0.0,False 2024-07-11 00:00:00+01:00,1.288000030517578,1.3980000305175782,1.266500015258789,1.3319999694824218,1.3319999694824218,610386,0.0,0.0,False 2024-07-12 00:00:00+01:00,1.3260000610351563,1.3960000610351562,1.2705999755859376,1.308000030517578,1.308000030517578,635332,0.0,0.0,False 2024-07-15 00:00:00+01:00,1.32,1.34,1.2651999664306641,1.265999984741211,1.265999984741211,497914,0.0,0.0,False 2024-07-16 00:00:00+01:00,1.3,1.3,1.23,1.2839999389648438,1.2839999389648438,353474,0.0,0.0,False 2024-07-17 00:00:00+01:00,1.318000030517578,1.4360000610351562,1.2935000610351564,1.348000030517578,1.348000030517578,364851,0.0,0.0,False 2024-07-18 00:00:00+01:00,1.3439999389648438,1.4560000610351562,1.34,1.3719999694824219,1.3719999694824219,391038,0.0,0.0,False 2024-07-19 00:00:00+01:00,1.3719999694824219,1.46,1.251999969482422,1.36,1.36,657176,0.0,0.0,False 2024-07-22 00:00:00+01:00,1.46,1.46,1.3041999816894532,1.3819999694824219,1.3819999694824219,1705990,0.0,0.0,False 2024-07-23 00:00:00+01:00,1.46,1.46,1.3539999389648438,1.42,1.42,968426,0.0,0.0,False 2024-07-24 00:00:00+01:00,1.46,1.46,1.298000030517578,1.338000030517578,1.338000030517578,2598389,0.0,0.0,False 2024-07-25 00:00:00+01:00,1.31,1.4480000305175782,1.2480000305175782,1.3580000305175781,1.3580000305175781,517858,0.0,0.0,False 2024-07-26 00:00:00+01:00,1.46,1.46,1.3439999389648438,1.3619999694824219,1.3619999694824219,358745,0.0,0.0,False 2024-07-29 00:00:00+01:00,1.35,1.416199951171875,1.35,1.37,1.37,73445,0.0,0.1,False 2024-07-30 00:00:00+01:00,1.42,1.42,1.3502000427246095,1.36,1.36,162562,0.0,0.0,False 2024-07-31 00:00:00+01:00,1.31,1.37,1.300399932861328,1.315,1.315,374190,0.0,0.0,False 2024-08-01 00:00:00+01:00,1.31,1.35,1.3,1.305,1.305,606338,0.0,0.0,False 2024-08-02 00:00:00+01:00,1.285,1.29,1.25,1.2650000000000001,1.2650000000000001,477262,0.0,0.0,False 2024-08-05 00:00:00+01:00,1.225,1.27,1.2,1.24,1.24,556372,0.0,0.0,False 2024-08-06 00:00:00+01:00,1.24,1.26,1.195,1.21,1.21,934062,0.0,0.0,False 2024-08-07 00:00:00+01:00,1.21,1.2550000000000001,1.21,1.235,1.235,306617,0.0,0.0,False 2024-08-08 00:00:00+01:00,1.24,1.2550000000000001,1.217770004272461,1.25,1.25,217988,0.0,0.0,False 2024-08-09 00:00:00+01:00,1.25,1.27,1.23,1.2550000000000001,1.2550000000000001,172605,0.0,0.0,False 2024-08-12 00:00:00+01:00,1.2750000000000001,1.28,1.25,1.27,1.27,219830,0.0,0.0,False 2024-08-13 00:00:00+01:00,1.3,1.3,1.26,1.2650000000000001,1.2650000000000001,127472,0.0,0.0,False 2024-08-14 00:00:00+01:00,1.29,1.29,1.26,1.285,1.285,83216,0.0,0.0,False 2024-08-15 00:00:00+01:00,1.25,1.3,1.25,1.295,1.295,375193,0.0,0.0,False 2024-08-16 00:00:00+01:00,1.27,1.31875,1.22,1.22,1.22,76047,0.0,0.0,False 2024-08-19 00:00:00+01:00,1.215,1.29,1.2133799743652345,1.28,1.28,170279,0.0,0.0,False 2024-08-20 00:00:00+01:00,1.28,1.315,1.235,1.285,1.285,277335,0.0,0.0,False 2024-08-21 00:00:00+01:00,1.26,1.32,1.26,1.29,1.29,272807,0.0,0.0,False 2024-08-22 00:00:00+01:00,1.29,1.33,1.2750000000000001,1.3285000610351563,1.3285000610351563,130244,0.0,0.0,False ================================================ FILE: tests/data/RGL-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,6.070883178710938,6.070883178710938,5.855872802734375,5.925435180664063,5.895066528320313,128747,0.0,0.0 2022-01-05 00:00:00+00:00,5.887492065429687,6.070883178710938,5.824254150390625,5.881168212890625,5.851026000976563,120674,0.0,0.0 2022-01-06 00:00:00+00:00,6.007645263671876,6.007645263671876,5.817930297851563,5.887492065429687,5.857318115234375,192480,0.0,0.0 2022-01-07 00:00:00+00:00,5.94440673828125,5.94440673828125,5.849548950195312,5.887492065429687,5.857318115234375,405786,0.0,0.0 2022-01-10 00:00:00+00:00,5.906464233398437,5.963378295898438,5.881168212890625,5.957053833007812,5.9265234375,81423,0.0,0.0 2022-01-11 00:00:00+00:00,5.950731201171875,6.0645599365234375,5.811605834960938,5.836901245117188,5.80698486328125,95940,0.0,0.0 2022-01-12 00:00:00+00:00,5.881168212890625,5.946682739257812,5.7985162353515625,5.855872802734375,5.8258605957031255,99685,0.0,0.0 2022-01-13 00:00:00+00:00,5.89381591796875,5.906464233398437,5.798958129882813,5.824254150390625,5.794404296875,93564,0.0,0.0 2022-01-14 00:00:00+00:00,5.830578002929688,5.8432250976562505,5.779987182617187,5.824254150390625,5.794404296875,108579,0.0,0.0 2022-01-17 00:00:00+00:00,5.798958129882813,5.881168212890625,5.792634887695312,5.824254150390625,5.794404296875,99195,0.0,0.0 2022-01-18 00:00:00+00:00,5.849548950195312,5.855872802734375,5.773662719726563,5.824254150390625,5.794404296875,60435,0.0,0.0 2022-01-19 00:00:00+00:00,5.7673388671875,5.824254150390625,5.7673388671875,5.824254150390625,5.794404296875,83907,0.0,0.0 2022-01-20 00:00:00+00:00,5.830578002929688,5.836901245117188,5.788713989257813,5.811605834960938,5.781819458007813,85212,0.0,0.0 2022-01-21 00:00:00+00:00,5.817930297851563,5.8432250976562505,5.7673388671875,5.7673388671875,5.737780151367188,51823,0.0,0.0 2022-01-24 00:00:00+00:00,5.773662719726563,5.817930297851563,5.691453247070313,5.754691772460937,5.72519775390625,166640,0.0,0.0 2022-01-25 00:00:00+00:00,5.779987182617187,5.779987182617187,5.6535101318359375,5.659833984375,5.630827026367188,80112,0.0,0.0 2022-01-26 00:00:00+00:00,5.67880615234375,5.729395751953125,5.628214721679687,5.7104248046875,5.6811572265625,71144,0.0,0.0 2022-01-27 00:00:00+00:00,5.672482299804687,5.7104248046875,5.647186279296875,5.691453247070313,5.662283935546875,93624,0.0,0.0 2022-01-28 00:00:00+00:00,5.6535101318359375,5.773662719726563,5.647186279296875,5.716749267578125,5.687449340820312,236687,0.0,0.0 2022-01-31 00:00:00+00:00,5.564976196289063,5.729395751953125,5.564976196289063,5.6408630371093755,5.611952514648437,156263,0.0,0.0 2022-02-01 00:00:00+00:00,5.564976196289063,5.691453247070313,5.564976196289063,5.659833984375,5.630827026367188,103233,0.0,0.0 2022-02-02 00:00:00+00:00,5.691453247070313,5.697777099609375,5.645922241210938,5.685128784179688,5.6559906005859375,62250,0.0,0.0 2022-02-03 00:00:00+00:00,5.697777099609375,5.754691772460937,5.668118286132812,5.697777099609375,5.668574829101563,248516,0.0,0.0 2022-02-04 00:00:00+00:00,5.659833984375,5.742044067382813,5.628214721679687,5.628214721679687,5.5993701171875,121050,0.0,0.0 2022-02-07 00:00:00+00:00,5.666157836914063,5.691453247070313,5.615567016601562,5.628214721679687,5.5993701171875,77485,0.0,0.0 2022-02-08 00:00:00+00:00,5.647186279296875,5.6535101318359375,5.615567016601562,5.615567016601562,5.5867852783203125,128621,0.0,0.0 2022-02-09 00:00:00+00:00,5.6092431640625,5.647186279296875,5.6092431640625,5.6092431640625,5.580494995117188,146108,0.0,0.0 2022-02-10 00:00:00+00:00,5.634539184570313,5.647186279296875,5.581417846679687,5.634539184570313,5.605660400390625,171909,0.0,0.0 2022-02-11 00:00:00+00:00,5.647186279296875,5.67880615234375,5.596596069335938,5.647186279296875,5.6182421875,197604,0.0,0.0 2022-02-14 00:00:00+00:00,5.564976196289063,5.634539184570313,5.564976196289063,5.628214721679687,5.5993701171875,67537,0.0,0.0 2022-02-15 00:00:00+00:00,5.6092431640625,5.628214721679687,5.577623901367188,5.615567016601562,5.5867852783203125,57442,0.0,0.0 2022-02-16 00:00:00+00:00,5.628214721679687,5.666157836914063,5.5713000488281255,5.6092431640625,5.580494995117188,73055,0.0,0.0 2022-02-17 00:00:00+00:00,5.67880615234375,5.67880615234375,5.582935791015625,5.5839477539062505,5.555327758789063,83277,0.0,0.0 2022-02-18 00:00:00+00:00,5.628214721679687,5.6535101318359375,5.602918701171875,5.628214721679687,5.5993701171875,89554,0.0,0.0 2022-02-21 00:00:00+00:00,5.5713000488281255,5.6408630371093755,5.539680786132813,5.539680786132813,5.5112890625,109872,0.0,0.0 2022-02-22 00:00:00+00:00,5.520709838867187,5.5713000488281255,5.438499755859375,5.457470703125,5.42949951171875,98873,0.0,0.0 2022-02-23 00:00:00+00:00,5.470119018554688,5.6092431640625,5.470119018554688,5.5713000488281255,5.54274658203125,104830,0.0,0.0 2022-02-24 00:00:00+00:00,5.514385986328125,5.53335693359375,5.42585205078125,5.438499755859375,5.410626220703125,139600,0.0,0.0 2022-02-25 00:00:00+00:00,5.495413818359375,5.6408630371093755,5.37526123046875,5.6408630371093755,5.611952514648437,70233,0.0,0.0 2022-02-28 00:00:00+00:00,5.438499755859375,5.602918701171875,5.438499755859375,5.596596069335938,5.567911987304687,485944,0.0,0.0 2022-03-01 00:00:00+00:00,5.628214721679687,5.628214721679687,5.432175903320313,5.50173828125,5.4735400390625,58747,0.0,0.0 2022-03-02 00:00:00+00:00,5.564976196289063,5.566557006835938,5.451146850585937,5.50173828125,5.4735400390625,168395,0.0,0.0 2022-03-03 00:00:00+00:00,5.457470703125,5.615567016601562,5.356290283203125,5.356290283203125,5.330485229492187,99336,0.17,0.0 2022-03-04 00:00:00+00:00,5.42585205078125,5.564976196289063,5.049584045410156,5.11598388671875,5.091336669921875,218358,0.0,0.0 2022-03-07 00:00:00+00:00,5.128632202148437,5.141721801757813,4.806116027832031,5.014802856445312,4.990643005371094,226292,0.0,0.0 2022-03-08 00:00:00+00:00,4.932593078613281,5.255108032226563,4.932593078613281,5.255108032226563,5.2297906494140625,161711,0.0,0.0 2022-03-09 00:00:00+00:00,5.0590689086914065,5.327833251953125,5.0590689086914065,5.3120227050781255,5.2864306640625,101313,0.0,0.0 2022-03-10 00:00:00+00:00,5.305698852539063,5.3942327880859375,5.274080200195312,5.37526123046875,5.349364624023438,106377,0.0,0.0 2022-03-11 00:00:00+00:00,5.3815850830078125,5.5535302734375005,5.330994262695312,5.457470703125,5.431177978515625,79378,0.0,0.0 2022-03-14 00:00:00+00:00,5.457470703125,5.596596069335938,5.451527099609375,5.482766723632813,5.4563525390625,111283,0.0,0.0 2022-03-15 00:00:00+00:00,5.615567016601562,5.615567016601562,5.413203735351563,5.438499755859375,5.412298583984375,78844,0.0,0.0 2022-03-16 00:00:00+00:00,5.628214721679687,5.628214721679687,5.419528198242188,5.438499755859375,5.412298583984375,101363,0.0,0.0 2022-03-17 00:00:00+00:00,5.628214721679687,5.628214721679687,5.451146850585937,5.590272216796875,5.56333984375,60809,0.0,0.0 2022-03-18 00:00:00+00:00,5.590272216796875,5.621890869140625,5.4890899658203125,5.564976196289063,5.538165283203125,168271,0.0,0.0 2022-03-21 00:00:00+00:00,5.564976196289063,5.602918701171875,5.508062133789062,5.564976196289063,5.538165283203125,65664,0.0,0.0 2022-03-22 00:00:00+00:00,5.564976196289063,5.5839477539062505,5.539680786132813,5.564976196289063,5.538165283203125,63874,0.0,0.0 2022-03-23 00:00:00+00:00,5.5713000488281255,5.574462280273438,5.4890899658203125,5.5713000488281255,5.544459228515625,77386,0.0,0.0 2022-03-24 00:00:00+00:00,5.628214721679687,5.628214721679687,5.4764428710937505,5.50173828125,5.47523193359375,84317,0.0,0.0 2022-03-25 00:00:00+00:00,5.5713000488281255,5.5713000488281255,5.485991821289063,5.5460052490234375,5.519286499023438,94811,0.0,0.0 2022-03-28 00:00:00+01:00,5.577623901367188,5.577623901367188,5.50173828125,5.564976196289063,5.538165283203125,106396,0.0,0.0 2022-03-29 00:00:00+01:00,5.596596069335938,5.599630737304688,5.5523291015625,5.5713000488281255,5.544459228515625,157353,0.0,0.0 2022-03-30 00:00:00+01:00,5.5713000488281255,5.590272216796875,5.482766723632813,5.558652954101563,5.531873168945313,54424,0.0,0.0 2022-03-31 00:00:00+01:00,5.482766723632813,5.577623901367188,5.482766723632813,5.53335693359375,5.5066986083984375,135666,0.0,0.0 2022-04-01 00:00:00+01:00,5.482766723632813,5.590272216796875,5.482766723632813,5.5523291015625,5.525579833984375,123139,0.0,0.0 2022-04-04 00:00:00+01:00,5.564976196289063,5.621890869140625,5.50173828125,5.564976196289063,5.538165283203125,140186,0.0,0.0 2022-04-05 00:00:00+01:00,5.4764428710937505,5.5839477539062505,5.4764428710937505,5.5523291015625,5.525579833984375,118893,0.0,0.0 2022-04-06 00:00:00+01:00,5.621890869140625,5.621890869140625,5.4890899658203125,5.539680786132813,5.512992553710937,149078,0.0,0.0 2022-04-07 00:00:00+01:00,5.564976196289063,5.6092431640625,5.4890899658203125,5.514385986328125,5.487819213867188,248504,0.0,0.0 2022-04-08 00:00:00+01:00,5.558652954101563,5.567379760742187,5.495413818359375,5.514385986328125,5.487819213867188,101735,0.0,0.0 2022-04-11 00:00:00+01:00,5.564976196289063,5.5713000488281255,5.50173828125,5.539680786132813,5.512992553710937,187090,0.0,0.0 2022-04-12 00:00:00+01:00,5.564976196289063,5.564976196289063,5.508441162109375,5.527033081054688,5.500404663085938,206781,0.0,0.0 2022-04-13 00:00:00+01:00,5.5460052490234375,5.564976196289063,5.496110229492188,5.514385986328125,5.487819213867188,153338,0.0,0.0 2022-04-14 00:00:00+01:00,5.53335693359375,5.558652954101563,5.482766723632813,5.482766723632813,5.4563525390625,289417,0.0,0.0 2022-04-19 00:00:00+01:00,5.50173828125,5.5839477539062505,5.4764428710937505,5.4764428710937505,5.45005859375,191512,0.0,0.0 2022-04-20 00:00:00+01:00,5.495413818359375,5.5523291015625,5.4890899658203125,5.50173828125,5.47523193359375,143905,0.0,0.0 2022-04-21 00:00:00+01:00,5.514385986328125,5.5713000488281255,5.451146850585937,5.50173828125,5.47523193359375,243982,0.0,0.0 2022-04-22 00:00:00+01:00,5.527033081054688,5.5523291015625,5.438499755859375,5.438499755859375,5.412298583984375,234183,0.0,0.0 2022-04-25 00:00:00+01:00,5.438499755859375,5.4890899658203125,5.413203735351563,5.482766723632813,5.4563525390625,194186,0.0,0.0 2022-04-26 00:00:00+01:00,5.564976196289063,5.564976196289063,5.470119018554688,5.4764428710937505,5.45005859375,72643,0.0,0.0 2022-04-27 00:00:00+01:00,5.457470703125,5.514385986328125,5.3942327880859375,5.3942327880859375,5.368245239257813,127773,0.0,0.0 2022-04-28 00:00:00+01:00,5.42585205078125,5.508062133789062,5.387908935546875,5.406881103515625,5.380831909179688,97353,0.0,0.0 2022-04-29 00:00:00+01:00,5.44482421875,5.451146850585937,5.356290283203125,5.356290283203125,5.330485229492187,176633,0.0,0.0 2022-05-03 00:00:00+01:00,5.387908935546875,5.44482421875,5.266174926757812,5.293051147460938,5.26755126953125,197139,0.0,0.0 2022-05-04 00:00:00+01:00,5.305698852539063,5.37526123046875,5.248784790039062,5.337318115234375,5.311604614257813,174250,0.0,0.0 2022-05-05 00:00:00+01:00,5.3499658203125,5.37526123046875,5.251187744140625,5.280404052734375,5.254965209960938,164503,0.0,0.0 2022-05-06 00:00:00+01:00,5.2867279052734375,5.337318115234375,5.210714721679688,5.280404052734375,5.254965209960938,119554,0.0,0.0 2022-05-09 00:00:00+01:00,5.217164916992187,5.299375,5.141279296875,5.185546264648438,5.160563354492187,140014,0.0,0.0 2022-05-10 00:00:00+01:00,5.185546264648438,5.2424609375,5.172899169921875,5.172899169921875,5.147977905273438,124531,0.0,0.0 2022-05-11 00:00:00+01:00,5.185546264648438,5.299375,5.179221801757812,5.299375,5.273843383789063,90376,0.0,0.0 2022-05-12 00:00:00+01:00,5.248784790039062,5.3499658203125,5.248784790039062,5.299375,5.273843383789063,164308,0.0,0.0 2022-05-13 00:00:00+01:00,5.217164916992187,5.4643011474609375,5.217164916992187,5.419528198242188,5.393419189453125,343718,0.0,0.0 2022-05-16 00:00:00+01:00,5.419528198242188,5.483272094726563,5.387908935546875,5.42585205078125,5.3997119140625,317011,0.0,0.0 2022-05-17 00:00:00+01:00,5.438499755859375,5.451146850585937,5.3815850830078125,5.406881103515625,5.380831909179688,132405,0.0,0.0 2022-05-18 00:00:00+01:00,5.37526123046875,5.451146850585937,5.37526123046875,5.44482421875,5.418592529296875,147265,0.0,0.0 2022-05-19 00:00:00+01:00,5.451146850585937,5.451146850585937,5.387908935546875,5.419528198242188,5.393419189453125,117102,0.0,0.0 2022-05-20 00:00:00+01:00,5.451146850585937,5.451146850585937,5.3815850830078125,5.42585205078125,5.3997119140625,133591,0.0,0.0 2022-05-23 00:00:00+01:00,5.438499755859375,5.451146850585937,5.387908935546875,5.419528198242188,5.393419189453125,184831,0.0,0.0 2022-05-24 00:00:00+01:00,5.37526123046875,5.432175903320313,5.305698852539063,5.31834716796875,5.292724609375,168533,0.0,0.0 2022-05-25 00:00:00+01:00,5.3120227050781255,5.406881103515625,5.255108032226563,5.3815850830078125,5.355657958984375,265913,0.0,0.0 2022-05-26 00:00:00+01:00,5.42585205078125,5.42585205078125,5.337318115234375,5.337318115234375,5.311604614257813,72249,0.0,0.0 2022-05-27 00:00:00+01:00,5.31834716796875,5.368936767578125,5.293051147460938,5.368936767578125,5.343070678710937,83493,0.0,0.0 2022-05-30 00:00:00+01:00,5.293051147460938,5.384114990234375,5.293051147460938,5.356290283203125,5.330485229492187,81090,0.0,0.0 2022-05-31 00:00:00+01:00,5.356290283203125,5.3784228515625,5.31948486328125,5.356290283203125,5.330485229492187,509778,0.0,0.0 2022-06-01 00:00:00+01:00,5.2867279052734375,5.368936767578125,5.236137084960937,5.261431884765625,5.237696533203125,93008,0.165,0.0 2022-06-06 00:00:00+01:00,5.248784790039062,5.327833251953125,5.236137084960937,5.236137084960937,5.212516479492187,112582,0.0,0.0 2022-06-07 00:00:00+01:00,5.21084228515625,5.261431884765625,5.204517822265625,5.217164916992187,5.193629760742188,132380,0.0,0.0 2022-06-08 00:00:00+01:00,5.217164916992187,5.274080200195312,5.170875244140625,5.217164916992187,5.193629760742188,976427,0.0,0.0 2022-06-09 00:00:00+01:00,5.248784790039062,5.248784790039062,5.1684722900390625,5.21084228515625,5.187335815429687,220917,0.0,0.0 2022-06-10 00:00:00+01:00,5.198193969726563,5.255108032226563,5.128632202148437,5.185546264648438,5.162154541015625,164226,0.0,0.0 2022-06-13 00:00:00+01:00,5.337318115234375,5.337318115234375,4.995830993652344,5.046422119140625,5.023657531738281,160723,0.0,0.0 2022-06-14 00:00:00+01:00,5.027449951171875,5.084364929199219,4.945239868164062,5.040097961425781,5.017361450195312,134191,0.0,0.0 2022-06-15 00:00:00+01:00,5.0590689086914065,5.0590689086914065,4.989507141113282,4.989507141113282,4.96699951171875,93008,0.0,0.0 2022-06-16 00:00:00+01:00,4.995830993652344,5.019229125976563,4.818764038085938,4.818764038085938,4.797026062011719,197264,0.0,0.0 2022-06-17 00:00:00+01:00,4.8314111328125,4.913620910644531,4.768172912597656,4.8630310058593755,4.841094055175781,246723,0.0,0.0 2022-06-20 00:00:00+01:00,4.8756781005859375,4.907297058105469,4.850382995605469,4.907297058105469,4.885159912109375,136025,0.0,0.0 2022-06-21 00:00:00+01:00,4.882001953125,4.919945068359375,4.844059143066406,4.8693539428710935,4.847388000488281,136437,0.0,0.0 2022-06-22 00:00:00+01:00,4.8693539428710935,4.913620910644531,4.616401062011719,4.75552490234375,4.7340722656250005,461320,0.0,0.0 2022-06-23 00:00:00+01:00,4.616401062011719,4.745216979980468,4.616401062011719,4.717582092285157,4.69630126953125,222982,0.0,0.0 2022-06-24 00:00:00+01:00,4.8314111328125,4.8314111328125,4.6339810180664065,4.736553955078125,4.715187072753906,132007,0.0,0.0 2022-06-27 00:00:00+01:00,4.8314111328125,4.8314111328125,4.679638977050781,4.723905944824219,4.702596130371094,80745,0.0,0.0 2022-06-28 00:00:00+01:00,4.7112579345703125,4.8314111328125,4.704934997558594,4.806116027832031,4.784435424804688,127212,0.0,0.0 2022-06-29 00:00:00+01:00,4.761849060058593,4.8314111328125,4.64802001953125,4.717582092285157,4.69630126953125,99230,0.0,0.0 2022-06-30 00:00:00+01:00,4.584782104492188,4.72327392578125,4.5088958740234375,4.572134094238281,4.5515087890625,261442,0.0,0.0 2022-07-01 00:00:00+01:00,4.565809936523437,4.645238037109375,4.527867126464844,4.54051513671875,4.5200326538085935,225954,0.0,0.0 2022-07-04 00:00:00+01:00,4.742878112792969,4.742878112792969,4.461466979980469,4.477276000976563,4.457078857421875,371417,0.0,0.0 2022-07-05 00:00:00+01:00,4.483599853515625,4.5045318603515625,4.401390075683594,4.433009948730469,4.4130117797851565,191932,0.0,0.0 2022-07-06 00:00:00+01:00,4.458305053710937,4.578457946777344,4.388742980957032,4.388742980957032,4.368945007324219,170657,0.0,0.0 2022-07-07 00:00:00+01:00,4.3634469604492185,4.5088958740234375,4.3634469604492185,4.5088958740234375,4.488555908203125,299627,0.0,0.0 2022-07-08 00:00:00+01:00,4.515219116210938,4.565809936523437,4.4456570434570315,4.527867126464844,4.507441711425781,339100,0.0,0.0 2022-07-11 00:00:00+01:00,4.54051513671875,4.584782104492188,4.426686096191406,4.515219116210938,4.494850463867188,179602,0.0,0.0 2022-07-12 00:00:00+01:00,4.502572021484375,4.5531619262695315,4.489924011230469,4.527867126464844,4.507441711425781,92385,0.0,0.0 2022-07-13 00:00:00+01:00,4.527867126464844,4.568971862792969,4.49118896484375,4.496247863769532,4.475964965820313,69474,0.0,0.0 2022-07-14 00:00:00+01:00,4.496247863769532,4.52154296875,4.395067138671875,4.477276000976563,4.457078857421875,141179,0.0,0.0 2022-07-15 00:00:00+01:00,4.515219116210938,4.584148864746094,4.490367126464844,4.559486083984375,4.538917541503906,94183,0.0,0.0 2022-07-18 00:00:00+01:00,4.6037530517578125,4.6669918823242185,4.433009948730469,4.622724914550782,4.601871032714844,138268,0.0,0.0 2022-07-19 00:00:00+01:00,4.572134094238281,4.7112579345703125,4.470953063964844,4.622724914550782,4.601871032714844,135245,0.0,0.0 2022-07-20 00:00:00+01:00,4.660668029785156,4.673315124511719,4.596986999511719,4.641695861816406,4.620757141113281,368003,0.0,0.0 2022-07-21 00:00:00+01:00,4.742878112792969,4.742878112792969,4.572134094238281,4.616401062011719,4.595576477050781,62091,0.0,0.0 2022-07-22 00:00:00+01:00,4.5531619262695315,4.679638977050781,4.5531619262695315,4.622724914550782,4.601871032714844,107863,0.0,0.0 2022-07-25 00:00:00+01:00,4.635372009277344,4.736553955078125,4.584782104492188,4.610076904296875,4.589280700683594,165076,0.0,0.0 2022-07-26 00:00:00+01:00,4.641695861816406,4.6669918823242185,4.584782104492188,4.64802001953125,4.627052307128906,75113,0.0,0.0 2022-07-27 00:00:00+01:00,4.742878112792969,4.742878112792969,4.591105041503907,4.597428894042969,4.576689147949219,182745,0.0,0.0 2022-07-28 00:00:00+01:00,4.616401062011719,4.654343872070313,4.586362915039063,4.635372009277344,4.614461364746094,51555,0.0,0.0 2022-07-29 00:00:00+01:00,4.64802001953125,4.7112579345703125,4.584782104492188,4.6669918823242185,4.645939025878906,169344,0.0,0.0 2022-08-01 00:00:00+01:00,4.6669918823242185,4.685963134765625,4.5531619262695315,4.6037530517578125,4.582985534667968,228793,0.0,0.0 2022-08-02 00:00:00+01:00,4.717582092285157,4.717582092285157,4.534190979003906,4.597428894042969,4.576689147949219,125282,0.0,0.0 2022-08-03 00:00:00+01:00,4.527867126464844,4.7112579345703125,4.527867126464844,4.654343872070313,4.633347473144531,82927,0.0,0.0 2022-08-04 00:00:00+01:00,4.673315124511719,4.7112579345703125,4.5531619262695315,4.584782104492188,4.564099731445313,125650,0.0,0.0 2022-08-05 00:00:00+01:00,4.572134094238281,4.629049072265625,4.534190979003906,4.5531619262695315,4.532622375488281,85943,0.0,0.0 2022-08-08 00:00:00+01:00,4.5531619262695315,4.64802001953125,4.5531619262695315,4.565809936523437,4.545213623046875,108606,0.0,0.0 2022-08-09 00:00:00+01:00,4.559486083984375,4.578457946777344,4.534190979003906,4.572134094238281,4.5515087890625,228079,0.0,0.0 2022-08-10 00:00:00+01:00,4.591105041503907,4.635372009277344,4.559486083984375,4.629049072265625,4.608167114257813,121469,0.0,0.0 2022-08-11 00:00:00+01:00,4.616401062011719,4.635372009277344,4.578457946777344,4.610076904296875,4.589280700683594,81769,0.0,0.0 2022-08-12 00:00:00+01:00,4.572134094238281,4.818764038085938,4.572134094238281,4.812439880371094,4.790730590820313,190686,0.0,0.0 2022-08-15 00:00:00+01:00,4.825086975097657,4.8567068481445315,4.754007873535157,4.812439880371094,4.790730590820313,83539,0.0,0.0 2022-08-16 00:00:00+01:00,4.818764038085938,4.8693539428710935,4.780820922851563,4.825086975097657,4.8033203125,87188,0.0,0.0 2022-08-17 00:00:00+01:00,4.818764038085938,4.823127136230469,4.717582092285157,4.730230102539062,4.7088916015625,137832,0.0,0.0 2022-08-18 00:00:00+01:00,4.730230102539062,4.7744970703125,4.7112579345703125,4.717582092285157,4.69630126953125,111866,0.0,0.0 2022-08-19 00:00:00+01:00,4.742878112792969,4.8630310058593755,4.660668029785156,4.685963134765625,4.66482421875,95605,0.0,0.0 2022-08-22 00:00:00+01:00,4.660668029785156,4.698611145019531,4.597428894042969,4.641695861816406,4.620757141113281,89004,0.0,0.0 2022-08-23 00:00:00+01:00,4.685963134765625,4.685963134765625,4.5531619262695315,4.565809936523437,4.545213623046875,103190,0.0,0.0 2022-08-24 00:00:00+01:00,4.54051513671875,4.622724914550782,4.46462890625,4.52154296875,4.501146240234375,189754,0.0,0.0 2022-08-25 00:00:00+01:00,4.5531619262695315,4.572134094238281,4.489924011230469,4.489924011230469,4.469669494628906,363426,0.0,0.0 2022-08-26 00:00:00+01:00,4.46462890625,4.641695861816406,4.46462890625,4.489924011230469,4.469669494628906,63525,0.0,0.0 2022-08-30 00:00:00+01:00,4.5531619262695315,4.64802001953125,4.369771118164063,4.395067138671875,4.375240783691407,388073,0.0,0.0 2022-08-31 00:00:00+01:00,4.395067138671875,4.426686096191406,4.3571240234375,4.376094970703125,4.356354370117187,477521,0.0,0.0 2022-09-01 00:00:00+01:00,4.3571240234375,4.439332885742187,4.2559420776367185,4.325504150390625,4.307615661621094,92674,0.165,0.0 2022-09-02 00:00:00+01:00,4.243294067382813,4.439332885742187,4.243294067382813,4.344476013183594,4.326509094238282,95550,0.0,0.0 2022-09-05 00:00:00+01:00,4.344476013183594,4.344476013183594,4.268590087890625,4.300209045410156,4.282425231933594,65332,0.0,0.0 2022-09-06 00:00:00+01:00,4.344476013183594,4.433009948730469,4.236971130371094,4.236971130371094,4.219449157714844,106611,0.0,0.0 2022-09-07 00:00:00+01:00,4.2812368774414065,4.382419128417969,4.173731994628906,4.173731994628906,4.156470947265625,114970,0.0,0.0 2022-09-08 00:00:00+01:00,4.186380004882812,4.3571240234375,4.173731994628906,4.211675109863282,4.1942578125,142245,0.0,0.0 2022-09-09 00:00:00+01:00,4.268590087890625,4.3571240234375,4.192703857421875,4.236971130371094,4.219449157714844,186755,0.0,0.0 2022-09-12 00:00:00+01:00,4.285032043457031,4.331828002929687,4.249617919921875,4.306532897949219,4.28872314453125,271433,0.0,0.0 2022-09-13 00:00:00+01:00,4.3634469604492185,4.489924011230469,4.305014953613282,4.388742980957032,4.37059326171875,131826,0.0,0.0 2022-09-14 00:00:00+01:00,4.489924011230469,4.489924011230469,4.3329031372070315,4.395067138671875,4.376890869140625,125815,0.0,0.0 2022-09-15 00:00:00+01:00,4.433009948730469,4.5088958740234375,4.407713928222656,4.407713928222656,4.389485473632813,160914,0.0,0.0 2022-09-16 00:00:00+01:00,4.369771118164063,4.4456570434570315,4.349028930664063,4.4456570434570315,4.427271728515625,147470,0.0,0.0 2022-09-20 00:00:00+01:00,4.433009948730469,4.4456570434570315,4.308114013671875,4.382419128417969,4.364295654296875,120921,0.0,0.0 2022-09-21 00:00:00+01:00,4.376094970703125,4.433009948730469,4.325504150390625,4.3634469604492185,4.345401916503906,63702,0.0,0.0 2022-09-22 00:00:00+01:00,4.3571240234375,4.502572021484375,4.312857055664063,4.331828002929687,4.313913879394532,51020,0.0,0.0 2022-09-23 00:00:00+01:00,4.306532897949219,4.331828002929687,4.104169921875,4.173731994628906,4.156470947265625,256742,0.0,0.0 2022-09-26 00:00:00+01:00,4.154761047363281,4.154761047363281,3.832244873046875,3.8638641357421877,3.8478851318359375,342881,0.0,0.0 2022-09-27 00:00:00+01:00,3.9713690185546877,3.9713690185546877,3.7437109375,3.7437109375,3.728228759765625,219135,0.0,0.0 2022-09-28 00:00:00+01:00,3.750035095214844,3.965046081542969,3.5413479614257812,3.750035095214844,3.7345263671875,270320,0.0,0.0 2022-09-29 00:00:00+01:00,3.731064147949219,3.844892883300781,3.6628930664062502,3.731064147949219,3.7156338500976562,206897,0.0,0.0 2022-09-30 00:00:00+01:00,3.724739990234375,4.0978460693359375,3.6551779174804686,4.040932006835938,4.024220275878906,349459,0.0,0.0 2022-10-03 00:00:00+01:00,4.066227111816406,4.110494079589844,4.018861083984375,4.085198059082031,4.06830322265625,120720,0.0,0.0 2022-10-04 00:00:00+01:00,4.085198059082031,4.173731994628906,4.009312133789063,4.0535791015625,4.036815490722656,94324,0.0,0.0 2022-10-05 00:00:00+01:00,4.1800561523437505,4.1800561523437505,3.9271029663085937,3.9713690185546877,3.954945068359375,141717,0.0,0.0 2022-10-06 00:00:00+01:00,3.920779113769531,3.984017028808594,3.920779113769531,3.965046081542969,3.9486483764648437,42532,0.0,0.0 2022-10-07 00:00:00+01:00,3.965046081542969,3.965046081542969,3.9187548828125003,3.920779113769531,3.9045642089843753,77661,0.0,0.0 2022-10-10 00:00:00+01:00,3.889159851074219,4.047254943847657,3.8385690307617186,3.876512145996094,3.8604806518554686,57930,0.0,0.0 2022-10-11 00:00:00+01:00,3.857539978027344,3.8828359985351564,3.785701904296875,3.8828359985351564,3.8667782592773436,119355,0.0,0.0 2022-10-12 00:00:00+01:00,3.8069500732421875,3.9587219238281253,3.800625915527344,3.939750061035156,3.923456726074219,112597,0.0,0.0 2022-10-13 00:00:00+01:00,3.9271029663085937,4.002988891601563,3.8536199951171874,3.895483093261719,3.8793728637695315,105664,0.0,0.0 2022-10-14 00:00:00+01:00,3.920779113769531,4.0535791015625,3.915213928222656,3.965046081542969,3.9486483764648437,213189,0.0,0.0 2022-10-17 00:00:00+01:00,4.085198059082031,4.1610848999023435,3.920779113769531,4.104169921875,4.087197265625,187284,0.0,0.0 2022-10-18 00:00:00+01:00,4.173731994628906,4.274913940429688,4.059902954101562,4.1800561523437505,4.162769165039062,173162,0.0,0.0 2022-10-19 00:00:00+01:00,4.173731994628906,4.23064697265625,4.021960144042969,4.066227111816406,4.049411010742188,116219,0.0,0.0 2022-10-20 00:00:00+01:00,4.021960144042969,4.167408142089844,3.9587219238281253,3.9713690185546877,3.954945068359375,54819,0.0,0.0 2022-10-21 00:00:00+01:00,3.9776928710937502,4.034607849121094,3.9271029663085937,3.9713690185546877,3.954945068359375,40009,0.0,0.0 2022-10-24 00:00:00+01:00,3.9713690185546877,4.047254943847657,3.9713690185546877,4.009312133789063,3.9927313232421877,46279,0.0,0.0 2022-10-25 00:00:00+01:00,3.965046081542969,4.142113037109375,3.9271029663085937,4.104169921875,4.087197265625,89548,0.0,0.0 2022-10-26 00:00:00+01:00,4.104169921875,4.23064697265625,4.104169921875,4.199028015136719,4.1816622924804685,72283,0.0,0.0 2022-10-27 00:00:00+01:00,4.211675109863282,4.401390075683594,4.148436889648438,4.2812368774414065,4.263531494140625,158409,0.0,0.0 2022-10-28 00:00:00+01:00,4.236971130371094,4.331828002929687,4.162981872558594,4.262265930175781,4.244638366699219,67825,0.0,0.0 2022-10-31 00:00:00+00:00,4.205350952148438,4.331828002929687,4.085198059082031,4.224323120117187,4.20685302734375,93667,0.0,0.0 2022-11-01 00:00:00+00:00,4.236971130371094,4.359590148925782,4.1800561523437505,4.217998962402344,4.200555114746094,151745,0.0,0.0 2022-11-02 00:00:00+00:00,4.211675109863282,4.224323120117187,4.12314208984375,4.199028015136719,4.1816622924804685,134763,0.0,0.0 2022-11-03 00:00:00+00:00,4.23064697265625,4.23064697265625,4.078875122070313,4.085198059082031,4.06830322265625,86008,0.0,0.0 2022-11-04 00:00:00+00:00,4.167408142089844,4.167408142089844,4.0535791015625,4.110494079589844,4.093494567871094,70260,0.0,0.0 2022-11-07 00:00:00+00:00,4.104169921875,4.1610848999023435,4.021960144042969,4.059902954101562,4.0431124877929685,70382,0.0,0.0 2022-11-08 00:00:00+00:00,4.021960144042969,4.028283996582031,3.857539978027344,3.9966650390625,3.9801364135742188,158007,0.0,0.0 2022-11-09 00:00:00+00:00,3.9966650390625,4.040932006835938,3.908131103515625,3.965046081542969,3.9486483764648437,88129,0.0,0.0 2022-11-10 00:00:00+00:00,3.9144549560546875,4.154761047363281,3.8828359985351564,4.047254943847657,4.030516967773438,150373,0.0,0.0 2022-11-11 00:00:00+00:00,4.110494079589844,4.262265930175781,4.047254943847657,4.072550964355469,4.055708618164062,148456,0.0,0.0 2022-11-14 00:00:00+00:00,4.110494079589844,4.186380004882812,4.018797912597656,4.104169921875,4.087197265625,364081,0.0,0.0 2022-11-15 00:00:00+00:00,4.110494079589844,4.262265930175781,4.021960144042969,4.066227111816406,4.049411010742188,176480,0.0,0.0 2022-11-16 00:00:00+00:00,4.110494079589844,4.293884887695312,4.0156359863281255,4.0156359863281255,3.9990289306640627,163331,0.0,0.0 2022-11-17 00:00:00+00:00,3.9776928710937502,3.9776928710937502,3.8757528686523437,3.908131103515625,3.8935687255859377,198694,0.165,0.0 2022-11-18 00:00:00+00:00,3.920779113769531,4.116817932128907,3.8867559814453125,3.908131103515625,3.8935687255859377,146508,0.0,0.0 2022-11-21 00:00:00+00:00,4.0978460693359375,4.116817932128907,3.800942077636719,3.8828359985351564,3.8683682250976563,213802,0.0,0.0 2022-11-22 00:00:00+00:00,4.072550964355469,4.116817932128907,3.751300048828125,3.8259210205078125,3.811664733886719,161081,0.0,0.0 2022-11-23 00:00:00+00:00,3.7943020629882813,3.9587219238281253,3.7373870849609374,3.844892883300781,3.8305657958984374,115586,0.0,0.0 2022-11-24 00:00:00+00:00,3.965046081542969,3.965046081542969,3.759205017089844,3.844892883300781,3.8305657958984374,100928,0.0,0.0 2022-11-25 00:00:00+00:00,3.7943020629882813,3.9587219238281253,3.750035095214844,3.800625915527344,3.7864645385742186,104481,0.0,0.0 2022-11-28 00:00:00+00:00,3.800625915527344,3.9587219238281253,3.7437109375,3.7943020629882813,3.7801635742187503,183503,0.0,0.0 2022-11-29 00:00:00+00:00,3.819596862792969,3.844892883300781,3.7373870849609374,3.7943020629882813,3.7801635742187503,330090,0.0,0.0 2022-11-30 00:00:00+00:00,3.832244873046875,3.9587219238281253,3.7437109375,3.7943020629882813,3.7801635742187503,155865,0.0,0.0 2022-12-01 00:00:00+00:00,3.800625915527344,3.9144549560546875,3.7373870849609374,3.819596862792969,3.8053643798828127,71120,0.0,0.0 2022-12-02 00:00:00+00:00,3.7437109375,3.9144549560546875,3.7437109375,3.76268310546875,3.7486627197265627,121407,0.0,0.0 2022-12-05 00:00:00+00:00,3.7943020629882813,3.87018798828125,3.7618609619140626,3.800625915527344,3.7864645385742186,384283,0.0,0.0 2022-12-06 00:00:00+00:00,3.76268310546875,3.7943020629882813,3.7577499389648437,3.76268310546875,3.7486627197265627,186877,0.0,0.0 2022-12-07 00:00:00+00:00,3.7879779052734377,3.857539978027344,3.712091979980469,3.750035095214844,3.736061706542969,132175,0.0,0.0 2022-12-08 00:00:00+00:00,3.7690069580078127,3.7943020629882813,3.686796875,3.686796875,3.67305908203125,79476,0.0,0.0 2022-12-09 00:00:00+00:00,3.6994439697265626,3.7130410766601565,3.650118103027344,3.6615008544921874,3.647857666015625,86087,0.0,0.0 2022-12-12 00:00:00+00:00,3.6425299072265624,3.712091979980469,3.5539959716796874,3.5729681396484376,3.5596548461914064,258196,0.0,0.0 2022-12-13 00:00:00+00:00,3.598262939453125,3.889159851074219,3.561394958496094,3.7753298950195315,3.7612625122070313,255165,0.0,0.0 2022-12-14 00:00:00+00:00,3.750035095214844,3.9018069458007814,3.750035095214844,3.750035095214844,3.736061706542969,65241,0.0,0.0 2022-12-15 00:00:00+00:00,3.8132730102539063,3.908131103515625,3.7373870849609374,3.750035095214844,3.736061706542969,60488,0.0,0.0 2022-12-16 00:00:00+00:00,3.7879779052734377,3.908131103515625,3.621850891113281,3.6488540649414065,3.635257568359375,148165,0.0,0.0 2022-12-19 00:00:00+00:00,3.6045870971679688,3.8259210205078125,3.6045870971679688,3.693121032714844,3.679360046386719,55956,0.0,0.0 2022-12-20 00:00:00+00:00,3.6615008544921874,3.8259210205078125,3.6109109497070313,3.6678250122070315,3.654158020019531,103353,0.0,0.0 2022-12-21 00:00:00+00:00,3.6045870971679688,3.8132730102539063,3.6045870971679688,3.6678250122070315,3.654158020019531,93050,0.0,0.0 2022-12-22 00:00:00+00:00,3.7184161376953124,3.8259210205078125,3.6804730224609377,3.6804730224609377,3.666759338378906,113029,0.0,0.0 2022-12-23 00:00:00+00:00,3.756358947753906,3.8259210205078125,3.6711138916015624,3.756358947753906,3.742362060546875,52628,0.0,0.0 2022-12-28 00:00:00+00:00,3.750035095214844,3.8259210205078125,3.6657379150390628,3.731064147949219,3.7171612548828126,115126,0.0,0.0 2022-12-29 00:00:00+00:00,3.7437109375,3.7690069580078127,3.6678250122070315,3.731064147949219,3.7171612548828126,143386,0.0,0.0 2022-12-30 00:00:00+00:00,3.724739990234375,3.8259210205078125,3.693121032714844,3.731064147949219,3.7171612548828126,32289,0.0,0.0 2023-01-03 00:00:00+00:00,3.8132730102539063,3.8828359985351564,3.724739990234375,3.844892883300781,3.8305657958984374,208068,0.0,0.0 2023-01-04 00:00:00+00:00,3.844892883300781,3.9587219238281253,3.819596862792969,3.9460739135742187,3.9313702392578125,97229,0.0,0.0 2023-01-05 00:00:00+00:00,3.920779113769531,4.047254943847657,3.920779113769531,3.984017028808594,3.969171447753906,95216,0.0,0.0 2023-01-06 00:00:00+00:00,4.047254943847657,4.047254943847657,3.884226989746094,3.920779113769531,3.90616943359375,209664,0.0,0.0 2023-01-09 00:00:00+00:00,3.9587219238281253,3.9587219238281253,3.857539978027344,3.857539978027344,3.84316650390625,181916,0.0,0.0 2023-01-10 00:00:00+00:00,3.9523980712890627,3.9523980712890627,3.8158660888671876,3.8259210205078125,3.811664733886719,119340,0.0,0.0 2023-01-11 00:00:00+00:00,3.8385690307617186,3.889159851074219,3.731064147949219,3.750035095214844,3.736061706542969,259872,0.0,0.0 2023-01-12 00:00:00+00:00,3.8132730102539063,3.8132730102539063,3.674148864746094,3.674148864746094,3.660457763671875,270338,0.0,0.0 2023-01-13 00:00:00+00:00,3.7690069580078127,3.889159851074219,3.6994439697265626,3.8385690307617186,3.8242657470703127,252001,0.0,0.0 2023-01-16 00:00:00+00:00,3.7943020629882813,3.895483093261719,3.7877880859375,3.8132730102539063,3.799063720703125,169619,0.0,0.0 2023-01-17 00:00:00+00:00,3.8132730102539063,3.857539978027344,3.7750781250000003,3.7753298950195315,3.7612625122070313,89629,0.0,0.0 2023-01-18 00:00:00+00:00,3.7753298950195315,3.9018069458007814,3.6678250122070315,3.6678250122070315,3.654158020019531,273743,0.0,0.0 2023-01-19 00:00:00+00:00,3.800625915527344,3.800625915527344,3.478110046386719,3.6109109497070313,3.5974560546875,771401,0.0,0.0 2023-01-20 00:00:00+00:00,3.6298818969726563,3.7184161376953124,3.5729681396484376,3.6235580444335938,3.61005615234375,150736,0.0,0.0 2023-01-23 00:00:00+00:00,3.547672119140625,3.6615008544921874,3.5413479614257812,3.6298818969726563,3.6163565063476564,290365,0.0,0.0 2023-01-24 00:00:00+00:00,3.6362060546875,3.724739990234375,3.585614929199219,3.6488540649414065,3.635257568359375,128223,0.0,0.0 2023-01-25 00:00:00+00:00,3.6488540649414065,3.731064147949219,3.6192581176757814,3.6994439697265626,3.6856588745117187,190972,0.0,0.0 2023-01-26 00:00:00+00:00,3.6551779174804686,3.724739990234375,3.5792910766601564,3.6678250122070315,3.654158020019531,168778,0.0,0.0 2023-01-27 00:00:00+00:00,3.686796875,3.750035095214844,3.6298818969726563,3.750035095214844,3.736061706542969,148406,0.0,0.0 2023-01-30 00:00:00+00:00,3.6804730224609377,3.772926940917969,3.6678250122070315,3.7373870849609374,3.723460693359375,111330,0.0,0.0 2023-01-31 00:00:00+00:00,3.7943020629882813,3.8512170410156252,3.724739990234375,3.756358947753906,3.742362060546875,183571,0.0,0.0 2023-02-01 00:00:00+00:00,3.756358947753906,3.844892883300781,3.7372610473632815,3.7437109375,3.7297613525390627,163000,0.0,0.0 2023-02-02 00:00:00+00:00,3.7943020629882813,3.9018069458007814,3.76268310546875,3.9018069458007814,3.88726806640625,137327,0.0,0.0 2023-02-03 00:00:00+00:00,3.8259210205078125,3.908131103515625,3.7690069580078127,3.7943020629882813,3.7801635742187503,155888,0.0,0.0 2023-02-06 00:00:00+00:00,3.7690069580078127,3.8828359985351564,3.724739990234375,3.7943020629882813,3.7801635742187503,102572,0.0,0.0 2023-02-07 00:00:00+00:00,3.7943020629882813,3.857539978027344,3.6994439697265626,3.7753298950195315,3.7612625122070313,95977,0.0,0.0 2023-02-08 00:00:00+00:00,3.731064147949219,3.8512170410156252,3.731064147949219,3.756358947753906,3.742362060546875,93518,0.0,0.0 2023-02-09 00:00:00+00:00,3.7943020629882813,3.857539978027344,3.7497821044921875,3.781654052734375,3.7675628662109375,208474,0.0,0.0 2023-02-10 00:00:00+00:00,3.7943020629882813,3.8259210205078125,3.6678250122070315,3.76268310546875,3.7486627197265627,171752,0.0,0.0 2023-02-13 00:00:00+00:00,3.7437109375,3.7943020629882813,3.6678250122070315,3.7943020629882813,3.7801635742187503,66047,0.0,0.0 2023-02-14 00:00:00+00:00,3.76268310546875,3.857539978027344,3.7184161376953124,3.8069500732421875,3.792764892578125,159929,0.0,0.0 2023-02-15 00:00:00+00:00,3.781654052734375,3.8437539672851564,3.7390948486328126,3.7943020629882813,3.7801635742187503,180341,0.0,0.0 2023-02-16 00:00:00+00:00,3.7943020629882813,3.8831518554687503,3.772358093261719,3.8259210205078125,3.811664733886719,167265,0.0,0.0 2023-02-17 00:00:00+00:00,3.7184161376953124,3.9144549560546875,3.7184161376953124,3.8828359985351564,3.8683682250976563,152189,0.0,0.0 2023-02-20 00:00:00+00:00,3.9144549560546875,3.9271029663085937,3.7690069580078127,3.8828359985351564,3.8683682250976563,85439,0.0,0.0 2023-02-21 00:00:00+00:00,3.876512145996094,3.9169210815429687,3.8069500732421875,3.8385690307617186,3.8242657470703127,62034,0.0,0.0 2023-02-22 00:00:00+00:00,3.984017028808594,3.984017028808594,3.7690069580078127,3.857539978027344,3.84316650390625,149898,0.0,0.0 2023-02-23 00:00:00+00:00,3.8259210205078125,3.9523980712890627,3.8250360107421875,3.876512145996094,3.8620672607421875,224159,0.0,0.0 2023-02-24 00:00:00+00:00,3.920779113769531,3.9776928710937502,3.911166076660156,3.9144549560546875,3.899869079589844,141523,0.0,0.0 2023-02-27 00:00:00+00:00,3.984017028808594,4.047254943847657,3.832244873046875,3.889159851074219,3.8746682739257814,161472,0.0,0.0 2023-02-28 00:00:00+00:00,3.920779113769531,4.009312133789063,3.800625915527344,3.895483093261719,3.880968017578125,170666,0.0,0.0 2023-03-01 00:00:00+00:00,3.7879779052734377,3.9776928710937502,3.7879779052734377,3.895483093261719,3.880968017578125,182502,0.0,0.0 2023-03-02 00:00:00+00:00,3.7943020629882813,3.895483093261719,3.731064147949219,3.7943020629882813,3.7817654418945312,164852,0.165,0.0 2023-03-03 00:00:00+00:00,3.76268310546875,3.857539978027344,3.7373870849609374,3.756358947753906,3.7439477539062502,102452,0.0,0.0 2023-03-06 00:00:00+00:00,3.731064147949219,3.8512170410156252,3.731064147949219,3.781654052734375,3.769158935546875,111551,0.0,0.0 2023-03-07 00:00:00+00:00,3.857539978027344,3.9144549560546875,3.5729681396484376,3.712091979980469,3.6998272705078126,172632,0.0,0.0 2023-03-08 00:00:00+00:00,3.6994439697265626,3.8512170410156252,3.6109109497070313,3.6804730224609377,3.66831298828125,102298,0.0,0.0 2023-03-09 00:00:00+00:00,3.6678250122070315,3.832244873046875,3.5539959716796874,3.5539959716796874,3.54225341796875,172589,0.0,0.0 2023-03-10 00:00:00+00:00,3.5413479614257812,3.585614929199219,3.426191101074219,3.5223770141601562,3.5107391357421878,327411,0.0,0.0 2023-03-13 00:00:00+00:00,3.5919390869140626,3.6045870971679688,3.3769290161132814,3.433843078613281,3.4224972534179687,193314,0.0,0.0 2023-03-14 00:00:00+00:00,3.4970819091796876,3.626719970703125,3.40222412109375,3.5603201293945315,3.5485568237304688,124547,0.0,0.0 2023-03-15 00:00:00+00:00,3.465462036132813,3.6298818969726563,3.414872131347656,3.585614929199219,3.5737677001953125,66947,0.0,0.0 2023-03-16 00:00:00+00:00,3.6045870971679688,3.644617004394531,3.490758056640625,3.6298818969726563,3.6178887939453124,125374,0.0,0.0 2023-03-17 00:00:00+00:00,3.566643981933594,3.697484130859375,3.5230731201171874,3.6362060546875,3.62419189453125,219616,0.0,0.0 2023-03-20 00:00:00+00:00,3.5729681396484376,3.6678250122070315,3.50972900390625,3.6298818969726563,3.6178887939453124,90627,0.0,0.0 2023-03-21 00:00:00+00:00,3.6994439697265626,3.712091979980469,3.555513916015625,3.6488540649414065,3.6367984008789063,86996,0.0,0.0 2023-03-22 00:00:00+00:00,3.6425299072265624,3.7184161376953124,3.5089068603515625,3.6615008544921874,3.6494033813476565,115520,0.0,0.0 2023-03-23 00:00:00+00:00,3.6045870971679688,3.750035095214844,3.4844338989257815,3.731064147949219,3.718736572265625,95063,0.0,0.0 2023-03-24 00:00:00+00:00,3.5792910766601564,3.731064147949219,3.5792910766601564,3.6678250122070315,3.6557061767578127,98102,0.0,0.0 2023-03-27 00:00:00+01:00,3.6994439697265626,3.7690069580078127,3.6235580444335938,3.6804730224609377,3.66831298828125,336724,0.0,0.0 2023-03-28 00:00:00+01:00,3.7943020629882813,3.7943020629882813,3.5792910766601564,3.585614929199219,3.5737677001953125,188616,0.0,0.0 2023-03-29 00:00:00+01:00,3.5413479614257812,3.5919390869140626,3.383252868652344,3.433843078613281,3.4224972534179687,433324,0.0,0.0 2023-03-30 00:00:00+01:00,3.4401669311523437,3.6109109497070313,3.433843078613281,3.5034051513671876,3.491829833984375,187862,0.0,0.0 2023-03-31 00:00:00+01:00,3.459139099121094,3.4970819091796876,3.4275189208984376,3.4275189208984376,3.4161944580078125,326059,0.0,0.0 2023-04-03 00:00:00+01:00,3.34531005859375,3.478110046386719,3.1461090087890624,3.187214050292969,3.176683349609375,437851,0.0,0.0 2023-04-04 00:00:00+01:00,3.250451965332031,3.3326620483398437,3.158756103515625,3.1682418823242187,3.1577740478515626,244419,0.0,0.0 2023-04-05 00:00:00+01:00,3.3010430908203126,3.34531005859375,3.070223083496094,3.070223083496094,3.0600790405273437,169830,0.0,0.0 2023-04-06 00:00:00+01:00,3.1271371459960937,3.313689880371094,3.0733850097656252,3.2757470703125002,3.2649240112304687,719215,0.0,0.0 2023-04-11 00:00:00+01:00,3.313689880371094,3.4085479736328126,3.3010430908203126,3.3073660278320314,3.2964385986328124,376739,0.0,0.0 2023-04-12 00:00:00+01:00,3.3706048583984374,3.4275189208984376,3.2883950805664064,3.3642810058593753,3.353165283203125,298815,0.0,0.0 2023-04-13 00:00:00+01:00,3.4211959838867188,3.5160528564453126,3.3010430908203126,3.3642810058593753,3.353165283203125,198812,0.0,0.0 2023-04-14 00:00:00+01:00,3.478110046386719,3.5223770141601562,3.2883950805664064,3.459139099121094,3.4477099609375,120979,0.0,0.0 2023-04-17 00:00:00+01:00,3.50972900390625,3.5603201293945315,3.3958999633789064,3.5350250244140624,3.5233453369140624,140688,0.0,0.0 2023-04-18 00:00:00+01:00,3.478110046386719,3.617235107421875,3.45281494140625,3.5413479614257812,3.529647216796875,165336,0.0,0.0 2023-04-19 00:00:00+01:00,3.4464910888671874,3.5413479614257812,3.40222412109375,3.433843078613281,3.4224972534179687,192747,0.0,0.0 2023-04-20 00:00:00+01:00,3.4085479736328126,3.4970819091796876,3.383252868652344,3.383252868652344,3.3720742797851564,138735,0.0,0.0 2023-04-21 00:00:00+01:00,3.414872131347656,3.528700866699219,3.40222412109375,3.4085479736328126,3.397285766601563,125144,0.0,0.0 2023-04-24 00:00:00+01:00,3.389576110839844,3.478110046386719,3.3516329956054687,3.383252868652344,3.3720742797851564,113120,0.0,0.0 2023-04-25 00:00:00+01:00,3.389576110839844,3.5413479614257812,3.3642810058593753,3.3958999633789064,3.384679870605469,88181,0.0,0.0 2023-04-26 00:00:00+01:00,3.3769290161132814,3.465462036132813,3.3706048583984374,3.45281494140625,3.4414068603515626,83570,0.0,0.0 2023-04-27 00:00:00+01:00,3.465462036132813,3.5413479614257812,3.4464910888671874,3.478110046386719,3.466618347167969,126560,0.0,0.0 2023-04-28 00:00:00+01:00,3.4970819091796876,3.5413479614257812,3.45281494140625,3.50972900390625,3.4981329345703127,82817,0.0,0.0 2023-05-02 00:00:00+01:00,3.478110046386719,3.528700866699219,3.4275189208984376,3.4401669311523437,3.4288006591796876,100237,0.0,0.0 2023-05-03 00:00:00+01:00,3.5413479614257812,3.5413479614257812,3.3516329956054687,3.459139099121094,3.4477099609375,142034,0.0,0.0 2023-05-04 00:00:00+01:00,3.383252868652344,3.5350250244140624,3.383252868652344,3.4401669311523437,3.4288006591796876,37391,0.0,0.0 2023-05-05 00:00:00+01:00,3.383252868652344,3.5223770141601562,3.383252868652344,3.4275189208984376,3.4161944580078125,104822,0.0,0.0 2023-05-09 00:00:00+01:00,3.4275189208984376,3.45281494140625,3.383252868652344,3.40222412109375,3.390982971191406,141563,0.0,0.0 2023-05-10 00:00:00+01:00,3.465462036132813,3.478110046386719,3.383252868652344,3.4275189208984376,3.4161944580078125,63631,0.0,0.0 2023-05-11 00:00:00+01:00,3.3958999633789064,3.478110046386719,3.3706048583984374,3.3769290161132814,3.365771484375,95009,0.0,0.0 2023-05-12 00:00:00+01:00,3.3706048583984374,3.45281494140625,3.3229861450195313,3.3326620483398437,3.3216506958007814,70918,0.0,0.0 2023-05-15 00:00:00+01:00,3.34531005859375,3.471785888671875,3.2677789306640626,3.3516329956054687,3.34055908203125,283872,0.0,0.0 2023-05-16 00:00:00+01:00,3.3516329956054687,3.471785888671875,3.3389859008789062,3.3769290161132814,3.365771484375,122634,0.0,0.0 2023-05-17 00:00:00+01:00,3.3389859008789062,3.471785888671875,3.3200140380859375,3.3769290161132814,3.365771484375,150195,0.0,0.0 2023-05-18 00:00:00+01:00,3.478110046386719,3.478110046386719,3.3200140380859375,3.326337890625,3.3153472900390626,116455,0.0,0.0 2023-05-19 00:00:00+01:00,3.389576110839844,3.478110046386719,3.326337890625,3.34531005859375,3.3342572021484376,67161,0.0,0.0 2023-05-22 00:00:00+01:00,3.3642810058593753,3.478110046386719,3.3516329956054687,3.389576110839844,3.3783770751953126,52427,0.0,0.0 2023-05-23 00:00:00+01:00,3.3516329956054687,3.471785888671875,3.2675900268554687,3.3389859008789062,3.3279537963867187,156013,0.0,0.0 2023-05-24 00:00:00+01:00,3.478110046386719,3.478110046386719,3.2757470703125002,3.3010430908203126,3.2901361083984377,168231,0.0,0.0 2023-05-25 00:00:00+01:00,3.2757470703125002,3.298006896972656,3.2251568603515626,3.2441281127929686,3.233409423828125,185518,0.0,0.0 2023-05-26 00:00:00+01:00,3.250451965332031,3.2598110961914064,3.206184997558594,3.250451965332031,3.2397122192382812,177900,0.0,0.0 2023-05-30 00:00:00+01:00,3.2441281127929686,3.311351013183594,3.2125088500976564,3.2820709228515628,3.271226806640625,248055,0.0,0.0 2023-05-31 00:00:00+01:00,3.2883950805664064,3.3105279541015626,3.2251568603515626,3.237803955078125,3.227106018066406,401916,0.0,0.0 2023-06-01 00:00:00+01:00,3.2188330078125,3.248302001953125,3.130299072265625,3.1682418823242187,3.1593841552734374,176619,0.165,0.0 2023-06-02 00:00:00+01:00,3.1808898925781253,3.2441281127929686,3.139784851074219,3.2188330078125,3.209833679199219,270483,0.0,0.0 2023-06-05 00:00:00+01:00,3.1998611450195313,3.237803955078125,3.1682418823242187,3.1935369873046877,3.1846084594726562,123101,0.0,0.0 2023-06-06 00:00:00+01:00,3.2188330078125,3.263099975585938,3.1745660400390627,3.206184997558594,3.197220764160156,132683,0.0,0.0 2023-06-07 00:00:00+01:00,3.1998611450195313,3.263099975585938,3.1334609985351562,3.206184997558594,3.197220764160156,102925,0.0,0.0 2023-06-08 00:00:00+01:00,3.2251568603515626,3.263099975585938,3.1935369873046877,3.2188330078125,3.209833679199219,140673,0.0,0.0 2023-06-09 00:00:00+01:00,3.263099975585938,3.263099975585938,3.1935369873046877,3.2188330078125,3.209833679199219,111205,0.0,0.0 2023-06-12 00:00:00+01:00,3.2251568603515626,3.263099975585938,3.1682418823242187,3.2125088500976564,3.203527526855469,89519,0.0,0.0 2023-06-13 00:00:00+01:00,3.1935369873046877,3.2567761230468752,3.142947082519531,3.1745660400390627,3.1656903076171874,249344,0.0,0.0 2023-06-14 00:00:00+01:00,3.263099975585938,3.263099975585938,3.1334609985351562,3.1334609985351562,3.124700622558594,78906,0.0,0.0 2023-06-15 00:00:00+01:00,3.161918029785156,3.161918029785156,3.0379708862304686,3.098680114746094,3.0900164794921876,186945,0.0,0.0 2023-06-16 00:00:00+01:00,3.130299072265625,3.161918029785156,3.067060852050781,3.067060852050781,3.058485412597656,222729,0.0,0.0 2023-06-19 00:00:00+01:00,3.098680114746094,3.158756103515625,2.98485107421875,3.003822021484375,2.9954235839843752,99681,0.0,0.0 2023-06-20 00:00:00+01:00,2.9974978637695315,3.0955178833007815,2.8931549072265628,2.978526916503906,2.9701992797851564,252796,0.0,0.0 2023-06-21 00:00:00+01:00,3.0354409790039063,3.101842041015625,2.8899929809570315,2.9595550537109374,2.951280517578125,136268,0.0,0.0 2023-06-22 00:00:00+01:00,2.8931549072265628,3.1050039672851564,2.883669128417969,2.8899929809570315,2.881912841796875,206386,0.0,0.0 2023-06-23 00:00:00+01:00,3.0480889892578125,3.0480889892578125,2.773002014160156,2.7856500244140627,2.7778619384765624,194524,0.0,0.0 2023-06-26 00:00:00+01:00,2.839403076171875,2.972203063964844,2.773002014160156,2.8868310546875002,2.878759765625,132909,0.0,0.0 2023-06-27 00:00:00+01:00,2.9089651489257813,3.01330810546875,2.817268981933594,2.8457260131835938,2.8377697753906252,137873,0.0,0.0 2023-06-28 00:00:00+01:00,2.9026409912109377,3.0354409790039063,2.820430908203125,2.946907958984375,2.9386688232421876,181276,0.0,0.0 2023-06-29 00:00:00+01:00,2.9089651489257813,3.0322799682617188,2.848887939453125,2.8868310546875002,2.878759765625,60938,0.0,0.0 2023-06-30 00:00:00+01:00,2.8457260131835938,3.0322799682617188,2.8457260131835938,2.9532321166992186,2.9449755859375,116915,0.0,0.0 2023-07-03 00:00:00+01:00,2.994336853027344,3.0354409790039063,2.9089651489257813,3.0101458740234377,3.0017297363281252,97157,0.0,0.0 2023-07-04 00:00:00+01:00,3.0322799682617188,3.0354409790039063,2.975364990234375,3.0069839477539064,2.99857666015625,131427,0.0,0.0 2023-07-05 00:00:00+01:00,2.9532321166992186,3.0354409790039063,2.8773458862304686,2.905802917480469,2.8976788330078125,131026,0.0,0.0 2023-07-06 00:00:00+01:00,2.848887939453125,3.0322799682617188,2.7856500244140627,2.817268981933594,2.809392395019531,90911,0.0,0.0 2023-07-07 00:00:00+01:00,2.8741839599609373,3.01330810546875,2.769840087890625,2.8109451293945313,2.8030865478515627,92555,0.0,0.0 2023-07-10 00:00:00+01:00,2.8141070556640626,2.905802917480469,2.6971160888671877,2.73189697265625,2.724259033203125,204279,0.0,0.0 2023-07-11 00:00:00+01:00,2.7761639404296874,2.8425640869140625,2.6971160888671877,2.839403076171875,2.83146484375,112856,0.0,0.0 2023-07-12 00:00:00+01:00,2.728735046386719,2.937421875,2.728735046386719,2.9089651489257813,2.900832214355469,89978,0.0,0.0 2023-07-13 00:00:00+01:00,2.9310980224609375,2.9310980224609375,2.7856500244140627,2.905802917480469,2.8976788330078125,31878,0.0,0.0 2023-07-14 00:00:00+01:00,2.848887939453125,2.937421875,2.8242889404296876,2.905802917480469,2.8976788330078125,79059,0.0,0.0 2023-07-17 00:00:00+01:00,2.9089651489257813,2.937421875,2.8109451293945313,2.8235931396484375,2.8156988525390627,62370,0.0,0.0 2023-07-18 00:00:00+01:00,2.839403076171875,2.934259948730469,2.7824880981445315,2.8141070556640626,2.8062393188476564,70738,0.0,0.0 2023-07-19 00:00:00+01:00,2.9532321166992186,3.0733850097656252,2.9026409912109377,3.022793884277344,3.0143426513671874,127565,0.0,0.0 2023-07-20 00:00:00+01:00,3.0733850097656252,3.1467410278320314,2.978526916503906,3.0291180419921875,3.020649108886719,121411,0.0,0.0 2023-07-21 00:00:00+01:00,2.9974978637695315,3.1492709350585937,2.972203063964844,2.9974978637695315,2.9891174316406253,119572,0.0,0.0 2023-07-24 00:00:00+01:00,2.981689147949219,3.0733850097656252,2.9405841064453124,2.9405841064453124,2.9323626708984376,83956,0.0,0.0 2023-07-25 00:00:00+01:00,2.9121270751953126,3.076546020507813,2.8830999755859374,2.9089651489257813,2.900832214355469,142141,0.0,0.0 2023-07-26 00:00:00+01:00,2.8773458862304686,3.0386029052734376,2.8457260131835938,2.8583740234375,2.8503823852539063,210183,0.0,0.0 2023-07-27 00:00:00+01:00,2.972203063964844,2.972203063964844,2.8235931396484375,2.8235931396484375,2.8156988525390627,124426,0.0,0.0 2023-07-28 00:00:00+01:00,2.883669128417969,2.9627169799804687,2.807782897949219,2.817268981933594,2.809392395019531,101903,0.0,0.0 2023-07-31 00:00:00+01:00,2.8457260131835938,2.8457260131835938,2.7951361083984376,2.8267550659179688,2.8188519287109375,123611,0.0,0.0 2023-08-01 00:00:00+01:00,2.817268981933594,2.964298095703125,2.8046209716796877,2.95639404296875,2.948128662109375,121152,0.0,0.0 2023-08-02 00:00:00+01:00,2.972203063964844,2.9974978637695315,2.7856500244140627,2.972203063964844,2.9638931274414064,159204,0.0,0.0 2023-08-03 00:00:00+01:00,2.9690411376953127,3.0322799682617188,2.9026409912109377,2.9437460327148437,2.9355154418945313,159966,0.0,0.0 2023-08-04 00:00:00+01:00,2.9595550537109374,3.0322799682617188,2.8678601074218752,2.975364990234375,2.9670458984375,77428,0.0,0.0 2023-08-07 00:00:00+01:00,2.9026409912109377,3.0354409790039063,2.8583740234375,2.9532321166992186,2.9449755859375,109561,0.0,0.0 2023-08-08 00:00:00+01:00,2.8457260131835938,3.070223083496094,2.8457260131835938,2.972203063964844,2.9638931274414064,161015,0.0,0.0 2023-08-09 00:00:00+01:00,3.0354409790039063,3.0354409790039063,2.937421875,2.9911749267578127,2.982812194824219,90788,0.0,0.0 2023-08-10 00:00:00+01:00,2.96587890625,3.0346191406250003,2.8994790649414064,2.8994790649414064,2.8913729858398436,191688,0.0,0.0 2023-08-11 00:00:00+01:00,2.8583740234375,2.9690411376953127,2.73189697265625,2.839403076171875,2.83146484375,478434,0.0,0.0 2023-08-14 00:00:00+01:00,2.8299169921875,2.8994790649414064,2.769840087890625,2.8299169921875,2.8220050048828127,145550,0.0,0.0 2023-08-15 00:00:00+01:00,2.807782897949219,2.905802917480469,2.741383056640625,2.798298034667969,2.7904742431640623,268593,0.0,0.0 2023-08-16 00:00:00+01:00,2.8141070556640626,2.8362411499023437,2.741383056640625,2.769840087890625,2.762096252441406,128778,0.0,0.0 2023-08-17 00:00:00+01:00,2.7824880981445315,2.7824880981445315,2.722412109375,2.754031066894531,2.7463311767578125,169311,0.0,0.0 2023-08-18 00:00:00+01:00,2.728735046386719,2.8425640869140625,2.6307159423828126,2.665497131347656,2.6580450439453127,430964,0.0,0.0 2023-08-21 00:00:00+01:00,2.67498291015625,2.7268380737304687,2.611744079589844,2.665497131347656,2.6580450439453127,134709,0.0,0.0 2023-08-22 00:00:00+01:00,2.7666778564453125,2.7666778564453125,2.589610900878906,2.6876300048828123,2.6801159667968752,113460,0.0,0.0 2023-08-23 00:00:00+01:00,2.7793258666992187,2.807782897949219,2.6718209838867186,2.7951361083984376,2.7873211669921876,193876,0.0,0.0 2023-08-24 00:00:00+01:00,2.7382211303710937,2.8267550659179688,2.7255731201171876,2.7603549194335937,2.752637634277344,204604,0.0,0.0 2023-08-25 00:00:00+01:00,2.754031066894531,2.7603549194335937,2.6212298583984377,2.65284912109375,2.645432434082031,245462,0.0,0.0 2023-08-29 00:00:00+01:00,2.750869140625,2.7666778564453125,2.6212298583984377,2.7192498779296876,2.7116473388671873,336351,0.0,0.0 2023-08-30 00:00:00+01:00,2.6212298583984377,2.7951361083984376,2.6212298583984377,2.7192498779296876,2.7116473388671873,228664,0.0,0.0 2023-08-31 00:00:00+01:00,2.6212298583984377,2.836494140625,2.6212298583984377,2.8362411499023437,2.8283111572265627,1626775,0.0,0.0 2023-09-01 00:00:00+01:00,2.8267550659179688,2.8267550659179688,2.750869140625,2.7635159301757812,2.755789489746094,190191,0.0,0.0 2023-09-04 00:00:00+01:00,2.750869140625,2.798298034667969,2.7350588989257814,2.769840087890625,2.762096252441406,101585,0.0,0.0 2023-09-05 00:00:00+01:00,2.7192498779296876,2.8235931396484375,2.709764099121094,2.788811950683594,2.7810147094726565,185220,0.0,0.0 2023-09-06 00:00:00+01:00,2.722412109375,2.8330789184570313,2.722412109375,2.807782897949219,2.799932861328125,145988,0.0,0.0 2023-09-07 00:00:00+01:00,2.8109451293945313,2.8520498657226563,2.7856500244140627,2.798298034667969,2.7904742431640623,164290,0.0,0.0 2023-09-08 00:00:00+01:00,2.7856500244140627,2.8520498657226563,2.7666778564453125,2.820430908203125,2.812545166015625,129237,0.0,0.0 2023-09-11 00:00:00+01:00,2.807782897949219,2.861535949707031,2.769840087890625,2.8235931396484375,2.8156988525390627,182089,0.0,0.0 2023-09-12 00:00:00+01:00,2.6876300048828123,2.7793258666992187,2.374600067138672,2.374600067138672,2.367961120605469,1879673,0.0,0.0 2023-09-13 00:00:00+01:00,2.3777619934082033,2.5295339965820314,2.1817230224609374,2.3619529724121096,2.355349273681641,1337758,0.0,0.0 2023-09-14 00:00:00+01:00,2.2765809631347658,2.4315150451660155,2.2165049743652343,2.2165049743652343,2.210307922363281,999940,0.0,0.0 2023-09-15 00:00:00+01:00,2.2291520690917968,2.2291520690917968,2.1279710388183593,2.143780059814453,2.137786560058594,1016290,0.0,0.0 2023-09-18 00:00:00+01:00,2.1248089599609377,2.213343048095703,1.9980160522460937,2.0520849609375,2.04634765625,1007966,0.0,0.0 2023-09-19 00:00:00+01:00,2.0267889404296877,2.0720050048828127,2.0236270141601564,2.0299510192871093,2.0242755126953127,292031,0.0,0.0 2023-09-20 00:00:00+01:00,2.1469419860839842,2.169075927734375,2.017303924560547,2.1089990234375002,2.1031024169921877,355592,0.0,0.0 2023-09-21 00:00:00+01:00,2.055247039794922,2.0768110656738283,1.9951699829101563,2.0267889404296877,2.0222731018066407,521514,0.12,0.0 2023-09-22 00:00:00+01:00,2.1216470336914064,2.1216470336914064,1.9445799255371095,1.9445799255371095,1.9402470397949219,523834,0.0,0.0 2023-09-25 00:00:00+01:00,1.985684051513672,1.985684051513672,1.8845030212402345,1.9129600524902344,1.9086976623535157,378942,0.0,0.0 2023-09-26 00:00:00+01:00,1.985684051513672,1.985684051513672,1.8433979797363282,1.8433979797363282,1.8392906188964844,357704,0.0,0.0 2023-09-27 00:00:00+01:00,1.8655320739746095,1.8655320739746095,1.7169209289550782,1.7548640441894532,1.7509539794921876,1035793,0.0,0.0 2023-09-28 00:00:00+01:00,1.8307499694824219,1.8307499694824219,1.707436065673828,1.7105979919433594,1.7067864990234376,420272,0.0,0.0 2023-09-29 00:00:00+01:00,1.7390550231933595,1.8497219848632813,1.7042739868164063,1.802292938232422,1.7982771301269531,628392,0.0,0.0 2023-10-02 00:00:00+01:00,1.7864840698242188,1.833912048339844,1.707436065673828,1.7105979919433594,1.7067864990234376,193917,0.0,0.0 2023-10-03 00:00:00+01:00,1.7105979919433594,1.7422169494628907,1.6473590087890626,1.726407012939453,1.722560272216797,627260,0.0,0.0 2023-10-04 00:00:00+01:00,1.802292938232422,1.802292938232422,1.6600070190429688,1.6821400451660156,1.6783920288085938,360693,0.0,0.0 2023-10-05 00:00:00+01:00,1.7200830078125,1.7169850158691407,1.6853019714355468,1.713759002685547,1.7099406433105468,192167,0.0,0.0 2023-10-06 00:00:00+01:00,1.694788055419922,1.8212649536132812,1.6473590087890626,1.6916259765625001,1.6878569030761719,155016,0.0,0.0 2023-10-09 00:00:00+01:00,1.7169209289550782,1.8307499694824219,1.6170680236816406,1.6758160400390625,1.6720822143554688,256187,0.0,0.0 2023-10-10 00:00:00+01:00,1.707436065673828,1.7548640441894532,1.6473590087890626,1.7232449340820313,1.7194053649902343,257557,0.0,0.0 2023-10-11 00:00:00+01:00,1.7390550231933595,1.8275889587402343,1.6441969299316406,1.7991310119628907,1.7951223754882812,234835,0.0,0.0 2023-10-12 00:00:00+01:00,1.8244270324707033,1.8686929321289063,1.694788055419922,1.7390550231933595,1.7351802062988282,352097,0.0,0.0 2023-10-13 00:00:00+01:00,1.7105979919433594,1.84656005859375,1.701112060546875,1.7200830078125,1.716250457763672,71017,0.0,0.0 2023-10-16 00:00:00+01:00,1.7422169494628907,1.8686929321289063,1.707436065673828,1.7485409545898438,1.7446450805664062,145368,0.0,0.0 2023-10-17 00:00:00+01:00,1.7896449279785156,1.8497219848632813,1.7422169494628907,1.8054550170898438,1.8014321899414063,238742,0.0,0.0 2023-10-18 00:00:00+01:00,1.7706739807128906,1.8433979797363282,1.7200830078125,1.783321990966797,1.7793484497070313,145681,0.0,0.0 2023-10-19 00:00:00+01:00,1.7453790283203126,1.8054550170898438,1.656844940185547,1.6663310241699218,1.6626182556152345,200940,0.0,0.0 2023-10-20 00:00:00+01:00,1.6441969299316406,1.802292938232422,1.6441969299316406,1.7548640441894532,1.7509539794921876,360815,0.0,0.0 2023-10-23 00:00:00+01:00,1.7896449279785156,1.8117790222167969,1.7105979919433594,1.783321990966797,1.7793484497070313,237904,0.0,0.0 2023-10-24 00:00:00+01:00,1.7706739807128906,1.8117790222167969,1.7460110473632813,1.7928070068359376,1.7888125610351562,101611,0.0,0.0 2023-10-25 00:00:00+01:00,1.7200830078125,1.8117790222167969,1.7105979919433594,1.7390550231933595,1.7351802062988282,222812,0.0,0.0 2023-10-26 00:00:00+01:00,1.8117790222167969,1.8117790222167969,1.6628529357910156,1.7295689392089844,1.72571533203125,113030,0.0,0.0 2023-10-27 00:00:00+01:00,1.7548640441894532,1.7580259704589845,1.713759002685547,1.726407012939453,1.722560272216797,60573,0.0,0.0 2023-10-30 00:00:00+00:00,1.7517019653320314,1.8054550170898438,1.6853019714355468,1.7200830078125,1.716250457763672,127980,0.0,0.0 2023-10-31 00:00:00+00:00,1.7485409545898438,1.8433979797363282,1.694788055419922,1.7801600646972657,1.7761936950683594,220592,0.0,0.0 2023-11-01 00:00:00+00:00,1.7706739807128906,1.833912048339844,1.7580259704589845,1.8244270324707033,1.8203620910644531,155028,0.0,0.0 2023-11-02 00:00:00+00:00,1.808616943359375,1.9256080627441408,1.7675120544433593,1.8750169372558594,1.8708390808105468,359938,0.0,0.0 2023-11-03 00:00:00+00:00,1.8592080688476562,1.8845030212402345,1.7769979858398437,1.802292938232422,1.7982771301269531,442620,0.0,0.0 2023-11-06 00:00:00+00:00,1.7706739807128906,1.8655320739746095,1.7169209289550782,1.7232449340820313,1.7194053649902343,180685,0.0,0.0 2023-11-07 00:00:00+00:00,1.713759002685547,1.7896449279785156,1.6473590087890626,1.7896449279785156,1.7856573486328124,371813,0.0,0.0 2023-11-08 00:00:00+00:00,1.7611880493164063,1.7928070068359376,1.726407012939453,1.7295689392089844,1.72571533203125,77409,0.0,0.0 2023-11-09 00:00:00+00:00,1.7453790283203126,1.81810302734375,1.707436065673828,1.8054550170898438,1.8014321899414063,476595,0.0,0.0 2023-11-10 00:00:00+00:00,1.8054550170898438,1.992008056640625,1.751575927734375,1.9730369567871093,1.9686407470703124,657519,0.0,0.0 2023-11-13 00:00:00+00:00,1.8845030212402345,2.134674072265625,1.8655320739746095,2.0141419982910156,2.009654235839844,815939,0.0,0.0 2023-11-14 00:00:00+00:00,2.0236270141601564,2.1184849548339844,1.9097979736328126,2.0900280761718752,2.085371246337891,680115,0.0,0.0 2023-11-15 00:00:00+00:00,2.0805419921875,2.1184849548339844,2.017303924560547,2.105836944580078,2.10114501953125,480310,0.0,0.0 2023-11-16 00:00:00+00:00,2.0141419982910156,2.0995140075683594,1.8876649475097658,1.9161219787597656,1.9129428100585937,488119,0.12,0.0 2023-11-17 00:00:00+00:00,1.9603889465332032,2.042220001220703,1.8655320739746095,1.957227020263672,1.9539794921875,255587,0.0,0.0 2023-11-20 00:00:00+00:00,1.9192840576171875,2.102675018310547,1.8623699951171875,2.0678939819335938,2.064462890625,273193,0.0,0.0 2023-11-21 00:00:00+00:00,2.0236270141601564,2.0678939819335938,1.8971510314941407,1.9161219787597656,1.9129428100585937,498821,0.0,0.0 2023-11-22 00:00:00+00:00,1.928769989013672,1.992008056640625,1.8971510314941407,1.9224459838867187,1.919256134033203,173532,0.0,0.0 2023-11-23 00:00:00+00:00,1.8971510314941407,1.938256072998047,1.8971510314941407,1.9129600524902344,1.909785919189453,155007,0.0,0.0 2023-11-24 00:00:00+00:00,1.928769989013672,1.9800559997558593,1.8813409423828125,1.9034750366210937,1.9003167724609376,62459,0.0,0.0 2023-11-27 00:00:00+00:00,1.928769989013672,1.928769989013672,1.8560459899902344,1.9256080627441408,1.922413024902344,71167,0.0,0.0 2023-11-28 00:00:00+00:00,1.928769989013672,1.9668389892578126,1.8686929321289063,1.9129600524902344,1.909785919189453,158558,0.0,0.0 2023-11-29 00:00:00+00:00,1.9161219787597656,1.9603889465332032,1.8655320739746095,1.9445799255371095,1.941353302001953,161503,0.0,0.0 2023-11-30 00:00:00+00:00,1.9793609619140626,2.005352020263672,1.8813409423828125,1.8813409423828125,1.8782192993164062,560744,0.0,0.0 2023-12-01 00:00:00+00:00,1.992008056640625,2.0078179931640627,1.8655320739746095,1.963551025390625,1.9602931213378907,345861,0.0,0.0 2023-12-04 00:00:00+00:00,1.8560459899902344,1.9603889465332032,1.8560459899902344,1.9445799255371095,1.941353302001953,305126,0.0,0.0 2023-12-05 00:00:00+00:00,1.8971510314941407,1.9722779846191407,1.84656005859375,1.84656005859375,1.8434962463378906,489212,0.0,0.0 2023-12-06 00:00:00+00:00,1.8781790161132812,1.9658279418945312,1.8592080688476562,1.928769989013672,1.9255696105957032,1478524,0.0,0.0 2023-12-07 00:00:00+00:00,1.969875030517578,1.9983320617675782,1.84656005859375,1.969875030517578,1.9666064453125,731688,0.0,0.0 2023-12-08 00:00:00+00:00,1.928769989013672,2.039436950683594,1.928769989013672,1.9951699829101563,1.991859588623047,119812,0.0,0.0 2023-12-11 00:00:00+00:00,1.9793609619140626,2.0584089660644533,1.9793609619140626,2.0584089660644533,2.0549935913085937,195354,0.0,0.0 2023-12-12 00:00:00+00:00,2.055247039794922,2.1184849548339844,1.992008056640625,2.0299510192871093,2.026582794189453,323692,0.0,0.0 2023-12-13 00:00:00+00:00,1.9667129516601562,2.0900280761718752,1.9667129516601562,2.0046560668945315,2.001329803466797,91305,0.0,0.0 2023-12-14 00:00:00+00:00,2.0236270141601564,2.1501040649414063,2.0236270141601564,2.1121609497070315,2.108656463623047,315854,0.0,0.0 2023-12-15 00:00:00+00:00,2.086865997314453,2.137456970214844,2.071056060791016,2.105836944580078,2.1023428344726565,222934,0.0,0.0 2023-12-18 00:00:00+00:00,2.074217987060547,2.157187042236328,2.074217987060547,2.1469419860839842,2.143379669189453,244968,0.0,0.0 2023-12-19 00:00:00+00:00,2.0678939819335938,2.1627520751953124,2.0678939819335938,2.1216470336914064,2.1181266784667967,150953,0.0,0.0 2023-12-20 00:00:00+00:00,2.0678939819335938,2.243697052001953,2.0678939819335938,2.213343048095703,2.2096705627441406,398039,0.0,0.0 2023-12-21 00:00:00+00:00,2.1501040649414063,2.222828063964844,2.1501040649414063,2.17856201171875,2.1749472045898437,210426,0.0,0.0 2023-12-22 00:00:00+00:00,2.200695037841797,2.2417999267578126,2.105836944580078,2.197532958984375,2.19388671875,63385,0.0,0.0 2023-12-27 00:00:00+00:00,2.1817230224609374,2.2512860107421875,2.1089990234375002,2.23547607421875,2.2317669677734377,113911,0.0,0.0 2023-12-28 00:00:00+00:00,2.1753999328613283,2.2639329528808596,2.1089990234375002,2.225989990234375,2.2222964477539064,100598,0.0,0.0 2023-12-29 00:00:00+00:00,2.219665985107422,2.2449620056152346,2.1279710388183593,2.225989990234375,2.2222964477539064,54929,0.0,0.0 2024-01-02 00:00:00+00:00,2.1501040649414063,2.2639329528808596,2.1311329650878905,2.2101809692382814,2.2065136718750002,699835,0.0,0.0 2024-01-03 00:00:00+00:00,2.1880470275878907,2.23547607421875,2.115323028564453,2.1342950439453126,2.1307537841796877,227064,0.0,0.0 2024-01-04 00:00:00+00:00,2.1089990234375002,2.2086000061035156,2.102675018310547,2.1184849548339844,2.114969940185547,248531,0.0,0.0 2024-01-05 00:00:00+00:00,2.093190002441406,2.1279710388183593,2.036591033935547,2.086865997314453,2.0834034729003905,576281,0.0,0.0 2024-01-08 00:00:00+00:00,2.0267889404296877,2.1501040649414063,2.0267889404296877,2.093190002441406,2.089716796875,285757,0.0,0.0 2024-01-09 00:00:00+00:00,2.169075927734375,2.0995140075683594,2.083704071044922,2.093190002441406,2.089716796875,261480,0.0,0.0 2024-01-10 00:00:00+00:00,2.0900280761718752,2.200695037841797,2.055247039794922,2.086865997314453,2.0834034729003905,97872,0.0,0.0 2024-01-11 00:00:00+00:00,2.055247039794922,2.1564280700683596,2.0236270141601564,2.0362750244140626,2.0328962707519533,214912,0.0,0.0 2024-01-12 00:00:00+00:00,2.071056060791016,2.137456970214844,2.0109800720214843,2.0236270141601564,2.020269317626953,685170,0.0,0.0 2024-01-15 00:00:00+00:00,2.028370056152344,2.1216470336914064,1.9825230407714844,1.9825230407714844,1.9792335510253907,206480,0.0,0.0 2024-01-16 00:00:00+00:00,2.0046560668945315,2.086865997314453,1.8845030212402345,1.8845030212402345,1.8813761901855468,481093,0.0,0.0 2024-01-17 00:00:00+00:00,1.8813409423828125,1.9667129516601562,1.8149409484863281,1.8718550109863281,1.868749237060547,294886,0.0,0.0 2024-01-18 00:00:00+00:00,1.8781790161132812,1.9192840576171875,1.81810302734375,1.8244270324707033,1.821399841308594,487444,0.0,0.0 2024-01-19 00:00:00+00:00,1.7769979858398437,1.9192840576171875,1.7769979858398437,1.8876649475097658,1.8845329284667969,413352,0.0,0.0 2024-01-22 00:00:00+00:00,1.8781790161132812,1.9445799255371095,1.7769979858398437,1.8781790161132812,1.8750627136230469,313566,0.0,0.0 2024-01-23 00:00:00+00:00,1.8592080688476562,1.8939889526367188,1.822718963623047,1.8686929321289063,1.8655921936035156,163835,0.0,0.0 2024-01-24 00:00:00+00:00,1.8686929321289063,1.9224459838867187,1.8560459899902344,1.8876649475097658,1.8845329284667969,187611,0.0,0.0 2024-01-25 00:00:00+00:00,1.8876649475097658,1.969875030517578,1.837073974609375,1.8845030212402345,1.8813761901855468,120556,0.0,0.0 2024-01-26 00:00:00+00:00,1.8718550109863281,1.9034750366210937,1.8592080688476562,1.8845030212402345,1.8813761901855468,160285,0.0,0.0 2024-01-29 00:00:00+00:00,1.8592080688476562,1.9192840576171875,1.8433979797363282,1.8939889526367188,1.890846405029297,170217,0.0,0.0 2024-01-30 00:00:00+00:00,1.8939889526367188,1.9319320678710938,1.8876649475097658,1.8971510314941407,1.8940031433105469,105717,0.0,0.0 2024-01-31 00:00:00+00:00,1.8908270263671876,1.9161219787597656,1.8750169372558594,1.8845030212402345,1.8813761901855468,240153,0.0,0.0 2024-02-01 00:00:00+00:00,1.9445799255371095,1.9445799255371095,1.7896449279785156,1.7896449279785156,1.7866754150390625,451604,0.0,0.0 2024-02-02 00:00:00+00:00,1.7928070068359376,1.833912048339844,1.6663310241699218,1.7042739868164063,1.7014460754394531,884066,0.0,0.0 2024-02-05 00:00:00+00:00,1.707436065673828,1.7611880493164063,1.603092041015625,1.6252259826660156,1.622529296875,657554,0.0,0.0 2024-02-06 00:00:00+00:00,1.6252259826660156,1.6536830139160157,1.5177200317382813,1.5588250732421876,1.5562387084960938,755371,0.0,0.0 2024-02-07 00:00:00+00:00,1.5556640625,1.5588250732421876,1.4418339538574219,1.4418339538574219,1.4394416809082031,857644,0.0,0.0 2024-02-08 00:00:00+00:00,1.4418339538574219,1.4987489318847658,1.3992120361328124,1.4797770690917968,1.4773216247558594,509520,0.0,0.0 2024-02-09 00:00:00+00:00,1.4323489379882812,1.5082350158691407,1.3428660583496095,1.4102149963378907,1.4078750610351562,567441,0.0,0.0 2024-02-12 00:00:00+00:00,1.4449960327148437,1.4544819641113282,1.4102149963378907,1.4386729431152343,1.436285858154297,682870,0.0,0.0 2024-02-13 00:00:00+00:00,1.4544819641113282,1.48610107421875,1.318520050048828,1.3406530761718751,1.3384286499023437,458613,0.0,0.0 2024-02-14 00:00:00+00:00,1.3722720336914063,1.4133770751953125,1.2609729766845703,1.2742530059814454,1.2721387481689452,1009421,0.0,0.0 2024-02-15 00:00:00+00:00,1.2710910034179688,1.3817579650878906,1.257177963256836,1.3501390075683595,1.3478988647460939,320044,0.0,0.0 2024-02-16 00:00:00+00:00,1.3280050659179687,1.394405975341797,1.3204170227050782,1.394405975341797,1.39209228515625,180605,0.0,0.0 2024-02-19 00:00:00+00:00,1.3975680541992188,1.4544819641113282,1.3438780212402344,1.3627859497070314,1.3605247497558595,250647,0.0,0.0 2024-02-20 00:00:00+00:00,1.3659480285644532,1.4228630065917969,1.324842987060547,1.3311669921875,1.3289582824707031,365397,0.0,0.0 2024-02-21 00:00:00+00:00,1.3659480285644532,1.4133770751953125,1.3298390197753907,1.3912440490722657,1.3889356994628907,498723,0.0,0.0 2024-02-22 00:00:00+00:00,1.3596249389648438,1.5177200317382813,1.3106779479980468,1.4797770690917968,1.4773216247558594,407338,0.0,0.0 2024-02-23 00:00:00+00:00,1.4449960327148437,1.5714729309082032,1.4228630065917969,1.549340057373047,1.546769256591797,716438,0.0,0.0 2024-02-26 00:00:00+00:00,1.5556640625,1.603092041015625,1.5177200317382813,1.549340057373047,1.546769256591797,2090900,0.0,0.0 2024-02-27 00:00:00+00:00,1.5398539733886718,1.6094160461425782,1.5019110107421876,1.5177200317382813,1.5152017211914064,1599926,0.0,0.0 2024-02-28 00:00:00+00:00,1.5019110107421876,1.6505209350585939,1.4133770751953125,1.4133770751953125,1.4110319519042969,1105580,0.0,0.0 2024-02-29 00:00:00+00:00,1.3975680541992188,1.48610107421875,1.3280050659179687,1.3564630126953126,1.355363006591797,562482,0.12,0.0 2024-03-01 00:00:00+00:00,1.2963859558105468,1.4544819641113282,1.2963859558105468,1.3216819763183594,1.3206101989746093,772185,0.0,0.0 2024-03-04 00:00:00+00:00,1.2963859558105468,1.3880819702148437,1.1711740112304687,1.2116470336914062,1.2106645202636719,1078083,0.0,0.0 2024-03-05 00:00:00+00:00,1.214176025390625,1.2710910034179688,1.1774980163574218,1.2255590057373047,1.224565200805664,555726,0.0,0.0 2024-03-06 00:00:00+00:00,1.2318830108642578,1.2995480346679689,1.1762329864501953,1.1977339935302735,1.1967626953125001,253075,0.0,0.0 2024-03-07 00:00:00+00:00,1.174968032836914,1.2635019683837891,1.1711740112304687,1.2521189880371093,1.2511035919189453,465875,0.0,0.0 2024-03-08 00:00:00+00:00,1.2483249664306642,1.3564630126953126,1.1995050048828124,1.3216819763183594,1.3206101989746093,730633,0.0,0.0 2024-03-11 00:00:00+00:00,1.2805769348144531,1.3533009338378907,1.2331479644775392,1.2742530059814454,1.273219680786133,76093,0.0,0.0 2024-03-12 00:00:00+00:00,1.0371089935302735,1.0383740234375,0.8031269836425782,0.8916609954833985,0.8909379577636719,3466982,0.0,0.0 2024-03-13 00:00:00+00:00,0.8701599884033203,0.957427978515625,0.8562470245361329,0.892925033569336,0.892200927734375,1742672,0.0,0.0 2024-03-14 00:00:00+00:00,0.884072036743164,1.029520034790039,0.857511978149414,1.0194020080566406,1.0185753631591796,919402,0.0,0.0 2024-03-15 00:00:00+00:00,1.0307849884033202,1.0900389862060547,0.9953720092773438,1.011812973022461,1.0109925079345703,714540,0.0,0.0 2024-03-18 00:00:00+00:00,1.0054900360107422,1.1344960021972657,1.0054900360107422,1.1218479919433595,1.120938262939453,744870,0.0,0.0 2024-03-19 00:00:00+00:00,1.111729965209961,1.1307019805908203,1.0497570037841797,1.0598750305175781,1.0590155792236329,698906,0.0,0.0 2024-03-20 00:00:00+00:00,1.0371089935302735,1.0876999664306641,1.014343032836914,1.0876999664306641,1.0868179321289062,539049,0.0,0.0 2024-03-21 00:00:00+00:00,1.06872802734375,1.1520760345458985,1.0130780029296875,1.1193190002441407,1.1184113311767578,582647,0.0,0.0 2024-03-22 00:00:00+00:00,1.1471440124511718,1.1511910247802735,1.076885986328125,1.077581024169922,1.0767071533203125,654122,0.0,0.0 2024-03-25 00:00:00+00:00,1.1003469848632812,1.138290023803711,1.0560800170898437,1.1142600250244141,1.1133564758300782,283302,0.0,0.0 2024-03-26 00:00:00+00:00,1.062404022216797,1.1800279998779297,1.0130780029296875,1.1496730041503906,1.1487406921386718,916529,0.0,0.0 2024-03-27 00:00:00+00:00,1.1256430053710937,1.28127197265625,1.1256430053710937,1.2805769348144531,1.2795384979248048,778140,0.0,0.0 2024-03-28 00:00:00+00:00,1.2420010375976562,1.3817579650878906,1.1711740112304687,1.324842987060547,1.3237686157226562,780128,0.0,0.0 2024-04-02 00:00:00+01:00,1.3280050659179687,1.3722720336914063,1.1699089813232422,1.1699089813232422,1.1689602661132812,547388,0.0,0.0 2024-04-03 00:00:00+01:00,1.1699089813232422,1.253384017944336,1.1699089813232422,1.2293540191650392,1.2283570861816406,275604,0.0,0.0 2024-04-04 00:00:00+01:00,1.2356770324707032,1.2470600128173828,1.2040579986572266,1.2053230285644532,1.2043456268310546,263252,0.0,0.0 2024-04-05 00:00:00+01:00,1.174968032836914,1.2995480346679689,1.1699089813232422,1.2116470336914062,1.2106645202636719,265547,0.0,0.0 2024-04-08 00:00:00+01:00,1.214176025390625,1.283739013671875,1.1888809967041016,1.283739013671875,1.2826980590820314,441896,0.0,0.0 2024-04-09 00:00:00+01:00,1.2647669982910157,1.3406530761718751,1.1901460266113282,1.2679290008544921,1.2669007873535156,317664,0.0,0.0 2024-04-10 00:00:00+01:00,1.2647669982910157,1.2846870422363281,1.2015290069580078,1.2103820037841797,1.2094004821777344,259733,0.0,0.0 2024-04-11 00:00:00+01:00,1.2331479644775392,1.3195309448242187,1.2205000305175782,1.2995480346679689,1.2984942626953124,466648,0.0,0.0 2024-04-12 00:00:00+01:00,1.2742530059814454,1.2963859558105468,1.2647669982910157,1.283739013671875,1.2826980590820314,145992,0.0,0.0 2024-04-15 00:00:00+01:00,1.3027099609375001,1.3134609985351562,1.20279296875,1.2932240295410156,1.29217529296875,143002,0.0,0.0 2024-04-16 00:00:00+01:00,1.2584429931640626,1.305872039794922,1.20279296875,1.2647669982910157,1.2637413787841798,343786,0.0,0.0 2024-04-17 00:00:00+01:00,1.2647669982910157,1.3247169494628908,1.20279296875,1.3090339660644532,1.307972412109375,143312,0.0,0.0 2024-04-18 00:00:00+01:00,1.283739013671875,1.3623440551757813,1.2742530059814454,1.3533009338378907,1.3522035217285155,249702,0.0,0.0 2024-04-19 00:00:00+01:00,1.3627859497070314,1.3785960388183593,1.2679290008544921,1.3754339599609375,1.3743185424804687,126392,0.0,0.0 2024-04-22 00:00:00+01:00,1.3912440490722657,1.4797770690917968,1.3849200439453124,1.4386729431152343,1.4375062561035157,471400,0.0,0.0 2024-04-23 00:00:00+01:00,1.4544819641113282,1.4544819641113282,1.3311669921875,1.4007290649414064,1.3995932006835938,140390,0.0,0.0 2024-04-24 00:00:00+01:00,1.3817579650878906,1.4228630065917969,1.3501390075683595,1.3849200439453124,1.3837969970703126,290959,0.0,0.0 2024-04-25 00:00:00+01:00,1.318520050048828,1.4829389953613281,1.318520050048828,1.3849200439453124,1.3837969970703126,285096,0.0,0.0 2024-04-26 00:00:00+01:00,1.3849200439453124,1.4544819641113282,1.318520050048828,1.419700927734375,1.4185496520996095,238022,0.0,0.0 2024-04-29 00:00:00+01:00,1.4133770751953125,1.4955870056152345,1.3596249389648438,1.4544819641113282,1.453302459716797,240451,0.0,0.0 2024-04-30 00:00:00+01:00,1.4418339538574219,1.4702920532226562,1.4070530700683594,1.4165390014648438,1.4153903198242188,200489,0.0,0.0 2024-05-01 00:00:00+01:00,1.3849200439453124,1.4955870056152345,1.318520050048828,1.4544819641113282,1.453302459716797,146122,0.0,0.0 2024-05-02 00:00:00+01:00,1.4418339538574219,1.5272059631347656,1.318520050048828,1.5272059631347656,1.525967559814453,393928,0.0,0.0 2024-05-03 00:00:00+01:00,1.5272059631347656,1.5556640625,1.4936270141601562,1.5145590209960937,1.5133308410644533,235035,0.0,0.0 2024-05-07 00:00:00+01:00,1.580959014892578,1.580959014892578,1.4955870056152345,1.549340057373047,1.5480836486816407,198114,0.0,0.0 2024-05-08 00:00:00+01:00,1.511396942138672,1.5556640625,1.5019110107421876,1.5398539733886718,1.5386053466796876,156933,0.0,0.0 2024-05-09 00:00:00+01:00,1.5556640625,1.59898193359375,1.4924249267578125,1.580959014892578,1.579676971435547,282551,0.0,0.0 2024-05-10 00:00:00+01:00,1.5430160522460938,1.6125779724121094,1.4702920532226562,1.5872830200195314,1.5859957885742189,284611,0.0,0.0 2024-05-13 00:00:00+01:00,1.5777969360351562,1.6157400512695312,1.5303680419921875,1.5398539733886718,1.5386053466796876,162030,0.0,0.0 2024-05-14 00:00:00+01:00,1.56514892578125,1.603092041015625,1.4639680480957031,1.574635009765625,1.573358154296875,85826,0.0,0.0 2024-05-15 00:00:00+01:00,1.546177978515625,1.6125779724121094,1.4797770690917968,1.5714729309082032,1.570198516845703,404761,0.0,0.0 2024-05-16 00:00:00+01:00,1.5841209411621093,1.5841209411621093,1.549340057373047,1.574635009765625,1.573358154296875,562337,0.0,0.0 2024-05-17 00:00:00+01:00,1.568311004638672,1.5841209411621093,1.48610107421875,1.5841209411621093,1.5828363037109376,161655,0.0,0.0 2024-05-20 00:00:00+01:00,1.574635009765625,1.5999299621582033,1.4955870056152345,1.5999299621582033,1.5986325073242187,207620,0.0,0.0 2024-05-21 00:00:00+01:00,1.580959014892578,1.5999299621582033,1.5272059631347656,1.574635009765625,1.573358154296875,180078,0.0,0.0 2024-05-22 00:00:00+01:00,1.5177200317382813,1.6125779724121094,1.4544819641113282,1.5335299682617187,1.532286376953125,240105,0.0,0.0 2024-05-23 00:00:00+01:00,1.5714729309082032,1.5777969360351562,1.4639680480957031,1.4639680480957031,1.4627809143066406,234257,0.0,0.0 2024-05-24 00:00:00+01:00,1.511396942138672,1.5714729309082032,1.448157958984375,1.448157958984375,1.446983642578125,153713,0.0,0.0 2024-05-28 00:00:00+01:00,1.5525019836425782,1.5525019836425782,1.4544819641113282,1.4892630004882812,1.4880552673339844,199371,0.0,0.0 2024-05-29 00:00:00+01:00,1.4449960327148437,1.5777969360351562,1.4449960327148437,1.4797770690917968,1.4785771179199219,749579,0.0,0.0 2024-05-30 00:00:00+01:00,1.45764404296875,1.4974209594726562,1.3691099548339845,1.4639680480957031,1.4639680480957031,316373,0.12,0.0 2024-05-31 00:00:00+01:00,1.4608059692382813,1.5272059631347656,1.3880819702148437,1.4260249328613281,1.4260249328613281,199459,0.0,0.0 2024-06-03 00:00:00+01:00,1.4608059692382813,1.5240440368652344,1.4007290649414064,1.4355110168457033,1.4355110168457033,140112,0.0,0.0 2024-06-04 00:00:00+01:00,1.3912440490722657,1.48610107421875,1.3912440490722657,1.3975680541992188,1.3975680541992188,175472,0.0,0.0 2024-06-05 00:00:00+01:00,1.3975680541992188,1.5335299682617187,1.3912440490722657,1.419700927734375,1.419700927734375,94127,0.0,0.0 2024-06-06 00:00:00+01:00,1.5050729370117188,1.5335299682617187,1.4133770751953125,1.4260249328613281,1.4260249328613281,62478,0.0,0.0 2024-06-07 00:00:00+01:00,1.3501390075683595,1.4544819641113282,1.3501390075683595,1.3785960388183593,1.3785960388183593,244657,0.0,0.0 2024-06-10 00:00:00+01:00,1.3785960388183593,1.448157958984375,1.318520050048828,1.4355110168457033,1.4355110168457033,175758,0.0,0.0 2024-06-11 00:00:00+01:00,1.394405975341797,1.448157958984375,1.3564630126953126,1.3975680541992188,1.3975680541992188,127472,0.0,0.0 2024-06-12 00:00:00+01:00,1.3785960388183593,1.448157958984375,1.305872039794922,1.4260249328613281,1.4260249328613281,91631,0.0,0.0 2024-06-13 00:00:00+01:00,1.3912440490722657,1.448157958984375,1.2900619506835938,1.3691099548339845,1.3691099548339845,145242,0.0,0.0 2024-06-14 00:00:00+01:00,1.318520050048828,1.448157958984375,1.2742530059814454,1.3533009338378907,1.3533009338378907,294947,0.0,0.0 2024-06-17 00:00:00+01:00,1.2742530059814454,1.3691099548339845,1.2742530059814454,1.2995480346679689,1.2995480346679689,170689,0.0,0.0 2024-06-18 00:00:00+01:00,1.318520050048828,1.4007290649414064,1.2805769348144531,1.3311669921875,1.3311669921875,110866,0.0,0.0 2024-06-19 00:00:00+01:00,1.305872039794922,1.4038909912109376,1.2963859558105468,1.3501390075683595,1.3501390075683595,115007,0.0,0.0 2024-06-20 00:00:00+01:00,1.2647669982910157,1.3691099548339845,1.2647669982910157,1.3469769287109374,1.3469769287109374,188866,0.0,0.0 2024-06-21 00:00:00+01:00,1.2622370147705078,1.4007290649414064,1.2559140014648438,1.324842987060547,1.324842987060547,187460,0.0,0.0 2024-06-24 00:00:00+01:00,1.3880819702148437,1.4038909912109376,1.2559140014648438,1.3469769287109374,1.3469769287109374,45211,0.0,0.0 2024-06-25 00:00:00+01:00,1.283739013671875,1.4038909912109376,1.2774150085449218,1.3659480285644532,1.3659480285644532,129859,0.0,0.0 2024-06-26 00:00:00+01:00,1.3912440490722657,1.3913070678710937,1.2679290008544921,1.3722720336914063,1.3722720336914063,214010,0.0,0.0 2024-06-27 00:00:00+01:00,1.6600000000000001,1.7939999389648438,1.4177999877929688,1.6060000610351564,1.6060000610351564,773059,0.0,0.0 2024-06-28 00:00:00+01:00,1.6,1.62,1.4633999633789063,1.56,1.56,897373,0.0,0.0 2024-07-01 00:00:00+01:00,1.5,1.558000030517578,1.351300048828125,1.4360000610351562,1.4360000610351562,786129,0.0,0.0 2024-07-02 00:00:00+01:00,1.5,1.5639999389648438,1.3319999694824218,1.45,1.45,636694,0.0,0.0 2024-07-03 00:00:00+01:00,1.45,1.5085000610351562,1.175,1.27,1.27,745259,0.0,0.0 2024-07-04 00:00:00+01:00,1.2,1.3,1.16,1.25,1.25,940899,0.0,0.0 2024-07-05 00:00:00+01:00,1.24,1.3580000305175781,1.200999984741211,1.22,1.22,410979,0.0,0.0 2024-07-08 00:00:00+01:00,1.211999969482422,1.37,1.1500000000000001,1.29,1.29,781393,0.0,0.0 2024-07-09 00:00:00+01:00,1.3960000610351562,1.3980000305175782,1.2180000305175782,1.281999969482422,1.281999969482422,542222,0.0,0.0 2024-07-10 00:00:00+01:00,1.22,1.35,1.22,1.288000030517578,1.288000030517578,409127,0.0,0.0 2024-07-11 00:00:00+01:00,1.288000030517578,1.3980000305175782,1.266500015258789,1.3319999694824218,1.3319999694824218,610386,0.0,0.0 2024-07-12 00:00:00+01:00,1.3260000610351563,1.3960000610351562,1.2705999755859376,1.308000030517578,1.308000030517578,635332,0.0,0.0 2024-07-15 00:00:00+01:00,1.32,1.34,1.2651999664306641,1.265999984741211,1.265999984741211,497914,0.0,0.0 2024-07-16 00:00:00+01:00,1.3,1.3,1.23,1.2839999389648438,1.2839999389648438,353474,0.0,0.0 2024-07-17 00:00:00+01:00,1.318000030517578,1.4360000610351562,1.2935000610351564,1.348000030517578,1.348000030517578,364851,0.0,0.0 2024-07-18 00:00:00+01:00,1.3439999389648438,1.4560000610351562,1.34,1.3719999694824219,1.3719999694824219,391038,0.0,0.0 2024-07-19 00:00:00+01:00,1.3719999694824219,1.46,1.251999969482422,1.36,1.36,657176,0.0,0.0 2024-07-22 00:00:00+01:00,1.46,1.46,1.3041999816894532,1.3819999694824219,1.3819999694824219,1705990,0.0,0.0 2024-07-23 00:00:00+01:00,1.46,1.46,1.3539999389648438,1.42,1.42,968426,0.0,0.0 2024-07-24 00:00:00+01:00,1.46,1.46,1.298000030517578,1.338000030517578,1.338000030517578,2598389,0.0,0.0 2024-07-25 00:00:00+01:00,1.31,1.4480000305175782,1.2480000305175782,1.3580000305175781,1.3580000305175781,517858,0.0,0.0 2024-07-26 00:00:00+01:00,1.46,1.46,1.3439999389648438,1.3619999694824219,1.3619999694824219,358745,0.0,0.0 2024-07-29 00:00:00+01:00,1.35,1.416199951171875,1.35,1.37,1.37,73445,0.0,0.1 2024-07-30 00:00:00+01:00,1.42,1.42,1.3502000427246095,1.36,1.36,162562,0.0,0.0 2024-07-31 00:00:00+01:00,1.31,1.37,1.300399932861328,1.315,1.315,374190,0.0,0.0 2024-08-01 00:00:00+01:00,1.31,1.35,1.3,1.305,1.305,606338,0.0,0.0 2024-08-02 00:00:00+01:00,1.285,1.29,1.25,1.2650000000000001,1.2650000000000001,477262,0.0,0.0 2024-08-05 00:00:00+01:00,1.225,1.27,1.2,1.24,1.24,556372,0.0,0.0 2024-08-06 00:00:00+01:00,1.24,1.26,1.195,1.21,1.21,934062,0.0,0.0 2024-08-07 00:00:00+01:00,1.21,1.2550000000000001,1.21,1.235,1.235,306617,0.0,0.0 2024-08-08 00:00:00+01:00,1.24,1.2550000000000001,1.217770004272461,1.25,1.25,217988,0.0,0.0 2024-08-09 00:00:00+01:00,1.25,1.27,1.23,1.2550000000000001,1.2550000000000001,172605,0.0,0.0 2024-08-12 00:00:00+01:00,1.2750000000000001,1.28,1.25,1.27,1.27,219830,0.0,0.0 2024-08-13 00:00:00+01:00,1.3,1.3,1.26,1.2650000000000001,1.2650000000000001,127472,0.0,0.0 2024-08-14 00:00:00+01:00,1.29,1.29,1.26,1.285,1.285,83216,0.0,0.0 2024-08-15 00:00:00+01:00,1.25,1.3,1.25,1.295,1.295,375193,0.0,0.0 2024-08-16 00:00:00+01:00,1.27,1.31875,1.22,1.22,1.22,76047,0.0,0.0 2024-08-19 00:00:00+01:00,1.215,1.29,1.2133799743652345,1.28,1.28,170279,0.0,0.0 2024-08-20 00:00:00+01:00,1.28,1.315,1.235,1.285,1.285,277335,0.0,0.0 2024-08-21 00:00:00+01:00,1.26,1.32,1.26,1.29,1.29,272807,0.0,0.0 2024-08-22 00:00:00+01:00,1.29,1.33,1.2750000000000001,1.3285000610351563,1.3285000610351563,130244,0.0,0.0 ================================================ FILE: tests/data/SAND-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-03 00:00:00-05:00,6.139999866485596,6.159999847412109,6.039999961853027,6.039999961853027,5.862921619113674,816600,0.0,0.0,True 2022-01-04 00:00:00-05:00,6.059999942779541,6.159999847412109,6.0,6.03000020980835,5.853216553380452,1090500,0.0,0.0,True 2022-01-05 00:00:00-05:00,6.090000152587891,6.199999809265137,5.880000114440918,5.880000114440918,5.707613387666759,1401200,0.0,0.0,True 2022-01-06 00:00:00-05:00,5.769999980926514,5.820000171661377,5.639999866485596,5.639999866485596,5.474649371566497,1725600,0.0,0.0,True 2022-01-07 00:00:00-05:00,5.630000114440918,5.699999809265137,5.539999961853027,5.639999866485596,5.474649371566497,3453200,0.0,0.0,True 2022-01-10 00:00:00-05:00,5.610000133514404,5.869999885559082,5.610000133514404,5.869999885559082,5.697906891422202,3420400,0.0,0.0,True 2022-01-11 00:00:00-05:00,5.920000076293945,6.139999866485596,5.860000133514404,6.130000114440918,5.950284853685802,1764900,0.0,0.0,True 2022-01-12 00:00:00-05:00,6.159999847412109,6.239999771118164,6.139999866485596,6.239999771118164,6.057058219724374,1785300,0.0,0.0,True 2022-01-13 00:00:00-05:00,6.210000038146973,6.269999980926514,6.170000076293945,6.190000057220459,6.008525261664478,1281800,0.0,0.0,True 2022-01-14 00:00:00-05:00,6.179999828338623,6.199999809265137,6.050000190734863,6.150000095367432,5.969698799849139,1921000,0.0,0.0,True 2022-01-18 00:00:00-05:00,6.079999923706055,6.150000095367432,5.929999828338623,5.989999771118164,5.82955494222662,1227200,0.016,0.0,True 2022-01-19 00:00:00-05:00,6.090000152587891,6.53000020980835,6.050000190734863,6.489999771118164,6.3161624462847765,2251200,0.0,0.0,True 2022-01-20 00:00:00-05:00,6.559999942779541,6.599999904632568,6.349999904632568,6.360000133514404,6.189644685964501,1429700,0.0,0.0,True 2022-01-21 00:00:00-05:00,6.380000114440918,6.409999847412109,6.110000133514404,6.119999885559082,5.956072702546896,1940800,0.0,0.0,True 2022-01-24 00:00:00-05:00,6.119999885559082,6.119999885559082,5.829999923706055,6.070000171661377,5.907412428978192,2897900,0.0,0.0,True 2022-01-25 00:00:00-05:00,6.03000020980835,6.28000020980835,5.989999771118164,6.269999980926514,6.102054476927231,2126800,0.0,0.0,True 2022-01-26 00:00:00-05:00,6.21999979019165,6.349999904632568,5.96999979019165,6.010000228881836,5.849019909960902,2415900,0.0,0.0,True 2022-01-27 00:00:00-05:00,5.940000057220459,6.050000190734863,5.789999961853027,5.800000190734863,5.644644186051943,2216200,0.0,0.0,True 2022-01-28 00:00:00-05:00,5.769999980926514,5.840000152587891,5.699999809265137,5.829999923706055,5.6738409223977,1568500,0.0,0.0,True 2022-01-31 00:00:00-05:00,5.860000133514404,6.019999980926514,5.849999904632568,6.010000228881836,5.849019909960902,1727600,0.0,0.0,True 2022-02-01 00:00:00-05:00,6.050000190734863,6.190000057220459,6.0,6.059999942779541,5.897680183529607,1561800,0.0,0.0,True 2022-02-02 00:00:00-05:00,6.079999923706055,6.159999847412109,6.0,6.010000228881836,5.849019909960902,1130400,0.0,0.0,True 2022-02-03 00:00:00-05:00,5.920000076293945,5.989999771118164,5.820000171661377,5.880000114440918,5.722501195966403,1277700,0.0,0.0,True 2022-02-04 00:00:00-05:00,5.840000152587891,5.940000057220459,5.800000190734863,5.869999885559082,5.712768950517818,1107300,0.0,0.0,True 2022-02-07 00:00:00-05:00,5.900000095367432,6.21999979019165,5.900000095367432,6.190000057220459,6.024197943849883,1417500,0.0,0.0,True 2022-02-08 00:00:00-05:00,6.139999866485596,6.269999980926514,6.139999866485596,6.25,6.082590939704284,1061100,0.0,0.0,True 2022-02-09 00:00:00-05:00,6.28000020980835,6.309999942779541,6.170000076293945,6.170000076293945,6.004733929789824,1197700,0.0,0.0,True 2022-02-10 00:00:00-05:00,6.139999866485596,6.28000020980835,6.010000228881836,6.039999961853027,5.878214738958213,1701100,0.0,0.0,True 2022-02-11 00:00:00-05:00,6.059999942779541,6.510000228881836,6.050000190734863,6.440000057220459,6.267501219041849,2424100,0.0,0.0,True 2022-02-14 00:00:00-05:00,6.5,6.650000095367432,6.449999809265137,6.550000190734863,6.374555442139178,2450900,0.0,0.0,True 2022-02-15 00:00:00-05:00,6.409999847412109,6.480000019073486,6.260000228881836,6.440000057220459,6.267501219041849,1931300,0.0,0.0,True 2022-02-16 00:00:00-05:00,6.510000228881836,6.699999809265137,6.510000228881836,6.659999847412109,6.4816091883993945,1728900,0.0,0.0,True 2022-02-17 00:00:00-05:00,6.840000152587891,7.039999961853027,6.679999828338623,6.940000057220459,6.754108723100005,4059300,0.0,0.0,True 2022-02-18 00:00:00-05:00,6.949999809265137,7.130000114440918,6.679999828338623,6.820000171661377,6.637324161902538,2967600,0.0,0.0,True 2022-02-22 00:00:00-05:00,6.849999904632568,6.940000057220459,6.75,6.789999961853027,6.608125995045447,3412200,0.0,0.0,True 2022-02-23 00:00:00-05:00,6.78000020980835,7.059999942779541,6.75,6.980000019073486,6.793036751220124,3282300,0.0,0.0,True 2022-02-24 00:00:00-05:00,7.190000057220459,7.230000019073486,6.769999980926514,6.900000095367432,6.715180218142775,4062900,0.0,0.0,True 2022-02-25 00:00:00-05:00,6.829999923706055,7.090000152587891,6.769999980926514,7.079999923706055,6.8903582520317554,2166900,0.0,0.0,True 2022-02-28 00:00:00-05:00,7.119999885559082,7.199999809265137,6.889999866485596,7.130000114440918,6.939019479274682,2399100,0.0,0.0,True 2022-03-01 00:00:00-05:00,7.170000076293945,7.53000020980835,7.159999847412109,7.429999828338623,7.230983504872465,2205500,0.0,0.0,True 2022-03-02 00:00:00-05:00,7.329999923706055,7.480000019073486,7.21999979019165,7.460000038146973,7.260179287543997,1736600,0.0,0.0,True 2022-03-03 00:00:00-05:00,7.449999809265137,7.739999771118164,7.429999828338623,7.739999771118164,7.532680252755943,2771700,0.0,0.0,True 2022-03-04 00:00:00-05:00,7.78000020980835,7.980000019073486,7.650000095367432,7.929999828338623,7.717591485767732,3348200,0.0,0.0,True 2022-03-07 00:00:00-05:00,7.920000076293945,8.199999809265137,7.739999771118164,8.100000381469727,7.883038704719462,4371500,0.0,0.0,True 2022-03-08 00:00:00-05:00,8.130000114440918,8.460000038146973,7.900000095367432,8.130000114440918,7.912234010553884,5397800,0.0,0.0,True 2022-03-09 00:00:00-05:00,7.739999771118164,8.149999618530273,7.599999904632568,8.130000114440918,7.912234010553884,3498600,0.0,0.0,True 2022-03-10 00:00:00-05:00,8.130000114440918,8.430000305175781,8.109999656677246,8.329999923706055,8.106877489014257,2778700,0.0,0.0,True 2022-03-11 00:00:00-05:00,8.079999923706055,8.279999732971191,8.050000190734863,8.180000305175781,7.960894760959699,2469500,0.0,0.0,True 2022-03-14 00:00:00-04:00,8.010000228881836,8.050000190734863,7.599999904632568,7.699999809265137,7.493751270961602,2391900,0.0,0.0,True 2022-03-15 00:00:00-04:00,7.489999771118164,7.960000038146973,7.380000114440918,7.849999904632568,7.639733522179049,2083200,0.0,0.0,True 2022-03-16 00:00:00-04:00,7.840000152587891,7.909999847412109,7.659999847412109,7.880000114440918,7.668930735361917,3644200,0.0,0.0,True 2022-03-17 00:00:00-04:00,7.989999771118164,8.220000267028809,7.929999828338623,8.0600004196167,7.844108769250897,2385000,0.0,0.0,True 2022-03-18 00:00:00-04:00,8.010000228881836,8.100000381469727,7.900000095367432,7.960000038146973,7.746787268439266,3768000,0.0,0.0,True 2022-03-21 00:00:00-04:00,7.989999771118164,8.25,7.989999771118164,8.140000343322754,7.92196673283958,1731500,0.0,0.0,True 2022-03-22 00:00:00-04:00,8.15999984741211,8.170000076293945,7.900000095367432,8.020000457763672,7.805180264293667,1530400,0.0,0.0,True 2022-03-23 00:00:00-04:00,8.050000190734863,8.220000267028809,7.989999771118164,8.1899995803833,7.970627483245396,1511400,0.0,0.0,True 2022-03-24 00:00:00-04:00,8.300000190734863,8.4399995803833,8.140000343322754,8.180000305175781,7.960894760959699,2787900,0.0,0.0,True 2022-03-25 00:00:00-04:00,8.140000343322754,8.270000457763672,8.050000190734863,8.270000457763672,8.048484016322744,1261700,0.0,0.0,True 2022-03-28 00:00:00-04:00,8.09000015258789,8.119999885559082,7.860000133514404,7.889999866485596,7.678661550299167,3337200,0.0,0.0,True 2022-03-29 00:00:00-04:00,7.670000076293945,7.980000019073486,7.53000020980835,7.949999809265137,7.737055499827791,2463100,0.0,0.0,True 2022-03-30 00:00:00-04:00,8.0,8.149999618530273,8.0,8.069999694824219,7.853841491536594,1531500,0.0,0.0,True 2022-03-31 00:00:00-04:00,8.069999694824219,8.210000038146973,8.029999732971191,8.079999923706055,7.863573260148068,1474700,0.0,0.0,True 2022-04-01 00:00:00-04:00,8.010000228881836,8.5,8.010000228881836,8.489999771118164,8.262591508843178,2039100,0.0,0.0,True 2022-04-04 00:00:00-04:00,8.5,8.609999656677246,8.380000114440918,8.5600004196167,8.330718180657499,2112200,0.0,0.0,True 2022-04-05 00:00:00-04:00,8.670000076293945,8.890000343322754,8.369999885559082,8.430000305175781,8.204198989825889,3295600,0.0,0.0,True 2022-04-06 00:00:00-04:00,8.449999809265137,8.550000190734863,8.319999694824219,8.430000305175781,8.204198989825889,1408300,0.0,0.0,True 2022-04-07 00:00:00-04:00,8.449999809265137,8.640000343322754,8.4399995803833,8.600000381469727,8.369644301429172,1603500,0.0,0.0,True 2022-04-08 00:00:00-04:00,8.649999618530273,8.829999923706055,8.600000381469727,8.8100004196167,8.574020502175243,1530000,0.0,0.0,True 2022-04-11 00:00:00-04:00,8.949999809265137,9.020000457763672,8.729999542236328,8.930000305175781,8.690805540209821,2501100,0.0,0.0,True 2022-04-12 00:00:00-04:00,9.069999694824219,9.130000114440918,8.880000114440918,8.989999771118164,8.749199012901334,3521400,0.0,0.0,True 2022-04-13 00:00:00-04:00,9.039999961853027,9.180000305175781,8.899999618530273,8.960000038146973,8.720002276555578,3549900,0.0,0.0,True 2022-04-14 00:00:00-04:00,8.970000267028809,9.010000228881836,8.84000015258789,8.90999984741211,8.671341049312652,1854700,0.0,0.0,True 2022-04-18 00:00:00-04:00,9.010000228881836,9.0600004196167,8.729999542236328,8.729999542236328,8.511446121688865,1768100,0.016,0.0,True 2022-04-19 00:00:00-04:00,8.609999656677246,8.720000267028809,8.420000076293945,8.479999542236328,8.267706063702636,1357500,0.0,0.0,True 2022-04-20 00:00:00-04:00,8.5,8.75,8.369999885559082,8.720000267028809,8.501697663778483,3061900,0.0,0.0,True 2022-04-21 00:00:00-04:00,8.569999694824219,8.600000381469727,8.109999656677246,8.25,8.043463875211392,2044400,0.0,0.0,True 2022-04-22 00:00:00-04:00,8.100000381469727,8.300000190734863,7.929999828338623,8.020000457763672,7.819221209883037,2051000,0.0,0.0,True 2022-04-25 00:00:00-04:00,7.690000057220459,7.889999866485596,7.53000020980835,7.820000171661377,7.6242286866569415,3106700,0.0,0.0,True 2022-04-26 00:00:00-04:00,7.920000076293945,7.960000038146973,7.690000057220459,7.71999979019165,7.526731709788227,2341700,0.0,0.0,True 2022-04-27 00:00:00-04:00,7.699999809265137,7.820000171661377,7.550000190734863,7.559999942779541,7.370737309737661,1823900,0.0,0.0,True 2022-04-28 00:00:00-04:00,7.590000152587891,7.659999847412109,7.429999828338623,7.619999885559082,7.429234732919512,1975400,0.0,0.0,True 2022-04-29 00:00:00-04:00,7.75,7.789999961853027,7.409999847412109,7.409999847412109,7.2244927981088125,1325200,0.0,0.0,True 2022-05-02 00:00:00-04:00,7.130000114440918,7.150000095367432,6.599999904632568,6.909999847412109,6.737009344276572,6369100,0.0,0.0,True 2022-05-03 00:00:00-04:00,6.940000057220459,7.260000228881836,6.929999828338623,7.210000038146973,7.029499798045605,3663400,0.0,0.0,True 2022-05-04 00:00:00-04:00,7.199999809265137,7.199999809265137,6.960000038146973,7.179999828338623,7.000250132780457,2647400,0.0,0.0,True 2022-05-05 00:00:00-04:00,7.320000171661377,7.440000057220459,6.800000190734863,6.900000095367432,6.7272608863661905,2224600,0.0,0.0,True 2022-05-06 00:00:00-04:00,6.789999961853027,6.869999885559082,6.659999847412109,6.71999979019165,6.551766709472193,1796900,0.0,0.0,True 2022-05-09 00:00:00-04:00,6.53000020980835,6.570000171661377,6.309999942779541,6.340000152587891,6.181280486189212,3497300,0.0,0.0,True 2022-05-10 00:00:00-04:00,6.440000057220459,6.519999980926514,6.119999885559082,6.28000020980835,6.122782109333138,2974600,0.0,0.0,True 2022-05-11 00:00:00-04:00,6.420000076293945,6.53000020980835,6.199999809265137,6.269999980926514,6.11303174407431,2582500,0.0,0.0,True 2022-05-12 00:00:00-04:00,6.150000095367432,6.269999980926514,5.820000171661377,5.940000057220459,5.7912935323885755,3307400,0.0,0.0,True 2022-05-13 00:00:00-04:00,5.949999809265137,6.289999961853027,5.909999847412109,6.190000057220459,6.035034544049028,2070600,0.0,0.0,True 2022-05-16 00:00:00-04:00,6.199999809265137,6.309999942779541,6.150000095367432,6.210000038146973,6.054532890381125,1734400,0.0,0.0,True 2022-05-17 00:00:00-04:00,6.340000152587891,6.429999828338623,6.25,6.360000133514404,6.2007797861955325,1464600,0.0,0.0,True 2022-05-18 00:00:00-04:00,6.320000171661377,6.369999885559082,6.139999866485596,6.150000095367432,5.99603689771061,2007100,0.0,0.0,True 2022-05-19 00:00:00-04:00,6.309999942779541,6.590000152587891,6.28000020980835,6.539999961853027,6.376272532578195,1934600,0.0,0.0,True 2022-05-20 00:00:00-04:00,6.539999961853027,6.579999923706055,6.360000133514404,6.480000019073486,6.317775109396345,1495100,0.0,0.0,True 2022-05-23 00:00:00-04:00,6.619999885559082,6.690000057220459,6.429999828338623,6.510000228881836,6.347023344150158,1454700,0.0,0.0,True 2022-05-24 00:00:00-04:00,6.510000228881836,6.71999979019165,6.440000057220459,6.699999809265137,6.532266455791649,1983200,0.0,0.0,True 2022-05-25 00:00:00-04:00,6.570000171661377,6.670000076293945,6.510000228881836,6.650000095367432,6.483519874705738,1450300,0.0,0.0,True 2022-05-26 00:00:00-04:00,6.630000114440918,6.699999809265137,6.510000228881836,6.599999904632568,6.4347704325971575,1768800,0.0,0.0,True 2022-05-27 00:00:00-04:00,6.690000057220459,6.730000019073486,6.550000190734863,6.659999847412109,6.493268809453231,1131800,0.0,0.0,True 2022-05-31 00:00:00-04:00,6.699999809265137,6.78000020980835,6.510000228881836,6.599999904632568,6.4347704325971575,1830700,0.0,0.0,True 2022-06-01 00:00:00-04:00,6.599999904632568,6.75,6.559999942779541,6.610000133514404,6.4445198441817615,1424500,0.0,0.0,True 2022-06-02 00:00:00-04:00,6.679999828338623,7.059999942779541,6.679999828338623,7.019999980926514,6.8442566864041146,1530600,0.0,0.0,True 2022-06-03 00:00:00-04:00,6.949999809265137,7.070000171661377,6.880000114440918,6.909999847412109,6.737009344276572,1492200,0.0,0.0,True 2022-06-06 00:00:00-04:00,6.960000038146973,6.980000019073486,6.690000057220459,6.730000019073486,6.56151659789391,1420900,0.0,0.0,True 2022-06-07 00:00:00-04:00,6.71999979019165,6.869999885559082,6.699999809265137,6.860000133514404,6.68826228635355,1427200,0.0,0.0,True 2022-06-08 00:00:00-04:00,6.800000190734863,6.980000019073486,6.699999809265137,6.880000114440918,6.7077611095227585,1649700,0.0,0.0,True 2022-06-09 00:00:00-04:00,6.820000171661377,6.840000152587891,6.550000190734863,6.570000171661377,6.405521244169121,1425400,0.0,0.0,True 2022-06-10 00:00:00-04:00,6.429999828338623,6.909999847412109,6.400000095367432,6.829999923706055,6.65901214425129,3362300,0.0,0.0,True 2022-06-13 00:00:00-04:00,6.579999923706055,6.630000114440918,6.260000228881836,6.309999942779541,6.152030820924064,3161800,0.0,0.0,True 2022-06-14 00:00:00-04:00,6.289999961853027,6.349999904632568,6.039999961853027,6.130000114440918,5.976537120867177,1985400,0.0,0.0,True 2022-06-15 00:00:00-04:00,6.289999961853027,6.349999904632568,6.119999885559082,6.260000228881836,6.103283286163929,2494200,0.0,0.0,True 2022-06-16 00:00:00-04:00,6.199999809265137,6.489999771118164,6.110000133514404,6.429999828338623,6.269026620961988,3647600,0.0,0.0,True 2022-06-17 00:00:00-04:00,6.400000095367432,6.420000076293945,6.239999771118164,6.369999885559082,6.210528720943025,2887500,0.0,0.0,True 2022-06-21 00:00:00-04:00,6.360000133514404,6.559999942779541,6.329999923706055,6.400000095367432,6.239777432533951,2002100,0.0,0.0,True 2022-06-22 00:00:00-04:00,6.389999866485596,6.480000019073486,6.28000020980835,6.289999961853027,6.132531044080631,1532300,0.0,0.0,True 2022-06-23 00:00:00-04:00,6.25,6.340000152587891,5.960000038146973,6.019999980926514,5.86929120925097,1609100,0.0,0.0,True 2022-06-24 00:00:00-04:00,6.03000020980835,6.260000228881836,5.940000057220459,6.21999979019165,6.064283255639953,1401500,0.0,0.0,True 2022-06-27 00:00:00-04:00,6.260000228881836,6.440000057220459,6.179999828338623,6.400000095367432,6.239777432533951,1656100,0.0,0.0,True 2022-06-28 00:00:00-04:00,6.449999809265137,6.480000019073486,6.190000057220459,6.230000019073486,6.074033144061669,1084200,0.0,0.0,True 2022-06-29 00:00:00-04:00,6.309999942779541,6.369999885559082,6.119999885559082,6.190000057220459,6.035034544049028,1226500,0.0,0.0,True 2022-06-30 00:00:00-04:00,6.130000114440918,6.199999809265137,5.929999828338623,5.949999809265137,5.8010434208102915,1199600,0.0,0.0,True 2022-07-01 00:00:00-04:00,5.849999904632568,6.21999979019165,5.809999942779541,6.190000057220459,6.035034544049028,1363900,0.0,0.0,True 2022-07-05 00:00:00-04:00,6.099999904632568,6.119999885559082,5.78000020980835,5.920000076293945,5.771794232382255,1995000,0.0,0.0,True 2022-07-06 00:00:00-04:00,5.929999828338623,6.019999980926514,5.630000114440918,5.739999771118164,5.596299578651145,1709800,0.0,0.0,True 2022-07-07 00:00:00-04:00,5.769999980926514,6.0,5.760000228881836,5.809999942779541,5.6645478439289345,1313100,0.0,0.0,True 2022-07-08 00:00:00-04:00,5.809999942779541,5.880000114440918,5.679999828338623,5.769999980926514,5.625549720753405,1078800,0.0,0.0,True 2022-07-11 00:00:00-04:00,5.690000057220459,5.869999885559082,5.659999847412109,5.690000057220459,5.547552043891011,1096400,0.0,0.0,True 2022-07-12 00:00:00-04:00,5.690000057220459,5.739999771118164,5.53000020980835,5.579999923706055,5.440306609111914,1245800,0.0,0.0,True 2022-07-13 00:00:00-04:00,5.510000228881836,5.840000152587891,5.510000228881836,5.75,5.606049943909973,1572900,0.0,0.0,True 2022-07-14 00:00:00-04:00,5.519999980926514,5.590000152587891,5.329999923706055,5.559999942779541,5.420807309105594,2185800,0.0,0.0,True 2022-07-15 00:00:00-04:00,5.619999885559082,5.619999885559082,5.320000171661377,5.480000019073486,5.342810109080311,1542800,0.0,0.0,True 2022-07-18 00:00:00-04:00,5.519999980926514,5.710000038146973,5.519999980926514,5.539999961853027,5.416132398063069,1206200,0.015,0.0,True 2022-07-19 00:00:00-04:00,5.53000020980835,5.75,5.53000020980835,5.619999885559082,5.49434417478859,1208400,0.0,0.0,True 2022-07-20 00:00:00-04:00,5.579999923706055,5.730000019073486,5.440000057220459,5.449999809265137,5.32814403003758,1655500,0.0,0.0,True 2022-07-21 00:00:00-04:00,5.5,5.610000133514404,5.449999809265137,5.570000171661377,5.445462648800085,1561300,0.0,0.0,True 2022-07-22 00:00:00-04:00,5.610000133514404,5.820000171661377,5.480000019073486,5.5,5.3770269865374205,1794400,0.0,0.0,True 2022-07-25 00:00:00-04:00,5.5,5.519999980926514,5.340000152587891,5.409999847412109,5.289038618511931,1579500,0.0,0.0,True 2022-07-26 00:00:00-04:00,5.420000076293945,5.570000171661377,5.420000076293945,5.550000190734863,5.4259089893630374,1209100,0.0,0.0,True 2022-07-27 00:00:00-04:00,5.539999961853027,5.730000019073486,5.449999809265137,5.670000076293945,5.543226654451319,1451100,0.0,0.0,True 2022-07-28 00:00:00-04:00,5.75,6.010000228881836,5.730000019073486,5.929999828338623,5.797413259879371,2114900,0.0,0.0,True 2022-07-29 00:00:00-04:00,5.940000057220459,6.0,5.789999961853027,5.949999809265137,5.816965488805084,1138500,0.0,0.0,True 2022-08-01 00:00:00-04:00,5.980000019073486,5.989999771118164,5.829999923706055,5.909999847412109,5.777860077279435,749200,0.0,0.0,True 2022-08-02 00:00:00-04:00,5.96999979019165,6.039999961853027,5.769999980926514,5.769999980926514,5.640990660102553,1362600,0.0,0.0,True 2022-08-03 00:00:00-04:00,5.809999942779541,5.809999942779541,5.610000133514404,5.639999866485596,5.513896880551415,997300,0.0,0.0,True 2022-08-04 00:00:00-04:00,5.679999828338623,5.989999771118164,5.659999847412109,5.889999866485596,5.758306894679499,1377700,0.0,0.0,True 2022-08-05 00:00:00-04:00,5.739999771118164,5.849999904632568,5.650000095367432,5.840000152587891,5.709425368690994,932400,0.0,0.0,True 2022-08-08 00:00:00-04:00,5.960000038146973,6.110000133514404,5.949999809265137,6.050000190734863,5.914730448130541,1058900,0.0,0.0,True 2022-08-09 00:00:00-04:00,6.110000133514404,6.130000114440918,5.929999828338623,6.010000228881836,5.875624082930669,877000,0.0,0.0,True 2022-08-10 00:00:00-04:00,6.070000171661377,6.150000095367432,5.96999979019165,6.03000020980835,5.895176788693493,997900,0.0,0.0,True 2022-08-11 00:00:00-04:00,6.110000133514404,6.199999809265137,5.989999771118164,6.010000228881836,5.875624082930669,1087000,0.0,0.0,True 2022-08-12 00:00:00-04:00,6.150000095367432,6.449999809265137,6.139999866485596,6.400000095367432,6.256904467909859,1486800,0.0,0.0,True 2022-08-15 00:00:00-04:00,6.25,6.260000228881836,6.039999961853027,6.110000133514404,5.973388565419015,1816500,0.0,0.0,True 2022-08-16 00:00:00-04:00,6.099999904632568,6.230000019073486,6.050000190734863,6.199999809265137,6.06137597977028,1229700,0.0,0.0,True 2022-08-17 00:00:00-04:00,6.159999847412109,6.21999979019165,5.860000133514404,5.880000114440918,5.748531257053754,1961800,0.0,0.0,True 2022-08-18 00:00:00-04:00,5.880000114440918,6.010000228881836,5.880000114440918,5.980000019073486,5.846294785867876,799500,0.0,0.0,True 2022-08-19 00:00:00-04:00,5.900000095367432,5.929999828338623,5.800000190734863,5.809999942779541,5.68009559479109,1571000,0.0,0.0,True 2022-08-22 00:00:00-04:00,5.730000019073486,5.920000076293945,5.71999979019165,5.920000076293945,5.787636191742291,1366800,0.0,0.0,True 2022-08-23 00:00:00-04:00,5.929999828338623,6.199999809265137,5.929999828338623,6.070000171661377,5.934282677056253,1572300,0.0,0.0,True 2022-08-24 00:00:00-04:00,6.090000152587891,6.21999979019165,6.0,6.21999979019165,6.080928685533104,946300,0.0,0.0,True 2022-08-25 00:00:00-04:00,6.269999980926514,6.300000190734863,6.170000076293945,6.239999771118164,6.100480914458817,1169200,0.0,0.0,True 2022-08-26 00:00:00-04:00,6.210000038146973,6.269999980926514,5.889999866485596,5.940000057220459,5.807189374342228,1390800,0.0,0.0,True 2022-08-29 00:00:00-04:00,5.880000114440918,6.019999980926514,5.840000152587891,5.929999828338623,5.797413259879371,1157500,0.0,0.0,True 2022-08-30 00:00:00-04:00,5.900000095367432,5.900000095367432,5.71999979019165,5.739999771118164,5.611659932528425,1350300,0.0,0.0,True 2022-08-31 00:00:00-04:00,5.690000057220459,5.789999961853027,5.630000114440918,5.659999847412109,5.533450063151351,1594200,0.0,0.0,True 2022-09-01 00:00:00-04:00,5.570000171661377,5.610000133514404,5.340000152587891,5.340000152587891,5.22060390992349,2177800,0.0,0.0,True 2022-09-02 00:00:00-04:00,5.46999979019165,5.699999809265137,5.380000114440918,5.590000152587891,5.465014877725798,1896800,0.0,0.0,True 2022-09-06 00:00:00-04:00,5.590000152587891,5.849999904632568,5.590000152587891,5.670000076293945,5.543226654451319,1686300,0.0,0.0,True 2022-09-07 00:00:00-04:00,5.639999866485596,6.039999961853027,5.559999942779541,6.0,5.865847491630701,2085400,0.0,0.0,True 2022-09-08 00:00:00-04:00,5.920000076293945,6.0,5.820000171661377,5.940000057220459,5.807189374342228,1219800,0.0,0.0,True 2022-09-09 00:00:00-04:00,6.039999961853027,6.139999866485596,5.980000019073486,6.110000133514404,5.973388565419015,912300,0.0,0.0,True 2022-09-12 00:00:00-04:00,6.320000171661377,6.679999828338623,6.260000228881836,6.400000095367432,6.256904467909859,6332500,0.0,0.0,True 2022-09-13 00:00:00-04:00,6.139999866485596,6.550000190734863,6.119999885559082,6.449999809265137,6.305786470735476,4531500,0.0,0.0,True 2022-09-14 00:00:00-04:00,6.449999809265137,6.71999979019165,6.440000057220459,6.519999980926514,6.374220225649694,2843000,0.0,0.0,True 2022-09-15 00:00:00-04:00,6.429999828338623,6.46999979019165,6.110000133514404,6.230000019073486,6.090704799995961,3342200,0.0,0.0,True 2022-09-16 00:00:00-04:00,6.139999866485596,6.260000228881836,6.0,6.0,5.865847491630701,12956000,0.0,0.0,True 2022-09-19 00:00:00-04:00,5.96999979019165,6.340000152587891,5.940000057220459,6.309999942779541,6.1689165767214815,2746800,0.0,0.0,True 2022-09-20 00:00:00-04:00,6.25,6.25,6.070000171661377,6.150000095367432,6.012493976944663,1355300,0.0,0.0,True 2022-09-21 00:00:00-04:00,6.260000228881836,6.389999866485596,6.050000190734863,6.179999828338623,6.041823274007456,1679700,0.0,0.0,True 2022-09-22 00:00:00-04:00,6.239999771118164,6.340000152587891,6.070000171661377,6.079999923706055,5.944059268356222,1291200,0.0,0.0,True 2022-09-23 00:00:00-04:00,5.900000095367432,5.929999828338623,5.539999961853027,5.590000152587891,5.465014877725798,2903100,0.0,0.0,True 2022-09-26 00:00:00-04:00,5.539999961853027,5.619999885559082,5.260000228881836,5.360000133514404,5.240158046197649,2313100,0.0,0.0,True 2022-09-27 00:00:00-04:00,5.5,5.630000114440918,5.449999809265137,5.570000171661377,5.445462648800085,2612900,0.0,0.0,True 2022-09-28 00:00:00-04:00,5.039999961853027,5.139999866485596,5.010000228881836,5.050000190734863,4.937088484269757,13087300,0.0,0.0,True 2022-09-29 00:00:00-04:00,5.010000228881836,5.070000171661377,4.920000076293945,5.070000171661377,4.956641666869693,6395700,0.0,0.0,True 2022-09-30 00:00:00-04:00,5.039999961853027,5.25,5.0,5.170000076293945,5.054405195683815,6061600,0.0,0.0,True 2022-10-03 00:00:00-04:00,5.300000190734863,5.360000133514404,5.190000057220459,5.269999980926514,5.152170155009272,5409100,0.0,0.0,True 2022-10-04 00:00:00-04:00,5.349999904632568,5.539999961853027,5.329999923706055,5.389999866485596,5.26948686642333,5342400,0.0,0.0,True 2022-10-05 00:00:00-04:00,5.260000228881836,5.269999980926514,5.059999942779541,5.179999828338623,5.064181786983783,3413200,0.0,0.0,True 2022-10-06 00:00:00-04:00,5.139999866485596,5.260000228881836,5.110000133514404,5.21999979019165,5.103287675346543,2440700,0.0,0.0,True 2022-10-07 00:00:00-04:00,5.130000114440918,5.179999828338623,4.880000114440918,4.900000095367432,4.790441522118683,3113900,0.0,0.0,True 2022-10-10 00:00:00-04:00,4.860000133514404,4.989999771118164,4.789999961853027,4.800000190734863,4.692678470141672,2056400,0.0,0.0,True 2022-10-11 00:00:00-04:00,4.849999904632568,4.96999979019165,4.739999771118164,4.800000190734863,4.692678470141672,2663200,0.0,0.0,True 2022-10-12 00:00:00-04:00,4.820000171661377,4.929999828338623,4.739999771118164,4.869999885559082,4.76111222505589,2315900,0.0,0.0,True 2022-10-13 00:00:00-04:00,4.699999809265137,4.869999885559082,4.510000228881836,4.829999923706055,4.722007290367353,2753700,0.0,0.0,True 2022-10-14 00:00:00-04:00,4.75,4.789999961853027,4.570000171661377,4.619999885559082,4.5167031646020295,2535000,0.0,0.0,True 2022-10-17 00:00:00-04:00,4.75,4.869999885559082,4.690000057220459,4.730000019073486,4.638299012255951,2209700,0.014,0.0,True 2022-10-18 00:00:00-04:00,4.800000190734863,4.860000133514404,4.679999828338623,4.789999961853027,4.697135466624177,2553900,0.0,0.0,True 2022-10-19 00:00:00-04:00,4.679999828338623,4.71999979019165,4.590000152587891,4.679999828338623,4.5892672825772785,1733100,0.0,0.0,True 2022-10-20 00:00:00-04:00,4.699999809265137,4.909999847412109,4.659999847412109,4.760000228881836,4.667717001021508,2036400,0.0,0.0,True 2022-10-21 00:00:00-04:00,4.809999942779541,4.989999771118164,4.739999771118164,4.96999979019165,4.873644829728858,2383900,0.0,0.0,True 2022-10-24 00:00:00-04:00,4.940000057220459,4.949999809265137,4.800000190734863,4.909999847412109,4.814809329034854,1770500,0.0,0.0,True 2022-10-25 00:00:00-04:00,4.949999809265137,5.03000020980835,4.929999828338623,4.96999979019165,4.873644829728858,2024000,0.0,0.0,True 2022-10-26 00:00:00-04:00,5.039999961853027,5.210000038146973,5.03000020980835,5.110000133514404,5.010931956215538,2661000,0.0,0.0,True 2022-10-27 00:00:00-04:00,5.110000133514404,5.159999847412109,5.010000228881836,5.019999980926514,4.922676082570418,1947500,0.0,0.0,True 2022-10-28 00:00:00-04:00,4.980000019073486,5.019999980926514,4.849999904632568,4.989999771118164,4.893258093804861,1618300,0.0,0.0,True 2022-10-31 00:00:00-04:00,4.96999979019165,5.039999961853027,4.920000076293945,4.949999809265137,4.85403299616419,1416600,0.0,0.0,True 2022-11-01 00:00:00-04:00,5.070000171661377,5.130000114440918,5.010000228881836,5.039999961853027,4.9422893466464215,1020600,0.0,0.0,True 2022-11-02 00:00:00-04:00,5.070000171661377,5.090000152587891,4.699999809265137,4.710000038146973,4.6186857481799475,1952500,0.0,0.0,True 2022-11-03 00:00:00-04:00,4.679999828338623,4.75,4.599999904632568,4.630000114440918,4.540237460247053,2715000,0.0,0.0,True 2022-11-04 00:00:00-04:00,4.809999942779541,5.059999942779541,4.809999942779541,5.059999942779541,4.961900703373978,3263700,0.0,0.0,True 2022-11-07 00:00:00-05:00,5.090000152587891,5.130000114440918,4.96999979019165,5.050000190734863,4.952094548173088,2154700,0.0,0.0,True 2022-11-08 00:00:00-05:00,5.050000190734863,5.400000095367432,4.96999979019165,5.320000171661377,5.216860261759999,4059800,0.0,0.0,True 2022-11-09 00:00:00-05:00,5.300000190734863,5.360000133514404,5.099999904632568,5.110000133514404,5.010931956215538,3394100,0.0,0.0,True 2022-11-10 00:00:00-05:00,5.369999885559082,5.409999847412109,5.210000038146973,5.309999942779541,5.207053629721998,3069600,0.0,0.0,True 2022-11-11 00:00:00-05:00,5.309999942779541,5.320000171661377,5.199999809265137,5.25,5.1482176521908825,1965200,0.0,0.0,True 2022-11-14 00:00:00-05:00,5.260000228881836,5.409999847412109,5.21999979019165,5.289999961853027,5.18744179615733,2432000,0.0,0.0,True 2022-11-15 00:00:00-05:00,5.329999923706055,5.369999885559082,5.170000076293945,5.21999979019165,5.118799186588213,1890600,0.0,0.0,True 2022-11-16 00:00:00-05:00,5.230000019073486,5.28000020980835,5.159999847412109,5.199999809265137,5.099185922512211,1203300,0.0,0.0,True 2022-11-17 00:00:00-05:00,5.110000133514404,5.110000133514404,4.96999979019165,5.079999923706055,4.981512536938645,2306400,0.0,0.0,True 2022-11-18 00:00:00-05:00,5.070000171661377,5.119999885559082,5.0,5.099999904632568,5.001125324177536,1230900,0.0,0.0,True 2022-11-21 00:00:00-05:00,5.050000190734863,5.059999942779541,4.940000057220459,5.0,4.903064249005751,2215900,0.0,0.0,True 2022-11-22 00:00:00-05:00,5.070000171661377,5.320000171661377,5.059999942779541,5.289999961853027,5.18744179615733,2852400,0.0,0.0,True 2022-11-23 00:00:00-05:00,5.309999942779541,5.429999828338623,5.28000020980835,5.400000095367432,5.295309980204229,2943600,0.0,0.0,True 2022-11-25 00:00:00-05:00,5.420000076293945,5.440000057220459,5.25,5.25,5.1482176521908825,1149500,0.0,0.0,True 2022-11-28 00:00:00-05:00,5.239999771118164,5.25,4.949999809265137,4.960000038146973,4.863839628202191,2631800,0.0,0.0,True 2022-11-29 00:00:00-05:00,5.050000190734863,5.119999885559082,4.989999771118164,5.070000171661377,4.9717078122490905,3378400,0.0,0.0,True 2022-11-30 00:00:00-05:00,5.139999866485596,5.25,5.039999961853027,5.199999809265137,5.099185922512211,3146200,0.0,0.0,True 2022-12-01 00:00:00-05:00,5.320000171661377,5.590000152587891,5.320000171661377,5.46999979019165,5.363952112936234,3418600,0.0,0.0,True 2022-12-02 00:00:00-05:00,5.329999923706055,5.480000019073486,5.260000228881836,5.440000057220459,5.334534124170676,2102400,0.0,0.0,True 2022-12-05 00:00:00-05:00,5.420000076293945,5.440000057220459,5.210000038146973,5.260000228881836,5.158024284228884,2411500,0.0,0.0,True 2022-12-06 00:00:00-05:00,5.320000171661377,5.340000152587891,5.179999828338623,5.210000038146973,5.108993508224435,1385700,0.0,0.0,True 2022-12-07 00:00:00-05:00,5.230000019073486,5.369999885559082,5.21999979019165,5.329999923706055,5.226666416960889,2189600,0.0,0.0,True 2022-12-08 00:00:00-05:00,5.389999866485596,5.429999828338623,5.260000228881836,5.309999942779541,5.207053629721998,1700200,0.0,0.0,True 2022-12-09 00:00:00-05:00,5.380000114440918,5.420000076293945,5.21999979019165,5.25,5.1482176521908825,3410300,0.0,0.0,True 2022-12-12 00:00:00-05:00,5.21999979019165,5.21999979019165,5.099999904632568,5.190000057220459,5.089380720985544,2109800,0.0,0.0,True 2022-12-13 00:00:00-05:00,5.389999866485596,5.449999809265137,5.239999771118164,5.329999923706055,5.226666416960889,3381300,0.0,0.0,True 2022-12-14 00:00:00-05:00,5.309999942779541,5.369999885559082,5.099999904632568,5.159999847412109,5.0599622553828745,2845100,0.0,0.0,True 2022-12-15 00:00:00-05:00,5.050000190734863,5.099999904632568,5.010000228881836,5.019999980926514,4.922676082570418,2268900,0.0,0.0,True 2022-12-16 00:00:00-05:00,5.010000228881836,5.119999885559082,4.980000019073486,5.090000152587891,4.991319645813758,4933900,0.0,0.0,True 2022-12-19 00:00:00-05:00,5.099999904632568,5.139999866485596,4.949999809265137,4.96999979019165,4.873644829728858,2382300,0.0,0.0,True 2022-12-20 00:00:00-05:00,5.050000190734863,5.320000171661377,5.03000020980835,5.28000020980835,5.177636117793552,2981800,0.0,0.0,True 2022-12-21 00:00:00-05:00,5.329999923706055,5.360000133514404,5.28000020980835,5.309999942779541,5.207053629721998,1469400,0.0,0.0,True 2022-12-22 00:00:00-05:00,5.28000020980835,5.28000020980835,5.119999885559082,5.25,5.1482176521908825,2091400,0.0,0.0,True 2022-12-23 00:00:00-05:00,5.269999980926514,5.360000133514404,5.150000095367432,5.329999923706055,5.226666416960889,1972500,0.0,0.0,True 2022-12-27 00:00:00-05:00,5.329999923706055,5.599999904632568,5.309999942779541,5.590000152587891,5.481626452184023,2088500,0.0,0.0,True 2022-12-28 00:00:00-05:00,5.480000019073486,5.519999980926514,5.230000019073486,5.239999771118164,5.138411020152882,2343500,0.0,0.0,True 2022-12-29 00:00:00-05:00,5.300000190734863,5.329999923706055,5.230000019073486,5.239999771118164,5.138411020152882,1338300,0.0,0.0,True 2022-12-30 00:00:00-05:00,5.239999771118164,5.269999980926514,5.170000076293945,5.260000228881836,5.158024284228884,1340300,0.0,0.0,True 2023-01-03 00:00:00-05:00,5.349999904632568,5.539999961853027,5.340000152587891,5.429999828338623,5.324727492132675,2515300,0.0,0.0,True 2023-01-04 00:00:00-05:00,5.539999961853027,5.679999828338623,5.460000038146973,5.630000114440918,5.52085059615047,2908700,0.0,0.0,True 2023-01-05 00:00:00-05:00,5.579999923706055,5.710000038146973,5.5,5.699999809265137,5.589493205719586,2963200,0.0,0.0,True 2023-01-06 00:00:00-05:00,5.789999961853027,5.840000152587891,5.699999809265137,5.78000020980835,5.667942447326705,2757000,0.0,0.0,True 2023-01-09 00:00:00-05:00,5.809999942779541,5.880000114440918,5.699999809265137,5.71999979019165,5.6091050392842545,3301700,0.0,0.0,True 2023-01-10 00:00:00-05:00,5.739999771118164,5.769999980926514,5.630000114440918,5.739999771118164,5.628717349686034,1581100,0.0,0.0,True 2023-01-11 00:00:00-05:00,5.75,5.809999942779541,5.670000076293945,5.690000057220459,5.579687050518697,2050600,0.0,0.0,True 2023-01-12 00:00:00-05:00,5.800000190734863,5.849999904632568,5.699999809265137,5.809999942779541,5.697360912929374,1788800,0.0,0.0,True 2023-01-13 00:00:00-05:00,5.809999942779541,5.900000095367432,5.760000228881836,5.849999904632568,5.736585056895821,1933200,0.0,0.0,True 2023-01-17 00:00:00-05:00,5.809999942779541,5.849999904632568,5.670000076293945,5.699999809265137,5.603862215241766,1931600,0.015,0.0,True 2023-01-18 00:00:00-05:00,5.78000020980835,5.840000152587891,5.570000171661377,5.579999923706055,5.485886038102309,1971300,0.0,0.0,True 2023-01-19 00:00:00-05:00,5.599999904632568,5.920000076293945,5.579999923706055,5.889999866485596,5.790657431681646,2334400,0.0,0.0,True 2023-01-20 00:00:00-05:00,5.849999904632568,6.090000152587891,5.809999942779541,6.050000190734863,5.94795931909233,2254900,0.0,0.0,True 2023-01-23 00:00:00-05:00,6.019999980926514,6.050000190734863,5.940000057220459,5.980000019073486,5.879139326117683,1707100,0.0,0.0,True 2023-01-24 00:00:00-05:00,6.0,6.130000114440918,5.880000114440918,6.03000020980835,5.928295987119606,2376300,0.0,0.0,True 2023-01-25 00:00:00-05:00,5.980000019073486,6.210000038146973,5.960000038146973,6.199999809265137,6.095429302098096,1873900,0.0,0.0,True 2023-01-26 00:00:00-05:00,6.199999809265137,6.21999979019165,5.980000019073486,6.010000228881836,5.908633131983992,2457300,0.0,0.0,True 2023-01-27 00:00:00-05:00,5.960000038146973,5.96999979019165,5.809999942779541,5.869999885559082,5.770995053383145,2149900,0.0,0.0,True 2023-01-30 00:00:00-05:00,5.860000133514404,5.880000114440918,5.760000228881836,5.769999980926514,5.672681254542189,1498500,0.0,0.0,True 2023-01-31 00:00:00-05:00,5.739999771118164,5.829999923706055,5.699999809265137,5.789999961853027,5.692344109677803,1776500,0.0,0.0,True 2023-02-01 00:00:00-05:00,5.800000190734863,5.900000095367432,5.670000076293945,5.860000133514404,5.761163148978226,2180800,0.0,0.0,True 2023-02-02 00:00:00-05:00,5.920000076293945,5.940000057220459,5.630000114440918,5.659999847412109,5.564536981807651,2909900,0.0,0.0,True 2023-02-03 00:00:00-05:00,5.570000171661377,5.599999904632568,5.420000076293945,5.460000038146973,5.367909860962851,2779300,0.0,0.0,True 2023-02-06 00:00:00-05:00,5.460000038146973,5.460000038146973,5.360000133514404,5.409999847412109,5.31875319996093,2150400,0.0,0.0,True 2023-02-07 00:00:00-05:00,5.400000095367432,5.53000020980835,5.340000152587891,5.409999847412109,5.31875319996093,2229900,0.0,0.0,True 2023-02-08 00:00:00-05:00,5.420000076293945,5.460000038146973,5.349999904632568,5.400000095367432,5.308922249230235,1553200,0.0,0.0,True 2023-02-09 00:00:00-05:00,5.460000038146973,5.510000228881836,5.239999771118164,5.300000190734863,5.2106094040635025,2262600,0.0,0.0,True 2023-02-10 00:00:00-05:00,5.28000020980835,5.309999942779541,5.21999979019165,5.300000190734863,5.2106094040635025,2087500,0.0,0.0,True 2023-02-13 00:00:00-05:00,5.289999961853027,5.360000133514404,5.269999980926514,5.300000190734863,5.2106094040635025,2303400,0.0,0.0,True 2023-02-14 00:00:00-05:00,5.269999980926514,5.369999885559082,5.199999809265137,5.329999923706055,5.240102733092699,2240700,0.0,0.0,True 2023-02-15 00:00:00-05:00,5.210000038146973,5.210000038146973,5.090000152587891,5.170000076293945,5.082801799356238,2451400,0.0,0.0,True 2023-02-16 00:00:00-05:00,5.119999885559082,5.25,5.070000171661377,5.210000038146973,5.122126555953241,2112400,0.0,0.0,True 2023-02-17 00:00:00-05:00,5.130000114440918,5.179999828338623,5.070000171661377,5.110000133514404,5.023813710786509,1709900,0.0,0.0,True 2023-02-21 00:00:00-05:00,5.110000133514404,5.190000057220459,5.050000190734863,5.079999923706055,4.994318951245978,1721500,0.0,0.0,True 2023-02-22 00:00:00-05:00,5.03000020980835,5.059999942779541,4.800000190734863,4.809999942779541,4.728872791100755,3457200,0.0,0.0,True 2023-02-23 00:00:00-05:00,4.800000190734863,4.849999904632568,4.75,4.800000190734863,4.71904184037006,2562600,0.0,0.0,True 2023-02-24 00:00:00-05:00,4.75,4.829999923706055,4.71999979019165,4.820000171661377,4.738704695505674,2298800,0.0,0.0,True 2023-02-27 00:00:00-05:00,4.829999923706055,4.920000076293945,4.809999942779541,4.880000114440918,4.797693260912514,2419900,0.0,0.0,True 2023-02-28 00:00:00-05:00,4.880000114440918,4.960000038146973,4.820000171661377,4.920000076293945,4.837017540672406,2065800,0.0,0.0,True 2023-03-01 00:00:00-05:00,5.0,5.059999942779541,4.949999809265137,5.03000020980835,4.945162290244056,1653100,0.0,0.0,True 2023-03-02 00:00:00-05:00,5.039999961853027,5.230000019073486,5.039999961853027,5.230000019073486,5.141789887925967,2851700,0.0,0.0,True 2023-03-03 00:00:00-05:00,5.289999961853027,5.320000171661377,5.21999979019165,5.28000020980835,5.190946548927888,1730900,0.0,0.0,True 2023-03-06 00:00:00-05:00,5.239999771118164,5.260000228881836,5.130000114440918,5.139999866485596,5.0533075166528185,1554400,0.0,0.0,True 2023-03-07 00:00:00-05:00,5.099999904632568,5.099999904632568,4.820000171661377,4.880000114440918,4.797693260912514,3066700,0.0,0.0,True 2023-03-08 00:00:00-05:00,4.880000114440918,4.929999828338623,4.78000020980835,4.820000171661377,4.738704695505674,2463300,0.0,0.0,True 2023-03-09 00:00:00-05:00,4.880000114440918,4.949999809265137,4.760000228881836,4.769999980926514,4.68954755766664,2622200,0.0,0.0,True 2023-03-10 00:00:00-05:00,4.869999885559082,5.0,4.690000057220459,4.730000019073486,4.650223277906748,5430600,0.0,0.0,True 2023-03-13 00:00:00-04:00,4.909999847412109,5.099999904632568,4.889999866485596,5.050000190734863,4.9648251453796695,5692800,0.0,0.0,True 2023-03-14 00:00:00-04:00,5.050000190734863,5.199999809265137,4.96999979019165,5.179999828338623,5.092632750086933,3230200,0.0,0.0,True 2023-03-15 00:00:00-04:00,5.239999771118164,5.309999942779541,5.130000114440918,5.300000190734863,5.2106094040635025,6518400,0.0,0.0,True 2023-03-16 00:00:00-04:00,5.309999942779541,5.360000133514404,5.170000076293945,5.360000133514404,5.269597015796119,3325500,0.0,0.0,True 2023-03-17 00:00:00-04:00,5.46999979019165,5.75,5.400000095367432,5.730000019073486,5.633356021108074,7160100,0.0,0.0,True 2023-03-20 00:00:00-04:00,5.739999771118164,5.960000038146973,5.670000076293945,5.949999809265137,5.849645997088487,5667600,0.0,0.0,True 2023-03-21 00:00:00-04:00,5.840000152587891,5.860000133514404,5.53000020980835,5.579999923706055,5.485886038102309,3601300,0.0,0.0,True 2023-03-22 00:00:00-04:00,5.599999904632568,5.739999771118164,5.53000020980835,5.630000114440918,5.53504269910423,2218800,0.0,0.0,True 2023-03-23 00:00:00-04:00,5.679999828338623,5.809999942779541,5.599999904632568,5.630000114440918,5.53504269910423,2531300,0.0,0.0,True 2023-03-24 00:00:00-04:00,5.619999885559082,5.679999828338623,5.519999980926514,5.570000171661377,5.476055087371614,3828100,0.0,0.0,True 2023-03-27 00:00:00-04:00,5.449999809265137,5.659999847412109,5.409999847412109,5.659999847412109,5.564536981807651,2946700,0.0,0.0,True 2023-03-28 00:00:00-04:00,5.699999809265137,5.789999961853027,5.579999923706055,5.789999961853027,5.692344109677803,1925600,0.0,0.0,True 2023-03-29 00:00:00-04:00,5.78000020980835,5.849999904632568,5.71999979019165,5.730000019073486,5.633356021108074,1522600,0.0,0.0,True 2023-03-30 00:00:00-04:00,5.789999961853027,5.860000133514404,5.710000038146973,5.860000133514404,5.761163148978226,2386600,0.0,0.0,True 2023-03-31 00:00:00-04:00,5.860000133514404,5.900000095367432,5.71999979019165,5.809999942779541,5.712006964813416,2616000,0.0,0.0,True 2023-04-03 00:00:00-04:00,5.840000152587891,6.050000190734863,5.769999980926514,5.949999809265137,5.849645997088487,2533800,0.0,0.0,True 2023-04-04 00:00:00-04:00,5.949999809265137,6.150000095367432,5.900000095367432,6.110000133514404,6.006946930824948,2852200,0.0,0.0,True 2023-04-05 00:00:00-04:00,6.170000076293945,6.199999809265137,5.949999809265137,6.039999961853027,5.938127891524524,2069300,0.0,0.0,True 2023-04-06 00:00:00-04:00,6.03000020980835,6.28000020980835,6.0,6.199999809265137,6.095429302098096,2771900,0.0,0.0,True 2023-04-10 00:00:00-04:00,6.130000114440918,6.170000076293945,6.010000228881836,6.099999904632568,5.997115026420029,2318500,0.0,0.0,True 2023-04-11 00:00:00-04:00,6.150000095367432,6.269999980926514,6.139999866485596,6.179999828338623,6.075766446962483,2112300,0.0,0.0,True 2023-04-12 00:00:00-04:00,6.260000228881836,6.28000020980835,6.070000171661377,6.119999885559082,6.016777881555643,2149100,0.0,0.0,True 2023-04-13 00:00:00-04:00,6.159999847412109,6.309999942779541,6.159999847412109,6.269999980926514,6.16424834139852,2928000,0.0,0.0,True 2023-04-14 00:00:00-04:00,6.199999809265137,6.239999771118164,5.929999828338623,6.050000190734863,5.94795931909233,3023100,0.0,0.0,True 2023-04-17 00:00:00-04:00,6.0,6.019999980926514,5.800000190734863,5.880000114440918,5.795194536798907,2097100,0.015,0.0,True 2023-04-18 00:00:00-04:00,5.900000095367432,6.0,5.849999904632568,5.900000095367432,5.814906029319908,2681200,0.0,0.0,True 2023-04-19 00:00:00-04:00,5.769999980926514,5.900000095367432,5.739999771118164,5.829999923706055,5.745915328659294,2419000,0.0,0.0,True 2023-04-20 00:00:00-04:00,5.880000114440918,5.900000095367432,5.800000190734863,5.849999904632568,5.765626821180295,1690300,0.0,0.0,True 2023-04-21 00:00:00-04:00,5.789999961853027,5.820000171661377,5.630000114440918,5.730000019073486,5.64735786605429,2241000,0.0,0.0,True 2023-04-24 00:00:00-04:00,5.75,5.920000076293945,5.699999809265137,5.869999885559082,5.785338790538407,2389700,0.0,0.0,True 2023-04-25 00:00:00-04:00,5.829999923706055,5.840000152587891,5.71999979019165,5.800000190734863,5.7163490435520155,1889400,0.0,0.0,True 2023-04-26 00:00:00-04:00,5.840000152587891,5.869999885559082,5.659999847412109,5.789999961853027,5.706492343617292,2122300,0.0,0.0,True 2023-04-27 00:00:00-04:00,5.78000020980835,5.840000152587891,5.71999979019165,5.840000152587891,5.755771551756906,1329200,0.0,0.0,True 2023-04-28 00:00:00-04:00,5.840000152587891,5.849999904632568,5.699999809265137,5.75,5.667069358575291,1402600,0.0,0.0,True 2023-05-01 00:00:00-04:00,5.849999904632568,5.920000076293945,5.769999980926514,5.789999961853027,5.706492343617292,1588900,0.0,0.0,True 2023-05-02 00:00:00-04:00,5.78000020980835,6.039999961853027,5.71999979019165,6.03000020980835,5.943030730706413,2177100,0.0,0.0,True 2023-05-03 00:00:00-04:00,6.039999961853027,6.130000114440918,5.989999771118164,6.039999961853027,5.9528869538040246,1618100,0.0,0.0,True 2023-05-04 00:00:00-04:00,6.039999961853027,6.159999847412109,6.039999961853027,6.110000133514404,6.021877177627528,2615000,0.0,0.0,True 2023-05-05 00:00:00-04:00,5.949999809265137,6.139999866485596,5.869999885559082,6.119999885559082,6.031732447050916,1406000,0.0,0.0,True 2023-05-08 00:00:00-04:00,6.150000095367432,6.239999771118164,6.119999885559082,6.159999847412109,6.071155908930029,1668000,0.0,0.0,True 2023-05-09 00:00:00-04:00,6.159999847412109,6.159999847412109,5.929999828338623,6.010000228881836,5.923319238185412,4453000,0.0,0.0,True 2023-05-10 00:00:00-04:00,6.03000020980835,6.050000190734863,5.840000152587891,5.960000038146973,5.874040506882911,1979400,0.0,0.0,True 2023-05-11 00:00:00-04:00,5.809999942779541,5.889999866485596,5.699999809265137,5.75,5.667069358575291,3840500,0.0,0.0,True 2023-05-12 00:00:00-04:00,5.739999771118164,5.809999942779541,5.699999809265137,5.739999771118164,5.6572131354776785,2327300,0.0,0.0,True 2023-05-15 00:00:00-04:00,5.78000020980835,5.829999923706055,5.739999771118164,5.75,5.667069358575291,1659800,0.0,0.0,True 2023-05-16 00:00:00-04:00,5.690000057220459,5.739999771118164,5.409999847412109,5.429999828338623,5.351684524565055,2804800,0.0,0.0,True 2023-05-17 00:00:00-04:00,5.420000076293945,5.420000076293945,5.300000190734863,5.360000133514404,5.282694300741553,1751800,0.0,0.0,True 2023-05-18 00:00:00-04:00,5.269999980926514,5.28000020980835,5.130000114440918,5.21999979019165,5.144712899420324,2176100,0.0,0.0,True 2023-05-19 00:00:00-04:00,5.28000020980835,5.349999904632568,5.179999828338623,5.28000020980835,5.203848330657549,2156900,0.0,0.0,True 2023-05-22 00:00:00-04:00,5.28000020980835,5.349999904632568,5.260000228881836,5.309999942779541,5.2334155694390505,1166100,0.0,0.0,True 2023-05-23 00:00:00-04:00,5.269999980926514,5.309999942779541,5.21999979019165,5.260000228881836,5.184136838136549,2387100,0.0,0.0,True 2023-05-24 00:00:00-04:00,5.25,5.260000228881836,5.099999904632568,5.119999885559082,5.046155913652432,1750700,0.0,0.0,True 2023-05-25 00:00:00-04:00,5.079999923706055,5.099999904632568,5.019999980926514,5.070000171661377,4.996876705512818,1777200,0.0,0.0,True 2023-05-26 00:00:00-04:00,5.159999847412109,5.170000076293945,5.070000171661377,5.110000133514404,5.036300644229043,1417800,0.0,0.0,True 2023-05-30 00:00:00-04:00,5.110000133514404,5.150000095367432,5.059999942779541,5.130000114440918,5.056011659912932,2416400,0.0,0.0,True 2023-05-31 00:00:00-04:00,5.139999866485596,5.369999885559082,5.130000114440918,5.349999904632568,5.27283807764394,2275600,0.0,0.0,True 2023-06-01 00:00:00-04:00,5.400000095367432,5.539999961853027,5.360000133514404,5.489999771118164,5.410818525290946,2843100,0.0,0.0,True 2023-06-02 00:00:00-04:00,5.46999979019165,5.489999771118164,5.360000133514404,5.420000076293945,5.341828778304555,2752300,0.0,0.0,True 2023-06-05 00:00:00-04:00,5.420000076293945,5.460000038146973,5.400000095367432,5.420000076293945,5.341828778304555,933900,0.0,0.0,True 2023-06-06 00:00:00-04:00,5.440000057220459,5.449999809265137,5.349999904632568,5.420000076293945,5.341828778304555,1364700,0.0,0.0,True 2023-06-07 00:00:00-04:00,5.420000076293945,5.489999771118164,5.309999942779541,5.349999904632568,5.27283807764394,4217700,0.0,0.0,True 2023-06-08 00:00:00-04:00,5.380000114440918,5.429999828338623,5.320000171661377,5.340000152587891,5.262982808220552,2909800,0.0,0.0,True 2023-06-09 00:00:00-04:00,5.309999942779541,5.309999942779541,5.170000076293945,5.179999828338623,5.105290391215434,2838300,0.0,0.0,True 2023-06-12 00:00:00-04:00,5.03000020980835,5.03000020980835,4.539999961853027,4.949999809265137,4.878607273549702,16635200,0.0,0.0,True 2023-06-13 00:00:00-04:00,5.210000038146973,5.389999866485596,5.199999809265137,5.389999866485596,5.312261539523054,7273600,0.0,0.0,True 2023-06-14 00:00:00-04:00,5.429999828338623,5.510000228881836,5.309999942779541,5.369999885559082,5.292549570164941,3564400,0.0,0.0,True 2023-06-15 00:00:00-04:00,5.269999980926514,5.300000190734863,5.119999885559082,5.170000076293945,5.095434644954934,2772700,0.0,0.0,True 2023-06-16 00:00:00-04:00,5.21999979019165,5.320000171661377,5.139999866485596,5.300000190734863,5.22355982317855,4964000,0.0,0.0,True 2023-06-20 00:00:00-04:00,5.179999828338623,5.199999809265137,5.050000190734863,5.059999942779541,4.987020482415207,1654000,0.0,0.0,True 2023-06-21 00:00:00-04:00,5.0,5.019999980926514,4.949999809265137,4.980000019073486,4.908175466005426,1851200,0.0,0.0,True 2023-06-22 00:00:00-04:00,4.900000095367432,4.96999979019165,4.869999885559082,4.96999979019165,4.8983182892335915,1470400,0.0,0.0,True 2023-06-23 00:00:00-04:00,5.03000020980835,5.110000133514404,4.949999809265137,4.960000038146973,4.888462542973091,1413200,0.0,0.0,True 2023-06-26 00:00:00-04:00,5.019999980926514,5.090000152587891,4.949999809265137,5.039999961853027,4.967309466731317,1228400,0.0,0.0,True 2023-06-27 00:00:00-04:00,5.039999961853027,5.090000152587891,4.949999809265137,4.989999771118164,4.9180302585917035,1519800,0.0,0.0,True 2023-06-28 00:00:00-04:00,4.960000038146973,4.989999771118164,4.880000114440918,4.909999847412109,4.839184765344812,1637000,0.0,0.0,True 2023-06-29 00:00:00-04:00,4.909999847412109,5.0,4.860000133514404,5.0,4.927886481689316,1641100,0.0,0.0,True 2023-06-30 00:00:00-04:00,5.050000190734863,5.130000114440918,4.96999979019165,5.119999885559082,5.046155913652432,1393100,0.0,0.0,True 2023-07-03 00:00:00-04:00,5.110000133514404,5.28000020980835,5.110000133514404,5.28000020980835,5.203848330657549,1031500,0.0,0.0,True 2023-07-05 00:00:00-04:00,5.230000019073486,5.260000228881836,5.019999980926514,5.019999980926514,4.947597974210316,2207600,0.0,0.0,True 2023-07-06 00:00:00-04:00,5.0,5.0,4.929999828338623,4.960000038146973,4.888462542973091,1497100,0.0,0.0,True 2023-07-07 00:00:00-04:00,5.059999942779541,5.239999771118164,5.010000228881836,5.179999828338623,5.105290391215434,2579000,0.0,0.0,True 2023-07-10 00:00:00-04:00,5.179999828338623,5.28000020980835,5.139999866485596,5.260000228881836,5.184136838136549,1880500,0.0,0.0,True 2023-07-11 00:00:00-04:00,5.300000190734863,5.320000171661377,5.230000019073486,5.28000020980835,5.203848330657549,1297100,0.0,0.0,True 2023-07-12 00:00:00-04:00,5.320000171661377,5.590000152587891,5.300000190734863,5.570000171661377,5.489665925886284,3224700,0.0,0.0,True 2023-07-13 00:00:00-04:00,5.639999866485596,5.639999866485596,5.53000020980835,5.570000171661377,5.489665925886284,1845400,0.0,0.0,True 2023-07-14 00:00:00-04:00,5.599999904632568,5.659999847412109,5.539999961853027,5.570000171661377,5.489665925886284,2148600,0.0,0.0,True 2023-07-17 00:00:00-04:00,5.5,5.579999923706055,5.460000038146973,5.510000228881836,5.445194666343343,1216100,0.015,0.0,True 2023-07-18 00:00:00-04:00,5.579999923706055,5.639999866485596,5.539999961853027,5.579999923706055,5.514370856640386,1128500,0.0,0.0,True 2023-07-19 00:00:00-04:00,5.610000133514404,5.699999809265137,5.570000171661377,5.610000133514404,5.544018680893754,1261600,0.0,0.0,True 2023-07-20 00:00:00-04:00,5.610000133514404,5.619999885559082,5.449999809265137,5.449999809265137,5.385900448347941,1316500,0.0,0.0,True 2023-07-21 00:00:00-04:00,5.429999828338623,5.489999771118164,5.409999847412109,5.46999979019165,5.405664869788334,688200,0.0,0.0,True 2023-07-24 00:00:00-04:00,5.480000019073486,5.539999961853027,5.409999847412109,5.46999979019165,5.405664869788334,1100000,0.0,0.0,True 2023-07-25 00:00:00-04:00,5.480000019073486,5.570000171661377,5.449999809265137,5.559999942779541,5.494606435199993,1125200,0.0,0.0,True 2023-07-26 00:00:00-04:00,5.599999904632568,5.599999904632568,5.460000038146973,5.53000020980835,5.464959564620847,1127000,0.0,0.0,True 2023-07-27 00:00:00-04:00,5.449999809265137,5.460000038146973,5.239999771118164,5.25,5.188252896084231,1976700,0.0,0.0,True 2023-07-28 00:00:00-04:00,5.300000190734863,5.340000152587891,5.239999771118164,5.340000152587891,5.277193984658778,1030700,0.0,0.0,True 2023-07-31 00:00:00-04:00,5.360000133514404,5.579999923706055,5.360000133514404,5.550000190734863,5.484724939735464,1688200,0.0,0.0,True 2023-08-01 00:00:00-04:00,5.449999809265137,5.510000228881836,5.389999866485596,5.460000038146973,5.3957828974866935,1864600,0.0,0.0,True 2023-08-02 00:00:00-04:00,5.449999809265137,5.460000038146973,5.25,5.28000020980835,5.2178997666633755,1670800,0.0,0.0,True 2023-08-03 00:00:00-04:00,5.260000228881836,5.289999961853027,5.179999828338623,5.230000019073486,5.168487997806726,1564200,0.0,0.0,True 2023-08-04 00:00:00-04:00,5.260000228881836,5.510000228881836,5.210000038146973,5.360000133514404,5.296958882936282,1827100,0.0,0.0,True 2023-08-07 00:00:00-04:00,5.329999923706055,5.389999866485596,5.260000228881836,5.369999885559082,5.3068408552379225,1088900,0.0,0.0,True 2023-08-08 00:00:00-04:00,5.309999942779541,5.329999923706055,5.21999979019165,5.289999961853027,5.2277822158021285,1549300,0.0,0.0,True 2023-08-09 00:00:00-04:00,5.289999961853027,5.340000152587891,5.260000228881836,5.289999961853027,5.2277822158021285,830700,0.0,0.0,True 2023-08-10 00:00:00-04:00,5.340000152587891,5.380000114440918,5.28000020980835,5.309999942779541,5.247547114079633,1144600,0.0,0.0,True 2023-08-11 00:00:00-04:00,5.28000020980835,5.420000076293945,5.28000020980835,5.340000152587891,5.277193984658778,1095500,0.0,0.0,True 2023-08-14 00:00:00-04:00,5.329999923706055,5.349999904632568,5.230000019073486,5.320000171661377,5.257429563218385,960200,0.0,0.0,True 2023-08-15 00:00:00-04:00,5.300000190734863,5.309999942779541,5.139999866485596,5.159999847412109,5.099311330672572,1371500,0.0,0.0,True 2023-08-16 00:00:00-04:00,5.130000114440918,5.170000076293945,5.099999904632568,5.119999885559082,5.059781534117563,1016300,0.0,0.0,True 2023-08-17 00:00:00-04:00,5.139999866485596,5.179999828338623,5.039999961853027,5.059999942779541,5.00048683928505,1859200,0.0,0.0,True 2023-08-18 00:00:00-04:00,5.03000020980835,5.099999904632568,5.010000228881836,5.099999904632568,5.040016635840058,754000,0.0,0.0,True 2023-08-21 00:00:00-04:00,5.119999885559082,5.150000095367432,5.079999923706055,5.139999866485596,5.079546909232179,930800,0.0,0.0,True 2023-08-22 00:00:00-04:00,5.159999847412109,5.210000038146973,5.110000133514404,5.199999809265137,5.1388401735533575,1253300,0.0,0.0,True 2023-08-23 00:00:00-04:00,5.25,5.389999866485596,5.239999771118164,5.349999904632568,5.287075956960418,1397400,0.0,0.0,True 2023-08-24 00:00:00-04:00,5.300000190734863,5.400000095367432,5.25,5.349999904632568,5.287075956960418,1293100,0.0,0.0,True 2023-08-25 00:00:00-04:00,5.28000020980835,5.360000133514404,5.210000038146973,5.260000228881836,5.198135345222983,1383700,0.0,0.0,True 2023-08-28 00:00:00-04:00,5.289999961853027,5.440000057220459,5.260000228881836,5.420000076293945,5.356253100931684,1183400,0.0,0.0,True 2023-08-29 00:00:00-04:00,5.409999847412109,5.519999980926514,5.360000133514404,5.480000019073486,5.415547318927086,1252100,0.0,0.0,True 2023-08-30 00:00:00-04:00,5.5,5.599999904632568,5.460000038146973,5.489999771118164,5.425429291228727,1112500,0.0,0.0,True 2023-08-31 00:00:00-04:00,5.46999979019165,5.539999961853027,5.329999923706055,5.5,5.435312217204591,3624800,0.0,0.0,True 2023-09-01 00:00:00-04:00,5.579999923706055,5.590000152587891,5.389999866485596,5.400000095367432,5.336488679491291,984900,0.0,0.0,True 2023-09-05 00:00:00-04:00,5.349999904632568,5.360000133514404,5.159999847412109,5.190000057220459,5.128958201251717,1490700,0.0,0.0,True 2023-09-06 00:00:00-04:00,5.179999828338623,5.28000020980835,5.159999847412109,5.210000038146973,5.14872262269211,1250900,0.0,0.0,True 2023-09-07 00:00:00-04:00,5.199999809265137,5.199999809265137,5.139999866485596,5.170000076293945,5.109193779811324,1480300,0.0,0.0,True 2023-09-08 00:00:00-04:00,5.170000076293945,5.25,5.139999866485596,5.139999866485596,5.079546909232179,1374400,0.0,0.0,True 2023-09-11 00:00:00-04:00,5.210000038146973,5.260000228881836,5.159999847412109,5.179999828338623,5.119075752112965,1183300,0.0,0.0,True 2023-09-12 00:00:00-04:00,5.110000133514404,5.199999809265137,5.070000171661377,5.159999847412109,5.099311330672572,1072700,0.0,0.0,True 2023-09-13 00:00:00-04:00,5.170000076293945,5.190000057220459,5.139999866485596,5.170000076293945,5.109193779811324,991800,0.0,0.0,True 2023-09-14 00:00:00-04:00,5.179999828338623,5.239999771118164,5.170000076293945,5.199999809265137,5.1388401735533575,1838500,0.0,0.0,True 2023-09-15 00:00:00-04:00,5.230000019073486,5.309999942779541,5.179999828338623,5.210000038146973,5.14872262269211,3684000,0.0,0.0,True 2023-09-18 00:00:00-04:00,5.230000019073486,5.230000019073486,5.159999847412109,5.159999847412109,5.099311330672572,846600,0.0,0.0,True 2023-09-19 00:00:00-04:00,5.170000076293945,5.190000057220459,5.050000190734863,5.059999942779541,5.00048683928505,1493100,0.0,0.0,True 2023-09-20 00:00:00-04:00,5.090000152587891,5.170000076293945,5.079999923706055,5.110000133514404,5.049899561815923,1305800,0.0,0.0,True 2023-09-21 00:00:00-04:00,5.03000020980835,5.050000190734863,4.940000057220459,4.96999979019165,4.911545273873391,1778600,0.0,0.0,True 2023-09-22 00:00:00-04:00,5.0,5.070000171661377,4.949999809265137,4.960000038146973,4.901662824734639,1162800,0.0,0.0,True 2023-09-25 00:00:00-04:00,4.960000038146973,4.960000038146973,4.840000152587891,4.849999904632568,4.792957314719699,1780500,0.0,0.0,True 2023-09-26 00:00:00-04:00,4.809999942779541,4.829999923706055,4.679999828338623,4.690000057220459,4.634839082173886,1973000,0.0,0.0,True 2023-09-27 00:00:00-04:00,4.699999809265137,4.699999809265137,4.590000152587891,4.650000095367432,4.595309762455988,2174300,0.0,0.0,True 2023-09-28 00:00:00-04:00,4.659999847412109,4.739999771118164,4.639999866485596,4.730000019073486,4.674368878728895,2197600,0.0,0.0,True 2023-09-29 00:00:00-04:00,4.820000171661377,4.829999923706055,4.550000190734863,4.659999847412109,4.605191734757629,3033800,0.0,0.0,True 2023-10-02 00:00:00-04:00,4.610000133514404,4.619999885559082,4.489999771118164,4.510000228881836,4.456955951350569,2000100,0.0,0.0,True 2023-10-03 00:00:00-04:00,4.480000019073486,4.579999923706055,4.429999828338623,4.559999942779541,4.506367720207218,1958600,0.0,0.0,True 2023-10-04 00:00:00-04:00,4.590000152587891,4.590000152587891,4.380000114440918,4.409999847412109,4.35813241363727,2131700,0.0,0.0,True 2023-10-05 00:00:00-04:00,4.289999961853027,4.429999828338623,4.269999980926514,4.429999828338623,4.377896835077662,1663200,0.0,0.0,True 2023-10-06 00:00:00-04:00,4.449999809265137,4.539999961853027,4.360000133514404,4.510000228881836,4.456955951350569,1875800,0.0,0.0,True 2023-10-09 00:00:00-04:00,4.559999942779541,4.599999904632568,4.510000228881836,4.579999923706055,4.526132618484723,1328800,0.0,0.0,True 2023-10-10 00:00:00-04:00,4.599999904632568,4.679999828338623,4.579999923706055,4.639999866485596,4.585426836480124,1585200,0.0,0.0,True 2023-10-11 00:00:00-04:00,4.690000057220459,4.760000228881836,4.639999866485596,4.679999828338623,4.624956156198022,1340700,0.0,0.0,True 2023-10-12 00:00:00-04:00,4.679999828338623,4.710000038146973,4.539999961853027,4.539999961853027,4.486603298766825,979200,0.0,0.0,True 2023-10-13 00:00:00-04:00,4.690000057220459,4.800000190734863,4.670000076293945,4.78000020980835,4.723780647585545,1839700,0.0,0.0,True 2023-10-16 00:00:00-04:00,4.739999771118164,4.860000133514404,4.71999979019165,4.820000171661377,4.778304587116094,1850300,0.015,0.0,True 2023-10-17 00:00:00-04:00,4.820000171661377,4.929999828338623,4.800000190734863,4.920000076293945,4.877439499463295,1546300,0.0,0.0,True 2023-10-18 00:00:00-04:00,5.010000228881836,5.099999904632568,4.840000152587891,4.880000114440918,4.837785725259258,1844500,0.0,0.0,True 2023-10-19 00:00:00-04:00,4.869999885559082,4.909999847412109,4.809999942779541,4.880000114440918,4.837785725259258,1480400,0.0,0.0,True 2023-10-20 00:00:00-04:00,4.900000095367432,4.989999771118164,4.809999942779541,4.820000171661377,4.778304587116094,2034600,0.0,0.0,True 2023-10-23 00:00:00-04:00,4.800000190734863,4.829999923706055,4.699999809265137,4.769999980926514,4.728736892523937,1340700,0.0,0.0,True 2023-10-24 00:00:00-04:00,4.739999771118164,4.789999961853027,4.690000057220459,4.75,4.708910005421919,1661000,0.0,0.0,True 2023-10-25 00:00:00-04:00,4.71999979019165,4.769999980926514,4.610000133514404,4.610000133514404,4.570121318870683,1512700,0.0,0.0,True 2023-10-26 00:00:00-04:00,4.599999904632568,4.610000133514404,4.46999979019165,4.579999923706055,4.540380511380545,1371500,0.0,0.0,True 2023-10-27 00:00:00-04:00,4.579999923706055,4.710000038146973,4.550000190734863,4.710000038146973,4.669256231217884,1830300,0.0,0.0,True 2023-10-30 00:00:00-04:00,4.730000019073486,4.75,4.579999923706055,4.590000152587891,4.550294431768665,1558000,0.0,0.0,True 2023-10-31 00:00:00-04:00,4.599999904632568,4.639999866485596,4.480000019073486,4.559999942779541,4.520553624278527,1725100,0.0,0.0,True 2023-11-01 00:00:00-04:00,4.570000171661377,4.599999904632568,4.46999979019165,4.539999961853027,4.500726737176509,1153800,0.0,0.0,True 2023-11-02 00:00:00-04:00,4.590000152587891,4.590000152587891,4.510000228881836,4.559999942779541,4.520553624278527,1003200,0.0,0.0,True 2023-11-03 00:00:00-04:00,4.630000114440918,4.929999828338623,4.630000114440918,4.880000114440918,4.837785725259258,2752600,0.0,0.0,True 2023-11-06 00:00:00-05:00,4.849999904632568,4.889999866485596,4.789999961853027,4.800000190734863,4.758477700014076,1588700,0.0,0.0,True 2023-11-07 00:00:00-05:00,4.619999885559082,4.710000038146973,4.380000114440918,4.639999866485596,4.59986164952371,3509200,0.0,0.0,True 2023-11-08 00:00:00-05:00,4.619999885559082,4.670000076293945,4.519999980926514,4.559999942779541,4.520553624278527,2187000,0.0,0.0,True 2023-11-09 00:00:00-05:00,4.559999942779541,4.760000228881836,4.5,4.639999866485596,4.59986164952371,1826400,0.0,0.0,True 2023-11-10 00:00:00-05:00,4.590000152587891,4.630000114440918,4.510000228881836,4.559999942779541,4.520553624278527,1227300,0.0,0.0,True 2023-11-13 00:00:00-05:00,4.53000020980835,4.590000152587891,4.480000019073486,4.480000019073486,4.441246075870456,1330200,0.0,0.0,True 2023-11-14 00:00:00-05:00,4.610000133514404,4.699999809265137,4.590000152587891,4.679999828338623,4.639515423727746,1865700,0.0,0.0,True 2023-11-15 00:00:00-05:00,4.679999828338623,4.679999828338623,4.539999961853027,4.570000171661377,4.5304670678295365,1528000,0.0,0.0,True 2023-11-16 00:00:00-05:00,4.610000133514404,4.78000020980835,4.590000152587891,4.650000095367432,4.609775569911831,2103700,0.0,0.0,True 2023-11-17 00:00:00-05:00,4.650000095367432,4.699999809265137,4.590000152587891,4.610000133514404,4.570121318870683,1354200,0.0,0.0,True 2023-11-20 00:00:00-05:00,4.590000152587891,4.650000095367432,4.550000190734863,4.630000114440918,4.589948205972701,1152900,0.0,0.0,True 2023-11-21 00:00:00-05:00,4.71999979019165,4.829999923706055,4.670000076293945,4.690000057220459,4.649429344115866,3723500,0.0,0.0,True 2023-11-22 00:00:00-05:00,4.710000038146973,4.760000228881836,4.679999828338623,4.739999771118164,4.698996561870911,1483100,0.0,0.0,True 2023-11-24 00:00:00-05:00,4.75,4.849999904632568,4.71999979019165,4.820000171661377,4.778304587116094,1031300,0.0,0.0,True 2023-11-27 00:00:00-05:00,4.860000133514404,4.929999828338623,4.820000171661377,4.860000133514404,4.8179593149943525,1743400,0.0,0.0,True 2023-11-28 00:00:00-05:00,4.909999847412109,5.050000190734863,4.860000133514404,5.039999961853027,4.996401298912512,2306900,0.0,0.0,True 2023-11-29 00:00:00-05:00,5.019999980926514,5.059999942779541,4.929999828338623,4.96999979019165,4.9270067172183385,1797200,0.0,0.0,True 2023-11-30 00:00:00-05:00,4.960000038146973,5.010000228881836,4.880000114440918,4.989999771118164,4.946834081157468,2382700,0.0,0.0,True 2023-12-01 00:00:00-05:00,4.989999771118164,5.079999923706055,4.949999809265137,5.079999923706055,5.0360550731165485,2254400,0.0,0.0,True 2023-12-04 00:00:00-05:00,5.010000228881836,5.03000020980835,4.909999847412109,4.980000019073486,4.936921114443571,3342300,0.0,0.0,True 2023-12-05 00:00:00-05:00,4.980000019073486,5.019999980926514,4.820000171661377,4.889999866485596,4.8476986919731555,2515700,0.0,0.0,True 2023-12-06 00:00:00-05:00,4.929999828338623,4.989999771118164,4.880000114440918,4.909999847412109,4.867526055912285,1693500,0.0,0.0,True 2023-12-07 00:00:00-05:00,4.929999828338623,4.929999828338623,4.809999942779541,4.880000114440918,4.837785725259258,1379200,0.0,0.0,True 2023-12-08 00:00:00-05:00,4.840000152587891,4.889999866485596,4.71999979019165,4.800000190734863,4.758477700014076,1917500,0.0,0.0,True 2023-12-11 00:00:00-05:00,4.739999771118164,4.760000228881836,4.679999828338623,4.739999771118164,4.698996561870911,1834600,0.0,0.0,True 2023-12-12 00:00:00-05:00,4.75,4.75,4.480000019073486,4.489999771118164,4.4511590425843535,2803800,0.0,0.0,True 2023-12-13 00:00:00-05:00,4.46999979019165,4.809999942779541,4.429999828338623,4.800000190734863,4.758477700014076,2947100,0.0,0.0,True 2023-12-14 00:00:00-05:00,4.920000076293945,5.079999923706055,4.889999866485596,4.929999828338623,4.887352943014303,2649000,0.0,0.0,True 2023-12-15 00:00:00-05:00,4.920000076293945,4.949999809265137,4.849999904632568,4.860000133514404,4.8179593149943525,3434300,0.0,0.0,True 2023-12-18 00:00:00-05:00,4.940000057220459,4.960000038146973,4.849999904632568,4.889999866485596,4.8476986919731555,1740400,0.0,0.0,True 2023-12-19 00:00:00-05:00,4.909999847412109,5.090000152587891,4.889999866485596,5.070000171661377,5.026142106402651,1790000,0.0,0.0,True 2023-12-20 00:00:00-05:00,5.070000171661377,5.090000152587891,4.960000038146973,4.960000038146973,4.91709327366733,2338800,0.0,0.0,True 2023-12-21 00:00:00-05:00,5.03000020980835,5.090000152587891,5.0,5.059999942779541,5.016228186014531,1433000,0.0,0.0,True 2023-12-22 00:00:00-05:00,5.110000133514404,5.239999771118164,5.099999904632568,5.099999904632568,5.055882437055677,2275700,0.0,0.0,True 2023-12-26 00:00:00-05:00,5.110000133514404,5.179999828338623,5.099999904632568,5.150000095367432,5.105450131647833,783700,0.0,0.0,True 2023-12-27 00:00:00-05:00,5.159999847412109,5.239999771118164,5.130000114440918,5.199999809265137,5.155016872565766,1526600,0.0,0.0,True 2023-12-28 00:00:00-05:00,5.179999828338623,5.210000038146973,5.070000171661377,5.070000171661377,5.026142106402651,1637800,0.0,0.0,True 2023-12-29 00:00:00-05:00,5.059999942779541,5.079999923706055,4.960000038146973,5.03000020980835,4.986488332198615,1774200,0.0,0.0,True 2024-01-02 00:00:00-05:00,5.039999961853027,5.079999923706055,4.920000076293945,4.929999828338623,4.887352943014303,1491700,0.0,0.0,True 2024-01-03 00:00:00-05:00,4.829999923706055,4.849999904632568,4.760000228881836,4.800000190734863,4.758477700014076,1753400,0.0,0.0,True 2024-01-04 00:00:00-05:00,4.829999923706055,4.869999885559082,4.78000020980835,4.860000133514404,4.8179593149943525,1508300,0.0,0.0,True 2024-01-05 00:00:00-05:00,4.860000133514404,4.940000057220459,4.809999942779541,4.840000152587891,4.798131951055223,1576500,0.0,0.0,True 2024-01-08 00:00:00-05:00,4.789999961853027,4.869999885559082,4.710000038146973,4.840000152587891,4.798131951055223,1257000,0.0,0.0,True 2024-01-09 00:00:00-05:00,4.900000095367432,4.920000076293945,4.820000171661377,4.849999904632568,4.808045394606232,1448800,0.0,0.0,True 2024-01-10 00:00:00-05:00,4.860000133514404,4.880000114440918,4.800000190734863,4.829999923706055,4.788218030667102,1366300,0.0,0.0,True 2024-01-11 00:00:00-05:00,4.800000190734863,4.860000133514404,4.699999809265137,4.789999961853027,4.748564256463067,1307600,0.0,0.0,True 2024-01-12 00:00:00-05:00,4.929999828338623,5.110000133514404,4.920000076293945,4.960000038146973,4.917093753814697,2541200,0.0,0.0,False 2024-01-16 00:00:00-05:00,4.900000095367432,4.920000076293945,4.75,4.78000020980835,4.7674431800842285,1994600,0.015,0.0,False 2024-01-17 00:00:00-05:00,4.71999979019165,4.75,4.639999866485596,4.71999979019165,4.7076005935668945,2172300,0.0,0.0,False 2024-01-18 00:00:00-05:00,4.760000228881836,4.760000228881836,4.679999828338623,4.679999828338623,4.667705535888672,1358200,0.0,0.0,False 2024-01-19 00:00:00-05:00,4.739999771118164,4.760000228881836,4.619999885559082,4.760000228881836,4.747496128082275,2368600,0.0,0.0,False 2024-01-22 00:00:00-05:00,4.710000038146973,4.820000171661377,4.670000076293945,4.769999980926514,4.757469177246094,1205100,0.0,0.0,False 2024-01-23 00:00:00-05:00,4.829999923706055,4.889999866485596,4.730000019073486,4.860000133514404,4.847233295440674,2957400,0.0,0.0,False 2024-01-24 00:00:00-05:00,4.940000057220459,4.949999809265137,4.659999847412109,4.670000076293945,4.657732009887695,2092200,0.0,0.0,False 2024-01-25 00:00:00-05:00,4.71999979019165,4.730000019073486,4.659999847412109,4.71999979019165,4.7076005935668945,1430700,0.0,0.0,False 2024-01-26 00:00:00-05:00,4.71999979019165,4.760000228881836,4.659999847412109,4.670000076293945,4.657732009887695,1665100,0.0,0.0,False 2024-01-29 00:00:00-05:00,4.690000057220459,4.739999771118164,4.630000114440918,4.710000038146973,4.697627067565918,1535800,0.0,0.0,False 2024-01-30 00:00:00-05:00,4.710000038146973,4.730000019073486,4.630000114440918,4.639999866485596,4.627810955047607,1509000,0.0,0.0,False 2024-01-31 00:00:00-05:00,4.630000114440918,4.730000019073486,4.550000190734863,4.559999942779541,4.548020839691162,2717100,0.0,0.0,False 2024-02-01 00:00:00-05:00,4.639999866485596,4.71999979019165,4.579999923706055,4.679999828338623,4.667705535888672,2035100,0.0,0.0,False 2024-02-02 00:00:00-05:00,4.590000152587891,4.599999904632568,4.5,4.559999942779541,4.548020839691162,2193200,0.0,0.0,False 2024-02-05 00:00:00-05:00,4.5,4.510000228881836,4.380000114440918,4.429999828338623,4.418362617492676,2837300,0.0,0.0,False 2024-02-06 00:00:00-05:00,4.449999809265137,4.510000228881836,4.420000076293945,4.489999771118164,4.478204727172852,1640000,0.0,0.0,False 2024-02-07 00:00:00-05:00,4.46999979019165,4.5,4.440000057220459,4.449999809265137,4.438309669494629,1371200,0.0,0.0,False 2024-02-08 00:00:00-05:00,4.429999828338623,4.449999809265137,4.380000114440918,4.409999847412109,4.3984150886535645,1487300,0.0,0.0,False 2024-02-09 00:00:00-05:00,4.389999866485596,4.420000076293945,4.349999904632568,4.400000095367432,4.388441562652588,1342100,0.0,0.0,False 2024-02-12 00:00:00-05:00,4.400000095367432,4.5,4.360000133514404,4.460000038146973,4.448283672332764,1590100,0.0,0.0,False 2024-02-13 00:00:00-05:00,4.360000133514404,4.360000133514404,3.9600000381469727,4.039999961853027,4.0293869972229,8035600,0.0,0.0,False 2024-02-14 00:00:00-05:00,4.019999980926514,4.059999942779541,3.9600000381469727,3.9800000190734863,3.9695446491241455,2690300,0.0,0.0,False 2024-02-15 00:00:00-05:00,4.050000190734863,4.130000114440918,4.03000020980835,4.079999923706055,4.069282054901123,2793300,0.0,0.0,False 2024-02-16 00:00:00-05:00,4.099999904632568,4.25,3.990000009536743,4.110000133514404,4.099203109741211,4245100,0.0,0.0,False 2024-02-20 00:00:00-05:00,4.150000095367432,4.199999809265137,4.090000152587891,4.139999866485596,4.129124164581299,2188000,0.0,0.0,False 2024-02-21 00:00:00-05:00,4.139999866485596,4.199999809265137,4.099999904632568,4.179999828338623,4.1690192222595215,1954700,0.0,0.0,False 2024-02-22 00:00:00-05:00,4.179999828338623,4.210000038146973,4.099999904632568,4.119999885559082,4.1091766357421875,2092000,0.0,0.0,False 2024-02-23 00:00:00-05:00,4.130000114440918,4.190000057220459,4.070000171661377,4.170000076293945,4.159045696258545,1503100,0.0,0.0,False 2024-02-26 00:00:00-05:00,4.159999847412109,4.159999847412109,4.039999961853027,4.110000133514404,4.099203109741211,1619200,0.0,0.0,False 2024-02-27 00:00:00-05:00,4.110000133514404,4.139999866485596,4.070000171661377,4.079999923706055,4.069282054901123,1162300,0.0,0.0,False 2024-02-28 00:00:00-05:00,4.079999923706055,4.079999923706055,3.990000009536743,4.0,3.989492177963257,1751900,0.0,0.0,False 2024-02-29 00:00:00-05:00,4.090000152587891,4.199999809265137,4.090000152587891,4.159999847412109,4.14907169342041,3105400,0.0,0.0,False 2024-03-01 00:00:00-05:00,4.199999809265137,4.5,4.159999847412109,4.489999771118164,4.478204727172852,5790900,0.0,0.0,False 2024-03-04 00:00:00-05:00,4.559999942779541,4.659999847412109,4.519999980926514,4.610000133514404,4.5978899002075195,3688400,0.0,0.0,False 2024-03-05 00:00:00-05:00,4.639999866485596,4.679999828338623,4.5,4.53000020980835,4.518100261688232,2841700,0.0,0.0,False 2024-03-06 00:00:00-05:00,4.650000095367432,4.670000076293945,4.559999942779541,4.599999904632568,4.587915897369385,2880500,0.0,0.0,False 2024-03-07 00:00:00-05:00,4.659999847412109,4.690000057220459,4.610000133514404,4.690000057220459,4.677679538726807,2066000,0.0,0.0,False 2024-03-08 00:00:00-05:00,4.71999979019165,4.739999771118164,4.610000133514404,4.639999866485596,4.627810955047607,1807000,0.0,0.0,False 2024-03-11 00:00:00-04:00,4.639999866485596,4.809999942779541,4.599999904632568,4.760000228881836,4.747496128082275,2676100,0.0,0.0,False 2024-03-12 00:00:00-04:00,4.650000095367432,4.760000228881836,4.619999885559082,4.71999979019165,4.7076005935668945,1764400,0.0,0.0,False 2024-03-13 00:00:00-04:00,4.739999771118164,4.920000076293945,4.730000019073486,4.880000114440918,4.867180347442627,2717200,0.0,0.0,False 2024-03-14 00:00:00-04:00,4.840000152587891,4.900000095367432,4.800000190734863,4.889999866485596,4.8771538734436035,2905600,0.0,0.0,False 2024-03-15 00:00:00-04:00,4.880000114440918,5.059999942779541,4.860000133514404,5.03000020980835,5.016786575317383,4240300,0.0,0.0,False 2024-03-18 00:00:00-04:00,5.019999980926514,5.059999942779541,4.929999828338623,4.940000057220459,4.927022933959961,1742900,0.0,0.0,False 2024-03-19 00:00:00-04:00,4.889999866485596,4.96999979019165,4.809999942779541,4.829999923706055,4.817311763763428,1990500,0.0,0.0,False 2024-03-20 00:00:00-04:00,4.800000190734863,5.099999904632568,4.760000228881836,5.03000020980835,5.016786575317383,2473200,0.0,0.0,False 2024-03-21 00:00:00-04:00,5.130000114440918,5.230000019073486,4.980000019073486,4.980000019073486,4.966917991638184,2456100,0.0,0.0,False 2024-03-22 00:00:00-04:00,4.949999809265137,5.039999961853027,4.920000076293945,4.949999809265137,4.9369964599609375,1947500,0.0,0.0,False 2024-03-25 00:00:00-04:00,5.0,5.099999904632568,4.949999809265137,5.0,4.986865043640137,1525500,0.0,0.0,False 2024-03-26 00:00:00-04:00,5.090000152587891,5.099999904632568,4.96999979019165,4.96999979019165,4.956943988800049,1015100,0.0,0.0,False 2024-03-27 00:00:00-04:00,4.989999771118164,5.150000095367432,4.980000019073486,5.139999866485596,5.126497268676758,1212600,0.0,0.0,False 2024-03-28 00:00:00-04:00,5.210000038146973,5.28000020980835,5.139999866485596,5.25,5.236208438873291,2415500,0.0,0.0,False 2024-04-01 00:00:00-04:00,5.340000152587891,5.400000095367432,5.190000057220459,5.239999771118164,5.226234436035156,3769000,0.0,0.0,False 2024-04-02 00:00:00-04:00,5.260000228881836,5.409999847412109,5.239999771118164,5.389999866485596,5.375840663909912,4201700,0.0,0.0,False 2024-04-03 00:00:00-04:00,5.369999885559082,5.550000190734863,5.349999904632568,5.510000228881836,5.49552583694458,2991300,0.0,0.0,False 2024-04-04 00:00:00-04:00,5.519999980926514,5.579999923706055,5.329999923706055,5.360000133514404,5.345919609069824,3616500,0.0,0.0,False 2024-04-05 00:00:00-04:00,5.360000133514404,5.539999961853027,5.320000171661377,5.460000038146973,5.445656776428223,2621500,0.0,0.0,False 2024-04-08 00:00:00-04:00,5.510000228881836,5.559999942779541,5.309999942779541,5.329999923706055,5.315998077392578,2900600,0.0,0.0,False 2024-04-09 00:00:00-04:00,5.5,5.610000133514404,5.449999809265137,5.590000152587891,5.575315475463867,2634900,0.0,0.0,False 2024-04-10 00:00:00-04:00,5.440000057220459,5.559999942779541,5.369999885559082,5.510000228881836,5.49552583694458,4910500,0.0,0.0,False 2024-04-11 00:00:00-04:00,5.559999942779541,5.630000114440918,5.409999847412109,5.449999809265137,5.435682773590088,3645100,0.0,0.0,False 2024-04-12 00:00:00-04:00,5.590000152587891,5.670000076293945,5.309999942779541,5.360000133514404,5.345919609069824,3928000,0.0,0.0,False 2024-04-15 00:00:00-04:00,5.389999866485596,5.429999828338623,5.239999771118164,5.25,5.236208438873291,3595300,0.0,0.0,False 2024-04-16 00:00:00-04:00,5.139999866485596,5.28000020980835,5.099999904632568,5.239999771118164,5.226234436035156,3990800,0.0,0.0,False 2024-04-17 00:00:00-04:00,5.300000190734863,5.440000057220459,5.28000020980835,5.409999847412109,5.395788192749023,2668000,0.0,0.0,False 2024-04-18 00:00:00-04:00,5.440000057220459,5.480000019073486,5.349999904632568,5.409999847412109,5.395788192749023,1573700,0.0,0.0,False 2024-04-19 00:00:00-04:00,5.380000114440918,5.559999942779541,5.380000114440918,5.519999980926514,5.505499362945557,1612000,0.0,0.0,False 2024-04-22 00:00:00-04:00,5.300000190734863,5.409999847412109,5.239999771118164,5.260000228881836,5.246182441711426,2553400,0.0,0.0,False 2024-04-23 00:00:00-04:00,5.230000019073486,5.389999866485596,5.199999809265137,5.360000133514404,5.345919609069824,1602100,0.0,0.0,False 2024-04-24 00:00:00-04:00,5.309999942779541,5.409999847412109,5.309999942779541,5.369999885559082,5.355893135070801,1719100,0.0,0.0,False 2024-04-25 00:00:00-04:00,5.360000133514404,5.539999961853027,5.320000171661377,5.489999771118164,5.4755778312683105,2708000,0.0,0.0,False 2024-04-26 00:00:00-04:00,5.590000152587891,5.639999866485596,5.539999961853027,5.630000114440918,5.61521053314209,2314400,0.0,0.0,False 2024-04-29 00:00:00-04:00,5.639999866485596,5.739999771118164,5.559999942779541,5.659999847412109,5.6451311111450195,2134200,0.0,0.0,False 2024-04-30 00:00:00-04:00,5.489999771118164,5.599999904632568,5.449999809265137,5.460000038146973,5.445656776428223,2616300,0.0,0.0,False 2024-05-01 00:00:00-04:00,5.53000020980835,5.71999979019165,5.519999980926514,5.579999923706055,5.565341472625732,3037900,0.0,0.0,False 2024-05-02 00:00:00-04:00,5.519999980926514,5.679999828338623,5.420000076293945,5.539999961853027,5.52544641494751,3081900,0.0,0.0,False 2024-05-03 00:00:00-04:00,5.539999961853027,5.599999904632568,5.389999866485596,5.429999828338623,5.415735244750977,2253700,0.0,0.0,False 2024-05-06 00:00:00-04:00,5.559999942779541,5.679999828338623,5.559999942779541,5.619999885559082,5.605236530303955,1947400,0.0,0.0,False 2024-05-07 00:00:00-04:00,5.599999904632568,5.670000076293945,5.559999942779541,5.619999885559082,5.605236530303955,1565100,0.0,0.0,False 2024-05-08 00:00:00-04:00,5.550000190734863,5.699999809265137,5.519999980926514,5.599999904632568,5.585289001464844,1568500,0.0,0.0,False 2024-05-09 00:00:00-04:00,5.659999847412109,5.75,5.639999866485596,5.71999979019165,5.7049736976623535,1667700,0.0,0.0,False 2024-05-10 00:00:00-04:00,5.800000190734863,5.800000190734863,5.639999866485596,5.659999847412109,5.6451311111450195,1465700,0.0,0.0,False 2024-05-13 00:00:00-04:00,5.599999904632568,5.679999828338623,5.590000152587891,5.630000114440918,5.61521053314209,1233300,0.0,0.0,False 2024-05-14 00:00:00-04:00,5.670000076293945,5.690000057220459,5.550000190734863,5.599999904632568,5.585289001464844,1445900,0.0,0.0,False 2024-05-15 00:00:00-04:00,5.670000076293945,5.730000019073486,5.559999942779541,5.699999809265137,5.685026168823242,1429600,0.0,0.0,False 2024-05-16 00:00:00-04:00,5.699999809265137,5.739999771118164,5.630000114440918,5.690000057220459,5.675052642822266,1603500,0.0,0.0,False 2024-05-17 00:00:00-04:00,5.789999961853027,5.909999847412109,5.760000228881836,5.909999847412109,5.894474506378174,2113100,0.0,0.0,False 2024-05-20 00:00:00-04:00,5.909999847412109,6.03000020980835,5.820000171661377,6.010000228881836,5.9942121505737305,1848400,0.0,0.0,False 2024-05-21 00:00:00-04:00,5.949999809265137,6.070000171661377,5.909999847412109,6.059999942779541,6.04408073425293,3875900,0.0,0.0,False 2024-05-22 00:00:00-04:00,6.0,6.03000020980835,5.849999904632568,5.900000095367432,5.884500980377197,4007700,0.0,0.0,False 2024-05-23 00:00:00-04:00,5.860000133514404,5.900000095367432,5.71999979019165,5.769999980926514,5.754842281341553,2305600,0.0,0.0,False 2024-05-24 00:00:00-04:00,5.860000133514404,5.869999885559082,5.769999980926514,5.800000190734863,5.784763813018799,863000,0.0,0.0,False 2024-05-28 00:00:00-04:00,5.929999828338623,5.949999809265137,5.829999923706055,5.860000133514404,5.844606399536133,1243500,0.0,0.0,False 2024-05-29 00:00:00-04:00,5.78000020980835,5.809999942779541,5.699999809265137,5.710000038146973,5.695000171661377,1068100,0.0,0.0,False 2024-05-30 00:00:00-04:00,5.710000038146973,5.78000020980835,5.679999828338623,5.710000038146973,5.695000171661377,1038300,0.0,0.0,False 2024-05-31 00:00:00-04:00,5.730000019073486,5.789999961853027,5.610000133514404,5.679999828338623,5.665078639984131,3182300,0.0,0.0,False 2024-06-03 00:00:00-04:00,5.699999809265137,5.710000038146973,5.590000152587891,5.679999828338623,5.665078639984131,1896300,0.0,0.0,False 2024-06-04 00:00:00-04:00,5.619999885559082,5.619999885559082,5.409999847412109,5.46999979019165,5.455630302429199,1731900,0.0,0.0,False 2024-06-05 00:00:00-04:00,5.46999979019165,5.579999923706055,5.409999847412109,5.550000190734863,5.5354204177856445,1611300,0.0,0.0,False 2024-06-06 00:00:00-04:00,5.550000190734863,5.71999979019165,5.550000190734863,5.679999828338623,5.665078639984131,1627200,0.0,0.0,False 2024-06-07 00:00:00-04:00,5.5,5.539999961853027,5.329999923706055,5.349999904632568,5.3359456062316895,3049200,0.0,0.0,False 2024-06-10 00:00:00-04:00,5.389999866485596,5.400000095367432,5.300000190734863,5.400000095367432,5.385814666748047,1693100,0.0,0.0,False 2024-06-11 00:00:00-04:00,5.340000152587891,5.380000114440918,5.300000190734863,5.380000114440918,5.3658671379089355,1618600,0.0,0.0,False 2024-06-12 00:00:00-04:00,5.480000019073486,5.539999961853027,5.340000152587891,5.420000076293945,5.405762195587158,2387800,0.0,0.0,False 2024-06-13 00:00:00-04:00,5.380000114440918,5.449999809265137,5.269999980926514,5.329999923706055,5.315998077392578,2546500,0.0,0.0,False 2024-06-14 00:00:00-04:00,5.420000076293945,5.449999809265137,5.320000171661377,5.440000057220459,5.425709247589111,2462100,0.0,0.0,False 2024-06-17 00:00:00-04:00,5.389999866485596,5.449999809265137,5.329999923706055,5.389999866485596,5.375840663909912,1738700,0.0,0.0,False 2024-06-18 00:00:00-04:00,5.360000133514404,5.489999771118164,5.329999923706055,5.449999809265137,5.435682773590088,1594400,0.0,0.0,False 2024-06-20 00:00:00-04:00,5.46999979019165,5.519999980926514,5.429999828338623,5.480000019073486,5.465604305267334,2688600,0.0,0.0,False 2024-06-21 00:00:00-04:00,5.480000019073486,5.480000019073486,5.360000133514404,5.409999847412109,5.395788192749023,4385100,0.0,0.0,False 2024-06-24 00:00:00-04:00,5.440000057220459,5.480000019073486,5.400000095367432,5.429999828338623,5.415735244750977,1406600,0.0,0.0,False 2024-06-25 00:00:00-04:00,5.389999866485596,5.440000057220459,5.360000133514404,5.420000076293945,5.405762195587158,3203100,0.0,0.0,False 2024-06-26 00:00:00-04:00,5.349999904632568,5.420000076293945,5.349999904632568,5.360000133514404,5.345919609069824,1268900,0.0,0.0,False 2024-06-27 00:00:00-04:00,5.420000076293945,5.46999979019165,5.369999885559082,5.389999866485596,5.375840663909912,1520000,0.0,0.0,False 2024-06-28 00:00:00-04:00,5.440000057220459,5.5,5.360000133514404,5.440000057220459,5.425709247589111,2283800,0.0,0.0,False 2024-07-01 00:00:00-04:00,5.420000076293945,5.5,5.400000095367432,5.400000095367432,5.385814666748047,746100,0.0,0.0,False 2024-07-02 00:00:00-04:00,5.409999847412109,5.519999980926514,5.400000095367432,5.5,5.485551834106445,1725500,0.0,0.0,False 2024-07-03 00:00:00-04:00,5.559999942779541,5.679999828338623,5.559999942779541,5.619999885559082,5.605236530303955,707900,0.0,0.0,False 2024-07-05 00:00:00-04:00,5.579999923706055,5.71999979019165,5.579999923706055,5.630000114440918,5.61521053314209,1544000,0.0,0.0,False 2024-07-08 00:00:00-04:00,5.559999942779541,5.610000133514404,5.5,5.599999904632568,5.585289001464844,1430000,0.0,0.0,False 2024-07-09 00:00:00-04:00,5.590000152587891,5.639999866485596,5.559999942779541,5.579999923706055,5.565341472625732,3187700,0.0,0.0,False 2024-07-10 00:00:00-04:00,5.650000095367432,5.699999809265137,5.630000114440918,5.679999828338623,5.665078639984131,1510300,0.0,0.0,False 2024-07-11 00:00:00-04:00,5.800000190734863,5.849999904632568,5.650000095367432,5.769999980926514,5.754842281341553,1700500,0.0,0.0,False 2024-07-12 00:00:00-04:00,5.760000228881836,5.760000228881836,5.710000038146973,5.75,5.7348952293396,2261800,0.0,0.0,False 2024-07-15 00:00:00-04:00,5.75,5.800000190734863,5.690000057220459,5.710000038146973,5.695000171661377,1008900,0.0,0.0,False 2024-07-16 00:00:00-04:00,5.71999979019165,5.869999885559082,5.699999809265137,5.869999885559082,5.869999885559082,2693800,0.015,0.0,False 2024-07-17 00:00:00-04:00,5.860000133514404,5.909999847412109,5.75,5.75,5.75,2384300,0.0,0.0,False 2024-07-18 00:00:00-04:00,5.78000020980835,5.849999904632568,5.699999809265137,5.840000152587891,5.840000152587891,2477800,0.0,0.0,False 2024-07-19 00:00:00-04:00,5.699999809265137,5.849999904632568,5.670000076293945,5.800000190734863,5.800000190734863,1491700,0.0,0.0,False 2024-07-22 00:00:00-04:00,5.760000228881836,5.800000190734863,5.710000038146973,5.760000228881836,5.760000228881836,834000,0.0,0.0,False 2024-07-23 00:00:00-04:00,5.760000228881836,5.78000020980835,5.710000038146973,5.760000228881836,5.760000228881836,696900,0.0,0.0,False 2024-07-24 00:00:00-04:00,5.75,5.869999885559082,5.71999979019165,5.71999979019165,5.71999979019165,1340400,0.0,0.0,False 2024-07-25 00:00:00-04:00,5.559999942779541,5.670000076293945,5.539999961853027,5.599999904632568,5.599999904632568,1283600,0.0,0.0,False 2024-07-26 00:00:00-04:00,5.639999866485596,5.659999847412109,5.590000152587891,5.599999904632568,5.599999904632568,1255100,0.0,0.0,False 2024-07-29 00:00:00-04:00,5.630000114440918,5.650000095367432,5.550000190734863,5.630000114440918,5.630000114440918,999400,0.0,0.0,False 2024-07-30 00:00:00-04:00,5.639999866485596,5.690000057220459,5.599999904632568,5.650000095367432,5.650000095367432,731200,0.0,0.0,False 2024-07-31 00:00:00-04:00,5.760000228881836,5.800000190734863,5.710000038146973,5.75,5.75,1349800,0.0,0.0,False 2024-08-01 00:00:00-04:00,5.760000228881836,5.769999980926514,5.550000190734863,5.630000114440918,5.630000114440918,1096500,0.0,0.0,False 2024-08-02 00:00:00-04:00,5.630000114440918,5.869999885559082,5.449999809265137,5.489999771118164,5.489999771118164,2078700,0.0,0.0,False 2024-08-05 00:00:00-04:00,5.110000133514404,5.179999828338623,4.920000076293945,5.119999885559082,5.119999885559082,2592000,0.0,0.0,False 2024-08-06 00:00:00-04:00,5.099999904632568,5.21999979019165,5.050000190734863,5.179999828338623,5.179999828338623,1258900,0.0,0.0,False 2024-08-07 00:00:00-04:00,5.239999771118164,5.260000228881836,5.039999961853027,5.039999961853027,5.039999961853027,1153600,0.0,0.0,False 2024-08-08 00:00:00-04:00,5.090000152587891,5.170000076293945,5.03000020980835,5.090000152587891,5.090000152587891,1225800,0.0,0.0,False 2024-08-09 00:00:00-04:00,5.139999866485596,5.150000095367432,5.079999923706055,5.150000095367432,5.150000095367432,1061100,0.0,0.0,False 2024-08-12 00:00:00-04:00,5.150000095367432,5.329999923706055,5.150000095367432,5.28000020980835,5.28000020980835,1907300,0.0,0.0,False 2024-08-13 00:00:00-04:00,5.260000228881836,5.360000133514404,5.260000228881836,5.320000171661377,5.320000171661377,1345500,0.0,0.0,False 2024-08-14 00:00:00-04:00,5.289999961853027,5.309999942779541,5.230000019073486,5.289999961853027,5.289999961853027,968500,0.0,0.0,False 2024-08-15 00:00:00-04:00,5.340000152587891,5.360000133514404,5.239999771118164,5.329999923706055,5.329999923706055,827100,0.0,0.0,False 2024-08-16 00:00:00-04:00,5.389999866485596,5.46999979019165,5.349999904632568,5.46999979019165,5.46999979019165,1394200,0.0,0.0,False 2024-08-19 00:00:00-04:00,5.449999809265137,5.559999942779541,5.449999809265137,5.519999980926514,5.519999980926514,929300,0.0,0.0,False 2024-08-20 00:00:00-04:00,5.570000171661377,5.639999866485596,5.559999942779541,5.599999904632568,5.599999904632568,1064700,0.0,0.0,False 2024-08-21 00:00:00-04:00,5.579999923706055,5.630000114440918,5.53000020980835,5.619999885559082,5.619999885559082,1204300,0.0,0.0,False ================================================ FILE: tests/data/SAND-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-03 00:00:00-05:00,6.139999866485596,6.159999847412109,6.039999961853027,6.039999961853027,5.862922191619873,816600,0.0,0.0 2022-01-04 00:00:00-05:00,6.059999942779541,6.159999847412109,6.0,6.03000020980835,5.853217124938965,1090500,0.0,0.0 2022-01-05 00:00:00-05:00,6.090000152587891,6.199999809265137,5.880000114440918,5.880000114440918,5.707613945007324,1401200,0.0,0.0 2022-01-06 00:00:00-05:00,5.769999980926514,5.820000171661377,5.639999866485596,5.639999866485596,5.474649906158447,1725600,0.0,0.0 2022-01-07 00:00:00-05:00,5.630000114440918,5.699999809265137,5.539999961853027,5.639999866485596,5.474649906158447,3453200,0.0,0.0 2022-01-10 00:00:00-05:00,5.610000133514404,5.869999885559082,5.610000133514404,5.869999885559082,5.697907447814941,3420400,0.0,0.0 2022-01-11 00:00:00-05:00,5.920000076293945,6.139999866485596,5.860000133514404,6.130000114440918,5.9502854347229,1764900,0.0,0.0 2022-01-12 00:00:00-05:00,6.159999847412109,6.239999771118164,6.139999866485596,6.239999771118164,6.057058811187744,1785300,0.0,0.0 2022-01-13 00:00:00-05:00,6.210000038146973,6.269999980926514,6.170000076293945,6.190000057220459,6.008525848388672,1281800,0.0,0.0 2022-01-14 00:00:00-05:00,6.179999828338623,6.199999809265137,6.050000190734863,6.150000095367432,5.969699382781982,1921000,0.0,0.0 2022-01-18 00:00:00-05:00,6.079999923706055,6.150000095367432,5.929999828338623,5.989999771118164,5.829555511474609,1227200,0.016,0.0 2022-01-19 00:00:00-05:00,6.090000152587891,6.53000020980835,6.050000190734863,6.489999771118164,6.316163063049316,2251200,0.0,0.0 2022-01-20 00:00:00-05:00,6.559999942779541,6.599999904632568,6.349999904632568,6.360000133514404,6.189645290374756,1429700,0.0,0.0 2022-01-21 00:00:00-05:00,6.380000114440918,6.409999847412109,6.110000133514404,6.119999885559082,5.95607328414917,1940800,0.0,0.0 2022-01-24 00:00:00-05:00,6.119999885559082,6.119999885559082,5.829999923706055,6.070000171661377,5.907413005828857,2897900,0.0,0.0 2022-01-25 00:00:00-05:00,6.03000020980835,6.28000020980835,5.989999771118164,6.269999980926514,6.102055072784424,2126800,0.0,0.0 2022-01-26 00:00:00-05:00,6.21999979019165,6.349999904632568,5.96999979019165,6.010000228881836,5.849020481109619,2415900,0.0,0.0 2022-01-27 00:00:00-05:00,5.940000057220459,6.050000190734863,5.789999961853027,5.800000190734863,5.644644737243652,2216200,0.0,0.0 2022-01-28 00:00:00-05:00,5.769999980926514,5.840000152587891,5.699999809265137,5.829999923706055,5.67384147644043,1568500,0.0,0.0 2022-01-31 00:00:00-05:00,5.860000133514404,6.019999980926514,5.849999904632568,6.010000228881836,5.849020481109619,1727600,0.0,0.0 2022-02-01 00:00:00-05:00,6.050000190734863,6.190000057220459,6.0,6.059999942779541,5.897680759429932,1561800,0.0,0.0 2022-02-02 00:00:00-05:00,6.079999923706055,6.159999847412109,6.0,6.010000228881836,5.849020481109619,1130400,0.0,0.0 2022-02-03 00:00:00-05:00,5.920000076293945,5.989999771118164,5.820000171661377,5.880000114440918,5.722501754760742,1277700,0.0,0.0 2022-02-04 00:00:00-05:00,5.840000152587891,5.940000057220459,5.800000190734863,5.869999885559082,5.712769508361816,1107300,0.0,0.0 2022-02-07 00:00:00-05:00,5.900000095367432,6.21999979019165,5.900000095367432,6.190000057220459,6.024198532104492,1417500,0.0,0.0 2022-02-08 00:00:00-05:00,6.139999866485596,6.269999980926514,6.139999866485596,6.25,6.082591533660889,1061100,0.0,0.0 2022-02-09 00:00:00-05:00,6.28000020980835,6.309999942779541,6.170000076293945,6.170000076293945,6.004734516143799,1197700,0.0,0.0 2022-02-10 00:00:00-05:00,6.139999866485596,6.28000020980835,6.010000228881836,6.039999961853027,5.878215312957764,1701100,0.0,0.0 2022-02-11 00:00:00-05:00,6.059999942779541,6.510000228881836,6.050000190734863,6.440000057220459,6.2675018310546875,2424100,0.0,0.0 2022-02-14 00:00:00-05:00,6.5,6.650000095367432,6.449999809265137,6.550000190734863,6.374556064605713,2450900,0.0,0.0 2022-02-15 00:00:00-05:00,6.409999847412109,6.480000019073486,6.260000228881836,6.440000057220459,6.2675018310546875,1931300,0.0,0.0 2022-02-16 00:00:00-05:00,6.510000228881836,6.699999809265137,6.510000228881836,6.659999847412109,6.48160982131958,1728900,0.0,0.0 2022-02-17 00:00:00-05:00,6.840000152587891,7.039999961853027,6.679999828338623,6.940000057220459,6.7541093826293945,4059300,0.0,0.0 2022-02-18 00:00:00-05:00,6.949999809265137,7.130000114440918,6.679999828338623,6.820000171661377,6.637324810028076,2967600,0.0,0.0 2022-02-22 00:00:00-05:00,6.849999904632568,6.940000057220459,6.75,6.789999961853027,6.608126640319824,3412200,0.0,0.0 2022-02-23 00:00:00-05:00,6.78000020980835,7.059999942779541,6.75,6.980000019073486,6.793037414550781,3282300,0.0,0.0 2022-02-24 00:00:00-05:00,7.190000057220459,7.230000019073486,6.769999980926514,6.900000095367432,6.71518087387085,4062900,0.0,0.0 2022-02-25 00:00:00-05:00,6.829999923706055,7.090000152587891,6.769999980926514,7.079999923706055,6.890358924865723,2166900,0.0,0.0 2022-02-28 00:00:00-05:00,7.119999885559082,7.199999809265137,6.889999866485596,7.130000114440918,6.939020156860352,2399100,0.0,0.0 2022-03-01 00:00:00-05:00,7.170000076293945,7.53000020980835,7.159999847412109,7.429999828338623,7.230984210968018,2205500,0.0,0.0 2022-03-02 00:00:00-05:00,7.329999923706055,7.480000019073486,7.21999979019165,7.460000038146973,7.2601799964904785,1736600,0.0,0.0 2022-03-03 00:00:00-05:00,7.449999809265137,7.739999771118164,7.429999828338623,7.739999771118164,7.532680988311768,2771700,0.0,0.0 2022-03-04 00:00:00-05:00,7.78000020980835,7.980000019073486,7.650000095367432,7.929999828338623,7.717592239379883,3348200,0.0,0.0 2022-03-07 00:00:00-05:00,7.920000076293945,8.199999809265137,7.739999771118164,8.100000381469727,7.883039474487305,4371500,0.0,0.0 2022-03-08 00:00:00-05:00,8.130000114440918,8.460000038146973,7.900000095367432,8.130000114440918,7.912234783172607,5397800,0.0,0.0 2022-03-09 00:00:00-05:00,7.739999771118164,8.149999618530273,7.599999904632568,8.130000114440918,7.912234783172607,3498600,0.0,0.0 2022-03-10 00:00:00-05:00,8.130000114440918,8.430000305175781,8.109999656677246,8.329999923706055,8.106878280639648,2778700,0.0,0.0 2022-03-11 00:00:00-05:00,8.079999923706055,8.279999732971191,8.050000190734863,8.180000305175781,7.960895538330078,2469500,0.0,0.0 2022-03-14 00:00:00-04:00,8.010000228881836,8.050000190734863,7.599999904632568,7.699999809265137,7.4937520027160645,2391900,0.0,0.0 2022-03-15 00:00:00-04:00,7.489999771118164,7.960000038146973,7.380000114440918,7.849999904632568,7.639734268188477,2083200,0.0,0.0 2022-03-16 00:00:00-04:00,7.840000152587891,7.909999847412109,7.659999847412109,7.880000114440918,7.668931484222412,3644200,0.0,0.0 2022-03-17 00:00:00-04:00,7.989999771118164,8.220000267028809,7.929999828338623,8.0600004196167,7.844109535217285,2385000,0.0,0.0 2022-03-18 00:00:00-04:00,8.010000228881836,8.100000381469727,7.900000095367432,7.960000038146973,7.746788024902344,3768000,0.0,0.0 2022-03-21 00:00:00-04:00,7.989999771118164,8.25,7.989999771118164,8.140000343322754,7.921967506408691,1731500,0.0,0.0 2022-03-22 00:00:00-04:00,8.15999984741211,8.170000076293945,7.900000095367432,8.020000457763672,7.80518102645874,1530400,0.0,0.0 2022-03-23 00:00:00-04:00,8.050000190734863,8.220000267028809,7.989999771118164,8.1899995803833,7.970628261566162,1511400,0.0,0.0 2022-03-24 00:00:00-04:00,8.300000190734863,8.4399995803833,8.140000343322754,8.180000305175781,7.960895538330078,2787900,0.0,0.0 2022-03-25 00:00:00-04:00,8.140000343322754,8.270000457763672,8.050000190734863,8.270000457763672,8.048484802246094,1261700,0.0,0.0 2022-03-28 00:00:00-04:00,8.09000015258789,8.119999885559082,7.860000133514404,7.889999866485596,7.678662300109863,3337200,0.0,0.0 2022-03-29 00:00:00-04:00,7.670000076293945,7.980000019073486,7.53000020980835,7.949999809265137,7.737056255340576,2463100,0.0,0.0 2022-03-30 00:00:00-04:00,8.0,8.149999618530273,8.0,8.069999694824219,7.853842258453369,1531500,0.0,0.0 2022-03-31 00:00:00-04:00,8.069999694824219,8.210000038146973,8.029999732971191,8.079999923706055,7.863574028015137,1474700,0.0,0.0 2022-04-01 00:00:00-04:00,8.010000228881836,8.5,8.010000228881836,8.489999771118164,8.262592315673828,2039100,0.0,0.0 2022-04-04 00:00:00-04:00,8.5,8.609999656677246,8.380000114440918,8.5600004196167,8.330718994140625,2112200,0.0,0.0 2022-04-05 00:00:00-04:00,8.670000076293945,8.890000343322754,8.369999885559082,8.430000305175781,8.20419979095459,3295600,0.0,0.0 2022-04-06 00:00:00-04:00,8.449999809265137,8.550000190734863,8.319999694824219,8.430000305175781,8.20419979095459,1408300,0.0,0.0 2022-04-07 00:00:00-04:00,8.449999809265137,8.640000343322754,8.4399995803833,8.600000381469727,8.369645118713379,1603500,0.0,0.0 2022-04-08 00:00:00-04:00,8.649999618530273,8.829999923706055,8.600000381469727,8.8100004196167,8.574021339416504,1530000,0.0,0.0 2022-04-11 00:00:00-04:00,8.949999809265137,9.020000457763672,8.729999542236328,8.930000305175781,8.69080638885498,2501100,0.0,0.0 2022-04-12 00:00:00-04:00,9.069999694824219,9.130000114440918,8.880000114440918,8.989999771118164,8.749199867248535,3521400,0.0,0.0 2022-04-13 00:00:00-04:00,9.039999961853027,9.180000305175781,8.899999618530273,8.960000038146973,8.720003128051758,3549900,0.0,0.0 2022-04-14 00:00:00-04:00,8.970000267028809,9.010000228881836,8.84000015258789,8.90999984741211,8.671341896057129,1854700,0.0,0.0 2022-04-18 00:00:00-04:00,9.010000228881836,9.0600004196167,8.729999542236328,8.729999542236328,8.511446952819824,1768100,0.016,0.0 2022-04-19 00:00:00-04:00,8.609999656677246,8.720000267028809,8.420000076293945,8.479999542236328,8.267706871032715,1357500,0.0,0.0 2022-04-20 00:00:00-04:00,8.5,8.75,8.369999885559082,8.720000267028809,8.50169849395752,3061900,0.0,0.0 2022-04-21 00:00:00-04:00,8.569999694824219,8.600000381469727,8.109999656677246,8.25,8.043464660644531,2044400,0.0,0.0 2022-04-22 00:00:00-04:00,8.100000381469727,8.300000190734863,7.929999828338623,8.020000457763672,7.8192219734191895,2051000,0.0,0.0 2022-04-25 00:00:00-04:00,7.690000057220459,7.889999866485596,7.53000020980835,7.820000171661377,7.624229431152344,3106700,0.0,0.0 2022-04-26 00:00:00-04:00,7.920000076293945,7.960000038146973,7.690000057220459,7.71999979019165,7.526732444763184,2341700,0.0,0.0 2022-04-27 00:00:00-04:00,7.699999809265137,7.820000171661377,7.550000190734863,7.559999942779541,7.3707380294799805,1823900,0.0,0.0 2022-04-28 00:00:00-04:00,7.590000152587891,7.659999847412109,7.429999828338623,7.619999885559082,7.429235458374023,1975400,0.0,0.0 2022-04-29 00:00:00-04:00,7.75,7.789999961853027,7.409999847412109,7.409999847412109,7.224493503570557,1325200,0.0,0.0 2022-05-02 00:00:00-04:00,7.130000114440918,7.150000095367432,6.599999904632568,6.909999847412109,6.7370100021362305,6369100,0.0,0.0 2022-05-03 00:00:00-04:00,6.940000057220459,7.260000228881836,6.929999828338623,7.210000038146973,7.029500484466553,3663400,0.0,0.0 2022-05-04 00:00:00-04:00,7.199999809265137,7.199999809265137,6.960000038146973,7.179999828338623,7.000250816345215,2647400,0.0,0.0 2022-05-05 00:00:00-04:00,7.320000171661377,7.440000057220459,6.800000190734863,6.900000095367432,6.727261543273926,2224600,0.0,0.0 2022-05-06 00:00:00-04:00,6.789999961853027,6.869999885559082,6.659999847412109,6.71999979019165,6.551767349243164,1796900,0.0,0.0 2022-05-09 00:00:00-04:00,6.53000020980835,6.570000171661377,6.309999942779541,6.340000152587891,6.181281089782715,3497300,0.0,0.0 2022-05-10 00:00:00-04:00,6.440000057220459,6.519999980926514,6.119999885559082,6.28000020980835,6.1227827072143555,2974600,0.0,0.0 2022-05-11 00:00:00-04:00,6.420000076293945,6.53000020980835,6.199999809265137,6.269999980926514,6.113032341003418,2582500,0.0,0.0 2022-05-12 00:00:00-04:00,6.150000095367432,6.269999980926514,5.820000171661377,5.940000057220459,5.791294097900391,3307400,0.0,0.0 2022-05-13 00:00:00-04:00,5.949999809265137,6.289999961853027,5.909999847412109,6.190000057220459,6.035035133361816,2070600,0.0,0.0 2022-05-16 00:00:00-04:00,6.199999809265137,6.309999942779541,6.150000095367432,6.210000038146973,6.0545334815979,1734400,0.0,0.0 2022-05-17 00:00:00-04:00,6.340000152587891,6.429999828338623,6.25,6.360000133514404,6.200780391693115,1464600,0.0,0.0 2022-05-18 00:00:00-04:00,6.320000171661377,6.369999885559082,6.139999866485596,6.150000095367432,5.996037483215332,2007100,0.0,0.0 2022-05-19 00:00:00-04:00,6.309999942779541,6.590000152587891,6.28000020980835,6.539999961853027,6.376273155212402,1934600,0.0,0.0 2022-05-20 00:00:00-04:00,6.539999961853027,6.579999923706055,6.360000133514404,6.480000019073486,6.317775726318359,1495100,0.0,0.0 2022-05-23 00:00:00-04:00,6.619999885559082,6.690000057220459,6.429999828338623,6.510000228881836,6.347023963928223,1454700,0.0,0.0 2022-05-24 00:00:00-04:00,6.510000228881836,6.71999979019165,6.440000057220459,6.699999809265137,6.532267093658447,1983200,0.0,0.0 2022-05-25 00:00:00-04:00,6.570000171661377,6.670000076293945,6.510000228881836,6.650000095367432,6.4835205078125,1450300,0.0,0.0 2022-05-26 00:00:00-04:00,6.630000114440918,6.699999809265137,6.510000228881836,6.599999904632568,6.4347710609436035,1768800,0.0,0.0 2022-05-27 00:00:00-04:00,6.690000057220459,6.730000019073486,6.550000190734863,6.659999847412109,6.493269443511963,1131800,0.0,0.0 2022-05-31 00:00:00-04:00,6.699999809265137,6.78000020980835,6.510000228881836,6.599999904632568,6.4347710609436035,1830700,0.0,0.0 2022-06-01 00:00:00-04:00,6.599999904632568,6.75,6.559999942779541,6.610000133514404,6.444520473480225,1424500,0.0,0.0 2022-06-02 00:00:00-04:00,6.679999828338623,7.059999942779541,6.679999828338623,7.019999980926514,6.844257354736328,1530600,0.0,0.0 2022-06-03 00:00:00-04:00,6.949999809265137,7.070000171661377,6.880000114440918,6.909999847412109,6.7370100021362305,1492200,0.0,0.0 2022-06-06 00:00:00-04:00,6.960000038146973,6.980000019073486,6.690000057220459,6.730000019073486,6.561517238616943,1420900,0.0,0.0 2022-06-07 00:00:00-04:00,6.71999979019165,6.869999885559082,6.699999809265137,6.860000133514404,6.688262939453125,1427200,0.0,0.0 2022-06-08 00:00:00-04:00,6.800000190734863,6.980000019073486,6.699999809265137,6.880000114440918,6.707761764526367,1649700,0.0,0.0 2022-06-09 00:00:00-04:00,6.820000171661377,6.840000152587891,6.550000190734863,6.570000171661377,6.405521869659424,1425400,0.0,0.0 2022-06-10 00:00:00-04:00,6.429999828338623,6.909999847412109,6.400000095367432,6.829999923706055,6.659012794494629,3362300,0.0,0.0 2022-06-13 00:00:00-04:00,6.579999923706055,6.630000114440918,6.260000228881836,6.309999942779541,6.152031421661377,3161800,0.0,0.0 2022-06-14 00:00:00-04:00,6.289999961853027,6.349999904632568,6.039999961853027,6.130000114440918,5.976537704467773,1985400,0.0,0.0 2022-06-15 00:00:00-04:00,6.289999961853027,6.349999904632568,6.119999885559082,6.260000228881836,6.103283882141113,2494200,0.0,0.0 2022-06-16 00:00:00-04:00,6.199999809265137,6.489999771118164,6.110000133514404,6.429999828338623,6.269027233123779,3647600,0.0,0.0 2022-06-17 00:00:00-04:00,6.400000095367432,6.420000076293945,6.239999771118164,6.369999885559082,6.210529327392578,2887500,0.0,0.0 2022-06-21 00:00:00-04:00,6.360000133514404,6.559999942779541,6.329999923706055,6.400000095367432,6.2397780418396,2002100,0.0,0.0 2022-06-22 00:00:00-04:00,6.389999866485596,6.480000019073486,6.28000020980835,6.289999961853027,6.132531642913818,1532300,0.0,0.0 2022-06-23 00:00:00-04:00,6.25,6.340000152587891,5.960000038146973,6.019999980926514,5.86929178237915,1609100,0.0,0.0 2022-06-24 00:00:00-04:00,6.03000020980835,6.260000228881836,5.940000057220459,6.21999979019165,6.064283847808838,1401500,0.0,0.0 2022-06-27 00:00:00-04:00,6.260000228881836,6.440000057220459,6.179999828338623,6.400000095367432,6.2397780418396,1656100,0.0,0.0 2022-06-28 00:00:00-04:00,6.449999809265137,6.480000019073486,6.190000057220459,6.230000019073486,6.074033737182617,1084200,0.0,0.0 2022-06-29 00:00:00-04:00,6.309999942779541,6.369999885559082,6.119999885559082,6.190000057220459,6.035035133361816,1226500,0.0,0.0 2022-06-30 00:00:00-04:00,6.130000114440918,6.199999809265137,5.929999828338623,5.949999809265137,5.80104398727417,1199600,0.0,0.0 2022-07-01 00:00:00-04:00,5.849999904632568,6.21999979019165,5.809999942779541,6.190000057220459,6.035035133361816,1363900,0.0,0.0 2022-07-05 00:00:00-04:00,6.099999904632568,6.119999885559082,5.78000020980835,5.920000076293945,5.77179479598999,1995000,0.0,0.0 2022-07-06 00:00:00-04:00,5.929999828338623,6.019999980926514,5.630000114440918,5.739999771118164,5.59630012512207,1709800,0.0,0.0 2022-07-07 00:00:00-04:00,5.769999980926514,6.0,5.760000228881836,5.809999942779541,5.664548397064209,1313100,0.0,0.0 2022-07-08 00:00:00-04:00,5.809999942779541,5.880000114440918,5.679999828338623,5.769999980926514,5.625550270080566,1078800,0.0,0.0 2022-07-11 00:00:00-04:00,5.690000057220459,5.869999885559082,5.659999847412109,5.690000057220459,5.547552585601807,1096400,0.0,0.0 2022-07-12 00:00:00-04:00,5.690000057220459,5.739999771118164,5.53000020980835,5.579999923706055,5.440307140350342,1245800,0.0,0.0 2022-07-13 00:00:00-04:00,5.510000228881836,5.840000152587891,5.510000228881836,5.75,5.606050491333008,1572900,0.0,0.0 2022-07-14 00:00:00-04:00,5.519999980926514,5.590000152587891,5.329999923706055,5.559999942779541,5.420807838439941,2185800,0.0,0.0 2022-07-15 00:00:00-04:00,5.619999885559082,5.619999885559082,5.320000171661377,5.480000019073486,5.34281063079834,1542800,0.0,0.0 2022-07-18 00:00:00-04:00,5.519999980926514,5.710000038146973,5.519999980926514,5.539999961853027,5.416132926940918,1206200,0.015,0.0 2022-07-19 00:00:00-04:00,5.53000020980835,5.75,5.53000020980835,5.619999885559082,5.494344711303711,1208400,0.0,0.0 2022-07-20 00:00:00-04:00,5.579999923706055,5.730000019073486,5.440000057220459,5.449999809265137,5.328144550323486,1655500,0.0,0.0 2022-07-21 00:00:00-04:00,5.5,5.610000133514404,5.449999809265137,5.570000171661377,5.445463180541992,1561300,0.0,0.0 2022-07-22 00:00:00-04:00,5.610000133514404,5.820000171661377,5.480000019073486,5.5,5.37702751159668,1794400,0.0,0.0 2022-07-25 00:00:00-04:00,5.5,5.519999980926514,5.340000152587891,5.409999847412109,5.289039134979248,1579500,0.0,0.0 2022-07-26 00:00:00-04:00,5.420000076293945,5.570000171661377,5.420000076293945,5.550000190734863,5.425909519195557,1209100,0.0,0.0 2022-07-27 00:00:00-04:00,5.539999961853027,5.730000019073486,5.449999809265137,5.670000076293945,5.543227195739746,1451100,0.0,0.0 2022-07-28 00:00:00-04:00,5.75,6.010000228881836,5.730000019073486,5.929999828338623,5.7974138259887695,2114900,0.0,0.0 2022-07-29 00:00:00-04:00,5.940000057220459,6.0,5.789999961853027,5.949999809265137,5.8169660568237305,1138500,0.0,0.0 2022-08-01 00:00:00-04:00,5.980000019073486,5.989999771118164,5.829999923706055,5.909999847412109,5.777860641479492,749200,0.0,0.0 2022-08-02 00:00:00-04:00,5.96999979019165,6.039999961853027,5.769999980926514,5.769999980926514,5.6409912109375,1362600,0.0,0.0 2022-08-03 00:00:00-04:00,5.809999942779541,5.809999942779541,5.610000133514404,5.639999866485596,5.51389741897583,997300,0.0,0.0 2022-08-04 00:00:00-04:00,5.679999828338623,5.989999771118164,5.659999847412109,5.889999866485596,5.758307456970215,1377700,0.0,0.0 2022-08-05 00:00:00-04:00,5.739999771118164,5.849999904632568,5.650000095367432,5.840000152587891,5.709425926208496,932400,0.0,0.0 2022-08-08 00:00:00-04:00,5.960000038146973,6.110000133514404,5.949999809265137,6.050000190734863,5.914731025695801,1058900,0.0,0.0 2022-08-09 00:00:00-04:00,6.110000133514404,6.130000114440918,5.929999828338623,6.010000228881836,5.875624656677246,877000,0.0,0.0 2022-08-10 00:00:00-04:00,6.070000171661377,6.150000095367432,5.96999979019165,6.03000020980835,5.895177364349365,997900,0.0,0.0 2022-08-11 00:00:00-04:00,6.110000133514404,6.199999809265137,5.989999771118164,6.010000228881836,5.875624656677246,1087000,0.0,0.0 2022-08-12 00:00:00-04:00,6.150000095367432,6.449999809265137,6.139999866485596,6.400000095367432,6.2569050788879395,1486800,0.0,0.0 2022-08-15 00:00:00-04:00,6.25,6.260000228881836,6.039999961853027,6.110000133514404,5.973389148712158,1816500,0.0,0.0 2022-08-16 00:00:00-04:00,6.099999904632568,6.230000019073486,6.050000190734863,6.199999809265137,6.061376571655273,1229700,0.0,0.0 2022-08-17 00:00:00-04:00,6.159999847412109,6.21999979019165,5.860000133514404,5.880000114440918,5.748531818389893,1961800,0.0,0.0 2022-08-18 00:00:00-04:00,5.880000114440918,6.010000228881836,5.880000114440918,5.980000019073486,5.846295356750488,799500,0.0,0.0 2022-08-19 00:00:00-04:00,5.900000095367432,5.929999828338623,5.800000190734863,5.809999942779541,5.68009614944458,1571000,0.0,0.0 2022-08-22 00:00:00-04:00,5.730000019073486,5.920000076293945,5.71999979019165,5.920000076293945,5.787636756896973,1366800,0.0,0.0 2022-08-23 00:00:00-04:00,5.929999828338623,6.199999809265137,5.929999828338623,6.070000171661377,5.934283256530762,1572300,0.0,0.0 2022-08-24 00:00:00-04:00,6.090000152587891,6.21999979019165,6.0,6.21999979019165,6.080929279327393,946300,0.0,0.0 2022-08-25 00:00:00-04:00,6.269999980926514,6.300000190734863,6.170000076293945,6.239999771118164,6.1004815101623535,1169200,0.0,0.0 2022-08-26 00:00:00-04:00,6.210000038146973,6.269999980926514,5.889999866485596,5.940000057220459,5.80718994140625,1390800,0.0,0.0 2022-08-29 00:00:00-04:00,5.880000114440918,6.019999980926514,5.840000152587891,5.929999828338623,5.7974138259887695,1157500,0.0,0.0 2022-08-30 00:00:00-04:00,5.900000095367432,5.900000095367432,5.71999979019165,5.739999771118164,5.611660480499268,1350300,0.0,0.0 2022-08-31 00:00:00-04:00,5.690000057220459,5.789999961853027,5.630000114440918,5.659999847412109,5.533450603485107,1594200,0.0,0.0 2022-09-01 00:00:00-04:00,5.570000171661377,5.610000133514404,5.340000152587891,5.340000152587891,5.220604419708252,2177800,0.0,0.0 2022-09-02 00:00:00-04:00,5.46999979019165,5.699999809265137,5.380000114440918,5.590000152587891,5.465015411376953,1896800,0.0,0.0 2022-09-06 00:00:00-04:00,5.590000152587891,5.849999904632568,5.590000152587891,5.670000076293945,5.543227195739746,1686300,0.0,0.0 2022-09-07 00:00:00-04:00,5.639999866485596,6.039999961853027,5.559999942779541,6.0,5.865848064422607,2085400,0.0,0.0 2022-09-08 00:00:00-04:00,5.920000076293945,6.0,5.820000171661377,5.940000057220459,5.80718994140625,1219800,0.0,0.0 2022-09-09 00:00:00-04:00,6.039999961853027,6.139999866485596,5.980000019073486,6.110000133514404,5.973389148712158,912300,0.0,0.0 2022-09-12 00:00:00-04:00,6.320000171661377,6.679999828338623,6.260000228881836,6.400000095367432,6.2569050788879395,6332500,0.0,0.0 2022-09-13 00:00:00-04:00,6.139999866485596,6.550000190734863,6.119999885559082,6.449999809265137,6.305787086486816,4531500,0.0,0.0 2022-09-14 00:00:00-04:00,6.449999809265137,6.71999979019165,6.440000057220459,6.519999980926514,6.374220848083496,2843000,0.0,0.0 2022-09-15 00:00:00-04:00,6.429999828338623,6.46999979019165,6.110000133514404,6.230000019073486,6.090705394744873,3342200,0.0,0.0 2022-09-16 00:00:00-04:00,6.139999866485596,6.260000228881836,6.0,6.0,5.865848064422607,12956000,0.0,0.0 2022-09-19 00:00:00-04:00,5.96999979019165,6.340000152587891,5.940000057220459,6.309999942779541,6.168917179107666,2746800,0.0,0.0 2022-09-20 00:00:00-04:00,6.25,6.25,6.070000171661377,6.150000095367432,6.0124945640563965,1355300,0.0,0.0 2022-09-21 00:00:00-04:00,6.260000228881836,6.389999866485596,6.050000190734863,6.179999828338623,6.041823863983154,1679700,0.0,0.0 2022-09-22 00:00:00-04:00,6.239999771118164,6.340000152587891,6.070000171661377,6.079999923706055,5.9440598487854,1291200,0.0,0.0 2022-09-23 00:00:00-04:00,5.900000095367432,5.929999828338623,5.539999961853027,5.590000152587891,5.465015411376953,2903100,0.0,0.0 2022-09-26 00:00:00-04:00,5.539999961853027,5.619999885559082,5.260000228881836,5.360000133514404,5.240158557891846,2313100,0.0,0.0 2022-09-27 00:00:00-04:00,5.5,5.630000114440918,5.449999809265137,5.570000171661377,5.445463180541992,2612900,0.0,0.0 2022-09-28 00:00:00-04:00,5.039999961853027,5.139999866485596,5.010000228881836,5.050000190734863,4.937088966369629,13087300,0.0,0.0 2022-09-29 00:00:00-04:00,5.010000228881836,5.070000171661377,4.920000076293945,5.070000171661377,4.956642150878906,6395700,0.0,0.0 2022-09-30 00:00:00-04:00,5.039999961853027,5.25,5.0,5.170000076293945,5.054405689239502,6061600,0.0,0.0 2022-10-03 00:00:00-04:00,5.300000190734863,5.360000133514404,5.190000057220459,5.269999980926514,5.152170658111572,5409100,0.0,0.0 2022-10-04 00:00:00-04:00,5.349999904632568,5.539999961853027,5.329999923706055,5.389999866485596,5.269487380981445,5342400,0.0,0.0 2022-10-05 00:00:00-04:00,5.260000228881836,5.269999980926514,5.059999942779541,5.179999828338623,5.064182281494141,3413200,0.0,0.0 2022-10-06 00:00:00-04:00,5.139999866485596,5.260000228881836,5.110000133514404,5.21999979019165,5.103288173675537,2440700,0.0,0.0 2022-10-07 00:00:00-04:00,5.130000114440918,5.179999828338623,4.880000114440918,4.900000095367432,4.790441989898682,3113900,0.0,0.0 2022-10-10 00:00:00-04:00,4.860000133514404,4.989999771118164,4.789999961853027,4.800000190734863,4.692678928375244,2056400,0.0,0.0 2022-10-11 00:00:00-04:00,4.849999904632568,4.96999979019165,4.739999771118164,4.800000190734863,4.692678928375244,2663200,0.0,0.0 2022-10-12 00:00:00-04:00,4.820000171661377,4.929999828338623,4.739999771118164,4.869999885559082,4.761112689971924,2315900,0.0,0.0 2022-10-13 00:00:00-04:00,4.699999809265137,4.869999885559082,4.510000228881836,4.829999923706055,4.722007751464844,2753700,0.0,0.0 2022-10-14 00:00:00-04:00,4.75,4.789999961853027,4.570000171661377,4.619999885559082,4.5167036056518555,2535000,0.0,0.0 2022-10-17 00:00:00-04:00,4.75,4.869999885559082,4.690000057220459,4.730000019073486,4.638299465179443,2209700,0.014,0.0 2022-10-18 00:00:00-04:00,4.800000190734863,4.860000133514404,4.679999828338623,4.789999961853027,4.697135925292969,2553900,0.0,0.0 2022-10-19 00:00:00-04:00,4.679999828338623,4.71999979019165,4.590000152587891,4.679999828338623,4.589267730712891,1733100,0.0,0.0 2022-10-20 00:00:00-04:00,4.699999809265137,4.909999847412109,4.659999847412109,4.760000228881836,4.667717456817627,2036400,0.0,0.0 2022-10-21 00:00:00-04:00,4.809999942779541,4.989999771118164,4.739999771118164,4.96999979019165,4.873645305633545,2383900,0.0,0.0 2022-10-24 00:00:00-04:00,4.940000057220459,4.949999809265137,4.800000190734863,4.909999847412109,4.814809799194336,1770500,0.0,0.0 2022-10-25 00:00:00-04:00,4.949999809265137,5.03000020980835,4.929999828338623,4.96999979019165,4.873645305633545,2024000,0.0,0.0 2022-10-26 00:00:00-04:00,5.039999961853027,5.210000038146973,5.03000020980835,5.110000133514404,5.010932445526123,2661000,0.0,0.0 2022-10-27 00:00:00-04:00,5.110000133514404,5.159999847412109,5.010000228881836,5.019999980926514,4.9226765632629395,1947500,0.0,0.0 2022-10-28 00:00:00-04:00,4.980000019073486,5.019999980926514,4.849999904632568,4.989999771118164,4.893258571624756,1618300,0.0,0.0 2022-10-31 00:00:00-04:00,4.96999979019165,5.039999961853027,4.920000076293945,4.949999809265137,4.854033470153809,1416600,0.0,0.0 2022-11-01 00:00:00-04:00,5.070000171661377,5.130000114440918,5.010000228881836,5.039999961853027,4.94228982925415,1020600,0.0,0.0 2022-11-02 00:00:00-04:00,5.070000171661377,5.090000152587891,4.699999809265137,4.710000038146973,4.618686199188232,1952500,0.0,0.0 2022-11-03 00:00:00-04:00,4.679999828338623,4.75,4.599999904632568,4.630000114440918,4.540237903594971,2715000,0.0,0.0 2022-11-04 00:00:00-04:00,4.809999942779541,5.059999942779541,4.809999942779541,5.059999942779541,4.9619011878967285,3263700,0.0,0.0 2022-11-07 00:00:00-05:00,5.090000152587891,5.130000114440918,4.96999979019165,5.050000190734863,4.952095031738281,2154700,0.0,0.0 2022-11-08 00:00:00-05:00,5.050000190734863,5.400000095367432,4.96999979019165,5.320000171661377,5.216860771179199,4059800,0.0,0.0 2022-11-09 00:00:00-05:00,5.300000190734863,5.360000133514404,5.099999904632568,5.110000133514404,5.010932445526123,3394100,0.0,0.0 2022-11-10 00:00:00-05:00,5.369999885559082,5.409999847412109,5.210000038146973,5.309999942779541,5.207054138183594,3069600,0.0,0.0 2022-11-11 00:00:00-05:00,5.309999942779541,5.320000171661377,5.199999809265137,5.25,5.148218154907227,1965200,0.0,0.0 2022-11-14 00:00:00-05:00,5.260000228881836,5.409999847412109,5.21999979019165,5.289999961853027,5.187442302703857,2432000,0.0,0.0 2022-11-15 00:00:00-05:00,5.329999923706055,5.369999885559082,5.170000076293945,5.21999979019165,5.118799686431885,1890600,0.0,0.0 2022-11-16 00:00:00-05:00,5.230000019073486,5.28000020980835,5.159999847412109,5.199999809265137,5.099186420440674,1203300,0.0,0.0 2022-11-17 00:00:00-05:00,5.110000133514404,5.110000133514404,4.96999979019165,5.079999923706055,4.981513023376465,2306400,0.0,0.0 2022-11-18 00:00:00-05:00,5.070000171661377,5.119999885559082,5.0,5.099999904632568,5.001125812530518,1230900,0.0,0.0 2022-11-21 00:00:00-05:00,5.050000190734863,5.059999942779541,4.940000057220459,5.0,4.903064727783203,2215900,0.0,0.0 2022-11-22 00:00:00-05:00,5.070000171661377,5.320000171661377,5.059999942779541,5.289999961853027,5.187442302703857,2852400,0.0,0.0 2022-11-23 00:00:00-05:00,5.309999942779541,5.429999828338623,5.28000020980835,5.400000095367432,5.2953104972839355,2943600,0.0,0.0 2022-11-25 00:00:00-05:00,5.420000076293945,5.440000057220459,5.25,5.25,5.148218154907227,1149500,0.0,0.0 2022-11-28 00:00:00-05:00,5.239999771118164,5.25,4.949999809265137,4.960000038146973,4.863840103149414,2631800,0.0,0.0 2022-11-29 00:00:00-05:00,5.050000190734863,5.119999885559082,4.989999771118164,5.070000171661377,4.971708297729492,3378400,0.0,0.0 2022-11-30 00:00:00-05:00,5.139999866485596,5.25,5.039999961853027,5.199999809265137,5.099186420440674,3146200,0.0,0.0 2022-12-01 00:00:00-05:00,5.320000171661377,5.590000152587891,5.320000171661377,5.46999979019165,5.36395263671875,3418600,0.0,0.0 2022-12-02 00:00:00-05:00,5.329999923706055,5.480000019073486,5.260000228881836,5.440000057220459,5.334534645080566,2102400,0.0,0.0 2022-12-05 00:00:00-05:00,5.420000076293945,5.440000057220459,5.210000038146973,5.260000228881836,5.158024787902832,2411500,0.0,0.0 2022-12-06 00:00:00-05:00,5.320000171661377,5.340000152587891,5.179999828338623,5.210000038146973,5.108994007110596,1385700,0.0,0.0 2022-12-07 00:00:00-05:00,5.230000019073486,5.369999885559082,5.21999979019165,5.329999923706055,5.2266669273376465,2189600,0.0,0.0 2022-12-08 00:00:00-05:00,5.389999866485596,5.429999828338623,5.260000228881836,5.309999942779541,5.207054138183594,1700200,0.0,0.0 2022-12-09 00:00:00-05:00,5.380000114440918,5.420000076293945,5.21999979019165,5.25,5.148218154907227,3410300,0.0,0.0 2022-12-12 00:00:00-05:00,5.21999979019165,5.21999979019165,5.099999904632568,5.190000057220459,5.089381217956543,2109800,0.0,0.0 2022-12-13 00:00:00-05:00,5.389999866485596,5.449999809265137,5.239999771118164,5.329999923706055,5.2266669273376465,3381300,0.0,0.0 2022-12-14 00:00:00-05:00,5.309999942779541,5.369999885559082,5.099999904632568,5.159999847412109,5.059962749481201,2845100,0.0,0.0 2022-12-15 00:00:00-05:00,5.050000190734863,5.099999904632568,5.010000228881836,5.019999980926514,4.9226765632629395,2268900,0.0,0.0 2022-12-16 00:00:00-05:00,5.010000228881836,5.119999885559082,4.980000019073486,5.090000152587891,4.9913201332092285,4933900,0.0,0.0 2022-12-19 00:00:00-05:00,5.099999904632568,5.139999866485596,4.949999809265137,4.96999979019165,4.873645305633545,2382300,0.0,0.0 2022-12-20 00:00:00-05:00,5.050000190734863,5.320000171661377,5.03000020980835,5.28000020980835,5.177636623382568,2981800,0.0,0.0 2022-12-21 00:00:00-05:00,5.329999923706055,5.360000133514404,5.28000020980835,5.309999942779541,5.207054138183594,1469400,0.0,0.0 2022-12-22 00:00:00-05:00,5.28000020980835,5.28000020980835,5.119999885559082,5.25,5.148218154907227,2091400,0.0,0.0 2022-12-23 00:00:00-05:00,5.269999980926514,5.360000133514404,5.150000095367432,5.329999923706055,5.2266669273376465,1972500,0.0,0.0 2022-12-27 00:00:00-05:00,5.329999923706055,5.599999904632568,5.309999942779541,5.590000152587891,5.481626987457275,2088500,0.0,0.0 2022-12-28 00:00:00-05:00,5.480000019073486,5.519999980926514,5.230000019073486,5.239999771118164,5.138411521911621,2343500,0.0,0.0 2022-12-29 00:00:00-05:00,5.300000190734863,5.329999923706055,5.230000019073486,5.239999771118164,5.138411521911621,1338300,0.0,0.0 2022-12-30 00:00:00-05:00,5.239999771118164,5.269999980926514,5.170000076293945,5.260000228881836,5.158024787902832,1340300,0.0,0.0 2023-01-03 00:00:00-05:00,5.349999904632568,5.539999961853027,5.340000152587891,5.429999828338623,5.324728012084961,2515300,0.0,0.0 2023-01-04 00:00:00-05:00,5.539999961853027,5.679999828338623,5.460000038146973,5.630000114440918,5.520851135253906,2908700,0.0,0.0 2023-01-05 00:00:00-05:00,5.579999923706055,5.710000038146973,5.5,5.699999809265137,5.589493751525879,2963200,0.0,0.0 2023-01-06 00:00:00-05:00,5.789999961853027,5.840000152587891,5.699999809265137,5.78000020980835,5.667943000793457,2757000,0.0,0.0 2023-01-09 00:00:00-05:00,5.809999942779541,5.880000114440918,5.699999809265137,5.71999979019165,5.609105587005615,3301700,0.0,0.0 2023-01-10 00:00:00-05:00,5.739999771118164,5.769999980926514,5.630000114440918,5.739999771118164,5.62871789932251,1581100,0.0,0.0 2023-01-11 00:00:00-05:00,5.75,5.809999942779541,5.670000076293945,5.690000057220459,5.579687595367432,2050600,0.0,0.0 2023-01-12 00:00:00-05:00,5.800000190734863,5.849999904632568,5.699999809265137,5.809999942779541,5.697361469268799,1788800,0.0,0.0 2023-01-13 00:00:00-05:00,5.809999942779541,5.900000095367432,5.760000228881836,5.849999904632568,5.73658561706543,1933200,0.0,0.0 2023-01-17 00:00:00-05:00,5.809999942779541,5.849999904632568,5.670000076293945,5.699999809265137,5.603862762451172,1931600,0.015,0.0 2023-01-18 00:00:00-05:00,5.78000020980835,5.840000152587891,5.570000171661377,5.579999923706055,5.485886573791504,1971300,0.0,0.0 2023-01-19 00:00:00-05:00,5.599999904632568,5.920000076293945,5.579999923706055,5.889999866485596,5.790657997131348,2334400,0.0,0.0 2023-01-20 00:00:00-05:00,5.849999904632568,6.090000152587891,5.809999942779541,6.050000190734863,5.947959899902344,2254900,0.0,0.0 2023-01-23 00:00:00-05:00,6.019999980926514,6.050000190734863,5.940000057220459,5.980000019073486,5.8791399002075195,1707100,0.0,0.0 2023-01-24 00:00:00-05:00,6.0,6.130000114440918,5.880000114440918,6.03000020980835,5.9282965660095215,2376300,0.0,0.0 2023-01-25 00:00:00-05:00,5.980000019073486,6.210000038146973,5.960000038146973,6.199999809265137,6.09542989730835,1873900,0.0,0.0 2023-01-26 00:00:00-05:00,6.199999809265137,6.21999979019165,5.980000019073486,6.010000228881836,5.908633708953857,2457300,0.0,0.0 2023-01-27 00:00:00-05:00,5.960000038146973,5.96999979019165,5.809999942779541,5.869999885559082,5.770995616912842,2149900,0.0,0.0 2023-01-30 00:00:00-05:00,5.860000133514404,5.880000114440918,5.760000228881836,5.769999980926514,5.67268180847168,1498500,0.0,0.0 2023-01-31 00:00:00-05:00,5.739999771118164,5.829999923706055,5.699999809265137,5.789999961853027,5.692344665527344,1776500,0.0,0.0 2023-02-01 00:00:00-05:00,5.800000190734863,5.900000095367432,5.670000076293945,5.860000133514404,5.761163711547852,2180800,0.0,0.0 2023-02-02 00:00:00-05:00,5.920000076293945,5.940000057220459,5.630000114440918,5.659999847412109,5.564537525177002,2909900,0.0,0.0 2023-02-03 00:00:00-05:00,5.570000171661377,5.599999904632568,5.420000076293945,5.460000038146973,5.367910385131836,2779300,0.0,0.0 2023-02-06 00:00:00-05:00,5.460000038146973,5.460000038146973,5.360000133514404,5.409999847412109,5.318753719329834,2150400,0.0,0.0 2023-02-07 00:00:00-05:00,5.400000095367432,5.53000020980835,5.340000152587891,5.409999847412109,5.318753719329834,2229900,0.0,0.0 2023-02-08 00:00:00-05:00,5.420000076293945,5.460000038146973,5.349999904632568,5.400000095367432,5.30892276763916,1553200,0.0,0.0 2023-02-09 00:00:00-05:00,5.460000038146973,5.510000228881836,5.239999771118164,5.300000190734863,5.2106099128723145,2262600,0.0,0.0 2023-02-10 00:00:00-05:00,5.28000020980835,5.309999942779541,5.21999979019165,5.300000190734863,5.2106099128723145,2087500,0.0,0.0 2023-02-13 00:00:00-05:00,5.289999961853027,5.360000133514404,5.269999980926514,5.300000190734863,5.2106099128723145,2303400,0.0,0.0 2023-02-14 00:00:00-05:00,5.269999980926514,5.369999885559082,5.199999809265137,5.329999923706055,5.240103244781494,2240700,0.0,0.0 2023-02-15 00:00:00-05:00,5.210000038146973,5.210000038146973,5.090000152587891,5.170000076293945,5.0828022956848145,2451400,0.0,0.0 2023-02-16 00:00:00-05:00,5.119999885559082,5.25,5.070000171661377,5.210000038146973,5.122127056121826,2112400,0.0,0.0 2023-02-17 00:00:00-05:00,5.130000114440918,5.179999828338623,5.070000171661377,5.110000133514404,5.0238142013549805,1709900,0.0,0.0 2023-02-21 00:00:00-05:00,5.110000133514404,5.190000057220459,5.050000190734863,5.079999923706055,4.994319438934326,1721500,0.0,0.0 2023-02-22 00:00:00-05:00,5.03000020980835,5.059999942779541,4.800000190734863,4.809999942779541,4.728873252868652,3457200,0.0,0.0 2023-02-23 00:00:00-05:00,4.800000190734863,4.849999904632568,4.75,4.800000190734863,4.7190423011779785,2562600,0.0,0.0 2023-02-24 00:00:00-05:00,4.75,4.829999923706055,4.71999979019165,4.820000171661377,4.738705158233643,2298800,0.0,0.0 2023-02-27 00:00:00-05:00,4.829999923706055,4.920000076293945,4.809999942779541,4.880000114440918,4.797693729400635,2419900,0.0,0.0 2023-02-28 00:00:00-05:00,4.880000114440918,4.960000038146973,4.820000171661377,4.920000076293945,4.837018013000488,2065800,0.0,0.0 2023-03-01 00:00:00-05:00,5.0,5.059999942779541,4.949999809265137,5.03000020980835,4.945162773132324,1653100,0.0,0.0 2023-03-02 00:00:00-05:00,5.039999961853027,5.230000019073486,5.039999961853027,5.230000019073486,5.141790390014648,2851700,0.0,0.0 2023-03-03 00:00:00-05:00,5.289999961853027,5.320000171661377,5.21999979019165,5.28000020980835,5.19094705581665,1730900,0.0,0.0 2023-03-06 00:00:00-05:00,5.239999771118164,5.260000228881836,5.130000114440918,5.139999866485596,5.053308010101318,1554400,0.0,0.0 2023-03-07 00:00:00-05:00,5.099999904632568,5.099999904632568,4.820000171661377,4.880000114440918,4.797693729400635,3066700,0.0,0.0 2023-03-08 00:00:00-05:00,4.880000114440918,4.929999828338623,4.78000020980835,4.820000171661377,4.738705158233643,2463300,0.0,0.0 2023-03-09 00:00:00-05:00,4.880000114440918,4.949999809265137,4.760000228881836,4.769999980926514,4.689548015594482,2622200,0.0,0.0 2023-03-10 00:00:00-05:00,4.869999885559082,5.0,4.690000057220459,4.730000019073486,4.650223731994629,5430600,0.0,0.0 2023-03-13 00:00:00-04:00,4.909999847412109,5.099999904632568,4.889999866485596,5.050000190734863,4.964825630187988,5692800,0.0,0.0 2023-03-14 00:00:00-04:00,5.050000190734863,5.199999809265137,4.96999979019165,5.179999828338623,5.092633247375488,3230200,0.0,0.0 2023-03-15 00:00:00-04:00,5.239999771118164,5.309999942779541,5.130000114440918,5.300000190734863,5.2106099128723145,6518400,0.0,0.0 2023-03-16 00:00:00-04:00,5.309999942779541,5.360000133514404,5.170000076293945,5.360000133514404,5.26959753036499,3325500,0.0,0.0 2023-03-17 00:00:00-04:00,5.46999979019165,5.75,5.400000095367432,5.730000019073486,5.63335657119751,7160100,0.0,0.0 2023-03-20 00:00:00-04:00,5.739999771118164,5.960000038146973,5.670000076293945,5.949999809265137,5.84964656829834,5667600,0.0,0.0 2023-03-21 00:00:00-04:00,5.840000152587891,5.860000133514404,5.53000020980835,5.579999923706055,5.485886573791504,3601300,0.0,0.0 2023-03-22 00:00:00-04:00,5.599999904632568,5.739999771118164,5.53000020980835,5.630000114440918,5.535043239593506,2218800,0.0,0.0 2023-03-23 00:00:00-04:00,5.679999828338623,5.809999942779541,5.599999904632568,5.630000114440918,5.535043239593506,2531300,0.0,0.0 2023-03-24 00:00:00-04:00,5.619999885559082,5.679999828338623,5.519999980926514,5.570000171661377,5.47605562210083,3828100,0.0,0.0 2023-03-27 00:00:00-04:00,5.449999809265137,5.659999847412109,5.409999847412109,5.659999847412109,5.564537525177002,2946700,0.0,0.0 2023-03-28 00:00:00-04:00,5.699999809265137,5.789999961853027,5.579999923706055,5.789999961853027,5.692344665527344,1925600,0.0,0.0 2023-03-29 00:00:00-04:00,5.78000020980835,5.849999904632568,5.71999979019165,5.730000019073486,5.63335657119751,1522600,0.0,0.0 2023-03-30 00:00:00-04:00,5.789999961853027,5.860000133514404,5.710000038146973,5.860000133514404,5.761163711547852,2386600,0.0,0.0 2023-03-31 00:00:00-04:00,5.860000133514404,5.900000095367432,5.71999979019165,5.809999942779541,5.712007522583008,2616000,0.0,0.0 2023-04-03 00:00:00-04:00,5.840000152587891,6.050000190734863,5.769999980926514,5.949999809265137,5.84964656829834,2533800,0.0,0.0 2023-04-04 00:00:00-04:00,5.949999809265137,6.150000095367432,5.900000095367432,6.110000133514404,6.0069475173950195,2852200,0.0,0.0 2023-04-05 00:00:00-04:00,6.170000076293945,6.199999809265137,5.949999809265137,6.039999961853027,5.938128471374512,2069300,0.0,0.0 2023-04-06 00:00:00-04:00,6.03000020980835,6.28000020980835,6.0,6.199999809265137,6.09542989730835,2771900,0.0,0.0 2023-04-10 00:00:00-04:00,6.130000114440918,6.170000076293945,6.010000228881836,6.099999904632568,5.997115612030029,2318500,0.0,0.0 2023-04-11 00:00:00-04:00,6.150000095367432,6.269999980926514,6.139999866485596,6.179999828338623,6.0757670402526855,2112300,0.0,0.0 2023-04-12 00:00:00-04:00,6.260000228881836,6.28000020980835,6.070000171661377,6.119999885559082,6.016778469085693,2149100,0.0,0.0 2023-04-13 00:00:00-04:00,6.159999847412109,6.309999942779541,6.159999847412109,6.269999980926514,6.164248943328857,2928000,0.0,0.0 2023-04-14 00:00:00-04:00,6.199999809265137,6.239999771118164,5.929999828338623,6.050000190734863,5.947959899902344,3023100,0.0,0.0 2023-04-17 00:00:00-04:00,6.0,6.019999980926514,5.800000190734863,5.880000114440918,5.79519510269165,2097100,0.015,0.0 2023-04-18 00:00:00-04:00,5.900000095367432,6.0,5.849999904632568,5.900000095367432,5.814906597137451,2681200,0.0,0.0 2023-04-19 00:00:00-04:00,5.769999980926514,5.900000095367432,5.739999771118164,5.829999923706055,5.74591588973999,2419000,0.0,0.0 2023-04-20 00:00:00-04:00,5.880000114440918,5.900000095367432,5.800000190734863,5.849999904632568,5.765627384185791,1690300,0.0,0.0 2023-04-21 00:00:00-04:00,5.789999961853027,5.820000171661377,5.630000114440918,5.730000019073486,5.647358417510986,2241000,0.0,0.0 2023-04-24 00:00:00-04:00,5.75,5.920000076293945,5.699999809265137,5.869999885559082,5.78533935546875,2389700,0.0,0.0 2023-04-25 00:00:00-04:00,5.829999923706055,5.840000152587891,5.71999979019165,5.800000190734863,5.7163496017456055,1889400,0.0,0.0 2023-04-26 00:00:00-04:00,5.840000152587891,5.869999885559082,5.659999847412109,5.789999961853027,5.706492900848389,2122300,0.0,0.0 2023-04-27 00:00:00-04:00,5.78000020980835,5.840000152587891,5.71999979019165,5.840000152587891,5.755772113800049,1329200,0.0,0.0 2023-04-28 00:00:00-04:00,5.840000152587891,5.849999904632568,5.699999809265137,5.75,5.667069911956787,1402600,0.0,0.0 2023-05-01 00:00:00-04:00,5.849999904632568,5.920000076293945,5.769999980926514,5.789999961853027,5.706492900848389,1588900,0.0,0.0 2023-05-02 00:00:00-04:00,5.78000020980835,6.039999961853027,5.71999979019165,6.03000020980835,5.943031311035156,2177100,0.0,0.0 2023-05-03 00:00:00-04:00,6.039999961853027,6.130000114440918,5.989999771118164,6.039999961853027,5.952887535095215,1618100,0.0,0.0 2023-05-04 00:00:00-04:00,6.039999961853027,6.159999847412109,6.039999961853027,6.110000133514404,6.021877765655518,2615000,0.0,0.0 2023-05-05 00:00:00-04:00,5.949999809265137,6.139999866485596,5.869999885559082,6.119999885559082,6.03173303604126,1406000,0.0,0.0 2023-05-08 00:00:00-04:00,6.150000095367432,6.239999771118164,6.119999885559082,6.159999847412109,6.0711565017700195,1668000,0.0,0.0 2023-05-09 00:00:00-04:00,6.159999847412109,6.159999847412109,5.929999828338623,6.010000228881836,5.9233198165893555,4453000,0.0,0.0 2023-05-10 00:00:00-04:00,6.03000020980835,6.050000190734863,5.840000152587891,5.960000038146973,5.8740410804748535,1979400,0.0,0.0 2023-05-11 00:00:00-04:00,5.809999942779541,5.889999866485596,5.699999809265137,5.75,5.667069911956787,3840500,0.0,0.0 2023-05-12 00:00:00-04:00,5.739999771118164,5.809999942779541,5.699999809265137,5.739999771118164,5.6572136878967285,2327300,0.0,0.0 2023-05-15 00:00:00-04:00,5.78000020980835,5.829999923706055,5.739999771118164,5.75,5.667069911956787,1659800,0.0,0.0 2023-05-16 00:00:00-04:00,5.690000057220459,5.739999771118164,5.409999847412109,5.429999828338623,5.351685047149658,2804800,0.0,0.0 2023-05-17 00:00:00-04:00,5.420000076293945,5.420000076293945,5.300000190734863,5.360000133514404,5.2826948165893555,1751800,0.0,0.0 2023-05-18 00:00:00-04:00,5.269999980926514,5.28000020980835,5.130000114440918,5.21999979019165,5.144713401794434,2176100,0.0,0.0 2023-05-19 00:00:00-04:00,5.28000020980835,5.349999904632568,5.179999828338623,5.28000020980835,5.203848838806152,2156900,0.0,0.0 2023-05-22 00:00:00-04:00,5.28000020980835,5.349999904632568,5.260000228881836,5.309999942779541,5.2334160804748535,1166100,0.0,0.0 2023-05-23 00:00:00-04:00,5.269999980926514,5.309999942779541,5.21999979019165,5.260000228881836,5.184137344360352,2387100,0.0,0.0 2023-05-24 00:00:00-04:00,5.25,5.260000228881836,5.099999904632568,5.119999885559082,5.046156406402588,1750700,0.0,0.0 2023-05-25 00:00:00-04:00,5.079999923706055,5.099999904632568,5.019999980926514,5.070000171661377,4.996877193450928,1777200,0.0,0.0 2023-05-26 00:00:00-04:00,5.159999847412109,5.170000076293945,5.070000171661377,5.110000133514404,5.036301136016846,1417800,0.0,0.0 2023-05-30 00:00:00-04:00,5.110000133514404,5.150000095367432,5.059999942779541,5.130000114440918,5.056012153625488,2416400,0.0,0.0 2023-05-31 00:00:00-04:00,5.139999866485596,5.369999885559082,5.130000114440918,5.349999904632568,5.272838592529297,2275600,0.0,0.0 2023-06-01 00:00:00-04:00,5.400000095367432,5.539999961853027,5.360000133514404,5.489999771118164,5.410819053649902,2843100,0.0,0.0 2023-06-02 00:00:00-04:00,5.46999979019165,5.489999771118164,5.360000133514404,5.420000076293945,5.341829299926758,2752300,0.0,0.0 2023-06-05 00:00:00-04:00,5.420000076293945,5.460000038146973,5.400000095367432,5.420000076293945,5.341829299926758,933900,0.0,0.0 2023-06-06 00:00:00-04:00,5.440000057220459,5.449999809265137,5.349999904632568,5.420000076293945,5.341829299926758,1364700,0.0,0.0 2023-06-07 00:00:00-04:00,5.420000076293945,5.489999771118164,5.309999942779541,5.349999904632568,5.272838592529297,4217700,0.0,0.0 2023-06-08 00:00:00-04:00,5.380000114440918,5.429999828338623,5.320000171661377,5.340000152587891,5.262983322143555,2909800,0.0,0.0 2023-06-09 00:00:00-04:00,5.309999942779541,5.309999942779541,5.170000076293945,5.179999828338623,5.10529088973999,2838300,0.0,0.0 2023-06-12 00:00:00-04:00,5.03000020980835,5.03000020980835,4.539999961853027,4.949999809265137,4.878607749938965,16635200,0.0,0.0 2023-06-13 00:00:00-04:00,5.210000038146973,5.389999866485596,5.199999809265137,5.389999866485596,5.312262058258057,7273600,0.0,0.0 2023-06-14 00:00:00-04:00,5.429999828338623,5.510000228881836,5.309999942779541,5.369999885559082,5.292550086975098,3564400,0.0,0.0 2023-06-15 00:00:00-04:00,5.269999980926514,5.300000190734863,5.119999885559082,5.170000076293945,5.09543514251709,2772700,0.0,0.0 2023-06-16 00:00:00-04:00,5.21999979019165,5.320000171661377,5.139999866485596,5.300000190734863,5.223560333251953,4964000,0.0,0.0 2023-06-20 00:00:00-04:00,5.179999828338623,5.199999809265137,5.050000190734863,5.059999942779541,4.987020969390869,1654000,0.0,0.0 2023-06-21 00:00:00-04:00,5.0,5.019999980926514,4.949999809265137,4.980000019073486,4.908175945281982,1851200,0.0,0.0 2023-06-22 00:00:00-04:00,4.900000095367432,4.96999979019165,4.869999885559082,4.96999979019165,4.898318767547607,1470400,0.0,0.0 2023-06-23 00:00:00-04:00,5.03000020980835,5.110000133514404,4.949999809265137,4.960000038146973,4.888463020324707,1413200,0.0,0.0 2023-06-26 00:00:00-04:00,5.019999980926514,5.090000152587891,4.949999809265137,5.039999961853027,4.967309951782227,1228400,0.0,0.0 2023-06-27 00:00:00-04:00,5.039999961853027,5.090000152587891,4.949999809265137,4.989999771118164,4.918030738830566,1519800,0.0,0.0 2023-06-28 00:00:00-04:00,4.960000038146973,4.989999771118164,4.880000114440918,4.909999847412109,4.8391852378845215,1637000,0.0,0.0 2023-06-29 00:00:00-04:00,4.909999847412109,5.0,4.860000133514404,5.0,4.927886962890625,1641100,0.0,0.0 2023-06-30 00:00:00-04:00,5.050000190734863,5.130000114440918,4.96999979019165,5.119999885559082,5.046156406402588,1393100,0.0,0.0 2023-07-03 00:00:00-04:00,5.110000133514404,5.28000020980835,5.110000133514404,5.28000020980835,5.203848838806152,1031500,0.0,0.0 2023-07-05 00:00:00-04:00,5.230000019073486,5.260000228881836,5.019999980926514,5.019999980926514,4.947598457336426,2207600,0.0,0.0 2023-07-06 00:00:00-04:00,5.0,5.0,4.929999828338623,4.960000038146973,4.888463020324707,1497100,0.0,0.0 2023-07-07 00:00:00-04:00,5.059999942779541,5.239999771118164,5.010000228881836,5.179999828338623,5.10529088973999,2579000,0.0,0.0 2023-07-10 00:00:00-04:00,5.179999828338623,5.28000020980835,5.139999866485596,5.260000228881836,5.184137344360352,1880500,0.0,0.0 2023-07-11 00:00:00-04:00,5.300000190734863,5.320000171661377,5.230000019073486,5.28000020980835,5.203848838806152,1297100,0.0,0.0 2023-07-12 00:00:00-04:00,5.320000171661377,5.590000152587891,5.300000190734863,5.570000171661377,5.48966646194458,3224700,0.0,0.0 2023-07-13 00:00:00-04:00,5.639999866485596,5.639999866485596,5.53000020980835,5.570000171661377,5.48966646194458,1845400,0.0,0.0 2023-07-14 00:00:00-04:00,5.599999904632568,5.659999847412109,5.539999961853027,5.570000171661377,5.48966646194458,2148600,0.0,0.0 2023-07-17 00:00:00-04:00,5.5,5.579999923706055,5.460000038146973,5.510000228881836,5.445195198059082,1216100,0.015,0.0 2023-07-18 00:00:00-04:00,5.579999923706055,5.639999866485596,5.539999961853027,5.579999923706055,5.514371395111084,1128500,0.0,0.0 2023-07-19 00:00:00-04:00,5.610000133514404,5.699999809265137,5.570000171661377,5.610000133514404,5.5440192222595215,1261600,0.0,0.0 2023-07-20 00:00:00-04:00,5.610000133514404,5.619999885559082,5.449999809265137,5.449999809265137,5.385900974273682,1316500,0.0,0.0 2023-07-21 00:00:00-04:00,5.429999828338623,5.489999771118164,5.409999847412109,5.46999979019165,5.405665397644043,688200,0.0,0.0 2023-07-24 00:00:00-04:00,5.480000019073486,5.539999961853027,5.409999847412109,5.46999979019165,5.405665397644043,1100000,0.0,0.0 2023-07-25 00:00:00-04:00,5.480000019073486,5.570000171661377,5.449999809265137,5.559999942779541,5.494606971740723,1125200,0.0,0.0 2023-07-26 00:00:00-04:00,5.599999904632568,5.599999904632568,5.460000038146973,5.53000020980835,5.464960098266602,1127000,0.0,0.0 2023-07-27 00:00:00-04:00,5.449999809265137,5.460000038146973,5.239999771118164,5.25,5.188253402709961,1976700,0.0,0.0 2023-07-28 00:00:00-04:00,5.300000190734863,5.340000152587891,5.239999771118164,5.340000152587891,5.277194499969482,1030700,0.0,0.0 2023-07-31 00:00:00-04:00,5.360000133514404,5.579999923706055,5.360000133514404,5.550000190734863,5.484725475311279,1688200,0.0,0.0 2023-08-01 00:00:00-04:00,5.449999809265137,5.510000228881836,5.389999866485596,5.460000038146973,5.395783424377441,1864600,0.0,0.0 2023-08-02 00:00:00-04:00,5.449999809265137,5.460000038146973,5.25,5.28000020980835,5.217900276184082,1670800,0.0,0.0 2023-08-03 00:00:00-04:00,5.260000228881836,5.289999961853027,5.179999828338623,5.230000019073486,5.168488502502441,1564200,0.0,0.0 2023-08-04 00:00:00-04:00,5.260000228881836,5.510000228881836,5.210000038146973,5.360000133514404,5.296959400177002,1827100,0.0,0.0 2023-08-07 00:00:00-04:00,5.329999923706055,5.389999866485596,5.260000228881836,5.369999885559082,5.3068413734436035,1088900,0.0,0.0 2023-08-08 00:00:00-04:00,5.309999942779541,5.329999923706055,5.21999979019165,5.289999961853027,5.227782726287842,1549300,0.0,0.0 2023-08-09 00:00:00-04:00,5.289999961853027,5.340000152587891,5.260000228881836,5.289999961853027,5.227782726287842,830700,0.0,0.0 2023-08-10 00:00:00-04:00,5.340000152587891,5.380000114440918,5.28000020980835,5.309999942779541,5.247547626495361,1144600,0.0,0.0 2023-08-11 00:00:00-04:00,5.28000020980835,5.420000076293945,5.28000020980835,5.340000152587891,5.277194499969482,1095500,0.0,0.0 2023-08-14 00:00:00-04:00,5.329999923706055,5.349999904632568,5.230000019073486,5.320000171661377,5.257430076599121,960200,0.0,0.0 2023-08-15 00:00:00-04:00,5.300000190734863,5.309999942779541,5.139999866485596,5.159999847412109,5.099311828613281,1371500,0.0,0.0 2023-08-16 00:00:00-04:00,5.130000114440918,5.170000076293945,5.099999904632568,5.119999885559082,5.059782028198242,1016300,0.0,0.0 2023-08-17 00:00:00-04:00,5.139999866485596,5.179999828338623,5.039999961853027,5.059999942779541,5.000487327575684,1859200,0.0,0.0 2023-08-18 00:00:00-04:00,5.03000020980835,5.099999904632568,5.010000228881836,5.099999904632568,5.040017127990723,754000,0.0,0.0 2023-08-21 00:00:00-04:00,5.119999885559082,5.150000095367432,5.079999923706055,5.139999866485596,5.07954740524292,930800,0.0,0.0 2023-08-22 00:00:00-04:00,5.159999847412109,5.210000038146973,5.110000133514404,5.199999809265137,5.138840675354004,1253300,0.0,0.0 2023-08-23 00:00:00-04:00,5.25,5.389999866485596,5.239999771118164,5.349999904632568,5.287076473236084,1397400,0.0,0.0 2023-08-24 00:00:00-04:00,5.300000190734863,5.400000095367432,5.25,5.349999904632568,5.287076473236084,1293100,0.0,0.0 2023-08-25 00:00:00-04:00,5.28000020980835,5.360000133514404,5.210000038146973,5.260000228881836,5.198135852813721,1383700,0.0,0.0 2023-08-28 00:00:00-04:00,5.289999961853027,5.440000057220459,5.260000228881836,5.420000076293945,5.356253623962402,1183400,0.0,0.0 2023-08-29 00:00:00-04:00,5.409999847412109,5.519999980926514,5.360000133514404,5.480000019073486,5.415547847747803,1252100,0.0,0.0 2023-08-30 00:00:00-04:00,5.5,5.599999904632568,5.460000038146973,5.489999771118164,5.425429821014404,1112500,0.0,0.0 2023-08-31 00:00:00-04:00,5.46999979019165,5.539999961853027,5.329999923706055,5.5,5.435312747955322,3624800,0.0,0.0 2023-09-01 00:00:00-04:00,5.579999923706055,5.590000152587891,5.389999866485596,5.400000095367432,5.336489200592041,984900,0.0,0.0 2023-09-05 00:00:00-04:00,5.349999904632568,5.360000133514404,5.159999847412109,5.190000057220459,5.128958702087402,1490700,0.0,0.0 2023-09-06 00:00:00-04:00,5.179999828338623,5.28000020980835,5.159999847412109,5.210000038146973,5.148723125457764,1250900,0.0,0.0 2023-09-07 00:00:00-04:00,5.199999809265137,5.199999809265137,5.139999866485596,5.170000076293945,5.109194278717041,1480300,0.0,0.0 2023-09-08 00:00:00-04:00,5.170000076293945,5.25,5.139999866485596,5.139999866485596,5.07954740524292,1374400,0.0,0.0 2023-09-11 00:00:00-04:00,5.210000038146973,5.260000228881836,5.159999847412109,5.179999828338623,5.119076251983643,1183300,0.0,0.0 2023-09-12 00:00:00-04:00,5.110000133514404,5.199999809265137,5.070000171661377,5.159999847412109,5.099311828613281,1072700,0.0,0.0 2023-09-13 00:00:00-04:00,5.170000076293945,5.190000057220459,5.139999866485596,5.170000076293945,5.109194278717041,991800,0.0,0.0 2023-09-14 00:00:00-04:00,5.179999828338623,5.239999771118164,5.170000076293945,5.199999809265137,5.138840675354004,1838500,0.0,0.0 2023-09-15 00:00:00-04:00,5.230000019073486,5.309999942779541,5.179999828338623,5.210000038146973,5.148723125457764,3684000,0.0,0.0 2023-09-18 00:00:00-04:00,5.230000019073486,5.230000019073486,5.159999847412109,5.159999847412109,5.099311828613281,846600,0.0,0.0 2023-09-19 00:00:00-04:00,5.170000076293945,5.190000057220459,5.050000190734863,5.059999942779541,5.000487327575684,1493100,0.0,0.0 2023-09-20 00:00:00-04:00,5.090000152587891,5.170000076293945,5.079999923706055,5.110000133514404,5.049900054931641,1305800,0.0,0.0 2023-09-21 00:00:00-04:00,5.03000020980835,5.050000190734863,4.940000057220459,4.96999979019165,4.911545753479004,1778600,0.0,0.0 2023-09-22 00:00:00-04:00,5.0,5.070000171661377,4.949999809265137,4.960000038146973,4.901663303375244,1162800,0.0,0.0 2023-09-25 00:00:00-04:00,4.960000038146973,4.960000038146973,4.840000152587891,4.849999904632568,4.792957782745361,1780500,0.0,0.0 2023-09-26 00:00:00-04:00,4.809999942779541,4.829999923706055,4.679999828338623,4.690000057220459,4.6348395347595215,1973000,0.0,0.0 2023-09-27 00:00:00-04:00,4.699999809265137,4.699999809265137,4.590000152587891,4.650000095367432,4.595310211181641,2174300,0.0,0.0 2023-09-28 00:00:00-04:00,4.659999847412109,4.739999771118164,4.639999866485596,4.730000019073486,4.6743693351745605,2197600,0.0,0.0 2023-09-29 00:00:00-04:00,4.820000171661377,4.829999923706055,4.550000190734863,4.659999847412109,4.605192184448242,3033800,0.0,0.0 2023-10-02 00:00:00-04:00,4.610000133514404,4.619999885559082,4.489999771118164,4.510000228881836,4.456956386566162,2000100,0.0,0.0 2023-10-03 00:00:00-04:00,4.480000019073486,4.579999923706055,4.429999828338623,4.559999942779541,4.506368160247803,1958600,0.0,0.0 2023-10-04 00:00:00-04:00,4.590000152587891,4.590000152587891,4.380000114440918,4.409999847412109,4.358132839202881,2131700,0.0,0.0 2023-10-05 00:00:00-04:00,4.289999961853027,4.429999828338623,4.269999980926514,4.429999828338623,4.377897262573242,1663200,0.0,0.0 2023-10-06 00:00:00-04:00,4.449999809265137,4.539999961853027,4.360000133514404,4.510000228881836,4.456956386566162,1875800,0.0,0.0 2023-10-09 00:00:00-04:00,4.559999942779541,4.599999904632568,4.510000228881836,4.579999923706055,4.526133060455322,1328800,0.0,0.0 2023-10-10 00:00:00-04:00,4.599999904632568,4.679999828338623,4.579999923706055,4.639999866485596,4.585427284240723,1585200,0.0,0.0 2023-10-11 00:00:00-04:00,4.690000057220459,4.760000228881836,4.639999866485596,4.679999828338623,4.6249566078186035,1340700,0.0,0.0 2023-10-12 00:00:00-04:00,4.679999828338623,4.710000038146973,4.539999961853027,4.539999961853027,4.486603736877441,979200,0.0,0.0 2023-10-13 00:00:00-04:00,4.690000057220459,4.800000190734863,4.670000076293945,4.78000020980835,4.723781108856201,1839700,0.0,0.0 2023-10-16 00:00:00-04:00,4.739999771118164,4.860000133514404,4.71999979019165,4.820000171661377,4.7783050537109375,1850300,0.015,0.0 2023-10-17 00:00:00-04:00,4.820000171661377,4.929999828338623,4.800000190734863,4.920000076293945,4.877439975738525,1546300,0.0,0.0 2023-10-18 00:00:00-04:00,5.010000228881836,5.099999904632568,4.840000152587891,4.880000114440918,4.8377861976623535,1844500,0.0,0.0 2023-10-19 00:00:00-04:00,4.869999885559082,4.909999847412109,4.809999942779541,4.880000114440918,4.8377861976623535,1480400,0.0,0.0 2023-10-20 00:00:00-04:00,4.900000095367432,4.989999771118164,4.809999942779541,4.820000171661377,4.7783050537109375,2034600,0.0,0.0 2023-10-23 00:00:00-04:00,4.800000190734863,4.829999923706055,4.699999809265137,4.769999980926514,4.7287373542785645,1340700,0.0,0.0 2023-10-24 00:00:00-04:00,4.739999771118164,4.789999961853027,4.690000057220459,4.75,4.7089104652404785,1661000,0.0,0.0 2023-10-25 00:00:00-04:00,4.71999979019165,4.769999980926514,4.610000133514404,4.610000133514404,4.570121765136719,1512700,0.0,0.0 2023-10-26 00:00:00-04:00,4.599999904632568,4.610000133514404,4.46999979019165,4.579999923706055,4.540380954742432,1371500,0.0,0.0 2023-10-27 00:00:00-04:00,4.579999923706055,4.710000038146973,4.550000190734863,4.710000038146973,4.669256687164307,1830300,0.0,0.0 2023-10-30 00:00:00-04:00,4.730000019073486,4.75,4.579999923706055,4.590000152587891,4.550294876098633,1558000,0.0,0.0 2023-10-31 00:00:00-04:00,4.599999904632568,4.639999866485596,4.480000019073486,4.559999942779541,4.520554065704346,1725100,0.0,0.0 2023-11-01 00:00:00-04:00,4.570000171661377,4.599999904632568,4.46999979019165,4.539999961853027,4.50072717666626,1153800,0.0,0.0 2023-11-02 00:00:00-04:00,4.590000152587891,4.590000152587891,4.510000228881836,4.559999942779541,4.520554065704346,1003200,0.0,0.0 2023-11-03 00:00:00-04:00,4.630000114440918,4.929999828338623,4.630000114440918,4.880000114440918,4.8377861976623535,2752600,0.0,0.0 2023-11-06 00:00:00-05:00,4.849999904632568,4.889999866485596,4.789999961853027,4.800000190734863,4.758478164672852,1588700,0.0,0.0 2023-11-07 00:00:00-05:00,4.619999885559082,4.710000038146973,4.380000114440918,4.639999866485596,4.599862098693848,3509200,0.0,0.0 2023-11-08 00:00:00-05:00,4.619999885559082,4.670000076293945,4.519999980926514,4.559999942779541,4.520554065704346,2187000,0.0,0.0 2023-11-09 00:00:00-05:00,4.559999942779541,4.760000228881836,4.5,4.639999866485596,4.599862098693848,1826400,0.0,0.0 2023-11-10 00:00:00-05:00,4.590000152587891,4.630000114440918,4.510000228881836,4.559999942779541,4.520554065704346,1227300,0.0,0.0 2023-11-13 00:00:00-05:00,4.53000020980835,4.590000152587891,4.480000019073486,4.480000019073486,4.441246509552002,1330200,0.0,0.0 2023-11-14 00:00:00-05:00,4.610000133514404,4.699999809265137,4.590000152587891,4.679999828338623,4.6395158767700195,1865700,0.0,0.0 2023-11-15 00:00:00-05:00,4.679999828338623,4.679999828338623,4.539999961853027,4.570000171661377,4.530467510223389,1528000,0.0,0.0 2023-11-16 00:00:00-05:00,4.610000133514404,4.78000020980835,4.590000152587891,4.650000095367432,4.609776020050049,2103700,0.0,0.0 2023-11-17 00:00:00-05:00,4.650000095367432,4.699999809265137,4.590000152587891,4.610000133514404,4.570121765136719,1354200,0.0,0.0 2023-11-20 00:00:00-05:00,4.590000152587891,4.650000095367432,4.550000190734863,4.630000114440918,4.589948654174805,1152900,0.0,0.0 2023-11-21 00:00:00-05:00,4.71999979019165,4.829999923706055,4.670000076293945,4.690000057220459,4.649429798126221,3723500,0.0,0.0 2023-11-22 00:00:00-05:00,4.710000038146973,4.760000228881836,4.679999828338623,4.739999771118164,4.6989970207214355,1483100,0.0,0.0 2023-11-24 00:00:00-05:00,4.75,4.849999904632568,4.71999979019165,4.820000171661377,4.7783050537109375,1031300,0.0,0.0 2023-11-27 00:00:00-05:00,4.860000133514404,4.929999828338623,4.820000171661377,4.860000133514404,4.817959785461426,1743400,0.0,0.0 2023-11-28 00:00:00-05:00,4.909999847412109,5.050000190734863,4.860000133514404,5.039999961853027,4.996401786804199,2306900,0.0,0.0 2023-11-29 00:00:00-05:00,5.019999980926514,5.059999942779541,4.929999828338623,4.96999979019165,4.92700719833374,1797200,0.0,0.0 2023-11-30 00:00:00-05:00,4.960000038146973,5.010000228881836,4.880000114440918,4.989999771118164,4.946834564208984,2382700,0.0,0.0 2023-12-01 00:00:00-05:00,4.989999771118164,5.079999923706055,4.949999809265137,5.079999923706055,5.036055564880371,2254400,0.0,0.0 2023-12-04 00:00:00-05:00,5.010000228881836,5.03000020980835,4.909999847412109,4.980000019073486,4.9369215965271,3342300,0.0,0.0 2023-12-05 00:00:00-05:00,4.980000019073486,5.019999980926514,4.820000171661377,4.889999866485596,4.847699165344238,2515700,0.0,0.0 2023-12-06 00:00:00-05:00,4.929999828338623,4.989999771118164,4.880000114440918,4.909999847412109,4.867526531219482,1693500,0.0,0.0 2023-12-07 00:00:00-05:00,4.929999828338623,4.929999828338623,4.809999942779541,4.880000114440918,4.8377861976623535,1379200,0.0,0.0 2023-12-08 00:00:00-05:00,4.840000152587891,4.889999866485596,4.71999979019165,4.800000190734863,4.758478164672852,1917500,0.0,0.0 2023-12-11 00:00:00-05:00,4.739999771118164,4.760000228881836,4.679999828338623,4.739999771118164,4.6989970207214355,1834600,0.0,0.0 2023-12-12 00:00:00-05:00,4.75,4.75,4.480000019073486,4.489999771118164,4.451159477233887,2803800,0.0,0.0 2023-12-13 00:00:00-05:00,4.46999979019165,4.809999942779541,4.429999828338623,4.800000190734863,4.758478164672852,2947100,0.0,0.0 2023-12-14 00:00:00-05:00,4.920000076293945,5.079999923706055,4.889999866485596,4.929999828338623,4.887353420257568,2649000,0.0,0.0 2023-12-15 00:00:00-05:00,4.920000076293945,4.949999809265137,4.849999904632568,4.860000133514404,4.817959785461426,3434300,0.0,0.0 2023-12-18 00:00:00-05:00,4.940000057220459,4.960000038146973,4.849999904632568,4.889999866485596,4.847699165344238,1740400,0.0,0.0 2023-12-19 00:00:00-05:00,4.909999847412109,5.090000152587891,4.889999866485596,5.070000171661377,5.026142597198486,1790000,0.0,0.0 2023-12-20 00:00:00-05:00,5.070000171661377,5.090000152587891,4.960000038146973,4.960000038146973,4.917093753814697,2338800,0.0,0.0 2023-12-21 00:00:00-05:00,5.03000020980835,5.090000152587891,5.0,5.059999942779541,5.016228675842285,1433000,0.0,0.0 2023-12-22 00:00:00-05:00,5.110000133514404,5.239999771118164,5.099999904632568,5.099999904632568,5.055882930755615,2275700,0.0,0.0 2023-12-26 00:00:00-05:00,5.110000133514404,5.179999828338623,5.099999904632568,5.150000095367432,5.105450630187988,783700,0.0,0.0 2023-12-27 00:00:00-05:00,5.159999847412109,5.239999771118164,5.130000114440918,5.199999809265137,5.155017375946045,1526600,0.0,0.0 2023-12-28 00:00:00-05:00,5.179999828338623,5.210000038146973,5.070000171661377,5.070000171661377,5.026142597198486,1637800,0.0,0.0 2023-12-29 00:00:00-05:00,5.059999942779541,5.079999923706055,4.960000038146973,5.03000020980835,4.9864888191223145,1774200,0.0,0.0 2024-01-02 00:00:00-05:00,5.039999961853027,5.079999923706055,4.920000076293945,4.929999828338623,4.887353420257568,1491700,0.0,0.0 2024-01-03 00:00:00-05:00,4.829999923706055,4.849999904632568,4.760000228881836,4.800000190734863,4.758478164672852,1753400,0.0,0.0 2024-01-04 00:00:00-05:00,4.829999923706055,4.869999885559082,4.78000020980835,4.860000133514404,4.817959785461426,1508300,0.0,0.0 2024-01-05 00:00:00-05:00,4.860000133514404,4.940000057220459,4.809999942779541,4.840000152587891,4.798132419586182,1576500,0.0,0.0 2024-01-08 00:00:00-05:00,4.789999961853027,4.869999885559082,4.710000038146973,4.840000152587891,4.798132419586182,1257000,0.0,0.0 2024-01-09 00:00:00-05:00,4.900000095367432,4.920000076293945,4.820000171661377,4.849999904632568,4.808045864105225,1448800,0.0,0.0 2024-01-10 00:00:00-05:00,4.860000133514404,4.880000114440918,4.800000190734863,4.829999923706055,4.7882184982299805,1366300,0.0,0.0 2024-01-11 00:00:00-05:00,4.800000190734863,4.860000133514404,4.699999809265137,4.789999961853027,4.748564720153809,1307600,0.0,0.0 2024-01-12 00:00:00-05:00,4.929999828338623,5.110000133514404,4.920000076293945,4.960000038146973,4.917093753814697,2541200,0.015,0.0 2024-01-16 00:00:00-05:00,4.900000095367432,4.920000076293945,4.75,4.78000020980835,4.7674431800842285,1994600,0.015,0.0 2024-01-17 00:00:00-05:00,4.71999979019165,4.75,4.639999866485596,4.71999979019165,4.7076005935668945,2172300,0.0,0.0 2024-01-18 00:00:00-05:00,4.760000228881836,4.760000228881836,4.679999828338623,4.679999828338623,4.667705535888672,1358200,0.0,0.0 2024-01-19 00:00:00-05:00,4.739999771118164,4.760000228881836,4.619999885559082,4.760000228881836,4.747496128082275,2368600,0.0,0.0 2024-01-22 00:00:00-05:00,4.710000038146973,4.820000171661377,4.670000076293945,4.769999980926514,4.757469177246094,1205100,0.0,0.0 2024-01-23 00:00:00-05:00,4.829999923706055,4.889999866485596,4.730000019073486,4.860000133514404,4.847233295440674,2957400,0.0,0.0 2024-01-24 00:00:00-05:00,4.940000057220459,4.949999809265137,4.659999847412109,4.670000076293945,4.657732009887695,2092200,0.0,0.0 2024-01-25 00:00:00-05:00,4.71999979019165,4.730000019073486,4.659999847412109,4.71999979019165,4.7076005935668945,1430700,0.0,0.0 2024-01-26 00:00:00-05:00,4.71999979019165,4.760000228881836,4.659999847412109,4.670000076293945,4.657732009887695,1665100,0.0,0.0 2024-01-29 00:00:00-05:00,4.690000057220459,4.739999771118164,4.630000114440918,4.710000038146973,4.697627067565918,1535800,0.0,0.0 2024-01-30 00:00:00-05:00,4.710000038146973,4.730000019073486,4.630000114440918,4.639999866485596,4.627810955047607,1509000,0.0,0.0 2024-01-31 00:00:00-05:00,4.630000114440918,4.730000019073486,4.550000190734863,4.559999942779541,4.548020839691162,2717100,0.0,0.0 2024-02-01 00:00:00-05:00,4.639999866485596,4.71999979019165,4.579999923706055,4.679999828338623,4.667705535888672,2035100,0.0,0.0 2024-02-02 00:00:00-05:00,4.590000152587891,4.599999904632568,4.5,4.559999942779541,4.548020839691162,2193200,0.0,0.0 2024-02-05 00:00:00-05:00,4.5,4.510000228881836,4.380000114440918,4.429999828338623,4.418362617492676,2837300,0.0,0.0 2024-02-06 00:00:00-05:00,4.449999809265137,4.510000228881836,4.420000076293945,4.489999771118164,4.478204727172852,1640000,0.0,0.0 2024-02-07 00:00:00-05:00,4.46999979019165,4.5,4.440000057220459,4.449999809265137,4.438309669494629,1371200,0.0,0.0 2024-02-08 00:00:00-05:00,4.429999828338623,4.449999809265137,4.380000114440918,4.409999847412109,4.3984150886535645,1487300,0.0,0.0 2024-02-09 00:00:00-05:00,4.389999866485596,4.420000076293945,4.349999904632568,4.400000095367432,4.388441562652588,1342100,0.0,0.0 2024-02-12 00:00:00-05:00,4.400000095367432,4.5,4.360000133514404,4.460000038146973,4.448283672332764,1590100,0.0,0.0 2024-02-13 00:00:00-05:00,4.360000133514404,4.360000133514404,3.9600000381469727,4.039999961853027,4.0293869972229,8035600,0.0,0.0 2024-02-14 00:00:00-05:00,4.019999980926514,4.059999942779541,3.9600000381469727,3.9800000190734863,3.9695446491241455,2690300,0.0,0.0 2024-02-15 00:00:00-05:00,4.050000190734863,4.130000114440918,4.03000020980835,4.079999923706055,4.069282054901123,2793300,0.0,0.0 2024-02-16 00:00:00-05:00,4.099999904632568,4.25,3.990000009536743,4.110000133514404,4.099203109741211,4245100,0.0,0.0 2024-02-20 00:00:00-05:00,4.150000095367432,4.199999809265137,4.090000152587891,4.139999866485596,4.129124164581299,2188000,0.0,0.0 2024-02-21 00:00:00-05:00,4.139999866485596,4.199999809265137,4.099999904632568,4.179999828338623,4.1690192222595215,1954700,0.0,0.0 2024-02-22 00:00:00-05:00,4.179999828338623,4.210000038146973,4.099999904632568,4.119999885559082,4.1091766357421875,2092000,0.0,0.0 2024-02-23 00:00:00-05:00,4.130000114440918,4.190000057220459,4.070000171661377,4.170000076293945,4.159045696258545,1503100,0.0,0.0 2024-02-26 00:00:00-05:00,4.159999847412109,4.159999847412109,4.039999961853027,4.110000133514404,4.099203109741211,1619200,0.0,0.0 2024-02-27 00:00:00-05:00,4.110000133514404,4.139999866485596,4.070000171661377,4.079999923706055,4.069282054901123,1162300,0.0,0.0 2024-02-28 00:00:00-05:00,4.079999923706055,4.079999923706055,3.990000009536743,4.0,3.989492177963257,1751900,0.0,0.0 2024-02-29 00:00:00-05:00,4.090000152587891,4.199999809265137,4.090000152587891,4.159999847412109,4.14907169342041,3105400,0.0,0.0 2024-03-01 00:00:00-05:00,4.199999809265137,4.5,4.159999847412109,4.489999771118164,4.478204727172852,5790900,0.0,0.0 2024-03-04 00:00:00-05:00,4.559999942779541,4.659999847412109,4.519999980926514,4.610000133514404,4.5978899002075195,3688400,0.0,0.0 2024-03-05 00:00:00-05:00,4.639999866485596,4.679999828338623,4.5,4.53000020980835,4.518100261688232,2841700,0.0,0.0 2024-03-06 00:00:00-05:00,4.650000095367432,4.670000076293945,4.559999942779541,4.599999904632568,4.587915897369385,2880500,0.0,0.0 2024-03-07 00:00:00-05:00,4.659999847412109,4.690000057220459,4.610000133514404,4.690000057220459,4.677679538726807,2066000,0.0,0.0 2024-03-08 00:00:00-05:00,4.71999979019165,4.739999771118164,4.610000133514404,4.639999866485596,4.627810955047607,1807000,0.0,0.0 2024-03-11 00:00:00-04:00,4.639999866485596,4.809999942779541,4.599999904632568,4.760000228881836,4.747496128082275,2676100,0.0,0.0 2024-03-12 00:00:00-04:00,4.650000095367432,4.760000228881836,4.619999885559082,4.71999979019165,4.7076005935668945,1764400,0.0,0.0 2024-03-13 00:00:00-04:00,4.739999771118164,4.920000076293945,4.730000019073486,4.880000114440918,4.867180347442627,2717200,0.0,0.0 2024-03-14 00:00:00-04:00,4.840000152587891,4.900000095367432,4.800000190734863,4.889999866485596,4.8771538734436035,2905600,0.0,0.0 2024-03-15 00:00:00-04:00,4.880000114440918,5.059999942779541,4.860000133514404,5.03000020980835,5.016786575317383,4240300,0.0,0.0 2024-03-18 00:00:00-04:00,5.019999980926514,5.059999942779541,4.929999828338623,4.940000057220459,4.927022933959961,1742900,0.0,0.0 2024-03-19 00:00:00-04:00,4.889999866485596,4.96999979019165,4.809999942779541,4.829999923706055,4.817311763763428,1990500,0.0,0.0 2024-03-20 00:00:00-04:00,4.800000190734863,5.099999904632568,4.760000228881836,5.03000020980835,5.016786575317383,2473200,0.0,0.0 2024-03-21 00:00:00-04:00,5.130000114440918,5.230000019073486,4.980000019073486,4.980000019073486,4.966917991638184,2456100,0.0,0.0 2024-03-22 00:00:00-04:00,4.949999809265137,5.039999961853027,4.920000076293945,4.949999809265137,4.9369964599609375,1947500,0.0,0.0 2024-03-25 00:00:00-04:00,5.0,5.099999904632568,4.949999809265137,5.0,4.986865043640137,1525500,0.0,0.0 2024-03-26 00:00:00-04:00,5.090000152587891,5.099999904632568,4.96999979019165,4.96999979019165,4.956943988800049,1015100,0.0,0.0 2024-03-27 00:00:00-04:00,4.989999771118164,5.150000095367432,4.980000019073486,5.139999866485596,5.126497268676758,1212600,0.0,0.0 2024-03-28 00:00:00-04:00,5.210000038146973,5.28000020980835,5.139999866485596,5.25,5.236208438873291,2415500,0.0,0.0 2024-04-01 00:00:00-04:00,5.340000152587891,5.400000095367432,5.190000057220459,5.239999771118164,5.226234436035156,3769000,0.0,0.0 2024-04-02 00:00:00-04:00,5.260000228881836,5.409999847412109,5.239999771118164,5.389999866485596,5.375840663909912,4201700,0.0,0.0 2024-04-03 00:00:00-04:00,5.369999885559082,5.550000190734863,5.349999904632568,5.510000228881836,5.49552583694458,2991300,0.0,0.0 2024-04-04 00:00:00-04:00,5.519999980926514,5.579999923706055,5.329999923706055,5.360000133514404,5.345919609069824,3616500,0.0,0.0 2024-04-05 00:00:00-04:00,5.360000133514404,5.539999961853027,5.320000171661377,5.460000038146973,5.445656776428223,2621500,0.0,0.0 2024-04-08 00:00:00-04:00,5.510000228881836,5.559999942779541,5.309999942779541,5.329999923706055,5.315998077392578,2900600,0.0,0.0 2024-04-09 00:00:00-04:00,5.5,5.610000133514404,5.449999809265137,5.590000152587891,5.575315475463867,2634900,0.0,0.0 2024-04-10 00:00:00-04:00,5.440000057220459,5.559999942779541,5.369999885559082,5.510000228881836,5.49552583694458,4910500,0.0,0.0 2024-04-11 00:00:00-04:00,5.559999942779541,5.630000114440918,5.409999847412109,5.449999809265137,5.435682773590088,3645100,0.0,0.0 2024-04-12 00:00:00-04:00,5.590000152587891,5.670000076293945,5.309999942779541,5.360000133514404,5.345919609069824,3928000,0.0,0.0 2024-04-15 00:00:00-04:00,5.389999866485596,5.429999828338623,5.239999771118164,5.25,5.236208438873291,3595300,0.0,0.0 2024-04-16 00:00:00-04:00,5.139999866485596,5.28000020980835,5.099999904632568,5.239999771118164,5.226234436035156,3990800,0.0,0.0 2024-04-17 00:00:00-04:00,5.300000190734863,5.440000057220459,5.28000020980835,5.409999847412109,5.395788192749023,2668000,0.0,0.0 2024-04-18 00:00:00-04:00,5.440000057220459,5.480000019073486,5.349999904632568,5.409999847412109,5.395788192749023,1573700,0.0,0.0 2024-04-19 00:00:00-04:00,5.380000114440918,5.559999942779541,5.380000114440918,5.519999980926514,5.505499362945557,1612000,0.0,0.0 2024-04-22 00:00:00-04:00,5.300000190734863,5.409999847412109,5.239999771118164,5.260000228881836,5.246182441711426,2553400,0.0,0.0 2024-04-23 00:00:00-04:00,5.230000019073486,5.389999866485596,5.199999809265137,5.360000133514404,5.345919609069824,1602100,0.0,0.0 2024-04-24 00:00:00-04:00,5.309999942779541,5.409999847412109,5.309999942779541,5.369999885559082,5.355893135070801,1719100,0.0,0.0 2024-04-25 00:00:00-04:00,5.360000133514404,5.539999961853027,5.320000171661377,5.489999771118164,5.4755778312683105,2708000,0.0,0.0 2024-04-26 00:00:00-04:00,5.590000152587891,5.639999866485596,5.539999961853027,5.630000114440918,5.61521053314209,2314400,0.0,0.0 2024-04-29 00:00:00-04:00,5.639999866485596,5.739999771118164,5.559999942779541,5.659999847412109,5.6451311111450195,2134200,0.0,0.0 2024-04-30 00:00:00-04:00,5.489999771118164,5.599999904632568,5.449999809265137,5.460000038146973,5.445656776428223,2616300,0.0,0.0 2024-05-01 00:00:00-04:00,5.53000020980835,5.71999979019165,5.519999980926514,5.579999923706055,5.565341472625732,3037900,0.0,0.0 2024-05-02 00:00:00-04:00,5.519999980926514,5.679999828338623,5.420000076293945,5.539999961853027,5.52544641494751,3081900,0.0,0.0 2024-05-03 00:00:00-04:00,5.539999961853027,5.599999904632568,5.389999866485596,5.429999828338623,5.415735244750977,2253700,0.0,0.0 2024-05-06 00:00:00-04:00,5.559999942779541,5.679999828338623,5.559999942779541,5.619999885559082,5.605236530303955,1947400,0.0,0.0 2024-05-07 00:00:00-04:00,5.599999904632568,5.670000076293945,5.559999942779541,5.619999885559082,5.605236530303955,1565100,0.0,0.0 2024-05-08 00:00:00-04:00,5.550000190734863,5.699999809265137,5.519999980926514,5.599999904632568,5.585289001464844,1568500,0.0,0.0 2024-05-09 00:00:00-04:00,5.659999847412109,5.75,5.639999866485596,5.71999979019165,5.7049736976623535,1667700,0.0,0.0 2024-05-10 00:00:00-04:00,5.800000190734863,5.800000190734863,5.639999866485596,5.659999847412109,5.6451311111450195,1465700,0.0,0.0 2024-05-13 00:00:00-04:00,5.599999904632568,5.679999828338623,5.590000152587891,5.630000114440918,5.61521053314209,1233300,0.0,0.0 2024-05-14 00:00:00-04:00,5.670000076293945,5.690000057220459,5.550000190734863,5.599999904632568,5.585289001464844,1445900,0.0,0.0 2024-05-15 00:00:00-04:00,5.670000076293945,5.730000019073486,5.559999942779541,5.699999809265137,5.685026168823242,1429600,0.0,0.0 2024-05-16 00:00:00-04:00,5.699999809265137,5.739999771118164,5.630000114440918,5.690000057220459,5.675052642822266,1603500,0.0,0.0 2024-05-17 00:00:00-04:00,5.789999961853027,5.909999847412109,5.760000228881836,5.909999847412109,5.894474506378174,2113100,0.0,0.0 2024-05-20 00:00:00-04:00,5.909999847412109,6.03000020980835,5.820000171661377,6.010000228881836,5.9942121505737305,1848400,0.0,0.0 2024-05-21 00:00:00-04:00,5.949999809265137,6.070000171661377,5.909999847412109,6.059999942779541,6.04408073425293,3875900,0.0,0.0 2024-05-22 00:00:00-04:00,6.0,6.03000020980835,5.849999904632568,5.900000095367432,5.884500980377197,4007700,0.0,0.0 2024-05-23 00:00:00-04:00,5.860000133514404,5.900000095367432,5.71999979019165,5.769999980926514,5.754842281341553,2305600,0.0,0.0 2024-05-24 00:00:00-04:00,5.860000133514404,5.869999885559082,5.769999980926514,5.800000190734863,5.784763813018799,863000,0.0,0.0 2024-05-28 00:00:00-04:00,5.929999828338623,5.949999809265137,5.829999923706055,5.860000133514404,5.844606399536133,1243500,0.0,0.0 2024-05-29 00:00:00-04:00,5.78000020980835,5.809999942779541,5.699999809265137,5.710000038146973,5.695000171661377,1068100,0.0,0.0 2024-05-30 00:00:00-04:00,5.710000038146973,5.78000020980835,5.679999828338623,5.710000038146973,5.695000171661377,1038300,0.0,0.0 2024-05-31 00:00:00-04:00,5.730000019073486,5.789999961853027,5.610000133514404,5.679999828338623,5.665078639984131,3182300,0.0,0.0 2024-06-03 00:00:00-04:00,5.699999809265137,5.710000038146973,5.590000152587891,5.679999828338623,5.665078639984131,1896300,0.0,0.0 2024-06-04 00:00:00-04:00,5.619999885559082,5.619999885559082,5.409999847412109,5.46999979019165,5.455630302429199,1731900,0.0,0.0 2024-06-05 00:00:00-04:00,5.46999979019165,5.579999923706055,5.409999847412109,5.550000190734863,5.5354204177856445,1611300,0.0,0.0 2024-06-06 00:00:00-04:00,5.550000190734863,5.71999979019165,5.550000190734863,5.679999828338623,5.665078639984131,1627200,0.0,0.0 2024-06-07 00:00:00-04:00,5.5,5.539999961853027,5.329999923706055,5.349999904632568,5.3359456062316895,3049200,0.0,0.0 2024-06-10 00:00:00-04:00,5.389999866485596,5.400000095367432,5.300000190734863,5.400000095367432,5.385814666748047,1693100,0.0,0.0 2024-06-11 00:00:00-04:00,5.340000152587891,5.380000114440918,5.300000190734863,5.380000114440918,5.3658671379089355,1618600,0.0,0.0 2024-06-12 00:00:00-04:00,5.480000019073486,5.539999961853027,5.340000152587891,5.420000076293945,5.405762195587158,2387800,0.0,0.0 2024-06-13 00:00:00-04:00,5.380000114440918,5.449999809265137,5.269999980926514,5.329999923706055,5.315998077392578,2546500,0.0,0.0 2024-06-14 00:00:00-04:00,5.420000076293945,5.449999809265137,5.320000171661377,5.440000057220459,5.425709247589111,2462100,0.0,0.0 2024-06-17 00:00:00-04:00,5.389999866485596,5.449999809265137,5.329999923706055,5.389999866485596,5.375840663909912,1738700,0.0,0.0 2024-06-18 00:00:00-04:00,5.360000133514404,5.489999771118164,5.329999923706055,5.449999809265137,5.435682773590088,1594400,0.0,0.0 2024-06-20 00:00:00-04:00,5.46999979019165,5.519999980926514,5.429999828338623,5.480000019073486,5.465604305267334,2688600,0.0,0.0 2024-06-21 00:00:00-04:00,5.480000019073486,5.480000019073486,5.360000133514404,5.409999847412109,5.395788192749023,4385100,0.0,0.0 2024-06-24 00:00:00-04:00,5.440000057220459,5.480000019073486,5.400000095367432,5.429999828338623,5.415735244750977,1406600,0.0,0.0 2024-06-25 00:00:00-04:00,5.389999866485596,5.440000057220459,5.360000133514404,5.420000076293945,5.405762195587158,3203100,0.0,0.0 2024-06-26 00:00:00-04:00,5.349999904632568,5.420000076293945,5.349999904632568,5.360000133514404,5.345919609069824,1268900,0.0,0.0 2024-06-27 00:00:00-04:00,5.420000076293945,5.46999979019165,5.369999885559082,5.389999866485596,5.375840663909912,1520000,0.0,0.0 2024-06-28 00:00:00-04:00,5.440000057220459,5.5,5.360000133514404,5.440000057220459,5.425709247589111,2283800,0.0,0.0 2024-07-01 00:00:00-04:00,5.420000076293945,5.5,5.400000095367432,5.400000095367432,5.385814666748047,746100,0.0,0.0 2024-07-02 00:00:00-04:00,5.409999847412109,5.519999980926514,5.400000095367432,5.5,5.485551834106445,1725500,0.0,0.0 2024-07-03 00:00:00-04:00,5.559999942779541,5.679999828338623,5.559999942779541,5.619999885559082,5.605236530303955,707900,0.0,0.0 2024-07-05 00:00:00-04:00,5.579999923706055,5.71999979019165,5.579999923706055,5.630000114440918,5.61521053314209,1544000,0.0,0.0 2024-07-08 00:00:00-04:00,5.559999942779541,5.610000133514404,5.5,5.599999904632568,5.585289001464844,1430000,0.0,0.0 2024-07-09 00:00:00-04:00,5.590000152587891,5.639999866485596,5.559999942779541,5.579999923706055,5.565341472625732,3187700,0.0,0.0 2024-07-10 00:00:00-04:00,5.650000095367432,5.699999809265137,5.630000114440918,5.679999828338623,5.665078639984131,1510300,0.0,0.0 2024-07-11 00:00:00-04:00,5.800000190734863,5.849999904632568,5.650000095367432,5.769999980926514,5.754842281341553,1700500,0.0,0.0 2024-07-12 00:00:00-04:00,5.760000228881836,5.760000228881836,5.710000038146973,5.75,5.7348952293396,2261800,0.0,0.0 2024-07-15 00:00:00-04:00,5.75,5.800000190734863,5.690000057220459,5.710000038146973,5.695000171661377,1008900,0.0,0.0 2024-07-16 00:00:00-04:00,5.71999979019165,5.869999885559082,5.699999809265137,5.869999885559082,5.869999885559082,2693800,0.015,0.0 2024-07-17 00:00:00-04:00,5.860000133514404,5.909999847412109,5.75,5.75,5.75,2384300,0.0,0.0 2024-07-18 00:00:00-04:00,5.78000020980835,5.849999904632568,5.699999809265137,5.840000152587891,5.840000152587891,2477800,0.0,0.0 2024-07-19 00:00:00-04:00,5.699999809265137,5.849999904632568,5.670000076293945,5.800000190734863,5.800000190734863,1491700,0.0,0.0 2024-07-22 00:00:00-04:00,5.760000228881836,5.800000190734863,5.710000038146973,5.760000228881836,5.760000228881836,834000,0.0,0.0 2024-07-23 00:00:00-04:00,5.760000228881836,5.78000020980835,5.710000038146973,5.760000228881836,5.760000228881836,696900,0.0,0.0 2024-07-24 00:00:00-04:00,5.75,5.869999885559082,5.71999979019165,5.71999979019165,5.71999979019165,1340400,0.0,0.0 2024-07-25 00:00:00-04:00,5.559999942779541,5.670000076293945,5.539999961853027,5.599999904632568,5.599999904632568,1283600,0.0,0.0 2024-07-26 00:00:00-04:00,5.639999866485596,5.659999847412109,5.590000152587891,5.599999904632568,5.599999904632568,1255100,0.0,0.0 2024-07-29 00:00:00-04:00,5.630000114440918,5.650000095367432,5.550000190734863,5.630000114440918,5.630000114440918,999400,0.0,0.0 2024-07-30 00:00:00-04:00,5.639999866485596,5.690000057220459,5.599999904632568,5.650000095367432,5.650000095367432,731200,0.0,0.0 2024-07-31 00:00:00-04:00,5.760000228881836,5.800000190734863,5.710000038146973,5.75,5.75,1349800,0.0,0.0 2024-08-01 00:00:00-04:00,5.760000228881836,5.769999980926514,5.550000190734863,5.630000114440918,5.630000114440918,1096500,0.0,0.0 2024-08-02 00:00:00-04:00,5.630000114440918,5.869999885559082,5.449999809265137,5.489999771118164,5.489999771118164,2078700,0.0,0.0 2024-08-05 00:00:00-04:00,5.110000133514404,5.179999828338623,4.920000076293945,5.119999885559082,5.119999885559082,2592000,0.0,0.0 2024-08-06 00:00:00-04:00,5.099999904632568,5.21999979019165,5.050000190734863,5.179999828338623,5.179999828338623,1258900,0.0,0.0 2024-08-07 00:00:00-04:00,5.239999771118164,5.260000228881836,5.039999961853027,5.039999961853027,5.039999961853027,1153600,0.0,0.0 2024-08-08 00:00:00-04:00,5.090000152587891,5.170000076293945,5.03000020980835,5.090000152587891,5.090000152587891,1225800,0.0,0.0 2024-08-09 00:00:00-04:00,5.139999866485596,5.150000095367432,5.079999923706055,5.150000095367432,5.150000095367432,1061100,0.0,0.0 2024-08-12 00:00:00-04:00,5.150000095367432,5.329999923706055,5.150000095367432,5.28000020980835,5.28000020980835,1907300,0.0,0.0 2024-08-13 00:00:00-04:00,5.260000228881836,5.360000133514404,5.260000228881836,5.320000171661377,5.320000171661377,1345500,0.0,0.0 2024-08-14 00:00:00-04:00,5.289999961853027,5.309999942779541,5.230000019073486,5.289999961853027,5.289999961853027,968500,0.0,0.0 2024-08-15 00:00:00-04:00,5.340000152587891,5.360000133514404,5.239999771118164,5.329999923706055,5.329999923706055,827100,0.0,0.0 2024-08-16 00:00:00-04:00,5.389999866485596,5.46999979019165,5.349999904632568,5.46999979019165,5.46999979019165,1394200,0.0,0.0 2024-08-19 00:00:00-04:00,5.449999809265137,5.559999942779541,5.449999809265137,5.519999980926514,5.519999980926514,929300,0.0,0.0 2024-08-20 00:00:00-04:00,5.570000171661377,5.639999866485596,5.559999942779541,5.599999904632568,5.599999904632568,1064700,0.0,0.0 2024-08-21 00:00:00-04:00,5.579999923706055,5.630000114440918,5.53000020980835,5.619999885559082,5.619999885559082,1204300,0.0,0.0 ================================================ FILE: tests/data/SCR-TO-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00-05:00,3.82999992370605,4.26999998092651,3.82999992370605,4,3.34561409465702,559600,0,0,True 2022-01-05 00:00:00-05:00,4.05000019073486,4.19999980926514,4.03999996185303,4.05000019073486,3.38743443037154,467700,0,0,True 2022-01-06 00:00:00-05:00,4.15000009536743,4.17999982833862,4.05000019073486,4.09000015258789,3.42089053941185,393300,0,0,True 2022-01-07 00:00:00-05:00,4.13000011444092,4.23000001907349,4.07000017166138,4.15999984741211,3.47943853081826,860600,0,0,True 2022-01-10 00:00:00-05:00,4.19999980926514,4.19999980926514,4.11999988555908,4.19999980926514,3.51289463985857,281900,0,0,True 2022-01-11 00:00:00-05:00,4.19999980926514,4.46000003814697,4.15999984741211,4.42000007629395,3.69690363840854,695900,0,0,True 2022-01-12 00:00:00-05:00,4.44999980926514,4.6399998664856,4.44999980926514,4.57999992370606,3.83072807456977,452500,0,0,True 2022-01-13 00:00:00-05:00,4.59000015258789,4.6399998664856,4.42000007629395,4.46999979019165,3.73872357529478,373700,0,0,True 2022-01-14 00:00:00-05:00,4.48000001907349,4.59000015258789,4.42999982833862,4.55999994277954,3.81400002004961,339600,0,0,True 2022-01-17 00:00:00-05:00,4.57000017166138,4.76000022888184,4.51999998092651,4.67999982833862,3.91436834717053,317900,0,0,True 2022-01-18 00:00:00-05:00,4.75,4.78000020980835,4.65000009536743,4.65999984741211,3.89764029265038,317400,0,0,True 2022-01-19 00:00:00-05:00,4.71999979019165,4.73000001907349,4.48999977111816,4.51999998092651,3.7805439110093,642600,0,0,True 2022-01-20 00:00:00-05:00,4.40000009536743,4.6399998664856,4.32000017166138,4.53999996185303,3.79727196552946,780900,0,0,True 2022-01-21 00:00:00-05:00,4.46000003814697,4.57999992370606,4.36999988555908,4.42000007629395,3.69690363840854,426200,0,0,True 2022-01-24 00:00:00-05:00,4.30999994277954,4.40000009536743,4.07000017166138,4.38000011444092,3.66344752936823,391900,0,0,True 2022-01-25 00:00:00-05:00,4.40000009536743,4.6399998664856,4.30999994277954,4.57999992370606,3.83072807456977,461500,0,0,True 2022-01-26 00:00:00-05:00,4.69999980926514,4.75,4.55000019073486,4.57000017166138,3.82236424672383,229400,0,0,True 2022-01-27 00:00:00-05:00,4.59000015258789,4.69999980926514,4.42999982833862,4.48000001907349,3.747087801969,1782700,0,0,True 2022-01-28 00:00:00-05:00,4.53999996185303,4.69999980926514,4.53000020980835,4.69000005722046,3.92273257384475,340300,0,0,True 2022-01-31 00:00:00-05:00,4.67000007629395,4.96000003814697,4.67000007629395,4.8899998664856,4.0900131190463,341600,0,0,True 2022-02-01 00:00:00-05:00,4.90000009536743,4.90000009536743,4.75,4.80999994277954,4.02310090096568,245000,0,0,True 2022-02-02 00:00:00-05:00,4.78999996185303,4.88000011444092,4.65999984741211,4.75,3.97291673740522,335900,0,0,True 2022-02-03 00:00:00-05:00,4.71999979019165,4.80000019073486,4.57999992370606,4.73000001907349,3.95618868288506,567100,0,0,True 2022-02-04 00:00:00-05:00,4.76000022888184,4.98000001907349,4.76000022888184,4.88000011444092,4.08164929120036,728600,0,0,True 2022-02-07 00:00:00-05:00,4.80000019073486,4.84999990463257,4.6399998664856,4.67000007629395,3.9060045193246,509100,0,0,True 2022-02-08 00:00:00-05:00,4.65000009536743,4.65000009536743,4.3600001335144,4.46000003814697,3.73035974744884,520500,0,0,True 2022-02-09 00:00:00-05:00,4.46999979019165,4.61999988555908,4.44999980926514,4.55000019073486,3.80563619220367,225400,0,0,True 2022-02-10 00:00:00-05:00,4.51999998092651,4.6100001335144,4.44999980926514,4.51000022888184,3.77218008316337,225300,0,0,True 2022-02-11 00:00:00-05:00,4.5,4.63000011444092,4.48999977111816,4.63000011444092,3.87254841028429,380600,0,0,True 2022-02-14 00:00:00-05:00,4.5,4.55000019073486,4.40000009536743,4.51000022888184,3.77218008316337,507600,0,0,True 2022-02-15 00:00:00-05:00,4.42000007629395,4.71999979019165,4.42000007629395,4.69000005722046,3.92273257384475,342800,0,0,True 2022-02-16 00:00:00-05:00,4.69999980926514,4.80000019073486,4.53999996185303,4.57999992370606,3.83072807456977,508700,0,0,True 2022-02-17 00:00:00-05:00,4.59999990463257,4.65999984741211,4.51999998092651,4.57000017166138,3.82236424672383,309900,0,0,True 2022-02-18 00:00:00-05:00,4.51000022888184,4.55999994277954,4.38000011444092,4.42000007629395,3.69690363840854,191700,0,0,True 2022-02-22 00:00:00-05:00,4.46000003814697,4.59999990463257,4.42999982833862,4.53000020980835,3.78890813768352,1063700,0,0,True 2022-02-23 00:00:00-05:00,4.59000015258789,4.73999977111816,4.55999994277954,4.67999982833862,3.91436834717053,256600,0,0,True 2022-02-24 00:00:00-05:00,4.69999980926514,4.82000017166138,4.55999994277954,4.67000007629395,3.9060045193246,392200,0,0,True 2022-02-25 00:00:00-05:00,4.65999984741211,4.88000011444092,4.63000011444092,4.84999990463257,4.05655701000599,264400,0,0,True 2022-02-28 00:00:00-05:00,4.88000011444092,5.09999990463257,4.86999988555908,5.07999992370606,4.2489298364019,543200,0,0,True 2022-03-01 00:00:00-05:00,5.15999984741211,5.28000020980835,5.03000020980835,5.17999982833862,4.33257010900266,481700,0,0,True 2022-03-02 00:00:00-05:00,5.23999977111816,5.30999994277954,5.07999992370606,5.17999982833862,4.33257010900266,232200,0,0,True 2022-03-03 00:00:00-05:00,5.21999979019165,5.23000001907349,4.94999980926514,4.96999979019165,4.15692533712691,234500,0,0,True 2022-03-04 00:00:00-05:00,5.03000020980835,5.3899998664856,5.03000020980835,5.3600001335144,4.48312299851233,1110400,0,0,True 2022-03-07 00:00:00-05:00,5.57000017166138,5.84999990463257,5.44000005722046,5.65000009536743,4.7256799884687,738400,0,0,True 2022-03-08 00:00:00-05:00,5.82999992370606,5.8899998664856,5.46999979019165,5.67999982833862,4.75077187083479,733300,0,0,True 2022-03-09 00:00:00-05:00,5.30000019073486,5.6399998664856,5.19999980926514,5.21999979019165,4.36602621804297,796500,0,0,True 2022-03-10 00:00:00-05:00,5.3600001335144,5.44999980926514,5.23999977111816,5.30999994277954,4.4413026627978,454800,0,0,True 2022-03-11 00:00:00-05:00,5.28999996185303,5.32999992370606,5.1100001335144,5.25,4.39111849923734,222100,0,0,True 2022-03-14 00:00:00-04:00,5.05000019073486,5.09999990463257,4.55999994277954,4.78999996185303,4.00637284644553,642400,0,0,True 2022-03-15 00:00:00-04:00,4.53000020980835,4.8899998664856,4.42000007629395,4.6100001335144,3.85582035576413,594600,0,0,True 2022-03-16 00:00:00-04:00,4.57999992370606,4.82999992370606,4.57999992370606,4.67999982833862,3.91436834717053,583800,0,0,True 2022-03-17 00:00:00-04:00,4.78999996185303,4.96000003814697,4.73999977111816,4.80000019073486,4.01473707311974,654300,0,0,True 2022-03-18 00:00:00-04:00,4.71999979019165,4.92000007629395,4.71000003814697,4.71999979019165,3.94782445621084,284100,0,0,True 2022-03-21 00:00:00-04:00,4.82999992370606,5.01000022888184,4.82000017166138,4.98000001907349,4.16528956380113,344500,0,0,True 2022-03-22 00:00:00-04:00,4.96999979019165,4.96999979019165,4.82000017166138,4.94000005722046,4.13183345476082,374000,0,0,True 2022-03-23 00:00:00-04:00,5.01000022888184,5.09999990463257,4.94000005722046,4.94000005722046,4.13183345476082,535800,0,0,True 2022-03-24 00:00:00-04:00,5,5,4.84000015258789,4.90000009536743,4.09837734572051,385800,0,0,True 2022-03-25 00:00:00-04:00,4.84999990463257,5.21999979019165,4.84000015258789,5.17999982833862,4.33257010900266,821200,0,0,True 2022-03-28 00:00:00-04:00,4.90000009536743,5.1100001335144,4.90000009536743,5.07000017166138,4.24056600855596,338100,0,0,True 2022-03-29 00:00:00-04:00,4.94000005722046,5.23000001907349,4.80999994277954,5.21000003814697,4.35766239019703,628200,0,0,True 2022-03-30 00:00:00-04:00,5.26999998092651,5.40000009536743,5.26999998092651,5.36999988555908,4.49148682635827,448200,0,0,True 2022-03-31 00:00:00-04:00,5.30000019073486,5.40999984741211,5.26000022888184,5.30999994277954,4.4413026627978,308000,0,0,True 2022-04-01 00:00:00-04:00,5.21000003814697,5.40000009536743,5.21000003814697,5.28000020980835,4.41621078043171,279000,0,0,True 2022-04-04 00:00:00-04:00,5.34999990463257,5.42999982833862,5.26000022888184,5.30000019073486,4.43293883495186,298100,0,0,True 2022-04-05 00:00:00-04:00,5.32999992370606,5.42000007629395,5.19999980926514,5.21999979019165,4.36602621804297,308800,0,0,True 2022-04-06 00:00:00-04:00,5.17999982833862,5.30999994277954,5.09000015258789,5.11999988555908,4.2823859454422,395100,0,0,True 2022-04-07 00:00:00-04:00,5.15999984741211,5.23000001907349,5.03000020980835,5.17999982833862,4.33257010900266,277200,0,0,True 2022-04-08 00:00:00-04:00,5.23000001907349,5.40000009536743,5.19000005722046,5.34999990463257,4.47475877183811,281000,0,0,True 2022-04-11 00:00:00-04:00,5.3899998664856,5.3899998664856,5.21000003814697,5.30999994277954,4.4413026627978,474300,0,0,True 2022-04-12 00:00:00-04:00,5.40000009536743,5.5,5.30000019073486,5.32999992370606,4.45803071731796,440400,0,0,True 2022-04-13 00:00:00-04:00,5.40000009536743,5.46999979019165,5.30999994277954,5.3600001335144,4.48312299851233,553200,0,0,True 2022-04-14 00:00:00-04:00,5.36999988555908,5.51000022888184,5.34999990463257,5.42999982833862,4.54167098991873,399900,0,0,True 2022-04-18 00:00:00-04:00,5.46000003814697,5.6399998664856,5.40000009536743,5.55000019073486,4.64203971586793,412700,0,0,True 2022-04-19 00:00:00-04:00,5.48999977111816,5.48999977111816,5.21999979019165,5.32999992370606,4.45803071731796,375600,0,0,True 2022-04-20 00:00:00-04:00,5.32999992370606,5.40000009536743,5.25,5.28000020980835,4.41621078043171,245400,0,0,True 2022-04-21 00:00:00-04:00,5.28999996185303,5.3899998664856,5,5.05999994277954,4.23220178188174,441300,0,0,True 2022-04-22 00:00:00-04:00,5.05999994277954,5.05999994277954,4.82000017166138,4.82999992370606,4.03982895548584,444800,0,0,True 2022-04-25 00:00:00-04:00,4.6100001335144,4.80000019073486,4.5,4.73999977111816,3.96455251073099,598100,0,0,True 2022-04-26 00:00:00-04:00,4.78000020980835,4.92999982833862,4.73000001907349,4.82000017166138,4.0314651276399,362000,0,0,True 2022-04-27 00:00:00-04:00,4.82000017166138,4.90999984741211,4.71000003814697,4.88000011444092,4.08164929120036,306800,0,0,True 2022-04-28 00:00:00-04:00,4.92000007629395,4.98999977111816,4.80000019073486,4.94999980926514,4.14019728260676,337000,0,0,True 2022-04-29 00:00:00-04:00,4.96000003814697,5,4.76999998092651,4.82000017166138,4.0314651276399,312400,0,0,True 2022-05-02 00:00:00-04:00,4.71000003814697,4.82999992370606,4.63000011444092,4.73000001907349,3.95618868288506,438800,0,0,True 2022-05-03 00:00:00-04:00,4.71000003814697,5.03000020980835,4.71000003814697,4.96999979019165,4.15692533712691,675000,0,0,True 2022-05-04 00:00:00-04:00,5,5.07999992370606,4.90000009536743,5.05000019073486,4.2238379540358,1268500,0,0,True 2022-05-05 00:00:00-04:00,5.09999990463257,5.15000009536743,4.8600001335144,5.03000020980835,4.20710989951565,356000,0,0,True 2022-05-06 00:00:00-04:00,4.96999979019165,5.1399998664856,4.88000011444092,4.94000005722046,4.13183345476082,250600,0,0,True 2022-05-09 00:00:00-04:00,4.78000020980835,4.78000020980835,4.46000003814697,4.57999992370606,3.83072807456977,587200,0,0,True 2022-05-10 00:00:00-04:00,4.65000009536743,4.75,4.44000005722046,4.53999996185303,3.79727196552946,359400,0,0,True 2022-05-11 00:00:00-04:00,4.67000007629395,4.67000007629395,4.21999979019165,4.32999992370606,3.62162719365371,709200,0,0,True 2022-05-12 00:00:00-04:00,4.34999990463257,4.48999977111816,4.25,4.38000011444092,3.66344752936823,564300,0,0,True 2022-05-13 00:00:00-04:00,4.42999982833862,4.84000015258789,4.42999982833862,4.76999998092651,3.98964479192537,800600,0,0,True 2022-05-16 00:00:00-04:00,4.76999998092651,5.01000022888184,4.76000022888184,4.92000007629395,4.11510540024067,430900,0,0,True 2022-05-17 00:00:00-04:00,5,5.15999984741211,4.98999977111816,5.13000011444092,4.29075017211642,491800,0,0,True 2022-05-18 00:00:00-04:00,5.23999977111816,5.28000020980835,4.94999980926514,5.05999994277954,4.23220178188174,526000,0,0,True 2022-05-19 00:00:00-04:00,4.94000005722046,5.28000020980835,4.94000005722046,5.23000001907349,4.37439044471719,440200,0,0,True 2022-05-20 00:00:00-04:00,5.17999982833862,5.40000009536743,5.17999982833862,5.34999990463257,4.47475877183811,510600,0,0,True 2022-05-24 00:00:00-04:00,5.32000017166138,5.57999992370606,5.30000019073486,5.57000017166138,4.65876777038809,522100,0,0,True 2022-05-25 00:00:00-04:00,5.59999990463257,5.76000022888184,5.55000019073486,5.69000005722046,4.75913609750901,634300,0,0,True 2022-05-26 00:00:00-04:00,5.84999990463257,5.84999990463257,5.6100001335144,5.6100001335144,4.69222387942839,492900,0,0,True 2022-05-27 00:00:00-04:00,5.61999988555908,5.78000020980835,5.59000015258789,5.78000020980835,4.83441254226384,746000,0,0,True 2022-05-30 00:00:00-04:00,5.84000015258789,6.1399998664856,5.84000015258789,6.1399998664856,5.13551752362662,430100,0,0,True 2022-05-31 00:00:00-04:00,6.15000009536743,6.17000007629395,5.71000003814697,5.84000015258789,4.8845967058243,3694200,0,0,True 2022-06-01 00:00:00-04:00,5.96999979019165,6.09999990463257,5.84999990463257,5.94999980926514,4.97660080627101,478200,0,0,True 2022-06-02 00:00:00-04:00,5.94999980926514,6.07000017166138,5.8600001335144,6,5.01842114198553,243400,0,0,True 2022-06-03 00:00:00-04:00,5.96000003814697,6.21000003814697,5.8899998664856,6.19000005722046,5.17733785934114,758200,0,0,True 2022-06-06 00:00:00-04:00,6.30000019073486,6.36999988555908,6.03999996185303,6.36999988555908,5.32789035002252,489200,0,0,True 2022-06-07 00:00:00-04:00,6.36999988555908,6.67999982833862,6.26999998092651,6.57000017166138,5.49517129405234,647300,0,0,True 2022-06-08 00:00:00-04:00,6.69999980926514,6.71999979019165,6.38000011444092,6.46000003814697,5.40316679477735,727300,0,0,True 2022-06-09 00:00:00-04:00,6.46999979019165,6.46999979019165,6.28000020980835,6.28000020980835,5.25261430409597,508200,0,0,True 2022-06-10 00:00:00-04:00,6.28000020980835,6.30999994277954,6.05000019073486,6.17000007629395,5.16060980482099,448700,0,0,True 2022-06-13 00:00:00-04:00,6,6.07999992370606,5.71000003814697,6.07000017166138,5.07696953222022,462500,0,0,True 2022-06-14 00:00:00-04:00,6.19999980926514,6.19999980926514,5.67000007629395,5.69000005722046,4.75913609750901,506000,0,0,True 2022-06-15 00:00:00-04:00,5.75,5.78999996185303,5.44999980926514,5.51999998092651,4.61694743467356,632600,0,0,True 2022-06-16 00:00:00-04:00,5.26000022888184,5.40999984741211,5.11999988555908,5.13000011444092,4.29075017211642,745300,0,0,True 2022-06-17 00:00:00-04:00,5.15000009536743,5.25,4.5,4.59999990463257,3.84745612908992,2540000,0,0,True 2022-06-20 00:00:00-04:00,4.57999992370606,4.73999977111816,4.51999998092651,4.69000005722046,3.92273257384475,273900,0,0,True 2022-06-21 00:00:00-04:00,4.80000019073486,4.94999980926514,4.71000003814697,4.76999998092651,3.98964479192537,592700,0,0,True 2022-06-22 00:00:00-04:00,4.44999980926514,4.46000003814697,4.30000019073486,4.30999994277954,3.60489913913355,809900,0,0,True 2022-06-23 00:00:00-04:00,4.32999992370606,4.3899998664856,3.74000000953674,3.84999990463257,3.22015348634173,1175400,0,0,True 2022-06-24 00:00:00-04:00,3.91000008583069,4.17000007629395,3.88000011444092,3.97000002861023,3.32052201287679,708700,0,0,True 2022-06-27 00:00:00-04:00,4.07000017166138,4.15999984741211,3.9300000667572,4.09999990463257,3.42925436725779,638900,0,0,True 2022-06-28 00:00:00-04:00,4.19999980926514,4.40000009536743,4.17999982833862,4.30999994277954,3.60489913913355,998100,0,0,True 2022-06-29 00:00:00-04:00,4.34999990463257,4.40000009536743,4.09000015258789,4.09999990463257,3.42925436725779,623400,0,0,True 2022-06-30 00:00:00-04:00,4,4.1100001335144,3.84999990463257,3.98000001907349,3.32888604013687,788400,0,0,True 2022-07-04 00:00:00-04:00,4.01999998092651,4.05000019073486,3.89000010490418,4.03000020980835,3.37070637585139,501500,0,0,True 2022-07-05 00:00:00-04:00,3.90000009536743,3.9300000667572,3.6800000667572,3.79999995231628,3.17833335004134,1068800,0,0,True 2022-07-06 00:00:00-04:00,3.71000003814697,3.84999990463257,3.38000011444092,3.47000002861023,2.90232025104466,785800,0,0,True 2022-07-07 00:00:00-04:00,3.64000010490418,3.78999996185303,3.64000010490418,3.73000001907349,3.11978515922081,537500,0,0,True 2022-07-08 00:00:00-04:00,3.75,3.88000011444092,3.64000010490418,3.79999995231628,3.17833335004134,380000,0,0,True 2022-07-11 00:00:00-04:00,3.74000000953674,3.89000010490418,3.64000010490418,3.82999992370605,3.20342543182157,1113200,0,0,True 2022-07-12 00:00:00-04:00,3.71000003814697,3.78999996185303,3.51999998092651,3.53999996185303,2.96086844186521,693900,0,0,True 2022-07-13 00:00:00-04:00,3.46000003814697,3.57999992370605,3.44000005722046,3.50999999046326,2.93577636008498,537100,0,0,True 2022-07-14 00:00:00-04:00,3.38000011444092,3.46000003814697,3.25999999046326,3.44000005722046,2.87722816926443,877700,0,0,True 2022-07-15 00:00:00-04:00,3.51999998092651,3.60999989509583,3.39000010490418,3.52999997138977,2.95250441460513,565800,0,0,True 2022-07-18 00:00:00-04:00,3.57999992370605,3.80999994277954,3.55999994277954,3.76999998092651,3.15324126826111,1215000,0,0,True 2022-07-19 00:00:00-04:00,3.75999999046326,3.88000011444092,3.74000000953674,3.84999990463257,3.22015348634173,861800,0,0,True 2022-07-20 00:00:00-04:00,3.8199999332428,3.89000010490418,3.73000001907349,3.85999989509583,3.22851751360181,397100,0,0,True 2022-07-21 00:00:00-04:00,3.74000000953674,3.79999995231628,3.61999988555908,3.71000003814697,3.10305710470065,481600,0,0,True 2022-07-22 00:00:00-04:00,3.74000000953674,3.78999996185303,3.63000011444092,3.63000011444092,3.03614488662004,547400,0,0,True 2022-07-25 00:00:00-04:00,3.65000009536743,3.89000010490418,3.60999989509583,3.83999991416931,3.21178945908165,617400,0,0,True 2022-07-26 00:00:00-04:00,3.90000009536743,3.98000001907349,3.78999996185303,3.86999988555908,3.23688154086188,538400,0,0,True 2022-07-27 00:00:00-04:00,3.84999990463257,4.03000020980835,3.84999990463257,4,3.34561409465702,607300,0,0,True 2022-07-28 00:00:00-04:00,4.05999994277954,4.19000005722046,4.01999998092651,4.09000015258789,3.42089053941185,850200,0,0,True 2022-07-29 00:00:00-04:00,4.19000005722046,4.36999988555908,4.13000011444092,4.28999996185303,3.5881710846134,953100,0,0,True 2022-08-02 00:00:00-04:00,4.23999977111816,4.23999977111816,4.03000020980835,4.05999994277954,3.39579825821748,471000,0,0,True 2022-08-03 00:00:00-04:00,4.09000015258789,4.1100001335144,3.83999991416931,3.9300000667572,3.28706590383648,677200,0,0,True 2022-08-04 00:00:00-04:00,3.85999989509583,3.88000011444092,3.6800000667572,3.6800000667572,3.07796502292042,809500,0,0,True 2022-08-05 00:00:00-04:00,3.60999989509583,3.89000010490418,3.60999989509583,3.84999990463257,3.22015348634173,380700,0,0,True 2022-08-08 00:00:00-04:00,3.79999995231628,3.94000005722046,3.75999999046326,3.94000005722046,3.29542993109656,429300,0,0,True 2022-08-09 00:00:00-04:00,4,4.03000020980835,3.95000004768372,4.01000022888184,3.35397832133124,328300,0,0,True 2022-08-10 00:00:00-04:00,4.03999996185303,4.03999996185303,3.90000009536743,3.99000000953674,3.33725006739694,848100,0,0,True 2022-08-11 00:00:00-04:00,4.03000020980835,4.19000005722046,3.99000000953674,4.15999984741211,3.47943853081826,4875600,0,0,True 2022-08-12 00:00:00-04:00,4.15000009536743,4.42000007629395,4.1100001335144,4.30000019073486,3.59653531128761,1629200,0,0,True 2022-08-15 00:00:00-04:00,4.1100001335144,4.36999988555908,4.03000020980835,4.30000019073486,3.59653531128761,712300,0,0,True 2022-08-16 00:00:00-04:00,4.36999988555908,4.48999977111816,4.21999979019165,4.28999996185303,3.5881710846134,596600,0,0,True 2022-08-17 00:00:00-04:00,4.26999998092651,4.3899998664856,4.21999979019165,4.28000020980835,3.57980725676746,404100,0,0,True 2022-08-18 00:00:00-04:00,4.34999990463257,4.6399998664856,4.34999990463257,4.55000019073486,3.80563619220367,1213700,0,0,True 2022-08-19 00:00:00-04:00,4.6100001335144,4.65000009536743,4.48999977111816,4.5,3.76381585648915,348900,0,0,True 2022-08-22 00:00:00-04:00,4.46000003814697,4.51999998092651,4.34999990463257,4.51000022888184,3.77218008316337,589300,0,0,True 2022-08-23 00:00:00-04:00,4.55000019073486,4.78000020980835,4.55000019073486,4.69999980926514,3.93109640169069,526400,0,0,True 2022-08-24 00:00:00-04:00,4.73000001907349,4.96000003814697,4.73000001907349,4.92999982833862,4.1234692280866,472800,0,0,True 2022-08-25 00:00:00-04:00,4.96999979019165,5.09000015258789,4.96000003814697,5.05999994277954,4.23220178188174,453900,0,0,True 2022-08-26 00:00:00-04:00,5.05999994277954,5.17000007629395,5.01000022888184,5.01000022888184,4.1903818449955,342300,0,0,True 2022-08-29 00:00:00-04:00,4.94999980926514,5.19999980926514,4.90999984741211,5.13000011444092,4.29075017211642,319600,0,0,True 2022-08-30 00:00:00-04:00,5.07000017166138,5.07000017166138,4.90000009536743,4.94000005722046,4.13183345476082,335300,0,0,True 2022-08-31 00:00:00-04:00,4.84999990463257,5.05000019073486,4.78000020980835,4.88000011444092,4.08164929120036,517200,0,0,True 2022-09-01 00:00:00-04:00,4.88000011444092,4.88000011444092,4.57000017166138,4.61999988555908,3.86418418361007,587000,0,0,True 2022-09-02 00:00:00-04:00,4.84000015258789,4.86999988555908,4.69000005722046,4.69999980926514,3.93109640169069,392000,0,0,True 2022-09-06 00:00:00-04:00,4.80000019073486,4.8600001335144,4.57999992370606,4.67000007629395,3.9060045193246,545600,0,0,True 2022-09-07 00:00:00-04:00,4.53999996185303,4.55999994277954,4.40000009536743,4.44999980926514,3.72199552077463,412100,0,0,True 2022-09-08 00:00:00-04:00,4.44999980926514,4.53999996185303,4.40999984741211,4.48000001907349,3.747087801969,369200,0,0,True 2022-09-09 00:00:00-04:00,4.55999994277954,4.80999994277954,4.55999994277954,4.78000020980835,3.99800901859959,513000,0,0,True 2022-09-12 00:00:00-04:00,4.78999996185303,4.88000011444092,4.73999977111816,4.82999992370606,4.03982895548584,285000,0,0,True 2022-09-13 00:00:00-04:00,4.80000019073486,4.84999990463257,4.71999979019165,4.76000022888184,3.98128096407944,225800,0,0,True 2022-09-14 00:00:00-04:00,4.80999994277954,4.98999977111816,4.78000020980835,4.86999988555908,4.07328506452614,1021100,0,0,True 2022-09-15 00:00:00-04:00,4.80999994277954,4.92000007629395,4.73999977111816,4.75,3.97291673740522,352500,0,0,True 2022-09-16 00:00:00-04:00,4.73000001907349,4.73000001907349,4.55000019073486,4.65999984741211,3.89764029265038,702500,0,0,True 2022-09-19 00:00:00-04:00,4.5,4.65999984741211,4.3899998664856,4.6399998664856,3.88091223813023,537500,0,0,True 2022-09-20 00:00:00-04:00,4.6399998664856,4.6399998664856,4.42999982833862,4.48000001907349,3.747087801969,400900,0,0,True 2022-09-21 00:00:00-04:00,4.51999998092651,4.55999994277954,4.30999994277954,4.32000017166138,3.61326336580777,364600,0,0,True 2022-09-22 00:00:00-04:00,4.3899998664856,4.44999980926514,4.09999990463257,4.13000011444092,3.45434664845216,515800,0,0,True 2022-09-23 00:00:00-04:00,4,4,3.59999990463257,3.70000004768372,3.09469307744058,960400,0,0,True 2022-09-26 00:00:00-04:00,3.69000005722046,3.75,3.32999992370605,3.36999988555908,2.81867977902975,683500,0,0,True 2022-09-27 00:00:00-04:00,3.44000005722046,3.47000002861023,3.33999991416931,3.38000011444092,2.82704400570397,931200,0,0,True 2022-09-28 00:00:00-04:00,3.38000011444092,3.66000008583069,3.35999989509583,3.66000008583069,3.06123696840027,541000,0,0,True 2022-09-29 00:00:00-04:00,3.58999991416931,3.75,3.48000001907349,3.74000000953674,3.12814918648088,640300,0,0,True 2022-09-30 00:00:00-04:00,3.67000007629395,3.76999998092651,3.5699999332428,3.70000004768372,3.09469307744058,536300,0,0,True 2022-10-03 00:00:00-04:00,3.80999994277954,3.94000005722046,3.76999998092651,3.90000009536743,3.26197382205625,656400,0,0,True 2022-10-04 00:00:00-04:00,3.98000001907349,4.11999988555908,3.98000001907349,4.01000022888184,3.35397832133124,638800,0,0,True 2022-10-05 00:00:00-04:00,4.01999998092651,4.26999998092651,3.99000000953674,4.17000007629395,3.48780275749248,615400,0,0,True 2022-10-06 00:00:00-04:00,4.1399998664856,4.40999984741211,4.1399998664856,4.38000011444092,3.66344752936823,418100,0,0,True 2022-10-07 00:00:00-04:00,4.3600001335144,4.44000005722046,4.21999979019165,4.26999998092651,3.57144303009324,673400,0,0,True 2022-10-11 00:00:00-04:00,4.09000015258789,4.09999990463257,3.85999989509583,3.99000000953674,3.33725006739694,307800,0,0,True 2022-10-12 00:00:00-04:00,3.94000005722046,3.98000001907349,3.83999991416931,3.97000002861023,3.32052201287679,371100,0,0,True 2022-10-13 00:00:00-04:00,3.91000008583069,4.09999990463257,3.91000008583069,4.03999996185303,3.37907020369733,625900,0,0,True 2022-10-14 00:00:00-04:00,4.01000022888184,4.07000017166138,3.82999992370605,3.83999991416931,3.21178945908165,353500,0,0,True 2022-10-17 00:00:00-04:00,3.89000010490418,3.97000002861023,3.84999990463257,3.90000009536743,3.26197382205625,546400,0,0,True 2022-10-18 00:00:00-04:00,3.9300000667572,3.99000000953674,3.82999992370605,3.91000008583069,3.27033784931633,377200,0,0,True 2022-10-19 00:00:00-04:00,3.90000009536743,4,3.86999988555908,3.99000000953674,3.33725006739694,379500,0,0,True 2022-10-20 00:00:00-04:00,4,4.13000011444092,3.96000003814697,3.99000000953674,3.33725006739694,453900,0,0,True 2022-10-21 00:00:00-04:00,3.98000001907349,4.03999996185303,3.9300000667572,3.95000004768372,3.30379395835664,396900,0,0,True 2022-10-24 00:00:00-04:00,3.98000001907349,4.05999994277954,3.91000008583069,4,3.34561409465702,496100,0,0,True 2022-10-25 00:00:00-04:00,3.97000002861023,4.07999992370606,3.97000002861023,4.05999994277954,3.39579825821748,532500,0,0,True 2022-10-26 00:00:00-04:00,4.05000019073486,4.23000001907349,4.05000019073486,4.21000003814697,3.52125886653278,877200,0,0,True 2022-10-27 00:00:00-04:00,4.21999979019165,4.30000019073486,4.13000011444092,4.17000007629395,3.48780275749248,474000,0,0,True 2022-10-28 00:00:00-04:00,4.11999988555908,4.19999980926514,4.03000020980835,4.07000017166138,3.4041624848917,363900,0,0,True 2022-10-31 00:00:00-04:00,4.01000022888184,4.23000001907349,4.01000022888184,4.1100001335144,3.43761859393201,628500,0,0,True 2022-11-01 00:00:00-04:00,4.23000001907349,4.25,4.1399998664856,4.17999982833862,3.49616658533841,319700,0,0,True 2022-11-02 00:00:00-04:00,4.17000007629395,4.34000015258789,4.1100001335144,4.21999979019165,3.52962269437872,481300,0,0,True 2022-11-03 00:00:00-04:00,4.19000005722046,4.34000015258789,4.17999982833862,4.28999996185303,3.5881710846134,279400,0,0,True 2022-11-04 00:00:00-04:00,4.3600001335144,4.59000015258789,4.34000015258789,4.55000019073486,3.80563619220367,741800,0,0,True 2022-11-07 00:00:00-05:00,4.55999994277954,4.59999990463257,4.5,4.57999992370606,3.83072807456977,366700,0,0,True 2022-11-08 00:00:00-05:00,4.59000015258789,4.59999990463257,4.46000003814697,4.51000022888184,3.77218008316337,426500,0,0,True 2022-11-09 00:00:00-05:00,4.09999990463257,4.13000011444092,3.50999999046326,3.57999992370605,2.99432455090551,3261400,0,0,True 2022-11-10 00:00:00-05:00,3.60999989509583,3.60999989509583,3.24000000953674,3.51999998092651,2.94414038734505,2489900,0,0,True 2022-11-11 00:00:00-05:00,3.54999995231628,3.54999995231628,3.36999988555908,3.48000001907349,2.91068427830474,1531900,0,0,True 2022-11-14 00:00:00-05:00,3.41000008583069,3.61999988555908,3.38000011444092,3.51999998092651,2.94414038734505,1636500,0,0,True 2022-11-15 00:00:00-05:00,3.54999995231628,3.65000009536743,3.50999999046326,3.61999988555908,3.02778065994582,613200,0,0,True 2022-11-16 00:00:00-05:00,3.61999988555908,3.61999988555908,3.44000005722046,3.45000004768372,2.88559219652451,1095300,0,0,True 2022-11-17 00:00:00-05:00,3.42000007629395,3.42000007629395,3.22000002861023,3.35999989509583,2.81031575176968,1058500,0,0,True 2022-11-18 00:00:00-05:00,3.29999995231628,3.34999990463257,3.23000001907349,3.32999992370605,2.78522366998944,1005000,0,0,True 2022-11-21 00:00:00-05:00,3.28999996185303,3.32999992370605,3.13000011444092,3.28999996185303,2.75176756094914,1701700,0,0,True 2022-11-22 00:00:00-05:00,3.30999994277954,3.45000004768372,3.30999994277954,3.41000008583069,2.8521360874842,668000,0,0,True 2022-11-23 00:00:00-05:00,3.33999991416931,3.55999994277954,3.29999995231628,3.46000003814697,2.89395622378459,626600,0,0,True 2022-11-24 00:00:00-05:00,3.45000004768372,3.46000003814697,3.38000011444092,3.4300000667572,2.86886414200435,213400,0,0,True 2022-11-25 00:00:00-05:00,3.45000004768372,3.48000001907349,3.36999988555908,3.38000011444092,2.82704400570397,404100,0,0,True 2022-11-28 00:00:00-05:00,3.30999994277954,3.35999989509583,3.25999999046326,3.29999995231628,2.76013158820921,472800,0,0,True 2022-11-29 00:00:00-05:00,3.32999992370605,3.48000001907349,3.30999994277954,3.40000009536743,2.84377206022412,782700,0,0,True 2022-11-30 00:00:00-05:00,3.58999991416931,3.58999991416931,3.40000009536743,3.40000009536743,2.84377206022412,1510300,0,0,True 2022-12-01 00:00:00-05:00,3.46000003814697,3.54999995231628,3.35999989509583,3.36999988555908,2.81867977902975,570700,0,0,True 2022-12-02 00:00:00-05:00,3.36999988555908,3.45000004768372,3.32999992370605,3.34999990463257,2.8019517245096,319600,0,0,True 2022-12-05 00:00:00-05:00,3.40000009536743,3.47000002861023,3.25999999046326,3.29999995231628,2.76013158820921,1100300,0,0,True 2022-12-06 00:00:00-05:00,3.28999996185303,3.34999990463257,3.07999992370605,3.07999992370605,2.57612278907338,1268000,0,0,True 2022-12-07 00:00:00-05:00,3.07999992370605,3.1800000667572,2.98000001907349,3.08999991416931,2.58448681633346,769100,0,0,True 2022-12-08 00:00:00-05:00,3.19000005722046,3.19000005722046,2.99000000953674,3.02999997138977,2.534302652773,618300,0,0,True 2022-12-09 00:00:00-05:00,3.01999998092651,3.05999994277954,2.95000004768372,3.05999994277954,2.55939473455323,779100,0,0,True 2022-12-12 00:00:00-05:00,3.05999994277954,3.08999991416931,2.95000004768372,2.97000002861023,2.48411848921254,1015200,0,0,True 2022-12-13 00:00:00-05:00,3.05999994277954,3.13000011444092,2.9300000667572,3.04999995231628,2.55103070729315,1585100,0,0,True 2022-12-14 00:00:00-05:00,3.07999992370605,3.11999988555908,3.00999999046326,3.09999990463257,2.59285084359354,508600,0,0,True 2022-12-15 00:00:00-05:00,3.04999995231628,3.07999992370605,2.97000002861023,3.07999992370605,2.57612278907338,802900,0,0,True 2022-12-16 00:00:00-05:00,3.00999999046326,3.02999997138977,2.89000010490418,2.94000005722046,2.45902640743231,1059300,0,0,True 2022-12-19 00:00:00-05:00,2.91000008583069,2.9300000667572,2.6800000667572,2.74000000953674,2.29174566281662,2117800,0,0,True 2022-12-20 00:00:00-05:00,2.74000000953674,2.85999989509583,2.71000003814697,2.82999992370605,2.36702190815732,988400,0,0,True 2022-12-21 00:00:00-05:00,2.83999991416931,3.05999994277954,2.83999991416931,3.02999997138977,2.534302652773,796100,0,0,True 2022-12-22 00:00:00-05:00,3.04999995231628,3.05999994277954,2.89000010490418,2.92000007629395,2.44229835291216,1115000,0,0,True 2022-12-23 00:00:00-05:00,2.97000002861023,3.19000005722046,2.95000004768372,3.17000007629395,2.65139923382822,1357700,0,0,True 2022-12-28 00:00:00-05:00,3.10999989509583,3.11999988555908,2.92000007629395,2.94000005722046,2.45902640743231,1075500,0,0,True 2022-12-29 00:00:00-05:00,2.92000007629395,3.00999999046326,2.92000007629395,2.99000000953674,2.50084654373269,471300,0,0,True 2022-12-30 00:00:00-05:00,2.96000003814697,3.02999997138977,2.96000003814697,3,2.50921057099277,573100,0,0,True 2023-01-03 00:00:00-05:00,2.97000002861023,3,2.75,2.76999998092651,2.31683774459685,766300,0,0,True 2023-01-04 00:00:00-05:00,2.76999998092651,2.77999997138977,2.6800000667572,2.71000003814697,2.26665358103639,735100,0,0,True 2023-01-05 00:00:00-05:00,2.69000005722046,2.76999998092651,2.6800000667572,2.71000003814697,2.26665358103639,716200,0,0,True 2023-01-06 00:00:00-05:00,2.73000001907349,2.80999994277954,2.73000001907349,2.79999995231628,2.34192982637709,333100,0,0,True 2023-01-09 00:00:00-05:00,2.85999989509583,2.95000004768372,2.8199999332428,2.88000011444092,2.40884224387185,491400,0,0,True 2023-01-10 00:00:00-05:00,2.85999989509583,2.91000008583069,2.80999994277954,2.89000010490418,2.41720627113193,418900,0,0,True 2023-01-11 00:00:00-05:00,2.89000010490418,2.99000000953674,2.89000010490418,2.92000007629395,2.44229835291216,808900,0,0,True 2023-01-12 00:00:00-05:00,2.97000002861023,3.07999992370605,2.95000004768372,3.03999996185303,2.54266668003308,900700,0,0,True 2023-01-13 00:00:00-05:00,3.03999996185303,3.09999990463257,2.98000001907349,3.02999997138977,2.534302652773,625000,0,0,True 2023-01-16 00:00:00-05:00,3.02999997138977,3.03999996185303,3,3.00999999046326,2.51757459825285,360400,0,0,True 2023-01-17 00:00:00-05:00,3.05999994277954,3.17000007629395,3,3.15000009536743,2.63467117930806,699200,0,0,True 2023-01-18 00:00:00-05:00,3.19000005722046,3.28999996185303,3.13000011444092,3.13000011444092,2.61794312478791,707500,0,0,True 2023-01-19 00:00:00-05:00,3.13000011444092,3.14000010490418,3.02999997138977,3.11999988555908,2.60957889811369,291600,0,0,True 2023-01-20 00:00:00-05:00,3.10999989509583,3.16000008583069,3.07999992370605,3.11999988555908,2.60957889811369,191000,0,0,True 2023-01-23 00:00:00-05:00,3.14000010490418,3.1800000667572,3.0699999332428,3.10999989509583,2.60121487085362,329700,0,0,True 2023-01-24 00:00:00-05:00,3.05999994277954,3.08999991416931,3.00999999046326,3.01999998092651,2.52593862551292,496300,0,0,True 2023-01-25 00:00:00-05:00,3.00999999046326,3.04999995231628,2.9300000667572,3.04999995231628,2.55103070729315,415700,0,0,True 2023-01-26 00:00:00-05:00,3.04999995231628,3.08999991416931,2.99000000953674,3.03999996185303,2.54266668003308,243700,0,0,True 2023-01-27 00:00:00-05:00,3.02999997138977,3.0699999332428,2.96000003814697,3.01999998092651,2.52593862551292,432400,0,0,True 2023-01-30 00:00:00-05:00,2.98000001907349,2.98000001907349,2.86999988555908,2.89000010490418,2.41720627113193,427200,0,0,True 2023-01-31 00:00:00-05:00,2.85999989509583,2.96000003814697,2.80999994277954,2.96000003814697,2.47575446195246,428900,0,0,True 2023-02-01 00:00:00-05:00,2.96000003814697,3,2.88000011444092,2.94000005722046,2.45902640743231,800000,0,0,True 2023-02-02 00:00:00-05:00,2.97000002861023,2.97000002861023,2.84999990463257,2.88000011444092,2.40884224387185,552400,0,0,True 2023-02-03 00:00:00-05:00,2.86999988555908,2.95000004768372,2.85999989509583,2.90000009536743,2.425570298392,468600,0,0,True 2023-02-06 00:00:00-05:00,2.90000009536743,2.92000007629395,2.82999992370605,2.83999991416931,2.37538593541739,214400,0,0,True 2023-02-07 00:00:00-05:00,2.86999988555908,3.08999991416931,2.85999989509583,3.08999991416931,2.58448681633346,736000,0,0,True 2023-02-08 00:00:00-05:00,3.09999990463257,3.10999989509583,3,3,2.50921057099277,293100,0,0,True 2023-02-09 00:00:00-05:00,2.97000002861023,3.03999996185303,2.97000002861023,3.01999998092651,2.52593862551292,290000,0,0,True 2023-02-10 00:00:00-05:00,3.00999999046326,3.08999991416931,3.00999999046326,3.04999995231628,2.55103070729315,319600,0,0,True 2023-02-13 00:00:00-05:00,3.08999991416931,3.08999991416931,2.97000002861023,3,2.50921057099277,494600,0,0,True 2023-02-14 00:00:00-05:00,2.99000000953674,3.00999999046326,2.95000004768372,3,2.50921057099277,354700,0,0,True 2023-02-15 00:00:00-05:00,2.97000002861023,2.99000000953674,2.89000010490418,2.97000002861023,2.48411848921254,301400,0,0,True 2023-02-16 00:00:00-05:00,2.94000005722046,3,2.92000007629395,2.99000000953674,2.50084654373269,212600,0,0,True 2023-02-17 00:00:00-05:00,2.9300000667572,2.9300000667572,2.75999999046326,2.77999997138977,2.32520177185693,823900,0,0,True 2023-02-21 00:00:00-05:00,2.80999994277954,2.82999992370605,2.71000003814697,2.72000002861023,2.27501760829647,352700,0,0,True 2023-02-22 00:00:00-05:00,2.74000000953674,2.74000000953674,2.64000010490418,2.66000008583069,2.22483344473601,343700,0,0,True 2023-02-23 00:00:00-05:00,2.70000004768372,2.77999997138977,2.66000008583069,2.75,2.3001096900767,292200,0,0,True 2023-02-24 00:00:00-05:00,2.70000004768372,2.79999995231628,2.70000004768372,2.77999997138977,2.32520177185693,322100,0,0,True 2023-02-27 00:00:00-05:00,2.80999994277954,2.91000008583069,2.75,2.88000011444092,2.40884224387185,268200,0,0,True 2023-02-28 00:00:00-05:00,2.88000011444092,2.92000007629395,2.8199999332428,2.84999990463257,2.38374996267747,917800,0,0,True 2023-03-01 00:00:00-05:00,2.85999989509583,2.98000001907349,2.85999989509583,2.98000001907349,2.49248251647262,327600,0,0,True 2023-03-02 00:00:00-05:00,3,3.02999997138977,2.92000007629395,2.96000003814697,2.47575446195246,287600,0,0,True 2023-03-03 00:00:00-05:00,2.91000008583069,3.07999992370605,2.91000008583069,3.04999995231628,2.55103070729315,289700,0,0,True 2023-03-06 00:00:00-05:00,3.05999994277954,3.05999994277954,2.97000002861023,3.00999999046326,2.51757459825285,232100,0,0,True 2023-03-07 00:00:00-05:00,2.98000001907349,3,2.88000011444092,2.91000008583069,2.43393432565208,279700,0,0,True 2023-03-08 00:00:00-05:00,2.97000002861023,3.05999994277954,2.90000009536743,2.96000003814697,2.47575446195246,455000,0,0,True 2023-03-09 00:00:00-05:00,3,3.1800000667572,2.99000000953674,3.00999999046326,2.51757459825285,336300,0,0,True 2023-03-10 00:00:00-05:00,3.00999999046326,3.05999994277954,2.91000008583069,2.95000004768372,2.46739043469239,350400,0,0,True 2023-03-13 00:00:00-04:00,2.82999992370605,2.91000008583069,2.75,2.90000009536743,2.425570298392,435800,0,0,True 2023-03-14 00:00:00-04:00,2.86999988555908,2.95000004768372,2.83999991416931,2.88000011444092,2.40884224387185,231900,0,0,True 2023-03-15 00:00:00-04:00,2.75,2.75999999046326,2.47000002861023,2.63000011444092,2.59748055752153,1133800,0.441,0,True 2023-03-16 00:00:00-04:00,2.65000009536743,2.73000001907349,2.5699999332428,2.72000002861023,2.68636760681569,420000,0,0,True 2023-03-17 00:00:00-04:00,2.6800000667572,2.75,2.61999988555908,2.63000011444092,2.59748055752153,403800,0,0,True 2023-03-20 00:00:00-04:00,2.64000010490418,2.73000001907349,2.61999988555908,2.72000002861023,2.68636760681569,251300,0,0,True 2023-03-21 00:00:00-04:00,2.76999998092651,2.83999991416931,2.72000002861023,2.76999998092651,2.735749498032,311100,0,0,True 2023-03-22 00:00:00-04:00,2.75999999046326,2.78999996185303,2.66000008583069,2.66000008583069,2.62710986969891,162000,0,0,True 2023-03-23 00:00:00-04:00,2.69000005722046,2.74000000953674,2.58999991416931,2.64000010490418,2.60735711321239,190900,0,0,True 2023-03-24 00:00:00-04:00,2.5699999332428,2.66000008583069,2.5699999332428,2.63000011444092,2.59748055752153,301600,0,0,True 2023-03-27 00:00:00-04:00,2.63000011444092,2.72000002861023,2.55999994277954,2.71000003814697,2.67649140602003,226600,0,0,True 2023-03-28 00:00:00-04:00,2.74000000953674,2.74000000953674,2.66000008583069,2.71000003814697,2.67649140602003,161900,0,0,True 2023-03-29 00:00:00-04:00,2.70000004768372,2.75999999046326,2.69000005722046,2.72000002861023,2.68636760681569,202700,0,0,True 2023-03-30 00:00:00-04:00,2.70000004768372,2.75,2.67000007629395,2.72000002861023,2.68636760681569,118100,0,0,True 2023-03-31 00:00:00-04:00,2.75,2.79999995231628,2.75,2.76999998092651,2.735749498032,201700,0,0,True 2023-04-03 00:00:00-04:00,2.76999998092651,2.96000003814697,2.76999998092651,2.96000003814697,2.92340032975878,876600,0,0,True 2023-04-04 00:00:00-04:00,2.99000000953674,2.99000000953674,2.88000011444092,2.92000007629395,2.88389499423333,151100,0,0,True 2023-04-05 00:00:00-04:00,2.94000005722046,2.94000005722046,2.8199999332428,2.83999991416931,2.80488396828724,90400,0,0,True 2023-04-06 00:00:00-04:00,2.88000011444092,2.88000011444092,2.77999997138977,2.79999995231628,2.76537845531419,123900,0,0,True 2023-04-10 00:00:00-04:00,2.78999996185303,2.90000009536743,2.77999997138977,2.78999996185303,2.75550243196612,205200,0,0,True 2023-04-11 00:00:00-04:00,2.76999998092651,2.82999992370605,2.76999998092651,2.80999994277954,2.77525501100505,345000,0,0,True 2023-04-12 00:00:00-04:00,2.82999992370605,2.84999990463257,2.79999995231628,2.80999994277954,2.77525501100505,210200,0,0,True 2023-04-13 00:00:00-04:00,2.78999996185303,2.80999994277954,2.76999998092651,2.78999996185303,2.75550243196612,234700,0,0,True 2023-04-14 00:00:00-04:00,2.79999995231628,2.82999992370605,2.74000000953674,2.75,2.71599691899307,545200,0,0,True 2023-04-17 00:00:00-04:00,2.78999996185303,2.78999996185303,2.72000002861023,2.75,2.71599691899307,171800,0,0,True 2023-04-18 00:00:00-04:00,2.75,2.75,2.6800000667572,2.71000003814697,2.67649140602003,194200,0,0,True 2023-04-19 00:00:00-04:00,2.71000003814697,2.71000003814697,2.61999988555908,2.66000008583069,2.62710986969891,269500,0,0,True 2023-04-20 00:00:00-04:00,2.64000010490418,2.64000010490418,2.5699999332428,2.61999988555908,2.58760435672587,833900,0,0,True 2023-04-21 00:00:00-04:00,2.61999988555908,2.65000009536743,2.59999990463257,2.65000009536743,2.61723349145565,174500,0,0,True 2023-04-24 00:00:00-04:00,2.60999989509583,2.66000008583069,2.5699999332428,2.66000008583069,2.62710986969891,255300,0,0,True 2023-04-25 00:00:00-04:00,2.61999988555908,2.65000009536743,2.5699999332428,2.58999991416931,2.55797504454849,406500,0,0,True 2023-04-26 00:00:00-04:00,2.5699999332428,2.61999988555908,2.48000001907349,2.48000001907349,2.4493354162154,293400,0,0,True 2023-04-27 00:00:00-04:00,2.5,2.52999997138977,2.45000004768372,2.48000001907349,2.4493354162154,251700,0,0,True 2023-04-28 00:00:00-04:00,2.52999997138977,2.54999995231628,2.48000001907349,2.5,2.46908799525433,405600,0,0,True 2023-05-01 00:00:00-04:00,2.48000001907349,2.57999992370605,2.48000001907349,2.53999996185303,2.50859350822737,138100,0,0,True 2023-05-02 00:00:00-04:00,2.54999995231628,2.54999995231628,2.29999995231628,2.32999992370605,2.30118992001407,846200,0,0,True 2023-05-03 00:00:00-04:00,2.30999994277954,2.34999990463257,2.24000000953674,2.34999990463257,2.320942499053,555600,0,0,True 2023-05-04 00:00:00-04:00,2.34999990463257,2.38000011444092,2.29999995231628,2.34999990463257,2.320942499053,359300,0,0,True 2023-05-05 00:00:00-04:00,2.42000007629395,2.51999998092651,2.41000008583069,2.51999998092651,2.48884057429325,321700,0,0,True 2023-05-08 00:00:00-04:00,2.50999999046326,2.54999995231628,2.5,2.51999998092651,2.48884057429325,226500,0,0,True 2023-05-09 00:00:00-04:00,2.54999995231628,2.54999995231628,2.49000000953674,2.52999997138977,2.49871712998411,120400,0,0,True 2023-05-10 00:00:00-04:00,2.54999995231628,2.54999995231628,2.4300000667572,2.48000001907349,2.4493354162154,236300,0,0,True 2023-05-11 00:00:00-04:00,2.48000001907349,2.51999998092651,2.38000011444092,2.38000011444092,2.35057216612557,433000,0,0,True 2023-05-12 00:00:00-04:00,2.4300000667572,2.54999995231628,2.40000009536743,2.52999997138977,2.49871712998411,510700,0,0,True 2023-05-15 00:00:00-04:00,2.53999996185303,2.63000011444092,2.52999997138977,2.61999988555908,2.58760435672587,230800,0,0,True 2023-05-16 00:00:00-04:00,2.61999988555908,2.67000007629395,2.44000005722046,2.48000001907349,2.4493354162154,579000,0,0,True 2023-05-17 00:00:00-04:00,2.48000001907349,2.50999999046326,2.41000008583069,2.48000001907349,2.4493354162154,196000,0,0,True 2023-05-18 00:00:00-04:00,2.46000003814697,2.53999996185303,2.44000005722046,2.5,2.46908799525433,233000,0,0,True 2023-05-19 00:00:00-04:00,2.55999994277954,2.57999992370605,2.47000002861023,2.50999999046326,2.47896455094518,229000,0,0,True 2023-05-23 00:00:00-04:00,2.46000003814697,2.60999989509583,2.46000003814697,2.55999994277954,2.5283460872663,240100,0,0,True 2023-05-24 00:00:00-04:00,2.51999998092651,2.55999994277954,2.44000005722046,2.47000002861023,2.43945903797214,199100,0,0,True 2023-05-25 00:00:00-04:00,2.5,2.5,2.38000011444092,2.40000009536743,2.3703247451645,287100,0,0,True 2023-05-26 00:00:00-04:00,2.40000009536743,2.47000002861023,2.36999988555908,2.40000009536743,2.3703247451645,150100,0,0,True 2023-05-29 00:00:00-04:00,2.40000009536743,2.48000001907349,2.40000009536743,2.46000003814697,2.42958265972887,58700,0,0,True 2023-05-30 00:00:00-04:00,2.44000005722046,2.44000005722046,2.32999992370605,2.39000010490418,2.36044818947364,281300,0,0,True 2023-05-31 00:00:00-04:00,2.32999992370605,2.46000003814697,2.25999999046326,2.4300000667572,2.39995370244669,708800,0,0,True 2023-06-01 00:00:00-04:00,2.39000010490418,2.41000008583069,2.29999995231628,2.32999992370605,2.30118992001407,490100,0,0,True 2023-06-02 00:00:00-04:00,2.32999992370605,2.54999995231628,2.32999992370605,2.54999995231628,2.51846988647063,1196900,0,0,True 2023-06-05 00:00:00-04:00,2.50999999046326,2.61999988555908,2.50999999046326,2.54999995231628,2.51846988647063,317400,0,0,True 2023-06-06 00:00:00-04:00,2.5699999332428,2.57999992370605,2.47000002861023,2.49000000953674,2.45921161701106,401600,0,0,True 2023-06-07 00:00:00-04:00,2.48000001907349,2.51999998092651,2.46000003814697,2.48000001907349,2.4493354162154,176900,0,0,True 2023-06-08 00:00:00-04:00,2.5,2.60999989509583,2.4300000667572,2.55999994277954,2.5283460872663,510900,0,0,True 2023-06-09 00:00:00-04:00,2.54999995231628,2.59999990463257,2.5,2.5,2.46908799525433,178700,0,0,True 2023-06-12 00:00:00-04:00,2.48000001907349,2.48000001907349,2.39000010490418,2.41000008583069,2.38020094596016,205900,0,0,True 2023-06-13 00:00:00-04:00,2.42000007629395,2.52999997138977,2.42000007629395,2.42000007629395,2.39007750165102,201500,0,0,True 2023-06-14 00:00:00-04:00,2.42000007629395,2.44000005722046,2.34999990463257,2.34999990463257,2.32518006927797,158000,0.00441,0,True 2023-06-15 00:00:00-04:00,2.4300000667572,2.4300000667572,2.33999991416931,2.41000008583069,2.38454653903996,92600,0,0,True 2023-06-16 00:00:00-04:00,2.41000008583069,2.44000005722046,2.33999991416931,2.36999988555908,2.34496879561464,407100,0,0,True 2023-06-19 00:00:00-04:00,2.41000008583069,2.41000008583069,2.35999989509583,2.36999988555908,2.34496879561464,69900,0,0,True 2023-06-20 00:00:00-04:00,2.35999989509583,2.35999989509583,2.26999998092651,2.28999996185303,2.26581374489198,404500,0,0,True 2023-06-21 00:00:00-04:00,2.28999996185303,2.28999996185303,2.21000003814697,2.25999999046326,2.23613072807499,234900,0,0,True 2023-06-22 00:00:00-04:00,2.25,2.25999999046326,2.11999988555908,2.13000011444092,2.10750378882267,366900,0,0,True 2023-06-23 00:00:00-04:00,2.16000008583069,2.20000004768372,2.07999992370605,2.09999990463257,2.07782062662968,175300,0,0,True 2023-06-26 00:00:00-04:00,2.16000008583069,2.16000008583069,2.08999991416931,2.09999990463257,2.07782062662968,109500,0,0,True 2023-06-27 00:00:00-04:00,2.08999991416931,2.13000011444092,2.05999994277954,2.05999994277954,2.03824302858035,165900,0,0,True 2023-06-28 00:00:00-04:00,2.09999990463257,2.16000008583069,2.01999998092651,2.16000008583069,2.13718680563967,287900,0,0,True 2023-06-29 00:00:00-04:00,2.16000008583069,2.21000003814697,2.15000009536743,2.21000003814697,2.18665883954533,113900,0,0,True 2023-06-30 00:00:00-04:00,2.19000005722046,2.29999995231628,2.1800000667572,2.26999998092651,2.24602516393132,354000,0,0,True 2023-07-04 00:00:00-04:00,2.3199999332428,2.38000011444092,2.25,2.35999989509583,2.33507450513431,245600,0,0,True 2023-07-05 00:00:00-04:00,2.46000003814697,2.46000003814697,2.21000003814697,2.21000003814697,2.18665883954533,475400,0,0,True 2023-07-06 00:00:00-04:00,2.21000003814697,2.26999998092651,2.19000005722046,2.20000004768372,2.176764403689,240200,0,0,True 2023-07-07 00:00:00-04:00,2.21000003814697,2.38000011444092,2.21000003814697,2.32999992370605,2.30539119756531,222100,0,0,True 2023-07-10 00:00:00-04:00,2.30999994277954,2.34999990463257,2.29999995231628,2.29999995231628,2.27570818074832,55700,0,0,True 2023-07-11 00:00:00-04:00,2.28999996185303,2.40000009536743,2.27999997138977,2.40000009536743,2.37465224855963,238500,0,0,True 2023-07-12 00:00:00-04:00,2.45000004768372,2.46000003814697,2.39000010490418,2.44000005722046,2.41422955585696,241500,0,0,True 2023-07-13 00:00:00-04:00,2.40000009536743,2.46000003814697,2.39000010490418,2.44000005722046,2.41422955585696,153200,0,0,True 2023-07-14 00:00:00-04:00,2.34999990463257,2.39000010490418,2.27999997138977,2.28999996185303,2.26581374489198,232100,0,0,True 2023-07-17 00:00:00-04:00,2.28999996185303,2.30999994277954,2.22000002861023,2.24000000953674,2.21634200173832,144600,0,0,True 2023-07-18 00:00:00-04:00,2.23000001907349,2.34999990463257,2.23000001907349,2.30999994277954,2.28560247122865,146700,0,0,True 2023-07-19 00:00:00-04:00,2.29999995231628,2.47000002861023,2.29999995231628,2.45000004768372,2.42412413708929,443000,0,0,True 2023-07-20 00:00:00-04:00,2.48000001907349,2.5699999332428,2.48000001907349,2.51999998092651,2.49338475195561,270100,0,0,True 2023-07-21 00:00:00-04:00,2.57999992370605,2.57999992370605,2.45000004768372,2.48000001907349,2.45380700853029,222600,0,0,True 2023-07-24 00:00:00-04:00,2.5,2.52999997138977,2.47000002861023,2.49000000953674,2.46370158976262,197200,0,0,True 2023-07-25 00:00:00-04:00,2.47000002861023,2.49000000953674,2.41000008583069,2.44000005722046,2.41422955585696,188700,0,0,True 2023-07-26 00:00:00-04:00,2.40000009536743,2.45000004768372,2.40000009536743,2.45000004768372,2.42412413708929,128100,0,0,True 2023-07-27 00:00:00-04:00,2.48000001907349,2.48000001907349,2.40000009536743,2.41000008583069,2.38454653903996,381600,0,0,True 2023-07-28 00:00:00-04:00,2.45000004768372,2.54999995231628,2.38000011444092,2.52999997138977,2.50327904243595,424500,0,0,True 2023-07-31 00:00:00-04:00,2.5,2.73000001907349,2.5,2.72000002861023,2.69127230607425,516500,0,0,True 2023-08-01 00:00:00-04:00,2.74000000953674,2.75999999046326,2.33999991416931,2.45000004768372,2.42412413708929,3980500,0,0,True 2023-08-02 00:00:00-04:00,2.46000003814697,2.46000003814697,2.32999992370605,2.36999988555908,2.34496879561464,2111700,0,0,True 2023-08-03 00:00:00-04:00,2.35999989509583,2.45000004768372,2.35999989509583,2.44000005722046,2.41422955585696,814300,0,0,True 2023-08-04 00:00:00-04:00,2.47000002861023,2.53999996185303,2.42000007629395,2.53999996185303,2.51317333291628,1363900,0,0,True 2023-08-08 00:00:00-04:00,2.50999999046326,2.54999995231628,2.47000002861023,2.52999997138977,2.50327904243595,776900,0,0,True 2023-08-09 00:00:00-04:00,2.54999995231628,2.55999994277954,2.5,2.51999998092651,2.49338475195561,932100,0,0,True 2023-08-10 00:00:00-04:00,2.51999998092651,2.52999997138977,2.47000002861023,2.49000000953674,2.46370158976262,389700,0,0,True 2023-08-11 00:00:00-04:00,2.48000001907349,2.50999999046326,2.48000001907349,2.50999999046326,2.48349046147528,280800,0,0,True 2023-08-14 00:00:00-04:00,2.50999999046326,2.50999999046326,2.40000009536743,2.4300000667572,2.40433526537663,361600,0,0,True 2023-08-15 00:00:00-04:00,2.42000007629395,2.44000005722046,2.26999998092651,2.3199999332428,2.29549705246098,1139100,0,0,True 2023-08-16 00:00:00-04:00,2.28999996185303,2.35999989509583,2.23000001907349,2.25999999046326,2.23613072807499,474700,0,0,True 2023-08-17 00:00:00-04:00,2.25999999046326,2.30999994277954,2.25,2.30999994277954,2.28560247122865,1188900,0,0,True 2023-08-18 00:00:00-04:00,2.26999998092651,2.39000010490418,2.24000000953674,2.35999989509583,2.33507450513431,554900,0,0,True 2023-08-21 00:00:00-04:00,2.38000011444092,2.40000009536743,2.32999992370605,2.32999992370605,2.30539119756531,211200,0,0,True 2023-08-22 00:00:00-04:00,2.34999990463257,2.36999988555908,2.25,2.26999998092651,2.24602516393132,336200,0,0,True 2023-08-23 00:00:00-04:00,2.24000000953674,2.25999999046326,2.20000004768372,2.22000002861023,2.19655313002566,368100,0,0,True 2023-08-24 00:00:00-04:00,2.21000003814697,2.21000003814697,2.13000011444092,2.16000008583069,2.13718680563967,270700,0,0,True 2023-08-25 00:00:00-04:00,2.16000008583069,2.19000005722046,2,2.10999989509583,2.08771477173401,706100,0,0,True 2023-08-28 00:00:00-04:00,2.15000009536743,2.19000005722046,2.13000011444092,2.15000009536743,2.12729266053534,655500,0,0,True 2023-08-29 00:00:00-04:00,2.16000008583069,2.20000004768372,2.15000009536743,2.19000005722046,2.16687011320866,245600,0,0,True 2023-08-30 00:00:00-04:00,2.1800000667572,2.22000002861023,2.17000007629395,2.1800000667572,2.15697567735233,211200,0,0,True 2023-08-31 00:00:00-04:00,2.19000005722046,2.29999995231628,2.19000005722046,2.27999997138977,2.25591945441165,1133800,0,0,True 2023-09-01 00:00:00-04:00,2.29999995231628,2.36999988555908,2.29999995231628,2.35999989509583,2.33507450513431,761300,0,0,True 2023-09-05 00:00:00-04:00,2.42000007629395,2.42000007629395,2.26999998092651,2.39000010490418,2.3647578127033,1434000,0,0,True 2023-09-06 00:00:00-04:00,2.38000011444092,2.40000009536743,2.32999992370605,2.40000009536743,2.37465224855963,352700,0,0,True 2023-09-07 00:00:00-04:00,2.35999989509583,2.39000010490418,2.3199999332428,2.34999990463257,2.32518006927797,501700,0,0,True 2023-09-08 00:00:00-04:00,2.34999990463257,2.35999989509583,2.32999992370605,2.35999989509583,2.33507450513431,405100,0,0,True 2023-09-11 00:00:00-04:00,2.39000010490418,2.42000007629395,2.32999992370605,2.34999990463257,2.32518006927797,740800,0,0,True 2023-09-12 00:00:00-04:00,2.34999990463257,2.44000005722046,2.34999990463257,2.4300000667572,2.40433526537663,696100,0,0,True 2023-09-13 00:00:00-04:00,2.44000005722046,2.46000003814697,2.40000009536743,2.4300000667572,2.40433526537663,328600,0,0,True 2023-09-14 00:00:00-04:00,2.45000004768372,2.51999998092651,2.4300000667572,2.51999998092651,2.49791789054871,553500,0.00441,0,False 2023-09-15 00:00:00-04:00,2.5,2.64000010490418,2.48000001907349,2.5699999332428,2.54747986793518,770400,0,0,False 2023-09-18 00:00:00-04:00,2.5699999332428,2.64000010490418,2.52999997138977,2.55999994277954,2.53756737709045,753200,0,0,False 2023-09-19 00:00:00-04:00,2.5699999332428,2.5699999332428,2.49000000953674,2.52999997138977,2.50783038139343,289600,0,0,False 2023-09-20 00:00:00-04:00,2.5699999332428,2.57999992370605,2.47000002861023,2.47000002861023,2.44835615158081,311700,0,0,False 2023-09-21 00:00:00-04:00,2.44000005722046,2.5,2.33999991416931,2.35999989509583,2.33931994438171,598900,0,0,False 2023-09-22 00:00:00-04:00,2.40000009536743,2.48000001907349,2.34999990463257,2.48000001907349,2.45826840400696,554600,0,0,False 2023-09-25 00:00:00-04:00,2.46000003814697,2.46000003814697,2.33999991416931,2.35999989509583,2.33931994438171,317300,0,0,False 2023-09-26 00:00:00-04:00,2.33999991416931,2.42000007629395,2.33999991416931,2.36999988555908,2.34923219680786,411400,0,0,False 2023-09-27 00:00:00-04:00,2.40000009536743,2.4300000667572,2.26999998092651,2.28999996185303,2.26993322372437,1153300,0,0,False 2023-09-28 00:00:00-04:00,2.25,2.32999992370605,2.20000004768372,2.24000000953674,2.22037148475647,1060800,0,0,False 2023-09-29 00:00:00-04:00,2.21000003814697,2.24000000953674,2.13000011444092,2.14000010490418,2.12124800682068,1289400,0,0,False 2023-10-02 00:00:00-04:00,2.15000009536743,2.16000008583069,1.98000001907349,2,1.98247456550598,977300,0,0,False 2023-10-03 00:00:00-04:00,1.99000000953674,2,1.86000001430511,1.91999995708466,1.90317559242249,2986000,0,0,False 2023-10-04 00:00:00-04:00,1.91999995708466,1.94000005722046,1.86000001430511,1.94000005722046,1.92300033569336,608300,0,0,False 2023-10-05 00:00:00-04:00,29.8500003814697,30.4799995422363,29,29.9599990844727,29.6974678039551,16100,0,0,False 2023-10-06 00:00:00-04:00,29.7199993133545,30.0499992370605,29.1399993896484,29.1399993896484,28.8846530914307,41400,0,0,False 2023-10-10 00:00:00-04:00,29,29.3500003814697,28.3600006103516,28.8199996948242,28.5674591064453,198800,0,0,False 2023-10-11 00:00:00-04:00,28.8500003814697,29,28.7299995422363,28.7299995422363,28.4782466888428,28400,0,0,False 2023-10-12 00:00:00-04:00,28.7600002288818,28.7600002288818,28.25,28.2999992370605,28.0520133972168,42300,0,0,False 2023-10-13 00:00:00-04:00,28.3199996948242,29,28.3099994659424,28.9899997711182,28.735969543457,50700,0,0,False 2023-10-16 00:00:00-04:00,29.4200000762939,29.4200000762939,28.7600002288818,29.2299995422363,28.9738655090332,23900,0,0,False 2023-10-17 00:00:00-04:00,29.25,29.4500007629395,28.8899993896484,28.9500007629395,28.6963195800781,40100,0,0,False 2023-10-18 00:00:00-04:00,28.8999996185303,28.9699993133545,28.3500003814697,28.7399997711182,28.4881591796875,31800,0,0,False 2023-10-19 00:00:00-04:00,28.6900005340576,28.7000007629395,28.1100006103516,28.3500003814697,28.1015777587891,40800,0,0,False 2023-10-20 00:00:00-04:00,28.5,29.3999996185303,27.6599998474121,27.8299999237061,27.5861339569092,46600,0,0,False 2023-10-23 00:00:00-04:00,27.7399997711182,27.7999992370605,27.4699993133545,27.5300006866455,27.2887630462647,29400,0,0,False 2023-10-24 00:00:00-04:00,27.0900001525879,27.3700008392334,26.7000007629395,26.75,26.5155963897705,34000,0,0,False 2023-10-25 00:00:00-04:00,26.8400001525879,27.2199993133545,26.6599998474121,27.1800003051758,26.9418296813965,27200,0,0,False 2023-10-26 00:00:00-04:00,27.5,27.7800006866455,27.2600002288818,27.6399993896484,27.397798538208,29700,0,0,False 2023-10-27 00:00:00-04:00,27.25,27.7600002288818,26.9500007629395,27.3099994659424,27.0706901550293,20700,0,0,False 2023-10-30 00:00:00-04:00,27.0799999237061,27.7299995422363,26.9699993133545,27.3099994659424,27.0706901550293,17700,0,0,False 2023-10-31 00:00:00-04:00,27.2099990844727,27.4200000762939,26.7700004577637,27.1599998474121,26.922004699707,12800,0,0,False 2023-11-01 00:00:00-04:00,27.1399993896484,27.1900005340576,26.7999992370605,27.1900005340576,26.9517421722412,27700,0,0,False 2023-11-02 00:00:00-04:00,27.0400009155273,27.7900009155273,27,27.6000003814697,27.3581485748291,12200,0,0,False 2023-11-03 00:00:00-04:00,27.3400001525879,27.6700000762939,26.7199993133545,26.7999992370605,26.5651588439941,25300,0,0,False 2023-11-06 00:00:00-05:00,27.0100002288818,27.1800003051758,25.4300003051758,25.75,25.5243606567383,39600,0,0,False 2023-11-07 00:00:00-05:00,25.8999996185303,25.8999996185303,24.3600006103516,24.3799991607666,24.1663646697998,45100,0,0,False 2023-11-08 00:00:00-05:00,24.4300003051758,24.5400009155273,23.3099994659424,23.4300003051758,23.2246894836426,42600,0,0,False 2023-11-09 00:00:00-05:00,23.4300003051758,23.6299991607666,22.75,22.8600006103516,22.6596851348877,51500,0,0,False 2023-11-10 00:00:00-05:00,22.8999996185303,23.2900009155273,22.5300006866455,22.7199993133545,22.5209102630615,27200,0,0,False 2023-11-13 00:00:00-05:00,22.9799995422363,23.5499992370605,22.3400001525879,23.2399997711182,23.0363540649414,43600,0,0,False 2023-11-14 00:00:00-05:00,23.5,23.5,22.4500007629395,22.6499996185303,22.4515247344971,36800,0,0,False 2023-11-15 00:00:00-05:00,22.2999992370605,22.5799999237061,22.1000003814697,22.4599990844727,22.2631893157959,39000,0,0,False 2023-11-16 00:00:00-05:00,22.8099994659424,22.8099994659424,21.6000003814697,21.9500007629395,21.7576599121094,90300,0,0,False 2023-11-17 00:00:00-05:00,22.1299991607666,22.9099998474121,22.1299991607666,22.5400009155273,22.3424892425537,36600,0,0,False 2023-11-20 00:00:00-05:00,23.2999992370605,23.7099990844727,22.1499996185303,23.6700000762939,23.4625873565674,56100,0,0,False 2023-11-21 00:00:00-05:00,23.2000007629395,23.3600006103516,22.8999996185303,23.1399993896484,22.9372310638428,23300,0,0,False 2023-11-22 00:00:00-05:00,22.75,22.8799991607666,21.9799995422363,22.1900005340576,21.9955558776855,72300,0,0,False 2023-11-23 00:00:00-05:00,23.3899993896484,23.3899993896484,22.0200004577637,22.2999992370605,22.1045913696289,47600,0,0,False 2023-11-24 00:00:00-05:00,22.75,22.75,22.4899997711182,22.6700000762939,22.4713497161865,11900,0,0,False 2023-11-27 00:00:00-05:00,23.1100006103516,23.4599990844727,22.6100006103516,22.9400005340576,22.7389831542969,22100,0,0,False 2023-11-28 00:00:00-05:00,22.9099998474121,22.9099998474121,22.4599990844727,22.5799999237061,22.382137298584,15400,0,0,False 2023-11-29 00:00:00-05:00,22.7000007629395,22.8400001525879,22.3999996185303,22.6000003814697,22.4019622802734,15700,0,0,False 2023-11-30 00:00:00-05:00,22.7399997711182,22.9500007629395,22.1100006103516,22.2999992370605,22.1045913696289,48200,0,0,False 2023-12-01 00:00:00-05:00,22.2199993133545,22.7600002288818,22.2199993133545,22.3999996185303,22.2037143707275,20700,0,0,False 2023-12-04 00:00:00-05:00,22.5300006866455,22.9300003051758,22.25,22.4200000762939,22.223539352417,22000,0,0,False 2023-12-05 00:00:00-05:00,22.4400005340576,22.5,21.7199993133545,21.8899993896484,21.6981830596924,24500,0,0,False 2023-12-06 00:00:00-05:00,22.0200004577637,22.2099990844727,20.9099998474121,20.9899997711182,20.8060703277588,105100,0,0,False 2023-12-07 00:00:00-05:00,20.9500007629395,21.0200004577637,20.1599998474121,20.3999996185303,20.2212409973145,51900,0,0,False 2023-12-08 00:00:00-05:00,20.9699993133545,21.2000007629395,20.6900005340576,20.8799991607666,20.6970329284668,59600,0,0,False 2023-12-11 00:00:00-05:00,21.0900001525879,21.1800003051758,20.5,21.0699996948242,20.885368347168,29700,0,0,False 2023-12-12 00:00:00-05:00,20.9899997711182,21.1800003051758,20.8999996185303,21.1800003051758,20.99440574646,69300,0,0,False 2023-12-13 00:00:00-05:00,20.7900009155273,21.2199993133545,20.4400005340576,21.2199993133545,21.0340538024902,35900,0,0,False 2023-12-14 00:00:00-05:00,22.0100002288818,22.1000003814697,21.4200000762939,21.8899993896484,21.6981830596924,22200,0,0,False 2023-12-15 00:00:00-05:00,21.9400005340576,21.9400005340576,21.3299999237061,21.6900005340576,21.4999370574951,25200,0,0,False 2023-12-18 00:00:00-05:00,21.8999996185303,22.3700008392334,21.7700004577637,22.2900009155273,22.0946807861328,59200,0,0,False 2023-12-19 00:00:00-05:00,22.0300006866455,22.9500007629395,22.0300006866455,22.8299999237061,22.6299476623535,62400,0,0,False 2023-12-20 00:00:00-05:00,23,23.3199996948242,22.6700000762939,23.0900001525879,22.8876686096191,89800,0,0,False 2023-12-21 00:00:00-05:00,23.2900009155273,23.5599994659424,23.0799999237061,23.4200000762939,23.2147769927979,47900,0,0,False 2023-12-22 00:00:00-05:00,23.5,23.8199996948242,22.7600002288818,22.7900009155273,22.5902976989746,185800,0,0,False 2023-12-27 00:00:00-05:00,23.1900005340576,23.1900005340576,22.2800006866455,22.2900009155273,22.0946807861328,49600,0,0,False 2023-12-28 00:00:00-05:00,22.1000003814697,22.5799999237061,21.7999992370605,21.8400001525879,21.6486225128174,8500,0,0,False 2023-12-29 00:00:00-05:00,21.8999996185303,22.0400009155273,21.3500003814697,21.4300003051758,21.2422161102295,43900,0,0,False 2024-01-02 00:00:00-05:00,21.7099990844727,22.6800003051758,21.5400009155273,22.4599990844727,22.2631893157959,34900,0,0,False 2024-01-03 00:00:00-05:00,22.5400009155273,22.6000003814697,22.3600006103516,22.5799999237061,22.382137298584,25900,0,0,False 2024-01-04 00:00:00-05:00,22.5100002288818,22.8199996948242,22.1000003814697,22.4200000762939,22.223539352417,21900,0,0,False 2024-01-05 00:00:00-05:00,22.3799991607666,22.4400005340576,22.1000003814697,22.2299995422363,22.0352039337158,17800,0,0,False 2024-01-08 00:00:00-05:00,22.6399993896484,22.6399993896484,21.7999992370605,22.3999996185303,22.2037143707275,21000,0,0,False 2024-01-09 00:00:00-05:00,22.3799991607666,22.4799995422363,22.0300006866455,22.3600006103516,22.1640663146973,11200,0,0,False 2024-01-10 00:00:00-05:00,22.1200008392334,22.8899993896484,22.1200008392334,22.5,22.3028392791748,76600,0,0,False 2024-01-11 00:00:00-05:00,22.1800003051758,22.6499996185303,22.1800003051758,22.5100002288818,22.3127517700195,7500,0,0,False 2024-01-12 00:00:00-05:00,22.6700000762939,23.2000007629395,22.5100002288818,22.9699993133545,22.7687206268311,31300,0,0,False 2024-01-15 00:00:00-05:00,23,24.25,23,23.6499996185303,23.4427604675293,19500,0,0,False 2024-01-16 00:00:00-05:00,23.5499992370605,24.3199996948242,23.4400005340576,23.6299991607666,23.4229354858398,36600,0,0,False 2024-01-17 00:00:00-05:00,23.6499996185303,23.7199993133545,22.9799995422363,23.0200004577637,22.8182830810547,7100,0,0,False 2024-01-18 00:00:00-05:00,23,24.4899997711182,22.9899997711182,24.25,24.037504196167,140400,0,0,False 2024-01-19 00:00:00-05:00,24.1499996185303,24.5799999237061,23.8899993896484,24.3500003814697,24.1366291046143,37400,0,0,False 2024-01-22 00:00:00-05:00,24.6499996185303,24.6599998474121,23.7299995422363,23.8899993896484,23.6806583404541,13800,0,0,False 2024-01-23 00:00:00-05:00,24,24,23.8199996948242,23.9899997711182,23.7797813415527,32500,0,0,False 2024-01-24 00:00:00-05:00,23.8899993896484,24.1100006103516,23.8500003814697,24.0100002288818,23.7996082305908,21200,0,0,False 2024-01-25 00:00:00-05:00,24.0100002288818,24.5,24.0100002288818,24.4799995422363,24.2654876708984,30400,0,0,False 2024-01-26 00:00:00-05:00,24.8799991607666,24.8799991607666,23.8999996185303,24.25,24.037504196167,48900,0,0,False 2024-01-29 00:00:00-05:00,23.9599990844727,24.2199993133545,23.9500007629395,24,23.7896957397461,16800,0,0,False 2024-01-30 00:00:00-05:00,24.3600006103516,24.3600006103516,23.9899997711182,24,23.7896957397461,36000,0,0,False 2024-01-31 00:00:00-05:00,23.9500007629395,23.9699993133545,23.6700000762939,23.7199993133545,23.5121479034424,30900,0,0,False 2024-02-01 00:00:00-05:00,23.7999992370605,24.1200008392334,23.7600002288818,23.7999992370605,23.5914459228516,31000,0,0,False 2024-02-02 00:00:00-05:00,23.9899997711182,24.3299999237061,23.6900005340576,24.0699996948242,23.8590812683105,48400,0,0,False 2024-02-05 00:00:00-05:00,24.4899997711182,24.75,24.1599998474121,24.7299995422363,24.513298034668,68100,0,0,False 2024-02-06 00:00:00-05:00,24.7600002288818,24.9500007629395,24.1200008392334,24.2000007629395,23.987943649292,44600,0,0,False 2024-02-07 00:00:00-05:00,24.2999992370605,24.2999992370605,22.4699993133545,22.75,22.5506477355957,78300,0,0,False 2024-02-08 00:00:00-05:00,22.6100006103516,22.9799995422363,22.4500007629395,22.7399997711182,22.540735244751,40100,0,0,False 2024-02-09 00:00:00-05:00,22.75,22.8099994659424,22.5400009155273,22.6700000762939,22.4713497161865,31500,0,0,False 2024-02-12 00:00:00-05:00,22.6399993896484,23.2600002288818,22.6000003814697,23.1299991607666,22.9273166656494,14700,0,0,False 2024-02-13 00:00:00-05:00,23.3799991607666,23.5400009155273,22.7600002288818,22.9099998474121,22.7092456817627,31500,0,0,False 2024-02-14 00:00:00-05:00,23.1700000762939,24.1399993896484,22.9699993133545,23.9799995422363,23.769868850708,29800,0,0,False 2024-02-15 00:00:00-05:00,24.2199993133545,25.75,24.2099990844727,25.1900005340576,24.9692668914795,75200,0,0,False 2024-02-16 00:00:00-05:00,25.2900009155273,25.4599990844727,24.6499996185303,24.7000007629395,24.4835624694824,42400,0,0,False 2024-02-20 00:00:00-05:00,24.5,24.7000007629395,24.3199996948242,24.5200004577637,24.305139541626,11800,0,0,False 2024-02-21 00:00:00-05:00,24.0400009155273,25.7399997711182,24.0400009155273,24.9599990844727,24.7412815093994,19800,0,0,False 2024-02-22 00:00:00-05:00,24.7600002288818,24.7700004577637,23.6499996185303,23.8400001525879,23.6310977935791,57300,0,0,False 2024-02-23 00:00:00-05:00,23.9500007629395,23.9500007629395,23.3999996185303,23.4699993133545,23.2643375396729,11900,0,0,False 2024-02-26 00:00:00-05:00,23.1800003051758,24.2000007629395,22.8799991607666,23.9300003051758,23.720308303833,27600,0,0,False 2024-02-27 00:00:00-05:00,23.2199993133545,23.9699993133545,23.1800003051758,23.6000003814697,23.3931999206543,19900,0,0,False 2024-02-28 00:00:00-05:00,23.5400009155273,23.7999992370605,23.0799999237061,23.1900005340576,22.9867935180664,20900,0,0,False 2024-02-29 00:00:00-05:00,22.9699993133545,23.7000007629395,22.9699993133545,23.6200008392334,23.4130249023438,29300,0,0,False 2024-03-01 00:00:00-05:00,23.6100006103516,24.3500003814697,23.6100006103516,23.8899993896484,23.6806583404541,13400,0,0,False 2024-03-04 00:00:00-05:00,23.9300003051758,25.0499992370605,23.9300003051758,25.0499992370605,24.830493927002,32700,0,0,False 2024-03-05 00:00:00-05:00,24.6399993896484,25.2900009155273,24.6399993896484,25.2900009155273,25.0683917999268,47000,0,0,False 2024-03-06 00:00:00-05:00,25.4799995422363,25.5,25.0400009155273,25.3099994659424,25.0882148742676,30400,0,0,False 2024-03-07 00:00:00-05:00,25.4500007629395,25.4500007629395,25.1000003814697,25.1499996185303,24.9296169281006,14700,0,0,False 2024-03-08 00:00:00-05:00,25.3199996948242,25.3799991607666,24.6299991607666,24.8700008392334,24.6520729064941,14800,0,0,False 2024-03-11 00:00:00-04:00,25.2999992370605,25.2999992370605,24.8400001525879,25.0200004577637,24.8007564544678,6500,0,0,False 2024-03-12 00:00:00-04:00,25.2900009155273,26.2399997711182,25.2000007629395,25.8500003814697,25.6234836578369,98700,0,0,False 2024-03-13 00:00:00-04:00,26.0300006866455,26.7999992370605,26.0300006866455,26.7299995422363,26.4957714080811,70600,0,0,False 2024-03-14 00:00:00-04:00,27,27.5,26.75,27.1900005340576,26.9517421722412,50200,0,0,False 2024-03-15 00:00:00-04:00,27.5499992370605,27.5499992370605,26.6800003051758,26.7099990844727,26.4759464263916,118200,0,0,False 2024-03-18 00:00:00-04:00,27.3600006103516,27.6100006103516,26.8700008392334,27.4899997711182,27.2491130828857,58500,0,0,False 2024-03-19 00:00:00-04:00,27.6900005340576,28.5,27.3999996185303,28.3700008392334,28.1214027404785,100900,0,0,False 2024-03-20 00:00:00-04:00,28.4099998474121,29.1900005340576,28,29.0799999237061,28.8251800537109,46300,0,0,False 2024-03-21 00:00:00-04:00,29.3500003814697,29.7000007629395,28.8799991607666,29.2800006866455,29.0234279632568,52500,0,0,False 2024-03-22 00:00:00-04:00,29.5200004577637,29.5200004577637,28.8299999237061,29.1599998474121,28.9044780731201,42100,0,0,False 2024-03-25 00:00:00-04:00,29.1599998474121,29.9899997711182,29.1599998474121,29.8899993896484,29.6280822753906,32600,0,0,False 2024-03-26 00:00:00-04:00,29.9899997711182,30.0699996948242,29.1599998474121,29.1800003051758,28.9243049621582,54100,0,0,False 2024-03-27 00:00:00-04:00,29.1700000762939,29.1700000762939,28.2600002288818,28.2900009155273,28.0421028137207,63300,0,0,False 2024-03-28 00:00:00-04:00,28.5100002288818,28.6900005340576,27.6200008392334,28.4200000762939,28.1709632873535,42100,0,0,False 2024-04-01 00:00:00-04:00,28.4200000762939,31.4400005340576,28.4200000762939,31.2000007629395,30.9266033172607,75600,0,0,False 2024-04-02 00:00:00-04:00,31.2000007629395,31.5200004577637,30.9599990844727,31.5200004577637,31.2437992095947,109600,0,0,False 2024-04-03 00:00:00-04:00,31.6900005340576,31.7999992370605,31.3299999237061,31.7900009155273,31.5114345550537,69600,0,0,False 2024-04-04 00:00:00-04:00,32.0999984741211,32.0999984741211,31.2299995422363,31.7000007629395,31.4222221374512,112900,0,0,False 2024-04-05 00:00:00-04:00,31.7800006866455,33.3499984741211,31.75,33.0299987792969,32.7405662536621,59200,0,0,False 2024-04-08 00:00:00-04:00,33.25,34.1300010681152,32.8199996948242,33.7700004577637,33.4740829467773,67300,0,0,False 2024-04-09 00:00:00-04:00,33.7000007629395,33.9099998474121,33.4099998474121,33.8499984741211,33.5533790588379,58000,0,0,False 2024-04-10 00:00:00-04:00,34,34.060001373291,33.7000007629395,34.0299987792969,33.731803894043,45200,0,0,False 2024-04-11 00:00:00-04:00,34.0200004577637,34.2900009155273,33.8600006103516,34.1800003051758,33.8804893493652,41600,0,0,False 2024-04-12 00:00:00-04:00,34.3499984741211,34.9799995422363,32.7400016784668,33.0900001525879,32.8000411987305,67100,0,0,False 2024-04-15 00:00:00-04:00,33.189998626709,33.2900009155273,32.2700004577637,32.4199981689453,32.1359100341797,29900,0,0,False 2024-04-16 00:00:00-04:00,32.4900016784668,32.9599990844727,32,32.5999984741211,32.3143348693848,50700,0,0,False 2024-04-17 00:00:00-04:00,32.6500015258789,33.4300003051758,31.5100002288818,32.5099983215332,32.2251205444336,58200,0,0,False 2024-04-18 00:00:00-04:00,32.9900016784668,33.4099998474121,32.6599998474121,33.1599998474121,32.8694267272949,63300,0,0,False 2024-04-19 00:00:00-04:00,32.5900001525879,33.7999992370606,32.5900001525879,33.1199989318848,32.829776763916,44300,0,0,False 2024-04-22 00:00:00-04:00,33.2700004577637,33.2700004577637,32.5200004577637,32.7400016784668,32.4531097412109,25300,0,0,False 2024-04-23 00:00:00-04:00,32.2200012207031,33.5800018310547,32.2200012207031,33.5099983215332,33.2163581848145,21400,0,0,False 2024-04-24 00:00:00-04:00,33.3899993896484,34,32.7700004577637,32.9300003051758,32.6414451599121,28100,0,0,False 2024-04-25 00:00:00-04:00,32.5200004577637,33.5299987792969,32.1800003051758,33.3800010681152,33.0875015258789,21900,0,0,False 2024-04-26 00:00:00-04:00,33.3499984741211,33.3499984741211,32.9000015258789,33.060001373291,32.7703056335449,11300,0,0,False 2024-04-29 00:00:00-04:00,32.5699996948242,32.75,32.3300018310547,32.7000007629395,32.413459777832,16700,0,0,False 2024-04-30 00:00:00-04:00,32.8400001525879,32.8400001525879,31.7099990844727,31.8199996948242,31.5411701202393,17600,0,0,False 2024-05-01 00:00:00-04:00,31.8099994659424,31.8199996948242,30.1000003814697,30.5,30.2327365875244,43300,0,0,False 2024-05-02 00:00:00-04:00,30.1200008392334,31.3799991607666,30.1200008392334,31.0400009155273,30.7680053710938,21300,0,0,False 2024-05-03 00:00:00-04:00,31.1200008392334,31.1200008392334,30.0100002288818,31.0499992370605,30.7779159545898,23300,0,0,False 2024-05-06 00:00:00-04:00,31.2099990844727,31.9599990844727,30.8199996948242,31.5400009155273,31.2636241912842,62800,0,0,False 2024-05-07 00:00:00-04:00,30.4599990844727,31.6599998474121,30.4599990844727,31.1900005340576,30.916690826416,26900,0,0,False 2024-05-08 00:00:00-04:00,30.8600006103516,31.2199993133545,30.5900001525879,30.8899993896484,30.6193199157715,14300,0,0,False 2024-05-09 00:00:00-04:00,31.0900001525879,31.3600006103516,30.75,30.7600002288818,30.4904594421387,15800,0,0,False 2024-05-10 00:00:00-04:00,30.6700000762939,31.1900005340576,30.1700000762939,30.3199996948242,30.054313659668,14500,0,0,False 2024-05-13 00:00:00-04:00,30.6499996185303,30.6499996185303,30.1299991607666,30.5100002288818,30.2426490783691,25300,0,0,False 2024-05-14 00:00:00-04:00,30.2999992370605,30.5400009155273,30.0499992370605,30.4500007629395,30.1831760406494,13800,0,0,False 2024-05-15 00:00:00-04:00,30.0200004577637,32.1599998474121,30.0200004577637,32.0499992370606,31.7691535949707,187400,0,0,False 2024-05-16 00:00:00-04:00,32.5099983215332,34.0299987792969,32.25,33.9599990844727,33.6624183654785,146700,0,0,False 2024-05-17 00:00:00-04:00,34,35.6399993896484,34,35.0499992370606,34.7428665161133,121100,0,0,False 2024-05-21 00:00:00-04:00,35.4900016784668,35.7599983215332,34.8199996948242,35.4599990844727,35.1492729187012,110400,0,0,False 2024-05-22 00:00:00-04:00,35.5999984741211,35.5999984741211,34.3400001525879,34.9099998474121,34.6040916442871,66600,0,0,False 2024-05-23 00:00:00-04:00,35.25,35.25,33.9000015258789,34.0099983215332,33.7119789123535,42100,0,0,False 2024-05-24 00:00:00-04:00,34.1599998474121,34.7700004577637,34.0400009155273,34.5999984741211,34.2968101501465,29000,0,0,False 2024-05-27 00:00:00-04:00,34.5,34.5,34,34.3300018310547,34.0291786193848,2800,0,0,False 2024-05-28 00:00:00-04:00,34.4900016784668,34.7000007629395,34.4599990844727,34.7000007629395,34.3959350585938,49100,0,0,False 2024-05-29 00:00:00-04:00,34.8699989318848,34.8699989318848,33.9000015258789,34.7000007629395,34.3959350585938,30300,0,0,False 2024-05-30 00:00:00-04:00,34.9799995422363,37.689998626709,34.9599990844727,36.6500015258789,36.3288497924805,147200,0,0,False 2024-05-31 00:00:00-04:00,36.6500015258789,36.689998626709,35.8699989318848,36.689998626709,36.3684959411621,28500,0,0,False 2024-06-03 00:00:00-04:00,36.9199981689453,37,34,34.1500015258789,33.8507537841797,77000,0,0,False 2024-06-04 00:00:00-04:00,34.1300010681152,34.1599998474121,32.4000015258789,33.2900009155273,32.998291015625,110500,0,0,False 2024-06-05 00:00:00-04:00,33.2099990844727,33.4900016784668,32.5999984741211,33.1500015258789,32.8595161437988,55100,0,0,False 2024-06-06 00:00:00-04:00,33.4199981689453,33.9300003051758,33.0800018310547,33.7200012207031,33.4245223999023,53200,0,0,False 2024-06-07 00:00:00-04:00,33.5,33.9799995422363,33,33.3300018310547,33.0379409790039,25000,0,0,False 2024-06-10 00:00:00-04:00,34.5200004577637,35.0200004577637,33.560001373291,33.8899993896484,33.5930290222168,47800,0,0,False 2024-06-11 00:00:00-04:00,33.4300003051758,33.4300003051758,32.6199989318848,32.7099990844727,32.4233703613281,26700,0,0,False 2024-06-12 00:00:00-04:00,33.1399993896484,33.2400016784668,32.1699981689453,32.8499984741211,32.562141418457,29500,0,0,False 2024-06-13 00:00:00-04:00,32.689998626709,32.689998626709,30.6700000762939,31.0900001525879,30.8175678253174,41600,0,0,False 2024-06-14 00:00:00-04:00,31.0900001525879,31.2399997711182,30.8799991607666,31.1000003814697,30.8274803161621,32800,0,0,False 2024-06-17 00:00:00-04:00,31.2600002288818,31.6200008392334,30.5799999237061,31.5,31.2239742279053,36300,0,0,False 2024-06-18 00:00:00-04:00,31.5,32.2299995422363,31.5,32.1800003051758,31.8980159759522,74600,0,0,False 2024-06-19 00:00:00-04:00,32.1800003051758,32.1800003051758,31.5,31.7900009155273,31.5114345550537,6500,0,0,False 2024-06-20 00:00:00-04:00,32.9900016784668,32.9900016784668,31.6399993896484,31.7099990844727,31.4321327209473,18000,0,0,False 2024-06-21 00:00:00-04:00,31.7800006866455,31.7800006866455,30.6000003814697,31.1700000762939,30.8968658447266,34300,0,0,False 2024-06-24 00:00:00-04:00,31.5200004577637,33.2000007629395,31.5,33,32.7108306884766,30700,0,0,False 2024-06-25 00:00:00-04:00,32.7799987792969,32.9500007629395,31.8799991607666,32.6399993896484,32.3539848327637,12200,0,0,False 2024-06-26 00:00:00-04:00,32.1199989318848,32.7299995422363,31.7700004577637,32.7000007629395,32.413459777832,10300,0,0,False 2024-06-27 00:00:00-04:00,32.8699989318848,32.9900016784668,32.4799995422363,32.6199989318848,32.3341598510742,20900,0,0,False 2024-06-28 00:00:00-04:00,32.5200004577637,33.0900001525879,32.0299987792969,32.2299995422363,31.9475765228272,80900,0,0,False 2024-07-02 00:00:00-04:00,33,33.9300003051758,32.0800018310547,33.6300010681152,33.3353118896484,55800,0,0,False 2024-07-03 00:00:00-04:00,33.5299987792969,33.7200012207031,31.8999996185303,32.6800003051758,32.3936347961426,15800,0,0,False 2024-07-04 00:00:00-04:00,32.7700004577637,33.0499992370606,32.5299987792969,32.9799995422363,32.6910057067871,3000,0,0,False 2024-07-05 00:00:00-04:00,32.25,32.3600006103516,31.2999992370605,31.3999996185303,31.1248512268066,40700,0,0,False 2024-07-08 00:00:00-04:00,31.4799995422363,31.9500007629395,30.7600002288818,31.9500007629395,31.6700325012207,24700,0,0,False 2024-07-09 00:00:00-04:00,31.7000007629395,31.7000007629395,30.6200008392334,30.8299999237061,30.5598449707031,26400,0,0,False 2024-07-10 00:00:00-04:00,30.3999996185303,31.2999992370605,30.2700004577637,30.4699993133545,30.2029991149902,32700,0,0,False 2024-07-11 00:00:00-04:00,30.6000003814697,31.9200000762939,30.6000003814697,31.8600006103516,31.5808200836182,26800,0,0,False 2024-07-12 00:00:00-04:00,31.6800003051758,32.4300003051758,31.6800003051758,32.0299987792969,31.7493286132813,34900,0,0,False 2024-07-15 00:00:00-04:00,31.9699993133545,32.2799987792969,31.9699993133545,32.1199989318848,31.8385410308838,94700,0,0,False 2024-07-16 00:00:00-04:00,32.25,32.25,31.7700004577637,31.9500007629395,31.6700325012207,46500,0,0,False 2024-07-17 00:00:00-04:00,32.060001373291,32.1699981689453,31.3500003814697,32.1500015258789,31.8682804107666,18300,0,0,False 2024-07-18 00:00:00-04:00,32.25,32.3800010681152,31.8199996948242,32.1599998474121,31.8781909942627,14300,0,0,False 2024-07-19 00:00:00-04:00,32.3699989318848,32.4900016784668,32,32.1500015258789,31.8682804107666,21400,0,0,False 2024-07-22 00:00:00-04:00,32.0699996948242,33.0299987792969,31.9500007629395,32.75,32.463020324707,15800,0,0,False 2024-07-23 00:00:00-04:00,31.8700008392334,32.2799987792969,31.8700008392334,32.2599983215332,31.9773139953613,23600,0,0,False 2024-07-24 00:00:00-04:00,31.7700004577637,32.1199989318848,31.1700000762939,31.25,30.9761657714844,31500,0,0,False 2024-07-25 00:00:00-04:00,31.2000007629395,31.4899997711182,30.1200008392334,31.1599998474121,30.8869533538818,27600,0,0,False 2024-07-26 00:00:00-04:00,31.1599998474121,31.25,30.6200008392334,31.2199993133545,30.9464263916016,9100,0,0,False 2024-07-29 00:00:00-04:00,31.2000007629395,31.25,30.7700004577637,31.2099990844727,30.9365139007568,6100,0,0,False 2024-07-30 00:00:00-04:00,30.5200004577637,31.4899997711182,30.5200004577637,30.6800003051758,30.4111595153809,10600,0,0,False 2024-07-31 00:00:00-04:00,31.3899993896484,32.4000015258789,31.3899993896484,32.4000015258789,32.1160888671875,27700,0,0,False 2024-08-01 00:00:00-04:00,32.2099990844727,32.2099990844727,30.6299991607666,31.0699996948242,30.7977428436279,38100,0,0,False 2024-08-02 00:00:00-04:00,30.6100006103516,30.6100006103516,28.5599994659424,28.8799991607666,28.626932144165,60000,0,0,False 2024-08-06 00:00:00-04:00,28.8799991607666,29.2399997711182,28,29.2399997711182,28.9837779998779,51400,0,0,False 2024-08-07 00:00:00-04:00,30.3400001525879,30.3500003814697,28.3299999237061,28.9699993133545,28.7161426544189,21500,0,0,False 2024-08-08 00:00:00-04:00,29.3299999237061,29.9799995422363,29.0599994659424,29.6599998474121,29.4000968933105,20400,0,0,False 2024-08-09 00:00:00-04:00,31.2999992370605,31.2999992370605,29.2999992370605,29.7600002288818,29.4992218017578,13700,0,0,False 2024-08-12 00:00:00-04:00,29.7999992370605,30.8199996948242,29.7999992370605,30.6700000762939,30.4012470245361,19400,0,0,False 2024-08-13 00:00:00-04:00,30.2700004577637,30.8600006103516,28.9599990844727,30.7999992370605,30.5301074981689,28200,0,0,False 2024-08-14 00:00:00-04:00,31.5,32.5,31.0799999237061,32.2000007629395,31.9178409576416,72600,0,0,False 2024-08-15 00:00:00-04:00,32.7999992370606,33.5699996948242,32,32.5,32.2152099609375,44800,0,0,False 2024-08-16 00:00:00-04:00,32.0800018310547,32.5800018310547,31.5200004577637,32.0200004577637,31.7394180297852,21900,0,0,False 2024-08-19 00:00:00-04:00,32.1199989318848,32.6699981689453,31.5,31.9400005340576,31.660120010376,39600,0,0,False 2024-08-20 00:00:00-04:00,31.6800003051758,31.7700004577637,30.7600002288818,31.1499996185303,30.8770408630371,58000,0,0,False 2024-08-21 00:00:00-04:00,31.0400009155273,31.4200000762939,30.7900009155273,31.3899993896484,31.1149368286133,37100,0,0,False 2024-08-22 00:00:00-04:00,31.4099998474121,31.5599994659424,30.6000003814697,30.6499996185303,30.3814220428467,23000,0,0,False 2024-08-23 00:00:00-04:00,31.0699996948242,31.3999996185303,30.9799995422363,31.2199993133545,30.9464263916016,22400,0,0,False 2024-08-26 00:00:00-04:00,31.2600002288818,32.6599998474121,31.2600002288818,32.6199989318848,32.3341598510742,41400,0,0,False 2024-08-27 00:00:00-04:00,32.1300010681152,32.1599998474121,31.5699996948242,31.7600002288818,31.4816970825195,16400,0,0,False 2024-08-28 00:00:00-04:00,31.7199993133545,31.7199993133545,30.9400005340576,31.2800006866455,31.0059032440186,11300,0,0,False 2024-08-29 00:00:00-04:00,31.4200000762939,31.5799999237061,31.0400009155273,31.1299991607666,30.8572158813477,12900,0,0,False 2024-08-30 00:00:00-04:00,30.8600006103516,31.0499992370605,30.5799999237061,31,30.7283554077148,31700,0,0,False 2024-09-03 00:00:00-04:00,30.5100002288818,30.7600002288818,29.1000003814697,29.5599994659424,29.3009738922119,68800,0,0,False 2024-09-04 00:00:00-04:00,29.0100002288818,29.6299991607666,28.6200008392334,29.3099994659424,29.0531635284424,44300,0,0,False 2024-09-05 00:00:00-04:00,28.9799995422363,30,28.8400001525879,28.8400001525879,28.5872840881348,34800,0,0,False 2024-09-06 00:00:00-04:00,29.0599994659424,29.1599998474121,27.7099990844727,27.8999996185303,27.6555194854736,68800,0,0,False 2024-09-09 00:00:00-04:00,27.9200000762939,28.8099994659424,27.9200000762939,28.0200004577637,27.7744693756104,22400,0,0,False 2024-09-10 00:00:00-04:00,28.0200004577637,28.0200004577637,26.5,27.8999996185303,27.6555194854736,46400,0,0,False 2024-09-11 00:00:00-04:00,28.4799995422363,28.8700008392334,27.6200008392334,28.7900009155273,28.5377216339111,56300,0,0,False 2024-09-12 00:00:00-04:00,28,29.5599994659424,27.6100006103516,27.7900009155273,27.5464859008789,86900,0,0,False 2024-09-13 00:00:00-04:00,27.9500007629395,29.4500007629395,27.9500007629395,28.5300006866455,28.2800006866455,42900,0,0,False 2024-09-16 00:00:00-04:00,28.2900009155273,28.3099994659424,27.5300006866455,27.7900009155273,27.7900009155273,33300,0.25,0,False 2024-09-17 00:00:00-04:00,28.1399993896484,28.2000007629395,27.6299991607666,28.1900005340576,28.1900005340576,25100,0,0,False 2024-09-18 00:00:00-04:00,28.0900001525879,28.0900001525879,27.1399993896484,27.3299999237061,27.3299999237061,41400,0,0,False 2024-09-19 00:00:00-04:00,28.2399997711182,28.2700004577637,27.5,27.8999996185303,27.8999996185303,56100,0,0,False 2024-09-20 00:00:00-04:00,27.6200008392334,27.6200008392334,27.0300006866455,27.0699996948242,27.0699996948242,23600,0,0,False 2024-09-23 00:00:00-04:00,27.1100006103516,27.5400009155273,26.25,26.3299999237061,26.3299999237061,41000,0,0,False 2024-09-24 00:00:00-04:00,26.5699996948242,28.0699996948242,26.5699996948242,27.9899997711182,27.9899997711182,35600,0,0,False 2024-09-25 00:00:00-04:00,27.8700008392334,27.8700008392334,27,27.4899997711182,27.4899997711182,30200,0,0,False 2024-09-26 00:00:00-04:00,27.2999992370605,27.4799995422363,26.5599994659424,26.6100006103516,26.6100006103516,51800,0,0,False 2024-09-27 00:00:00-04:00,26.9899997711182,26.9899997711182,26.25,26.5799999237061,26.5799999237061,20600,0,0,False 2024-09-30 00:00:00-04:00,26.6100006103516,27,26.5,26.9500007629395,26.9500007629395,25200,0,0,False 2024-10-01 00:00:00-04:00,26.9699993133545,27.6900005340576,26.9300003051758,27.3799991607666,27.3799991607666,42600,0,0,False 2024-10-02 00:00:00-04:00,27.7900009155273,27.7999992370605,26.2900009155273,26.6100006103516,26.6100006103516,78000,0,0,False 2024-10-03 00:00:00-04:00,26.8400001525879,28.4899997711182,26.8400001525879,28.1599998474121,28.1599998474121,84200,0,0,False 2024-10-04 00:00:00-04:00,28.1900005340576,28.5499992370605,27.7900009155273,28.0499992370605,28.0499992370605,65200,0,0,False 2024-10-07 00:00:00-04:00,28.0799999237061,29.1599998474121,27.7600002288818,28.0100002288818,28.0100002288818,44900,0,0,False 2024-10-08 00:00:00-04:00,27.9899997711182,28.1100006103516,26.8500003814697,27.7099990844727,27.7099990844727,26300,0,0,False 2024-10-09 00:00:00-04:00,27.0300006866455,28.3600006103516,27.0300006866455,28.3600006103516,28.3600006103516,23000,0,0,False 2024-10-10 00:00:00-04:00,28.0200004577637,28.7999992370605,27.9699993133545,28.3600006103516,28.3600006103516,24300,0,0,False 2024-10-11 00:00:00-04:00,28.7800006866455,28.7800006866455,28.0699996948242,28.5200004577637,28.5200004577637,12100,0,0,False 2024-10-15 00:00:00-04:00,28.3500003814697,28.3500003814697,26.5400009155273,26.6900005340576,26.6900005340576,77300,0,0,False 2024-10-16 00:00:00-04:00,26.8199996948242,27.1100006103516,26.7000007629395,26.8700008392334,26.8700008392334,12500,0,0,False 2024-10-17 00:00:00-04:00,26.8199996948242,27.1800003051758,26.7700004577637,27.1499996185303,27.1499996185303,21700,0,0,False 2024-10-18 00:00:00-04:00,27,27.0900001525879,26.7999992370605,27.0400009155273,27.0400009155273,24400,0,0,False 2024-10-21 00:00:00-04:00,27.0599994659424,27.7399997711182,27,27.7399997711182,27.7399997711182,32400,0,0,False 2024-10-22 00:00:00-04:00,27.8799991607666,28.3500003814697,27.6399993896484,28.2900009155273,28.2900009155273,23900,0,0,False 2024-10-23 00:00:00-04:00,28.1200008392334,28.1200008392334,27.4500007629395,27.8199996948242,27.8199996948242,7200,0,0,False 2024-10-24 00:00:00-04:00,27.7199993133545,27.9799995422363,27.4699993133545,27.9799995422363,27.9799995422363,9100,0,0,False 2024-10-25 00:00:00-04:00,27.4799995422363,29.1399993896484,27.4799995422363,28.8799991607666,28.8799991607666,26900,0,0,False 2024-10-28 00:00:00-04:00,27.9500007629395,28.0699996948242,27.2999992370605,27.7399997711182,27.7399997711182,75500,0,0,False 2024-10-29 00:00:00-04:00,27.4799995422363,27.8999996185303,27.3799991607666,27.6299991607666,27.6299991607666,23100,0,0,False 2024-10-30 00:00:00-04:00,27.2900009155273,28.0699996948242,27.2900009155273,28.0699996948242,28.0699996948242,11500,0,0,False 2024-10-31 00:00:00-04:00,27.75,27.8099994659424,27.1900005340576,27.5200004577637,27.5200004577637,14500,0,0,False 2024-11-01 00:00:00-04:00,27.75,28.2299995422363,27.0799999237061,27.2199993133545,27.2199993133545,20300,0,0,False 2024-11-04 00:00:00-05:00,27.8199996948242,28.5100002288818,27.5900001525879,28.2199993133545,28.2199993133545,21300,0,0,False 2024-11-05 00:00:00-05:00,28.4400005340576,28.4400005340576,28.0900001525879,28.2900009155273,28.2900009155273,7100,0,0,False 2024-11-06 00:00:00-05:00,27.3299999237061,28.4799995422363,27.3299999237061,28.1599998474121,28.1599998474121,35200,0,0,False 2024-11-07 00:00:00-05:00,27.6599998474121,29.3400001525879,27.6599998474121,29.25,29.25,25200,0,0,False 2024-11-08 00:00:00-05:00,29.4300003051758,29.4300003051758,28,28.0699996948242,28.0699996948242,27000,0,0,False 2024-11-11 00:00:00-05:00,27.9400005340576,29.1900005340576,27.9400005340576,28.9699993133545,28.9699993133545,20600,0,0,False 2024-11-12 00:00:00-05:00,29.1399993896484,29.3299999237061,28.1599998474121,28.6800003051758,28.6800003051758,31900,0,0,False 2024-11-13 00:00:00-05:00,28.4899997711182,28.7199993133545,28.0300006866455,28.6900005340576,28.6900005340576,54300,0,0,False 2024-11-14 00:00:00-05:00,31.4899997711182,32.5400009155273,30,32.5,32.5,150800,0,0,False 2024-11-15 00:00:00-05:00,32.1699981689453,33.1199989318848,32,32.2099990844727,32.2099990844727,51300,0,0,False ================================================ FILE: tests/data/SCR-TO-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00-05:00,3.8299999237060547,4.269999980926514,3.8299999237060547,4.0,2.2503862380981445,559600,0.0,0.0 2022-01-05 00:00:00-05:00,4.050000190734863,4.199999809265137,4.039999961853027,4.050000190734863,2.2785160541534424,467700,0.0,0.0 2022-01-06 00:00:00-05:00,4.150000095367432,4.179999828338623,4.050000190734863,4.090000152587891,2.3010199069976807,393300,0.0,0.0 2022-01-07 00:00:00-05:00,4.130000114440918,4.230000019073486,4.070000171661377,4.159999847412109,2.3404018878936768,860600,0.0,0.0 2022-01-10 00:00:00-05:00,4.199999809265137,4.199999809265137,4.119999885559082,4.199999809265137,2.362905502319336,281900,0.0,0.0 2022-01-11 00:00:00-05:00,4.199999809265137,4.460000038146973,4.159999847412109,4.420000076293945,2.4866771697998047,695900,0.0,0.0 2022-01-12 00:00:00-05:00,4.449999809265137,4.639999866485596,4.449999809265137,4.579999923706055,2.5766921043395996,452500,0.0,0.0 2022-01-13 00:00:00-05:00,4.590000152587891,4.639999866485596,4.420000076293945,4.46999979019165,2.5148065090179443,373700,0.0,0.0 2022-01-14 00:00:00-05:00,4.480000019073486,4.590000152587891,4.429999828338623,4.559999942779541,2.5654401779174805,339600,0.0,0.0 2022-01-17 00:00:00-05:00,4.570000171661377,4.760000228881836,4.519999980926514,4.679999828338623,2.6329519748687744,317900,0.0,0.0 2022-01-18 00:00:00-05:00,4.75,4.78000020980835,4.650000095367432,4.659999847412109,2.621699810028076,317400,0.0,0.0 2022-01-19 00:00:00-05:00,4.71999979019165,4.730000019073486,4.489999771118164,4.519999980926514,2.542936325073242,642600,0.0,0.0 2022-01-20 00:00:00-05:00,4.400000095367432,4.639999866485596,4.320000171661377,4.539999961853027,2.5541887283325195,780900,0.0,0.0 2022-01-21 00:00:00-05:00,4.460000038146973,4.579999923706055,4.369999885559082,4.420000076293945,2.4866771697998047,426200,0.0,0.0 2022-01-24 00:00:00-05:00,4.309999942779541,4.400000095367432,4.070000171661377,4.380000114440918,2.4641730785369873,391900,0.0,0.0 2022-01-25 00:00:00-05:00,4.400000095367432,4.639999866485596,4.309999942779541,4.579999923706055,2.5766921043395996,461500,0.0,0.0 2022-01-26 00:00:00-05:00,4.699999809265137,4.75,4.550000190734863,4.570000171661377,2.571066379547119,229400,0.0,0.0 2022-01-27 00:00:00-05:00,4.590000152587891,4.699999809265137,4.429999828338623,4.480000019073486,2.520432710647583,1782700,0.0,0.0 2022-01-28 00:00:00-05:00,4.539999961853027,4.699999809265137,4.53000020980835,4.690000057220459,2.638577699661255,340300,0.0,0.0 2022-01-31 00:00:00-05:00,4.670000076293945,4.960000038146973,4.670000076293945,4.889999866485596,2.7510974407196045,341600,0.0,0.0 2022-02-01 00:00:00-05:00,4.900000095367432,4.900000095367432,4.75,4.809999942779541,2.706089496612549,245000,0.0,0.0 2022-02-02 00:00:00-05:00,4.789999961853027,4.880000114440918,4.659999847412109,4.75,2.6723337173461914,335900,0.0,0.0 2022-02-03 00:00:00-05:00,4.71999979019165,4.800000190734863,4.579999923706055,4.730000019073486,2.6610817909240723,567100,0.0,0.0 2022-02-04 00:00:00-05:00,4.760000228881836,4.980000019073486,4.760000228881836,4.880000114440918,2.745471239089966,728600,0.0,0.0 2022-02-07 00:00:00-05:00,4.800000190734863,4.849999904632568,4.639999866485596,4.670000076293945,2.627326250076294,509100,0.0,0.0 2022-02-08 00:00:00-05:00,4.650000095367432,4.650000095367432,4.360000133514404,4.460000038146973,2.509180784225464,520500,0.0,0.0 2022-02-09 00:00:00-05:00,4.46999979019165,4.619999885559082,4.449999809265137,4.550000190734863,2.559814453125,225400,0.0,0.0 2022-02-10 00:00:00-05:00,4.519999980926514,4.610000133514404,4.449999809265137,4.510000228881836,2.537310838699341,225300,0.0,0.0 2022-02-11 00:00:00-05:00,4.5,4.630000114440918,4.489999771118164,4.630000114440918,2.6048223972320557,380600,0.0,0.0 2022-02-14 00:00:00-05:00,4.5,4.550000190734863,4.400000095367432,4.510000228881836,2.537310838699341,507600,0.0,0.0 2022-02-15 00:00:00-05:00,4.420000076293945,4.71999979019165,4.420000076293945,4.690000057220459,2.638577699661255,342800,0.0,0.0 2022-02-16 00:00:00-05:00,4.699999809265137,4.800000190734863,4.539999961853027,4.579999923706055,2.5766921043395996,508700,0.0,0.0 2022-02-17 00:00:00-05:00,4.599999904632568,4.659999847412109,4.519999980926514,4.570000171661377,2.571066379547119,309900,0.0,0.0 2022-02-18 00:00:00-05:00,4.510000228881836,4.559999942779541,4.380000114440918,4.420000076293945,2.4866771697998047,191700,0.0,0.0 2022-02-22 00:00:00-05:00,4.460000038146973,4.599999904632568,4.429999828338623,4.53000020980835,2.548562526702881,1063700,0.0,0.0 2022-02-23 00:00:00-05:00,4.590000152587891,4.739999771118164,4.559999942779541,4.679999828338623,2.6329519748687744,256600,0.0,0.0 2022-02-24 00:00:00-05:00,4.699999809265137,4.820000171661377,4.559999942779541,4.670000076293945,2.627326250076294,392200,0.0,0.0 2022-02-25 00:00:00-05:00,4.659999847412109,4.880000114440918,4.630000114440918,4.849999904632568,2.728593349456787,264400,0.0,0.0 2022-02-28 00:00:00-05:00,4.880000114440918,5.099999904632568,4.869999885559082,5.079999923706055,2.8579905033111572,543200,0.0,0.0 2022-03-01 00:00:00-05:00,5.159999847412109,5.28000020980835,5.03000020980835,5.179999828338623,2.914250135421753,481700,0.0,0.0 2022-03-02 00:00:00-05:00,5.239999771118164,5.309999942779541,5.079999923706055,5.179999828338623,2.914250135421753,232200,0.0,0.0 2022-03-03 00:00:00-05:00,5.21999979019165,5.230000019073486,4.949999809265137,4.96999979019165,2.796104907989502,234500,0.0,0.0 2022-03-04 00:00:00-05:00,5.03000020980835,5.389999866485596,5.03000020980835,5.360000133514404,3.0155179500579834,1110400,0.0,0.0 2022-03-07 00:00:00-05:00,5.570000171661377,5.849999904632568,5.440000057220459,5.650000095367432,3.178670644760132,738400,0.0,0.0 2022-03-08 00:00:00-05:00,5.829999923706055,5.889999866485596,5.46999979019165,5.679999828338623,3.1955482959747314,733300,0.0,0.0 2022-03-09 00:00:00-05:00,5.300000190734863,5.639999866485596,5.199999809265137,5.21999979019165,2.936753749847412,796500,0.0,0.0 2022-03-10 00:00:00-05:00,5.360000133514404,5.449999809265137,5.239999771118164,5.309999942779541,2.9873876571655273,454800,0.0,0.0 2022-03-11 00:00:00-05:00,5.289999961853027,5.329999923706055,5.110000133514404,5.25,2.953632116317749,222100,0.0,0.0 2022-03-14 00:00:00-04:00,5.050000190734863,5.099999904632568,4.559999942779541,4.789999961853027,2.6948375701904297,642400,0.0,0.0 2022-03-15 00:00:00-04:00,4.53000020980835,4.889999866485596,4.420000076293945,4.610000133514404,2.5935702323913574,594600,0.0,0.0 2022-03-16 00:00:00-04:00,4.579999923706055,4.829999923706055,4.579999923706055,4.679999828338623,2.6329519748687744,583800,0.0,0.0 2022-03-17 00:00:00-04:00,4.789999961853027,4.960000038146973,4.739999771118164,4.800000190734863,2.7004637718200684,654300,0.0,0.0 2022-03-18 00:00:00-04:00,4.71999979019165,4.920000076293945,4.710000038146973,4.71999979019165,2.6554558277130127,284100,0.0,0.0 2022-03-21 00:00:00-04:00,4.829999923706055,5.010000228881836,4.820000171661377,4.980000019073486,2.8017311096191406,344500,0.0,0.0 2022-03-22 00:00:00-04:00,4.96999979019165,4.96999979019165,4.820000171661377,4.940000057220459,2.7792270183563232,374000,0.0,0.0 2022-03-23 00:00:00-04:00,5.010000228881836,5.099999904632568,4.940000057220459,4.940000057220459,2.7792270183563232,535800,0.0,0.0 2022-03-24 00:00:00-04:00,5.0,5.0,4.840000152587891,4.900000095367432,2.756723403930664,385800,0.0,0.0 2022-03-25 00:00:00-04:00,4.849999904632568,5.21999979019165,4.840000152587891,5.179999828338623,2.914250135421753,821200,0.0,0.0 2022-03-28 00:00:00-04:00,4.900000095367432,5.110000133514404,4.900000095367432,5.070000171661377,2.8523647785186768,338100,0.0,0.0 2022-03-29 00:00:00-04:00,4.940000057220459,5.230000019073486,4.809999942779541,5.210000038146973,2.9311280250549316,628200,0.0,0.0 2022-03-30 00:00:00-04:00,5.269999980926514,5.400000095367432,5.269999980926514,5.369999885559082,3.021143674850464,448200,0.0,0.0 2022-03-31 00:00:00-04:00,5.300000190734863,5.409999847412109,5.260000228881836,5.309999942779541,2.9873876571655273,308000,0.0,0.0 2022-04-01 00:00:00-04:00,5.210000038146973,5.400000095367432,5.210000038146973,5.28000020980835,2.9705100059509277,279000,0.0,0.0 2022-04-04 00:00:00-04:00,5.349999904632568,5.429999828338623,5.260000228881836,5.300000190734863,2.981761932373047,298100,0.0,0.0 2022-04-05 00:00:00-04:00,5.329999923706055,5.420000076293945,5.199999809265137,5.21999979019165,2.936753749847412,308800,0.0,0.0 2022-04-06 00:00:00-04:00,5.179999828338623,5.309999942779541,5.090000152587891,5.119999885559082,2.8804943561553955,395100,0.0,0.0 2022-04-07 00:00:00-04:00,5.159999847412109,5.230000019073486,5.03000020980835,5.179999828338623,2.914250135421753,277200,0.0,0.0 2022-04-08 00:00:00-04:00,5.230000019073486,5.400000095367432,5.190000057220459,5.349999904632568,3.0098915100097656,281000,0.0,0.0 2022-04-11 00:00:00-04:00,5.389999866485596,5.389999866485596,5.210000038146973,5.309999942779541,2.9873876571655273,474300,0.0,0.0 2022-04-12 00:00:00-04:00,5.400000095367432,5.5,5.300000190734863,5.329999923706055,2.9986398220062256,440400,0.0,0.0 2022-04-13 00:00:00-04:00,5.400000095367432,5.46999979019165,5.309999942779541,5.360000133514404,3.0155179500579834,553200,0.0,0.0 2022-04-14 00:00:00-04:00,5.369999885559082,5.510000228881836,5.349999904632568,5.429999828338623,3.054899215698242,399900,0.0,0.0 2022-04-18 00:00:00-04:00,5.460000038146973,5.639999866485596,5.400000095367432,5.550000190734863,3.122411012649536,412700,0.0,0.0 2022-04-19 00:00:00-04:00,5.489999771118164,5.489999771118164,5.21999979019165,5.329999923706055,2.9986398220062256,375600,0.0,0.0 2022-04-20 00:00:00-04:00,5.329999923706055,5.400000095367432,5.25,5.28000020980835,2.9705100059509277,245400,0.0,0.0 2022-04-21 00:00:00-04:00,5.289999961853027,5.389999866485596,5.0,5.059999942779541,2.846738815307617,441300,0.0,0.0 2022-04-22 00:00:00-04:00,5.059999942779541,5.059999942779541,4.820000171661377,4.829999923706055,2.717341423034668,444800,0.0,0.0 2022-04-25 00:00:00-04:00,4.610000133514404,4.800000190734863,4.5,4.739999771118164,2.6667075157165527,598100,0.0,0.0 2022-04-26 00:00:00-04:00,4.78000020980835,4.929999828338623,4.730000019073486,4.820000171661377,2.7117154598236084,362000,0.0,0.0 2022-04-27 00:00:00-04:00,4.820000171661377,4.909999847412109,4.710000038146973,4.880000114440918,2.745471239089966,306800,0.0,0.0 2022-04-28 00:00:00-04:00,4.920000076293945,4.989999771118164,4.800000190734863,4.949999809265137,2.784852981567383,337000,0.0,0.0 2022-04-29 00:00:00-04:00,4.960000038146973,5.0,4.769999980926514,4.820000171661377,2.7117154598236084,312400,0.0,0.0 2022-05-02 00:00:00-04:00,4.710000038146973,4.829999923706055,4.630000114440918,4.730000019073486,2.6610817909240723,438800,0.0,0.0 2022-05-03 00:00:00-04:00,4.710000038146973,5.03000020980835,4.710000038146973,4.96999979019165,2.796104907989502,675000,0.0,0.0 2022-05-04 00:00:00-04:00,5.0,5.079999923706055,4.900000095367432,5.050000190734863,2.8411126136779785,1268500,0.0,0.0 2022-05-05 00:00:00-04:00,5.099999904632568,5.150000095367432,4.860000133514404,5.03000020980835,2.8298606872558594,356000,0.0,0.0 2022-05-06 00:00:00-04:00,4.96999979019165,5.139999866485596,4.880000114440918,4.940000057220459,2.7792270183563232,250600,0.0,0.0 2022-05-09 00:00:00-04:00,4.78000020980835,4.78000020980835,4.460000038146973,4.579999923706055,2.5766921043395996,587200,0.0,0.0 2022-05-10 00:00:00-04:00,4.650000095367432,4.75,4.440000057220459,4.539999961853027,2.5541887283325195,359400,0.0,0.0 2022-05-11 00:00:00-04:00,4.670000076293945,4.670000076293945,4.21999979019165,4.329999923706055,2.4360432624816895,709200,0.0,0.0 2022-05-12 00:00:00-04:00,4.349999904632568,4.489999771118164,4.25,4.380000114440918,2.4641730785369873,564300,0.0,0.0 2022-05-13 00:00:00-04:00,4.429999828338623,4.840000152587891,4.429999828338623,4.769999980926514,2.6835856437683105,800600,0.0,0.0 2022-05-16 00:00:00-04:00,4.769999980926514,5.010000228881836,4.760000228881836,4.920000076293945,2.767974853515625,430900,0.0,0.0 2022-05-17 00:00:00-04:00,5.0,5.159999847412109,4.989999771118164,5.130000114440918,2.886120557785034,491800,0.0,0.0 2022-05-18 00:00:00-04:00,5.239999771118164,5.28000020980835,4.949999809265137,5.059999942779541,2.846738815307617,526000,0.0,0.0 2022-05-19 00:00:00-04:00,4.940000057220459,5.28000020980835,4.940000057220459,5.230000019073486,2.942380428314209,440200,0.0,0.0 2022-05-20 00:00:00-04:00,5.179999828338623,5.400000095367432,5.179999828338623,5.349999904632568,3.0098915100097656,510600,0.0,0.0 2022-05-24 00:00:00-04:00,5.320000171661377,5.579999923706055,5.300000190734863,5.570000171661377,3.1336629390716553,522100,0.0,0.0 2022-05-25 00:00:00-04:00,5.599999904632568,5.760000228881836,5.550000190734863,5.690000057220459,3.20117449760437,634300,0.0,0.0 2022-05-26 00:00:00-04:00,5.849999904632568,5.849999904632568,5.610000133514404,5.610000133514404,3.1561665534973145,492900,0.0,0.0 2022-05-27 00:00:00-04:00,5.619999885559082,5.78000020980835,5.590000152587891,5.78000020980835,3.251807928085327,746000,0.0,0.0 2022-05-30 00:00:00-04:00,5.840000152587891,6.139999866485596,5.840000152587891,6.139999866485596,3.454342842102051,430100,0.0,0.0 2022-05-31 00:00:00-04:00,6.150000095367432,6.170000076293945,5.710000038146973,5.840000152587891,3.2855641841888428,3694200,0.0,0.0 2022-06-01 00:00:00-04:00,5.96999979019165,6.099999904632568,5.849999904632568,5.949999809265137,3.347449779510498,478200,0.0,0.0 2022-06-02 00:00:00-04:00,5.949999809265137,6.070000171661377,5.860000133514404,6.0,3.375579833984375,243400,0.0,0.0 2022-06-03 00:00:00-04:00,5.960000038146973,6.210000038146973,5.889999866485596,6.190000057220459,3.4824728965759277,758200,0.0,0.0 2022-06-06 00:00:00-04:00,6.300000190734863,6.369999885559082,6.039999961853027,6.369999885559082,3.583739995956421,489200,0.0,0.0 2022-06-07 00:00:00-04:00,6.369999885559082,6.679999828338623,6.269999980926514,6.570000171661377,3.6962597370147705,647300,0.0,0.0 2022-06-08 00:00:00-04:00,6.699999809265137,6.71999979019165,6.380000114440918,6.460000038146973,3.634373664855957,727300,0.0,0.0 2022-06-09 00:00:00-04:00,6.46999979019165,6.46999979019165,6.28000020980835,6.28000020980835,3.533106803894043,508200,0.0,0.0 2022-06-10 00:00:00-04:00,6.28000020980835,6.309999942779541,6.050000190734863,6.170000076293945,3.4712209701538086,448700,0.0,0.0 2022-06-13 00:00:00-04:00,6.0,6.079999923706055,5.710000038146973,6.070000171661377,3.414961099624634,462500,0.0,0.0 2022-06-14 00:00:00-04:00,6.199999809265137,6.199999809265137,5.670000076293945,5.690000057220459,3.20117449760437,506000,0.0,0.0 2022-06-15 00:00:00-04:00,5.75,5.789999961853027,5.449999809265137,5.519999980926514,3.1055328845977783,632600,0.0,0.0 2022-06-16 00:00:00-04:00,5.260000228881836,5.409999847412109,5.119999885559082,5.130000114440918,2.886120557785034,745300,0.0,0.0 2022-06-17 00:00:00-04:00,5.150000095367432,5.25,4.5,4.599999904632568,2.587944269180298,2540000,0.0,0.0 2022-06-20 00:00:00-04:00,4.579999923706055,4.739999771118164,4.519999980926514,4.690000057220459,2.638577699661255,273900,0.0,0.0 2022-06-21 00:00:00-04:00,4.800000190734863,4.949999809265137,4.710000038146973,4.769999980926514,2.6835856437683105,592700,0.0,0.0 2022-06-22 00:00:00-04:00,4.449999809265137,4.460000038146973,4.300000190734863,4.309999942779541,2.424791097640991,809900,0.0,0.0 2022-06-23 00:00:00-04:00,4.329999923706055,4.389999866485596,3.740000009536743,3.8499999046325684,2.165996551513672,1175400,0.0,0.0 2022-06-24 00:00:00-04:00,3.9100000858306885,4.170000076293945,3.880000114440918,3.9700000286102295,2.233508348464966,708700,0.0,0.0 2022-06-27 00:00:00-04:00,4.070000171661377,4.159999847412109,3.930000066757202,4.099999904632568,2.306645631790161,638900,0.0,0.0 2022-06-28 00:00:00-04:00,4.199999809265137,4.400000095367432,4.179999828338623,4.309999942779541,2.424791097640991,998100,0.0,0.0 2022-06-29 00:00:00-04:00,4.349999904632568,4.400000095367432,4.090000152587891,4.099999904632568,2.306645631790161,623400,0.0,0.0 2022-06-30 00:00:00-04:00,4.0,4.110000133514404,3.8499999046325684,3.9800000190734863,2.2391343116760254,788400,0.0,0.0 2022-07-04 00:00:00-04:00,4.019999980926514,4.050000190734863,3.890000104904175,4.03000020980835,2.2672643661499023,501500,0.0,0.0 2022-07-05 00:00:00-04:00,3.9000000953674316,3.930000066757202,3.680000066757202,3.799999952316284,2.137866973876953,1068800,0.0,0.0 2022-07-06 00:00:00-04:00,3.7100000381469727,3.8499999046325684,3.380000114440918,3.4700000286102295,1.9522101879119873,785800,0.0,0.0 2022-07-07 00:00:00-04:00,3.640000104904175,3.7899999618530273,3.640000104904175,3.7300000190734863,2.098485231399536,537500,0.0,0.0 2022-07-08 00:00:00-04:00,3.75,3.880000114440918,3.640000104904175,3.799999952316284,2.137866973876953,380000,0.0,0.0 2022-07-11 00:00:00-04:00,3.740000009536743,3.890000104904175,3.640000104904175,3.8299999237060547,2.154744863510132,1113200,0.0,0.0 2022-07-12 00:00:00-04:00,3.7100000381469727,3.7899999618530273,3.5199999809265137,3.5399999618530273,1.9915918111801147,693900,0.0,0.0 2022-07-13 00:00:00-04:00,3.4600000381469727,3.5799999237060547,3.440000057220459,3.509999990463257,1.974713921546936,537100,0.0,0.0 2022-07-14 00:00:00-04:00,3.380000114440918,3.4600000381469727,3.259999990463257,3.440000057220459,1.9353322982788086,877700,0.0,0.0 2022-07-15 00:00:00-04:00,3.5199999809265137,3.609999895095825,3.390000104904175,3.5299999713897705,1.9859658479690552,565800,0.0,0.0 2022-07-18 00:00:00-04:00,3.5799999237060547,3.809999942779541,3.559999942779541,3.7699999809265137,2.1209890842437744,1215000,0.0,0.0 2022-07-19 00:00:00-04:00,3.759999990463257,3.880000114440918,3.740000009536743,3.8499999046325684,2.165996551513672,861800,0.0,0.0 2022-07-20 00:00:00-04:00,3.819999933242798,3.890000104904175,3.7300000190734863,3.859999895095825,2.1716225147247314,397100,0.0,0.0 2022-07-21 00:00:00-04:00,3.740000009536743,3.799999952316284,3.619999885559082,3.7100000381469727,2.087233304977417,481600,0.0,0.0 2022-07-22 00:00:00-04:00,3.740000009536743,3.7899999618530273,3.630000114440918,3.630000114440918,2.0422255992889404,547400,0.0,0.0 2022-07-25 00:00:00-04:00,3.6500000953674316,3.890000104904175,3.609999895095825,3.8399999141693115,2.1603708267211914,617400,0.0,0.0 2022-07-26 00:00:00-04:00,3.9000000953674316,3.9800000190734863,3.7899999618530273,3.869999885559082,2.17724871635437,538400,0.0,0.0 2022-07-27 00:00:00-04:00,3.8499999046325684,4.03000020980835,3.8499999046325684,4.0,2.2503862380981445,607300,0.0,0.0 2022-07-28 00:00:00-04:00,4.059999942779541,4.190000057220459,4.019999980926514,4.090000152587891,2.3010199069976807,850200,0.0,0.0 2022-07-29 00:00:00-04:00,4.190000057220459,4.369999885559082,4.130000114440918,4.289999961853027,2.413539409637451,953100,0.0,0.0 2022-08-02 00:00:00-04:00,4.239999771118164,4.239999771118164,4.03000020980835,4.059999942779541,2.284141778945923,471000,0.0,0.0 2022-08-03 00:00:00-04:00,4.090000152587891,4.110000133514404,3.8399999141693115,3.930000066757202,2.2110047340393066,677200,0.0,0.0 2022-08-04 00:00:00-04:00,3.859999895095825,3.880000114440918,3.680000066757202,3.680000066757202,2.0703554153442383,809500,0.0,0.0 2022-08-05 00:00:00-04:00,3.609999895095825,3.890000104904175,3.609999895095825,3.8499999046325684,2.165996551513672,380700,0.0,0.0 2022-08-08 00:00:00-04:00,3.799999952316284,3.940000057220459,3.759999990463257,3.940000057220459,2.216630458831787,429300,0.0,0.0 2022-08-09 00:00:00-04:00,4.0,4.03000020980835,3.950000047683716,4.010000228881836,2.256012201309204,328300,0.0,0.0 2022-08-10 00:00:00-04:00,4.039999961853027,4.039999961853027,3.9000000953674316,3.990000009536743,2.244760513305664,848100,0.0,0.0 2022-08-11 00:00:00-04:00,4.03000020980835,4.190000057220459,3.990000009536743,4.159999847412109,2.3404018878936768,4875600,0.0,0.0 2022-08-12 00:00:00-04:00,4.150000095367432,4.420000076293945,4.110000133514404,4.300000190734863,2.4191653728485107,1629200,0.0,0.0 2022-08-15 00:00:00-04:00,4.110000133514404,4.369999885559082,4.03000020980835,4.300000190734863,2.4191653728485107,712300,0.0,0.0 2022-08-16 00:00:00-04:00,4.369999885559082,4.489999771118164,4.21999979019165,4.289999961853027,2.413539409637451,596600,0.0,0.0 2022-08-17 00:00:00-04:00,4.269999980926514,4.389999866485596,4.21999979019165,4.28000020980835,2.4079136848449707,404100,0.0,0.0 2022-08-18 00:00:00-04:00,4.349999904632568,4.639999866485596,4.349999904632568,4.550000190734863,2.559814453125,1213700,0.0,0.0 2022-08-19 00:00:00-04:00,4.610000133514404,4.650000095367432,4.489999771118164,4.5,2.531684637069702,348900,0.0,0.0 2022-08-22 00:00:00-04:00,4.460000038146973,4.519999980926514,4.349999904632568,4.510000228881836,2.537310838699341,589300,0.0,0.0 2022-08-23 00:00:00-04:00,4.550000190734863,4.78000020980835,4.550000190734863,4.699999809265137,2.6442036628723145,526400,0.0,0.0 2022-08-24 00:00:00-04:00,4.730000019073486,4.960000038146973,4.730000019073486,4.929999828338623,2.7736010551452637,472800,0.0,0.0 2022-08-25 00:00:00-04:00,4.96999979019165,5.090000152587891,4.960000038146973,5.059999942779541,2.846738815307617,453900,0.0,0.0 2022-08-26 00:00:00-04:00,5.059999942779541,5.170000076293945,5.010000228881836,5.010000228881836,2.8186089992523193,342300,0.0,0.0 2022-08-29 00:00:00-04:00,4.949999809265137,5.199999809265137,4.909999847412109,5.130000114440918,2.886120557785034,319600,0.0,0.0 2022-08-30 00:00:00-04:00,5.070000171661377,5.070000171661377,4.900000095367432,4.940000057220459,2.7792270183563232,335300,0.0,0.0 2022-08-31 00:00:00-04:00,4.849999904632568,5.050000190734863,4.78000020980835,4.880000114440918,2.745471239089966,517200,0.0,0.0 2022-09-01 00:00:00-04:00,4.880000114440918,4.880000114440918,4.570000171661377,4.619999885559082,2.599195957183838,587000,0.0,0.0 2022-09-02 00:00:00-04:00,4.840000152587891,4.869999885559082,4.690000057220459,4.699999809265137,2.6442036628723145,392000,0.0,0.0 2022-09-06 00:00:00-04:00,4.800000190734863,4.860000133514404,4.579999923706055,4.670000076293945,2.627326250076294,545600,0.0,0.0 2022-09-07 00:00:00-04:00,4.539999961853027,4.559999942779541,4.400000095367432,4.449999809265137,2.503554344177246,412100,0.0,0.0 2022-09-08 00:00:00-04:00,4.449999809265137,4.539999961853027,4.409999847412109,4.480000019073486,2.520432710647583,369200,0.0,0.0 2022-09-09 00:00:00-04:00,4.559999942779541,4.809999942779541,4.559999942779541,4.78000020980835,2.689211845397949,513000,0.0,0.0 2022-09-12 00:00:00-04:00,4.789999961853027,4.880000114440918,4.739999771118164,4.829999923706055,2.717341423034668,285000,0.0,0.0 2022-09-13 00:00:00-04:00,4.800000190734863,4.849999904632568,4.71999979019165,4.760000228881836,2.67795991897583,225800,0.0,0.0 2022-09-14 00:00:00-04:00,4.809999942779541,4.989999771118164,4.78000020980835,4.869999885559082,2.739845037460327,1021100,0.0,0.0 2022-09-15 00:00:00-04:00,4.809999942779541,4.920000076293945,4.739999771118164,4.75,2.6723337173461914,352500,0.0,0.0 2022-09-16 00:00:00-04:00,4.730000019073486,4.730000019073486,4.550000190734863,4.659999847412109,2.621699810028076,702500,0.0,0.0 2022-09-19 00:00:00-04:00,4.5,4.659999847412109,4.389999866485596,4.639999866485596,2.610448122024536,537500,0.0,0.0 2022-09-20 00:00:00-04:00,4.639999866485596,4.639999866485596,4.429999828338623,4.480000019073486,2.520432710647583,400900,0.0,0.0 2022-09-21 00:00:00-04:00,4.519999980926514,4.559999942779541,4.309999942779541,4.320000171661377,2.430417060852051,364600,0.0,0.0 2022-09-22 00:00:00-04:00,4.389999866485596,4.449999809265137,4.099999904632568,4.130000114440918,2.323523998260498,515800,0.0,0.0 2022-09-23 00:00:00-04:00,4.0,4.0,3.5999999046325684,3.700000047683716,2.0816073417663574,960400,0.0,0.0 2022-09-26 00:00:00-04:00,3.690000057220459,3.75,3.3299999237060547,3.369999885559082,1.895950436592102,683500,0.0,0.0 2022-09-27 00:00:00-04:00,3.440000057220459,3.4700000286102295,3.3399999141693115,3.380000114440918,1.9015765190124512,931200,0.0,0.0 2022-09-28 00:00:00-04:00,3.380000114440918,3.6600000858306885,3.359999895095825,3.6600000858306885,2.059103488922119,541000,0.0,0.0 2022-09-29 00:00:00-04:00,3.5899999141693115,3.75,3.4800000190734863,3.740000009536743,2.1041111946105957,640300,0.0,0.0 2022-09-30 00:00:00-04:00,3.6700000762939453,3.7699999809265137,3.569999933242798,3.700000047683716,2.0816073417663574,536300,0.0,0.0 2022-10-03 00:00:00-04:00,3.809999942779541,3.940000057220459,3.7699999809265137,3.9000000953674316,2.194126844406128,656400,0.0,0.0 2022-10-04 00:00:00-04:00,3.9800000190734863,4.119999885559082,3.9800000190734863,4.010000228881836,2.256012201309204,638800,0.0,0.0 2022-10-05 00:00:00-04:00,4.019999980926514,4.269999980926514,3.990000009536743,4.170000076293945,2.3460278511047363,615400,0.0,0.0 2022-10-06 00:00:00-04:00,4.139999866485596,4.409999847412109,4.139999866485596,4.380000114440918,2.4641730785369873,418100,0.0,0.0 2022-10-07 00:00:00-04:00,4.360000133514404,4.440000057220459,4.21999979019165,4.269999980926514,2.402287244796753,673400,0.0,0.0 2022-10-11 00:00:00-04:00,4.090000152587891,4.099999904632568,3.859999895095825,3.990000009536743,2.244760513305664,307800,0.0,0.0 2022-10-12 00:00:00-04:00,3.940000057220459,3.9800000190734863,3.8399999141693115,3.9700000286102295,2.233508348464966,371100,0.0,0.0 2022-10-13 00:00:00-04:00,3.9100000858306885,4.099999904632568,3.9100000858306885,4.039999961853027,2.272890329360962,625900,0.0,0.0 2022-10-14 00:00:00-04:00,4.010000228881836,4.070000171661377,3.8299999237060547,3.8399999141693115,2.1603708267211914,353500,0.0,0.0 2022-10-17 00:00:00-04:00,3.890000104904175,3.9700000286102295,3.8499999046325684,3.9000000953674316,2.194126844406128,546400,0.0,0.0 2022-10-18 00:00:00-04:00,3.930000066757202,3.990000009536743,3.8299999237060547,3.9100000858306885,2.1997528076171875,377200,0.0,0.0 2022-10-19 00:00:00-04:00,3.9000000953674316,4.0,3.869999885559082,3.990000009536743,2.244760513305664,379500,0.0,0.0 2022-10-20 00:00:00-04:00,4.0,4.130000114440918,3.9600000381469727,3.990000009536743,2.244760513305664,453900,0.0,0.0 2022-10-21 00:00:00-04:00,3.9800000190734863,4.039999961853027,3.930000066757202,3.950000047683716,2.222256660461426,396900,0.0,0.0 2022-10-24 00:00:00-04:00,3.9800000190734863,4.059999942779541,3.9100000858306885,4.0,2.2503862380981445,496100,0.0,0.0 2022-10-25 00:00:00-04:00,3.9700000286102295,4.079999923706055,3.9700000286102295,4.059999942779541,2.284141778945923,532500,0.0,0.0 2022-10-26 00:00:00-04:00,4.050000190734863,4.230000019073486,4.050000190734863,4.210000038146973,2.3685317039489746,877200,0.0,0.0 2022-10-27 00:00:00-04:00,4.21999979019165,4.300000190734863,4.130000114440918,4.170000076293945,2.3460278511047363,474000,0.0,0.0 2022-10-28 00:00:00-04:00,4.119999885559082,4.199999809265137,4.03000020980835,4.070000171661377,2.2897684574127197,363900,0.0,0.0 2022-10-31 00:00:00-04:00,4.010000228881836,4.230000019073486,4.010000228881836,4.110000133514404,2.312272071838379,628500,0.0,0.0 2022-11-01 00:00:00-04:00,4.230000019073486,4.25,4.139999866485596,4.179999828338623,2.351653575897217,319700,0.0,0.0 2022-11-02 00:00:00-04:00,4.170000076293945,4.340000152587891,4.110000133514404,4.21999979019165,2.374157428741455,481300,0.0,0.0 2022-11-03 00:00:00-04:00,4.190000057220459,4.340000152587891,4.179999828338623,4.289999961853027,2.413539409637451,279400,0.0,0.0 2022-11-04 00:00:00-04:00,4.360000133514404,4.590000152587891,4.340000152587891,4.550000190734863,2.559814453125,741800,0.0,0.0 2022-11-07 00:00:00-05:00,4.559999942779541,4.599999904632568,4.5,4.579999923706055,2.5766921043395996,366700,0.0,0.0 2022-11-08 00:00:00-05:00,4.590000152587891,4.599999904632568,4.460000038146973,4.510000228881836,2.537310838699341,426500,0.0,0.0 2022-11-09 00:00:00-05:00,4.099999904632568,4.130000114440918,3.509999990463257,3.5799999237060547,2.0140955448150635,3261400,0.0,0.0 2022-11-10 00:00:00-05:00,3.609999895095825,3.609999895095825,3.240000009536743,3.5199999809265137,1.9803401231765747,2489900,0.0,0.0 2022-11-11 00:00:00-05:00,3.549999952316284,3.549999952316284,3.369999885559082,3.4800000190734863,1.9578361511230469,1531900,0.0,0.0 2022-11-14 00:00:00-05:00,3.4100000858306885,3.619999885559082,3.380000114440918,3.5199999809265137,1.9803401231765747,1636500,0.0,0.0 2022-11-15 00:00:00-05:00,3.549999952316284,3.6500000953674316,3.509999990463257,3.619999885559082,2.0365993976593018,613200,0.0,0.0 2022-11-16 00:00:00-05:00,3.619999885559082,3.619999885559082,3.440000057220459,3.450000047683716,1.940958023071289,1095300,0.0,0.0 2022-11-17 00:00:00-05:00,3.4200000762939453,3.4200000762939453,3.2200000286102295,3.359999895095825,1.890324354171753,1058500,0.0,0.0 2022-11-18 00:00:00-05:00,3.299999952316284,3.3499999046325684,3.2300000190734863,3.3299999237060547,1.8734464645385742,1005000,0.0,0.0 2022-11-21 00:00:00-05:00,3.2899999618530273,3.3299999237060547,3.130000114440918,3.2899999618530273,1.8509427309036255,1701700,0.0,0.0 2022-11-22 00:00:00-05:00,3.309999942779541,3.450000047683716,3.309999942779541,3.4100000858306885,1.9184542894363403,668000,0.0,0.0 2022-11-23 00:00:00-05:00,3.3399999141693115,3.559999942779541,3.299999952316284,3.4600000381469727,1.9465842247009277,626600,0.0,0.0 2022-11-24 00:00:00-05:00,3.450000047683716,3.4600000381469727,3.380000114440918,3.430000066757202,1.9297062158584595,213400,0.0,0.0 2022-11-25 00:00:00-05:00,3.450000047683716,3.4800000190734863,3.369999885559082,3.380000114440918,1.9015765190124512,404100,0.0,0.0 2022-11-28 00:00:00-05:00,3.309999942779541,3.359999895095825,3.259999990463257,3.299999952316284,1.8565685749053955,472800,0.0,0.0 2022-11-29 00:00:00-05:00,3.3299999237060547,3.4800000190734863,3.309999942779541,3.4000000953674316,1.9128283262252808,782700,0.0,0.0 2022-11-30 00:00:00-05:00,3.5899999141693115,3.5899999141693115,3.4000000953674316,3.4000000953674316,1.9128283262252808,1510300,0.0,0.0 2022-12-01 00:00:00-05:00,3.4600000381469727,3.549999952316284,3.359999895095825,3.369999885559082,1.895950436592102,570700,0.0,0.0 2022-12-02 00:00:00-05:00,3.369999885559082,3.450000047683716,3.3299999237060547,3.3499999046325684,1.8846986293792725,319600,0.0,0.0 2022-12-05 00:00:00-05:00,3.4000000953674316,3.4700000286102295,3.259999990463257,3.299999952316284,1.8565685749053955,1100300,0.0,0.0 2022-12-06 00:00:00-05:00,3.2899999618530273,3.3499999046325684,3.0799999237060547,3.0799999237060547,1.732797384262085,1268000,0.0,0.0 2022-12-07 00:00:00-05:00,3.0799999237060547,3.180000066757202,2.9800000190734863,3.0899999141693115,1.738423466682434,769100,0.0,0.0 2022-12-08 00:00:00-05:00,3.190000057220459,3.190000057220459,2.990000009536743,3.0299999713897705,1.7046676874160767,618300,0.0,0.0 2022-12-09 00:00:00-05:00,3.0199999809265137,3.059999942779541,2.950000047683716,3.059999942779541,1.7215455770492554,779100,0.0,0.0 2022-12-12 00:00:00-05:00,3.059999942779541,3.0899999141693115,2.950000047683716,2.9700000286102295,1.6709119081497192,1015200,0.0,0.0 2022-12-13 00:00:00-05:00,3.059999942779541,3.130000114440918,2.930000066757202,3.049999952316284,1.7159196138381958,1585100,0.0,0.0 2022-12-14 00:00:00-05:00,3.0799999237060547,3.119999885559082,3.009999990463257,3.0999999046325684,1.744049310684204,508600,0.0,0.0 2022-12-15 00:00:00-05:00,3.049999952316284,3.0799999237060547,2.9700000286102295,3.0799999237060547,1.732797384262085,802900,0.0,0.0 2022-12-16 00:00:00-05:00,3.009999990463257,3.0299999713897705,2.890000104904175,2.940000057220459,1.6540340185165405,1059300,0.0,0.0 2022-12-19 00:00:00-05:00,2.9100000858306885,2.930000066757202,2.680000066757202,2.740000009536743,1.5415146350860596,2117800,0.0,0.0 2022-12-20 00:00:00-05:00,2.740000009536743,2.859999895095825,2.7100000381469727,2.8299999237060547,1.5921484231948853,988400,0.0,0.0 2022-12-21 00:00:00-05:00,2.8399999141693115,3.059999942779541,2.8399999141693115,3.0299999713897705,1.7046676874160767,796100,0.0,0.0 2022-12-22 00:00:00-05:00,3.049999952316284,3.059999942779541,2.890000104904175,2.9200000762939453,1.6427820920944214,1115000,0.0,0.0 2022-12-23 00:00:00-05:00,2.9700000286102295,3.190000057220459,2.950000047683716,3.1700000762939453,1.7834311723709106,1357700,0.0,0.0 2022-12-28 00:00:00-05:00,3.109999895095825,3.119999885559082,2.9200000762939453,2.940000057220459,1.6540340185165405,1075500,0.0,0.0 2022-12-29 00:00:00-05:00,2.9200000762939453,3.009999990463257,2.9200000762939453,2.990000009536743,1.6821637153625488,471300,0.0,0.0 2022-12-30 00:00:00-05:00,2.9600000381469727,3.0299999713897705,2.9600000381469727,3.0,1.6877899169921875,573100,0.0,0.0 2023-01-03 00:00:00-05:00,2.9700000286102295,3.0,2.75,2.7699999809265137,1.5583925247192383,766300,0.0,0.0 2023-01-04 00:00:00-05:00,2.7699999809265137,2.7799999713897705,2.680000066757202,2.7100000381469727,1.5246367454528809,735100,0.0,0.0 2023-01-05 00:00:00-05:00,2.690000057220459,2.7699999809265137,2.680000066757202,2.7100000381469727,1.5246367454528809,716200,0.0,0.0 2023-01-06 00:00:00-05:00,2.7300000190734863,2.809999942779541,2.7300000190734863,2.799999952316284,1.575270414352417,333100,0.0,0.0 2023-01-09 00:00:00-05:00,2.859999895095825,2.950000047683716,2.819999933242798,2.880000114440918,1.620278239250183,491400,0.0,0.0 2023-01-10 00:00:00-05:00,2.859999895095825,2.9100000858306885,2.809999942779541,2.890000104904175,1.6259039640426636,418900,0.0,0.0 2023-01-11 00:00:00-05:00,2.890000104904175,2.990000009536743,2.890000104904175,2.9200000762939453,1.6427820920944214,808900,0.0,0.0 2023-01-12 00:00:00-05:00,2.9700000286102295,3.0799999237060547,2.950000047683716,3.0399999618530273,1.7102934122085571,900700,0.0,0.0 2023-01-13 00:00:00-05:00,3.0399999618530273,3.0999999046325684,2.9800000190734863,3.0299999713897705,1.7046676874160767,625000,0.0,0.0 2023-01-16 00:00:00-05:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,1.693415641784668,360400,0.0,0.0 2023-01-17 00:00:00-05:00,3.059999942779541,3.1700000762939453,3.0,3.1500000953674316,1.7721792459487915,699200,0.0,0.0 2023-01-18 00:00:00-05:00,3.190000057220459,3.2899999618530273,3.130000114440918,3.130000114440918,1.760927438735962,707500,0.0,0.0 2023-01-19 00:00:00-05:00,3.130000114440918,3.140000104904175,3.0299999713897705,3.119999885559082,1.7553012371063232,291600,0.0,0.0 2023-01-20 00:00:00-05:00,3.109999895095825,3.1600000858306885,3.0799999237060547,3.119999885559082,1.7553012371063232,191000,0.0,0.0 2023-01-23 00:00:00-05:00,3.140000104904175,3.180000066757202,3.069999933242798,3.109999895095825,1.7496752738952637,329700,0.0,0.0 2023-01-24 00:00:00-05:00,3.059999942779541,3.0899999141693115,3.009999990463257,3.0199999809265137,1.699041724205017,496300,0.0,0.0 2023-01-25 00:00:00-05:00,3.009999990463257,3.049999952316284,2.930000066757202,3.049999952316284,1.7159196138381958,415700,0.0,0.0 2023-01-26 00:00:00-05:00,3.049999952316284,3.0899999141693115,2.990000009536743,3.0399999618530273,1.7102934122085571,243700,0.0,0.0 2023-01-27 00:00:00-05:00,3.0299999713897705,3.069999933242798,2.9600000381469727,3.0199999809265137,1.699041724205017,432400,0.0,0.0 2023-01-30 00:00:00-05:00,2.9800000190734863,2.9800000190734863,2.869999885559082,2.890000104904175,1.6259039640426636,427200,0.0,0.0 2023-01-31 00:00:00-05:00,2.859999895095825,2.9600000381469727,2.809999942779541,2.9600000381469727,1.6652859449386597,428900,0.0,0.0 2023-02-01 00:00:00-05:00,2.9600000381469727,3.0,2.880000114440918,2.940000057220459,1.6540340185165405,800000,0.0,0.0 2023-02-02 00:00:00-05:00,2.9700000286102295,2.9700000286102295,2.8499999046325684,2.880000114440918,1.620278239250183,552400,0.0,0.0 2023-02-03 00:00:00-05:00,2.869999885559082,2.950000047683716,2.859999895095825,2.9000000953674316,1.6315300464630127,468600,0.0,0.0 2023-02-06 00:00:00-05:00,2.9000000953674316,2.9200000762939453,2.8299999237060547,2.8399999141693115,1.5977741479873657,214400,0.0,0.0 2023-02-07 00:00:00-05:00,2.869999885559082,3.0899999141693115,2.859999895095825,3.0899999141693115,1.738423466682434,736000,0.0,0.0 2023-02-08 00:00:00-05:00,3.0999999046325684,3.109999895095825,3.0,3.0,1.6877899169921875,293100,0.0,0.0 2023-02-09 00:00:00-05:00,2.9700000286102295,3.0399999618530273,2.9700000286102295,3.0199999809265137,1.699041724205017,290000,0.0,0.0 2023-02-10 00:00:00-05:00,3.009999990463257,3.0899999141693115,3.009999990463257,3.049999952316284,1.7159196138381958,319600,0.0,0.0 2023-02-13 00:00:00-05:00,3.0899999141693115,3.0899999141693115,2.9700000286102295,3.0,1.6877899169921875,494600,0.0,0.0 2023-02-14 00:00:00-05:00,2.990000009536743,3.009999990463257,2.950000047683716,3.0,1.6877899169921875,354700,0.0,0.0 2023-02-15 00:00:00-05:00,2.9700000286102295,2.990000009536743,2.890000104904175,2.9700000286102295,1.6709119081497192,301400,0.0,0.0 2023-02-16 00:00:00-05:00,2.940000057220459,3.0,2.9200000762939453,2.990000009536743,1.6821637153625488,212600,0.0,0.0 2023-02-17 00:00:00-05:00,2.930000066757202,2.930000066757202,2.759999990463257,2.7799999713897705,1.5640183687210083,823900,0.0,0.0 2023-02-21 00:00:00-05:00,2.809999942779541,2.8299999237060547,2.7100000381469727,2.7200000286102295,1.5302625894546509,352700,0.0,0.0 2023-02-22 00:00:00-05:00,2.740000009536743,2.740000009536743,2.640000104904175,2.6600000858306885,1.496506929397583,343700,0.0,0.0 2023-02-23 00:00:00-05:00,2.700000047683716,2.7799999713897705,2.6600000858306885,2.75,1.5471405982971191,292200,0.0,0.0 2023-02-24 00:00:00-05:00,2.700000047683716,2.799999952316284,2.700000047683716,2.7799999713897705,1.5640183687210083,322100,0.0,0.0 2023-02-27 00:00:00-05:00,2.809999942779541,2.9100000858306885,2.75,2.880000114440918,1.620278239250183,268200,0.0,0.0 2023-02-28 00:00:00-05:00,2.880000114440918,2.9200000762939453,2.819999933242798,2.8499999046325684,1.6034003496170044,917800,0.0,0.0 2023-03-01 00:00:00-05:00,2.859999895095825,2.9800000190734863,2.859999895095825,2.9800000190734863,1.6765377521514893,327600,0.0,0.0 2023-03-02 00:00:00-05:00,3.0,3.0299999713897705,2.9200000762939453,2.9600000381469727,1.6652859449386597,287600,0.0,0.0 2023-03-03 00:00:00-05:00,2.9100000858306885,3.0799999237060547,2.9100000858306885,3.049999952316284,1.7159196138381958,289700,0.0,0.0 2023-03-06 00:00:00-05:00,3.059999942779541,3.059999942779541,2.9700000286102295,3.009999990463257,1.693415641784668,232100,0.0,0.0 2023-03-07 00:00:00-05:00,2.9800000190734863,3.0,2.880000114440918,2.9100000858306885,1.6371561288833618,279700,0.0,0.0 2023-03-08 00:00:00-05:00,2.9700000286102295,3.059999942779541,2.9000000953674316,2.9600000381469727,1.6652859449386597,455000,0.0,0.0 2023-03-09 00:00:00-05:00,3.0,3.180000066757202,2.990000009536743,3.009999990463257,1.693415641784668,336300,0.0,0.0 2023-03-10 00:00:00-05:00,3.009999990463257,3.059999942779541,2.9100000858306885,2.950000047683716,1.6596598625183105,350400,0.0,0.0 2023-03-13 00:00:00-04:00,2.8299999237060547,2.9100000858306885,2.75,2.9000000953674316,1.6315300464630127,435800,0.0,0.0 2023-03-14 00:00:00-04:00,2.869999885559082,2.950000047683716,2.8399999141693115,2.880000114440918,1.9108607769012451,231900,0.441,0.0 2023-03-15 00:00:00-04:00,2.75,2.759999990463257,2.4700000286102295,2.630000114440918,1.7449873685836792,1133800,0.0,0.0 2023-03-16 00:00:00-04:00,2.6500000953674316,2.7300000190734863,2.569999933242798,2.7200000286102295,1.8047016859054565,420000,0.0,0.0 2023-03-17 00:00:00-04:00,2.680000066757202,2.75,2.619999885559082,2.630000114440918,1.7449873685836792,403800,0.0,0.0 2023-03-20 00:00:00-04:00,2.640000104904175,2.7300000190734863,2.619999885559082,2.7200000286102295,1.8047016859054565,251300,0.0,0.0 2023-03-21 00:00:00-04:00,2.7699999809265137,2.8399999141693115,2.7200000286102295,2.7699999809265137,1.8378764390945435,311100,0.0,0.0 2023-03-22 00:00:00-04:00,2.759999990463257,2.7899999618530273,2.6600000858306885,2.6600000858306885,1.764892339706421,162000,0.0,0.0 2023-03-23 00:00:00-04:00,2.690000057220459,2.740000009536743,2.5899999141693115,2.640000104904175,1.7516224384307861,190900,0.0,0.0 2023-03-24 00:00:00-04:00,2.569999933242798,2.6600000858306885,2.569999933242798,2.630000114440918,1.7449873685836792,301600,0.0,0.0 2023-03-27 00:00:00-04:00,2.630000114440918,2.7200000286102295,2.559999942779541,2.7100000381469727,1.7980668544769287,226600,0.0,0.0 2023-03-28 00:00:00-04:00,2.740000009536743,2.740000009536743,2.6600000858306885,2.7100000381469727,1.7980668544769287,161900,0.0,0.0 2023-03-29 00:00:00-04:00,2.700000047683716,2.759999990463257,2.690000057220459,2.7200000286102295,1.8047016859054565,202700,0.0,0.0 2023-03-30 00:00:00-04:00,2.700000047683716,2.75,2.6700000762939453,2.7200000286102295,1.8047016859054565,118100,0.0,0.0 2023-03-31 00:00:00-04:00,2.75,2.799999952316284,2.75,2.7699999809265137,1.8378764390945435,201700,0.0,0.0 2023-04-03 00:00:00-04:00,2.7699999809265137,2.9600000381469727,2.7699999809265137,2.9600000381469727,1.9639402627944946,876600,0.0,0.0 2023-04-04 00:00:00-04:00,2.990000009536743,2.990000009536743,2.880000114440918,2.9200000762939453,1.9374005794525146,151100,0.0,0.0 2023-04-05 00:00:00-04:00,2.940000057220459,2.940000057220459,2.819999933242798,2.8399999141693115,1.8843209743499756,90400,0.0,0.0 2023-04-06 00:00:00-04:00,2.880000114440918,2.880000114440918,2.7799999713897705,2.799999952316284,1.857781171798706,123900,0.0,0.0 2023-04-10 00:00:00-04:00,2.7899999618530273,2.9000000953674316,2.7799999713897705,2.7899999618530273,1.8511464595794678,205200,0.0,0.0 2023-04-11 00:00:00-04:00,2.7699999809265137,2.8299999237060547,2.7699999809265137,2.809999942779541,1.864416241645813,345000,0.0,0.0 2023-04-12 00:00:00-04:00,2.8299999237060547,2.8499999046325684,2.799999952316284,2.809999942779541,1.864416241645813,210200,0.0,0.0 2023-04-13 00:00:00-04:00,2.7899999618530273,2.809999942779541,2.7699999809265137,2.7899999618530273,1.8511464595794678,234700,0.0,0.0 2023-04-14 00:00:00-04:00,2.799999952316284,2.8299999237060547,2.740000009536743,2.75,1.8246066570281982,545200,0.0,0.0 2023-04-17 00:00:00-04:00,2.7899999618530273,2.7899999618530273,2.7200000286102295,2.75,1.8246066570281982,171800,0.0,0.0 2023-04-18 00:00:00-04:00,2.75,2.75,2.680000066757202,2.7100000381469727,1.7980668544769287,194200,0.0,0.0 2023-04-19 00:00:00-04:00,2.7100000381469727,2.7100000381469727,2.619999885559082,2.6600000858306885,1.764892339706421,269500,0.0,0.0 2023-04-20 00:00:00-04:00,2.640000104904175,2.640000104904175,2.569999933242798,2.619999885559082,1.7383525371551514,833900,0.0,0.0 2023-04-21 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.5999999046325684,2.6500000953674316,1.7582573890686035,174500,0.0,0.0 2023-04-24 00:00:00-04:00,2.609999895095825,2.6600000858306885,2.569999933242798,2.6600000858306885,1.764892339706421,255300,0.0,0.0 2023-04-25 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.569999933242798,2.5899999141693115,1.7184475660324097,406500,0.0,0.0 2023-04-26 00:00:00-04:00,2.569999933242798,2.619999885559082,2.4800000190734863,2.4800000190734863,1.645463466644287,293400,0.0,0.0 2023-04-27 00:00:00-04:00,2.5,2.5299999713897705,2.450000047683716,2.4800000190734863,1.645463466644287,251700,0.0,0.0 2023-04-28 00:00:00-04:00,2.5299999713897705,2.549999952316284,2.4800000190734863,2.5,1.6587332487106323,405600,0.0,0.0 2023-05-01 00:00:00-04:00,2.4800000190734863,2.5799999237060547,2.4800000190734863,2.5399999618530273,1.6852730512619019,138100,0.0,0.0 2023-05-02 00:00:00-04:00,2.549999952316284,2.549999952316284,2.299999952316284,2.3299999237060547,1.545939326286316,846200,0.0,0.0 2023-05-03 00:00:00-04:00,2.309999942779541,2.3499999046325684,2.240000009536743,2.3499999046325684,1.5592091083526611,555600,0.0,0.0 2023-05-04 00:00:00-04:00,2.3499999046325684,2.380000114440918,2.299999952316284,2.3499999046325684,1.5592091083526611,359300,0.0,0.0 2023-05-05 00:00:00-04:00,2.4200000762939453,2.5199999809265137,2.4100000858306885,2.5199999809265137,1.6720030307769775,321700,0.0,0.0 2023-05-08 00:00:00-04:00,2.509999990463257,2.549999952316284,2.5,2.5199999809265137,1.6720030307769775,226500,0.0,0.0 2023-05-09 00:00:00-04:00,2.549999952316284,2.549999952316284,2.490000009536743,2.5299999713897705,1.6786381006240845,120400,0.0,0.0 2023-05-10 00:00:00-04:00,2.549999952316284,2.549999952316284,2.430000066757202,2.4800000190734863,1.645463466644287,236300,0.0,0.0 2023-05-11 00:00:00-04:00,2.4800000190734863,2.5199999809265137,2.380000114440918,2.380000114440918,1.579114317893982,433000,0.0,0.0 2023-05-12 00:00:00-04:00,2.430000066757202,2.549999952316284,2.4000000953674316,2.5299999713897705,1.6786381006240845,510700,0.0,0.0 2023-05-15 00:00:00-04:00,2.5399999618530273,2.630000114440918,2.5299999713897705,2.619999885559082,1.7383525371551514,230800,0.0,0.0 2023-05-16 00:00:00-04:00,2.619999885559082,2.6700000762939453,2.440000057220459,2.4800000190734863,1.645463466644287,579000,0.0,0.0 2023-05-17 00:00:00-04:00,2.4800000190734863,2.509999990463257,2.4100000858306885,2.4800000190734863,1.645463466644287,196000,0.0,0.0 2023-05-18 00:00:00-04:00,2.4600000381469727,2.5399999618530273,2.440000057220459,2.5,1.6587332487106323,233000,0.0,0.0 2023-05-19 00:00:00-04:00,2.559999942779541,2.5799999237060547,2.4700000286102295,2.509999990463257,1.6653683185577393,229000,0.0,0.0 2023-05-23 00:00:00-04:00,2.4600000381469727,2.609999895095825,2.4600000381469727,2.559999942779541,1.698542833328247,240100,0.0,0.0 2023-05-24 00:00:00-04:00,2.5199999809265137,2.559999942779541,2.440000057220459,2.4700000286102295,1.6388285160064697,199100,0.0,0.0 2023-05-25 00:00:00-04:00,2.5,2.5,2.380000114440918,2.4000000953674316,1.5923840999603271,287100,0.0,0.0 2023-05-26 00:00:00-04:00,2.4000000953674316,2.4700000286102295,2.369999885559082,2.4000000953674316,1.5923840999603271,150100,0.0,0.0 2023-05-29 00:00:00-04:00,2.4000000953674316,2.4800000190734863,2.4000000953674316,2.4600000381469727,1.6321935653686523,58700,0.0,0.0 2023-05-30 00:00:00-04:00,2.440000057220459,2.440000057220459,2.3299999237060547,2.390000104904175,1.5857490301132202,281300,0.0,0.0 2023-05-31 00:00:00-04:00,2.3299999237060547,2.4600000381469727,2.259999990463257,2.430000066757202,1.6122888326644897,708800,0.0,0.0 2023-06-01 00:00:00-04:00,2.390000104904175,2.4100000858306885,2.299999952316284,2.3299999237060547,1.545939326286316,490100,0.0,0.0 2023-06-02 00:00:00-04:00,2.3299999237060547,2.549999952316284,2.3299999237060547,2.549999952316284,1.6919080018997192,1196900,0.0,0.0 2023-06-05 00:00:00-04:00,2.509999990463257,2.619999885559082,2.509999990463257,2.549999952316284,1.6919080018997192,317400,0.0,0.0 2023-06-06 00:00:00-04:00,2.569999933242798,2.5799999237060547,2.4700000286102295,2.490000009536743,1.652098298072815,401600,0.0,0.0 2023-06-07 00:00:00-04:00,2.4800000190734863,2.5199999809265137,2.4600000381469727,2.4800000190734863,1.645463466644287,176900,0.0,0.0 2023-06-08 00:00:00-04:00,2.5,2.609999895095825,2.430000066757202,2.559999942779541,1.698542833328247,510900,0.0,0.0 2023-06-09 00:00:00-04:00,2.549999952316284,2.5999999046325684,2.5,2.5,1.6587332487106323,178700,0.0,0.0 2023-06-12 00:00:00-04:00,2.4800000190734863,2.4800000190734863,2.390000104904175,2.4100000858306885,1.599018931388855,205900,0.0,0.0 2023-06-13 00:00:00-04:00,2.4200000762939453,2.5299999713897705,2.4200000762939453,2.4200000762939453,1.605654001235962,201500,0.0,0.0 2023-06-14 00:00:00-04:00,2.4200000762939453,2.440000057220459,2.3499999046325684,2.3499999046325684,1.906663179397583,158000,0.441,0.0 2023-06-15 00:00:00-04:00,2.430000066757202,2.430000066757202,2.3399999141693115,2.4100000858306885,1.9553440809249878,92600,0.0,0.0 2023-06-16 00:00:00-04:00,2.4100000858306885,2.440000057220459,2.3399999141693115,2.369999885559082,1.922890067100525,407100,0.0,0.0 2023-06-19 00:00:00-04:00,2.4100000858306885,2.4100000858306885,2.359999895095825,2.369999885559082,1.922890067100525,69900,0.0,0.0 2023-06-20 00:00:00-04:00,2.359999895095825,2.359999895095825,2.2699999809265137,2.2899999618530273,1.8579823970794678,404500,0.0,0.0 2023-06-21 00:00:00-04:00,2.2899999618530273,2.2899999618530273,2.2100000381469727,2.259999990463257,1.8336421251296997,234900,0.0,0.0 2023-06-22 00:00:00-04:00,2.25,2.259999990463257,2.119999885559082,2.130000114440918,1.728167176246643,366900,0.0,0.0 2023-06-23 00:00:00-04:00,2.1600000858306885,2.200000047683716,2.0799999237060547,2.0999999046325684,1.7038267850875854,175300,0.0,0.0 2023-06-26 00:00:00-04:00,2.1600000858306885,2.1600000858306885,2.0899999141693115,2.0999999046325684,1.7038267850875854,109500,0.0,0.0 2023-06-27 00:00:00-04:00,2.0899999141693115,2.130000114440918,2.059999942779541,2.059999942779541,1.671372890472412,165900,0.0,0.0 2023-06-28 00:00:00-04:00,2.0999999046325684,2.1600000858306885,2.0199999809265137,2.1600000858306885,1.7525074481964111,287900,0.0,0.0 2023-06-29 00:00:00-04:00,2.1600000858306885,2.2100000381469727,2.1500000953674316,2.2100000381469727,1.7930748462677002,113900,0.0,0.0 2023-06-30 00:00:00-04:00,2.190000057220459,2.299999952316284,2.180000066757202,2.2699999809265137,1.8417556285858154,354000,0.0,0.0 2023-07-04 00:00:00-04:00,2.319999933242798,2.380000114440918,2.25,2.359999895095825,1.9147766828536987,245600,0.0,0.0 2023-07-05 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.2100000381469727,2.2100000381469727,1.7930748462677002,475400,0.0,0.0 2023-07-06 00:00:00-04:00,2.2100000381469727,2.2699999809265137,2.190000057220459,2.200000047683716,1.7849613428115845,240200,0.0,0.0 2023-07-07 00:00:00-04:00,2.2100000381469727,2.380000114440918,2.2100000381469727,2.3299999237060547,1.8904361724853516,222100,0.0,0.0 2023-07-10 00:00:00-04:00,2.309999942779541,2.3499999046325684,2.299999952316284,2.299999952316284,1.8660959005355835,55700,0.0,0.0 2023-07-11 00:00:00-04:00,2.2899999618530273,2.4000000953674316,2.2799999713897705,2.4000000953674316,1.9472306966781616,238500,0.0,0.0 2023-07-12 00:00:00-04:00,2.450000047683716,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796843528747559,241500,0.0,0.0 2023-07-13 00:00:00-04:00,2.4000000953674316,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796843528747559,153200,0.0,0.0 2023-07-14 00:00:00-04:00,2.3499999046325684,2.390000104904175,2.2799999713897705,2.2899999618530273,1.8579823970794678,232100,0.0,0.0 2023-07-17 00:00:00-04:00,2.2899999618530273,2.309999942779541,2.2200000286102295,2.240000009536743,1.8174152374267578,144600,0.0,0.0 2023-07-18 00:00:00-04:00,2.2300000190734863,2.3499999046325684,2.2300000190734863,2.309999942779541,1.8742092847824097,146700,0.0,0.0 2023-07-19 00:00:00-04:00,2.299999952316284,2.4700000286102295,2.299999952316284,2.450000047683716,1.9877979755401611,443000,0.0,0.0 2023-07-20 00:00:00-04:00,2.4800000190734863,2.569999933242798,2.4800000190734863,2.5199999809265137,2.0445921421051025,270100,0.0,0.0 2023-07-21 00:00:00-04:00,2.5799999237060547,2.5799999237060547,2.450000047683716,2.4800000190734863,2.0121381282806396,222600,0.0,0.0 2023-07-24 00:00:00-04:00,2.5,2.5299999713897705,2.4700000286102295,2.490000009536743,2.020251750946045,197200,0.0,0.0 2023-07-25 00:00:00-04:00,2.4700000286102295,2.490000009536743,2.4100000858306885,2.440000057220459,1.9796843528747559,188700,0.0,0.0 2023-07-26 00:00:00-04:00,2.4000000953674316,2.450000047683716,2.4000000953674316,2.450000047683716,1.9877979755401611,128100,0.0,0.0 2023-07-27 00:00:00-04:00,2.4800000190734863,2.4800000190734863,2.4000000953674316,2.4100000858306885,1.9553440809249878,381600,0.0,0.0 2023-07-28 00:00:00-04:00,2.450000047683716,2.549999952316284,2.380000114440918,2.5299999713897705,2.0527055263519287,424500,0.0,0.0 2023-07-31 00:00:00-04:00,2.5,2.7300000190734863,2.5,2.7200000286102295,2.2068612575531006,516500,0.0,0.0 2023-08-01 00:00:00-04:00,2.740000009536743,2.759999990463257,2.3399999141693115,2.450000047683716,1.9877979755401611,3980500,0.0,0.0 2023-08-02 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.3299999237060547,2.369999885559082,1.922890067100525,2111700,0.0,0.0 2023-08-03 00:00:00-04:00,2.359999895095825,2.450000047683716,2.359999895095825,2.440000057220459,1.9796843528747559,814300,0.0,0.0 2023-08-04 00:00:00-04:00,2.4700000286102295,2.5399999618530273,2.4200000762939453,2.5399999618530273,2.060818910598755,1363900,0.0,0.0 2023-08-08 00:00:00-04:00,2.509999990463257,2.549999952316284,2.4700000286102295,2.5299999713897705,2.0527055263519287,776900,0.0,0.0 2023-08-09 00:00:00-04:00,2.549999952316284,2.559999942779541,2.5,2.5199999809265137,2.0445921421051025,932100,0.0,0.0 2023-08-10 00:00:00-04:00,2.5199999809265137,2.5299999713897705,2.4700000286102295,2.490000009536743,2.020251750946045,389700,0.0,0.0 2023-08-11 00:00:00-04:00,2.4800000190734863,2.509999990463257,2.4800000190734863,2.509999990463257,2.0364787578582764,280800,0.0,0.0 2023-08-14 00:00:00-04:00,2.509999990463257,2.509999990463257,2.4000000953674316,2.430000066757202,1.9715709686279297,361600,0.0,0.0 2023-08-15 00:00:00-04:00,2.4200000762939453,2.440000057220459,2.2699999809265137,2.319999933242798,1.882322907447815,1139100,0.0,0.0 2023-08-16 00:00:00-04:00,2.2899999618530273,2.359999895095825,2.2300000190734863,2.259999990463257,1.8336421251296997,474700,0.0,0.0 2023-08-17 00:00:00-04:00,2.259999990463257,2.309999942779541,2.25,2.309999942779541,1.8742092847824097,1188900,0.0,0.0 2023-08-18 00:00:00-04:00,2.2699999809265137,2.390000104904175,2.240000009536743,2.359999895095825,1.9147766828536987,554900,0.0,0.0 2023-08-21 00:00:00-04:00,2.380000114440918,2.4000000953674316,2.3299999237060547,2.3299999237060547,1.8904361724853516,211200,0.0,0.0 2023-08-22 00:00:00-04:00,2.3499999046325684,2.369999885559082,2.25,2.2699999809265137,1.8417556285858154,336200,0.0,0.0 2023-08-23 00:00:00-04:00,2.240000009536743,2.259999990463257,2.200000047683716,2.2200000286102295,1.8011882305145264,368100,0.0,0.0 2023-08-24 00:00:00-04:00,2.2100000381469727,2.2100000381469727,2.130000114440918,2.1600000858306885,1.7525074481964111,270700,0.0,0.0 2023-08-25 00:00:00-04:00,2.1600000858306885,2.190000057220459,2.0,2.109999895095825,1.711940050125122,706100,0.0,0.0 2023-08-28 00:00:00-04:00,2.1500000953674316,2.190000057220459,2.130000114440918,2.1500000953674316,1.7443941831588745,655500,0.0,0.0 2023-08-29 00:00:00-04:00,2.1600000858306885,2.200000047683716,2.1500000953674316,2.190000057220459,1.7768479585647583,245600,0.0,0.0 2023-08-30 00:00:00-04:00,2.180000066757202,2.2200000286102295,2.1700000762939453,2.180000066757202,1.7687344551086426,211200,0.0,0.0 2023-08-31 00:00:00-04:00,2.190000057220459,2.299999952316284,2.190000057220459,2.2799999713897705,1.8498690128326416,1133800,0.0,0.0 2023-09-01 00:00:00-04:00,2.299999952316284,2.369999885559082,2.299999952316284,2.359999895095825,1.9147766828536987,761300,0.0,0.0 2023-09-05 00:00:00-04:00,2.4200000762939453,2.4200000762939453,2.2699999809265137,2.390000104904175,1.939117193222046,1434000,0.0,0.0 2023-09-06 00:00:00-04:00,2.380000114440918,2.4000000953674316,2.3299999237060547,2.4000000953674316,1.9472306966781616,352700,0.0,0.0 2023-09-07 00:00:00-04:00,2.359999895095825,2.390000104904175,2.319999933242798,2.3499999046325684,1.906663179397583,501700,0.0,0.0 2023-09-08 00:00:00-04:00,2.3499999046325684,2.359999895095825,2.3299999237060547,2.359999895095825,1.9147766828536987,405100,0.0,0.0 2023-09-11 00:00:00-04:00,2.390000104904175,2.4200000762939453,2.3299999237060547,2.3499999046325684,1.906663179397583,740800,0.0,0.0 2023-09-12 00:00:00-04:00,2.3499999046325684,2.440000057220459,2.3499999046325684,2.430000066757202,1.9715709686279297,696100,0.0,0.0 2023-09-13 00:00:00-04:00,2.440000057220459,2.4600000381469727,2.4000000953674316,2.430000066757202,1.9715709686279297,328600,0.0,0.0 2023-09-14 00:00:00-04:00,2.450000047683716,2.5199999809265137,2.430000066757202,2.5199999809265137,2.497917890548706,553500,0.441,0.0 2023-09-15 00:00:00-04:00,2.5,2.640000104904175,2.4800000190734863,2.569999933242798,2.5474798679351807,770400,0.0,0.0 2023-09-18 00:00:00-04:00,2.569999933242798,2.640000104904175,2.5299999713897705,2.559999942779541,2.537567377090454,753200,0.0,0.0 2023-09-19 00:00:00-04:00,2.569999933242798,2.569999933242798,2.490000009536743,2.5299999713897705,2.5078303813934326,289600,0.0,0.0 2023-09-20 00:00:00-04:00,2.569999933242798,2.5799999237060547,2.4700000286102295,2.4700000286102295,2.4483561515808105,311700,0.0,0.0 2023-09-21 00:00:00-04:00,2.440000057220459,2.5,2.3399999141693115,2.359999895095825,2.339319944381714,598900,0.0,0.0 2023-09-22 00:00:00-04:00,2.4000000953674316,2.4800000190734863,2.3499999046325684,2.4800000190734863,2.458268404006958,554600,0.0,0.0 2023-09-25 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.3399999141693115,2.359999895095825,2.339319944381714,317300,0.0,0.0 2023-09-26 00:00:00-04:00,2.3399999141693115,2.4200000762939453,2.3399999141693115,2.369999885559082,2.3492321968078613,411400,0.0,0.0 2023-09-27 00:00:00-04:00,2.4000000953674316,2.430000066757202,2.2699999809265137,2.2899999618530273,2.2699332237243652,1153300,0.0,0.0 2023-09-28 00:00:00-04:00,2.25,2.3299999237060547,2.200000047683716,2.240000009536743,2.2203714847564697,1060800,0.0,0.0 2023-09-29 00:00:00-04:00,2.2100000381469727,2.240000009536743,2.130000114440918,2.140000104904175,2.1212480068206787,1289400,0.0,0.0 2023-10-02 00:00:00-04:00,2.1500000953674316,2.1600000858306885,1.9800000190734863,2.0,1.9824745655059814,977300,0.0,0.0 2023-10-03 00:00:00-04:00,1.9900000095367432,2.0,1.8600000143051147,1.9199999570846558,1.9031755924224854,2986000,0.0,0.0 2023-10-04 00:00:00-04:00,1.9199999570846558,1.940000057220459,1.8600000143051147,1.940000057220459,1.9230003356933594,608300,0.0,0.0 2023-10-05 00:00:00-04:00,29.850000381469727,30.479999542236328,29.0,29.959999084472656,29.697467803955078,16100,0.0,0.0 2023-10-06 00:00:00-04:00,29.719999313354492,30.049999237060547,29.139999389648438,29.139999389648438,28.884653091430664,41400,0.0,0.0 2023-10-10 00:00:00-04:00,29.0,29.350000381469727,28.360000610351562,28.81999969482422,28.567459106445312,198800,0.0,0.0 2023-10-11 00:00:00-04:00,28.850000381469727,29.0,28.729999542236328,28.729999542236328,28.478246688842773,28400,0.0,0.0 2023-10-12 00:00:00-04:00,28.760000228881836,28.760000228881836,28.25,28.299999237060547,28.052013397216797,42300,0.0,0.0 2023-10-13 00:00:00-04:00,28.31999969482422,29.0,28.309999465942383,28.989999771118164,28.73596954345703,50700,0.0,0.0 2023-10-16 00:00:00-04:00,29.420000076293945,29.420000076293945,28.760000228881836,29.229999542236328,28.973865509033203,23900,0.0,0.0 2023-10-17 00:00:00-04:00,29.25,29.450000762939453,28.889999389648438,28.950000762939453,28.696319580078125,40100,0.0,0.0 2023-10-18 00:00:00-04:00,28.899999618530273,28.969999313354492,28.350000381469727,28.739999771118164,28.4881591796875,31800,0.0,0.0 2023-10-19 00:00:00-04:00,28.690000534057617,28.700000762939453,28.110000610351562,28.350000381469727,28.101577758789062,40800,0.0,0.0 2023-10-20 00:00:00-04:00,28.5,29.399999618530273,27.65999984741211,27.829999923706055,27.58613395690918,46600,0.0,0.0 2023-10-23 00:00:00-04:00,27.739999771118164,27.799999237060547,27.469999313354492,27.530000686645508,27.28876304626465,29400,0.0,0.0 2023-10-24 00:00:00-04:00,27.09000015258789,27.3700008392334,26.700000762939453,26.75,26.515596389770508,34000,0.0,0.0 2023-10-25 00:00:00-04:00,26.84000015258789,27.219999313354492,26.65999984741211,27.18000030517578,26.941829681396484,27200,0.0,0.0 2023-10-26 00:00:00-04:00,27.5,27.780000686645508,27.260000228881836,27.639999389648438,27.397798538208008,29700,0.0,0.0 2023-10-27 00:00:00-04:00,27.25,27.760000228881836,26.950000762939453,27.309999465942383,27.070690155029297,20700,0.0,0.0 2023-10-30 00:00:00-04:00,27.079999923706055,27.729999542236328,26.969999313354492,27.309999465942383,27.070690155029297,17700,0.0,0.0 2023-10-31 00:00:00-04:00,27.209999084472656,27.420000076293945,26.770000457763672,27.15999984741211,26.92200469970703,12800,0.0,0.0 2023-11-01 00:00:00-04:00,27.139999389648438,27.190000534057617,26.799999237060547,27.190000534057617,26.95174217224121,27700,0.0,0.0 2023-11-02 00:00:00-04:00,27.040000915527344,27.790000915527344,27.0,27.600000381469727,27.3581485748291,12200,0.0,0.0 2023-11-03 00:00:00-04:00,27.34000015258789,27.670000076293945,26.719999313354492,26.799999237060547,26.56515884399414,25300,0.0,0.0 2023-11-06 00:00:00-05:00,27.010000228881836,27.18000030517578,25.43000030517578,25.75,25.52436065673828,39600,0.0,0.0 2023-11-07 00:00:00-05:00,25.899999618530273,25.899999618530273,24.360000610351562,24.3799991607666,24.166364669799805,45100,0.0,0.0 2023-11-08 00:00:00-05:00,24.43000030517578,24.540000915527344,23.309999465942383,23.43000030517578,23.224689483642578,42600,0.0,0.0 2023-11-09 00:00:00-05:00,23.43000030517578,23.6299991607666,22.75,22.860000610351562,22.659685134887695,51500,0.0,0.0 2023-11-10 00:00:00-05:00,22.899999618530273,23.290000915527344,22.530000686645508,22.719999313354492,22.520910263061523,27200,0.0,0.0 2023-11-13 00:00:00-05:00,22.979999542236328,23.549999237060547,22.34000015258789,23.239999771118164,23.036354064941406,43600,0.0,0.0 2023-11-14 00:00:00-05:00,23.5,23.5,22.450000762939453,22.649999618530273,22.45152473449707,36800,0.0,0.0 2023-11-15 00:00:00-05:00,22.299999237060547,22.579999923706055,22.100000381469727,22.459999084472656,22.2631893157959,39000,0.0,0.0 2023-11-16 00:00:00-05:00,22.809999465942383,22.809999465942383,21.600000381469727,21.950000762939453,21.757659912109375,90300,0.0,0.0 2023-11-17 00:00:00-05:00,22.1299991607666,22.90999984741211,22.1299991607666,22.540000915527344,22.34248924255371,36600,0.0,0.0 2023-11-20 00:00:00-05:00,23.299999237060547,23.709999084472656,22.149999618530273,23.670000076293945,23.462587356567383,56100,0.0,0.0 2023-11-21 00:00:00-05:00,23.200000762939453,23.360000610351562,22.899999618530273,23.139999389648438,22.937231063842773,23300,0.0,0.0 2023-11-22 00:00:00-05:00,22.75,22.8799991607666,21.979999542236328,22.190000534057617,21.995555877685547,72300,0.0,0.0 2023-11-23 00:00:00-05:00,23.389999389648438,23.389999389648438,22.020000457763672,22.299999237060547,22.104591369628906,47600,0.0,0.0 2023-11-24 00:00:00-05:00,22.75,22.75,22.489999771118164,22.670000076293945,22.471349716186523,11900,0.0,0.0 2023-11-27 00:00:00-05:00,23.110000610351562,23.459999084472656,22.610000610351562,22.940000534057617,22.738983154296875,22100,0.0,0.0 2023-11-28 00:00:00-05:00,22.90999984741211,22.90999984741211,22.459999084472656,22.579999923706055,22.382137298583984,15400,0.0,0.0 2023-11-29 00:00:00-05:00,22.700000762939453,22.84000015258789,22.399999618530273,22.600000381469727,22.401962280273438,15700,0.0,0.0 2023-11-30 00:00:00-05:00,22.739999771118164,22.950000762939453,22.110000610351562,22.299999237060547,22.104591369628906,48200,0.0,0.0 2023-12-01 00:00:00-05:00,22.219999313354492,22.760000228881836,22.219999313354492,22.399999618530273,22.20371437072754,20700,0.0,0.0 2023-12-04 00:00:00-05:00,22.530000686645508,22.93000030517578,22.25,22.420000076293945,22.223539352416992,22000,0.0,0.0 2023-12-05 00:00:00-05:00,22.440000534057617,22.5,21.719999313354492,21.889999389648438,21.698183059692383,24500,0.0,0.0 2023-12-06 00:00:00-05:00,22.020000457763672,22.209999084472656,20.90999984741211,20.989999771118164,20.80607032775879,105100,0.0,0.0 2023-12-07 00:00:00-05:00,20.950000762939453,21.020000457763672,20.15999984741211,20.399999618530273,20.221240997314453,51900,0.0,0.0 2023-12-08 00:00:00-05:00,20.969999313354492,21.200000762939453,20.690000534057617,20.8799991607666,20.697032928466797,59600,0.0,0.0 2023-12-11 00:00:00-05:00,21.09000015258789,21.18000030517578,20.5,21.06999969482422,20.88536834716797,29700,0.0,0.0 2023-12-12 00:00:00-05:00,20.989999771118164,21.18000030517578,20.899999618530273,21.18000030517578,20.99440574645996,69300,0.0,0.0 2023-12-13 00:00:00-05:00,20.790000915527344,21.219999313354492,20.440000534057617,21.219999313354492,21.034053802490234,35900,0.0,0.0 2023-12-14 00:00:00-05:00,22.010000228881836,22.100000381469727,21.420000076293945,21.889999389648438,21.698183059692383,22200,0.0,0.0 2023-12-15 00:00:00-05:00,21.940000534057617,21.940000534057617,21.329999923706055,21.690000534057617,21.499937057495117,25200,0.0,0.0 2023-12-18 00:00:00-05:00,21.899999618530273,22.3700008392334,21.770000457763672,22.290000915527344,22.094680786132812,59200,0.0,0.0 2023-12-19 00:00:00-05:00,22.030000686645508,22.950000762939453,22.030000686645508,22.829999923706055,22.629947662353516,62400,0.0,0.0 2023-12-20 00:00:00-05:00,23.0,23.31999969482422,22.670000076293945,23.09000015258789,22.88766860961914,89800,0.0,0.0 2023-12-21 00:00:00-05:00,23.290000915527344,23.559999465942383,23.079999923706055,23.420000076293945,23.21477699279785,47900,0.0,0.0 2023-12-22 00:00:00-05:00,23.5,23.81999969482422,22.760000228881836,22.790000915527344,22.59029769897461,185800,0.0,0.0 2023-12-27 00:00:00-05:00,23.190000534057617,23.190000534057617,22.280000686645508,22.290000915527344,22.094680786132812,49600,0.0,0.0 2023-12-28 00:00:00-05:00,22.100000381469727,22.579999923706055,21.799999237060547,21.84000015258789,21.648622512817383,8500,0.0,0.0 2023-12-29 00:00:00-05:00,21.899999618530273,22.040000915527344,21.350000381469727,21.43000030517578,21.242216110229492,43900,0.0,0.0 2024-01-02 00:00:00-05:00,21.709999084472656,22.68000030517578,21.540000915527344,22.459999084472656,22.2631893157959,34900,0.0,0.0 2024-01-03 00:00:00-05:00,22.540000915527344,22.600000381469727,22.360000610351562,22.579999923706055,22.382137298583984,25900,0.0,0.0 2024-01-04 00:00:00-05:00,22.510000228881836,22.81999969482422,22.100000381469727,22.420000076293945,22.223539352416992,21900,0.0,0.0 2024-01-05 00:00:00-05:00,22.3799991607666,22.440000534057617,22.100000381469727,22.229999542236328,22.03520393371582,17800,0.0,0.0 2024-01-08 00:00:00-05:00,22.639999389648438,22.639999389648438,21.799999237060547,22.399999618530273,22.20371437072754,21000,0.0,0.0 2024-01-09 00:00:00-05:00,22.3799991607666,22.479999542236328,22.030000686645508,22.360000610351562,22.164066314697266,11200,0.0,0.0 2024-01-10 00:00:00-05:00,22.1200008392334,22.889999389648438,22.1200008392334,22.5,22.302839279174805,76600,0.0,0.0 2024-01-11 00:00:00-05:00,22.18000030517578,22.649999618530273,22.18000030517578,22.510000228881836,22.31275177001953,7500,0.0,0.0 2024-01-12 00:00:00-05:00,22.670000076293945,23.200000762939453,22.510000228881836,22.969999313354492,22.768720626831055,31300,0.0,0.0 2024-01-15 00:00:00-05:00,23.0,24.25,23.0,23.649999618530273,23.442760467529297,19500,0.0,0.0 2024-01-16 00:00:00-05:00,23.549999237060547,24.31999969482422,23.440000534057617,23.6299991607666,23.422935485839844,36600,0.0,0.0 2024-01-17 00:00:00-05:00,23.649999618530273,23.719999313354492,22.979999542236328,23.020000457763672,22.818283081054688,7100,0.0,0.0 2024-01-18 00:00:00-05:00,23.0,24.489999771118164,22.989999771118164,24.25,24.037504196166992,140400,0.0,0.0 2024-01-19 00:00:00-05:00,24.149999618530273,24.579999923706055,23.889999389648438,24.350000381469727,24.136629104614258,37400,0.0,0.0 2024-01-22 00:00:00-05:00,24.649999618530273,24.65999984741211,23.729999542236328,23.889999389648438,23.6806583404541,13800,0.0,0.0 2024-01-23 00:00:00-05:00,24.0,24.0,23.81999969482422,23.989999771118164,23.779781341552734,32500,0.0,0.0 2024-01-24 00:00:00-05:00,23.889999389648438,24.110000610351562,23.850000381469727,24.010000228881836,23.79960823059082,21200,0.0,0.0 2024-01-25 00:00:00-05:00,24.010000228881836,24.5,24.010000228881836,24.479999542236328,24.265487670898438,30400,0.0,0.0 2024-01-26 00:00:00-05:00,24.8799991607666,24.8799991607666,23.899999618530273,24.25,24.037504196166992,48900,0.0,0.0 2024-01-29 00:00:00-05:00,23.959999084472656,24.219999313354492,23.950000762939453,24.0,23.789695739746094,16800,0.0,0.0 2024-01-30 00:00:00-05:00,24.360000610351562,24.360000610351562,23.989999771118164,24.0,23.789695739746094,36000,0.0,0.0 2024-01-31 00:00:00-05:00,23.950000762939453,23.969999313354492,23.670000076293945,23.719999313354492,23.512147903442383,30900,0.0,0.0 2024-02-01 00:00:00-05:00,23.799999237060547,24.1200008392334,23.760000228881836,23.799999237060547,23.591445922851562,31000,0.0,0.0 2024-02-02 00:00:00-05:00,23.989999771118164,24.329999923706055,23.690000534057617,24.06999969482422,23.859081268310547,48400,0.0,0.0 2024-02-05 00:00:00-05:00,24.489999771118164,24.75,24.15999984741211,24.729999542236328,24.51329803466797,68100,0.0,0.0 2024-02-06 00:00:00-05:00,24.760000228881836,24.950000762939453,24.1200008392334,24.200000762939453,23.987943649291992,44600,0.0,0.0 2024-02-07 00:00:00-05:00,24.299999237060547,24.299999237060547,22.469999313354492,22.75,22.550647735595703,78300,0.0,0.0 2024-02-08 00:00:00-05:00,22.610000610351562,22.979999542236328,22.450000762939453,22.739999771118164,22.540735244750977,40100,0.0,0.0 2024-02-09 00:00:00-05:00,22.75,22.809999465942383,22.540000915527344,22.670000076293945,22.471349716186523,31500,0.0,0.0 2024-02-12 00:00:00-05:00,22.639999389648438,23.260000228881836,22.600000381469727,23.1299991607666,22.927316665649414,14700,0.0,0.0 2024-02-13 00:00:00-05:00,23.3799991607666,23.540000915527344,22.760000228881836,22.90999984741211,22.709245681762695,31500,0.0,0.0 2024-02-14 00:00:00-05:00,23.170000076293945,24.139999389648438,22.969999313354492,23.979999542236328,23.769868850708008,29800,0.0,0.0 2024-02-15 00:00:00-05:00,24.219999313354492,25.75,24.209999084472656,25.190000534057617,24.969266891479492,75200,0.0,0.0 2024-02-16 00:00:00-05:00,25.290000915527344,25.459999084472656,24.649999618530273,24.700000762939453,24.483562469482422,42400,0.0,0.0 2024-02-20 00:00:00-05:00,24.5,24.700000762939453,24.31999969482422,24.520000457763672,24.305139541625977,11800,0.0,0.0 2024-02-21 00:00:00-05:00,24.040000915527344,25.739999771118164,24.040000915527344,24.959999084472656,24.741281509399414,19800,0.0,0.0 2024-02-22 00:00:00-05:00,24.760000228881836,24.770000457763672,23.649999618530273,23.84000015258789,23.6310977935791,57300,0.0,0.0 2024-02-23 00:00:00-05:00,23.950000762939453,23.950000762939453,23.399999618530273,23.469999313354492,23.26433753967285,11900,0.0,0.0 2024-02-26 00:00:00-05:00,23.18000030517578,24.200000762939453,22.8799991607666,23.93000030517578,23.720308303833008,27600,0.0,0.0 2024-02-27 00:00:00-05:00,23.219999313354492,23.969999313354492,23.18000030517578,23.600000381469727,23.393199920654297,19900,0.0,0.0 2024-02-28 00:00:00-05:00,23.540000915527344,23.799999237060547,23.079999923706055,23.190000534057617,22.986793518066406,20900,0.0,0.0 2024-02-29 00:00:00-05:00,22.969999313354492,23.700000762939453,22.969999313354492,23.6200008392334,23.41302490234375,29300,0.0,0.0 2024-03-01 00:00:00-05:00,23.610000610351562,24.350000381469727,23.610000610351562,23.889999389648438,23.6806583404541,13400,0.0,0.0 2024-03-04 00:00:00-05:00,23.93000030517578,25.049999237060547,23.93000030517578,25.049999237060547,24.830493927001953,32700,0.0,0.0 2024-03-05 00:00:00-05:00,24.639999389648438,25.290000915527344,24.639999389648438,25.290000915527344,25.068391799926758,47000,0.0,0.0 2024-03-06 00:00:00-05:00,25.479999542236328,25.5,25.040000915527344,25.309999465942383,25.088214874267578,30400,0.0,0.0 2024-03-07 00:00:00-05:00,25.450000762939453,25.450000762939453,25.100000381469727,25.149999618530273,24.929616928100586,14700,0.0,0.0 2024-03-08 00:00:00-05:00,25.31999969482422,25.3799991607666,24.6299991607666,24.8700008392334,24.65207290649414,14800,0.0,0.0 2024-03-11 00:00:00-04:00,25.299999237060547,25.299999237060547,24.84000015258789,25.020000457763672,24.800756454467773,6500,0.0,0.0 2024-03-12 00:00:00-04:00,25.290000915527344,26.239999771118164,25.200000762939453,25.850000381469727,25.623483657836914,98700,0.0,0.0 2024-03-13 00:00:00-04:00,26.030000686645508,26.799999237060547,26.030000686645508,26.729999542236328,26.495771408081055,70600,0.0,0.0 2024-03-14 00:00:00-04:00,27.0,27.5,26.75,27.190000534057617,26.95174217224121,50200,0.0,0.0 2024-03-15 00:00:00-04:00,27.549999237060547,27.549999237060547,26.68000030517578,26.709999084472656,26.4759464263916,118200,0.0,0.0 2024-03-18 00:00:00-04:00,27.360000610351562,27.610000610351562,26.8700008392334,27.489999771118164,27.249113082885742,58500,0.0,0.0 2024-03-19 00:00:00-04:00,27.690000534057617,28.5,27.399999618530273,28.3700008392334,28.121402740478516,100900,0.0,0.0 2024-03-20 00:00:00-04:00,28.40999984741211,29.190000534057617,28.0,29.079999923706055,28.825180053710938,46300,0.0,0.0 2024-03-21 00:00:00-04:00,29.350000381469727,29.700000762939453,28.8799991607666,29.280000686645508,29.023427963256836,52500,0.0,0.0 2024-03-22 00:00:00-04:00,29.520000457763672,29.520000457763672,28.829999923706055,29.15999984741211,28.904478073120117,42100,0.0,0.0 2024-03-25 00:00:00-04:00,29.15999984741211,29.989999771118164,29.15999984741211,29.889999389648438,29.628082275390625,32600,0.0,0.0 2024-03-26 00:00:00-04:00,29.989999771118164,30.06999969482422,29.15999984741211,29.18000030517578,28.924304962158203,54100,0.0,0.0 2024-03-27 00:00:00-04:00,29.170000076293945,29.170000076293945,28.260000228881836,28.290000915527344,28.042102813720703,63300,0.0,0.0 2024-03-28 00:00:00-04:00,28.510000228881836,28.690000534057617,27.6200008392334,28.420000076293945,28.170963287353516,42100,0.0,0.0 2024-04-01 00:00:00-04:00,28.420000076293945,31.440000534057617,28.420000076293945,31.200000762939453,30.926603317260742,75600,0.0,0.0 2024-04-02 00:00:00-04:00,31.200000762939453,31.520000457763672,30.959999084472656,31.520000457763672,31.243799209594727,109600,0.0,0.0 2024-04-03 00:00:00-04:00,31.690000534057617,31.799999237060547,31.329999923706055,31.790000915527344,31.51143455505371,69600,0.0,0.0 2024-04-04 00:00:00-04:00,32.099998474121094,32.099998474121094,31.229999542236328,31.700000762939453,31.422222137451172,112900,0.0,0.0 2024-04-05 00:00:00-04:00,31.780000686645508,33.349998474121094,31.75,33.029998779296875,32.74056625366211,59200,0.0,0.0 2024-04-08 00:00:00-04:00,33.25,34.130001068115234,32.81999969482422,33.77000045776367,33.474082946777344,67300,0.0,0.0 2024-04-09 00:00:00-04:00,33.70000076293945,33.90999984741211,33.40999984741211,33.849998474121094,33.55337905883789,58000,0.0,0.0 2024-04-10 00:00:00-04:00,34.0,34.060001373291016,33.70000076293945,34.029998779296875,33.73180389404297,45200,0.0,0.0 2024-04-11 00:00:00-04:00,34.02000045776367,34.290000915527344,33.86000061035156,34.18000030517578,33.880489349365234,41600,0.0,0.0 2024-04-12 00:00:00-04:00,34.349998474121094,34.97999954223633,32.7400016784668,33.09000015258789,32.80004119873047,67100,0.0,0.0 2024-04-15 00:00:00-04:00,33.189998626708984,33.290000915527344,32.27000045776367,32.41999816894531,32.13591003417969,29900,0.0,0.0 2024-04-16 00:00:00-04:00,32.4900016784668,32.959999084472656,32.0,32.599998474121094,32.314334869384766,50700,0.0,0.0 2024-04-17 00:00:00-04:00,32.650001525878906,33.43000030517578,31.510000228881836,32.5099983215332,32.225120544433594,58200,0.0,0.0 2024-04-18 00:00:00-04:00,32.9900016784668,33.40999984741211,32.65999984741211,33.15999984741211,32.86942672729492,63300,0.0,0.0 2024-04-19 00:00:00-04:00,32.59000015258789,33.79999923706055,32.59000015258789,33.119998931884766,32.829776763916016,44300,0.0,0.0 2024-04-22 00:00:00-04:00,33.27000045776367,33.27000045776367,32.52000045776367,32.7400016784668,32.45310974121094,25300,0.0,0.0 2024-04-23 00:00:00-04:00,32.220001220703125,33.58000183105469,32.220001220703125,33.5099983215332,33.21635818481445,21400,0.0,0.0 2024-04-24 00:00:00-04:00,33.38999938964844,34.0,32.77000045776367,32.93000030517578,32.64144515991211,28100,0.0,0.0 2024-04-25 00:00:00-04:00,32.52000045776367,33.529998779296875,32.18000030517578,33.380001068115234,33.087501525878906,21900,0.0,0.0 2024-04-26 00:00:00-04:00,33.349998474121094,33.349998474121094,32.900001525878906,33.060001373291016,32.77030563354492,11300,0.0,0.0 2024-04-29 00:00:00-04:00,32.56999969482422,32.75,32.33000183105469,32.70000076293945,32.41345977783203,16700,0.0,0.0 2024-04-30 00:00:00-04:00,32.84000015258789,32.84000015258789,31.709999084472656,31.81999969482422,31.541170120239258,17600,0.0,0.0 2024-05-01 00:00:00-04:00,31.809999465942383,31.81999969482422,30.100000381469727,30.5,30.232736587524414,43300,0.0,0.0 2024-05-02 00:00:00-04:00,30.1200008392334,31.3799991607666,30.1200008392334,31.040000915527344,30.76800537109375,21300,0.0,0.0 2024-05-03 00:00:00-04:00,31.1200008392334,31.1200008392334,30.010000228881836,31.049999237060547,30.777915954589844,23300,0.0,0.0 2024-05-06 00:00:00-04:00,31.209999084472656,31.959999084472656,30.81999969482422,31.540000915527344,31.26362419128418,62800,0.0,0.0 2024-05-07 00:00:00-04:00,30.459999084472656,31.65999984741211,30.459999084472656,31.190000534057617,30.916690826416016,26900,0.0,0.0 2024-05-08 00:00:00-04:00,30.860000610351562,31.219999313354492,30.59000015258789,30.889999389648438,30.619319915771484,14300,0.0,0.0 2024-05-09 00:00:00-04:00,31.09000015258789,31.360000610351562,30.75,30.760000228881836,30.490459442138672,15800,0.0,0.0 2024-05-10 00:00:00-04:00,30.670000076293945,31.190000534057617,30.170000076293945,30.31999969482422,30.05431365966797,14500,0.0,0.0 2024-05-13 00:00:00-04:00,30.649999618530273,30.649999618530273,30.1299991607666,30.510000228881836,30.24264907836914,25300,0.0,0.0 2024-05-14 00:00:00-04:00,30.299999237060547,30.540000915527344,30.049999237060547,30.450000762939453,30.183176040649414,13800,0.0,0.0 2024-05-15 00:00:00-04:00,30.020000457763672,32.15999984741211,30.020000457763672,32.04999923706055,31.769153594970703,187400,0.0,0.0 2024-05-16 00:00:00-04:00,32.5099983215332,34.029998779296875,32.25,33.959999084472656,33.662418365478516,146700,0.0,0.0 2024-05-17 00:00:00-04:00,34.0,35.63999938964844,34.0,35.04999923706055,34.74286651611328,121100,0.0,0.0 2024-05-21 00:00:00-04:00,35.4900016784668,35.7599983215332,34.81999969482422,35.459999084472656,35.14927291870117,110400,0.0,0.0 2024-05-22 00:00:00-04:00,35.599998474121094,35.599998474121094,34.34000015258789,34.90999984741211,34.60409164428711,66600,0.0,0.0 2024-05-23 00:00:00-04:00,35.25,35.25,33.900001525878906,34.0099983215332,33.711978912353516,42100,0.0,0.0 2024-05-24 00:00:00-04:00,34.15999984741211,34.77000045776367,34.040000915527344,34.599998474121094,34.296810150146484,29000,0.0,0.0 2024-05-27 00:00:00-04:00,34.5,34.5,34.0,34.33000183105469,34.029178619384766,2800,0.0,0.0 2024-05-28 00:00:00-04:00,34.4900016784668,34.70000076293945,34.459999084472656,34.70000076293945,34.39593505859375,49100,0.0,0.0 2024-05-29 00:00:00-04:00,34.869998931884766,34.869998931884766,33.900001525878906,34.70000076293945,34.39593505859375,30300,0.0,0.0 2024-05-30 00:00:00-04:00,34.97999954223633,37.689998626708984,34.959999084472656,36.650001525878906,36.32884979248047,147200,0.0,0.0 2024-05-31 00:00:00-04:00,36.650001525878906,36.689998626708984,35.869998931884766,36.689998626708984,36.36849594116211,28500,0.0,0.0 2024-06-03 00:00:00-04:00,36.91999816894531,37.0,34.0,34.150001525878906,33.85075378417969,77000,0.0,0.0 2024-06-04 00:00:00-04:00,34.130001068115234,34.15999984741211,32.400001525878906,33.290000915527344,32.998291015625,110500,0.0,0.0 2024-06-05 00:00:00-04:00,33.209999084472656,33.4900016784668,32.599998474121094,33.150001525878906,32.85951614379883,55100,0.0,0.0 2024-06-06 00:00:00-04:00,33.41999816894531,33.93000030517578,33.08000183105469,33.720001220703125,33.424522399902344,53200,0.0,0.0 2024-06-07 00:00:00-04:00,33.5,33.97999954223633,33.0,33.33000183105469,33.037940979003906,25000,0.0,0.0 2024-06-10 00:00:00-04:00,34.52000045776367,35.02000045776367,33.560001373291016,33.88999938964844,33.5930290222168,47800,0.0,0.0 2024-06-11 00:00:00-04:00,33.43000030517578,33.43000030517578,32.619998931884766,32.709999084472656,32.423370361328125,26700,0.0,0.0 2024-06-12 00:00:00-04:00,33.13999938964844,33.2400016784668,32.16999816894531,32.849998474121094,32.56214141845703,29500,0.0,0.0 2024-06-13 00:00:00-04:00,32.689998626708984,32.689998626708984,30.670000076293945,31.09000015258789,30.817567825317383,41600,0.0,0.0 2024-06-14 00:00:00-04:00,31.09000015258789,31.239999771118164,30.8799991607666,31.100000381469727,30.82748031616211,32800,0.0,0.0 2024-06-17 00:00:00-04:00,31.260000228881836,31.6200008392334,30.579999923706055,31.5,31.223974227905273,36300,0.0,0.0 2024-06-18 00:00:00-04:00,31.5,32.22999954223633,31.5,32.18000030517578,31.89801597595215,74600,0.0,0.0 2024-06-19 00:00:00-04:00,32.18000030517578,32.18000030517578,31.5,31.790000915527344,31.51143455505371,6500,0.0,0.0 2024-06-20 00:00:00-04:00,32.9900016784668,32.9900016784668,31.639999389648438,31.709999084472656,31.432132720947266,18000,0.0,0.0 2024-06-21 00:00:00-04:00,31.780000686645508,31.780000686645508,30.600000381469727,31.170000076293945,30.896865844726562,34300,0.0,0.0 2024-06-24 00:00:00-04:00,31.520000457763672,33.20000076293945,31.5,33.0,32.71083068847656,30700,0.0,0.0 2024-06-25 00:00:00-04:00,32.779998779296875,32.95000076293945,31.8799991607666,32.63999938964844,32.35398483276367,12200,0.0,0.0 2024-06-26 00:00:00-04:00,32.119998931884766,32.72999954223633,31.770000457763672,32.70000076293945,32.41345977783203,10300,0.0,0.0 2024-06-27 00:00:00-04:00,32.869998931884766,32.9900016784668,32.47999954223633,32.619998931884766,32.33415985107422,20900,0.0,0.0 2024-06-28 00:00:00-04:00,32.52000045776367,33.09000015258789,32.029998779296875,32.22999954223633,31.94757652282715,80900,0.0,0.0 2024-07-02 00:00:00-04:00,33.0,33.93000030517578,32.08000183105469,33.630001068115234,33.33531188964844,55800,0.0,0.0 2024-07-03 00:00:00-04:00,33.529998779296875,33.720001220703125,31.899999618530273,32.68000030517578,32.39363479614258,15800,0.0,0.0 2024-07-04 00:00:00-04:00,32.77000045776367,33.04999923706055,32.529998779296875,32.97999954223633,32.69100570678711,3000,0.0,0.0 2024-07-05 00:00:00-04:00,32.25,32.36000061035156,31.299999237060547,31.399999618530273,31.12485122680664,40700,0.0,0.0 2024-07-08 00:00:00-04:00,31.479999542236328,31.950000762939453,30.760000228881836,31.950000762939453,31.670032501220703,24700,0.0,0.0 2024-07-09 00:00:00-04:00,31.700000762939453,31.700000762939453,30.6200008392334,30.829999923706055,30.559844970703125,26400,0.0,0.0 2024-07-10 00:00:00-04:00,30.399999618530273,31.299999237060547,30.270000457763672,30.469999313354492,30.202999114990234,32700,0.0,0.0 2024-07-11 00:00:00-04:00,30.600000381469727,31.920000076293945,30.600000381469727,31.860000610351562,31.580820083618164,26800,0.0,0.0 2024-07-12 00:00:00-04:00,31.68000030517578,32.43000030517578,31.68000030517578,32.029998779296875,31.74932861328125,34900,0.0,0.0 2024-07-15 00:00:00-04:00,31.969999313354492,32.279998779296875,31.969999313354492,32.119998931884766,31.83854103088379,94700,0.0,0.0 2024-07-16 00:00:00-04:00,32.25,32.25,31.770000457763672,31.950000762939453,31.670032501220703,46500,0.0,0.0 2024-07-17 00:00:00-04:00,32.060001373291016,32.16999816894531,31.350000381469727,32.150001525878906,31.8682804107666,18300,0.0,0.0 2024-07-18 00:00:00-04:00,32.25,32.380001068115234,31.81999969482422,32.15999984741211,31.878190994262695,14300,0.0,0.0 2024-07-19 00:00:00-04:00,32.369998931884766,32.4900016784668,32.0,32.150001525878906,31.8682804107666,21400,0.0,0.0 2024-07-22 00:00:00-04:00,32.06999969482422,33.029998779296875,31.950000762939453,32.75,32.46302032470703,15800,0.0,0.0 2024-07-23 00:00:00-04:00,31.8700008392334,32.279998779296875,31.8700008392334,32.2599983215332,31.977313995361328,23600,0.0,0.0 2024-07-24 00:00:00-04:00,31.770000457763672,32.119998931884766,31.170000076293945,31.25,30.976165771484375,31500,0.0,0.0 2024-07-25 00:00:00-04:00,31.200000762939453,31.489999771118164,30.1200008392334,31.15999984741211,30.886953353881836,27600,0.0,0.0 2024-07-26 00:00:00-04:00,31.15999984741211,31.25,30.6200008392334,31.219999313354492,30.946426391601562,9100,0.0,0.0 2024-07-29 00:00:00-04:00,31.200000762939453,31.25,30.770000457763672,31.209999084472656,30.936513900756836,6100,0.0,0.0 2024-07-30 00:00:00-04:00,30.520000457763672,31.489999771118164,30.520000457763672,30.68000030517578,30.41115951538086,10600,0.0,0.0 2024-07-31 00:00:00-04:00,31.389999389648438,32.400001525878906,31.389999389648438,32.400001525878906,32.1160888671875,27700,0.0,0.0 2024-08-01 00:00:00-04:00,32.209999084472656,32.209999084472656,30.6299991607666,31.06999969482422,30.79774284362793,38100,0.0,0.0 2024-08-02 00:00:00-04:00,30.610000610351562,30.610000610351562,28.559999465942383,28.8799991607666,28.62693214416504,60000,0.0,0.0 2024-08-06 00:00:00-04:00,28.8799991607666,29.239999771118164,28.0,29.239999771118164,28.98377799987793,51400,0.0,0.0 2024-08-07 00:00:00-04:00,30.34000015258789,30.350000381469727,28.329999923706055,28.969999313354492,28.716142654418945,21500,0.0,0.0 2024-08-08 00:00:00-04:00,29.329999923706055,29.979999542236328,29.059999465942383,29.65999984741211,29.400096893310547,20400,0.0,0.0 2024-08-09 00:00:00-04:00,31.299999237060547,31.299999237060547,29.299999237060547,29.760000228881836,29.499221801757812,13700,0.0,0.0 2024-08-12 00:00:00-04:00,29.799999237060547,30.81999969482422,29.799999237060547,30.670000076293945,30.401247024536133,19400,0.0,0.0 2024-08-13 00:00:00-04:00,30.270000457763672,30.860000610351562,28.959999084472656,30.799999237060547,30.530107498168945,28200,0.0,0.0 2024-08-14 00:00:00-04:00,31.5,32.5,31.079999923706055,32.20000076293945,31.9178409576416,72600,0.0,0.0 2024-08-15 00:00:00-04:00,32.79999923706055,33.56999969482422,32.0,32.5,32.2152099609375,44800,0.0,0.0 2024-08-16 00:00:00-04:00,32.08000183105469,32.58000183105469,31.520000457763672,32.02000045776367,31.739418029785156,21900,0.0,0.0 2024-08-19 00:00:00-04:00,32.119998931884766,32.66999816894531,31.5,31.940000534057617,31.660120010375977,39600,0.0,0.0 2024-08-20 00:00:00-04:00,31.68000030517578,31.770000457763672,30.760000228881836,31.149999618530273,30.87704086303711,58000,0.0,0.0 2024-08-21 00:00:00-04:00,31.040000915527344,31.420000076293945,30.790000915527344,31.389999389648438,31.11493682861328,37100,0.0,0.0 2024-08-22 00:00:00-04:00,31.40999984741211,31.559999465942383,30.600000381469727,30.649999618530273,30.38142204284668,23000,0.0,0.0 2024-08-23 00:00:00-04:00,31.06999969482422,31.399999618530273,30.979999542236328,31.219999313354492,30.946426391601562,22400,0.0,0.0 2024-08-26 00:00:00-04:00,31.260000228881836,32.65999984741211,31.260000228881836,32.619998931884766,32.33415985107422,41400,0.0,0.0 2024-08-27 00:00:00-04:00,32.130001068115234,32.15999984741211,31.56999969482422,31.760000228881836,31.48169708251953,16400,0.0,0.0 2024-08-28 00:00:00-04:00,31.719999313354492,31.719999313354492,30.940000534057617,31.280000686645508,31.005903244018555,11300,0.0,0.0 2024-08-29 00:00:00-04:00,31.420000076293945,31.579999923706055,31.040000915527344,31.1299991607666,30.857215881347656,12900,0.0,0.0 2024-08-30 00:00:00-04:00,30.860000610351562,31.049999237060547,30.579999923706055,31.0,30.728355407714844,31700,0.0,0.0 2024-09-03 00:00:00-04:00,30.510000228881836,30.760000228881836,29.100000381469727,29.559999465942383,29.300973892211914,68800,0.0,0.0 2024-09-04 00:00:00-04:00,29.010000228881836,29.6299991607666,28.6200008392334,29.309999465942383,29.053163528442383,44300,0.0,0.0 2024-09-05 00:00:00-04:00,28.979999542236328,30.0,28.84000015258789,28.84000015258789,28.587284088134766,34800,0.0,0.0 2024-09-06 00:00:00-04:00,29.059999465942383,29.15999984741211,27.709999084472656,27.899999618530273,27.655519485473633,68800,0.0,0.0 2024-09-09 00:00:00-04:00,27.920000076293945,28.809999465942383,27.920000076293945,28.020000457763672,27.77446937561035,22400,0.0,0.0 2024-09-10 00:00:00-04:00,28.020000457763672,28.020000457763672,26.5,27.899999618530273,27.655519485473633,46400,0.0,0.0 2024-09-11 00:00:00-04:00,28.479999542236328,28.8700008392334,27.6200008392334,28.790000915527344,28.537721633911133,56300,0.0,0.0 2024-09-12 00:00:00-04:00,28.0,29.559999465942383,27.610000610351562,27.790000915527344,27.546485900878906,86900,0.0,0.0 2024-09-13 00:00:00-04:00,27.950000762939453,29.450000762939453,27.950000762939453,28.530000686645508,28.280000686645508,42900,0.0,0.0 2024-09-16 00:00:00-04:00,28.290000915527344,28.309999465942383,27.530000686645508,27.790000915527344,27.790000915527344,33300,0.25,0.0 2024-09-17 00:00:00-04:00,28.139999389648438,28.200000762939453,27.6299991607666,28.190000534057617,28.190000534057617,25100,0.0,0.0 2024-09-18 00:00:00-04:00,28.09000015258789,28.09000015258789,27.139999389648438,27.329999923706055,27.329999923706055,41400,0.0,0.0 2024-09-19 00:00:00-04:00,28.239999771118164,28.270000457763672,27.5,27.899999618530273,27.899999618530273,56100,0.0,0.0 2024-09-20 00:00:00-04:00,27.6200008392334,27.6200008392334,27.030000686645508,27.06999969482422,27.06999969482422,23600,0.0,0.0 2024-09-23 00:00:00-04:00,27.110000610351562,27.540000915527344,26.25,26.329999923706055,26.329999923706055,41000,0.0,0.0 2024-09-24 00:00:00-04:00,26.56999969482422,28.06999969482422,26.56999969482422,27.989999771118164,27.989999771118164,35600,0.0,0.0 2024-09-25 00:00:00-04:00,27.8700008392334,27.8700008392334,27.0,27.489999771118164,27.489999771118164,30200,0.0,0.0 2024-09-26 00:00:00-04:00,27.299999237060547,27.479999542236328,26.559999465942383,26.610000610351562,26.610000610351562,51800,0.0,0.0 2024-09-27 00:00:00-04:00,26.989999771118164,26.989999771118164,26.25,26.579999923706055,26.579999923706055,20600,0.0,0.0 2024-09-30 00:00:00-04:00,26.610000610351562,27.0,26.5,26.950000762939453,26.950000762939453,25200,0.0,0.0 2024-10-01 00:00:00-04:00,26.969999313354492,27.690000534057617,26.93000030517578,27.3799991607666,27.3799991607666,42600,0.0,0.0 2024-10-02 00:00:00-04:00,27.790000915527344,27.799999237060547,26.290000915527344,26.610000610351562,26.610000610351562,78000,0.0,0.0 2024-10-03 00:00:00-04:00,26.84000015258789,28.489999771118164,26.84000015258789,28.15999984741211,28.15999984741211,84200,0.0,0.0 2024-10-04 00:00:00-04:00,28.190000534057617,28.549999237060547,27.790000915527344,28.049999237060547,28.049999237060547,65200,0.0,0.0 2024-10-07 00:00:00-04:00,28.079999923706055,29.15999984741211,27.760000228881836,28.010000228881836,28.010000228881836,44900,0.0,0.0 2024-10-08 00:00:00-04:00,27.989999771118164,28.110000610351562,26.850000381469727,27.709999084472656,27.709999084472656,26300,0.0,0.0 2024-10-09 00:00:00-04:00,27.030000686645508,28.360000610351562,27.030000686645508,28.360000610351562,28.360000610351562,23000,0.0,0.0 2024-10-10 00:00:00-04:00,28.020000457763672,28.799999237060547,27.969999313354492,28.360000610351562,28.360000610351562,24300,0.0,0.0 2024-10-11 00:00:00-04:00,28.780000686645508,28.780000686645508,28.06999969482422,28.520000457763672,28.520000457763672,12100,0.0,0.0 2024-10-15 00:00:00-04:00,28.350000381469727,28.350000381469727,26.540000915527344,26.690000534057617,26.690000534057617,77300,0.0,0.0 2024-10-16 00:00:00-04:00,26.81999969482422,27.110000610351562,26.700000762939453,26.8700008392334,26.8700008392334,12500,0.0,0.0 2024-10-17 00:00:00-04:00,26.81999969482422,27.18000030517578,26.770000457763672,27.149999618530273,27.149999618530273,21700,0.0,0.0 2024-10-18 00:00:00-04:00,27.0,27.09000015258789,26.799999237060547,27.040000915527344,27.040000915527344,24400,0.0,0.0 2024-10-21 00:00:00-04:00,27.059999465942383,27.739999771118164,27.0,27.739999771118164,27.739999771118164,32400,0.0,0.0 2024-10-22 00:00:00-04:00,27.8799991607666,28.350000381469727,27.639999389648438,28.290000915527344,28.290000915527344,23900,0.0,0.0 2024-10-23 00:00:00-04:00,28.1200008392334,28.1200008392334,27.450000762939453,27.81999969482422,27.81999969482422,7200,0.0,0.0 2024-10-24 00:00:00-04:00,27.719999313354492,27.979999542236328,27.469999313354492,27.979999542236328,27.979999542236328,9100,0.0,0.0 2024-10-25 00:00:00-04:00,27.479999542236328,29.139999389648438,27.479999542236328,28.8799991607666,28.8799991607666,26900,0.0,0.0 2024-10-28 00:00:00-04:00,27.950000762939453,28.06999969482422,27.299999237060547,27.739999771118164,27.739999771118164,75500,0.0,0.0 2024-10-29 00:00:00-04:00,27.479999542236328,27.899999618530273,27.3799991607666,27.6299991607666,27.6299991607666,23100,0.0,0.0 2024-10-30 00:00:00-04:00,27.290000915527344,28.06999969482422,27.290000915527344,28.06999969482422,28.06999969482422,11500,0.0,0.0 2024-10-31 00:00:00-04:00,27.75,27.809999465942383,27.190000534057617,27.520000457763672,27.520000457763672,14500,0.0,0.0 2024-11-01 00:00:00-04:00,27.75,28.229999542236328,27.079999923706055,27.219999313354492,27.219999313354492,20300,0.0,0.0 2024-11-04 00:00:00-05:00,27.81999969482422,28.510000228881836,27.59000015258789,28.219999313354492,28.219999313354492,21300,0.0,0.0 2024-11-05 00:00:00-05:00,28.440000534057617,28.440000534057617,28.09000015258789,28.290000915527344,28.290000915527344,7100,0.0,0.0 2024-11-06 00:00:00-05:00,27.329999923706055,28.479999542236328,27.329999923706055,28.15999984741211,28.15999984741211,35200,0.0,0.0 2024-11-07 00:00:00-05:00,27.65999984741211,29.34000015258789,27.65999984741211,29.25,29.25,25200,0.0,0.0 2024-11-08 00:00:00-05:00,29.43000030517578,29.43000030517578,28.0,28.06999969482422,28.06999969482422,27000,0.0,0.0 2024-11-11 00:00:00-05:00,27.940000534057617,29.190000534057617,27.940000534057617,28.969999313354492,28.969999313354492,20600,0.0,0.0 2024-11-12 00:00:00-05:00,29.139999389648438,29.329999923706055,28.15999984741211,28.68000030517578,28.68000030517578,31900,0.0,0.0 2024-11-13 00:00:00-05:00,28.489999771118164,28.719999313354492,28.030000686645508,28.690000534057617,28.690000534057617,54300,0.0,0.0 2024-11-14 00:00:00-05:00,31.489999771118164,32.540000915527344,30.0,32.5,32.5,150800,0.0,0.0 2024-11-15 00:00:00-05:00,32.16999816894531,33.119998931884766,32.0,32.209999084472656,32.209999084472656,51300,0.0,0.0 ================================================ FILE: tests/data/SERE-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,1.1300000000000001,1.1300000000000001,1.09,1.1300000000000001,0.9006329870725265,110958,0.0,0.0,True 2022-01-05 00:00:00+00:00,1.11,1.1219400024414063,1.0936000061035156,1.11,0.8846926530309083,108985,0.0,0.0,True 2022-01-06 00:00:00+00:00,1.095,1.125,1.095,1.11,0.8846926530309083,61197,0.0,0.0,True 2022-01-07 00:00:00+00:00,1.095,1.125,1.095,1.12,0.8926627895797092,173105,0.0,0.0,True 2022-01-10 00:00:00+00:00,1.125,1.1300000000000001,1.1039600372314453,1.12,0.8926627895797092,90724,0.0,0.0,True 2022-01-11 00:00:00+00:00,1.125,1.125,1.09,1.09,0.8687521361572415,438216,0.0,0.0,True 2022-01-12 00:00:00+00:00,1.1,1.1190799713134767,1.0823999786376954,1.09,0.8687521361572415,132689,0.0,0.0,True 2022-01-13 00:00:00+00:00,1.095,1.125,1.095,1.12,0.8926627895797092,36168,0.0,0.0,True 2022-01-14 00:00:00+00:00,1.11,1.1300000000000001,1.1,1.11,0.8846926530309083,163850,0.0,0.0,True 2022-01-17 00:00:00+00:00,1.095,1.1238300323486328,1.095,1.105,0.8807075238124915,97053,0.0,0.0,True 2022-01-18 00:00:00+00:00,1.1,1.125,1.0771299743652345,1.1025,0.8787150201472992,212312,0.0,0.0,True 2022-01-19 00:00:00+00:00,1.095,1.105,1.065,1.08,0.8607818777204079,454675,0.0,0.0,True 2022-01-20 00:00:00+00:00,1.075,1.085,1.065,1.065,0.8488266728972063,411228,0.0,0.0,True 2022-01-21 00:00:00+00:00,1.065,1.0796299743652344,1.065,1.07,0.8528117411716069,187396,0.0,0.0,True 2022-01-24 00:00:00+00:00,1.065,1.08,1.065,1.07,0.8528117411716069,446555,0.0,0.0,True 2022-01-25 00:00:00+00:00,1.075,1.085,1.07,1.085,0.864767067882841,148417,0.0,0.0,True 2022-01-26 00:00:00+00:00,1.075,1.0828099822998047,1.06,1.07,0.8528117411716069,144314,0.0,0.0,True 2022-01-27 00:00:00+00:00,1.06,1.08,1.055,1.08,0.8607818777204079,380723,0.0,0.0,True 2022-01-28 00:00:00+00:00,1.06,1.08875,1.0598999786376953,1.06,0.8448414827347738,87451,0.0,0.0,True 2022-01-31 00:00:00+00:00,1.09,1.095,1.06,1.06,0.8448414827347738,115358,0.0,0.0,True 2022-02-01 00:00:00+00:00,1.08,1.0925,1.0551499938964843,1.065,0.8488266728972063,100640,0.0,0.0,True 2022-02-02 00:00:00+00:00,1.07,1.09,1.065,1.0725,0.8548043057808152,125995,0.0,0.0,True 2022-02-03 00:00:00+00:00,1.07,1.095,1.065,1.07,0.8528117411716069,99764,0.0,0.0,True 2022-02-04 00:00:00+00:00,1.065,1.095,1.065,1.075,0.8567969313340399,128350,0.0,0.0,True 2022-02-07 00:00:00+00:00,1.075,1.075,1.05,1.05,0.8368712852419562,160361,0.0,0.0,True 2022-02-08 00:00:00+00:00,1.08,1.08,1.05,1.05,0.8368712852419562,147195,0.0,0.0,True 2022-02-09 00:00:00+00:00,1.085,1.085,1.0550599670410157,1.085,0.864767067882841,49902,0.0,0.0,True 2022-02-10 00:00:00+00:00,1.07,1.095,1.0558100128173828,1.08,0.8607818777204079,50905,0.0,0.0,True 2022-02-11 00:00:00+00:00,1.085,1.1,1.0754499816894532,1.09,0.8687521361572415,65771,0.0,0.0,True 2022-02-14 00:00:00+00:00,1.05,1.1,1.05,1.1,0.8767223336500584,167104,0.0,0.0,True 2022-02-15 00:00:00+00:00,1.105,1.11,1.08,1.0975,0.8747298909288828,164342,0.0,0.0,True 2022-02-16 00:00:00+00:00,1.11,1.11,1.085,1.095,0.8727372044316419,82830,0.0,0.0,True 2022-02-17 00:00:00+00:00,1.095,1.11,1.085,1.0925,0.870744822654482,118820,0.0,0.0,True 2022-02-18 00:00:00+00:00,1.08,1.105,1.075,1.075,0.8567969313340399,73238,0.0,0.0,True 2022-02-21 00:00:00+00:00,1.11,1.11,1.075,1.075,0.8567969313340399,54569,0.0,0.0,True 2022-02-22 00:00:00+00:00,1.065,1.08,1.0575,1.07,0.8528117411716069,274566,0.0,0.0,True 2022-02-23 00:00:00+00:00,1.08,1.11,1.07,1.085,0.864767067882841,88849,0.0,0.0,True 2022-02-24 00:00:00+00:00,1.06,1.08,1.0328800201416015,1.06,0.8448414827347738,212635,0.0,0.0,True 2022-02-25 00:00:00+00:00,1.075,1.085,1.03,1.06,0.8448414827347738,163586,0.0,0.0,True 2022-02-28 00:00:00+00:00,1.055,1.075,1.0413600158691407,1.05,0.8368712852419562,179074,0.0,0.0,True 2022-03-01 00:00:00+00:00,1.06,1.075,1.03,1.035,0.8249160194747385,137189,0.0,0.0,True 2022-03-02 00:00:00+00:00,1.045,1.07,1.025,1.04,0.8289012705811876,184639,0.0,0.0,True 2022-03-03 00:00:00+00:00,1.045,1.0551999664306642,1.0051999664306641,1.0125,0.8069830598798956,174004,0.0,0.0,True 2022-03-04 00:00:00+00:00,0.9940000152587891,1.06,0.981500015258789,0.9919999694824219,0.7906441519724194,230825,0.0,0.0,True 2022-03-07 00:00:00+00:00,0.98,0.9880000305175781,0.9,0.9400000000000001,0.7491991737649828,740797,0.0,0.0,True 2022-03-08 00:00:00+00:00,0.9640000152587891,0.99,0.9522200012207032,0.9925,0.7910427258382774,315487,0.0,0.0,True 2022-03-09 00:00:00+00:00,1.01,1.06,0.9808799743652344,1.05,0.8368712852419562,394180,0.0,0.0,True 2022-03-10 00:00:00+00:00,1.05,1.07,1.03,1.0325,0.8229235158095463,135924,0.0,0.0,True 2022-03-11 00:00:00+00:00,1.06,1.06,1.0319300079345703,1.03,0.820931012144354,61820,0.0,0.0,True 2022-03-14 00:00:00+00:00,1.025,1.07,1.02,1.04,0.8289012705811876,56763,0.0,0.0,True 2022-03-15 00:00:00+00:00,1.02,1.07,1.0150000000000001,1.02,0.8129608146515368,45460,0.0,0.0,True 2022-03-16 00:00:00+00:00,1.035,1.05,0.99,0.99,0.7890501612290688,65747,0.0,0.0,True 2022-03-17 00:00:00+00:00,1.02,1.04,1.0073799896240234,1.01,0.8049905562147034,53510,0.0,0.0,True 2022-03-18 00:00:00+00:00,1.0150000000000001,1.03,1.0,1.03,0.820931012144354,109080,0.0,0.0,True 2022-03-21 00:00:00+00:00,1.04,1.055,1.0074299621582032,1.0475,0.8348789034647963,79098,0.0,0.0,True 2022-03-22 00:00:00+00:00,1.055,1.09,1.0419999694824218,1.08,0.8607818777204079,214929,0.0,0.0,True 2022-03-23 00:00:00+00:00,1.055,1.09,1.05,1.09,0.8687521361572415,41658,0.0,0.0,True 2022-03-24 00:00:00+00:00,1.075,1.085,1.0620700073242189,1.085,0.864767067882841,103939,0.0,0.0,True 2022-03-25 00:00:00+00:00,1.085,1.1,1.0655000305175781,1.0975,0.8747298909288828,67431,0.0,0.0,True 2022-03-28 00:00:00+01:00,1.105,1.1400000000000001,1.065,1.1375,0.9066106199561357,226359,0.0,0.0,True 2022-03-29 00:00:00+01:00,1.1400000000000001,1.1523000335693359,1.119499969482422,1.1525,0.918565885723353,180905,0.0,0.0,True 2022-03-30 00:00:00+01:00,1.155,1.17,1.1300000000000001,1.1300000000000001,0.9006329870725265,295221,0.0,0.0,True 2022-03-31 00:00:00+01:00,1.12,1.1500000000000001,1.11,1.1500000000000001,0.9293615736657828,335095,0.015549,0.0,True 2022-04-01 00:00:00+01:00,1.1380000305175781,1.1500000000000001,1.12625,1.1325,0.9152191716178546,153708,0.0,0.0,True 2022-04-04 00:00:00+01:00,1.1500000000000001,1.1500000000000001,1.1190000152587891,1.1500000000000001,0.9293615736657828,364619,0.0,0.0,True 2022-04-05 00:00:00+01:00,1.115,1.145,1.1,1.1175,0.9030969803214578,145408,0.0,0.0,True 2022-04-06 00:00:00+01:00,1.12,1.135,1.07,1.07,0.864710381038177,106310,0.0,0.0,True 2022-04-07 00:00:00+01:00,1.085,1.105,1.075,1.09,0.8808730556234514,114452,0.0,0.0,True 2022-04-08 00:00:00+01:00,1.12,1.12,1.0777999877929687,1.12,0.9051173146446172,17976,0.0,0.0,True 2022-04-11 00:00:00+01:00,1.12,1.1500000000000001,1.09,1.09,0.8808730556234514,159411,0.0,0.0,True 2022-04-12 00:00:00+01:00,1.09,1.145,1.09,1.09,0.8808730556234514,19048,0.0,0.0,True 2022-04-13 00:00:00+01:00,1.12,1.12,1.095,1.1400000000000001,0.921280236373146,34958,0.0,0.0,True 2022-04-14 00:00:00+01:00,1.12,1.1225,1.107300033569336,1.1325,0.9152191716178546,53088,0.0,0.0,True 2022-04-19 00:00:00+01:00,1.1400000000000001,1.1400000000000001,1.08,1.08,0.8727917183308143,94887,0.0,0.0,True 2022-04-20 00:00:00+01:00,1.115,1.125,1.075,1.1,0.8889544547019018,125051,0.0,0.0,True 2022-04-21 00:00:00+01:00,1.09,1.1,1.05,1.05,0.8485475210954619,133524,0.0,0.0,True 2022-04-22 00:00:00+01:00,1.085,1.09,1.05,1.05,0.8485475210954619,75324,0.0,0.0,True 2022-04-25 00:00:00+01:00,1.0605999755859374,1.07,1.0482599639892578,1.0575,0.8546087094223809,105632,0.0,0.0,True 2022-04-26 00:00:00+01:00,1.055,1.065,1.03,1.0425,0.8424864563401705,117411,0.0,0.0,True 2022-04-27 00:00:00+01:00,1.055,1.055,1.03,1.04,0.8404662455886388,72436,0.0,0.0,True 2022-04-28 00:00:00+01:00,1.04,1.055,1.03,1.03,0.8323847847243744,260009,0.0,0.0,True 2022-04-29 00:00:00+01:00,1.035,1.0522000122070312,1.03,1.035,0.8364253915848793,329532,0.0,0.0,True 2022-05-03 00:00:00+01:00,1.03,1.055,1.03,1.045,0.8445068524491435,210229,0.0,0.0,True 2022-05-04 00:00:00+01:00,1.035,1.055,1.03,1.055,0.8525882515275944,187370,0.0,0.0,True 2022-05-05 00:00:00+01:00,1.04,1.055,1.0339099884033203,1.04,0.8404662455886388,161659,0.0,0.0,True 2022-05-06 00:00:00+01:00,1.03,1.055,1.03,1.03,0.8323847847243744,69618,0.0,0.0,True 2022-05-09 00:00:00+01:00,1.03,1.07,1.02,1.02,0.8243033856459234,140050,0.0,0.0,True 2022-05-10 00:00:00+01:00,1.06,1.07,1.0241999816894531,1.065,0.860669650606045,153744,0.0,0.0,True 2022-05-11 00:00:00+01:00,1.06,1.09,1.045,1.06,0.8566289201739129,84916,0.0,0.0,True 2022-05-12 00:00:00+01:00,1.06,1.075,1.03,1.055,0.8525882515275944,236142,0.0,0.0,True 2022-05-13 00:00:00+01:00,1.055,1.075,1.055,1.075,0.8687511114703094,89799,0.0,0.0,True 2022-05-16 00:00:00+01:00,1.055,1.06,1.0503500366210938,1.0525,0.850567917204435,20803,0.0,0.0,True 2022-05-17 00:00:00+01:00,1.06,1.075,1.05,1.075,0.8687511114703094,30867,0.0,0.0,True 2022-05-18 00:00:00+01:00,1.07,1.08,1.0640599822998047,1.08,0.8727917183308143,68432,0.0,0.0,True 2022-05-19 00:00:00+01:00,1.07,1.07,1.035,1.035,0.8364253915848793,186218,0.0,0.0,True 2022-05-20 00:00:00+01:00,1.055,1.055,1.035,1.04,0.8404662455886388,80451,0.0,0.0,True 2022-05-23 00:00:00+01:00,1.035,1.045,1.03,1.035,0.8364253915848793,116491,0.0,0.0,True 2022-05-24 00:00:00+01:00,1.045,1.065,1.0398500061035156,1.065,0.860669650606045,172311,0.0,0.0,True 2022-05-25 00:00:00+01:00,1.065,1.065,1.051240005493164,1.065,0.860669650606045,73110,0.0,0.0,True 2022-05-26 00:00:00+01:00,1.045,1.065,1.045,1.065,0.860669650606045,87559,0.0,0.0,True 2022-05-27 00:00:00+01:00,1.065,1.105,1.0472000122070313,1.095,0.8849138478413973,227509,0.0,0.0,True 2022-05-30 00:00:00+01:00,1.095,1.095,1.07,1.09,0.8808730556234514,193898,0.0,0.0,True 2022-05-31 00:00:00+01:00,1.09,1.09,1.055739974975586,1.065,0.860669650606045,44703,0.0,0.0,True 2022-06-01 00:00:00+01:00,1.084509963989258,1.095,1.0722100067138671,1.0825,0.8748120526539734,57343,0.0,0.0,True 2022-06-06 00:00:00+01:00,1.05,1.09,0.98,1.03,0.8323847847243744,107185,0.0,0.0,True 2022-06-07 00:00:00+01:00,1.06,1.06,1.0163999938964845,1.035,0.8364253915848793,125802,0.0,0.0,True 2022-06-08 00:00:00+01:00,1.01,1.045,1.01,1.0175,0.822282927751137,32162,0.0,0.0,True 2022-06-09 00:00:00+01:00,1.01,1.0286900329589843,1.0,1.0275,0.8303643268295878,103835,0.0,0.0,True 2022-06-10 00:00:00+01:00,1.0039299774169923,1.025,1.0027500152587892,1.0125,0.8182422591048184,45299,0.0,0.0,True 2022-06-13 00:00:00+01:00,1.0165599822998046,1.035,0.9980000305175781,1.016500015258789,0.8214748928791753,99103,0.0,0.0,True 2022-06-14 00:00:00+01:00,1.03,1.035,0.995999984741211,1.015500030517578,0.8206667962213998,149125,0.0,0.0,True 2022-06-15 00:00:00+01:00,1.02,1.055,1.0150000000000001,1.04,0.8404662455886388,245391,0.0,0.0,True 2022-06-16 00:00:00+01:00,1.03,1.065,1.0137999725341797,1.0625,0.858649316282886,136631,0.0,0.0,True 2022-06-17 00:00:00+01:00,1.04,1.07,1.04,1.06,0.8566289201739129,150547,0.0,0.0,True 2022-06-20 00:00:00+01:00,1.045,1.05,1.0150000000000001,1.045,0.8445068524491435,323726,0.0,0.0,True 2022-06-21 00:00:00+01:00,1.045,1.065,1.04,1.04,0.8404662455886388,257682,0.0,0.0,True 2022-06-22 00:00:00+01:00,1.04,1.06,1.0384200286865235,1.06,0.8566289201739129,116462,0.0,0.0,True 2022-06-23 00:00:00+01:00,1.06,1.06,1.04,1.04,0.8404662455886388,124042,0.0,0.0,True 2022-06-24 00:00:00+01:00,1.06,1.06,1.04,1.05,0.8485475210954619,93262,0.0,0.0,True 2022-06-27 00:00:00+01:00,1.025,1.0482499694824219,1.025,1.035,0.8364253915848793,101301,0.0,0.0,True 2022-06-28 00:00:00+01:00,1.045,1.0628700256347656,1.0439299774169921,1.055,0.8525882515275944,74133,0.0,0.0,True 2022-06-29 00:00:00+01:00,1.04,1.055,1.04,1.0425,0.8424864563401705,57816,0.0,0.0,True 2022-06-30 00:00:00+01:00,1.04,1.045,1.0150000000000001,1.0150000000000001,0.8202625934279777,117171,0.0,0.0,True 2022-07-01 00:00:00+01:00,1.05,1.065,1.03,1.045,0.8445068524491435,67098,0.0,0.0,True 2022-07-04 00:00:00+01:00,1.06,1.06,1.035,1.035,0.8364253915848793,91823,0.0,0.0,True 2022-07-05 00:00:00+01:00,1.06,1.06,1.0516500091552734,1.0475,0.8465273103439303,59385,0.0,0.0,True 2022-07-06 00:00:00+01:00,1.035,1.055,1.03,1.03,0.8323847847243744,36401,0.0,0.0,True 2022-07-07 00:00:00+01:00,1.035,1.0521299743652344,1.02,1.035,0.8364253915848793,130579,0.0,0.0,True 2022-07-08 00:00:00+01:00,1.0150000000000001,1.055,1.01,1.035,0.8364253915848793,77344,0.0,0.0,True 2022-07-11 00:00:00+01:00,1.035,1.065,1.0150000000000001,1.035,0.8364253915848793,59806,0.0,0.0,True 2022-07-12 00:00:00+01:00,1.03,1.0575,1.01,1.03,0.8323847847243744,53993,0.0,0.0,True 2022-07-13 00:00:00+01:00,1.01,1.0600599670410156,1.01,1.0150000000000001,0.8202625934279777,186787,0.0,0.0,True 2022-07-14 00:00:00+01:00,0.9919999694824219,1.035,0.9880000305175781,0.9965000152587891,0.8522975323026484,179644,0.055955,0.0,True 2022-07-15 00:00:00+01:00,0.9880000305175781,1.0179399871826171,0.9880000305175781,1.0140000152587891,0.8672651131682415,76180,0.0,0.0,True 2022-07-18 00:00:00+01:00,0.9919999694824219,1.0150000000000001,0.9840799713134766,0.985999984741211,0.8433168922868218,114064,0.0,0.0,True 2022-07-19 00:00:00+01:00,0.98,0.99,0.96,0.98,0.8381851166648131,163848,0.0,0.0,True 2022-07-20 00:00:00+01:00,1.0,1.0,0.9805300140380859,1.0,0.8552910354048426,772610,0.0,0.0,True 2022-07-21 00:00:00+01:00,0.98,0.9884600067138672,0.96,0.98,0.8381851166648131,30270,0.0,0.0,True 2022-07-22 00:00:00+01:00,0.98,0.9981999969482422,0.98,0.98,0.8381851166648131,20011,0.0,0.0,True 2022-07-25 00:00:00+01:00,0.9980000305175781,1.0,0.98,0.99,0.8467380760348278,83554,0.0,0.0,True 2022-07-26 00:00:00+01:00,0.9980000305175781,1.0,0.98,0.99,0.8467380760348278,28149,0.0,0.0,True 2022-07-27 00:00:00+01:00,0.99,0.9980000305175781,0.9828500366210938,0.99,0.8467380760348278,413034,0.0,0.0,True 2022-07-28 00:00:00+01:00,0.98,0.9980000305175781,0.9787699890136718,0.98,0.8381851166648131,65515,0.0,0.0,True 2022-07-29 00:00:00+01:00,0.9980000305175781,0.9980000305175781,0.9545600128173828,0.955999984741211,0.8176582102406431,85645,0.0,0.0,True 2022-08-01 00:00:00+01:00,0.98,0.9980000305175781,0.9584500122070313,0.965999984741211,0.8262111696106578,168563,0.0,0.0,True 2022-08-02 00:00:00+01:00,0.983290023803711,0.99,0.9685600280761719,0.9769999694824218,0.8356192942084303,43547,0.0,0.0,True 2022-08-03 00:00:00+01:00,0.97,0.99,0.9637000274658203,0.99,0.8467380760348278,69452,0.0,0.0,True 2022-08-04 00:00:00+01:00,0.983290023803711,0.9880000305175781,0.97,0.980999984741211,0.8390405433110583,10863,0.0,0.0,True 2022-08-05 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.9640000152587891,0.9769999694824218,0.8356192942084303,184019,0.0,0.0,True 2022-08-08 00:00:00+01:00,0.99,1.01,0.97,0.990999984741211,0.8475934373264511,118586,0.0,0.0,True 2022-08-09 00:00:00+01:00,0.9913099670410156,1.02,0.9913099670410156,1.0050000000000001,0.8595675150898502,170283,0.0,0.0,True 2022-08-10 00:00:00+01:00,1.0050000000000001,1.025,1.0050000000000001,1.01,0.8638439294202357,89786,0.0,0.0,True 2022-08-11 00:00:00+01:00,1.03,1.06,1.0151999664306641,1.06,0.9066083994972004,140682,0.0,0.0,True 2022-08-12 00:00:00+01:00,1.055,1.055,1.02,1.0375,0.8873644043012217,140636,0.0,0.0,True 2022-08-15 00:00:00+01:00,1.04,1.055,1.029800033569336,1.055,0.9023320505214368,100476,0.0,0.0,True 2022-08-16 00:00:00+01:00,1.04,1.075,1.04,1.06,0.9066083994972004,420563,0.0,0.0,True 2022-08-17 00:00:00+01:00,1.05,1.085,1.04,1.0625,0.908746737371637,31184,0.0,0.0,True 2022-08-18 00:00:00+01:00,1.045,1.0737999725341798,1.02,1.02,0.8723968887902507,89936,0.0,0.0,True 2022-08-19 00:00:00+01:00,1.035,1.065,1.0172599792480468,1.0525,0.9001938433562442,82072,0.0,0.0,True 2022-08-22 00:00:00+01:00,1.030719985961914,1.065,1.030719985961914,1.0525,0.9001938433562442,31125,0.0,0.0,True 2022-08-23 00:00:00+01:00,1.03,1.055,1.01,1.0150000000000001,0.8681203437506212,112251,0.0,0.0,True 2022-08-24 00:00:00+01:00,1.02,1.0344000244140625,1.0050000000000001,1.0175,0.8702586162704359,63028,0.0,0.0,True 2022-08-25 00:00:00+01:00,1.0086000061035156,1.035,1.0050000000000001,1.02,0.8723968887902507,84004,0.0,0.0,True 2022-08-26 00:00:00+01:00,1.01,1.025,1.01,1.0150000000000001,0.8681203437506212,35721,0.0,0.0,True 2022-08-30 00:00:00+01:00,1.04,1.04,1.01,1.0275,0.8788115102858287,142478,0.0,0.0,True 2022-08-31 00:00:00+01:00,1.02,1.028759994506836,1.0139600372314452,1.03,0.8809497828056435,17562,0.0,0.0,True 2022-09-01 00:00:00+01:00,1.0150000000000001,1.035,0.99,1.0050000000000001,0.8595675150898502,111865,0.0,0.0,True 2022-09-02 00:00:00+01:00,1.01,1.01,0.99,0.9975,0.8531527628850282,82073,0.0,0.0,True 2022-09-05 00:00:00+01:00,0.9800399780273438,1.0069400024414064,0.9800399780273438,0.9944999694824219,0.8505868097194016,148792,0.0,0.0,True 2022-09-06 00:00:00+01:00,0.99,1.0150000000000001,0.98,0.98,0.8381851166648131,101381,0.0,0.0,True 2022-09-07 00:00:00+01:00,0.98,1.0150000000000001,0.9500000000000001,0.9690000152587891,0.8287769267124185,152451,0.0,0.0,True 2022-09-08 00:00:00+01:00,0.9500000000000001,0.97,0.9,0.9459999847412109,0.8235353500160852,172050,0.016979,0.0,True 2022-09-09 00:00:00+01:00,0.9380000305175782,0.9380000305175782,0.9080000305175782,0.92,0.8009011653924832,108284,0.0,0.0,True 2022-09-12 00:00:00+01:00,0.9280000305175782,0.9400000000000001,0.9156900024414063,0.92,0.8009011653924832,220718,0.0,0.0,True 2022-09-13 00:00:00+01:00,0.9400000000000001,0.96,0.9400000000000001,0.9480000305175782,0.8252764104447309,333786,0.0,0.0,True 2022-09-14 00:00:00+01:00,0.9400000000000001,0.9680000305175781,0.9400000000000001,0.9400000000000001,0.8183121022216135,115849,0.0,0.0,True 2022-09-15 00:00:00+01:00,0.9440000152587891,0.9680000305175781,0.9283200073242188,0.9400000000000001,0.8183121022216135,230815,0.0,0.0,True 2022-09-16 00:00:00+01:00,0.93,0.961999969482422,0.924000015258789,0.924000015258789,0.8043833527583094,96551,0.0,0.0,True 2022-09-20 00:00:00+01:00,0.96,0.96,0.9180000305175782,0.9380000305175782,0.8165709752844332,144630,0.0,0.0,True 2022-09-21 00:00:00+01:00,0.92,0.9348000335693359,0.9,0.9,0.7834902950718878,68438,0.0,0.0,True 2022-09-22 00:00:00+01:00,0.9,0.9380000305175782,0.865999984741211,0.865999984741211,0.7538918022251685,82313,0.0,0.0,True 2022-09-23 00:00:00+01:00,0.8780000305175781,0.9080000305175782,0.865999984741211,0.9059999847412109,0.7887135428663596,108049,0.0,0.0,True 2022-09-26 00:00:00+01:00,0.895999984741211,0.91,0.865999984741211,0.87,0.7573739230824597,103948,0.0,0.0,True 2022-09-27 00:00:00+01:00,0.87,0.92,0.865999984741211,0.92,0.8009011653924832,405866,0.0,0.0,True 2022-09-28 00:00:00+01:00,0.91,0.9380000305175782,0.8619999694824219,0.924000015258789,0.8043833527583094,109771,0.0,0.0,True 2022-09-29 00:00:00+01:00,0.9059999847412109,0.927969970703125,0.88,0.89,0.7747848599115902,90920,0.0,0.0,True 2022-09-30 00:00:00+01:00,0.9180000305175782,0.9180000305175782,0.88,0.88,0.7660793582427574,108022,0.0,0.0,True 2022-10-03 00:00:00+01:00,0.885999984741211,0.9080000305175782,0.8669000244140626,0.8680000305175781,0.7556327961452793,70134,0.0,0.0,True 2022-10-04 00:00:00+01:00,0.8919999694824219,0.895999984741211,0.8719999694824219,0.8719999694824219,0.7591150500196403,76014,0.0,0.0,True 2022-10-05 00:00:00+01:00,0.8719999694824219,0.8780000305175781,0.86,0.86,0.748668421413627,163271,0.0,0.0,True 2022-10-06 00:00:00+01:00,0.8640000152587891,0.8640000152587891,0.8409100341796876,0.8580000305175781,0.7469274274935166,64158,0.0,0.0,True 2022-10-07 00:00:00+01:00,0.85,0.8519999694824218,0.8375,0.8469999694824218,0.737351329101826,84573,0.0,0.0,True 2022-10-10 00:00:00+01:00,0.8300000000000001,0.84,0.8140000152587891,0.8200000000000001,0.7138466807724362,234492,0.0,0.0,True 2022-10-11 00:00:00+01:00,0.8159999847412109,0.8159999847412109,0.8019999694824219,0.8019999694824219,0.6981769373890213,103268,0.0,0.0,True 2022-10-12 00:00:00+01:00,0.8159999847412109,0.8198899841308593,0.8019999694824219,0.8080000305175782,0.7034001186749581,732470,0.0,0.0,True 2022-10-13 00:00:00+01:00,0.8019999694824219,0.8198899841308593,0.8019999694824219,0.8080000305175782,0.7034001186749581,40830,0.0,0.0,True 2022-10-14 00:00:00+01:00,0.81,0.81,0.8027500152587891,0.8019999694824219,0.6981769373890213,94612,0.0,0.0,True 2022-10-17 00:00:00+01:00,0.8140000152587891,0.8380000305175781,0.8037699890136719,0.8150000000000001,0.7094939631922873,48838,0.0,0.0,True 2022-10-18 00:00:00+01:00,0.8280000305175781,0.8340000152587891,0.8043399810791015,0.8180000305175782,0.7121054873267209,54212,0.0,0.0,True 2022-10-19 00:00:00+01:00,0.84,0.8540000152587891,0.8,0.81,0.7051412456121385,94089,0.0,0.0,True 2022-10-20 00:00:00+01:00,0.8219999694824219,0.8377799987792969,0.8,0.8,0.6964358104518408,79924,0.0,0.0,True 2022-10-21 00:00:00+01:00,0.825999984741211,0.8505000305175782,0.8054900360107422,0.8080000305175782,0.7034001186749581,64822,0.0,0.0,True 2022-10-24 00:00:00+01:00,0.8165000152587891,0.8380000305175781,0.8124600219726563,0.8240000152587891,0.7173288681382622,49667,0.0,0.0,True 2022-10-25 00:00:00+01:00,0.8380000305175781,0.8463500213623047,0.8223799896240235,0.8200000000000001,0.7138466807724362,80838,0.0,0.0,True 2022-10-26 00:00:00+01:00,0.8183300018310548,0.8525,0.8182599639892578,0.830999984741211,0.7234226461470566,80344,0.0,0.0,True 2022-10-27 00:00:00+01:00,0.8240000152587891,0.85,0.8088600158691407,0.8300000000000001,0.722552115932734,146987,0.0,0.0,True 2022-10-28 00:00:00+01:00,0.8316000366210937,0.84,0.8248300170898437,0.8330000305175781,0.7251637730842372,32821,0.0,0.0,True 2022-10-31 00:00:00+00:00,0.8540000152587891,0.8540000152587891,0.8325599670410156,0.830999984741211,0.7234226461470566,63977,0.0,0.0,True 2022-11-01 00:00:00+00:00,0.85,0.8540000152587891,0.845,0.8330000305175781,0.7251637730842372,21915,0.0,0.0,True 2022-11-02 00:00:00+00:00,0.8440000152587891,0.8535199737548829,0.8255000305175781,0.835999984741211,0.7277753637272056,81719,0.0,0.0,True 2022-11-03 00:00:00+00:00,0.8319999694824219,0.8540000152587891,0.8213999938964844,0.8480000305175781,0.7382219258246838,99844,0.0,0.0,True 2022-11-04 00:00:00+00:00,0.85,0.8540000152587891,0.8437899780273438,0.8440000152587891,0.7347397384588576,45092,0.0,0.0,True 2022-11-07 00:00:00+00:00,0.85,0.8536799621582032,0.8240000152587891,0.8240000152587891,0.7173288681382622,68804,0.0,0.0,True 2022-11-08 00:00:00+00:00,0.85,0.85,0.8240000152587891,0.8419999694824218,0.7329985450131421,113470,0.0,0.0,True 2022-11-09 00:00:00+00:00,0.85,0.85,0.8380000305175781,0.8380000305175781,0.7295165571729212,47775,0.0,0.0,True 2022-11-10 00:00:00+00:00,0.835999984741211,0.8680000305175781,0.835999984741211,0.8680000305175781,0.7556327961452793,160600,0.0,0.0,True 2022-11-11 00:00:00+00:00,0.8619999694824219,0.887490005493164,0.8419999694824218,0.850999984741211,0.7408335829761872,81197,0.0,0.0,True 2022-11-14 00:00:00+00:00,0.8580000305175781,0.8598200225830078,0.835999984741211,0.835999984741211,0.7277753637272056,195641,0.0,0.0,True 2022-11-15 00:00:00+00:00,0.8640000152587891,0.875,0.8479199981689454,0.85,0.7399629862533293,131457,0.0,0.0,True 2022-11-16 00:00:00+00:00,0.8380000305175781,0.87,0.8340000152587891,0.8340000152587891,0.72603430329856,71299,0.0,0.0,True 2022-11-17 00:00:00+00:00,0.8519999694824218,0.8780000305175781,0.8419499969482422,0.8540000152587891,0.7434451736191554,31549,0.0,0.0,True 2022-11-18 00:00:00+00:00,0.8380000305175781,0.8656999969482422,0.8219999694824219,0.8219999694824219,0.7155877412010817,245050,0.0,0.0,True 2022-11-21 00:00:00+00:00,0.835999984741211,0.8419999694824218,0.835999984741211,0.8280000305175781,0.7208109889955535,60987,0.0,0.0,True 2022-11-22 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.81,0.8200000000000001,0.7138466807724362,79021,0.0,0.0,True 2022-11-23 00:00:00+00:00,0.8200000000000001,0.8211499786376953,0.8,0.8159999847412109,0.7103644934066101,456123,0.0,0.0,True 2022-11-24 00:00:00+00:00,0.8019999694824219,0.8140000152587891,0.7816300201416015,0.794000015258789,0.6912125626573693,351316,0.0,0.0,True 2022-11-25 00:00:00+00:00,0.79,0.8119999694824219,0.77,0.77,0.6703195049709477,142525,0.0,0.0,True 2022-11-28 00:00:00+00:00,0.8180000305175782,0.8180000305175782,0.7880000305175782,0.79,0.6877303752915432,55449,0.0,0.0,True 2022-11-29 00:00:00+00:00,0.8,0.8,0.7739800262451172,0.7830000305175782,0.6816365307742137,110552,0.0,0.0,True 2022-11-30 00:00:00+00:00,0.7859999847412109,0.7859999847412109,0.75,0.765,0.6659666543737289,270713,0.0,0.0,True 2022-12-01 00:00:00+00:00,0.77,0.7759999847412109,0.7397599792480469,0.7480000305175781,0.6511674412046369,323125,0.0,0.0,True 2022-12-02 00:00:00+00:00,0.76,0.7680000305175781,0.7380000305175781,0.7390000152587891,0.6433325362586619,168763,0.0,0.0,True 2022-12-05 00:00:00+00:00,0.7580000305175781,0.7719999694824219,0.7319999694824219,0.760999984741211,0.6624844670079028,233606,0.0,0.0,True 2022-12-06 00:00:00+00:00,0.7640000152587891,0.78,0.7529599761962891,0.755999984741211,0.6581318824448239,290573,0.0,0.0,True 2022-12-07 00:00:00+00:00,0.77,0.79,0.7683399963378906,0.7830000305175782,0.6816365307742137,393043,0.0,0.0,True 2022-12-08 00:00:00+00:00,0.7640000152587891,0.8,0.7640000152587891,0.784000015258789,0.6825071274970714,326141,0.0,0.0,True 2022-12-09 00:00:00+00:00,0.7780000305175782,0.7980000305175782,0.769000015258789,0.779000015258789,0.6781543434083878,61671,0.0,0.0,True 2022-12-12 00:00:00+00:00,0.7880000305175782,0.7891600036621094,0.7747699737548829,0.7769999694824219,0.676413282979742,135448,0.0,0.0,True 2022-12-13 00:00:00+00:00,0.7959999847412109,0.7980000305175782,0.77,0.77,0.6703195049709477,90047,0.0,0.0,True 2022-12-14 00:00:00+00:00,0.77,0.7977200317382813,0.77,0.784000015258789,0.6825071274970714,73759,0.0,0.0,True 2022-12-15 00:00:00+00:00,0.77,0.79,0.77,0.7759999847412109,0.6755426862568844,80441,0.0,0.0,True 2022-12-16 00:00:00+00:00,0.8,0.8,0.7759999847412109,0.8,0.6964358104518408,145231,0.0,0.0,True 2022-12-19 00:00:00+00:00,0.78,0.7927999877929688,0.77,0.77,0.6703195049709477,230862,0.0,0.0,True 2022-12-20 00:00:00+00:00,0.77,0.7881999969482422,0.765,0.7719999694824219,0.6720604988910583,95994,0.0,0.0,True 2022-12-21 00:00:00+00:00,0.79,0.794000015258789,0.7719999694824219,0.784000015258789,0.6825071274970714,264180,0.0,0.0,True 2022-12-22 00:00:00+00:00,0.7780000305175782,0.8319999694824219,0.7780000305175782,0.7959999847412109,0.6929536895945497,197169,0.0,0.0,True 2022-12-23 00:00:00+00:00,0.8,0.81,0.7930000305175782,0.8059999847412109,0.7016590582463124,137962,0.0,0.0,True 2022-12-28 00:00:00+00:00,0.81,0.84,0.798239974975586,0.8180000305175782,0.7121054873267209,245929,0.0,0.0,True 2022-12-29 00:00:00+00:00,0.8059999847412109,0.8240000152587891,0.7983799743652344,0.8140000152587891,0.7230759751553552,137240,0.01635,0.0,True 2022-12-30 00:00:00+00:00,0.8240000152587891,0.8240000152587891,0.79,0.8159999847412109,0.7248525292574813,136206,0.0,0.0,True 2023-01-03 00:00:00+00:00,0.8240000152587891,0.825999984741211,0.8,0.8159999847412109,0.7248525292574813,200320,0.0,0.0,True 2023-01-04 00:00:00+00:00,0.7959999847412109,0.8240000152587891,0.794000015258789,0.8240000152587891,0.7319590170717217,44743,0.0,0.0,True 2023-01-05 00:00:00+00:00,0.81,0.825999984741211,0.8059999847412109,0.825999984741211,0.7337355711738476,46300,0.0,0.0,True 2023-01-06 00:00:00+00:00,0.8240000152587891,0.845999984741211,0.8116799926757813,0.845999984741211,0.7515015871551463,49329,0.0,0.0,True 2023-01-09 00:00:00+00:00,0.829749984741211,0.8436799621582032,0.8200000000000001,0.836999969482422,0.74350685621556,48351,0.0,0.0,True 2023-01-10 00:00:00+00:00,0.825250015258789,0.845999984741211,0.8200000000000001,0.8330000305175781,0.739953680159874,155146,0.0,0.0,True 2023-01-11 00:00:00+00:00,0.8340000152587891,0.8464199829101563,0.825250015258789,0.8300000000000001,0.7372887472295336,45154,0.0,0.0,True 2023-01-12 00:00:00+00:00,0.8480000305175781,0.85,0.8263800048828125,0.835999984741211,0.742618613090214,68442,0.0,0.0,True 2023-01-13 00:00:00+00:00,0.85,0.85,0.8325,0.85,0.7550547632108323,61474,0.0,0.0,True 2023-01-16 00:00:00+00:00,0.8319999694824219,0.85,0.825999984741211,0.84,0.746171721294466,90100,0.0,0.0,True 2023-01-17 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.8219999694824219,0.8219999694824219,0.7301823951181617,127340,0.0,0.0,True 2023-01-18 00:00:00+00:00,0.8380000305175781,0.85,0.8,0.8209999847412109,0.7292940162899473,195931,0.0,0.0,True 2023-01-19 00:00:00+00:00,0.8140000152587891,0.8266799926757813,0.7980000305175782,0.7980000305175782,0.7088633387840453,232334,0.0,0.0,True 2023-01-20 00:00:00+00:00,0.8200000000000001,0.8200000000000001,0.7983499908447266,0.8200000000000001,0.7284057731646016,206861,0.0,0.0,True 2023-01-23 00:00:00+00:00,0.8,0.8180000305175782,0.8,0.8130000305175782,0.7221877320300094,154584,0.0,0.0,True 2023-01-24 00:00:00+00:00,0.8059999847412109,0.8233799743652344,0.8019999694824219,0.81,0.7195228669511033,543621,0.0,0.0,True 2023-01-25 00:00:00+00:00,0.8240000152587891,0.825999984741211,0.8059999847412109,0.8130000305175782,0.7221877320300094,124214,0.0,0.0,True 2023-01-26 00:00:00+00:00,0.8280000305175781,0.8280000305175781,0.8085900115966798,0.8280000305175781,0.7355121931274077,108419,0.0,0.0,True 2023-01-27 00:00:00+00:00,0.8059999847412109,0.825999984741211,0.8059999847412109,0.8059999847412109,0.7159695551925489,193911,0.0,0.0,True 2023-01-30 00:00:00+00:00,0.8,0.8280000305175781,0.8,0.8280000305175781,0.7355121931274077,160355,0.0,0.0,True 2023-01-31 00:00:00+00:00,0.8280000305175781,0.845999984741211,0.8,0.8,0.7106398928861712,155688,0.0,0.0,True 2023-02-01 00:00:00+00:00,0.8159999847412109,0.8480000305175781,0.8,0.8159999847412109,0.7248525292574813,188240,0.0,0.0,True 2023-02-02 00:00:00+00:00,0.81,0.8422599792480469,0.8059999847412109,0.8290000152587891,0.736400571955622,114471,0.0,0.0,True 2023-02-03 00:00:00+00:00,0.8329000091552734,0.8480000305175781,0.81,0.8390000152587891,0.7452835460205541,81298,0.0,0.0,True 2023-02-06 00:00:00+00:00,0.8300000000000001,0.845999984741211,0.8210299682617188,0.8300000000000001,0.7372887472295336,61786,0.0,0.0,True 2023-02-07 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.8300000000000001,0.8430000305175781,0.7488367899276747,247000,0.0,0.0,True 2023-02-08 00:00:00+00:00,0.84,0.85,0.8324700164794923,0.8469999694824218,0.7523898302804922,131537,0.0,0.0,True 2023-02-09 00:00:00+00:00,0.84,0.855999984741211,0.84,0.8519999694824218,0.7568314530158268,96962,0.0,0.0,True 2023-02-10 00:00:00+00:00,0.85,0.855,0.85,0.8530000305175781,0.7577197639926068,172111,0.0,0.0,True 2023-02-13 00:00:00+00:00,0.8485199737548829,0.8537300109863282,0.8485199737548829,0.85,0.7550547632108323,109057,0.0,0.0,True 2023-02-14 00:00:00+00:00,0.85,0.8550199890136719,0.8487000274658203,0.8530000305175781,0.7577197639926068,56827,0.0,0.0,True 2023-02-15 00:00:00+00:00,0.8419999694824218,0.855999984741211,0.8419999694824218,0.8419999694824218,0.7479483432480262,94963,0.0,0.0,True 2023-02-16 00:00:00+00:00,0.8419999694824218,0.855999984741211,0.8119999694824219,0.8390000152587891,0.7452835460205541,61578,0.0,0.0,True 2023-02-17 00:00:00+00:00,0.8300000000000001,0.8482800292968751,0.8289199829101562,0.845,0.7506133440298005,86841,0.0,0.0,True 2023-02-20 00:00:00+00:00,0.84,0.85,0.8248400115966797,0.85,0.7550547632108323,133164,0.0,0.0,True 2023-02-21 00:00:00+00:00,0.8440000152587891,0.855999984741211,0.8300000000000001,0.835,0.7417303699648684,59446,0.0,0.0,True 2023-02-22 00:00:00+00:00,0.84,0.85,0.835270004272461,0.845,0.7506133440298005,150494,0.0,0.0,True 2023-02-23 00:00:00+00:00,0.8383100128173828,0.8393000030517578,0.837770004272461,0.8380000305175781,0.7443953028952084,35286,0.0,0.0,True 2023-02-24 00:00:00+00:00,0.8300000000000001,0.8580000305175781,0.8300000000000001,0.8440000152587891,0.7497249652015863,117468,0.0,0.0,True 2023-02-27 00:00:00+00:00,0.8280000305175781,0.8477999877929687,0.8159999847412109,0.8340000152587891,0.7408419911366539,87531,0.0,0.0,True 2023-02-28 00:00:00+00:00,0.84,0.84,0.81,0.8219999694824219,0.7301823951181617,80988,0.0,0.0,True 2023-03-01 00:00:00+00:00,0.8380000305175781,0.85,0.8380000305175781,0.85,0.7550547632108323,141702,0.0,0.0,True 2023-03-02 00:00:00+00:00,0.84,0.8414399719238281,0.8238099670410156,0.8319999694824219,0.739065437034528,433618,0.0,0.0,True 2023-03-03 00:00:00+00:00,0.84,0.8447799682617188,0.8180000305175782,0.84,0.746171721294466,208101,0.0,0.0,True 2023-03-06 00:00:00+00:00,0.85,0.85,0.8219999694824219,0.85,0.7550547632108323,105207,0.0,0.0,True 2023-03-07 00:00:00+00:00,0.8219999694824219,0.8462000274658203,0.8200000000000001,0.8300000000000001,0.7372887472295336,67859,0.0,0.0,True 2023-03-08 00:00:00+00:00,0.8480000305175781,0.8480000305175781,0.8391999816894531,0.836999969482422,0.74350685621556,30746,0.0,0.0,True 2023-03-09 00:00:00+00:00,0.8391999816894531,0.8480000305175781,0.8300000000000001,0.8390000152587891,0.7452835460205541,256073,0.0,0.0,True 2023-03-10 00:00:00+00:00,0.825999984741211,0.8370500183105469,0.8254599761962891,0.835999984741211,0.742618613090214,100756,0.0,0.0,True 2023-03-13 00:00:00+00:00,0.8219999694824219,0.8380000305175781,0.81,0.8230000305175782,0.7310707060949416,91565,0.0,0.0,True 2023-03-14 00:00:00+00:00,0.835999984741211,0.835999984741211,0.8223999786376953,0.8280000305175781,0.7355121931274077,25813,0.0,0.0,True 2023-03-15 00:00:00+00:00,0.8292900085449219,0.832760009765625,0.8119999694824219,0.8230000305175782,0.7310707060949416,85638,0.0,0.0,True 2023-03-16 00:00:00+00:00,0.8200000000000001,0.835999984741211,0.81,0.8340000152587891,0.7408419911366539,202431,0.0,0.0,True 2023-03-17 00:00:00+00:00,0.8380000305175781,0.84,0.8236000061035157,0.825999984741211,0.7337355711738476,61156,0.0,0.0,True 2023-03-20 00:00:00+00:00,0.8119999694824219,0.8380000305175781,0.8080000305175782,0.8219999694824219,0.7301823951181617,102736,0.0,0.0,True 2023-03-21 00:00:00+00:00,0.8240000152587891,0.8380000305175781,0.8059999847412109,0.8059999847412109,0.7159695551925489,167677,0.0,0.0,True 2023-03-22 00:00:00+00:00,0.8158999633789062,0.8240000152587891,0.8110099792480469,0.8169999694824219,0.7257409759371296,49620,0.0,0.0,True 2023-03-23 00:00:00+00:00,0.8088300323486328,0.8180599975585938,0.8079499816894531,0.8150000000000001,0.7239643539835696,178878,0.0,0.0,True 2023-03-24 00:00:00+00:00,0.8059999847412109,0.8180000305175782,0.803499984741211,0.8090000152587891,0.7186344881228891,151586,0.0,0.0,True 2023-03-27 00:00:00+01:00,0.8,0.825999984741211,0.7959999847412109,0.825999984741211,0.7337355711738476,107278,0.0,0.0,True 2023-03-28 00:00:00+01:00,0.8280000305175781,0.8280000305175781,0.794000015258789,0.8150000000000001,0.7239643539835696,31517,0.0,0.0,True 2023-03-29 00:00:00+01:00,0.8019999694824219,0.825999984741211,0.794000015258789,0.8019999694824219,0.7124164469882971,185405,0.0,0.0,True 2023-03-30 00:00:00+01:00,0.8040000152587891,0.8380000305175781,0.79,0.8219999694824219,0.7301823951181617,64910,0.0,0.0,True 2023-03-31 00:00:00+01:00,0.8280000305175781,0.8380000305175781,0.794000015258789,0.8159999847412109,0.7248525292574813,187628,0.0,0.0,True 2023-04-03 00:00:00+01:00,0.835999984741211,0.8380000305175781,0.8105000305175781,0.8300000000000001,0.7372887472295336,86945,0.0,0.0,True 2023-04-04 00:00:00+01:00,0.8200000000000001,0.8380000305175781,0.8184200286865234,0.8290000152587891,0.736400571955622,45444,0.0,0.0,True 2023-04-05 00:00:00+01:00,0.835999984741211,0.8380000305175781,0.8201999664306641,0.835999984741211,0.742618613090214,99705,0.0,0.0,True 2023-04-06 00:00:00+01:00,0.8320999908447266,0.8380000305175781,0.8200000000000001,0.8330000305175781,0.739953680159874,73938,0.0,0.0,True 2023-04-11 00:00:00+01:00,0.8200000000000001,0.84,0.8200000000000001,0.835,0.7417303699648684,119208,0.0,0.0,True 2023-04-12 00:00:00+01:00,0.84,0.8419999694824218,0.8130000305175782,0.8340000152587891,0.7408419911366539,70123,0.0,0.0,True 2023-04-13 00:00:00+01:00,0.835999984741211,0.8477400207519531,0.8173100280761719,0.8340000152587891,0.7556856874255125,215625,0.016382,0.0,True 2023-04-14 00:00:00+01:00,0.8340000152587891,0.85,0.8305500030517579,0.85,0.7701832183952677,129258,0.0,0.0,True 2023-04-17 00:00:00+01:00,0.8480000305175781,0.8496199798583984,0.825999984741211,0.836999969482422,0.7584038966353543,152290,0.0,0.0,True 2023-04-18 00:00:00+01:00,0.8480000305175781,0.85,0.8239900207519532,0.8280000305175781,0.7502490614138627,82199,0.0,0.0,True 2023-04-19 00:00:00+01:00,0.8280000305175781,0.8480000305175781,0.8243900299072265,0.8280000305175781,0.7502490614138627,74641,0.0,0.0,True 2023-04-20 00:00:00+01:00,0.8119999694824219,0.845999984741211,0.8119999694824219,0.835999984741211,0.7574978268987403,135838,0.0,0.0,True 2023-04-21 00:00:00+01:00,0.825999984741211,0.8477799987792969,0.825999984741211,0.8300000000000001,0.7520612700844128,36482,0.0,0.0,True 2023-04-24 00:00:00+01:00,0.85,0.85,0.8200000000000001,0.8280000305175781,0.7502490614138627,68482,0.0,0.0,True 2023-04-25 00:00:00+01:00,0.8380000305175781,0.8440000152587891,0.833499984741211,0.835,0.7565916879648042,73905,0.0,0.0,True 2023-04-26 00:00:00+01:00,0.8200000000000001,0.8473000335693359,0.8200000000000001,0.8200000000000001,0.7430002959289853,37700,0.0,0.0,True 2023-04-27 00:00:00+01:00,0.8475700378417969,0.8475700378417969,0.8244000244140626,0.8330000305175781,0.7547795484915765,118682,0.0,0.0,True 2023-04-28 00:00:00+01:00,0.8340000152587891,0.8480000305175781,0.8200000000000001,0.84,0.7611222442398402,66275,0.0,0.0,True 2023-05-02 00:00:00+01:00,0.8419999694824218,0.8440000152587891,0.8200000000000001,0.830999984741211,0.7529673398210265,99644,0.0,0.0,True 2023-05-03 00:00:00+01:00,0.8340000152587891,0.8480000305175781,0.8279399871826172,0.8340000152587891,0.7556856874255125,172960,0.0,0.0,True 2023-05-04 00:00:00+01:00,0.835999984741211,0.84,0.8300000000000001,0.835999984741211,0.7574978268987403,125265,0.0,0.0,True 2023-05-05 00:00:00+01:00,0.8380000305175781,0.8486000061035156,0.8300000000000001,0.8300000000000001,0.7520612700844128,148094,0.0,0.0,True 2023-05-09 00:00:00+01:00,0.8480000305175781,0.86,0.8159999847412109,0.84,0.7611222442398402,99100,0.0,0.0,True 2023-05-10 00:00:00+01:00,0.84,0.8480000305175781,0.8340000152587891,0.8480000305175781,0.7683710097247178,82834,0.0,0.0,True 2023-05-11 00:00:00+01:00,0.8340000152587891,0.857969970703125,0.8340000152587891,0.8419999694824218,0.7629343145157457,41620,0.0,0.0,True 2023-05-12 00:00:00+01:00,0.8340000152587891,0.8580000305175781,0.8340000152587891,0.8540000152587891,0.7738076357363676,93540,0.0,0.0,True 2023-05-15 00:00:00+01:00,0.8419999694824218,0.8595800018310547,0.8340000152587891,0.85,0.7701832183952677,85745,0.0,0.0,True 2023-05-16 00:00:00+01:00,0.8480000305175781,0.85,0.835,0.8380000305175781,0.7593101047666124,29000,0.0,0.0,True 2023-05-17 00:00:00+01:00,0.8441300201416015,0.8559799957275391,0.8402999877929688,0.845,0.7656526621202319,61144,0.0,0.0,True 2023-05-18 00:00:00+01:00,0.85,0.8540000152587891,0.8340000152587891,0.8340000152587891,0.7556856874255125,53212,0.0,0.0,True 2023-05-19 00:00:00+01:00,0.8619999694824219,0.8640000152587891,0.835999984741211,0.8640000152587891,0.782868609891795,35836,0.0,0.0,True 2023-05-22 00:00:00+01:00,0.835999984741211,0.8719999694824219,0.835999984741211,0.8530000305175781,0.7729014276051093,140965,0.0,0.0,True 2023-05-23 00:00:00+01:00,0.8619999694824219,0.8634300231933594,0.84,0.84,0.7611222442398402,77440,0.0,0.0,True 2023-05-24 00:00:00+01:00,0.84,0.8580000305175781,0.84,0.84,0.7611222442398402,101351,0.0,0.0,True 2023-05-25 00:00:00+01:00,0.85,0.865,0.8480000305175781,0.8490000152587891,0.7692770794613315,127724,0.0,0.0,True 2023-05-26 00:00:00+01:00,0.84,0.87,0.8380000305175781,0.8380000305175781,0.7593101047666124,80842,0.0,0.0,True 2023-05-30 00:00:00+01:00,0.8580000305175781,0.8688999938964844,0.8380000305175781,0.8380000305175781,0.7593101047666124,66618,0.0,0.0,True 2023-05-31 00:00:00+01:00,0.8380000305175781,0.87,0.8380000305175781,0.86,0.7792441925506951,73703,0.0,0.0,True 2023-06-01 00:00:00+01:00,0.865999984741211,0.865999984741211,0.86,0.8619999694824219,0.7810563320239228,127575,0.0,0.0,True 2023-06-02 00:00:00+01:00,0.8678299713134766,0.8683799743652344,0.86,0.8630000305175781,0.7819624017605368,77004,0.0,0.0,True 2023-06-05 00:00:00+01:00,0.8640000152587891,0.8687699890136719,0.8419999694824218,0.8440000152587891,0.7647466615809401,51883,0.0,0.0,True 2023-06-06 00:00:00+01:00,0.8598600006103516,0.8680000305175781,0.855,0.855,0.7747137054729815,33111,0.0,0.0,True 2023-06-07 00:00:00+01:00,0.87,0.87,0.8419999694824218,0.87,0.7883051667061225,140798,0.0,0.0,True 2023-06-08 00:00:00+01:00,0.8619999694824219,0.8678299713134766,0.8551000213623047,0.86,0.7792441925506951,86629,0.0,0.0,True 2023-06-09 00:00:00+01:00,0.86,0.88,0.845999984741211,0.845999984741211,0.7665587318568455,191275,0.0,0.0,True 2023-06-12 00:00:00+01:00,0.88,0.88,0.86,0.88,0.7973660716642279,52695,0.0,0.0,True 2023-06-13 00:00:00+01:00,0.88,0.8974600219726563,0.8619999694824219,0.865999984741211,0.7846807493650229,131963,0.0,0.0,True 2023-06-14 00:00:00+01:00,0.87,0.894000015258789,0.87,0.8819999694824219,0.7991783495321,122348,0.0,0.0,True 2023-06-15 00:00:00+01:00,0.895999984741211,0.895999984741211,0.8737699890136719,0.895999984741211,0.8118637410286272,113676,0.0,0.0,True 2023-06-16 00:00:00+01:00,0.894000015258789,0.894000015258789,0.8740000152587891,0.8740000152587891,0.7919295148499003,203638,0.0,0.0,True 2023-06-19 00:00:00+01:00,0.87,0.894000015258789,0.86,0.89,0.8064271150169775,91890,0.0,0.0,True 2023-06-20 00:00:00+01:00,0.8825000000000001,0.8880000305175781,0.8580000305175781,0.8740000152587891,0.7919295148499003,41815,0.0,0.0,True 2023-06-21 00:00:00+01:00,0.8780000305175781,0.88,0.8668900299072266,0.88,0.7973660716642279,68227,0.0,0.0,True 2023-06-22 00:00:00+01:00,0.8580000305175781,0.8880000305175781,0.8580000305175781,0.87,0.7883051667061225,95093,0.0,0.0,True 2023-06-23 00:00:00+01:00,0.8712000274658204,0.894000015258789,0.8580000305175781,0.8740000152587891,0.7919295148499003,75996,0.0,0.0,True 2023-06-26 00:00:00+01:00,0.8740000152587891,0.894000015258789,0.8666999816894532,0.88,0.7973660716642279,83643,0.0,0.0,True 2023-06-27 00:00:00+01:00,0.895999984741211,0.895999984741211,0.8580000305175781,0.895999984741211,0.8118637410286272,90313,0.0,0.0,True 2023-06-28 00:00:00+01:00,0.8580000305175781,0.88,0.8,0.825999984741211,0.7484368527433128,320499,0.0,0.0,True 2023-06-29 00:00:00+01:00,0.825999984741211,0.8419999694824218,0.8040000152587891,0.8040000152587891,0.7285026265645858,184774,0.0,0.0,True 2023-06-30 00:00:00+01:00,0.8059999847412109,0.8519999694824218,0.7959999847412109,0.7959999847412109,0.7212538610797083,100819,0.0,0.0,True 2023-07-03 00:00:00+01:00,0.8040000152587891,0.8274600219726562,0.7959999847412109,0.8040000152587891,0.7285026265645858,46765,0.0,0.0,True 2023-07-04 00:00:00+01:00,0.7959999847412109,0.835999984741211,0.7959999847412109,0.8,0.7248783476181303,81353,0.0,0.0,True 2023-07-05 00:00:00+01:00,0.7980000305175782,0.835999984741211,0.794000015258789,0.794000015258789,0.7194417908038028,130502,0.0,0.0,True 2023-07-06 00:00:00+01:00,0.794000015258789,0.8140000152587891,0.784000015258789,0.784000015258789,0.7103807474510531,55460,0.0,0.0,True 2023-07-07 00:00:00+01:00,0.784000015258789,0.7980000305175782,0.7780000305175782,0.7780000305175782,0.7049441214394032,71533,0.0,0.0,True 2023-07-10 00:00:00+01:00,0.7780000305175782,0.79,0.7528800201416016,0.76,0.6886343817990982,127386,0.0,0.0,True 2023-07-11 00:00:00+01:00,0.75,0.7859999847412109,0.7340000152587891,0.735999984741211,0.6668879469498213,195265,0.0,0.0,True 2023-07-12 00:00:00+01:00,0.735999984741211,0.7580000305175781,0.73,0.7419999694824219,0.6723245037641489,124240,0.0,0.0,True 2023-07-13 00:00:00+01:00,0.75,0.7544400024414063,0.7421900177001953,0.75,0.6795734076436709,200284,0.0,0.0,True 2023-07-14 00:00:00+01:00,0.7480000305175781,0.76,0.744229965209961,0.7480000305175781,0.6777611989731209,29176,0.0,0.0,True 2023-07-17 00:00:00+01:00,0.7440000152587891,0.7580000305175781,0.74,0.74,0.6705123642909211,67540,0.0,0.0,True 2023-07-18 00:00:00+01:00,0.7419999694824219,0.76,0.7400199890136719,0.76,0.6886343817990982,52812,0.0,0.0,True 2023-07-19 00:00:00+01:00,0.76,0.7959999847412109,0.7505999755859375,0.77,0.6976953559545258,238139,0.0,0.0,True 2023-07-20 00:00:00+01:00,0.78,0.7896800231933594,0.7535900115966797,0.765999984741211,0.7087672863759201,160590,0.015966,0.0,True 2023-07-21 00:00:00+01:00,0.78,0.7980000305175782,0.76,0.76,0.7032155657634882,126856,0.0,0.0,True 2023-07-24 00:00:00+01:00,0.765999984741211,0.7880000305175782,0.7440000152587891,0.77,0.7124683863523027,137113,0.0,0.0,True 2023-07-25 00:00:00+01:00,0.75,0.78,0.7433599853515626,0.75,0.6939627451746736,51015,0.0,0.0,True 2023-07-26 00:00:00+01:00,0.75,0.78,0.75,0.75,0.6939627451746736,52424,0.0,0.0,True 2023-07-27 00:00:00+01:00,0.75,0.78,0.75,0.75,0.6939627451746736,10983,0.0,0.0,True 2023-07-28 00:00:00+01:00,0.7819999694824219,0.7819999694824219,0.7501100158691406,0.7819999694824219,0.7235717569293086,80842,0.0,0.0,True 2023-07-31 00:00:00+01:00,0.78,0.7819999694824219,0.7433599853515626,0.7819999694824219,0.7235717569293086,93681,0.0,0.0,True 2023-08-01 00:00:00+01:00,0.7440000152587891,0.7819999694824219,0.7341899871826172,0.7819999694824219,0.7235717569293086,87141,0.0,0.0,True 2023-08-02 00:00:00+01:00,0.7440000152587891,0.7722000122070313,0.7440000152587891,0.7619999694824219,0.7050660451038218,84309,0.0,0.0,True 2023-08-03 00:00:00+01:00,0.75,0.78,0.75,0.77,0.7124683863523027,37613,0.0,0.0,True 2023-08-04 00:00:00+01:00,0.76,0.78,0.74,0.77,0.7124683863523027,55653,0.0,0.0,True 2023-08-07 00:00:00+01:00,0.7340000152587891,0.7665599822998047,0.7322799682617188,0.755999984741211,0.6995143951392477,92683,0.0,0.0,True 2023-08-08 00:00:00+01:00,0.7340000152587891,0.7540000152587891,0.7300099945068359,0.7380000305175781,0.6828593039498099,202857,0.0,0.0,True 2023-08-09 00:00:00+01:00,0.755999984741211,0.774000015258789,0.73,0.7519999694824219,0.6958132245150073,171181,0.0,0.0,True 2023-08-10 00:00:00+01:00,0.774000015258789,0.774000015258789,0.7300199890136719,0.774000015258789,0.7161694863286854,53082,0.0,0.0,True 2023-08-11 00:00:00+01:00,0.7337799835205078,0.7680000305175781,0.7280000305175781,0.755999984741211,0.6995143951392477,45160,0.0,0.0,True 2023-08-14 00:00:00+01:00,0.745999984741211,0.7680000305175781,0.725999984741211,0.725999984741211,0.6717560040206619,77289,0.0,0.0,True 2023-08-15 00:00:00+01:00,0.7440000152587891,0.7539600372314453,0.74,0.74,0.6847098539380012,120183,0.0,0.0,True 2023-08-16 00:00:00+01:00,0.7466999816894532,0.7486900329589844,0.725999984741211,0.7490000152587891,0.6930375408284357,46485,0.0,0.0,True 2023-08-17 00:00:00+01:00,0.725999984741211,0.75,0.725999984741211,0.75,0.6939627451746736,89028,0.0,0.0,True 2023-08-18 00:00:00+01:00,0.7163600158691407,0.7580000305175781,0.7140000152587891,0.735999984741211,0.6810086833137607,12684,0.0,0.0,True 2023-08-21 00:00:00+01:00,0.7140000152587891,0.7451899719238282,0.7124600219726562,0.7140000152587891,0.6606525627957982,25653,0.0,0.0,True 2023-08-22 00:00:00+01:00,0.755999984741211,0.7580000305175781,0.7119999694824218,0.74,0.6847098539380012,51053,0.0,0.0,True 2023-08-23 00:00:00+01:00,0.7319999694824219,0.755999984741211,0.7240399932861328,0.7390000152587891,0.6837846495917634,131823,0.0,0.0,True 2023-08-24 00:00:00+01:00,0.7580000305175781,0.7580000305175781,0.7155999755859375,0.7290000152587891,0.674531829002949,72024,0.0,0.0,True 2023-08-25 00:00:00+01:00,0.73,0.73,0.7107199859619141,0.7130000305175781,0.6597272878017024,38526,0.0,0.0,True 2023-08-29 00:00:00+01:00,0.74,0.7519999694824219,0.7205000305175782,0.7319999694824219,0.6773075833373782,175232,0.0,0.0,True 2023-08-30 00:00:00+01:00,0.7260800170898437,0.7395999908447266,0.72,0.735999984741211,0.6810086833137607,69146,0.0,0.0,True 2023-08-31 00:00:00+01:00,0.715999984741211,0.7580000305175781,0.715999984741211,0.715999984741211,0.6625031127839895,64893,0.0,0.0,True 2023-09-01 00:00:00+01:00,0.715999984741211,0.7480000305175781,0.71,0.71,0.6569513921715576,32037,0.0,0.0,True 2023-09-04 00:00:00+01:00,0.72,0.7580000305175781,0.7123999786376953,0.7390000152587891,0.6837846495917634,80709,0.0,0.0,True 2023-09-05 00:00:00+01:00,0.73,0.7480000305175781,0.71197998046875,0.7290000152587891,0.674531829002949,35994,0.0,0.0,True 2023-09-06 00:00:00+01:00,0.71,0.7420400238037109,0.7000000000000001,0.71,0.6569513921715576,91616,0.0,0.0,True 2023-09-07 00:00:00+01:00,0.745999984741211,0.745999984741211,0.71,0.71,0.6569513921715576,99325,0.0,0.0,True 2023-09-08 00:00:00+01:00,0.71,0.7420400238037109,0.71,0.71,0.6569513921715576,26160,0.0,0.0,True 2023-09-11 00:00:00+01:00,0.71,0.7409400177001954,0.7023000335693359,0.71,0.6569513921715576,39166,0.0,0.0,True 2023-09-12 00:00:00+01:00,0.7000000000000001,0.745999984741211,0.6880000305175782,0.7019999694824219,0.6495491215709345,39850,0.0,0.0,True 2023-09-13 00:00:00+01:00,0.7040000152587891,0.71,0.6980000305175781,0.6980000305175781,0.6458480215945518,44633,0.0,0.0,True 2023-09-14 00:00:00+01:00,0.72,0.72,0.7019999694824219,0.7019999694824219,0.6495491215709345,45776,0.0,0.0,True 2023-09-15 00:00:00+01:00,0.6980000305175781,0.7142800140380859,0.6980000305175781,0.7000000000000001,0.6476986422306009,130887,0.0,0.0,True 2023-09-18 00:00:00+01:00,0.6980000305175781,0.7180000305175781,0.6980000305175781,0.6980000305175781,0.6458480215945518,80679,0.0,0.0,True 2023-09-19 00:00:00+01:00,0.7004000091552735,0.7073100280761719,0.7004000091552735,0.7080000305175781,0.6551008421833664,118330,0.0,0.0,True 2023-09-20 00:00:00+01:00,0.71,0.73,0.7044999694824219,0.7169999694824218,0.6634283877780852,96702,0.0,0.0,True 2023-09-21 00:00:00+01:00,0.7180000305175781,0.73,0.7130100250244141,0.73,0.6754570333491867,106388,0.0,0.0,True 2023-09-22 00:00:00+01:00,0.705999984741211,0.73,0.7000000000000001,0.705999984741211,0.653250292195175,100070,0.0,0.0,True 2023-09-25 00:00:00+01:00,0.722959976196289,0.73,0.705999984741211,0.7119999694824218,0.6588019421597489,32112,0.0,0.0,True 2023-09-26 00:00:00+01:00,0.7180000305175781,0.7180000305175781,0.7000000000000001,0.7080000305175781,0.6551008421833664,76683,0.0,0.0,True 2023-09-27 00:00:00+01:00,0.705999984741211,0.72,0.6980000305175781,0.72,0.6662042834082301,46265,0.0,0.0,True 2023-09-28 00:00:00+01:00,0.7019999694824219,0.7105000305175782,0.6980000305175781,0.71,0.6569513921715576,98000,0.0,0.0,True 2023-09-29 00:00:00+01:00,0.6900000000000001,0.7147000122070313,0.6900000000000001,0.6900000000000001,0.6384457509939286,52258,0.0,0.0,True 2023-10-02 00:00:00+01:00,0.7000000000000001,0.711520004272461,0.697239990234375,0.71,0.6569513921715576,46460,0.0,0.0,True 2023-10-03 00:00:00+01:00,0.6900000000000001,0.7180000305175781,0.6900000000000001,0.6900000000000001,0.6384457509939286,15620,0.0,0.0,True 2023-10-04 00:00:00+01:00,0.6916000366210938,0.7180000305175781,0.6916000366210938,0.7040000152587891,0.6513996715591258,41199,0.0,0.0,True 2023-10-05 00:00:00+01:00,0.6900000000000001,0.72,0.6900000000000001,0.6900000000000001,0.6384457509939286,33852,0.0,0.0,True 2023-10-06 00:00:00+01:00,0.6915000152587891,0.7173600006103515,0.6915000152587891,0.7090000152587891,0.656026117177462,34883,0.0,0.0,True 2023-10-09 00:00:00+01:00,0.7000000000000001,0.7280000305175781,0.6719999694824219,0.6719999694824219,0.6217905891566331,112590,0.0,0.0,True 2023-10-10 00:00:00+01:00,0.68,0.7180000305175781,0.6759999847412109,0.6759999847412109,0.6254917597808735,74916,0.0,0.0,True 2023-10-11 00:00:00+01:00,0.6919999694824219,0.7080000305175781,0.681520004272461,0.6940000152587891,0.6421469216181692,68723,0.0,0.0,True 2023-10-12 00:00:00+01:00,0.6959999847412109,0.7180000305175781,0.68,0.6880000305175782,0.6365952010057372,64498,0.0,0.0,True 2023-10-13 00:00:00+01:00,0.6840000152587891,0.6989600372314453,0.681520004272461,0.6840000152587891,0.6328940303814967,110339,0.0,0.0,True 2023-10-16 00:00:00+01:00,0.6900000000000001,0.7180000305175781,0.67,0.6819999694824219,0.6310434803933054,197098,0.0,0.0,True 2023-10-17 00:00:00+01:00,0.674000015258789,0.6855999755859375,0.66,0.669000015258789,0.6190147641743459,124511,0.0,0.0,True 2023-10-18 00:00:00+01:00,0.6630000305175782,0.68,0.6580000305175782,0.674000015258789,0.6236411391448243,79630,0.0,0.0,True 2023-10-19 00:00:00+01:00,0.6694999694824219,0.68,0.65,0.674000015258789,0.6357967424651902,159421,0.012886,0.0,True 2023-10-20 00:00:00+01:00,0.6680000305175782,0.68,0.6498500061035156,0.6530000305175782,0.6159871343714658,156781,0.0,0.0,True 2023-10-23 00:00:00+01:00,0.68,0.68,0.6480000305175782,0.6659999847412109,0.6282502662453577,63002,0.0,0.0,True 2023-10-24 00:00:00+01:00,0.6480000305175782,0.6680000305175782,0.6379999923706055,0.6379999923706055,0.6018373114315062,163940,0.0,0.0,True 2023-10-25 00:00:00+01:00,0.6459999847412109,0.6733999633789063,0.6377199935913086,0.66,0.6225903370693741,45846,0.0,0.0,True 2023-10-26 00:00:00+01:00,0.6519999694824219,0.6780000305175782,0.6419999694824219,0.6619999694824219,0.6244770281354416,73897,0.0,0.0,True 2023-10-27 00:00:00+01:00,0.6759999847412109,0.6759999847412109,0.64,0.65,0.6131571697834739,56097,0.0,0.0,True 2023-10-30 00:00:00+00:00,0.65,0.6780000305175782,0.6459999847412109,0.6459999847412109,0.6093838596624481,49056,0.0,0.0,True 2023-10-31 00:00:00+00:00,0.6780000305175782,0.6780000305175782,0.6458999633789063,0.6619999694824219,0.6244770281354416,60256,0.0,0.0,True 2023-11-01 00:00:00+00:00,0.66,0.66,0.644000015258789,0.655,0.617873753426424,105178,0.0,0.0,True 2023-11-02 00:00:00+00:00,0.6580000305175782,0.6900000000000001,0.6565000152587891,0.6730000305175782,0.6348535409543753,287592,0.0,0.0,True 2023-11-03 00:00:00+00:00,0.6680000305175782,0.705999984741211,0.6680000305175782,0.7000000000000001,0.6603231502351931,235256,0.0,0.0,True 2023-11-06 00:00:00+00:00,0.68,0.7198200225830078,0.68,0.6990000152587891,0.6593798047021593,97347,0.0,0.0,True 2023-11-07 00:00:00+00:00,0.7000000000000001,0.7000000000000001,0.68,0.6940000152587891,0.6546632210592093,120830,0.0,0.0,True 2023-11-08 00:00:00+00:00,0.6919999694824219,0.7080000305175781,0.6805599975585938,0.700999984741211,0.6612663517460081,385281,0.0,0.0,True 2023-11-09 00:00:00+00:00,0.71,0.7103500366210938,0.6805599975585938,0.6900000000000001,0.6508899109381836,103161,0.0,0.0,True 2023-11-10 00:00:00+00:00,0.6980000305175781,0.7000000000000001,0.67,0.67,0.632023504355274,100055,0.0,0.0,True 2023-11-13 00:00:00+00:00,0.7040000152587891,0.7139299774169922,0.6719999694824219,0.705999984741211,0.6659830074000674,125870,0.0,0.0,True 2023-11-14 00:00:00+00:00,0.7140000152587891,0.715999984741211,0.6763300323486329,0.6859999847412109,0.6471166008171579,208586,0.0,0.0,True 2023-11-15 00:00:00+00:00,0.7080000305175781,0.71,0.6929499816894531,0.6959999847412109,0.6565498401141675,202116,0.0,0.0,True 2023-11-16 00:00:00+00:00,0.6966000366210937,0.6966000366210937,0.6825,0.6890000152587891,0.6499465654051498,229871,0.0,0.0,True 2023-11-17 00:00:00+00:00,0.6719999694824219,0.7080000305175781,0.6719999694824219,0.6840000152587891,0.6452299817621998,96744,0.0,0.0,True 2023-11-20 00:00:00+00:00,0.6859999847412109,0.7000000000000001,0.67,0.6840000152587891,0.6452299817621998,210853,0.0,0.0,True 2023-11-21 00:00:00+00:00,0.6900000000000001,0.693239974975586,0.6719999694824219,0.674000015258789,0.6357967424651902,231897,0.0,0.0,True 2023-11-22 00:00:00+00:00,0.67,0.6849400329589844,0.67,0.67,0.632023504355274,194909,0.0,0.0,True 2023-11-23 00:00:00+00:00,0.6859999847412109,0.705999984741211,0.66,0.6619999694824219,0.6244770281354416,179558,0.0,0.0,True 2023-11-24 00:00:00+00:00,0.6619999694824219,0.6840000152587891,0.6619999694824219,0.6619999694824219,0.6244770281354416,441870,0.0,0.0,True 2023-11-27 00:00:00+00:00,0.664000015258789,0.7180000305175781,0.654000015258789,0.67,0.632023504355274,323699,0.0,0.0,True 2023-11-28 00:00:00+00:00,0.6719999694824219,0.6969999694824219,0.664000015258789,0.67,0.632023504355274,189026,0.0,0.0,True 2023-11-29 00:00:00+00:00,0.67,0.6980000305175781,0.6619999694824219,0.674000015258789,0.6357967424651902,249638,0.0,0.0,True 2023-11-30 00:00:00+00:00,0.67,0.6900000000000001,0.644000015258789,0.644000015258789,0.6074972406074901,797428,0.0,0.0,True 2023-12-01 00:00:00+00:00,0.65,0.6780000305175782,0.6459999847412109,0.6680000305175782,0.6301368132892065,443509,0.0,0.0,True 2023-12-04 00:00:00+00:00,0.6619999694824219,0.6780000305175782,0.6495200347900391,0.66,0.6225903370693741,740494,0.0,0.0,True 2023-12-05 00:00:00+00:00,0.654000015258789,0.6780000305175782,0.6480000305175782,0.67,0.632023504355274,182342,0.0,0.0,True 2023-12-06 00:00:00+00:00,0.66,0.6751200103759766,0.656969985961914,0.6659999847412109,0.6282502662453577,627410,0.0,0.0,True 2023-12-07 00:00:00+00:00,0.664000015258789,0.68,0.654000015258789,0.68,0.6414566716411741,122022,0.0,0.0,True 2023-12-08 00:00:00+00:00,0.67,0.6780000305175782,0.6459999847412109,0.6669999694824219,0.6291935397672821,344232,0.0,0.0,True 2023-12-11 00:00:00+00:00,0.6559999847412109,0.6780000305175782,0.6438500213623047,0.67,0.632023504355274,614653,0.0,0.0,True 2023-12-12 00:00:00+00:00,0.6680000305175782,0.6859999847412109,0.65,0.68,0.6414566716411741,298677,0.0,0.0,True 2023-12-13 00:00:00+00:00,0.66,0.6859999847412109,0.654000015258789,0.665,0.6273069207123241,33915,0.0,0.0,True 2023-12-14 00:00:00+00:00,0.6659999847412109,0.7000000000000001,0.6659999847412109,0.6900000000000001,0.6508899109381836,289220,0.0,0.0,True 2023-12-15 00:00:00+00:00,0.6980000305175781,0.7000000000000001,0.6679100036621094,0.7000000000000001,0.6603231502351931,186277,0.0,0.0,True 2023-12-18 00:00:00+00:00,0.6900000000000001,0.71,0.6816400146484375,0.71,0.6697562455099838,270029,0.0,0.0,True 2023-12-19 00:00:00+00:00,0.6980000305175781,0.6980000305175781,0.6762000274658203,0.6900000000000001,0.6508899109381836,246254,0.0,0.0,True 2023-12-20 00:00:00+00:00,0.72,0.72,0.6936000061035157,0.7040000152587891,0.6640963163339999,211348,0.0,0.0,True 2023-12-21 00:00:00+00:00,0.71,0.71,0.674000015258789,0.705999984741211,0.6659830074000674,96413,0.0,0.0,True 2023-12-22 00:00:00+00:00,0.705999984741211,0.7219999694824218,0.6803600311279298,0.7219999694824218,0.6810761038619514,174453,0.0,0.0,True 2023-12-27 00:00:00+00:00,0.6819999694824219,0.7180000305175781,0.6619999694824219,0.7180000305175781,0.6773027937409258,102733,0.0,0.0,True 2023-12-28 00:00:00+00:00,0.6619999694824219,0.7180000305175781,0.66,0.67,0.6435135031735821,68734,0.01282,0.0,True 2023-12-29 00:00:00+00:00,0.6940000152587891,0.7019999694824219,0.6680000305175782,0.6900000000000001,0.6627229096192823,27557,0.0,0.0,True 2024-01-02 00:00:00+00:00,0.7000000000000001,0.7197000122070313,0.68,0.6990000152587891,0.671367069212694,134749,0.0,0.0,True 2024-01-03 00:00:00+00:00,0.6900000000000001,0.7116799926757813,0.67,0.6780000305175782,0.6511972657518621,393991,0.0,0.0,True 2024-01-04 00:00:00+00:00,0.6852899932861328,0.7080000305175781,0.6852899932861328,0.6919999694824219,0.6646437036495457,176016,0.0,0.0,True 2024-01-05 00:00:00+00:00,0.6900000000000001,0.7049199676513672,0.68,0.6840000152587891,0.6569600876855722,108031,0.0,0.0,True 2024-01-08 00:00:00+00:00,0.6900000000000001,0.7040000152587891,0.6849500274658203,0.6980000305175781,0.6704065988904089,212490,0.0,0.0,True 2024-01-09 00:00:00+00:00,0.7019999694824219,0.7059799957275391,0.6940000152587891,0.6940000152587891,0.666564717601269,148284,0.0,0.0,True 2024-01-10 00:00:00+00:00,0.6819999694824219,0.7113999938964843,0.6680000305175782,0.68,0.6531182063964321,615341,0.0,0.0,True 2024-01-11 00:00:00+00:00,0.674000015258789,0.7056999969482421,0.674000015258789,0.674000015258789,0.647355384462722,78798,0.0,0.0,True 2024-01-12 00:00:00+00:00,0.67,0.71,0.67,0.674000015258789,0.647355384462722,52118,0.0,0.0,True 2024-01-15 00:00:00+00:00,0.6874400329589844,0.7119999694824218,0.68,0.68,0.6531182063964321,154017,0.0,0.0,True 2024-01-16 00:00:00+00:00,0.6880000305175782,0.7080000305175781,0.674000015258789,0.68,0.6531182063964321,245425,0.0,0.0,True 2024-01-17 00:00:00+00:00,0.68,0.6946700286865235,0.6760600280761719,0.6900000000000001,0.6627229096192823,90196,0.0,0.0,True 2024-01-18 00:00:00+00:00,0.6819999694824219,0.7000000000000001,0.68,0.68,0.6531182063964321,155457,0.0,0.0,True 2024-01-19 00:00:00+00:00,0.68,0.7080000305175781,0.6719999694824219,0.6919999694824219,0.6646437036495457,437850,0.0,0.0,True 2024-01-22 00:00:00+00:00,0.6919999694824219,0.6980000305175781,0.674000015258789,0.6980000305175781,0.6704065988904089,268211,0.0,0.0,True 2024-01-23 00:00:00+00:00,0.6980000305175781,0.7040000152587891,0.6949400329589844,0.7040000152587891,0.676169420824119,27921,0.0,0.0,True 2024-01-24 00:00:00+00:00,0.7000000000000001,0.7083999633789063,0.6861599731445313,0.6950000000000001,0.667525187923554,88318,0.0,0.0,True 2024-01-25 00:00:00+00:00,0.6940000152587891,0.7000000000000001,0.6876000213623047,0.6940000152587891,0.666564717601269,52055,0.0,0.0,True 2024-01-26 00:00:00+00:00,0.6900000000000001,0.7080000305175781,0.644000015258789,0.6759999847412109,0.6492763251072922,240474,0.0,0.0,True 2024-01-29 00:00:00+00:00,0.6819999694824219,0.7040000152587891,0.68,0.68,0.6531182063964321,215608,0.0,0.0,True 2024-01-30 00:00:00+00:00,0.705999984741211,0.705999984741211,0.6832499694824219,0.6880000305175782,0.6608019689747122,277656,0.0,0.0,True 2024-01-31 00:00:00+00:00,0.6840000152587891,0.6959999847412109,0.6816100311279297,0.6880000305175782,0.6608019689747122,56306,0.0,0.0,True 2024-02-01 00:00:00+00:00,0.6940000152587891,0.7000000000000001,0.68,0.68,0.6531182063964321,265839,0.0,0.0,True 2024-02-02 00:00:00+00:00,0.6900000000000001,0.6943599700927735,0.6840000152587891,0.6840000152587891,0.6569600876855722,117177,0.0,0.0,True 2024-02-05 00:00:00+00:00,0.705999984741211,0.705999984741211,0.6880000305175782,0.6880000305175782,0.6608019689747122,128428,0.0,0.0,True 2024-02-06 00:00:00+00:00,0.6880000305175782,0.6949199676513672,0.68,0.68,0.6531182063964321,85782,0.0,0.0,True 2024-02-07 00:00:00+00:00,0.6859999847412109,0.7080000305175781,0.6766999816894531,0.6940000152587891,0.666564717601269,134564,0.0,0.0,True 2024-02-08 00:00:00+00:00,0.6819999694824219,0.6895400238037109,0.6759999847412109,0.6759999847412109,0.6492763251072922,142963,0.0,0.0,True 2024-02-09 00:00:00+00:00,0.6719999694824219,0.6940000152587891,0.668499984741211,0.6719999694824219,0.6454343705109988,128800,0.0,0.0,True 2024-02-12 00:00:00+00:00,0.6780000305175782,0.6900000000000001,0.6658799743652344,0.6780000305175782,0.6511972657518621,108234,0.0,0.0,True 2024-02-13 00:00:00+00:00,0.68,0.6900000000000001,0.6655400085449219,0.68,0.6531182063964321,95181,0.0,0.0,True 2024-02-14 00:00:00+00:00,0.67,0.6943199920654297,0.6660700225830078,0.67,0.6435135031735821,170275,0.0,0.0,True 2024-02-15 00:00:00+00:00,0.67,0.7000000000000001,0.6659999847412109,0.7000000000000001,0.672327539534979,109513,0.0,0.0,True 2024-02-16 00:00:00+00:00,0.67,0.7080000305175781,0.6622899627685547,0.664000015258789,0.6377506812398721,92786,0.0,0.0,True 2024-02-19 00:00:00+00:00,0.6619999694824219,0.6780000305175782,0.6619999694824219,0.6619999694824219,0.6358296672881487,77876,0.0,0.0,True 2024-02-20 00:00:00+00:00,0.67,0.705999984741211,0.6619999694824219,0.6619999694824219,0.6358296672881487,60076,0.0,0.0,True 2024-02-21 00:00:00+00:00,0.6659999847412109,0.6880000305175782,0.66,0.66,0.633908799950732,78176,0.0,0.0,True 2024-02-22 00:00:00+00:00,0.66,0.6880000305175782,0.66,0.66,0.633908799950732,176208,0.0,0.0,True 2024-02-23 00:00:00+00:00,0.66,0.7000000000000001,0.654000015258789,0.6559999847412109,0.6300669919687453,312802,0.0,0.0,True 2024-02-26 00:00:00+00:00,0.6559999847412109,0.6780000305175782,0.64,0.6559999847412109,0.6300669919687453,203738,0.0,0.0,True 2024-02-27 00:00:00+00:00,0.6419999694824219,0.6619999694824219,0.64,0.6419999694824219,0.6166203341496018,144201,0.0,0.0,True 2024-02-28 00:00:00+00:00,0.6419999694824219,0.6659999847412109,0.6419999694824219,0.6419999694824219,0.6166203341496018,100600,0.0,0.0,True 2024-02-29 00:00:00+00:00,0.654000015258789,0.6780000305175782,0.64,0.67,0.6435135031735821,94602,0.0,0.0,True 2024-03-01 00:00:00+00:00,0.67,0.6780000305175782,0.6419000244140625,0.67,0.6435135031735821,249942,0.0,0.0,True 2024-03-04 00:00:00+00:00,0.66,0.68,0.6573899841308594,0.66,0.633908799950732,193246,0.0,0.0,True 2024-03-05 00:00:00+00:00,0.6580000305175782,0.6680000305175782,0.651510009765625,0.65,0.6243041700350352,111212,0.0,0.0,True 2024-03-06 00:00:00+00:00,0.66,0.6619999694824219,0.64,0.64,0.6146994668121852,49125,0.0,0.0,True 2024-03-07 00:00:00+00:00,0.64,0.6559999847412109,0.64,0.64,0.6146994668121852,282417,0.0,0.0,True 2024-03-08 00:00:00+00:00,0.6419999694824219,0.67,0.6419000244140625,0.6459999847412109,0.6204622887458953,155864,0.0,0.0,True 2024-03-11 00:00:00+00:00,0.6880000305175782,0.6880000305175782,0.64,0.665,0.6387111515621571,203567,0.0,0.0,True 2024-03-12 00:00:00+00:00,0.6419999694824219,0.6880000305175782,0.63,0.63,0.6050948002429117,488145,0.0,0.0,True 2024-03-13 00:00:00+00:00,0.6240000152587891,0.6680000305175782,0.62,0.625999984741211,0.6012528823001951,176737,0.0,0.0,True 2024-03-14 00:00:00+00:00,0.625999984741211,0.6659999847412109,0.6218600082397461,0.6220000076293946,0.5974110376646317,117387,0.0,0.0,True 2024-03-15 00:00:00+00:00,0.6240000152587891,0.6659999847412109,0.6165299987792969,0.65,0.6243041700350352,150424,0.0,0.0,True 2024-03-18 00:00:00+00:00,0.6680000305175782,0.6680000305175782,0.6220000076293946,0.625999984741211,0.6012528823001951,40540,0.0,0.0,True 2024-03-19 00:00:00+00:00,0.6220000076293946,0.63625,0.6132400131225586,0.62,0.5954900970200617,272529,0.0,0.0,True 2024-03-20 00:00:00+00:00,0.62,0.66,0.615999984741211,0.62,0.5954900970200617,231487,0.0,0.0,True 2024-03-21 00:00:00+00:00,0.6580000305175782,0.6580000305175782,0.6206900024414063,0.6240000152587891,0.5993319783092017,254393,0.0,0.0,True 2024-03-22 00:00:00+00:00,0.625999984741211,0.65,0.6220000076293946,0.64,0.6146994668121852,333981,0.0,0.0,True 2024-03-25 00:00:00+00:00,0.64,0.66,0.62,0.62,0.5954900970200617,300543,0.0,0.0,True 2024-03-26 00:00:00+00:00,0.62,0.64,0.6020000076293945,0.6220000076293946,0.5974110376646317,509881,0.0,0.0,True 2024-03-27 00:00:00+00:00,0.62,0.6379999923706055,0.61,0.63,0.6050948002429117,371052,0.0,0.0,True 2024-03-28 00:00:00+00:00,0.6305400085449219,0.635999984741211,0.6120000076293945,0.62,0.5954900970200617,147554,0.0,0.0,True 2024-04-02 00:00:00+01:00,0.61,0.64,0.6045000076293946,0.6279999923706054,0.6031738595983417,384516,0.0,0.0,True 2024-04-03 00:00:00+01:00,0.6279999923706054,0.6379999923706055,0.61,0.615999984741211,0.591648179077345,322340,0.0,0.0,True 2024-04-04 00:00:00+01:00,0.6120000076293945,0.63,0.6140800094604493,0.620999984741211,0.5964505306887701,196988,0.0,0.0,True 2024-04-05 00:00:00+01:00,0.61,0.6279999923706054,0.6082199859619141,0.61,0.5858854304507883,188950,0.0,0.0,True 2024-04-08 00:00:00+01:00,0.63,0.6480000305175782,0.6120000076293945,0.615999984741211,0.591648179077345,310479,0.0,0.0,True 2024-04-09 00:00:00+01:00,0.6340000152587891,0.6379999923706055,0.61,0.615,0.5906877454086367,212415,0.0,0.0,True 2024-04-10 00:00:00+01:00,0.64,0.64,0.6120000076293945,0.6120000076293945,0.5878063710953584,275637,0.0,0.0,True 2024-04-11 00:00:00+01:00,0.61,0.63,0.6079999923706055,0.6079999923706055,0.5962638887647131,339464,0.012624,0.0,True 2024-04-12 00:00:00+01:00,0.6220000076293946,0.6379999923706055,0.6120000076293945,0.62,0.6080322517901215,255075,0.0,0.0,True 2024-04-15 00:00:00+01:00,0.6,0.6379999923706055,0.6,0.605999984741211,0.5943024824545282,129031,0.0,0.0,True 2024-04-16 00:00:00+01:00,0.605999984741211,0.63,0.6020000076293945,0.63,0.6178392459231957,107995,0.0,0.0,True 2024-04-17 00:00:00+01:00,0.6279999923706054,0.6279999923706054,0.6034000015258789,0.6040000152587891,0.5923411135621939,193011,0.0,0.0,True 2024-04-18 00:00:00+01:00,0.62,0.6320000076293946,0.610999984741211,0.6279999923706054,0.6158778396130108,183772,0.0,0.0,True 2024-04-19 00:00:00+01:00,0.605999984741211,0.6279999923706054,0.5948099899291992,0.615999984741211,0.6041094391697517,250986,0.0,0.0,True 2024-04-22 00:00:00+01:00,0.62,0.6220000076293946,0.6045899963378907,0.6140000152587891,0.602148107695268,176456,0.0,0.0,True 2024-04-23 00:00:00+01:00,0.62,0.6320000076293946,0.61,0.620999984741211,0.6090129362362887,257569,0.0,0.0,True 2024-04-24 00:00:00+01:00,0.6240000152587891,0.6240000152587891,0.6089599990844726,0.6120000076293945,0.6001867013850831,230130,0.0,0.0,True 2024-04-25 00:00:00+01:00,0.62,0.63,0.6140000152587891,0.6140000152587891,0.602148107695268,123761,0.0,0.0,True 2024-04-26 00:00:00+01:00,0.61,0.64,0.61,0.64,0.6276462026384192,38329,0.0,0.0,True 2024-04-29 00:00:00+01:00,0.6179999923706054,0.6480000305175782,0.61,0.6179999923706054,0.6060708454799366,105319,0.0,0.0,True 2024-04-30 00:00:00+01:00,0.625999984741211,0.635,0.635,0.6379999923706055,0.6256847963282343,456882,0.0,0.0,True 2024-05-01 00:00:00+01:00,0.6379999923706055,0.6480000305175782,0.62,0.6370000076293946,0.6247041118820671,135223,0.0,0.0,True 2024-05-02 00:00:00+01:00,0.6340000152587891,0.65,0.6272000122070313,0.64,0.6276462026384192,62402,0.0,0.0,True 2024-05-03 00:00:00+01:00,0.6480000305175782,0.65,0.6339599990844726,0.644000015258789,0.6315690152587891,161249,0.0,0.0,True 2024-05-07 00:00:00+01:00,0.654000015258789,0.6659999847412109,0.6319200134277344,0.6340000152587891,0.621762021125715,204999,0.0,0.0,True 2024-05-08 00:00:00+01:00,0.65,0.6659999847412109,0.6368999862670899,0.6459999847412109,0.6335303841511234,104949,0.0,0.0,True 2024-05-09 00:00:00+01:00,0.6680000305175782,0.6680000305175782,0.6320000076293946,0.6580000305175782,0.6452987471765318,107340,0.0,0.0,True 2024-05-10 00:00:00+01:00,0.65,0.6619999694824219,0.65,0.6519999694824219,0.6394145656638276,205138,0.0,0.0,True 2024-05-13 00:00:00+01:00,0.66,0.66,0.63,0.639000015258789,0.626665518192252,451497,0.0,0.0,True 2024-05-14 00:00:00+01:00,0.6320000076293946,0.6459999847412109,0.6320000076293946,0.64,0.6276462026384192,99463,0.0,0.0,True 2024-05-15 00:00:00+01:00,0.6459999847412109,0.6459999847412109,0.6179999923706054,0.6419999694824219,0.6296075715307535,249475,0.0,0.0,True 2024-05-16 00:00:00+01:00,0.6320000076293946,0.6495999908447265,0.6320000076293946,0.6320000076293946,0.6198006148155301,120833,0.0,0.0,True 2024-05-17 00:00:00+01:00,0.625999984741211,0.6480000305175782,0.625999984741211,0.625999984741211,0.6139164333028259,211172,0.0,0.0,True 2024-05-20 00:00:00+01:00,0.65,0.6580000305175782,0.63,0.65,0.6374531967714933,208002,0.0,0.0,True 2024-05-21 00:00:00+01:00,0.64,0.64197998046875,0.6273199844360352,0.64,0.6276462026384192,104022,0.0,0.0,True 2024-05-22 00:00:00+01:00,0.6340000152587891,0.6580000305175782,0.62,0.62,0.6080322517901215,238695,0.0,0.0,True 2024-05-23 00:00:00+01:00,0.6419999694824219,0.6509400177001953,0.62,0.6320000076293946,0.6198006148155301,256874,0.0,0.0,True 2024-05-24 00:00:00+01:00,0.6340000152587891,0.635,0.6179999923706054,0.6340000152587891,0.621762021125715,95077,0.0,0.0,True 2024-05-28 00:00:00+01:00,0.6340000152587891,0.6419999694824219,0.6290000152587891,0.6379999923706055,0.6256847963282343,172773,0.0,0.0,True 2024-05-29 00:00:00+01:00,0.6379999923706055,0.6379999923706055,0.63125,0.6379999923706055,0.6256847963282343,126240,0.0,0.0,True 2024-05-30 00:00:00+01:00,0.64,0.644000015258789,0.63,0.63,0.6178392459231957,143625,0.0,0.0,True 2024-05-31 00:00:00+01:00,0.63,0.6441200256347657,0.63,0.63,0.6178392459231957,140424,0.0,0.0,True 2024-06-03 00:00:00+01:00,0.63,0.6419000244140625,0.63,0.635,0.6227427055718822,118399,0.0,0.0,True 2024-06-04 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.63,0.644000015258789,0.6315690152587891,197004,0.0,0.0,True 2024-06-05 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6340000152587891,0.6340000152587891,0.621762021125715,565983,0.0,0.0,True 2024-06-06 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6352000045776367,0.6379999923706055,0.6256847963282343,152497,0.0,0.0,True 2024-06-07 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.63,0.639000015258789,0.626665518192252,340782,0.0,0.0,True 2024-06-10 00:00:00+01:00,0.6279999923706054,0.6419999694824219,0.6279999923706054,0.6279999923706054,0.6158778396130108,156923,0.0,0.0,True 2024-06-11 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.6298400115966797,0.644000015258789,0.6315690152587891,111545,0.0,0.0,True 2024-06-12 00:00:00+01:00,0.6419999694824219,0.642509994506836,0.635,0.6419999694824219,0.6296075715307535,91126,0.0,0.0,True 2024-06-13 00:00:00+01:00,0.644000015258789,0.644000015258789,0.638400001525879,0.644000015258789,0.6315690152587891,61667,0.0,0.0,True 2024-06-14 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6306999969482422,0.644000015258789,0.6315690152587891,160078,0.0,0.0,True 2024-06-17 00:00:00+01:00,0.644000015258789,0.66,0.63,0.6320000076293946,0.6198006148155301,197649,0.0,0.0,True 2024-06-18 00:00:00+01:00,0.6320000076293946,0.644000015258789,0.6312300109863281,0.6320000076293946,0.6198006148155301,115164,0.0,0.0,True 2024-06-19 00:00:00+01:00,0.6340000152587891,0.66,0.6294800186157227,0.635,0.6227427055718822,397181,0.0,0.0,True 2024-06-20 00:00:00+01:00,0.6340000152587891,0.6511799621582032,0.63,0.6419999694824219,0.6296075715307535,241407,0.0,0.0,True 2024-06-21 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6340000152587891,0.644000015258789,0.6315690152587891,103619,0.0,0.0,True 2024-06-24 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.6320000076293946,0.6198006148155301,201142,0.0,0.0,True 2024-06-25 00:00:00+01:00,0.644000015258789,0.664000015258789,0.6315499877929688,0.635999984741211,0.6237233900180493,69782,0.0,0.0,True 2024-06-26 00:00:00+01:00,0.64,0.644000015258789,0.6352000045776367,0.6379999923706055,0.6256847963282343,161317,0.0,0.0,True 2024-06-27 00:00:00+01:00,0.635999984741211,0.644000015258789,0.6340000152587891,0.6340000152587891,0.621762021125715,112007,0.0,0.0,True 2024-06-28 00:00:00+01:00,0.644000015258789,0.6659999847412109,0.6318999862670899,0.6340000152587891,0.621762021125715,262300,0.0,0.0,True 2024-07-01 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6354100036621094,0.64,0.6276462026384192,103929,0.0,0.0,True 2024-07-02 00:00:00+01:00,0.6379999923706055,0.6408399963378907,0.6340000152587891,0.64,0.6276462026384192,94016,0.0,0.0,True 2024-07-03 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.635999984741211,0.6379999923706055,0.6256847963282343,172276,0.0,0.0,True 2024-07-04 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6379999923706055,0.644000015258789,0.6315690152587891,148653,0.0,0.0,True 2024-07-05 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.635999984741211,0.6237233900180493,123870,0.0,0.0,True 2024-07-08 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.644000015258789,0.6315690152587891,80480,0.0,0.0,True 2024-07-09 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6339199829101563,0.64,0.6276462026384192,237807,0.0,0.0,True 2024-07-10 00:00:00+01:00,0.644000015258789,0.664000015258789,0.6406300354003907,0.644000015258789,0.6315690152587891,321258,0.0,0.0,True 2024-07-11 00:00:00+01:00,0.64,0.644000015258789,0.63,0.6370000076293946,0.6370000076293946,267370,0.012431,0.0,False 2024-07-12 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.644000015258789,0.644000015258789,373055,0.0,0.0,False 2024-07-15 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.64,0.64,269373,0.0,0.0,False 2024-07-16 00:00:00+01:00,0.6379999923706055,0.64,0.625999984741211,0.64,0.64,152366,0.0,0.0,False 2024-07-17 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.6378300094604492,0.644000015258789,0.644000015258789,70826,0.0,0.0,False 2024-07-18 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.6379999923706055,0.6379999923706055,70717,0.0,0.0,False 2024-07-19 00:00:00+01:00,0.635999984741211,0.6638700103759766,0.635999984741211,0.6340000152587891,0.6340000152587891,177896,0.0,0.0,False 2024-07-22 00:00:00+01:00,0.6419999694824219,0.6419999694824219,0.6340000152587891,0.639000015258789,0.639000015258789,183825,0.0,0.0,False 2024-07-23 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.635999984741211,0.64,0.64,196689,0.0,0.0,False 2024-07-24 00:00:00+01:00,0.644000015258789,0.66,0.6320000076293946,0.6320000076293946,0.6320000076293946,145084,0.0,0.0,False 2024-07-25 00:00:00+01:00,0.6340000152587891,0.65,0.6240000152587891,0.65,0.65,322294,0.0,0.0,False 2024-07-26 00:00:00+01:00,0.6379999923706055,0.6559999847412109,0.6220000076293946,0.6220000076293946,0.6220000076293946,312874,0.0,0.0,False 2024-07-29 00:00:00+01:00,0.64,0.6559999847412109,0.6354899978637696,0.6480000305175782,0.6480000305175782,319338,0.0,0.0,False 2024-07-30 00:00:00+01:00,0.6480000305175782,0.6480000305175782,0.6251499938964844,0.64,0.64,284920,0.0,0.0,False 2024-07-31 00:00:00+01:00,0.6419999694824219,0.6528800201416016,0.64,0.6459999847412109,0.6459999847412109,122050,0.0,0.0,False 2024-08-01 00:00:00+01:00,0.6480000305175782,0.6580000305175782,0.6240000152587891,0.6240000152587891,0.6240000152587891,489120,0.0,0.0,False 2024-08-02 00:00:00+01:00,0.64,0.6519999694824219,0.6338399887084961,0.635999984741211,0.635999984741211,180575,0.0,0.0,False 2024-08-05 00:00:00+01:00,0.635999984741211,0.6376399993896484,0.6235599899291993,0.6240000152587891,0.6240000152587891,147717,0.0,0.0,False 2024-08-06 00:00:00+01:00,0.64,0.6580000305175782,0.63,0.63,0.63,224853,0.0,0.0,False 2024-08-07 00:00:00+01:00,0.6340000152587891,0.6552200317382812,0.6340000152587891,0.6340000152587891,0.6340000152587891,87014,0.0,0.0,False 2024-08-08 00:00:00+01:00,0.6340000152587891,0.6514600372314453,0.6340000152587891,0.6340000152587891,0.6340000152587891,54620,0.0,0.0,False 2024-08-09 00:00:00+01:00,0.6340000152587891,0.6519999694824219,0.6340000152587891,0.6379999923706055,0.6379999923706055,155654,0.0,0.0,False 2024-08-12 00:00:00+01:00,0.64,0.6519999694824219,0.635999984741211,0.635999984741211,0.635999984741211,116374,0.0,0.0,False 2024-08-13 00:00:00+01:00,0.635999984741211,0.6519999694824219,0.635999984741211,0.64,0.64,455809,0.0,0.0,False 2024-08-14 00:00:00+01:00,0.6480000305175782,0.6559999847412109,0.64,0.6480000305175782,0.6480000305175782,143574,0.0,0.0,False 2024-08-15 00:00:00+01:00,0.635999984741211,0.664000015258789,0.6322600173950196,0.6559999847412109,0.6559999847412109,333387,0.0,0.0,False 2024-08-16 00:00:00+01:00,0.6480000305175782,0.6619999694824219,0.635260009765625,0.6480000305175782,0.6480000305175782,311691,0.0,0.0,False 2024-08-19 00:00:00+01:00,0.6459999847412109,0.65,0.6337799835205078,0.644000015258789,0.644000015258789,160782,0.0,0.0,False 2024-08-20 00:00:00+01:00,0.6480000305175782,0.65,0.6445999908447265,0.65,0.65,286063,0.0,0.0,False 2024-08-21 00:00:00+01:00,0.65,0.65,0.6337099838256836,0.6370000076293946,0.6370000076293946,56295,0.0,0.0,False 2024-08-22 00:00:00+01:00,0.6617320251464844,0.6617320251464844,0.635999984741211,0.6399599838256836,0.6399599838256836,50090,0.0,0.0,False ================================================ FILE: tests/data/SERE-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,1.1300000000000001,1.1300000000000001,1.09,1.1300000000000001,1.127474822998047,110958,0.0,0.0 2022-01-05 00:00:00+00:00,1.11,1.1219400024414063,1.0936000061035156,1.11,1.1075196075439453,108985,0.0,0.0 2022-01-06 00:00:00+00:00,1.095,1.125,1.095,1.11,1.1075196075439453,61197,0.0,0.0 2022-01-07 00:00:00+00:00,1.095,1.125,1.095,1.12,1.1174971771240234,173105,0.0,0.0 2022-01-10 00:00:00+00:00,1.125,1.1300000000000001,1.1039600372314453,1.12,1.1174971771240234,90724,0.0,0.0 2022-01-11 00:00:00+00:00,1.125,1.125,1.09,1.09,1.0875641632080078,438216,0.0,0.0 2022-01-12 00:00:00+00:00,1.1,1.1190799713134767,1.0823999786376954,1.09,1.0875641632080078,132689,0.0,0.0 2022-01-13 00:00:00+00:00,1.095,1.125,1.095,1.12,1.1174971771240234,36168,0.0,0.0 2022-01-14 00:00:00+00:00,1.11,1.1300000000000001,1.1,1.11,1.1075196075439453,163850,0.0,0.0 2022-01-17 00:00:00+00:00,1.095,1.1238300323486328,1.095,1.105,1.102530746459961,97053,0.0,0.0 2022-01-18 00:00:00+00:00,1.1,1.125,1.0771299743652345,1.1025,1.100036392211914,212312,0.0,0.0 2022-01-19 00:00:00+00:00,1.095,1.105,1.065,1.08,1.077586441040039,454675,0.0,0.0 2022-01-20 00:00:00+00:00,1.075,1.085,1.065,1.065,1.0626200866699218,411228,0.0,0.0 2022-01-21 00:00:00+00:00,1.065,1.0796299743652344,1.065,1.07,1.067608871459961,187396,0.0,0.0 2022-01-24 00:00:00+00:00,1.065,1.08,1.065,1.07,1.067608871459961,446555,0.0,0.0 2022-01-25 00:00:00+00:00,1.075,1.085,1.07,1.085,1.0825753784179688,148417,0.0,0.0 2022-01-26 00:00:00+00:00,1.075,1.0828099822998047,1.06,1.07,1.067608871459961,144314,0.0,0.0 2022-01-27 00:00:00+00:00,1.06,1.08,1.055,1.08,1.077586441040039,380723,0.0,0.0 2022-01-28 00:00:00+00:00,1.06,1.08875,1.0598999786376953,1.06,1.0576311492919923,87451,0.0,0.0 2022-01-31 00:00:00+00:00,1.09,1.095,1.06,1.06,1.0576311492919923,115358,0.0,0.0 2022-02-01 00:00:00+00:00,1.08,1.0925,1.0551499938964843,1.065,1.0626200866699218,100640,0.0,0.0 2022-02-02 00:00:00+00:00,1.07,1.09,1.065,1.0725,1.0701033020019532,125995,0.0,0.0 2022-02-03 00:00:00+00:00,1.07,1.095,1.065,1.07,1.067608871459961,99764,0.0,0.0 2022-02-04 00:00:00+00:00,1.065,1.095,1.065,1.075,1.0725978088378907,128350,0.0,0.0 2022-02-07 00:00:00+00:00,1.075,1.075,1.05,1.05,1.0476535034179688,160361,0.0,0.0 2022-02-08 00:00:00+00:00,1.08,1.08,1.05,1.05,1.0476535034179688,147195,0.0,0.0 2022-02-09 00:00:00+00:00,1.085,1.085,1.0550599670410157,1.085,1.0825753784179688,49902,0.0,0.0 2022-02-10 00:00:00+00:00,1.07,1.095,1.0558100128173828,1.08,1.077586441040039,50905,0.0,0.0 2022-02-11 00:00:00+00:00,1.085,1.1,1.0754499816894532,1.09,1.0875641632080078,65771,0.0,0.0 2022-02-14 00:00:00+00:00,1.05,1.1,1.05,1.1,1.0975418090820312,167104,0.0,0.0 2022-02-15 00:00:00+00:00,1.105,1.11,1.08,1.0975,1.0950475311279297,164342,0.0,0.0 2022-02-16 00:00:00+00:00,1.11,1.11,1.085,1.095,1.092552947998047,82830,0.0,0.0 2022-02-17 00:00:00+00:00,1.095,1.11,1.085,1.0925,1.0900587463378906,118820,0.0,0.0 2022-02-18 00:00:00+00:00,1.08,1.105,1.075,1.075,1.0725978088378907,73238,0.0,0.0 2022-02-21 00:00:00+00:00,1.11,1.11,1.075,1.075,1.0725978088378907,54569,0.0,0.0 2022-02-22 00:00:00+00:00,1.065,1.08,1.0575,1.07,1.067608871459961,274566,0.0,0.0 2022-02-23 00:00:00+00:00,1.08,1.11,1.07,1.085,1.0825753784179688,88849,0.0,0.0 2022-02-24 00:00:00+00:00,1.06,1.08,1.0328800201416015,1.06,1.0576311492919923,212635,0.0,0.0 2022-02-25 00:00:00+00:00,1.075,1.085,1.03,1.06,1.0576311492919923,163586,0.0,0.0 2022-02-28 00:00:00+00:00,1.055,1.075,1.0413600158691407,1.05,1.0476535034179688,179074,0.0,0.0 2022-03-01 00:00:00+00:00,1.06,1.075,1.03,1.035,1.0326870727539064,137189,0.0,0.0 2022-03-02 00:00:00+00:00,1.045,1.07,1.025,1.04,1.0376760864257812,184639,0.0,0.0 2022-03-03 00:00:00+00:00,1.045,1.0551999664306642,1.0051999664306641,1.0125,1.0102373504638673,174004,0.0,0.0 2022-03-04 00:00:00+00:00,0.9940000152587891,1.06,0.981500015258789,0.9919999694824219,0.9897831726074219,230825,0.0,0.0 2022-03-07 00:00:00+00:00,0.98,0.9880000305175781,0.9,0.9400000000000001,0.9378994750976563,740797,0.0,0.0 2022-03-08 00:00:00+00:00,0.9640000152587891,0.99,0.9522200012207032,0.9925,0.9902821350097657,315487,0.0,0.0 2022-03-09 00:00:00+00:00,1.01,1.06,0.9808799743652344,1.05,1.0476535034179688,394180,0.0,0.0 2022-03-10 00:00:00+00:00,1.05,1.07,1.03,1.0325,1.0301927185058595,135924,0.0,0.0 2022-03-11 00:00:00+00:00,1.06,1.06,1.0319300079345703,1.03,1.0276983642578126,61820,0.0,0.0 2022-03-14 00:00:00+00:00,1.025,1.07,1.02,1.04,1.0376760864257812,56763,0.0,0.0 2022-03-15 00:00:00+00:00,1.02,1.07,1.0150000000000001,1.02,1.017720718383789,45460,0.0,0.0 2022-03-16 00:00:00+00:00,1.035,1.05,0.99,0.99,0.9877877044677734,65747,0.0,0.0 2022-03-17 00:00:00+00:00,1.02,1.04,1.0073799896240234,1.01,1.0077429962158204,53510,0.0,0.0 2022-03-18 00:00:00+00:00,1.0150000000000001,1.03,1.0,1.03,1.0276983642578126,109080,0.0,0.0 2022-03-21 00:00:00+00:00,1.04,1.055,1.0074299621582032,1.0475,1.0451593017578125,79098,0.0,0.0 2022-03-22 00:00:00+00:00,1.055,1.09,1.0419999694824218,1.08,1.077586441040039,214929,0.0,0.0 2022-03-23 00:00:00+00:00,1.055,1.09,1.05,1.09,1.0875641632080078,41658,0.0,0.0 2022-03-24 00:00:00+00:00,1.075,1.085,1.0620700073242189,1.085,1.0825753784179688,103939,0.0,0.0 2022-03-25 00:00:00+00:00,1.085,1.1,1.0655000305175781,1.0975,1.0950475311279297,67431,0.0,0.0 2022-03-28 00:00:00+01:00,1.105,1.1400000000000001,1.065,1.1375,1.1349580383300781,226359,0.0,0.0 2022-03-29 00:00:00+01:00,1.1400000000000001,1.1523000335693359,1.119499969482422,1.1525,1.1499244689941406,180905,0.0,0.0 2022-03-30 00:00:00+01:00,1.155,1.17,1.1300000000000001,1.1300000000000001,1.127474822998047,295221,0.0,0.0 2022-03-31 00:00:00+01:00,1.12,1.1500000000000001,1.11,1.1500000000000001,1.1475880432128907,335095,0.015549,0.0 2022-04-01 00:00:00+01:00,1.1380000305175781,1.1500000000000001,1.12625,1.1325,1.1301248168945313,153708,0.0,0.0 2022-04-04 00:00:00+01:00,1.1500000000000001,1.1500000000000001,1.1190000152587891,1.1500000000000001,1.1475880432128907,364619,0.0,0.0 2022-04-05 00:00:00+01:00,1.115,1.145,1.1,1.1175,1.1151561737060547,145408,0.0,0.0 2022-04-06 00:00:00+01:00,1.12,1.135,1.07,1.07,1.067755889892578,106310,0.0,0.0 2022-04-07 00:00:00+01:00,1.085,1.105,1.075,1.09,1.0877137756347657,114452,0.0,0.0 2022-04-08 00:00:00+01:00,1.12,1.12,1.0777999877929687,1.12,1.117650909423828,17976,0.0,0.0 2022-04-11 00:00:00+01:00,1.12,1.1500000000000001,1.09,1.09,1.0877137756347657,159411,0.0,0.0 2022-04-12 00:00:00+01:00,1.09,1.145,1.09,1.09,1.0877137756347657,19048,0.0,0.0 2022-04-13 00:00:00+01:00,1.12,1.12,1.095,1.1400000000000001,1.137609100341797,34958,0.0,0.0 2022-04-14 00:00:00+01:00,1.12,1.1225,1.107300033569336,1.1325,1.1301248168945313,53088,0.0,0.0 2022-04-19 00:00:00+01:00,1.1400000000000001,1.1400000000000001,1.08,1.08,1.077734832763672,94887,0.0,0.0 2022-04-20 00:00:00+01:00,1.115,1.125,1.075,1.1,1.0976927947998047,125051,0.0,0.0 2022-04-21 00:00:00+01:00,1.09,1.1,1.05,1.05,1.0477977752685548,133524,0.0,0.0 2022-04-22 00:00:00+01:00,1.085,1.09,1.05,1.05,1.0477977752685548,75324,0.0,0.0 2022-04-25 00:00:00+01:00,1.0605999755859374,1.07,1.0482599639892578,1.0575,1.055282211303711,105632,0.0,0.0 2022-04-26 00:00:00+01:00,1.055,1.065,1.03,1.0425,1.040313491821289,117411,0.0,0.0 2022-04-27 00:00:00+01:00,1.055,1.055,1.03,1.04,1.0378189086914062,72436,0.0,0.0 2022-04-28 00:00:00+01:00,1.04,1.055,1.03,1.03,1.0278398132324218,260009,0.0,0.0 2022-04-29 00:00:00+01:00,1.035,1.0522000122070312,1.03,1.035,1.0328292083740234,329532,0.0,0.0 2022-05-03 00:00:00+01:00,1.03,1.055,1.03,1.045,1.0428083038330078,210229,0.0,0.0 2022-05-04 00:00:00+01:00,1.035,1.055,1.03,1.055,1.052787322998047,187370,0.0,0.0 2022-05-05 00:00:00+01:00,1.04,1.055,1.0339099884033203,1.04,1.0378189086914062,161659,0.0,0.0 2022-05-06 00:00:00+01:00,1.03,1.055,1.03,1.03,1.0278398132324218,69618,0.0,0.0 2022-05-09 00:00:00+01:00,1.03,1.07,1.02,1.02,1.0178607940673827,140050,0.0,0.0 2022-05-10 00:00:00+01:00,1.06,1.07,1.0241999816894531,1.065,1.062766342163086,153744,0.0,0.0 2022-05-11 00:00:00+01:00,1.06,1.09,1.045,1.06,1.0577767944335938,84916,0.0,0.0 2022-05-12 00:00:00+01:00,1.06,1.075,1.03,1.055,1.052787322998047,236142,0.0,0.0 2022-05-13 00:00:00+01:00,1.055,1.075,1.055,1.075,1.0727454376220704,89799,0.0,0.0 2022-05-16 00:00:00+01:00,1.055,1.06,1.0503500366210938,1.0525,1.0502925872802735,20803,0.0,0.0 2022-05-17 00:00:00+01:00,1.06,1.075,1.05,1.075,1.0727454376220704,30867,0.0,0.0 2022-05-18 00:00:00+01:00,1.07,1.08,1.0640599822998047,1.08,1.077734832763672,68432,0.0,0.0 2022-05-19 00:00:00+01:00,1.07,1.07,1.035,1.035,1.0328292083740234,186218,0.0,0.0 2022-05-20 00:00:00+01:00,1.055,1.055,1.035,1.04,1.0378189086914062,80451,0.0,0.0 2022-05-23 00:00:00+01:00,1.035,1.045,1.03,1.035,1.0328292083740234,116491,0.0,0.0 2022-05-24 00:00:00+01:00,1.045,1.065,1.0398500061035156,1.065,1.062766342163086,172311,0.0,0.0 2022-05-25 00:00:00+01:00,1.065,1.065,1.051240005493164,1.065,1.062766342163086,73110,0.0,0.0 2022-05-26 00:00:00+01:00,1.045,1.065,1.045,1.065,1.062766342163086,87559,0.0,0.0 2022-05-27 00:00:00+01:00,1.065,1.105,1.0472000122070313,1.095,1.0927033996582032,227509,0.0,0.0 2022-05-30 00:00:00+01:00,1.095,1.095,1.07,1.09,1.0877137756347657,193898,0.0,0.0 2022-05-31 00:00:00+01:00,1.09,1.09,1.055739974975586,1.065,1.062766342163086,44703,0.0,0.0 2022-06-01 00:00:00+01:00,1.084509963989258,1.095,1.0722100067138671,1.0825,1.0802295684814454,57343,0.0,0.0 2022-06-06 00:00:00+01:00,1.05,1.09,0.98,1.03,1.0278398132324218,107185,0.0,0.0 2022-06-07 00:00:00+01:00,1.06,1.06,1.0163999938964845,1.035,1.0328292083740234,125802,0.0,0.0 2022-06-08 00:00:00+01:00,1.01,1.045,1.01,1.0175,1.0153659057617188,32162,0.0,0.0 2022-06-09 00:00:00+01:00,1.01,1.0286900329589843,1.0,1.0275,1.0253449249267579,103835,0.0,0.0 2022-06-10 00:00:00+01:00,1.0039299774169923,1.025,1.0027500152587892,1.0125,1.0103764343261719,45299,0.0,0.0 2022-06-13 00:00:00+01:00,1.0165599822998046,1.035,0.9980000305175781,1.016500015258789,1.014368133544922,99103,0.0,0.0 2022-06-14 00:00:00+01:00,1.03,1.035,0.995999984741211,1.015500030517578,1.0133702850341797,149125,0.0,0.0 2022-06-15 00:00:00+01:00,1.02,1.055,1.0150000000000001,1.04,1.0378189086914062,245391,0.0,0.0 2022-06-16 00:00:00+01:00,1.03,1.065,1.0137999725341797,1.0625,1.0602716064453126,136631,0.0,0.0 2022-06-17 00:00:00+01:00,1.04,1.07,1.04,1.06,1.0577767944335938,150547,0.0,0.0 2022-06-20 00:00:00+01:00,1.045,1.05,1.0150000000000001,1.045,1.0428083038330078,323726,0.0,0.0 2022-06-21 00:00:00+01:00,1.045,1.065,1.04,1.04,1.0378189086914062,257682,0.0,0.0 2022-06-22 00:00:00+01:00,1.04,1.06,1.0384200286865235,1.06,1.0577767944335938,116462,0.0,0.0 2022-06-23 00:00:00+01:00,1.06,1.06,1.04,1.04,1.0378189086914062,124042,0.0,0.0 2022-06-24 00:00:00+01:00,1.06,1.06,1.04,1.05,1.0477977752685548,93262,0.0,0.0 2022-06-27 00:00:00+01:00,1.025,1.0482499694824219,1.025,1.035,1.0328292083740234,101301,0.0,0.0 2022-06-28 00:00:00+01:00,1.045,1.0628700256347656,1.0439299774169921,1.055,1.052787322998047,74133,0.0,0.0 2022-06-29 00:00:00+01:00,1.04,1.055,1.04,1.0425,1.040313491821289,57816,0.0,0.0 2022-06-30 00:00:00+01:00,1.04,1.045,1.0150000000000001,1.0150000000000001,1.0128711700439452,117171,0.0,0.0 2022-07-01 00:00:00+01:00,1.05,1.065,1.03,1.045,1.0428083038330078,67098,0.0,0.0 2022-07-04 00:00:00+01:00,1.06,1.06,1.035,1.035,1.0328292083740234,91823,0.0,0.0 2022-07-05 00:00:00+01:00,1.06,1.06,1.0516500091552734,1.0475,1.045303192138672,59385,0.0,0.0 2022-07-06 00:00:00+01:00,1.035,1.055,1.03,1.03,1.0278398132324218,36401,0.0,0.0 2022-07-07 00:00:00+01:00,1.035,1.0521299743652344,1.02,1.035,1.0328292083740234,130579,0.0,0.0 2022-07-08 00:00:00+01:00,1.0150000000000001,1.055,1.01,1.035,1.0328292083740234,77344,0.0,0.0 2022-07-11 00:00:00+01:00,1.035,1.065,1.0150000000000001,1.035,1.0328292083740234,59806,0.0,0.0 2022-07-12 00:00:00+01:00,1.03,1.0575,1.01,1.03,1.0278398132324218,53993,0.0,0.0 2022-07-13 00:00:00+01:00,1.01,1.0600599670410156,1.01,1.0150000000000001,1.0128711700439452,186787,0.0,0.0 2022-07-14 00:00:00+01:00,0.9919999694824219,1.035,0.9880000305175781,0.9965000152587891,0.9949585723876954,179644,0.055955,0.0 2022-07-15 00:00:00+01:00,0.9880000305175781,1.0179399871826171,0.9880000305175781,1.0140000152587891,1.0124314880371095,76180,0.0,0.0 2022-07-18 00:00:00+01:00,0.9919999694824219,1.0150000000000001,0.9840799713134766,0.985999984741211,0.9844747161865235,114064,0.0,0.0 2022-07-19 00:00:00+01:00,0.98,0.99,0.96,0.98,0.9784839630126954,163848,0.0,0.0 2022-07-20 00:00:00+01:00,1.0,1.0,0.9805300140380859,1.0,0.9984531402587891,772610,0.0,0.0 2022-07-21 00:00:00+01:00,0.98,0.9884600067138672,0.96,0.98,0.9784839630126954,30270,0.0,0.0 2022-07-22 00:00:00+01:00,0.98,0.9981999969482422,0.98,0.98,0.9784839630126954,20011,0.0,0.0 2022-07-25 00:00:00+01:00,0.9980000305175781,1.0,0.98,0.99,0.9884685516357422,83554,0.0,0.0 2022-07-26 00:00:00+01:00,0.9980000305175781,1.0,0.98,0.99,0.9884685516357422,28149,0.0,0.0 2022-07-27 00:00:00+01:00,0.99,0.9980000305175781,0.9828500366210938,0.99,0.9884685516357422,413034,0.0,0.0 2022-07-28 00:00:00+01:00,0.98,0.9980000305175781,0.9787699890136718,0.98,0.9784839630126954,65515,0.0,0.0 2022-07-29 00:00:00+01:00,0.9980000305175781,0.9980000305175781,0.9545600128173828,0.955999984741211,0.9545211791992188,85645,0.0,0.0 2022-08-01 00:00:00+01:00,0.98,0.9980000305175781,0.9584500122070313,0.965999984741211,0.9645057678222656,168563,0.0,0.0 2022-08-02 00:00:00+01:00,0.983290023803711,0.99,0.9685600280761719,0.9769999694824218,0.9754886627197266,43547,0.0,0.0 2022-08-03 00:00:00+01:00,0.97,0.99,0.9637000274658203,0.99,0.9884685516357422,69452,0.0,0.0 2022-08-04 00:00:00+01:00,0.983290023803711,0.9880000305175781,0.97,0.980999984741211,0.9794825744628907,10863,0.0,0.0 2022-08-05 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.9640000152587891,0.9769999694824218,0.9754886627197266,184019,0.0,0.0 2022-08-08 00:00:00+01:00,0.99,1.01,0.97,0.990999984741211,0.9894670867919922,118586,0.0,0.0 2022-08-09 00:00:00+01:00,0.9913099670410156,1.02,0.9913099670410156,1.0050000000000001,1.0034454345703125,170283,0.0,0.0 2022-08-10 00:00:00+01:00,1.0050000000000001,1.025,1.0050000000000001,1.01,1.0084376525878906,89786,0.0,0.0 2022-08-11 00:00:00+01:00,1.03,1.06,1.0151999664306641,1.06,1.0583602142333985,140682,0.0,0.0 2022-08-12 00:00:00+01:00,1.055,1.055,1.02,1.0375,1.0358950805664062,140636,0.0,0.0 2022-08-15 00:00:00+01:00,1.04,1.055,1.029800033569336,1.055,1.0533680725097656,100476,0.0,0.0 2022-08-16 00:00:00+01:00,1.04,1.075,1.04,1.06,1.0583602142333985,420563,0.0,0.0 2022-08-17 00:00:00+01:00,1.05,1.085,1.04,1.0625,1.0608564758300782,31184,0.0,0.0 2022-08-18 00:00:00+01:00,1.045,1.0737999725341798,1.02,1.02,1.0184222412109376,89936,0.0,0.0 2022-08-19 00:00:00+01:00,1.035,1.065,1.0172599792480468,1.0525,1.0508719635009767,82072,0.0,0.0 2022-08-22 00:00:00+01:00,1.030719985961914,1.065,1.030719985961914,1.0525,1.0508719635009767,31125,0.0,0.0 2022-08-23 00:00:00+01:00,1.03,1.055,1.01,1.0150000000000001,1.0134298706054687,112251,0.0,0.0 2022-08-24 00:00:00+01:00,1.02,1.0344000244140625,1.0050000000000001,1.0175,1.015926055908203,63028,0.0,0.0 2022-08-25 00:00:00+01:00,1.0086000061035156,1.035,1.0050000000000001,1.02,1.0184222412109376,84004,0.0,0.0 2022-08-26 00:00:00+01:00,1.01,1.025,1.01,1.0150000000000001,1.0134298706054687,35721,0.0,0.0 2022-08-30 00:00:00+01:00,1.04,1.04,1.01,1.0275,1.0259105682373046,142478,0.0,0.0 2022-08-31 00:00:00+01:00,1.02,1.028759994506836,1.0139600372314452,1.03,1.0284067535400392,17562,0.0,0.0 2022-09-01 00:00:00+01:00,1.0150000000000001,1.035,0.99,1.0050000000000001,1.0034454345703125,111865,0.0,0.0 2022-09-02 00:00:00+01:00,1.01,1.01,0.99,0.9975,0.9959569549560547,82073,0.0,0.0 2022-09-05 00:00:00+01:00,0.9800399780273438,1.0069400024414064,0.9800399780273438,0.9944999694824219,0.9929615020751953,148792,0.0,0.0 2022-09-06 00:00:00+01:00,0.99,1.0150000000000001,0.98,0.98,0.9784839630126954,101381,0.0,0.0 2022-09-07 00:00:00+01:00,0.98,1.0150000000000001,0.9500000000000001,0.9690000152587891,0.9675009918212891,152451,0.0,0.0 2022-09-08 00:00:00+01:00,0.9500000000000001,0.97,0.9,0.9459999847412109,0.9447022247314454,172050,0.016979,0.0 2022-09-09 00:00:00+01:00,0.9380000305175782,0.9380000305175782,0.9080000305175782,0.92,0.9187378692626953,108284,0.0,0.0 2022-09-12 00:00:00+01:00,0.9280000305175782,0.9400000000000001,0.9156900024414063,0.92,0.9187378692626953,220718,0.0,0.0 2022-09-13 00:00:00+01:00,0.9400000000000001,0.96,0.9400000000000001,0.9480000305175782,0.946699447631836,333786,0.0,0.0 2022-09-14 00:00:00+01:00,0.9400000000000001,0.9680000305175781,0.9400000000000001,0.9400000000000001,0.9387104797363282,115849,0.0,0.0 2022-09-15 00:00:00+01:00,0.9440000152587891,0.9680000305175781,0.9283200073242188,0.9400000000000001,0.9387104797363282,230815,0.0,0.0 2022-09-16 00:00:00+01:00,0.93,0.961999969482422,0.924000015258789,0.924000015258789,0.9227323913574219,96551,0.0,0.0 2022-09-20 00:00:00+01:00,0.96,0.96,0.9180000305175782,0.9380000305175782,0.9367131805419922,144630,0.0,0.0 2022-09-21 00:00:00+01:00,0.92,0.9348000335693359,0.9,0.9,0.8987653350830078,68438,0.0,0.0 2022-09-22 00:00:00+01:00,0.9,0.9380000305175782,0.865999984741211,0.865999984741211,0.86481201171875,82313,0.0,0.0 2022-09-23 00:00:00+01:00,0.8780000305175781,0.9080000305175782,0.865999984741211,0.9059999847412109,0.904757080078125,108049,0.0,0.0 2022-09-26 00:00:00+01:00,0.895999984741211,0.91,0.865999984741211,0.87,0.8688064575195312,103948,0.0,0.0 2022-09-27 00:00:00+01:00,0.87,0.92,0.865999984741211,0.92,0.9187378692626953,405866,0.0,0.0 2022-09-28 00:00:00+01:00,0.91,0.9380000305175782,0.8619999694824219,0.924000015258789,0.9227323913574219,109771,0.0,0.0 2022-09-29 00:00:00+01:00,0.9059999847412109,0.927969970703125,0.88,0.89,0.8887790679931641,90920,0.0,0.0 2022-09-30 00:00:00+01:00,0.9180000305175782,0.9180000305175782,0.88,0.88,0.878792724609375,108022,0.0,0.0 2022-10-03 00:00:00+01:00,0.885999984741211,0.9080000305175782,0.8669000244140626,0.8680000305175781,0.8668091583251953,70134,0.0,0.0 2022-10-04 00:00:00+01:00,0.8919999694824219,0.895999984741211,0.8719999694824219,0.8719999694824219,0.8708037567138672,76014,0.0,0.0 2022-10-05 00:00:00+01:00,0.8719999694824219,0.8780000305175781,0.86,0.86,0.8588201141357422,163271,0.0,0.0 2022-10-06 00:00:00+01:00,0.8640000152587891,0.8640000152587891,0.8409100341796876,0.8580000305175781,0.8568229675292969,64158,0.0,0.0 2022-10-07 00:00:00+01:00,0.85,0.8519999694824218,0.8375,0.8469999694824218,0.8458379364013672,84573,0.0,0.0 2022-10-10 00:00:00+01:00,0.8300000000000001,0.84,0.8140000152587891,0.8200000000000001,0.8188750457763672,234492,0.0,0.0 2022-10-11 00:00:00+01:00,0.8159999847412109,0.8159999847412109,0.8019999694824219,0.8019999694824219,0.8008998107910157,103268,0.0,0.0 2022-10-12 00:00:00+01:00,0.8159999847412109,0.8198899841308593,0.8019999694824219,0.8080000305175782,0.8068914794921875,732470,0.0,0.0 2022-10-13 00:00:00+01:00,0.8019999694824219,0.8198899841308593,0.8019999694824219,0.8080000305175782,0.8068914794921875,40830,0.0,0.0 2022-10-14 00:00:00+01:00,0.81,0.81,0.8027500152587891,0.8019999694824219,0.8008998107910157,94612,0.0,0.0 2022-10-17 00:00:00+01:00,0.8140000152587891,0.8380000305175781,0.8037699890136719,0.8150000000000001,0.8138819122314453,48838,0.0,0.0 2022-10-18 00:00:00+01:00,0.8280000305175781,0.8340000152587891,0.8043399810791015,0.8180000305175782,0.816877670288086,54212,0.0,0.0 2022-10-19 00:00:00+01:00,0.84,0.8540000152587891,0.8,0.81,0.8088887786865234,94089,0.0,0.0 2022-10-20 00:00:00+01:00,0.8219999694824219,0.8377799987792969,0.8,0.8,0.7989025115966797,79924,0.0,0.0 2022-10-21 00:00:00+01:00,0.825999984741211,0.8505000305175782,0.8054900360107422,0.8080000305175782,0.8068914794921875,64822,0.0,0.0 2022-10-24 00:00:00+01:00,0.8165000152587891,0.8380000305175781,0.8124600219726563,0.8240000152587891,0.8228695678710938,49667,0.0,0.0 2022-10-25 00:00:00+01:00,0.8380000305175781,0.8463500213623047,0.8223799896240235,0.8200000000000001,0.8188750457763672,80838,0.0,0.0 2022-10-26 00:00:00+01:00,0.8183300018310548,0.8525,0.8182599639892578,0.830999984741211,0.8298599243164063,80344,0.0,0.0 2022-10-27 00:00:00+01:00,0.8240000152587891,0.85,0.8088600158691407,0.8300000000000001,0.828861312866211,146987,0.0,0.0 2022-10-28 00:00:00+01:00,0.8316000366210937,0.84,0.8248300170898437,0.8330000305175781,0.8318572235107422,32821,0.0,0.0 2022-10-31 00:00:00+00:00,0.8540000152587891,0.8540000152587891,0.8325599670410156,0.830999984741211,0.8298599243164063,63977,0.0,0.0 2022-11-01 00:00:00+00:00,0.85,0.8540000152587891,0.845,0.8330000305175781,0.8318572235107422,21915,0.0,0.0 2022-11-02 00:00:00+00:00,0.8440000152587891,0.8535199737548829,0.8255000305175781,0.835999984741211,0.8348530578613281,81719,0.0,0.0 2022-11-03 00:00:00+00:00,0.8319999694824219,0.8540000152587891,0.8213999938964844,0.8480000305175781,0.8468366241455079,99844,0.0,0.0 2022-11-04 00:00:00+00:00,0.85,0.8540000152587891,0.8437899780273438,0.8440000152587891,0.8428421020507812,45092,0.0,0.0 2022-11-07 00:00:00+00:00,0.85,0.8536799621582032,0.8240000152587891,0.8240000152587891,0.8228695678710938,68804,0.0,0.0 2022-11-08 00:00:00+00:00,0.85,0.85,0.8240000152587891,0.8419999694824218,0.8408447265625,113470,0.0,0.0 2022-11-09 00:00:00+00:00,0.85,0.85,0.8380000305175781,0.8380000305175781,0.8368504333496094,47775,0.0,0.0 2022-11-10 00:00:00+00:00,0.835999984741211,0.8680000305175781,0.835999984741211,0.8680000305175781,0.8668091583251953,160600,0.0,0.0 2022-11-11 00:00:00+00:00,0.8619999694824219,0.887490005493164,0.8419999694824218,0.850999984741211,0.8498325347900391,81197,0.0,0.0 2022-11-14 00:00:00+00:00,0.8580000305175781,0.8598200225830078,0.835999984741211,0.835999984741211,0.8348530578613281,195641,0.0,0.0 2022-11-15 00:00:00+00:00,0.8640000152587891,0.875,0.8479199981689454,0.85,0.8488338470458985,131457,0.0,0.0 2022-11-16 00:00:00+00:00,0.8380000305175781,0.87,0.8340000152587891,0.8340000152587891,0.8328558349609375,71299,0.0,0.0 2022-11-17 00:00:00+00:00,0.8519999694824218,0.8780000305175781,0.8419499969482422,0.8540000152587891,0.852828369140625,31549,0.0,0.0 2022-11-18 00:00:00+00:00,0.8380000305175781,0.8656999969482422,0.8219999694824219,0.8219999694824219,0.8208722686767578,245050,0.0,0.0 2022-11-21 00:00:00+00:00,0.835999984741211,0.8419999694824218,0.835999984741211,0.8280000305175781,0.826864013671875,60987,0.0,0.0 2022-11-22 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.81,0.8200000000000001,0.8188750457763672,79021,0.0,0.0 2022-11-23 00:00:00+00:00,0.8200000000000001,0.8211499786376953,0.8,0.8159999847412109,0.8148805236816407,456123,0.0,0.0 2022-11-24 00:00:00+00:00,0.8019999694824219,0.8140000152587891,0.7816300201416015,0.794000015258789,0.7929107666015626,351316,0.0,0.0 2022-11-25 00:00:00+00:00,0.79,0.8119999694824219,0.77,0.77,0.7689437103271485,142525,0.0,0.0 2022-11-28 00:00:00+00:00,0.8180000305175782,0.8180000305175782,0.7880000305175782,0.79,0.788916244506836,55449,0.0,0.0 2022-11-29 00:00:00+00:00,0.8,0.8,0.7739800262451172,0.7830000305175782,0.7819258117675781,110552,0.0,0.0 2022-11-30 00:00:00+00:00,0.7859999847412109,0.7859999847412109,0.75,0.765,0.763950424194336,270713,0.0,0.0 2022-12-01 00:00:00+00:00,0.77,0.7759999847412109,0.7397599792480469,0.7480000305175781,0.7469738006591797,323125,0.0,0.0 2022-12-02 00:00:00+00:00,0.76,0.7680000305175781,0.7380000305175781,0.7390000152587891,0.7379861450195313,168763,0.0,0.0 2022-12-05 00:00:00+00:00,0.7580000305175781,0.7719999694824219,0.7319999694824219,0.760999984741211,0.7599559020996094,233606,0.0,0.0 2022-12-06 00:00:00+00:00,0.7640000152587891,0.78,0.7529599761962891,0.755999984741211,0.7549629211425781,290573,0.0,0.0 2022-12-07 00:00:00+00:00,0.77,0.79,0.7683399963378906,0.7830000305175782,0.7819258117675781,393043,0.0,0.0 2022-12-08 00:00:00+00:00,0.7640000152587891,0.8,0.7640000152587891,0.784000015258789,0.7829244995117187,326141,0.0,0.0 2022-12-09 00:00:00+00:00,0.7780000305175782,0.7980000305175782,0.769000015258789,0.779000015258789,0.7779312896728516,61671,0.0,0.0 2022-12-12 00:00:00+00:00,0.7880000305175782,0.7891600036621094,0.7747699737548829,0.7769999694824219,0.7759340667724609,135448,0.0,0.0 2022-12-13 00:00:00+00:00,0.7959999847412109,0.7980000305175782,0.77,0.77,0.7689437103271485,90047,0.0,0.0 2022-12-14 00:00:00+00:00,0.77,0.7977200317382813,0.77,0.784000015258789,0.7829244995117187,73759,0.0,0.0 2022-12-15 00:00:00+00:00,0.77,0.79,0.77,0.7759999847412109,0.7749353790283203,80441,0.0,0.0 2022-12-16 00:00:00+00:00,0.8,0.8,0.7759999847412109,0.8,0.7989025115966797,145231,0.0,0.0 2022-12-19 00:00:00+00:00,0.78,0.7927999877929688,0.77,0.77,0.7689437103271485,230862,0.0,0.0 2022-12-20 00:00:00+00:00,0.77,0.7881999969482422,0.765,0.7719999694824219,0.7709408569335938,95994,0.0,0.0 2022-12-21 00:00:00+00:00,0.79,0.794000015258789,0.7719999694824219,0.784000015258789,0.7829244995117187,264180,0.0,0.0 2022-12-22 00:00:00+00:00,0.7780000305175782,0.8319999694824219,0.7780000305175782,0.7959999847412109,0.7949080657958985,197169,0.0,0.0 2022-12-23 00:00:00+00:00,0.8,0.81,0.7930000305175782,0.8059999847412109,0.8048942565917969,137962,0.0,0.0 2022-12-28 00:00:00+00:00,0.81,0.84,0.798239974975586,0.8180000305175782,0.816877670288086,245929,0.0,0.0 2022-12-29 00:00:00+00:00,0.8059999847412109,0.8240000152587891,0.7983799743652344,0.8140000152587891,0.8130457305908203,137240,0.01635,0.0 2022-12-30 00:00:00+00:00,0.8240000152587891,0.8240000152587891,0.79,0.8159999847412109,0.8150433349609375,136206,0.0,0.0 2023-01-03 00:00:00+00:00,0.8240000152587891,0.825999984741211,0.8,0.8159999847412109,0.8150433349609375,200320,0.0,0.0 2023-01-04 00:00:00+00:00,0.7959999847412109,0.8240000152587891,0.794000015258789,0.8240000152587891,0.8230340576171875,44743,0.0,0.0 2023-01-05 00:00:00+00:00,0.81,0.825999984741211,0.8059999847412109,0.825999984741211,0.8250316619873047,46300,0.0,0.0 2023-01-06 00:00:00+00:00,0.8240000152587891,0.845999984741211,0.8116799926757813,0.845999984741211,0.8450082397460937,49329,0.0,0.0 2023-01-09 00:00:00+00:00,0.829749984741211,0.8436799621582032,0.8200000000000001,0.836999969482422,0.8360187530517579,48351,0.0,0.0 2023-01-10 00:00:00+00:00,0.825250015258789,0.845999984741211,0.8200000000000001,0.8330000305175781,0.8320234680175781,155146,0.0,0.0 2023-01-11 00:00:00+00:00,0.8340000152587891,0.8464199829101563,0.825250015258789,0.8300000000000001,0.8290269470214844,45154,0.0,0.0 2023-01-12 00:00:00+00:00,0.8480000305175781,0.85,0.8263800048828125,0.835999984741211,0.8350199890136719,68442,0.0,0.0 2023-01-13 00:00:00+00:00,0.85,0.85,0.8325,0.85,0.8490035247802734,61474,0.0,0.0 2023-01-16 00:00:00+00:00,0.8319999694824219,0.85,0.825999984741211,0.84,0.8390151977539063,90100,0.0,0.0 2023-01-17 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.8219999694824219,0.8219999694824219,0.821036376953125,127340,0.0,0.0 2023-01-18 00:00:00+00:00,0.8380000305175781,0.85,0.8,0.8209999847412109,0.8200374603271484,195931,0.0,0.0 2023-01-19 00:00:00+00:00,0.8140000152587891,0.8266799926757813,0.7980000305175782,0.7980000305175782,0.7970646667480469,232334,0.0,0.0 2023-01-20 00:00:00+00:00,0.8200000000000001,0.8200000000000001,0.7983499908447266,0.8200000000000001,0.8190386962890626,206861,0.0,0.0 2023-01-23 00:00:00+00:00,0.8,0.8180000305175782,0.8,0.8130000305175782,0.8120469665527343,154584,0.0,0.0 2023-01-24 00:00:00+00:00,0.8059999847412109,0.8233799743652344,0.8019999694824219,0.81,0.8090505218505859,543621,0.0,0.0 2023-01-25 00:00:00+00:00,0.8240000152587891,0.825999984741211,0.8059999847412109,0.8130000305175782,0.8120469665527343,124214,0.0,0.0 2023-01-26 00:00:00+00:00,0.8280000305175781,0.8280000305175781,0.8085900115966798,0.8280000305175781,0.8270293426513672,108419,0.0,0.0 2023-01-27 00:00:00+00:00,0.8059999847412109,0.825999984741211,0.8059999847412109,0.8059999847412109,0.8050550842285157,193911,0.0,0.0 2023-01-30 00:00:00+00:00,0.8,0.8280000305175781,0.8,0.8280000305175781,0.8270293426513672,160355,0.0,0.0 2023-01-31 00:00:00+00:00,0.8280000305175781,0.845999984741211,0.8,0.8,0.7990622711181641,155688,0.0,0.0 2023-02-01 00:00:00+00:00,0.8159999847412109,0.8480000305175781,0.8,0.8159999847412109,0.8150433349609375,188240,0.0,0.0 2023-02-02 00:00:00+00:00,0.81,0.8422599792480469,0.8059999847412109,0.8290000152587891,0.8280282592773438,114471,0.0,0.0 2023-02-03 00:00:00+00:00,0.8329000091552734,0.8480000305175781,0.81,0.8390000152587891,0.8380165100097656,81298,0.0,0.0 2023-02-06 00:00:00+00:00,0.8300000000000001,0.845999984741211,0.8210299682617188,0.8300000000000001,0.8290269470214844,61786,0.0,0.0 2023-02-07 00:00:00+00:00,0.8300000000000001,0.8480000305175781,0.8300000000000001,0.8430000305175781,0.8420118713378907,247000,0.0,0.0 2023-02-08 00:00:00+00:00,0.84,0.85,0.8324700164794923,0.8469999694824218,0.8460070037841797,131537,0.0,0.0 2023-02-09 00:00:00+00:00,0.84,0.855999984741211,0.84,0.8519999694824218,0.8510012817382813,96962,0.0,0.0 2023-02-10 00:00:00+00:00,0.85,0.855,0.85,0.8530000305175781,0.8520001220703125,172111,0.0,0.0 2023-02-13 00:00:00+00:00,0.8485199737548829,0.8537300109863282,0.8485199737548829,0.85,0.8490035247802734,109057,0.0,0.0 2023-02-14 00:00:00+00:00,0.85,0.8550199890136719,0.8487000274658203,0.8530000305175781,0.8520001220703125,56827,0.0,0.0 2023-02-15 00:00:00+00:00,0.8419999694824218,0.855999984741211,0.8419999694824218,0.8419999694824218,0.8410128784179688,94963,0.0,0.0 2023-02-16 00:00:00+00:00,0.8419999694824218,0.855999984741211,0.8119999694824219,0.8390000152587891,0.8380165100097656,61578,0.0,0.0 2023-02-17 00:00:00+00:00,0.8300000000000001,0.8482800292968751,0.8289199829101562,0.845,0.8440094757080079,86841,0.0,0.0 2023-02-20 00:00:00+00:00,0.84,0.85,0.8248400115966797,0.85,0.8490035247802734,133164,0.0,0.0 2023-02-21 00:00:00+00:00,0.8440000152587891,0.855999984741211,0.8300000000000001,0.835,0.834021224975586,59446,0.0,0.0 2023-02-22 00:00:00+00:00,0.84,0.85,0.835270004272461,0.845,0.8440094757080079,150494,0.0,0.0 2023-02-23 00:00:00+00:00,0.8383100128173828,0.8393000030517578,0.837770004272461,0.8380000305175781,0.8370177459716797,35286,0.0,0.0 2023-02-24 00:00:00+00:00,0.8300000000000001,0.8580000305175781,0.8300000000000001,0.8440000152587891,0.8430105590820313,117468,0.0,0.0 2023-02-27 00:00:00+00:00,0.8280000305175781,0.8477999877929687,0.8159999847412109,0.8340000152587891,0.8330223083496094,87531,0.0,0.0 2023-02-28 00:00:00+00:00,0.84,0.84,0.81,0.8219999694824219,0.821036376953125,80988,0.0,0.0 2023-03-01 00:00:00+00:00,0.8380000305175781,0.85,0.8380000305175781,0.85,0.8490035247802734,141702,0.0,0.0 2023-03-02 00:00:00+00:00,0.84,0.8414399719238281,0.8238099670410156,0.8319999694824219,0.8310247039794922,433618,0.0,0.0 2023-03-03 00:00:00+00:00,0.84,0.8447799682617188,0.8180000305175782,0.84,0.8390151977539063,208101,0.0,0.0 2023-03-06 00:00:00+00:00,0.85,0.85,0.8219999694824219,0.85,0.8490035247802734,105207,0.0,0.0 2023-03-07 00:00:00+00:00,0.8219999694824219,0.8462000274658203,0.8200000000000001,0.8300000000000001,0.8290269470214844,67859,0.0,0.0 2023-03-08 00:00:00+00:00,0.8480000305175781,0.8480000305175781,0.8391999816894531,0.836999969482422,0.8360187530517579,30746,0.0,0.0 2023-03-09 00:00:00+00:00,0.8391999816894531,0.8480000305175781,0.8300000000000001,0.8390000152587891,0.8380165100097656,256073,0.0,0.0 2023-03-10 00:00:00+00:00,0.825999984741211,0.8370500183105469,0.8254599761962891,0.835999984741211,0.8350199890136719,100756,0.0,0.0 2023-03-13 00:00:00+00:00,0.8219999694824219,0.8380000305175781,0.81,0.8230000305175782,0.8220352172851563,91565,0.0,0.0 2023-03-14 00:00:00+00:00,0.835999984741211,0.835999984741211,0.8223999786376953,0.8280000305175781,0.8270293426513672,25813,0.0,0.0 2023-03-15 00:00:00+00:00,0.8292900085449219,0.832760009765625,0.8119999694824219,0.8230000305175782,0.8220352172851563,85638,0.0,0.0 2023-03-16 00:00:00+00:00,0.8200000000000001,0.835999984741211,0.81,0.8340000152587891,0.8330223083496094,202431,0.0,0.0 2023-03-17 00:00:00+00:00,0.8380000305175781,0.84,0.8236000061035157,0.825999984741211,0.8250316619873047,61156,0.0,0.0 2023-03-20 00:00:00+00:00,0.8119999694824219,0.8380000305175781,0.8080000305175782,0.8219999694824219,0.821036376953125,102736,0.0,0.0 2023-03-21 00:00:00+00:00,0.8240000152587891,0.8380000305175781,0.8059999847412109,0.8059999847412109,0.8050550842285157,167677,0.0,0.0 2023-03-22 00:00:00+00:00,0.8158999633789062,0.8240000152587891,0.8110099792480469,0.8169999694824219,0.8160423278808594,49620,0.0,0.0 2023-03-23 00:00:00+00:00,0.8088300323486328,0.8180599975585938,0.8079499816894531,0.8150000000000001,0.8140446472167969,178878,0.0,0.0 2023-03-24 00:00:00+00:00,0.8059999847412109,0.8180000305175782,0.803499984741211,0.8090000152587891,0.8080516052246094,151586,0.0,0.0 2023-03-27 00:00:00+01:00,0.8,0.825999984741211,0.7959999847412109,0.825999984741211,0.8250316619873047,107278,0.0,0.0 2023-03-28 00:00:00+01:00,0.8280000305175781,0.8280000305175781,0.794000015258789,0.8150000000000001,0.8140446472167969,31517,0.0,0.0 2023-03-29 00:00:00+01:00,0.8019999694824219,0.825999984741211,0.794000015258789,0.8019999694824219,0.8010598754882813,185405,0.0,0.0 2023-03-30 00:00:00+01:00,0.8040000152587891,0.8380000305175781,0.79,0.8219999694824219,0.821036376953125,64910,0.0,0.0 2023-03-31 00:00:00+01:00,0.8280000305175781,0.8380000305175781,0.794000015258789,0.8159999847412109,0.8150433349609375,187628,0.0,0.0 2023-04-03 00:00:00+01:00,0.835999984741211,0.8380000305175781,0.8105000305175781,0.8300000000000001,0.8290269470214844,86945,0.0,0.0 2023-04-04 00:00:00+01:00,0.8200000000000001,0.8380000305175781,0.8184200286865234,0.8290000152587891,0.8280282592773438,45444,0.0,0.0 2023-04-05 00:00:00+01:00,0.835999984741211,0.8380000305175781,0.8201999664306641,0.835999984741211,0.8350199890136719,99705,0.0,0.0 2023-04-06 00:00:00+01:00,0.8320999908447266,0.8380000305175781,0.8200000000000001,0.8330000305175781,0.8320234680175781,73938,0.0,0.0 2023-04-11 00:00:00+01:00,0.8200000000000001,0.84,0.8200000000000001,0.835,0.834021224975586,119208,0.0,0.0 2023-04-12 00:00:00+01:00,0.84,0.8419999694824218,0.8130000305175782,0.8340000152587891,0.8330223083496094,70123,0.0,0.0 2023-04-13 00:00:00+01:00,0.835999984741211,0.8477400207519531,0.8173100280761719,0.8340000152587891,0.83318603515625,215625,0.016382,0.0 2023-04-14 00:00:00+01:00,0.8340000152587891,0.85,0.8305500030517579,0.85,0.8491703796386719,129258,0.0,0.0 2023-04-17 00:00:00+01:00,0.8480000305175781,0.8496199798583984,0.825999984741211,0.836999969482422,0.8361830139160157,152290,0.0,0.0 2023-04-18 00:00:00+01:00,0.8480000305175781,0.85,0.8239900207519532,0.8280000305175781,0.8271918487548828,82199,0.0,0.0 2023-04-19 00:00:00+01:00,0.8280000305175781,0.8480000305175781,0.8243900299072265,0.8280000305175781,0.8271918487548828,74641,0.0,0.0 2023-04-20 00:00:00+01:00,0.8119999694824219,0.845999984741211,0.8119999694824219,0.835999984741211,0.8351840209960938,135838,0.0,0.0 2023-04-21 00:00:00+01:00,0.825999984741211,0.8477799987792969,0.825999984741211,0.8300000000000001,0.8291899108886719,36482,0.0,0.0 2023-04-24 00:00:00+01:00,0.85,0.85,0.8200000000000001,0.8280000305175781,0.8271918487548828,68482,0.0,0.0 2023-04-25 00:00:00+01:00,0.8380000305175781,0.8440000152587891,0.833499984741211,0.835,0.8341849517822266,73905,0.0,0.0 2023-04-26 00:00:00+01:00,0.8200000000000001,0.8473000335693359,0.8200000000000001,0.8200000000000001,0.8191996765136719,37700,0.0,0.0 2023-04-27 00:00:00+01:00,0.8475700378417969,0.8475700378417969,0.8244000244140626,0.8330000305175781,0.8321869659423828,118682,0.0,0.0 2023-04-28 00:00:00+01:00,0.8340000152587891,0.8480000305175781,0.8200000000000001,0.84,0.8391801452636719,66275,0.0,0.0 2023-05-02 00:00:00+01:00,0.8419999694824218,0.8440000152587891,0.8200000000000001,0.830999984741211,0.8301889038085938,99644,0.0,0.0 2023-05-03 00:00:00+01:00,0.8340000152587891,0.8480000305175781,0.8279399871826172,0.8340000152587891,0.83318603515625,172960,0.0,0.0 2023-05-04 00:00:00+01:00,0.835999984741211,0.84,0.8300000000000001,0.835999984741211,0.8351840209960938,125265,0.0,0.0 2023-05-05 00:00:00+01:00,0.8380000305175781,0.8486000061035156,0.8300000000000001,0.8300000000000001,0.8291899108886719,148094,0.0,0.0 2023-05-09 00:00:00+01:00,0.8480000305175781,0.86,0.8159999847412109,0.84,0.8391801452636719,99100,0.0,0.0 2023-05-10 00:00:00+01:00,0.84,0.8480000305175781,0.8340000152587891,0.8480000305175781,0.8471723175048829,82834,0.0,0.0 2023-05-11 00:00:00+01:00,0.8340000152587891,0.857969970703125,0.8340000152587891,0.8419999694824218,0.8411780548095703,41620,0.0,0.0 2023-05-12 00:00:00+01:00,0.8340000152587891,0.8580000305175781,0.8340000152587891,0.8540000152587891,0.85316650390625,93540,0.0,0.0 2023-05-15 00:00:00+01:00,0.8419999694824218,0.8595800018310547,0.8340000152587891,0.85,0.8491703796386719,85745,0.0,0.0 2023-05-16 00:00:00+01:00,0.8480000305175781,0.85,0.835,0.8380000305175781,0.8371821594238281,29000,0.0,0.0 2023-05-17 00:00:00+01:00,0.8441300201416015,0.8559799957275391,0.8402999877929688,0.845,0.8441751861572265,61144,0.0,0.0 2023-05-18 00:00:00+01:00,0.85,0.8540000152587891,0.8340000152587891,0.8340000152587891,0.83318603515625,53212,0.0,0.0 2023-05-19 00:00:00+01:00,0.8619999694824219,0.8640000152587891,0.835999984741211,0.8640000152587891,0.8631567382812501,35836,0.0,0.0 2023-05-22 00:00:00+01:00,0.835999984741211,0.8719999694824219,0.835999984741211,0.8530000305175781,0.8521673583984375,140965,0.0,0.0 2023-05-23 00:00:00+01:00,0.8619999694824219,0.8634300231933594,0.84,0.84,0.8391801452636719,77440,0.0,0.0 2023-05-24 00:00:00+01:00,0.84,0.8580000305175781,0.84,0.84,0.8391801452636719,101351,0.0,0.0 2023-05-25 00:00:00+01:00,0.85,0.865,0.8480000305175781,0.8490000152587891,0.8481713104248048,127724,0.0,0.0 2023-05-26 00:00:00+01:00,0.84,0.87,0.8380000305175781,0.8380000305175781,0.8371821594238281,80842,0.0,0.0 2023-05-30 00:00:00+01:00,0.8580000305175781,0.8688999938964844,0.8380000305175781,0.8380000305175781,0.8371821594238281,66618,0.0,0.0 2023-05-31 00:00:00+01:00,0.8380000305175781,0.87,0.8380000305175781,0.86,0.8591606140136719,73703,0.0,0.0 2023-06-01 00:00:00+01:00,0.865999984741211,0.865999984741211,0.86,0.8619999694824219,0.8611585998535156,127575,0.0,0.0 2023-06-02 00:00:00+01:00,0.8678299713134766,0.8683799743652344,0.86,0.8630000305175781,0.8621575927734375,77004,0.0,0.0 2023-06-05 00:00:00+01:00,0.8640000152587891,0.8687699890136719,0.8419999694824218,0.8440000152587891,0.84317626953125,51883,0.0,0.0 2023-06-06 00:00:00+01:00,0.8598600006103516,0.8680000305175781,0.855,0.855,0.8541654968261719,33111,0.0,0.0 2023-06-07 00:00:00+01:00,0.87,0.87,0.8419999694824218,0.87,0.8691508483886718,140798,0.0,0.0 2023-06-08 00:00:00+01:00,0.8619999694824219,0.8678299713134766,0.8551000213623047,0.86,0.8591606140136719,86629,0.0,0.0 2023-06-09 00:00:00+01:00,0.86,0.88,0.845999984741211,0.845999984741211,0.8451741790771484,191275,0.0,0.0 2023-06-12 00:00:00+01:00,0.88,0.88,0.86,0.88,0.8791410064697266,52695,0.0,0.0 2023-06-13 00:00:00+01:00,0.88,0.8974600219726563,0.8619999694824219,0.865999984741211,0.8651547241210937,131963,0.0,0.0 2023-06-14 00:00:00+01:00,0.87,0.894000015258789,0.87,0.8819999694824219,0.8811391448974609,122348,0.0,0.0 2023-06-15 00:00:00+01:00,0.895999984741211,0.895999984741211,0.8737699890136719,0.895999984741211,0.8951255035400391,113676,0.0,0.0 2023-06-16 00:00:00+01:00,0.894000015258789,0.894000015258789,0.8740000152587891,0.8740000152587891,0.8731468963623047,203638,0.0,0.0 2023-06-19 00:00:00+01:00,0.87,0.894000015258789,0.86,0.89,0.8891313171386719,91890,0.0,0.0 2023-06-20 00:00:00+01:00,0.8825000000000001,0.8880000305175781,0.8580000305175781,0.8740000152587891,0.8731468963623047,41815,0.0,0.0 2023-06-21 00:00:00+01:00,0.8780000305175781,0.88,0.8668900299072266,0.88,0.8791410064697266,68227,0.0,0.0 2023-06-22 00:00:00+01:00,0.8580000305175781,0.8880000305175781,0.8580000305175781,0.87,0.8691508483886718,95093,0.0,0.0 2023-06-23 00:00:00+01:00,0.8712000274658204,0.894000015258789,0.8580000305175781,0.8740000152587891,0.8731468963623047,75996,0.0,0.0 2023-06-26 00:00:00+01:00,0.8740000152587891,0.894000015258789,0.8666999816894532,0.88,0.8791410064697266,83643,0.0,0.0 2023-06-27 00:00:00+01:00,0.895999984741211,0.895999984741211,0.8580000305175781,0.895999984741211,0.8951255035400391,90313,0.0,0.0 2023-06-28 00:00:00+01:00,0.8580000305175781,0.88,0.8,0.825999984741211,0.8251937866210938,320499,0.0,0.0 2023-06-29 00:00:00+01:00,0.825999984741211,0.8419999694824218,0.8040000152587891,0.8040000152587891,0.8032151794433594,184774,0.0,0.0 2023-06-30 00:00:00+01:00,0.8059999847412109,0.8519999694824218,0.7959999847412109,0.7959999847412109,0.7952230072021484,100819,0.0,0.0 2023-07-03 00:00:00+01:00,0.8040000152587891,0.8274600219726562,0.7959999847412109,0.8040000152587891,0.8032151794433594,46765,0.0,0.0 2023-07-04 00:00:00+01:00,0.7959999847412109,0.835999984741211,0.7959999847412109,0.8,0.799219207763672,81353,0.0,0.0 2023-07-05 00:00:00+01:00,0.7980000305175782,0.835999984741211,0.794000015258789,0.794000015258789,0.79322509765625,130502,0.0,0.0 2023-07-06 00:00:00+01:00,0.794000015258789,0.8140000152587891,0.784000015258789,0.784000015258789,0.7832347869873048,55460,0.0,0.0 2023-07-07 00:00:00+01:00,0.784000015258789,0.7980000305175782,0.7780000305175782,0.7780000305175782,0.7772406005859375,71533,0.0,0.0 2023-07-10 00:00:00+01:00,0.7780000305175782,0.79,0.7528800201416016,0.76,0.7592581939697266,127386,0.0,0.0 2023-07-11 00:00:00+01:00,0.75,0.7859999847412109,0.7340000152587891,0.735999984741211,0.7352815246582032,195265,0.0,0.0 2023-07-12 00:00:00+01:00,0.735999984741211,0.7580000305175781,0.73,0.7419999694824219,0.741275634765625,124240,0.0,0.0 2023-07-13 00:00:00+01:00,0.75,0.7544400024414063,0.7421900177001953,0.75,0.7492679595947266,200284,0.0,0.0 2023-07-14 00:00:00+01:00,0.7480000305175781,0.76,0.744229965209961,0.7480000305175781,0.7472698974609375,29176,0.0,0.0 2023-07-17 00:00:00+01:00,0.7440000152587891,0.7580000305175781,0.74,0.74,0.7392776489257813,67540,0.0,0.0 2023-07-18 00:00:00+01:00,0.7419999694824219,0.76,0.7400199890136719,0.76,0.7592581939697266,52812,0.0,0.0 2023-07-19 00:00:00+01:00,0.76,0.7959999847412109,0.7505999755859375,0.77,0.7692484283447266,238139,0.0,0.0 2023-07-20 00:00:00+01:00,0.78,0.7896800231933594,0.7535900115966797,0.765999984741211,0.7654110717773438,160590,0.015966,0.0 2023-07-21 00:00:00+01:00,0.78,0.7980000305175782,0.76,0.76,0.7594156646728516,126856,0.0,0.0 2023-07-24 00:00:00+01:00,0.765999984741211,0.7880000305175782,0.7440000152587891,0.77,0.769407958984375,137113,0.0,0.0 2023-07-25 00:00:00+01:00,0.75,0.78,0.7433599853515626,0.75,0.7494233703613281,51015,0.0,0.0 2023-07-26 00:00:00+01:00,0.75,0.78,0.75,0.75,0.7494233703613281,52424,0.0,0.0 2023-07-27 00:00:00+01:00,0.75,0.78,0.75,0.75,0.7494233703613281,10983,0.0,0.0 2023-07-28 00:00:00+01:00,0.7819999694824219,0.7819999694824219,0.7501100158691406,0.7819999694824219,0.7813986968994141,80842,0.0,0.0 2023-07-31 00:00:00+01:00,0.78,0.7819999694824219,0.7433599853515626,0.7819999694824219,0.7813986968994141,93681,0.0,0.0 2023-08-01 00:00:00+01:00,0.7440000152587891,0.7819999694824219,0.7341899871826172,0.7819999694824219,0.7813986968994141,87141,0.0,0.0 2023-08-02 00:00:00+01:00,0.7440000152587891,0.7722000122070313,0.7440000152587891,0.7619999694824219,0.7614140319824219,84309,0.0,0.0 2023-08-03 00:00:00+01:00,0.75,0.78,0.75,0.77,0.769407958984375,37613,0.0,0.0 2023-08-04 00:00:00+01:00,0.76,0.78,0.74,0.77,0.769407958984375,55653,0.0,0.0 2023-08-07 00:00:00+01:00,0.7340000152587891,0.7665599822998047,0.7322799682617188,0.755999984741211,0.755418701171875,92683,0.0,0.0 2023-08-08 00:00:00+01:00,0.7340000152587891,0.7540000152587891,0.7300099945068359,0.7380000305175781,0.7374325561523437,202857,0.0,0.0 2023-08-09 00:00:00+01:00,0.755999984741211,0.774000015258789,0.73,0.7519999694824219,0.7514217376708985,171181,0.0,0.0 2023-08-10 00:00:00+01:00,0.774000015258789,0.774000015258789,0.7300199890136719,0.774000015258789,0.7734048461914063,53082,0.0,0.0 2023-08-11 00:00:00+01:00,0.7337799835205078,0.7680000305175781,0.7280000305175781,0.755999984741211,0.755418701171875,45160,0.0,0.0 2023-08-14 00:00:00+01:00,0.745999984741211,0.7680000305175781,0.725999984741211,0.725999984741211,0.72544189453125,77289,0.0,0.0 2023-08-15 00:00:00+01:00,0.7440000152587891,0.7539600372314453,0.74,0.74,0.7394309997558594,120183,0.0,0.0 2023-08-16 00:00:00+01:00,0.7466999816894532,0.7486900329589844,0.725999984741211,0.7490000152587891,0.7484242248535157,46485,0.0,0.0 2023-08-17 00:00:00+01:00,0.725999984741211,0.75,0.725999984741211,0.75,0.7494233703613281,89028,0.0,0.0 2023-08-18 00:00:00+01:00,0.7163600158691407,0.7580000305175781,0.7140000152587891,0.735999984741211,0.7354340362548828,12684,0.0,0.0 2023-08-21 00:00:00+01:00,0.7140000152587891,0.7451899719238282,0.7124600219726562,0.7140000152587891,0.7134510803222657,25653,0.0,0.0 2023-08-22 00:00:00+01:00,0.755999984741211,0.7580000305175781,0.7119999694824218,0.74,0.7394309997558594,51053,0.0,0.0 2023-08-23 00:00:00+01:00,0.7319999694824219,0.755999984741211,0.7240399932861328,0.7390000152587891,0.7384318542480469,131823,0.0,0.0 2023-08-24 00:00:00+01:00,0.7580000305175781,0.7580000305175781,0.7155999755859375,0.7290000152587891,0.7284395599365234,72024,0.0,0.0 2023-08-25 00:00:00+01:00,0.73,0.73,0.7107199859619141,0.7130000305175781,0.7124518585205079,38526,0.0,0.0 2023-08-29 00:00:00+01:00,0.74,0.7519999694824219,0.7205000305175782,0.7319999694824219,0.7314371490478516,175232,0.0,0.0 2023-08-30 00:00:00+01:00,0.7260800170898437,0.7395999908447266,0.72,0.735999984741211,0.7354340362548828,69146,0.0,0.0 2023-08-31 00:00:00+01:00,0.715999984741211,0.7580000305175781,0.715999984741211,0.715999984741211,0.7154495239257813,64893,0.0,0.0 2023-09-01 00:00:00+01:00,0.715999984741211,0.7480000305175781,0.71,0.71,0.7094541168212891,32037,0.0,0.0 2023-09-04 00:00:00+01:00,0.72,0.7580000305175781,0.7123999786376953,0.7390000152587891,0.7384318542480469,80709,0.0,0.0 2023-09-05 00:00:00+01:00,0.73,0.7480000305175781,0.71197998046875,0.7290000152587891,0.7284395599365234,35994,0.0,0.0 2023-09-06 00:00:00+01:00,0.71,0.7420400238037109,0.7000000000000001,0.71,0.7094541168212891,91616,0.0,0.0 2023-09-07 00:00:00+01:00,0.745999984741211,0.745999984741211,0.71,0.71,0.7094541168212891,99325,0.0,0.0 2023-09-08 00:00:00+01:00,0.71,0.7420400238037109,0.71,0.71,0.7094541168212891,26160,0.0,0.0 2023-09-11 00:00:00+01:00,0.71,0.7409400177001954,0.7023000335693359,0.71,0.7094541168212891,39166,0.0,0.0 2023-09-12 00:00:00+01:00,0.7000000000000001,0.745999984741211,0.6880000305175782,0.7019999694824219,0.7014602661132813,39850,0.0,0.0 2023-09-13 00:00:00+01:00,0.7040000152587891,0.71,0.6980000305175781,0.6980000305175781,0.69746337890625,44633,0.0,0.0 2023-09-14 00:00:00+01:00,0.72,0.72,0.7019999694824219,0.7019999694824219,0.7014602661132813,45776,0.0,0.0 2023-09-15 00:00:00+01:00,0.6980000305175781,0.7142800140380859,0.6980000305175781,0.7000000000000001,0.6994618988037109,130887,0.0,0.0 2023-09-18 00:00:00+01:00,0.6980000305175781,0.7180000305175781,0.6980000305175781,0.6980000305175781,0.69746337890625,80679,0.0,0.0 2023-09-19 00:00:00+01:00,0.7004000091552735,0.7073100280761719,0.7004000091552735,0.7080000305175781,0.7074556732177735,118330,0.0,0.0 2023-09-20 00:00:00+01:00,0.71,0.73,0.7044999694824219,0.7169999694824218,0.716448745727539,96702,0.0,0.0 2023-09-21 00:00:00+01:00,0.7180000305175781,0.73,0.7130100250244141,0.73,0.729438705444336,106388,0.0,0.0 2023-09-22 00:00:00+01:00,0.705999984741211,0.73,0.7000000000000001,0.705999984741211,0.7054572296142578,100070,0.0,0.0 2023-09-25 00:00:00+01:00,0.722959976196289,0.73,0.705999984741211,0.7119999694824218,0.7114525604248046,32112,0.0,0.0 2023-09-26 00:00:00+01:00,0.7180000305175781,0.7180000305175781,0.7000000000000001,0.7080000305175781,0.7074556732177735,76683,0.0,0.0 2023-09-27 00:00:00+01:00,0.705999984741211,0.72,0.6980000305175781,0.72,0.7194464874267579,46265,0.0,0.0 2023-09-28 00:00:00+01:00,0.7019999694824219,0.7105000305175782,0.6980000305175781,0.71,0.7094541168212891,98000,0.0,0.0 2023-09-29 00:00:00+01:00,0.6900000000000001,0.7147000122070313,0.6900000000000001,0.6900000000000001,0.6894695281982423,52258,0.0,0.0 2023-10-02 00:00:00+01:00,0.7000000000000001,0.711520004272461,0.697239990234375,0.71,0.7094541168212891,46460,0.0,0.0 2023-10-03 00:00:00+01:00,0.6900000000000001,0.7180000305175781,0.6900000000000001,0.6900000000000001,0.6894695281982423,15620,0.0,0.0 2023-10-04 00:00:00+01:00,0.6916000366210938,0.7180000305175781,0.6916000366210938,0.7040000152587891,0.7034587097167969,41199,0.0,0.0 2023-10-05 00:00:00+01:00,0.6900000000000001,0.72,0.6900000000000001,0.6900000000000001,0.6894695281982423,33852,0.0,0.0 2023-10-06 00:00:00+01:00,0.6915000152587891,0.7173600006103515,0.6915000152587891,0.7090000152587891,0.7084548950195313,34883,0.0,0.0 2023-10-09 00:00:00+01:00,0.7000000000000001,0.7280000305175781,0.6719999694824219,0.6719999694824219,0.6714833068847657,112590,0.0,0.0 2023-10-10 00:00:00+01:00,0.68,0.7180000305175781,0.6759999847412109,0.6759999847412109,0.6754802703857422,74916,0.0,0.0 2023-10-11 00:00:00+01:00,0.6919999694824219,0.7080000305175781,0.681520004272461,0.6940000152587891,0.6934664916992188,68723,0.0,0.0 2023-10-12 00:00:00+01:00,0.6959999847412109,0.7180000305175781,0.68,0.6880000305175782,0.6874710845947266,64498,0.0,0.0 2023-10-13 00:00:00+01:00,0.6840000152587891,0.6989600372314453,0.681520004272461,0.6840000152587891,0.68347412109375,110339,0.0,0.0 2023-10-16 00:00:00+01:00,0.6900000000000001,0.7180000305175781,0.67,0.6819999694824219,0.6814756774902344,197098,0.0,0.0 2023-10-17 00:00:00+01:00,0.674000015258789,0.6855999755859375,0.66,0.669000015258789,0.6684856414794922,124511,0.0,0.0 2023-10-18 00:00:00+01:00,0.6630000305175782,0.68,0.6580000305175782,0.674000015258789,0.6734817504882813,79630,0.0,0.0 2023-10-19 00:00:00+01:00,0.6694999694824219,0.68,0.65,0.674000015258789,0.6736105346679687,159421,0.012886,0.0 2023-10-20 00:00:00+01:00,0.6680000305175782,0.68,0.6498500061035156,0.6530000305175782,0.6526227569580079,156781,0.0,0.0 2023-10-23 00:00:00+01:00,0.68,0.68,0.6480000305175782,0.6659999847412109,0.665615234375,63002,0.0,0.0 2023-10-24 00:00:00+01:00,0.6480000305175782,0.6680000305175782,0.6379999923706055,0.6379999923706055,0.6376313781738281,163940,0.0,0.0 2023-10-25 00:00:00+01:00,0.6459999847412109,0.6733999633789063,0.6377199935913086,0.66,0.6596186828613282,45846,0.0,0.0 2023-10-26 00:00:00+01:00,0.6519999694824219,0.6780000305175782,0.6419999694824219,0.6619999694824219,0.6616175842285157,73897,0.0,0.0 2023-10-27 00:00:00+01:00,0.6759999847412109,0.6759999847412109,0.64,0.65,0.6496244812011719,56097,0.0,0.0 2023-10-30 00:00:00+00:00,0.65,0.6780000305175782,0.6459999847412109,0.6459999847412109,0.6456267547607422,49056,0.0,0.0 2023-10-31 00:00:00+00:00,0.6780000305175782,0.6780000305175782,0.6458999633789063,0.6619999694824219,0.6616175842285157,60256,0.0,0.0 2023-11-01 00:00:00+00:00,0.66,0.66,0.644000015258789,0.655,0.65462158203125,105178,0.0,0.0 2023-11-02 00:00:00+00:00,0.6580000305175782,0.6900000000000001,0.6565000152587891,0.6730000305175782,0.6726112365722656,287592,0.0,0.0 2023-11-03 00:00:00+00:00,0.6680000305175782,0.705999984741211,0.6680000305175782,0.7000000000000001,0.6995956420898438,235256,0.0,0.0 2023-11-06 00:00:00+00:00,0.68,0.7198200225830078,0.68,0.6990000152587891,0.6985961914062501,97347,0.0,0.0 2023-11-07 00:00:00+00:00,0.7000000000000001,0.7000000000000001,0.68,0.6940000152587891,0.6935990905761719,120830,0.0,0.0 2023-11-08 00:00:00+00:00,0.6919999694824219,0.7080000305175781,0.6805599975585938,0.700999984741211,0.7005949401855469,385281,0.0,0.0 2023-11-09 00:00:00+00:00,0.71,0.7103500366210938,0.6805599975585938,0.6900000000000001,0.6896013641357422,103161,0.0,0.0 2023-11-10 00:00:00+00:00,0.6980000305175781,0.7000000000000001,0.67,0.67,0.6696128845214844,100055,0.0,0.0 2023-11-13 00:00:00+00:00,0.7040000152587891,0.7139299774169922,0.6719999694824219,0.705999984741211,0.7055921173095703,125870,0.0,0.0 2023-11-14 00:00:00+00:00,0.7140000152587891,0.715999984741211,0.6763300323486329,0.6859999847412109,0.6856036376953125,208586,0.0,0.0 2023-11-15 00:00:00+00:00,0.7080000305175781,0.71,0.6929499816894531,0.6959999847412109,0.6955979156494141,202116,0.0,0.0 2023-11-16 00:00:00+00:00,0.6966000366210937,0.6966000366210937,0.6825,0.6890000152587891,0.6886019134521485,229871,0.0,0.0 2023-11-17 00:00:00+00:00,0.6719999694824219,0.7080000305175781,0.6719999694824219,0.6840000152587891,0.6836048126220703,96744,0.0,0.0 2023-11-20 00:00:00+00:00,0.6859999847412109,0.7000000000000001,0.67,0.6840000152587891,0.6836048126220703,210853,0.0,0.0 2023-11-21 00:00:00+00:00,0.6900000000000001,0.693239974975586,0.6719999694824219,0.674000015258789,0.6736105346679687,231897,0.0,0.0 2023-11-22 00:00:00+00:00,0.67,0.6849400329589844,0.67,0.67,0.6696128845214844,194909,0.0,0.0 2023-11-23 00:00:00+00:00,0.6859999847412109,0.705999984741211,0.66,0.6619999694824219,0.6616175842285157,179558,0.0,0.0 2023-11-24 00:00:00+00:00,0.6619999694824219,0.6840000152587891,0.6619999694824219,0.6619999694824219,0.6616175842285157,441870,0.0,0.0 2023-11-27 00:00:00+00:00,0.664000015258789,0.7180000305175781,0.654000015258789,0.67,0.6696128845214844,323699,0.0,0.0 2023-11-28 00:00:00+00:00,0.6719999694824219,0.6969999694824219,0.664000015258789,0.67,0.6696128845214844,189026,0.0,0.0 2023-11-29 00:00:00+00:00,0.67,0.6980000305175781,0.6619999694824219,0.674000015258789,0.6736105346679687,249638,0.0,0.0 2023-11-30 00:00:00+00:00,0.67,0.6900000000000001,0.644000015258789,0.644000015258789,0.6436279296875,797428,0.0,0.0 2023-12-01 00:00:00+00:00,0.65,0.6780000305175782,0.6459999847412109,0.6680000305175782,0.6676139831542969,443509,0.0,0.0 2023-12-04 00:00:00+00:00,0.6619999694824219,0.6780000305175782,0.6495200347900391,0.66,0.6596186828613282,740494,0.0,0.0 2023-12-05 00:00:00+00:00,0.654000015258789,0.6780000305175782,0.6480000305175782,0.67,0.6696128845214844,182342,0.0,0.0 2023-12-06 00:00:00+00:00,0.66,0.6751200103759766,0.656969985961914,0.6659999847412109,0.665615234375,627410,0.0,0.0 2023-12-07 00:00:00+00:00,0.664000015258789,0.68,0.654000015258789,0.68,0.6796070861816407,122022,0.0,0.0 2023-12-08 00:00:00+00:00,0.67,0.6780000305175782,0.6459999847412109,0.6669999694824219,0.6666146087646484,344232,0.0,0.0 2023-12-11 00:00:00+00:00,0.6559999847412109,0.6780000305175782,0.6438500213623047,0.67,0.6696128845214844,614653,0.0,0.0 2023-12-12 00:00:00+00:00,0.6680000305175782,0.6859999847412109,0.65,0.68,0.6796070861816407,298677,0.0,0.0 2023-12-13 00:00:00+00:00,0.66,0.6859999847412109,0.654000015258789,0.665,0.6646157836914063,33915,0.0,0.0 2023-12-14 00:00:00+00:00,0.6659999847412109,0.7000000000000001,0.6659999847412109,0.6900000000000001,0.6896013641357422,289220,0.0,0.0 2023-12-15 00:00:00+00:00,0.6980000305175781,0.7000000000000001,0.6679100036621094,0.7000000000000001,0.6995956420898438,186277,0.0,0.0 2023-12-18 00:00:00+00:00,0.6900000000000001,0.71,0.6816400146484375,0.71,0.7095897674560547,270029,0.0,0.0 2023-12-19 00:00:00+00:00,0.6980000305175781,0.6980000305175781,0.6762000274658203,0.6900000000000001,0.6896013641357422,246254,0.0,0.0 2023-12-20 00:00:00+00:00,0.72,0.72,0.6936000061035157,0.7040000152587891,0.7035932159423828,211348,0.0,0.0 2023-12-21 00:00:00+00:00,0.71,0.71,0.674000015258789,0.705999984741211,0.7055921173095703,96413,0.0,0.0 2023-12-22 00:00:00+00:00,0.705999984741211,0.7219999694824218,0.6803600311279298,0.7219999694824218,0.7215828704833984,174453,0.0,0.0 2023-12-27 00:00:00+00:00,0.6819999694824219,0.7180000305175781,0.6619999694824219,0.7180000305175781,0.7175851440429688,102733,0.0,0.0 2023-12-28 00:00:00+00:00,0.6619999694824219,0.7180000305175781,0.66,0.67,0.6697325134277344,68734,0.01282,0.0 2023-12-29 00:00:00+00:00,0.6940000152587891,0.7019999694824219,0.6680000305175782,0.6900000000000001,0.6897245788574219,27557,0.0,0.0 2024-01-02 00:00:00+00:00,0.7000000000000001,0.7197000122070313,0.68,0.6990000152587891,0.6987209320068359,134749,0.0,0.0 2024-01-03 00:00:00+00:00,0.6900000000000001,0.7116799926757813,0.67,0.6780000305175782,0.6777293395996093,393991,0.0,0.0 2024-01-04 00:00:00+00:00,0.6852899932861328,0.7080000305175781,0.6852899932861328,0.6919999694824219,0.6917236328125,176016,0.0,0.0 2024-01-05 00:00:00+00:00,0.6900000000000001,0.7049199676513672,0.68,0.6840000152587891,0.6837269592285157,108031,0.0,0.0 2024-01-08 00:00:00+00:00,0.6900000000000001,0.7040000152587891,0.6849500274658203,0.6980000305175781,0.6977213287353515,212490,0.0,0.0 2024-01-09 00:00:00+00:00,0.7019999694824219,0.7059799957275391,0.6940000152587891,0.6940000152587891,0.6937229156494141,148284,0.0,0.0 2024-01-10 00:00:00+00:00,0.6819999694824219,0.7113999938964843,0.6680000305175782,0.68,0.6797285461425782,615341,0.0,0.0 2024-01-11 00:00:00+00:00,0.674000015258789,0.7056999969482421,0.674000015258789,0.674000015258789,0.6737309265136718,78798,0.0,0.0 2024-01-12 00:00:00+00:00,0.67,0.71,0.67,0.674000015258789,0.6737309265136718,52118,0.0,0.0 2024-01-15 00:00:00+00:00,0.6874400329589844,0.7119999694824218,0.68,0.68,0.6797285461425782,154017,0.0,0.0 2024-01-16 00:00:00+00:00,0.6880000305175782,0.7080000305175781,0.674000015258789,0.68,0.6797285461425782,245425,0.0,0.0 2024-01-17 00:00:00+00:00,0.68,0.6946700286865235,0.6760600280761719,0.6900000000000001,0.6897245788574219,90196,0.0,0.0 2024-01-18 00:00:00+00:00,0.6819999694824219,0.7000000000000001,0.68,0.68,0.6797285461425782,155457,0.0,0.0 2024-01-19 00:00:00+00:00,0.68,0.7080000305175781,0.6719999694824219,0.6919999694824219,0.6917236328125,437850,0.0,0.0 2024-01-22 00:00:00+00:00,0.6919999694824219,0.6980000305175781,0.674000015258789,0.6980000305175781,0.6977213287353515,268211,0.0,0.0 2024-01-23 00:00:00+00:00,0.6980000305175781,0.7040000152587891,0.6949400329589844,0.7040000152587891,0.7037189483642579,27921,0.0,0.0 2024-01-24 00:00:00+00:00,0.7000000000000001,0.7083999633789063,0.6861599731445313,0.6950000000000001,0.6947225189208984,88318,0.0,0.0 2024-01-25 00:00:00+00:00,0.6940000152587891,0.7000000000000001,0.6876000213623047,0.6940000152587891,0.6937229156494141,52055,0.0,0.0 2024-01-26 00:00:00+00:00,0.6900000000000001,0.7080000305175781,0.644000015258789,0.6759999847412109,0.6757301330566406,240474,0.0,0.0 2024-01-29 00:00:00+00:00,0.6819999694824219,0.7040000152587891,0.68,0.68,0.6797285461425782,215608,0.0,0.0 2024-01-30 00:00:00+00:00,0.705999984741211,0.705999984741211,0.6832499694824219,0.6880000305175782,0.6877253723144532,277656,0.0,0.0 2024-01-31 00:00:00+00:00,0.6840000152587891,0.6959999847412109,0.6816100311279297,0.6880000305175782,0.6877253723144532,56306,0.0,0.0 2024-02-01 00:00:00+00:00,0.6940000152587891,0.7000000000000001,0.68,0.68,0.6797285461425782,265839,0.0,0.0 2024-02-02 00:00:00+00:00,0.6900000000000001,0.6943599700927735,0.6840000152587891,0.6840000152587891,0.6837269592285157,117177,0.0,0.0 2024-02-05 00:00:00+00:00,0.705999984741211,0.705999984741211,0.6880000305175782,0.6880000305175782,0.6877253723144532,128428,0.0,0.0 2024-02-06 00:00:00+00:00,0.6880000305175782,0.6949199676513672,0.68,0.68,0.6797285461425782,85782,0.0,0.0 2024-02-07 00:00:00+00:00,0.6859999847412109,0.7080000305175781,0.6766999816894531,0.6940000152587891,0.6937229156494141,134564,0.0,0.0 2024-02-08 00:00:00+00:00,0.6819999694824219,0.6895400238037109,0.6759999847412109,0.6759999847412109,0.6757301330566406,142963,0.0,0.0 2024-02-09 00:00:00+00:00,0.6719999694824219,0.6940000152587891,0.668499984741211,0.6719999694824219,0.6717316436767579,128800,0.0,0.0 2024-02-12 00:00:00+00:00,0.6780000305175782,0.6900000000000001,0.6658799743652344,0.6780000305175782,0.6777293395996093,108234,0.0,0.0 2024-02-13 00:00:00+00:00,0.68,0.6900000000000001,0.6655400085449219,0.68,0.6797285461425782,95181,0.0,0.0 2024-02-14 00:00:00+00:00,0.67,0.6943199920654297,0.6660700225830078,0.67,0.6697325134277344,170275,0.0,0.0 2024-02-15 00:00:00+00:00,0.67,0.7000000000000001,0.6659999847412109,0.7000000000000001,0.6997205352783203,109513,0.0,0.0 2024-02-16 00:00:00+00:00,0.67,0.7080000305175781,0.6622899627685547,0.664000015258789,0.6637348937988281,92786,0.0,0.0 2024-02-19 00:00:00+00:00,0.6619999694824219,0.6780000305175782,0.6619999694824219,0.6619999694824219,0.661735610961914,77876,0.0,0.0 2024-02-20 00:00:00+00:00,0.67,0.705999984741211,0.6619999694824219,0.6619999694824219,0.661735610961914,60076,0.0,0.0 2024-02-21 00:00:00+00:00,0.6659999847412109,0.6880000305175782,0.66,0.66,0.6597364807128906,78176,0.0,0.0 2024-02-22 00:00:00+00:00,0.66,0.6880000305175782,0.66,0.66,0.6597364807128906,176208,0.0,0.0 2024-02-23 00:00:00+00:00,0.66,0.7000000000000001,0.654000015258789,0.6559999847412109,0.6557381439208985,312802,0.0,0.0 2024-02-26 00:00:00+00:00,0.6559999847412109,0.6780000305175782,0.64,0.6559999847412109,0.6557381439208985,203738,0.0,0.0 2024-02-27 00:00:00+00:00,0.6419999694824219,0.6619999694824219,0.64,0.6419999694824219,0.6417436218261718,144201,0.0,0.0 2024-02-28 00:00:00+00:00,0.6419999694824219,0.6659999847412109,0.6419999694824219,0.6419999694824219,0.6417436218261718,100600,0.0,0.0 2024-02-29 00:00:00+00:00,0.654000015258789,0.6780000305175782,0.64,0.67,0.6697325134277344,94602,0.0,0.0 2024-03-01 00:00:00+00:00,0.67,0.6780000305175782,0.6419000244140625,0.67,0.6697325134277344,249942,0.0,0.0 2024-03-04 00:00:00+00:00,0.66,0.68,0.6573899841308594,0.66,0.6597364807128906,193246,0.0,0.0 2024-03-05 00:00:00+00:00,0.6580000305175782,0.6680000305175782,0.651510009765625,0.65,0.6497405242919922,111212,0.0,0.0 2024-03-06 00:00:00+00:00,0.66,0.6619999694824219,0.64,0.64,0.6397444915771484,49125,0.0,0.0 2024-03-07 00:00:00+00:00,0.64,0.6559999847412109,0.64,0.64,0.6397444915771484,282417,0.0,0.0 2024-03-08 00:00:00+00:00,0.6419999694824219,0.67,0.6419000244140625,0.6459999847412109,0.6457421112060547,155864,0.0,0.0 2024-03-11 00:00:00+00:00,0.6880000305175782,0.6880000305175782,0.64,0.665,0.6647344970703125,203567,0.0,0.0 2024-03-12 00:00:00+00:00,0.6419999694824219,0.6880000305175782,0.63,0.63,0.6297484970092774,488145,0.0,0.0 2024-03-13 00:00:00+00:00,0.6240000152587891,0.6680000305175782,0.62,0.625999984741211,0.6257500457763672,176737,0.0,0.0 2024-03-14 00:00:00+00:00,0.625999984741211,0.6659999847412109,0.6218600082397461,0.6220000076293946,0.6217516708374023,117387,0.0,0.0 2024-03-15 00:00:00+00:00,0.6240000152587891,0.6659999847412109,0.6165299987792969,0.65,0.6497405242919922,150424,0.0,0.0 2024-03-18 00:00:00+00:00,0.6680000305175782,0.6680000305175782,0.6220000076293946,0.625999984741211,0.6257500457763672,40540,0.0,0.0 2024-03-19 00:00:00+00:00,0.6220000076293946,0.63625,0.6132400131225586,0.62,0.6197524642944336,272529,0.0,0.0 2024-03-20 00:00:00+00:00,0.62,0.66,0.615999984741211,0.62,0.6197524642944336,231487,0.0,0.0 2024-03-21 00:00:00+00:00,0.6580000305175782,0.6580000305175782,0.6206900024414063,0.6240000152587891,0.6237508773803712,254393,0.0,0.0 2024-03-22 00:00:00+00:00,0.625999984741211,0.65,0.6220000076293946,0.64,0.6397444915771484,333981,0.0,0.0 2024-03-25 00:00:00+00:00,0.64,0.66,0.62,0.62,0.6197524642944336,300543,0.0,0.0 2024-03-26 00:00:00+00:00,0.62,0.64,0.6020000076293945,0.6220000076293946,0.6217516708374023,509881,0.0,0.0 2024-03-27 00:00:00+00:00,0.62,0.6379999923706055,0.61,0.63,0.6297484970092774,371052,0.0,0.0 2024-03-28 00:00:00+00:00,0.6305400085449219,0.635999984741211,0.6120000076293945,0.62,0.6197524642944336,147554,0.0,0.0 2024-04-02 00:00:00+01:00,0.61,0.64,0.6045000076293946,0.6279999923706054,0.6277492904663086,384516,0.0,0.0 2024-04-03 00:00:00+01:00,0.6279999923706054,0.6379999923706055,0.61,0.615999984741211,0.6157540130615234,322340,0.0,0.0 2024-04-04 00:00:00+01:00,0.6120000076293945,0.63,0.6140800094604493,0.620999984741211,0.6207520294189454,196988,0.0,0.0 2024-04-05 00:00:00+01:00,0.61,0.6279999923706054,0.6082199859619141,0.61,0.6097564697265625,188950,0.0,0.0 2024-04-08 00:00:00+01:00,0.63,0.6480000305175782,0.6120000076293945,0.615999984741211,0.6157540130615234,310479,0.0,0.0 2024-04-09 00:00:00+01:00,0.6340000152587891,0.6379999923706055,0.61,0.615,0.6147544479370117,212415,0.0,0.0 2024-04-10 00:00:00+01:00,0.64,0.64,0.6120000076293945,0.6120000076293945,0.6117556762695313,275637,0.0,0.0 2024-04-11 00:00:00+01:00,0.61,0.63,0.6079999923706055,0.6079999923706055,0.6078826522827149,339464,0.012624,0.0 2024-04-12 00:00:00+01:00,0.6220000076293946,0.6379999923706055,0.6120000076293945,0.62,0.6198803329467774,255075,0.0,0.0 2024-04-15 00:00:00+01:00,0.6,0.6379999923706055,0.6,0.605999984741211,0.6058830261230469,129031,0.0,0.0 2024-04-16 00:00:00+01:00,0.605999984741211,0.63,0.6020000076293945,0.63,0.6298784255981446,107995,0.0,0.0 2024-04-17 00:00:00+01:00,0.6279999923706054,0.6279999923706054,0.6034000015258789,0.6040000152587891,0.6038834381103516,193011,0.0,0.0 2024-04-18 00:00:00+01:00,0.62,0.6320000076293946,0.610999984741211,0.6279999923706054,0.6278787994384766,183772,0.0,0.0 2024-04-19 00:00:00+01:00,0.605999984741211,0.6279999923706054,0.5948099899291992,0.615999984741211,0.6158810806274414,250986,0.0,0.0 2024-04-22 00:00:00+01:00,0.62,0.6220000076293946,0.6045899963378907,0.6140000152587891,0.6138815307617188,176456,0.0,0.0 2024-04-23 00:00:00+01:00,0.62,0.6320000076293946,0.61,0.620999984741211,0.620880126953125,257569,0.0,0.0 2024-04-24 00:00:00+01:00,0.6240000152587891,0.6240000152587891,0.6089599990844726,0.6120000076293945,0.6118819046020508,230130,0.0,0.0 2024-04-25 00:00:00+01:00,0.62,0.63,0.6140000152587891,0.6140000152587891,0.6138815307617188,123761,0.0,0.0 2024-04-26 00:00:00+01:00,0.61,0.64,0.61,0.64,0.6398764801025391,38329,0.0,0.0 2024-04-29 00:00:00+01:00,0.6179999923706054,0.6480000305175782,0.61,0.6179999923706054,0.6178807067871094,105319,0.0,0.0 2024-04-30 00:00:00+01:00,0.625999984741211,0.635,0.635,0.6379999923706055,0.6378768539428711,456882,0.0,0.0 2024-05-01 00:00:00+01:00,0.6379999923706055,0.6480000305175782,0.62,0.6370000076293946,0.6368770599365234,135223,0.0,0.0 2024-05-02 00:00:00+01:00,0.6340000152587891,0.65,0.6272000122070313,0.64,0.6398764801025391,62402,0.0,0.0 2024-05-03 00:00:00+01:00,0.6480000305175782,0.65,0.6339599990844726,0.644000015258789,0.643875732421875,161249,0.0,0.0 2024-05-07 00:00:00+01:00,0.654000015258789,0.6659999847412109,0.6319200134277344,0.6340000152587891,0.6338776397705078,204999,0.0,0.0 2024-05-08 00:00:00+01:00,0.65,0.6659999847412109,0.6368999862670899,0.6459999847412109,0.6458753204345703,104949,0.0,0.0 2024-05-09 00:00:00+01:00,0.6680000305175782,0.6680000305175782,0.6320000076293946,0.6580000305175782,0.6578730010986328,107340,0.0,0.0 2024-05-10 00:00:00+01:00,0.65,0.6619999694824219,0.65,0.6519999694824219,0.6518741607666015,205138,0.0,0.0 2024-05-13 00:00:00+01:00,0.66,0.66,0.63,0.639000015258789,0.6388766860961914,451497,0.0,0.0 2024-05-14 00:00:00+01:00,0.6320000076293946,0.6459999847412109,0.6320000076293946,0.64,0.6398764801025391,99463,0.0,0.0 2024-05-15 00:00:00+01:00,0.6459999847412109,0.6459999847412109,0.6179999923706054,0.6419999694824219,0.6418760681152343,249475,0.0,0.0 2024-05-16 00:00:00+01:00,0.6320000076293946,0.6495999908447265,0.6320000076293946,0.6320000076293946,0.6318780136108398,120833,0.0,0.0 2024-05-17 00:00:00+01:00,0.625999984741211,0.6480000305175782,0.625999984741211,0.625999984741211,0.6258791732788086,211172,0.0,0.0 2024-05-20 00:00:00+01:00,0.65,0.6580000305175782,0.63,0.65,0.6498745727539063,208002,0.0,0.0 2024-05-21 00:00:00+01:00,0.64,0.64197998046875,0.6273199844360352,0.64,0.6398764801025391,104022,0.0,0.0 2024-05-22 00:00:00+01:00,0.6340000152587891,0.6580000305175782,0.62,0.62,0.6198803329467774,238695,0.0,0.0 2024-05-23 00:00:00+01:00,0.6419999694824219,0.6509400177001953,0.62,0.6320000076293946,0.6318780136108398,256874,0.0,0.0 2024-05-24 00:00:00+01:00,0.6340000152587891,0.635,0.6179999923706054,0.6340000152587891,0.6338776397705078,95077,0.0,0.0 2024-05-28 00:00:00+01:00,0.6340000152587891,0.6419999694824219,0.6290000152587891,0.6379999923706055,0.6378768539428711,172773,0.0,0.0 2024-05-29 00:00:00+01:00,0.6379999923706055,0.6379999923706055,0.63125,0.6379999923706055,0.6378768539428711,126240,0.0,0.0 2024-05-30 00:00:00+01:00,0.64,0.644000015258789,0.63,0.63,0.6298784255981446,143625,0.0,0.0 2024-05-31 00:00:00+01:00,0.63,0.6441200256347657,0.63,0.63,0.6298784255981446,140424,0.0,0.0 2024-06-03 00:00:00+01:00,0.63,0.6419000244140625,0.63,0.635,0.6348774337768555,118399,0.0,0.0 2024-06-04 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.63,0.644000015258789,0.643875732421875,197004,0.0,0.0 2024-06-05 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6340000152587891,0.6340000152587891,0.6338776397705078,565983,0.0,0.0 2024-06-06 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6352000045776367,0.6379999923706055,0.6378768539428711,152497,0.0,0.0 2024-06-07 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.63,0.639000015258789,0.6388766860961914,340782,0.0,0.0 2024-06-10 00:00:00+01:00,0.6279999923706054,0.6419999694824219,0.6279999923706054,0.6279999923706054,0.6278787994384766,156923,0.0,0.0 2024-06-11 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.6298400115966797,0.644000015258789,0.643875732421875,111545,0.0,0.0 2024-06-12 00:00:00+01:00,0.6419999694824219,0.642509994506836,0.635,0.6419999694824219,0.6418760681152343,91126,0.0,0.0 2024-06-13 00:00:00+01:00,0.644000015258789,0.644000015258789,0.638400001525879,0.644000015258789,0.643875732421875,61667,0.0,0.0 2024-06-14 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6306999969482422,0.644000015258789,0.643875732421875,160078,0.0,0.0 2024-06-17 00:00:00+01:00,0.644000015258789,0.66,0.63,0.6320000076293946,0.6318780136108398,197649,0.0,0.0 2024-06-18 00:00:00+01:00,0.6320000076293946,0.644000015258789,0.6312300109863281,0.6320000076293946,0.6318780136108398,115164,0.0,0.0 2024-06-19 00:00:00+01:00,0.6340000152587891,0.66,0.6294800186157227,0.635,0.6348774337768555,397181,0.0,0.0 2024-06-20 00:00:00+01:00,0.6340000152587891,0.6511799621582032,0.63,0.6419999694824219,0.6418760681152343,241407,0.0,0.0 2024-06-21 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6340000152587891,0.644000015258789,0.643875732421875,103619,0.0,0.0 2024-06-24 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.6320000076293946,0.6318780136108398,201142,0.0,0.0 2024-06-25 00:00:00+01:00,0.644000015258789,0.664000015258789,0.6315499877929688,0.635999984741211,0.6358772277832031,69782,0.0,0.0 2024-06-26 00:00:00+01:00,0.64,0.644000015258789,0.6352000045776367,0.6379999923706055,0.6378768539428711,161317,0.0,0.0 2024-06-27 00:00:00+01:00,0.635999984741211,0.644000015258789,0.6340000152587891,0.6340000152587891,0.6338776397705078,112007,0.0,0.0 2024-06-28 00:00:00+01:00,0.644000015258789,0.6659999847412109,0.6318999862670899,0.6340000152587891,0.6338776397705078,262300,0.0,0.0 2024-07-01 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6354100036621094,0.64,0.6398764801025391,103929,0.0,0.0 2024-07-02 00:00:00+01:00,0.6379999923706055,0.6408399963378907,0.6340000152587891,0.64,0.6398764801025391,94016,0.0,0.0 2024-07-03 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.635999984741211,0.6379999923706055,0.6378768539428711,172276,0.0,0.0 2024-07-04 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6379999923706055,0.644000015258789,0.643875732421875,148653,0.0,0.0 2024-07-05 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.635999984741211,0.6358772277832031,123870,0.0,0.0 2024-07-08 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.644000015258789,0.643875732421875,80480,0.0,0.0 2024-07-09 00:00:00+01:00,0.644000015258789,0.644000015258789,0.6339199829101563,0.64,0.6398764801025391,237807,0.0,0.0 2024-07-10 00:00:00+01:00,0.644000015258789,0.664000015258789,0.6406300354003907,0.644000015258789,0.643875732421875,321258,0.0,0.0 2024-07-11 00:00:00+01:00,0.64,0.644000015258789,0.63,0.6370000076293946,0.6370000076293946,267370,0.012431,0.0 2024-07-12 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.644000015258789,0.644000015258789,373055,0.0,0.0 2024-07-15 00:00:00+01:00,0.644000015258789,0.644000015258789,0.63,0.64,0.64,269373,0.0,0.0 2024-07-16 00:00:00+01:00,0.6379999923706055,0.64,0.625999984741211,0.64,0.64,152366,0.0,0.0 2024-07-17 00:00:00+01:00,0.6419999694824219,0.644000015258789,0.6378300094604492,0.644000015258789,0.644000015258789,70826,0.0,0.0 2024-07-18 00:00:00+01:00,0.644000015258789,0.644000015258789,0.635999984741211,0.6379999923706055,0.6379999923706055,70717,0.0,0.0 2024-07-19 00:00:00+01:00,0.635999984741211,0.6638700103759766,0.635999984741211,0.6340000152587891,0.6340000152587891,177896,0.0,0.0 2024-07-22 00:00:00+01:00,0.6419999694824219,0.6419999694824219,0.6340000152587891,0.639000015258789,0.639000015258789,183825,0.0,0.0 2024-07-23 00:00:00+01:00,0.6379999923706055,0.644000015258789,0.635999984741211,0.64,0.64,196689,0.0,0.0 2024-07-24 00:00:00+01:00,0.644000015258789,0.66,0.6320000076293946,0.6320000076293946,0.6320000076293946,145084,0.0,0.0 2024-07-25 00:00:00+01:00,0.6340000152587891,0.65,0.6240000152587891,0.65,0.65,322294,0.0,0.0 2024-07-26 00:00:00+01:00,0.6379999923706055,0.6559999847412109,0.6220000076293946,0.6220000076293946,0.6220000076293946,312874,0.0,0.0 2024-07-29 00:00:00+01:00,0.64,0.6559999847412109,0.6354899978637696,0.6480000305175782,0.6480000305175782,319338,0.0,0.0 2024-07-30 00:00:00+01:00,0.6480000305175782,0.6480000305175782,0.6251499938964844,0.64,0.64,284920,0.0,0.0 2024-07-31 00:00:00+01:00,0.6419999694824219,0.6528800201416016,0.64,0.6459999847412109,0.6459999847412109,122050,0.0,0.0 2024-08-01 00:00:00+01:00,0.6480000305175782,0.6580000305175782,0.6240000152587891,0.6240000152587891,0.6240000152587891,489120,0.0,0.0 2024-08-02 00:00:00+01:00,0.64,0.6519999694824219,0.6338399887084961,0.635999984741211,0.635999984741211,180575,0.0,0.0 2024-08-05 00:00:00+01:00,0.635999984741211,0.6376399993896484,0.6235599899291993,0.6240000152587891,0.6240000152587891,147717,0.0,0.0 2024-08-06 00:00:00+01:00,0.64,0.6580000305175782,0.63,0.63,0.63,224853,0.0,0.0 2024-08-07 00:00:00+01:00,0.6340000152587891,0.6552200317382812,0.6340000152587891,0.6340000152587891,0.6340000152587891,87014,0.0,0.0 2024-08-08 00:00:00+01:00,0.6340000152587891,0.6514600372314453,0.6340000152587891,0.6340000152587891,0.6340000152587891,54620,0.0,0.0 2024-08-09 00:00:00+01:00,0.6340000152587891,0.6519999694824219,0.6340000152587891,0.6379999923706055,0.6379999923706055,155654,0.0,0.0 2024-08-12 00:00:00+01:00,0.64,0.6519999694824219,0.635999984741211,0.635999984741211,0.635999984741211,116374,0.0,0.0 2024-08-13 00:00:00+01:00,0.635999984741211,0.6519999694824219,0.635999984741211,0.64,0.64,455809,0.0,0.0 2024-08-14 00:00:00+01:00,0.6480000305175782,0.6559999847412109,0.64,0.6480000305175782,0.6480000305175782,143574,0.0,0.0 2024-08-15 00:00:00+01:00,0.635999984741211,0.664000015258789,0.6322600173950196,0.6559999847412109,0.6559999847412109,333387,0.0,0.0 2024-08-16 00:00:00+01:00,0.6480000305175782,0.6619999694824219,0.635260009765625,0.6480000305175782,0.6480000305175782,311691,0.0,0.0 2024-08-19 00:00:00+01:00,0.6459999847412109,0.65,0.6337799835205078,0.644000015258789,0.644000015258789,160782,0.0,0.0 2024-08-20 00:00:00+01:00,0.6480000305175782,0.65,0.6445999908447265,0.65,0.65,286063,0.0,0.0 2024-08-21 00:00:00+01:00,0.65,0.65,0.6337099838256836,0.6370000076293946,0.6370000076293946,56295,0.0,0.0 2024-08-22 00:00:00+01:00,0.6617320251464844,0.6617320251464844,0.635999984741211,0.6399599838256836,0.6399599838256836,50090,0.0,0.0 ================================================ FILE: tests/data/SPM-MI-1d-bad-stock-split-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-06-01 00:00:00+02:00,5.72999992370606,5.78199996948242,5.3939998626709,5.3939998626709,5.3939998626709,3095860,0,0 2022-06-02 00:00:00+02:00,5.38600006103516,5.38600006103516,5.26800003051758,5.2939998626709,5.2939998626709,1662880,0,0 2022-06-03 00:00:00+02:00,5.34599990844727,5.34599990844727,5.15800018310547,5.16800003051758,5.16800003051758,1698900,0,0 2022-06-06 00:00:00+02:00,5.16800003051758,5.25200004577637,5.13800010681152,5.18800010681152,5.18800010681152,1074910,0,0 2022-06-07 00:00:00+02:00,5.21800003051758,5.22200012207031,5.07400016784668,5.1560001373291,5.1560001373291,1850680,0,0 2022-06-08 00:00:00+02:00,5.1560001373291,5.17599983215332,5.07200012207031,5.10200004577637,5.10200004577637,1140360,0,0 2022-06-09 00:00:00+02:00,5.09799995422363,5.09799995422363,4.87599983215332,4.8939998626709,4.8939998626709,2025480,0,0 2022-06-10 00:00:00+02:00,4.87999992370606,4.87999992370606,4.50400009155274,4.50400009155274,4.50400009155274,2982730,0,0 2022-06-13 00:00:00+02:00,4.3,4.37599983215332,3.83600006103516,3.83600006103516,3.83600006103516,4568210,0,0.1 2022-06-14 00:00:00+02:00,3.87750015258789,4.15999984741211,3.85200004577637,3.9439998626709,3.9439998626709,5354500,0,0 2022-06-15 00:00:00+02:00,4.03400001525879,4.16450004577637,3.73050003051758,3.73050003051758,3.73050003051758,6662610,0,0 2022-06-16 00:00:00+02:00,3.73050003051758,3.98499984741211,3.72400016784668,3.82550010681152,3.82550010681152,13379960,0,0 2022-06-17 00:00:00+02:00,3.8,4.29949989318848,3.75,4.29949989318848,4.29949989318848,12844160,0,0 2022-06-20 00:00:00+02:00,2.19422197341919,2.2295401096344,2.13992595672607,2.2295401096344,2.2295401096344,12364104,0,0 2022-06-21 00:00:00+02:00,2.24719905853272,2.28515291213989,2.19712090492249,2.21557092666626,2.21557092666626,8434013,0,0 2022-06-22 00:00:00+02:00,1.98679196834564,2.00365996360779,1.73798203468323,1.73798203468323,1.73798203468323,26496542,0,0 2022-06-23 00:00:00+02:00,1.62411904335022,1.68526804447174,1.37320005893707,1.59776198863983,1.59776198863983,48720201,0,0 2022-06-24 00:00:00+02:00,1.47599303722382,1.54610300064087,1.1739410161972,1.24932205677032,1.24932205677032,56877192,0,0 2022-06-27 00:00:00+02:00,1.49899995326996,1.79849994182587,1.49899995326996,1.79849994182587,1.79849994182587,460673,0,0 2022-06-28 00:00:00+02:00,2.15799999237061,3.05100011825562,2.12599992752075,3.05100011825562,3.05100011825562,3058635,0,0 2022-06-29 00:00:00+02:00,2.90000009536743,3.73799991607666,2.85899996757507,3.26399993896484,3.26399993896484,6516761,0,0 2022-06-30 00:00:00+02:00,3.24900007247925,3.28099989891052,2.5,2.5550000667572,2.5550000667572,4805984,0,0 ================================================ FILE: tests/data/SPM-MI-1d-bad-stock-split.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-06-01 00:00:00+02:00,57.29999923706055,57.81999969482422,53.939998626708984,53.939998626708984,53.939998626708984,309586,0.0,0.0 2022-06-02 00:00:00+02:00,53.86000061035156,53.86000061035156,52.68000030517578,52.939998626708984,52.939998626708984,166288,0.0,0.0 2022-06-03 00:00:00+02:00,53.459999084472656,53.459999084472656,51.58000183105469,51.68000030517578,51.68000030517578,169890,0.0,0.0 2022-06-06 00:00:00+02:00,51.68000030517578,52.52000045776367,51.380001068115234,51.880001068115234,51.880001068115234,107491,0.0,0.0 2022-06-07 00:00:00+02:00,52.18000030517578,52.220001220703125,50.7400016784668,51.560001373291016,51.560001373291016,185068,0.0,0.0 2022-06-08 00:00:00+02:00,51.560001373291016,51.7599983215332,50.720001220703125,51.02000045776367,51.02000045776367,114036,0.0,0.0 2022-06-09 00:00:00+02:00,50.97999954223633,50.97999954223633,48.7599983215332,48.939998626708984,48.939998626708984,202548,0.0,0.0 2022-06-10 00:00:00+02:00,48.79999923706055,48.79999923706055,45.040000915527344,45.040000915527344,45.040000915527344,298273,0.0,0.0 2022-06-13 00:00:00+02:00,43.0,43.7599983215332,38.36000061035156,38.36000061035156,38.36000061035156,456821,0.0,0.1 2022-06-14 00:00:00+02:00,38.775001525878906,41.599998474121094,38.52000045776367,39.439998626708984,39.439998626708984,535450,0.0,0.0 2022-06-15 00:00:00+02:00,40.34000015258789,41.64500045776367,37.30500030517578,37.30500030517578,37.30500030517578,666261,0.0,0.0 2022-06-16 00:00:00+02:00,37.30500030517578,39.849998474121094,37.2400016784668,38.255001068115234,38.255001068115234,1337996,0.0,0.0 2022-06-17 00:00:00+02:00,38.0,42.994998931884766,37.5,42.994998931884766,42.994998931884766,1284416,0.0,0.0 2022-06-20 00:00:00+02:00,2.1942219734191895,2.2295401096343994,2.139925956726074,2.2295401096343994,2.2295401096343994,12364104,0.0,0.0 2022-06-21 00:00:00+02:00,2.247199058532715,2.2851529121398926,2.1971209049224854,2.2155709266662598,2.2155709266662598,8434013,0.0,0.0 2022-06-22 00:00:00+02:00,1.986791968345642,2.003659963607788,1.7379820346832275,1.7379820346832275,1.7379820346832275,26496542,0.0,0.0 2022-06-23 00:00:00+02:00,1.6241190433502197,1.6852680444717407,1.3732000589370728,1.5977619886398315,1.5977619886398315,48720201,0.0,0.0 2022-06-24 00:00:00+02:00,1.475993037223816,1.5461030006408691,1.1739410161972046,1.2493220567703247,1.2493220567703247,56877192,0.0,0.0 2022-06-27 00:00:00+02:00,1.4989999532699585,1.7984999418258667,1.4989999532699585,1.7984999418258667,1.7984999418258667,460673,0.0,0.0 2022-06-28 00:00:00+02:00,2.1579999923706055,3.0510001182556152,2.125999927520752,3.0510001182556152,3.0510001182556152,3058635,0.0,0.0 2022-06-29 00:00:00+02:00,2.9000000953674316,3.73799991607666,2.8589999675750732,3.2639999389648438,3.2639999389648438,6516761,0.0,0.0 2022-06-30 00:00:00+02:00,3.249000072479248,3.2809998989105225,2.5,2.555000066757202,2.555000066757202,4805984,0.0,0.0 ================================================ FILE: tests/data/SSW-JO-1d-100x-error-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-06-09 00:00:00+02:00,34.7000,34.7100,33.2400,33.6200,33.6200,7148409,0,0 2023-06-08 00:00:00+02:00,34.9000,34.9900,34.0400,34.3600,34.3600,10406999,0,0 2023-06-07 00:00:00+02:00,34.5500,35.6400,34.3200,35.0900,35.0900,10118918,0,0 2023-06-06 00:00:00+02:00,34.5000,34.8200,34.0500,34.4600,34.4600,9109709,0,0 2023-06-05 00:00:00+02:00,35.0000,35.3000,34.2000,34.7000,34.7000,8791993,0,0 2023-06-02 00:00:00+02:00,35.6900,36.1800,34.6000,34.9700,34.9700,8844549,0,0 2023-06-01 00:00:00+02:00,35.2300,35.3800,34.2400,35.3500,35.3500,6721030,0,0 2023-05-31 00:00:00+02:00,34.8,35.48,34.26,35.01,35.01,32605833,0,0 2023-05-30 00:00:00+02:00,34.39,35.37,33.85,34.23,34.23,8970804,0,0 2023-05-29 00:00:00+02:00,34.66,35.06,34.02,34.32,34.32,3912803,0,0 2023-05-26 00:00:00+02:00,34.75,35.99,34.33,34.53,34.53,6744718,0,0 2023-05-25 00:00:00+02:00,35.4,36.09,34.63,35.07,35.07,16900221,0,0 2023-05-24 00:00:00+02:00,36.2,36.5,35.26,35.4,35.4,9049505,0,0 2023-05-23 00:00:00+02:00,36.9,36.67,35.56,36.1,36.1,10797373,0,0 2023-05-22 00:00:00+02:00,37.05,37.36,36.09,36.61,36.61,7132641,0,0 2023-05-19 00:00:00+02:00,36.2,37.15,36.25,36.9,36.9,12648518,0,0 2023-05-18 00:00:00+02:00,36.57,36.99,35.84,36.46,36.46,10674542,0,0 2023-05-17 00:00:00+02:00,36.87,37.31,36.56,36.71,36.71,9892791,0,0 2023-05-16 00:00:00+02:00,37.15,37.73,36.96,37.03,37.03,4706789,0,0 2023-05-15 00:00:00+02:00,37.74,38.05,36.96,37.27,37.27,7890969,0,0 2023-05-12 00:00:00+02:00,37.5,38.44,36.71,37.74,37.74,8724303,0,0 2023-05-11 00:00:00+02:00,38.8,38.88,37.01,37.32,37.32,14371855,0,0 2023-05-10 00:00:00+02:00,38.93,38.8,36.42,38.1,38.1,30393389,0,0 2023-05-09 00:00:00+02:00,44.41,44.41,39.39,39.66,39.66,19833428,0,0 2023-05-08 00:00:00+02:00,44.63,45.78,44.56,44.71,44.71,11092519,0,0 2023-05-05 00:00:00+02:00,42.99,44.9,42.87,44.58,44.58,28539048,0,0 2023-05-04 00:00:00+02:00,41.49,43.3,41.23,42.83,42.83,15506868,0,0 2023-05-03 00:00:00+02:00,39.75,40.98,39.68,40.95,40.95,14657028,0,0 2023-05-02 00:00:00+02:00,40.37,40.32,39.17,39.65,39.65,11818133,0,0 ================================================ FILE: tests/data/SSW-JO-1d-100x-error.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2023-06-09 00:00:00+02:00,34.700001,34.709999,33.240002,33.619999,33.619999,7148409,0,0 2023-06-08 00:00:00+02:00,34.900002,34.990002,34.040001,34.360001,34.360001,10406999,0,0 2023-06-07 00:00:00+02:00,34.549999,35.639999,34.320000,35.090000,35.090000,10118918,0,0 2023-06-06 00:00:00+02:00,34.500000,34.820000,34.049999,34.459999,34.459999,9109709,0,0 2023-06-05 00:00:00+02:00,35.000000,35.299999,34.200001,34.700001,34.700001,8791993,0,0 2023-06-02 00:00:00+02:00,35.689999,36.180000,34.599998,34.970001,34.970001,8844549,0,0 2023-06-01 00:00:00+02:00,35.230000,35.380001,34.240002,35.349998,35.349998,6721030,0,0 2023-05-31 00:00:00+02:00,3480,3548,3426,3501,3501,32605833,0,0 2023-05-30 00:00:00+02:00,3439,3537,3385,3423,3423,8970804,0,0 2023-05-29 00:00:00+02:00,3466,3506,3402,3432,3432,3912803,0,0 2023-05-26 00:00:00+02:00,3475,3599,3433,3453,3453,6744718,0,0 2023-05-25 00:00:00+02:00,3540,3609,3463,3507,3507,16900221,0,0 2023-05-24 00:00:00+02:00,3620,3650,3526,3540,3540,9049505,0,0 2023-05-23 00:00:00+02:00,3690,3667,3556,3610,3610,10797373,0,0 2023-05-22 00:00:00+02:00,3705,3736,3609,3661,3661,7132641,0,0 2023-05-19 00:00:00+02:00,3620,3715,3625,3690,3690,12648518,0,0 2023-05-18 00:00:00+02:00,3657,3699,3584,3646,3646,10674542,0,0 2023-05-17 00:00:00+02:00,3687,3731,3656,3671,3671,9892791,0,0 2023-05-16 00:00:00+02:00,3715,3773,3696,3703,3703,4706789,0,0 2023-05-15 00:00:00+02:00,3774,3805,3696,3727,3727,7890969,0,0 2023-05-12 00:00:00+02:00,3750,3844,3671,3774,3774,8724303,0,0 2023-05-11 00:00:00+02:00,3880,3888,3701,3732,3732,14371855,0,0 2023-05-10 00:00:00+02:00,3893,3880,3642,3810,3810,30393389,0,0 2023-05-09 00:00:00+02:00,4441,4441,3939,3966,3966,19833428,0,0 2023-05-08 00:00:00+02:00,4463,4578,4456,4471,4471,11092519,0,0 2023-05-05 00:00:00+02:00,4299,4490,4287,4458,4458,28539048,0,0 2023-05-04 00:00:00+02:00,4149,4330,4123,4283,4283,15506868,0,0 2023-05-03 00:00:00+02:00,3975,4098,3968,4095,4095,14657028,0,0 2023-05-02 00:00:00+02:00,4037,4032,3917,3965,3965,11818133,0,0 ================================================ FILE: tests/data/TEM-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,1.79,1.8039999389648438,1.773780059814453,1.7960000610351563,1.6496072775686643,1439017,0.0,0.0,True 2022-01-05 00:00:00+00:00,1.7739999389648438,1.79,1.7710000610351564,1.7760000610351563,1.6312375096325933,1095461,0.0,0.0,True 2022-01-06 00:00:00+00:00,1.761999969482422,1.7854100036621094,1.7465400695800781,1.7580000305175782,1.614704446724725,1631347,0.0,0.0,True 2022-01-07 00:00:00+00:00,1.751999969482422,1.7660000610351563,1.7480000305175782,1.761999969482422,1.618378571953247,925976,0.0,0.0,True 2022-01-10 00:00:00+00:00,1.77,1.7760000610351563,1.75,1.75,1.607356482336527,3774102,0.0,0.0,True 2022-01-11 00:00:00+00:00,1.78,1.788000030517578,1.7538400268554688,1.78,1.634911348792269,1174413,0.0,0.0,True 2022-01-12 00:00:00+00:00,1.798000030517578,1.8039999389648438,1.788000030517578,1.788000030517578,1.6422591701460436,1162647,0.0,0.0,True 2022-01-13 00:00:00+00:00,1.788000030517578,1.8019999694824218,1.7725599670410157,1.7780000305175783,1.6330742146607964,636785,0.0,0.0,True 2022-01-14 00:00:00+00:00,1.8039999389648438,1.8039999389648438,1.7590499877929688,1.7660000610351563,1.6220526971817693,1070080,0.0,0.0,True 2022-01-17 00:00:00+00:00,1.7639999389648438,1.7839999389648438,1.7639999389648438,1.771999969482422,1.6275635274384945,568164,0.0,0.0,True 2022-01-18 00:00:00+00:00,1.7560000610351563,1.7660000610351563,1.7433999633789063,1.75,1.607356482336527,1759554,0.0,0.0,True 2022-01-19 00:00:00+00:00,1.731999969482422,1.7580000305175782,1.7275300598144532,1.7460000610351563,1.603682786211275,1901172,0.0,0.0,True 2022-01-20 00:00:00+00:00,1.75,1.781959991455078,1.75,1.7780000305175783,1.6330742146607964,1117138,0.0,0.0,True 2022-01-21 00:00:00+00:00,1.76,1.7739999389648438,1.7457600402832032,1.761999969482422,1.618378571953247,1556983,0.0,0.0,True 2022-01-24 00:00:00+00:00,1.76,1.76,1.6980000305175782,1.7060000610351562,1.5669432503391323,2013702,0.0,0.0,True 2022-01-25 00:00:00+00:00,1.7180000305175782,1.731999969482422,1.701999969482422,1.7060000610351562,1.5669432503391323,1609639,0.0,0.0,True 2022-01-26 00:00:00+00:00,1.7280000305175782,1.7380000305175782,1.7105099487304687,1.72,1.579801901949632,857374,0.0,0.0,True 2022-01-27 00:00:00+00:00,1.7,1.7260000610351562,1.7,1.721999969482422,1.5816387500122582,766192,0.0,0.0,True 2022-01-28 00:00:00+00:00,1.73,1.73,1.6939999389648437,1.6980000305175782,1.5595952859509343,1686571,0.0,0.0,True 2022-01-31 00:00:00+00:00,1.7039999389648437,1.74,1.7039999389648437,1.7360000610351562,1.5944978307260278,1058559,0.0,0.0,True 2022-02-01 00:00:00+00:00,1.74,1.7639999389648438,1.7320799255371093,1.7560000610351563,1.6128677416965218,751945,0.0,0.0,True 2022-02-02 00:00:00+00:00,1.75,1.7680000305175783,1.74,1.74,1.5981716698857031,701195,0.0,0.0,True 2022-02-03 00:00:00+00:00,1.74,1.74,1.7160000610351562,1.7160000610351562,1.5761280627899563,724853,0.0,0.0,True 2022-02-04 00:00:00+00:00,1.7280000305175782,1.7439999389648437,1.7239999389648437,1.7280000305175782,1.587150009372253,1070994,0.0,0.0,True 2022-02-07 00:00:00+00:00,1.731999969482422,1.7460000610351563,1.7280000305175782,1.74,1.5981716698857031,981253,0.0,0.0,True 2022-02-08 00:00:00+00:00,1.73,1.7560000610351563,1.7280000305175782,1.7560000610351563,1.6128677416965218,852964,0.0,0.0,True 2022-02-09 00:00:00+00:00,1.7660000610351563,1.781999969482422,1.7539999389648437,1.7780000305175783,1.6330742146607964,1029672,0.0,0.0,True 2022-02-10 00:00:00+00:00,1.79,1.7949600219726562,1.77,1.78,1.634911348792269,962928,0.0,0.0,True 2022-02-11 00:00:00+00:00,1.78,1.788000030517578,1.7550999450683593,1.78,1.634911348792269,609062,0.0,0.0,True 2022-02-14 00:00:00+00:00,1.77,1.77,1.7280000305175782,1.75,1.607356482336527,665930,0.0,0.0,True 2022-02-15 00:00:00+00:00,1.7460000610351563,1.7652799987792969,1.73,1.76,1.6165414378217744,880468,0.0,0.0,True 2022-02-16 00:00:00+00:00,1.77,1.78,1.7580000305175782,1.77,1.6257263933070218,923844,0.0,0.0,True 2022-02-17 00:00:00+00:00,1.77,1.7780000305175783,1.751719970703125,1.7660000610351563,1.6220526971817693,917315,0.0,0.0,True 2022-02-18 00:00:00+00:00,1.7560000610351563,1.779340057373047,1.7380000305175782,1.7380000305175782,1.596334821823077,849122,0.0,0.0,True 2022-02-21 00:00:00+00:00,1.7380000305175782,1.7645399475097656,1.701999969482422,1.7060000610351562,1.5669432503391323,848261,0.0,0.0,True 2022-02-22 00:00:00+00:00,1.691999969482422,1.71,1.6758000183105468,1.69,1.5522473215627366,1434345,0.0,0.0,True 2022-02-23 00:00:00+00:00,1.711999969482422,1.711999969482422,1.6760000610351562,1.68,1.543062223043066,2049852,0.0,0.0,True 2022-02-24 00:00:00+00:00,1.6400000000000001,1.6400000000000001,1.583800048828125,1.588000030517578,1.4585613477509076,2217624,0.0,0.0,True 2022-02-25 00:00:00+00:00,1.62,1.645,1.6026199340820313,1.6339999389648439,1.5008118569141986,1286891,0.0,0.0,True 2022-02-28 00:00:00+00:00,1.6,1.6253799438476564,1.598000030517578,1.6019999694824218,1.4714201423958304,1165250,0.0,0.0,True 2022-03-01 00:00:00+00:00,1.6,1.6260000610351564,1.568000030517578,1.5739999389648438,1.4457024100715614,1753992,0.0,0.0,True 2022-03-02 00:00:00+00:00,1.578000030517578,1.578000030517578,1.461999969482422,1.5080000305175782,1.3850822760066224,2404701,0.0,0.0,True 2022-03-03 00:00:00+00:00,1.47,1.5460000610351563,1.47,1.51,1.3869191240692484,8049057,0.0,0.0,True 2022-03-04 00:00:00+00:00,1.49,1.5160000610351563,1.471999969482422,1.4839999389648437,1.3630383828420294,983621,0.0,0.0,True 2022-03-07 00:00:00+00:00,1.4739999389648437,1.4739999389648437,1.4041000366210938,1.4280000305175782,1.3116029181934907,2976060,0.0,0.0,True 2022-03-08 00:00:00+00:00,1.4360000610351562,1.4380000305175782,1.401999969482422,1.41,1.2950702843888924,1533391,0.0,0.0,True 2022-03-09 00:00:00+00:00,1.4280000305175782,1.4660000610351562,1.4022599792480468,1.46,1.3409947757462821,1206255,0.0,0.0,True 2022-03-10 00:00:00+00:00,1.46,1.487989959716797,1.4539999389648437,1.4680000305175782,1.3483424540656335,1958306,0.0,0.0,True 2022-03-11 00:00:00+00:00,1.45,1.5080000305175782,1.45,1.4539999389648437,1.3354836594207105,2271091,0.0,0.0,True 2022-03-14 00:00:00+00:00,1.4639999389648437,1.4647999572753907,1.4119000244140625,1.4180000305175782,1.302418105742667,1896223,0.0,0.0,True 2022-03-15 00:00:00+00:00,1.3939999389648439,1.41,1.3719999694824219,1.4060000610351562,1.2913961591603702,1324219,0.0,0.0,True 2022-03-16 00:00:00+00:00,1.45,1.491999969482422,1.4441200256347657,1.4880000305175782,1.3667123650361281,3008681,0.0,0.0,True 2022-03-17 00:00:00+00:00,1.5160000610351563,1.518470001220703,1.4850399780273438,1.491999969482422,1.370386347230227,14305305,0.0,0.0,True 2022-03-18 00:00:00+00:00,1.501999969482422,1.53,1.4794999694824218,1.53,1.40528889200532,2049559,0.0,0.0,True 2022-03-21 00:00:00+00:00,1.538000030517578,1.538000030517578,1.481999969482422,1.5039999389648437,1.3814081507781002,2035562,0.0,0.0,True 2022-03-22 00:00:00+00:00,1.5060000610351563,1.5339999389648438,1.499320068359375,1.52,1.3961040795544961,1000869,0.0,0.0,True 2022-03-23 00:00:00+00:00,1.54,1.54,1.5197799682617188,1.54,1.4144738474905671,2216760,0.0,0.0,True 2022-03-24 00:00:00+00:00,1.5139999389648438,1.5460000610351563,1.5139999389648438,1.52,1.3961040795544961,1198532,0.0,0.0,True 2022-03-25 00:00:00+00:00,1.51,1.53,1.5039999389648437,1.5139999389648438,1.3905931062633474,1300751,0.0,0.0,True 2022-03-28 00:00:00+01:00,1.4960000610351563,1.5329400634765626,1.4960000610351563,1.5239999389648438,1.3997780617485949,1357380,0.0,0.0,True 2022-03-29 00:00:00+01:00,1.53,1.5539999389648438,1.52,1.548000030517578,1.4218219549131885,8038876,0.0,0.0,True 2022-03-30 00:00:00+01:00,1.53,1.5619999694824218,1.5260000610351563,1.5619999694824218,1.4346807495581113,2570381,0.0,0.0,True 2022-03-31 00:00:00+01:00,1.5519999694824218,1.57,1.55,1.5639999389648438,1.4365174545863142,4389179,0.0,0.0,True 2022-04-01 00:00:00+01:00,1.5719999694824218,1.5719999694824218,1.5460000610351563,1.5560000610351563,1.4291696332325396,2322868,0.0,0.0,True 2022-04-04 00:00:00+01:00,1.5619999694824218,1.5760000610351563,1.5560000610351563,1.5719999694824218,1.443865705043358,1476631,0.0,0.0,True 2022-04-05 00:00:00+01:00,1.568000030517578,1.5699000549316406,1.5439999389648438,1.55,1.4236586599413912,1397552,0.0,0.0,True 2022-04-06 00:00:00+01:00,1.58,1.58,1.516060028076172,1.5260000610351563,1.4016150528456441,1504430,0.0,0.0,True 2022-04-07 00:00:00+01:00,1.51,1.5260000610351563,1.5077200317382813,1.511999969482422,1.388756115166298,992175,0.0,0.0,True 2022-04-08 00:00:00+01:00,1.54,1.54,1.5080000305175782,1.52,1.3961040795544961,1599823,0.0,0.0,True 2022-04-11 00:00:00+01:00,1.52,1.52,1.49,1.5039999389648437,1.3814081507781002,1820104,0.0,0.0,True 2022-04-12 00:00:00+01:00,1.5060000610351563,1.5121299743652343,1.4839999389648437,1.5060000610351563,1.383245284909573,2027213,0.0,0.0,True 2022-04-13 00:00:00+01:00,1.5,1.521999969482422,1.492239990234375,1.511999969482422,1.388756115166298,3012460,0.0,0.0,True 2022-04-14 00:00:00+01:00,1.51,1.5161999511718751,1.4980000305175782,1.501999969482422,1.3795711596810507,1415706,0.0,0.0,True 2022-04-19 00:00:00+01:00,1.52,1.52,1.48,1.4860000610351562,1.3648755169735018,1438085,0.0,0.0,True 2022-04-20 00:00:00+01:00,1.471999969482422,1.5,1.47,1.4760000610351562,1.3556905614882544,1523340,0.0,0.0,True 2022-04-21 00:00:00+01:00,1.4760000610351562,1.4860000610351562,1.4616000366210937,1.4660000610351562,1.3465056060030072,1504135,0.0,0.0,True 2022-04-22 00:00:00+01:00,1.4560000610351562,1.4960000610351563,1.4560000610351562,1.4580000305175782,1.3391577846492326,1724706,0.0,0.0,True 2022-04-25 00:00:00+01:00,1.43,1.4360000610351562,1.4139999389648439,1.4280000305175782,1.3116029181934907,1781619,0.0,0.0,True 2022-04-26 00:00:00+01:00,1.451999969482422,1.451999969482422,1.4080000305175782,1.4080000305175782,1.2932331502574197,1434453,0.0,0.0,True 2022-04-27 00:00:00+01:00,1.401999969482422,1.4239999389648437,1.401999969482422,1.421999969482422,1.306092087936766,1798613,0.0,0.0,True 2022-04-28 00:00:00+01:00,1.43,1.45,1.4157600402832031,1.4380000305175782,1.3207880167131614,1030073,0.0,0.0,True 2022-04-29 00:00:00+01:00,1.4639999389648437,1.48,1.4639999389648437,1.471999969482422,1.3520165792941556,3451954,0.0,0.0,True 2022-05-03 00:00:00+01:00,1.4660000610351562,1.4792999267578126,1.4525000000000001,1.461999969482422,1.3428316238089084,3677384,0.0,0.0,True 2022-05-04 00:00:00+01:00,1.46,1.4739999389648437,1.451999969482422,1.46,1.3409947757462821,1470278,0.0,0.0,True 2022-05-05 00:00:00+01:00,1.481999969482422,1.4898300170898438,1.4660000610351562,1.471999969482422,1.3520165792941556,3112141,0.0,0.0,True 2022-05-06 00:00:00+01:00,1.45,1.4589999389648438,1.411999969482422,1.431999969482422,1.315277043422013,8777746,0.0,0.0,True 2022-05-09 00:00:00+01:00,1.421999969482422,1.4380000305175782,1.3919999694824219,1.4080000305175782,1.2932331502574197,1475528,0.0,0.0,True 2022-05-10 00:00:00+01:00,1.4260000610351562,1.4260000610351562,1.4060000610351562,1.41,1.2950702843888924,2241001,0.0,0.0,True 2022-05-11 00:00:00+01:00,1.4139999389648439,1.44,1.4102400207519532,1.43,1.3134400523249636,1149802,0.0,0.0,True 2022-05-12 00:00:00+01:00,1.4139999389648439,1.4280000305175782,1.396999969482422,1.421999969482422,1.306092087936766,1347960,0.0,0.0,True 2022-05-13 00:00:00+01:00,1.4460000610351562,1.4511599731445313,1.4280000305175782,1.4480000305175782,1.3299728291639854,1629658,0.0,0.0,True 2022-05-16 00:00:00+01:00,1.42,1.441999969482422,1.4177699279785156,1.4380000305175782,1.3207880167131614,1732653,0.0,0.0,True 2022-05-17 00:00:00+01:00,1.46,1.4634800720214844,1.4340899658203126,1.4580000305175782,1.3391577846492326,1457329,0.0,0.0,True 2022-05-18 00:00:00+01:00,1.47,1.4880000305175782,1.4542799377441407,1.4639999389648437,1.3446686149059577,884933,0.0,0.0,True 2022-05-19 00:00:00+01:00,1.451999969482422,1.4560000610351562,1.4239999389648437,1.44,1.3226250078102109,2121773,0.0,0.0,True 2022-05-20 00:00:00+01:00,1.4660000610351562,1.4739999389648437,1.445959930419922,1.4539999389648437,1.3354836594207105,1093059,0.0,0.0,True 2022-05-23 00:00:00+01:00,1.4580000305175782,1.4780000305175782,1.45,1.4580000305175782,1.3391577846492326,748807,0.0,0.0,True 2022-05-24 00:00:00+01:00,1.46,1.46,1.4160000610351562,1.421999969482422,1.306092087936766,1539412,0.0,0.0,True 2022-05-25 00:00:00+01:00,1.4180000305175782,1.454320068359375,1.4139999389648439,1.431999969482422,1.315277043422013,1494665,0.0,0.0,True 2022-05-26 00:00:00+01:00,1.44,1.4560000610351562,1.41,1.4560000610351562,1.3373207935521831,1342084,0.0,0.0,True 2022-05-27 00:00:00+01:00,1.4480000305175782,1.48,1.44197998046875,1.471999969482422,1.3520165792941556,1121901,0.0,0.0,True 2022-05-30 00:00:00+01:00,1.48,1.511999969482422,1.471999969482422,1.51,1.3869191240692484,741641,0.0,0.0,True 2022-05-31 00:00:00+01:00,1.5080000305175782,1.5343600463867189,1.5,1.531999969482422,1.4071258831023694,1238115,0.0,0.0,True 2022-06-01 00:00:00+01:00,1.5160000610351563,1.5409399414062501,1.5160000610351563,1.54,1.4144738474905671,1319653,0.0,0.0,True 2022-06-06 00:00:00+01:00,1.5519999694824218,1.5539999389648438,1.511999969482422,1.5280000305175783,1.403452186977117,975643,0.0,0.0,True 2022-06-07 00:00:00+01:00,1.51,1.53,1.5,1.501999969482422,1.3795711596810507,1442140,0.0,0.0,True 2022-06-08 00:00:00+01:00,1.5180000305175783,1.531999969482422,1.5099099731445313,1.521999969482422,1.397940927617122,2099152,0.0,0.0,True 2022-06-09 00:00:00+01:00,1.531999969482422,1.5360000610351563,1.5122000122070314,1.5260000610351563,1.4016150528456441,1454711,0.0,0.0,True 2022-06-10 00:00:00+01:00,1.53,1.53,1.5080000305175782,1.51,1.3869191240692484,467907,0.0,0.0,True 2022-06-13 00:00:00+01:00,1.5039999389648437,1.5060000610351563,1.47,1.4760000610351562,1.3556905614882544,1477774,0.0,0.0,True 2022-06-14 00:00:00+01:00,1.471999969482422,1.4987899780273437,1.471999969482422,1.4880000305175782,1.3667123650361281,4081536,0.0,0.0,True 2022-06-15 00:00:00+01:00,1.5260000610351563,1.5260000610351563,1.481999969482422,1.49,1.3685494991676006,1401262,0.0,0.0,True 2022-06-16 00:00:00+01:00,1.48,1.5080000305175782,1.44,1.4439999389648437,1.326298703935463,2601094,0.0,0.0,True 2022-06-17 00:00:00+01:00,1.48,1.48,1.4360000610351562,1.4539999389648437,1.3354836594207105,1568378,0.0,0.0,True 2022-06-20 00:00:00+01:00,1.46,1.46,1.4395199584960938,1.46,1.3409947757462821,606232,0.0,0.0,True 2022-06-21 00:00:00+01:00,1.46,1.48,1.4514399719238282,1.4660000610351562,1.3465056060030072,957388,0.0,0.0,True 2022-06-22 00:00:00+01:00,1.441999969482422,1.4539999389648437,1.4239999389648437,1.4480000305175782,1.3299728291639854,1583367,0.0,0.0,True 2022-06-23 00:00:00+01:00,1.4560000610351562,1.4560000610351562,1.431999969482422,1.4460000610351562,1.3281358781869694,2127296,0.0,0.0,True 2022-06-24 00:00:00+01:00,1.4680000305175782,1.48,1.4383999633789062,1.48,1.3593645707399198,733622,0.0,0.0,True 2022-06-27 00:00:00+01:00,1.4880000305175782,1.5,1.4685299682617188,1.4939999389648437,1.3722232708711393,1120434,0.0,0.0,True 2022-06-28 00:00:00+01:00,1.4880000305175782,1.5280000305175783,1.4839999389648437,1.52,1.3961039945091114,1762450,0.0,0.0,True 2022-06-29 00:00:00+01:00,1.5180000305175783,1.5239999389648438,1.5,1.5160000610351563,1.3924300801859055,2094438,0.0,0.0,True 2022-06-30 00:00:00+01:00,1.48,1.49,1.4539999389648437,1.4839999389648437,1.3886868744959517,532700,0.028,0.0,True 2022-07-01 00:00:00+01:00,1.4480000305175782,1.4848699951171875,1.4480000305175782,1.4739999389648437,1.3793291277451207,1456416,0.0,0.0,True 2022-07-04 00:00:00+01:00,1.4660000610351562,1.4930799865722657,1.455540008544922,1.461999969482422,1.3681000602547357,298851,0.0,0.0,True 2022-07-05 00:00:00+01:00,1.46,1.4623599243164063,1.4480000305175782,1.4539999389648437,1.3606137771250915,1133806,0.0,0.0,True 2022-07-06 00:00:00+01:00,1.441999969482422,1.4680000305175782,1.441999969482422,1.451999969482422,1.3587423135039047,2530237,0.0,0.0,True 2022-07-07 00:00:00+01:00,1.4660000610351562,1.4939999389648437,1.46,1.4939999389648437,1.3980446212467825,1153003,0.0,0.0,True 2022-07-08 00:00:00+01:00,1.49,1.49,1.4680000305175782,1.4839999389648437,1.3886868744959517,871492,0.0,0.0,True 2022-07-11 00:00:00+01:00,1.4560000610351562,1.4713999938964843,1.4480000305175782,1.4680000305175782,1.3737147368815608,1186775,0.0,0.0,True 2022-07-12 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.441999969482422,1.4480000305175782,1.354999243379899,1395378,0.0,0.0,True 2022-07-13 00:00:00+01:00,1.45,1.4577999877929688,1.4039999389648439,1.4339999389648437,1.3418982836234299,1516195,0.0,0.0,True 2022-07-14 00:00:00+01:00,1.44,1.45,1.424010009765625,1.4280000305175782,1.336283606996605,908561,0.0,0.0,True 2022-07-15 00:00:00+01:00,1.431999969482422,1.441999969482422,1.43,1.441999969482422,1.349384566753074,509068,0.0,0.0,True 2022-07-18 00:00:00+01:00,1.451999969482422,1.4680000305175782,1.4460000610351562,1.45,1.3568707070010857,509880,0.0,0.0,True 2022-07-19 00:00:00+01:00,1.461999969482422,1.4660000610351562,1.445,1.4639999389648437,1.3699715238759227,699641,0.0,0.0,True 2022-07-20 00:00:00+01:00,1.46,1.4716999816894532,1.451999969482422,1.4660000610351562,1.3718429874971092,1281743,0.0,0.0,True 2022-07-21 00:00:00+01:00,1.4680000305175782,1.521999969482422,1.4650399780273438,1.5160000610351563,1.4186318641328959,1381568,0.0,0.0,True 2022-07-22 00:00:00+01:00,1.4739999389648437,1.5239999389648438,1.4739999389648437,1.51,1.4130171875060709,1040883,0.0,0.0,True 2022-07-25 00:00:00+01:00,1.51,1.51,1.4869999694824219,1.5,1.4036594407552399,1580001,0.0,0.0,True 2022-07-26 00:00:00+01:00,1.5139999389648438,1.5139999389648438,1.4960000610351563,1.5,1.4036594407552399,1456400,0.0,0.0,True 2022-07-27 00:00:00+01:00,1.48,1.5,1.48,1.4960000610351563,1.399916370631234,922056,0.0,0.0,True 2022-07-28 00:00:00+01:00,1.48,1.5060000610351563,1.48,1.5,1.4036594407552399,1668169,0.0,0.0,True 2022-07-29 00:00:00+01:00,1.4880000305175782,1.514550018310547,1.4817599487304687,1.501999969482422,1.4055309043764266,801857,0.0,0.0,True 2022-08-01 00:00:00+01:00,1.5039999389648437,1.5239999389648438,1.47,1.48,1.3849439472535783,1286776,0.0,0.0,True 2022-08-02 00:00:00+01:00,1.481999969482422,1.4839999389648437,1.46,1.471999969482422,1.3774578070055665,1540384,0.0,0.0,True 2022-08-03 00:00:00+01:00,1.481999969482422,1.481999969482422,1.46,1.4760000610351562,1.3812008771295725,962071,0.0,0.0,True 2022-08-04 00:00:00+01:00,1.5,1.5,1.4678399658203125,1.481999969482422,1.386815410874765,3281761,0.0,0.0,True 2022-08-05 00:00:00+01:00,1.471999969482422,1.491999969482422,1.4680000305175782,1.4880000305175782,1.3924302303832223,1842179,0.0,0.0,True 2022-08-08 00:00:00+01:00,1.4739999389648437,1.5014300537109375,1.4739999389648437,1.4839999389648437,1.3886868744959517,868300,0.0,0.0,True 2022-08-09 00:00:00+01:00,1.5,1.5039999389648437,1.48,1.48,1.3849439472535783,795467,0.0,0.0,True 2022-08-10 00:00:00+01:00,1.471999969482422,1.4837600708007812,1.463280029296875,1.471999969482422,1.3774578070055665,869871,0.0,0.0,True 2022-08-11 00:00:00+01:00,1.4880000305175782,1.4980000305175782,1.4739999389648437,1.4960000610351563,1.399916370631234,1144889,0.0,0.0,True 2022-08-12 00:00:00+01:00,1.4880000305175782,1.4986300659179688,1.4880000305175782,1.4960000610351563,1.399916370631234,1641678,0.0,0.0,True 2022-08-15 00:00:00+01:00,1.5039999389648437,1.511999969482422,1.49093994140625,1.51,1.4130171875060709,790105,0.0,0.0,True 2022-08-16 00:00:00+01:00,1.5139999389648438,1.52,1.5,1.5039999389648437,1.4074023679976133,2039787,0.0,0.0,True 2022-08-17 00:00:00+01:00,1.4980000305175782,1.52,1.4972500610351562,1.5,1.4036594407552399,1678837,0.0,0.0,True 2022-08-18 00:00:00+01:00,1.491999969482422,1.5141600036621095,1.4910000610351564,1.511999969482422,1.4148886511272574,711524,0.0,0.0,True 2022-08-19 00:00:00+01:00,1.511999969482422,1.521999969482422,1.5017799377441408,1.511999969482422,1.4148886511272574,1416117,0.0,0.0,True 2022-08-22 00:00:00+01:00,1.51,1.51,1.479080047607422,1.481999969482422,1.386815410874765,1663168,0.0,0.0,True 2022-08-23 00:00:00+01:00,1.4739999389648437,1.4901600646972657,1.47,1.481999969482422,1.386815410874765,2583168,0.0,0.0,True 2022-08-24 00:00:00+01:00,1.471999969482422,1.4980000305175782,1.46406005859375,1.4980000305175782,1.4017878342524208,1820988,0.0,0.0,True 2022-08-25 00:00:00+01:00,1.471999969482422,1.5089599609375,1.471999969482422,1.501999969482422,1.4055309043764266,2124553,0.0,0.0,True 2022-08-26 00:00:00+01:00,1.4939999389648437,1.5280000305175783,1.4939999389648437,1.5139999389648438,1.4167599718668118,1060591,0.0,0.0,True 2022-08-30 00:00:00+01:00,1.4980000305175782,1.5180000305175783,1.496060028076172,1.5039999389648437,1.4074023679976133,2117099,0.0,0.0,True 2022-08-31 00:00:00+01:00,1.4939999389648437,1.531999969482422,1.4939999389648437,1.53,1.4317325381261001,3592857,0.0,0.0,True 2022-09-01 00:00:00+01:00,1.5339999389648438,1.5339999389648438,1.4939999389648437,1.5039999389648437,1.4074023679976133,1255342,0.0,0.0,True 2022-09-02 00:00:00+01:00,1.51,1.521999969482422,1.481999969482422,1.5,1.4036594407552399,913991,0.0,0.0,True 2022-09-05 00:00:00+01:00,1.48,1.501999969482422,1.4780000305175782,1.4780000305175782,1.3830724836323913,1012551,0.0,0.0,True 2022-09-06 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.461999969482422,1.4739999389648437,1.3793291277451207,2101296,0.0,0.0,True 2022-09-07 00:00:00+01:00,1.4660000610351562,1.4778199768066407,1.4539999389648437,1.46,1.3662284537519165,4618894,0.0,0.0,True 2022-09-08 00:00:00+01:00,1.49,1.49,1.4439999389648437,1.4580000305175782,1.3643569901307298,2761022,0.0,0.0,True 2022-09-09 00:00:00+01:00,1.4760000610351562,1.4939999389648437,1.4591999816894532,1.4839999389648437,1.3886868744959517,1085470,0.0,0.0,True 2022-09-12 00:00:00+01:00,1.4860000610351562,1.4980000305175782,1.4739999389648437,1.4980000305175782,1.4017878342524208,907652,0.0,0.0,True 2022-09-13 00:00:00+01:00,1.5180000305175783,1.5180000305175783,1.4739999389648437,1.48,1.3849439472535783,2517136,0.0,0.0,True 2022-09-14 00:00:00+01:00,1.4760000610351562,1.4880000305175782,1.4586000061035156,1.4760000610351562,1.3812008771295725,1809980,0.0,0.0,True 2022-09-15 00:00:00+01:00,1.4939999389648437,1.4939999389648437,1.4646400451660158,1.4680000305175782,1.3737147368815608,1382136,0.0,0.0,True 2022-09-16 00:00:00+01:00,1.4739999389648437,1.4739999389648437,1.4560000610351562,1.4580000305175782,1.3643569901307298,3396730,0.0,0.0,True 2022-09-20 00:00:00+01:00,1.46,1.4760000610351562,1.4560000610351562,1.4680000305175782,1.3737147368815608,834611,0.0,0.0,True 2022-09-21 00:00:00+01:00,1.451999969482422,1.4780000305175782,1.451999969482422,1.4780000305175782,1.3830724836323913,1825166,0.0,0.0,True 2022-09-22 00:00:00+01:00,1.47,1.47,1.4560000610351562,1.4639999389648437,1.3699715238759227,2158434,0.0,0.0,True 2022-09-23 00:00:00+01:00,1.441999969482422,1.48,1.441999969482422,1.471999969482422,1.3774578070055665,1101302,0.0,0.0,True 2022-09-26 00:00:00+01:00,1.4960000610351563,1.4980000305175782,1.471479949951172,1.4780000305175782,1.3830724836323913,1074556,0.0,0.0,True 2022-09-27 00:00:00+01:00,1.4639999389648437,1.4860000610351562,1.4580000305175782,1.46,1.3662284537519165,2618943,0.0,0.0,True 2022-09-28 00:00:00+01:00,1.451999969482422,1.458179931640625,1.4339999389648437,1.4460000610351562,1.3531276368770797,2388899,0.0,0.0,True 2022-09-29 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.3839999389648439,1.3900000000000001,1.3007243693777333,5117335,0.0,0.0,True 2022-09-30 00:00:00+01:00,1.3719999694824219,1.4039999389648439,1.3719999694824219,1.4039999389648439,1.31382518625257,1992235,0.0,0.0,True 2022-10-03 00:00:00+01:00,1.3760000610351564,1.3980000305175782,1.3678799438476563,1.3980000305175782,1.3082105096257448,1666776,0.0,0.0,True 2022-10-04 00:00:00+01:00,1.3980000305175782,1.4239999389648437,1.3980000305175782,1.421999969482422,1.3306690732514124,1698916,0.0,0.0,True 2022-10-05 00:00:00+01:00,1.4139999389648439,1.4260000610351562,1.403459930419922,1.4260000610351562,1.3344121433754181,1518446,0.0,0.0,True 2022-10-06 00:00:00+01:00,1.4360000610351562,1.4560000610351562,1.4244200134277345,1.4539999389648437,1.3606137771250915,1265340,0.0,0.0,True 2022-10-07 00:00:00+01:00,1.4380000305175782,1.4580000305175782,1.4260000610351562,1.431999969482422,1.3400268200022432,860003,0.0,0.0,True 2022-10-10 00:00:00+01:00,1.421999969482422,1.4327000427246095,1.42,1.43,1.338155499262689,1581768,0.0,0.0,True 2022-10-11 00:00:00+01:00,1.4360000610351562,1.4360000610351562,1.4035699462890625,1.4039999389648439,1.31382518625257,879568,0.0,0.0,True 2022-10-12 00:00:00+01:00,1.41,1.415919952392578,1.3960000610351562,1.4000000000000001,1.310082116128564,1923584,0.0,0.0,True 2022-10-13 00:00:00+01:00,1.41,1.41,1.3496200561523437,1.3780000305175781,1.2894950161240832,1334682,0.0,0.0,True 2022-10-14 00:00:00+01:00,1.3900000000000001,1.4093800354003907,1.3800000000000001,1.3919999694824219,1.3025959758805523,1890494,0.0,0.0,True 2022-10-17 00:00:00+01:00,1.401999969482422,1.4049899291992187,1.379600067138672,1.3980000305175782,1.3082105096257448,2226156,0.0,0.0,True 2022-10-18 00:00:00+01:00,1.41,1.4180000305175782,1.3939999389648439,1.3939999389648439,1.3044674395017393,1374240,0.0,0.0,True 2022-10-19 00:00:00+01:00,1.4080000305175782,1.4080000305175782,1.3739999389648438,1.3800000000000001,1.2913664797452697,1181443,0.0,0.0,True 2022-10-20 00:00:00+01:00,1.4160000610351562,1.4160000610351562,1.3680000305175781,1.3900000000000001,1.3007243693777333,921898,0.0,0.0,True 2022-10-21 00:00:00+01:00,1.3739999389648438,1.3900000000000001,1.3680000305175781,1.3900000000000001,1.3007243693777333,1299915,0.0,0.0,True 2022-10-24 00:00:00+01:00,1.3800000000000001,1.3800000000000001,1.3260000610351563,1.3319999694824218,1.246449352493935,1687705,0.0,0.0,True 2022-10-25 00:00:00+01:00,1.36,1.36,1.321199951171875,1.3319999694824218,1.246449352493935,1188560,0.0,0.0,True 2022-10-26 00:00:00+01:00,1.338000030517578,1.3558399963378907,1.3219999694824218,1.3419999694824218,1.2558072421263982,849505,0.0,0.0,True 2022-10-27 00:00:00+01:00,1.32,1.3439999389648438,1.32,1.338000030517578,1.2520641720023922,823006,0.0,0.0,True 2022-10-28 00:00:00+01:00,1.3019999694824218,1.3239999389648438,1.3,1.3060000610351563,1.2221196110103458,1475397,0.0,0.0,True 2022-10-31 00:00:00+00:00,1.3,1.3260000610351563,1.2858999633789063,1.32,1.2352201421219173,836995,0.0,0.0,True 2022-11-01 00:00:00+00:00,1.32,1.3619999694824219,1.32,1.3580000305175781,1.2707795226224219,2560463,0.0,0.0,True 2022-11-02 00:00:00+00:00,1.35,1.365050048828125,1.34,1.3519999694824218,1.2651651317588615,1287559,0.0,0.0,True 2022-11-03 00:00:00+00:00,1.3360000610351563,1.3880000305175781,1.3360000610351563,1.3800000000000001,1.2913664797452697,1508093,0.0,0.0,True 2022-11-04 00:00:00+00:00,1.3919999694824219,1.41,1.3741999816894532,1.3939999389648439,1.3044674395017393,1807202,0.0,0.0,True 2022-11-07 00:00:00+00:00,1.3839999389648439,1.401999969482422,1.3839999389648439,1.3939999389648439,1.3044674395017393,729030,0.0,0.0,True 2022-11-08 00:00:00+00:00,1.3860000610351564,1.4067799377441406,1.3807699584960937,1.3919999694824219,1.3025959758805523,3011141,0.0,0.0,True 2022-11-09 00:00:00+00:00,1.3819999694824219,1.406999969482422,1.3819999694824219,1.4039999389648439,1.31382518625257,2121503,0.0,0.0,True 2022-11-10 00:00:00+00:00,1.411999969482422,1.411999969482422,1.3819999694824219,1.3919999694824219,1.3025959758805523,1845916,0.0,0.0,True 2022-11-11 00:00:00+00:00,1.4160000610351562,1.44,1.3939999389648439,1.43,1.338155499262689,1783556,0.0,0.0,True 2022-11-14 00:00:00+00:00,1.43,1.4460000610351562,1.4141600036621094,1.4439999389648437,1.351256030374261,1479569,0.0,0.0,True 2022-11-15 00:00:00+00:00,1.4580000305175782,1.4813600158691407,1.4481599426269531,1.47,1.3755862005027475,2260397,0.0,0.0,True 2022-11-16 00:00:00+00:00,1.4780000305175782,1.481999969482422,1.451999969482422,1.4560000610351562,1.362485383627911,1635358,0.0,0.0,True 2022-11-17 00:00:00+00:00,1.4539999389648437,1.455,1.4339999389648437,1.4460000610351562,1.3531276368770797,2791933,0.0,0.0,True 2022-11-18 00:00:00+00:00,1.4439999389648437,1.454759979248047,1.43,1.4360000610351562,1.3437698901262491,1346507,0.0,0.0,True 2022-11-21 00:00:00+00:00,1.4239999389648437,1.4460000610351562,1.4239999389648437,1.4360000610351562,1.3437698901262491,885510,0.0,0.0,True 2022-11-22 00:00:00+00:00,1.43,1.4422799682617187,1.421999969482422,1.4239999389648437,1.3325406797542314,1834518,0.0,0.0,True 2022-11-23 00:00:00+00:00,1.431999969482422,1.45447998046875,1.4160000610351562,1.4180000305175782,1.3269260031274068,2146966,0.0,0.0,True 2022-11-24 00:00:00+00:00,1.43,1.43,1.4139999389648439,1.4260000610351562,1.3344121433754181,1304564,0.0,0.0,True 2022-11-25 00:00:00+00:00,1.4180000305175782,1.4260000610351562,1.4141400146484375,1.4260000610351562,1.3344121433754181,542979,0.0,0.0,True 2022-11-28 00:00:00+00:00,1.411999969482422,1.421999969482422,1.4039999389648439,1.4160000610351562,1.3250543966245873,1344102,0.0,0.0,True 2022-11-29 00:00:00+00:00,1.441999969482422,1.4588800048828126,1.4182000732421876,1.4480000305175782,1.354999243379899,1367384,0.0,0.0,True 2022-11-30 00:00:00+00:00,1.4539999389648437,1.4904100036621093,1.4439999389648437,1.4860000610351562,1.390558623880403,1656651,0.0,0.0,True 2022-12-01 00:00:00+00:00,1.491999969482422,1.4980000305175782,1.465679931640625,1.4839999389648437,1.3886868744959517,2546744,0.0,0.0,True 2022-12-02 00:00:00+00:00,1.501999969482422,1.501999969482422,1.461999969482422,1.4760000610351562,1.3812008771295725,751020,0.0,0.0,True 2022-12-05 00:00:00+00:00,1.46,1.502480010986328,1.46,1.49,1.394301694004409,945901,0.0,0.0,True 2022-12-06 00:00:00+00:00,1.4880000305175782,1.49,1.46,1.4660000610351562,1.3718429874971092,4755917,0.0,0.0,True 2022-12-07 00:00:00+00:00,1.49,1.49,1.4497799682617187,1.45,1.3568707070010857,6079007,0.0,0.0,True 2022-12-08 00:00:00+00:00,1.4660000610351562,1.4880000305175782,1.4483999633789062,1.46,1.3662284537519165,1433301,0.0,0.0,True 2022-12-09 00:00:00+00:00,1.471999969482422,1.4780000305175782,1.4578799438476562,1.4680000305175782,1.3737147368815608,637844,0.0,0.0,True 2022-12-12 00:00:00+00:00,1.47,1.4704400634765624,1.45,1.4539999389648437,1.3606137771250915,989742,0.0,0.0,True 2022-12-13 00:00:00+00:00,1.46,1.475,1.4558999633789063,1.461999969482422,1.3681000602547357,1568191,0.0,0.0,True 2022-12-14 00:00:00+00:00,1.45,1.49,1.45,1.46,1.3662284537519165,1331491,0.0,0.0,True 2022-12-15 00:00:00+00:00,1.45,1.45,1.4194000244140625,1.4239999389648437,1.351048079690807,625227,0.02,0.0,True 2022-12-16 00:00:00+00:00,1.43,1.4447999572753907,1.4260000610351562,1.4439999389648437,1.370023373571226,1534798,0.0,0.0,True 2022-12-19 00:00:00+00:00,1.4339999389648437,1.4480000305175782,1.4159500122070312,1.4380000305175782,1.3643310606149839,937619,0.0,0.0,True 2022-12-20 00:00:00+00:00,1.4360000610351562,1.44,1.4239999389648437,1.4360000610351562,1.362433429834564,2908499,0.0,0.0,True 2022-12-21 00:00:00+00:00,1.44,1.4580000305175782,1.4305000305175781,1.45,1.3757161210662319,756316,0.0,0.0,True 2022-12-22 00:00:00+00:00,1.4680000305175782,1.4680000305175782,1.441999969482422,1.4560000610351562,1.3814087237149828,2618060,0.0,0.0,True 2022-12-23 00:00:00+00:00,1.461999969482422,1.461999969482422,1.45,1.4560000610351562,1.3814087237149828,173450,0.0,0.0,True 2022-12-28 00:00:00+00:00,1.47,1.471999969482422,1.4577200317382812,1.4680000305175782,1.3927940738587399,1366657,0.0,0.0,True 2022-12-29 00:00:00+00:00,1.471999969482422,1.4837399291992188,1.4545700073242187,1.48,1.404179279156242,523965,0.0,0.0,True 2022-12-30 00:00:00+00:00,1.48,1.481999969482422,1.4536399841308594,1.47,1.3946915597929053,710521,0.0,0.0,True 2023-01-03 00:00:00+00:00,1.4839999389648437,1.5060800170898438,1.4639999389648437,1.481999969482422,1.4060767650904076,1136754,0.0,0.0,True 2023-01-04 00:00:00+00:00,1.4839999389648437,1.4960000610351563,1.481999969482422,1.4939999389648437,1.4174618255416556,691525,0.0,0.0,True 2023-01-05 00:00:00+00:00,1.4939999389648437,1.5180000305175783,1.4819799804687501,1.51,1.432642292399998,613276,0.0,0.0,True 2023-01-06 00:00:00+00:00,1.5180000305175783,1.5339999389648438,1.5059599304199218,1.5260000610351563,1.4478227592583404,1028700,0.0,0.0,True 2023-01-09 00:00:00+00:00,1.53,1.5519999694824218,1.5116200256347656,1.541999969482422,1.4630027915779193,1784777,0.0,0.0,True 2023-01-10 00:00:00+00:00,1.54,1.55302001953125,1.538000030517578,1.55,1.4705931698533448,1045853,0.0,0.0,True 2023-01-11 00:00:00+00:00,1.5539999389648438,1.58,1.55,1.5639999389648438,1.4838758610850127,1335193,0.0,0.0,True 2023-01-12 00:00:00+00:00,1.5660000610351563,1.5719999694824218,1.5610000610351562,1.568000030517578,1.4876709777995987,1084493,0.0,0.0,True 2023-01-13 00:00:00+00:00,1.57,1.5819999694824218,1.561390075683594,1.578000030517578,1.4971586971629351,1264060,0.0,0.0,True 2023-01-16 00:00:00+00:00,1.5839999389648438,1.5919999694824218,1.5690400695800781,1.5839999389648438,1.5028512998116865,959174,0.0,0.0,True 2023-01-17 00:00:00+00:00,1.5839999389648438,1.5839999389648438,1.5660000610351563,1.5739999389648438,1.4933635804483496,1035307,0.0,0.0,True 2023-01-18 00:00:00+00:00,1.59,1.59,1.5619999694824218,1.5639999389648438,1.4838758610850127,620348,0.0,0.0,True 2023-01-19 00:00:00+00:00,1.568000030517578,1.588000030517578,1.5575599670410156,1.5660000610351563,1.485773491865433,588634,0.0,0.0,True 2023-01-20 00:00:00+00:00,1.588000030517578,1.59,1.565,1.57,1.489568463733764,975011,0.0,0.0,True 2023-01-23 00:00:00+00:00,1.59,1.596759948730469,1.57,1.588000030517578,1.5066464165262718,626450,0.0,0.0,True 2023-01-24 00:00:00+00:00,1.598000030517578,1.598000030517578,1.5827499389648438,1.5860000610351563,1.5047489305921062,490371,0.0,0.0,True 2023-01-25 00:00:00+00:00,1.5960000610351563,1.5960000610351563,1.5774400329589844,1.5939999389648438,1.5123390191750232,1165754,0.0,0.0,True 2023-01-26 00:00:00+00:00,1.6019999694824218,1.6180000305175781,1.5925999450683594,1.6139999389648438,1.531314313055442,837491,0.0,0.0,True 2023-01-27 00:00:00+00:00,1.62,1.6219999694824219,1.6066400146484376,1.6139999389648438,1.531314313055442,1215351,0.0,0.0,True 2023-01-30 00:00:00+00:00,1.6160000610351564,1.6203199768066407,1.5770599365234375,1.5960000610351563,1.5142365051091886,998772,0.0,0.0,True 2023-01-31 00:00:00+00:00,1.6,1.61,1.5760000610351563,1.6060000610351564,1.5237242244725253,998406,0.0,0.0,True 2023-02-01 00:00:00+00:00,1.62,1.62,1.6010800170898438,1.6060000610351564,1.5237242244725253,651390,0.0,0.0,True 2023-02-02 00:00:00+00:00,1.6180000305175781,1.6419999694824219,1.6019999694824218,1.6400000000000001,1.5559824992771214,2640272,0.0,0.0,True 2023-02-03 00:00:00+00:00,1.6400000000000001,1.651999969482422,1.62,1.6460000610351564,1.5616751019258726,1431338,0.0,0.0,True 2023-02-06 00:00:00+00:00,1.6600000000000001,1.6600000000000001,1.6079299926757813,1.6260000610351564,1.5426996631991992,853883,0.0,0.0,True 2023-02-07 00:00:00+00:00,1.6400000000000001,1.6400000000000001,1.62,1.6260000610351564,1.5426996631991992,1082522,0.0,0.0,True 2023-02-08 00:00:00+00:00,1.6439999389648439,1.6480000305175782,1.6219999694824219,1.6219999694824219,1.5389045464846134,763652,0.0,0.0,True 2023-02-09 00:00:00+00:00,1.6600000000000001,1.6600000000000001,1.6300000000000001,1.6300000000000001,1.5464947799137847,1180537,0.0,0.0,True 2023-02-10 00:00:00+00:00,1.6360000610351564,1.6400000000000001,1.6019999694824218,1.61,1.527519341187111,1405607,0.0,0.0,True 2023-02-13 00:00:00+00:00,1.6139999389648438,1.6219999694824219,1.6055900573730468,1.61,1.527519341187111,826244,0.0,0.0,True 2023-02-14 00:00:00+00:00,1.6219999694824219,1.6219999694824219,1.588000030517578,1.588000030517578,1.5066464165262718,812478,0.0,0.0,True 2023-02-15 00:00:00+00:00,1.5939999389648438,1.5939999389648438,1.5819999694824218,1.5919999694824218,1.5104415332408574,792092,0.0,0.0,True 2023-02-16 00:00:00+00:00,1.6019999694824218,1.6080000305175781,1.5866400146484376,1.6019999694824218,1.5199292526041943,573669,0.0,0.0,True 2023-02-17 00:00:00+00:00,1.5819999694824218,1.5939999389648438,1.5725,1.578000030517578,1.4971586971629351,1124236,0.0,0.0,True 2023-02-20 00:00:00+00:00,1.5719999694824218,1.5919999694824218,1.5719999694824218,1.5839999389648438,1.5028512998116865,537097,0.0,0.0,True 2023-02-21 00:00:00+00:00,1.5839999389648438,1.5839999389648438,1.5560000610351563,1.558000030517578,1.478183258436262,777625,0.0,0.0,True 2023-02-22 00:00:00+00:00,1.5560000610351563,1.5560000610351563,1.5366099548339844,1.54,1.461105450490008,857311,0.0,0.0,True 2023-02-23 00:00:00+00:00,1.55,1.5719999694824218,1.55,1.5539999389648438,1.4743882865679305,612627,0.0,0.0,True 2023-02-24 00:00:00+00:00,1.548000030517578,1.548000030517578,1.521999969482422,1.5280000305175783,1.4497202451925058,1106714,0.0,0.0,True 2023-02-27 00:00:00+00:00,1.55,1.55,1.52,1.5239999389648438,1.4459251284779204,863530,0.0,0.0,True 2023-02-28 00:00:00+00:00,1.538000030517578,1.5389199829101563,1.5042999267578125,1.51,1.432642292399998,1423076,0.0,0.0,True 2023-03-01 00:00:00+00:00,1.5139999389648438,1.5465199279785156,1.5139999389648438,1.541999969482422,1.4630027915779193,3399117,0.0,0.0,True 2023-03-02 00:00:00+00:00,1.5239999389648438,1.5560000610351563,1.5239999389648438,1.55,1.4705931698533448,825949,0.0,0.0,True 2023-03-03 00:00:00+00:00,1.56,1.56,1.538000030517578,1.5460000610351563,1.4667980531387592,1571272,0.0,0.0,True 2023-03-06 00:00:00+00:00,1.5539999389648438,1.558000030517578,1.5361300659179689,1.5439999389648438,1.4649005672045936,1555045,0.0,0.0,True 2023-03-07 00:00:00+00:00,1.5439999389648438,1.548000030517578,1.53,1.5439999389648438,1.4649005672045936,1353454,0.0,0.0,True 2023-03-08 00:00:00+00:00,1.5460000610351563,1.5460000610351563,1.5292999267578125,1.5360000610351563,1.4573103337754223,1330171,0.0,0.0,True 2023-03-09 00:00:00+00:00,1.5280000305175783,1.5291200256347657,1.5124400329589844,1.5139999389648438,1.436437264268329,2504609,0.0,0.0,True 2023-03-10 00:00:00+00:00,1.4980000305175782,1.5,1.4806300354003907,1.481999969482422,1.4060767650904076,1964955,0.0,0.0,True 2023-03-13 00:00:00+00:00,1.4739999389648437,1.501999969482422,1.4625000000000001,1.471999969482422,1.3965890457270707,1758114,0.0,0.0,True 2023-03-14 00:00:00+00:00,1.48,1.48,1.45,1.47,1.3946915597929053,1281513,0.0,0.0,True 2023-03-15 00:00:00+00:00,1.4839999389648437,1.4839999389648437,1.44,1.4460000610351562,1.371921004351646,2510854,0.0,0.0,True 2023-03-16 00:00:00+00:00,1.47,1.47,1.4483999633789062,1.4639999389648437,1.3889988122978993,1286484,0.0,0.0,True 2023-03-17 00:00:00+00:00,1.4760000610351562,1.4780000305175782,1.46,1.4660000610351562,1.3908964430783197,2372790,0.0,0.0,True 2023-03-20 00:00:00+00:00,1.4539999389648437,1.4686500549316406,1.440780029296875,1.4560000610351562,1.3814087237149828,665603,0.0,0.0,True 2023-03-21 00:00:00+00:00,1.49,1.49,1.46,1.4680000305175782,1.3927940738587399,1899609,0.0,0.0,True 2023-03-22 00:00:00+00:00,1.4780000305175782,1.4880000305175782,1.455260009765625,1.481999969482422,1.4060767650904076,936040,0.0,0.0,True 2023-03-23 00:00:00+00:00,1.49,1.5139999389648438,1.4786000061035156,1.4980000305175782,1.4212570871024954,759613,0.0,0.0,True 2023-03-24 00:00:00+00:00,1.5060000610351563,1.5060000610351563,1.4780000305175782,1.491999969482422,1.4155644844537443,1143144,0.0,0.0,True 2023-03-27 00:00:00+01:00,1.5139999389648438,1.5139999389648438,1.4686799621582032,1.4760000610351562,1.4003843072879112,2069949,0.0,0.0,True 2023-03-28 00:00:00+01:00,1.47,1.4939999389648437,1.4660000610351562,1.481999969482422,1.4060767650904076,1606461,0.0,0.0,True 2023-03-29 00:00:00+01:00,1.4980000305175782,1.501999969482422,1.4791999816894532,1.501999969482422,1.4250520589708269,1436832,0.0,0.0,True 2023-03-30 00:00:00+01:00,1.52,1.52,1.4839999389648437,1.51,1.432642292399998,2242316,0.0,0.0,True 2023-03-31 00:00:00+01:00,1.5139999389648438,1.5224000549316408,1.49,1.521999969482422,1.4440274976975003,1644040,0.0,0.0,True 2023-04-03 00:00:00+01:00,1.5260000610351563,1.5260000610351563,1.5,1.5,1.4231547178829156,1005270,0.0,0.0,True 2023-04-04 00:00:00+01:00,1.5080000305175782,1.5136000061035157,1.4839999389648437,1.49,1.4136669985195789,1245649,0.0,0.0,True 2023-04-05 00:00:00+01:00,1.4980000305175782,1.499739990234375,1.4739999389648437,1.481999969482422,1.4060767650904076,1812712,0.0,0.0,True 2023-04-06 00:00:00+01:00,1.4780000305175782,1.49,1.4680000305175782,1.49,1.4136669985195789,1391933,0.0,0.0,True 2023-04-11 00:00:00+01:00,1.47,1.5080000305175782,1.47,1.501999969482422,1.4250520589708269,1025259,0.0,0.0,True 2023-04-12 00:00:00+01:00,1.4939999389648437,1.51,1.4839999389648437,1.4939999389648437,1.4174618255416556,2240809,0.0,0.0,True 2023-04-13 00:00:00+01:00,1.5280000305175783,1.5280000305175783,1.4818299865722657,1.5,1.4231547178829156,2314322,0.0,0.0,True 2023-04-14 00:00:00+01:00,1.48,1.5039999389648437,1.48,1.5,1.4231547178829156,1645460,0.0,0.0,True 2023-04-17 00:00:00+01:00,1.5,1.5160000610351563,1.481999969482422,1.5,1.4231547178829156,1982662,0.0,0.0,True 2023-04-18 00:00:00+01:00,1.5160000610351563,1.5167999267578125,1.4880000305175782,1.4939999389648437,1.4174618255416556,2208944,0.0,0.0,True 2023-04-19 00:00:00+01:00,1.481999969482422,1.4964799499511718,1.469029998779297,1.471999969482422,1.3965890457270707,1507877,0.0,0.0,True 2023-04-20 00:00:00+01:00,1.511999969482422,1.511999969482422,1.4660000610351562,1.471999969482422,1.3965890457270707,1459759,0.0,0.0,True 2023-04-21 00:00:00+01:00,1.471999969482422,1.4825599670410157,1.4539999389648437,1.4639999389648437,1.3889988122978993,2127132,0.0,0.0,True 2023-04-24 00:00:00+01:00,1.4639999389648437,1.479600067138672,1.4427200317382813,1.4439999389648437,1.370023373571226,3161425,0.0,0.0,True 2023-04-25 00:00:00+01:00,1.44,1.443000030517578,1.42,1.4339999389648437,1.3605356542078895,1005034,0.0,0.0,True 2023-04-26 00:00:00+01:00,1.431999969482422,1.45,1.4260000610351562,1.4339999389648437,1.3605356542078895,815788,0.0,0.0,True 2023-04-27 00:00:00+01:00,1.441999969482422,1.45,1.4317799377441407,1.4439999389648437,1.370023373571226,1024122,0.0,0.0,True 2023-04-28 00:00:00+01:00,1.45,1.4580000305175782,1.43447998046875,1.4480000305175782,1.373818779978321,1149897,0.0,0.0,True 2023-05-02 00:00:00+01:00,1.4580000305175782,1.4639999389648437,1.4380000305175782,1.44,1.366228401702895,1171095,0.0,0.0,True 2023-05-03 00:00:00+01:00,1.4680000305175782,1.4680000305175782,1.434250030517578,1.4380000305175782,1.3643310606149839,1585316,0.0,0.0,True 2023-05-04 00:00:00+01:00,1.4460000610351562,1.4480000305175782,1.4291400146484374,1.4339999389648437,1.3605356542078895,805312,0.0,0.0,True 2023-05-05 00:00:00+01:00,1.431999969482422,1.45,1.43,1.45,1.3757161210662319,886465,0.0,0.0,True 2023-05-09 00:00:00+01:00,1.45,1.4539999389648437,1.4405999755859376,1.45,1.3757161210662319,1014705,0.0,0.0,True 2023-05-10 00:00:00+01:00,1.45,1.45,1.4239999389648437,1.431999969482422,1.3586383131199784,857704,0.0,0.0,True 2023-05-11 00:00:00+01:00,1.4260000610351562,1.4460000610351562,1.4260000610351562,1.4460000610351562,1.371921004351646,2009300,0.0,0.0,True 2023-05-12 00:00:00+01:00,1.46,1.46,1.4260000610351562,1.44,1.366228401702895,1682823,0.0,0.0,True 2023-05-15 00:00:00+01:00,1.45,1.46,1.4385699462890624,1.4480000305175782,1.373818779978321,666174,0.0,0.0,True 2023-05-16 00:00:00+01:00,1.4460000610351562,1.46,1.43,1.4580000305175782,1.3833064993416577,2097433,0.0,0.0,True 2023-05-17 00:00:00+01:00,1.4439999389648437,1.47,1.4412600708007812,1.47,1.3946915597929053,1690722,0.0,0.0,True 2023-05-18 00:00:00+01:00,1.4639999389648437,1.48,1.4461799621582032,1.471999969482422,1.3965890457270707,2438508,0.0,0.0,True 2023-05-19 00:00:00+01:00,1.48,1.48,1.4572000122070312,1.47,1.3946915597929053,943006,0.0,0.0,True 2023-05-22 00:00:00+01:00,1.4639999389648437,1.48,1.4566600036621093,1.48,1.404179279156242,3349145,0.0,0.0,True 2023-05-23 00:00:00+01:00,1.4560000610351562,1.48,1.4560000610351562,1.4739999389648437,1.3984865316612363,2162087,0.0,0.0,True 2023-05-24 00:00:00+01:00,1.4760000610351562,1.4760000610351562,1.4580000305175782,1.4639999389648437,1.3889988122978993,2231283,0.0,0.0,True 2023-05-25 00:00:00+01:00,1.4560000610351562,1.471999969482422,1.4560000610351562,1.471999969482422,1.3965890457270707,995256,0.0,0.0,True 2023-05-26 00:00:00+01:00,1.46,1.4918800354003907,1.46,1.4839999389648437,1.4079742510245732,632259,0.0,0.0,True 2023-05-30 00:00:00+01:00,1.4839999389648437,1.4880000305175782,1.4639999389648437,1.4639999389648437,1.3889988122978993,3595154,0.0,0.0,True 2023-05-31 00:00:00+01:00,1.4580000305175782,1.4639999389648437,1.4481599426269531,1.4560000610351562,1.3814087237149828,2502731,0.0,0.0,True 2023-06-01 00:00:00+01:00,1.4480000305175782,1.47,1.4480000305175782,1.47,1.3946915597929053,1589156,0.0,0.0,True 2023-06-02 00:00:00+01:00,1.4939999389648437,1.5160000610351563,1.4760000610351562,1.5160000610351563,1.4383351847412582,1235544,0.0,0.0,True 2023-06-05 00:00:00+01:00,1.52,1.5260000610351563,1.5080000305175782,1.5160000610351563,1.4383351847412582,2848394,0.0,0.0,True 2023-06-06 00:00:00+01:00,1.5080000305175782,1.521999969482422,1.5050000000000001,1.521999969482422,1.4440274976975003,1092880,0.0,0.0,True 2023-06-07 00:00:00+01:00,1.5239999389648438,1.5239999389648438,1.5008399963378907,1.521999969482422,1.4440274976975003,1080461,0.0,0.0,True 2023-06-08 00:00:00+01:00,1.5160000610351563,1.521999969482422,1.5060000610351563,1.5160000610351563,1.4383351847412582,606385,0.0,0.0,True 2023-06-09 00:00:00+01:00,1.53,1.53,1.5095899963378907,1.5239999389648438,1.4459251284779204,432509,0.0,0.0,True 2023-06-12 00:00:00+01:00,1.4939999389648437,1.538000030517578,1.4939999389648437,1.5339999389648438,1.455412847841257,723831,0.0,0.0,True 2023-06-13 00:00:00+01:00,1.5439999389648438,1.550919952392578,1.538000030517578,1.5460000610351563,1.4667980531387592,817840,0.0,0.0,True 2023-06-14 00:00:00+01:00,1.541999969482422,1.541999969482422,1.521999969482422,1.5360000610351563,1.4573103337754223,2023489,0.0,0.0,True 2023-06-15 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.5339999389648438,1.54,1.461105450490008,813763,0.0,0.0,True 2023-06-16 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.5239999389648438,1.5239999389648438,1.4459251284779204,1506427,0.0,0.0,True 2023-06-19 00:00:00+01:00,1.5180000305175783,1.521999969482422,1.5075999450683595,1.521999969482422,1.4440274976975003,753602,0.0,0.0,True 2023-06-20 00:00:00+01:00,1.521999969482422,1.521999969482422,1.5039999389648437,1.511999969482422,1.4345397783341636,1078806,0.0,0.0,True 2023-06-21 00:00:00+01:00,1.5080000305175782,1.5105599975585937,1.4939700317382814,1.4960000610351563,1.4193597460145844,620575,0.0,0.0,True 2023-06-22 00:00:00+01:00,1.48,1.48,1.4580000305175782,1.46,1.413550574969313,1378820,0.03,0.0,True 2023-06-23 00:00:00+01:00,1.4680000305175782,1.4780000305175782,1.4480000305175782,1.4539999389648437,1.4077413140220065,2176174,0.0,0.0,True 2023-06-26 00:00:00+01:00,1.4580000305175782,1.4580000305175782,1.44,1.4439999389648437,1.3980594587443984,2067878,0.0,0.0,True 2023-06-27 00:00:00+01:00,1.48,1.48,1.4468400573730469,1.46,1.413550574969313,960754,0.0,0.0,True 2023-06-28 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.4532200622558593,1.471999969482422,1.4251688013024426,1440169,0.0,0.0,True 2023-06-29 00:00:00+01:00,1.46,1.4660000610351562,1.4511000061035157,1.4660000610351562,1.4193596881358779,2525930,0.0,0.0,True 2023-06-30 00:00:00+01:00,1.461999969482422,1.4739999389648437,1.4511099243164063,1.4639999389648437,1.4174231692996149,448849,0.0,0.0,True 2023-07-03 00:00:00+01:00,1.4760000610351562,1.49,1.4760000610351562,1.48,1.4329142855245294,585043,0.0,0.0,True 2023-07-04 00:00:00+01:00,1.4839999389648437,1.4860000610351562,1.4486799621582032,1.4860000610351562,1.4387235464718355,3097728,0.0,0.0,True 2023-07-05 00:00:00+01:00,1.471999969482422,1.4721099853515625,1.46,1.461999969482422,1.4154869460248347,2097961,0.0,0.0,True 2023-07-06 00:00:00+01:00,1.4660000610351562,1.4660000610351562,1.4280000305175782,1.4360000610351562,1.3903141223030533,1461207,0.0,0.0,True 2023-07-07 00:00:00+01:00,1.4660000610351562,1.4660000610351562,1.42,1.441999969482422,1.3961232354696183,842554,0.0,0.0,True 2023-07-10 00:00:00+01:00,1.4280000305175782,1.4460000610351562,1.4280000305175782,1.4360000610351562,1.3903141223030533,849299,0.0,0.0,True 2023-07-11 00:00:00+01:00,1.451999969482422,1.4539999389648437,1.4237600708007814,1.45,1.4038687196917048,2438409,0.0,0.0,True 2023-07-12 00:00:00+01:00,1.45,1.4760000610351562,1.4368800354003906,1.4739999389648437,1.427105024577223,3334653,0.0,0.0,True 2023-07-13 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.4519599914550783,1.4739999389648437,1.427105024577223,1063778,0.0,0.0,True 2023-07-14 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.4680000305175782,1.4839999389648437,1.436786879854831,1063007,0.0,0.0,True 2023-07-17 00:00:00+01:00,1.4680000305175782,1.4832899475097656,1.4639999389648437,1.471999969482422,1.4251688013024426,1153496,0.0,0.0,True 2023-07-18 00:00:00+01:00,1.4839999389648437,1.4839999389648437,1.4550799560546874,1.4739999389648437,1.427105024577223,1396883,0.0,0.0,True 2023-07-19 00:00:00+01:00,1.4839999389648437,1.501999969482422,1.464199981689453,1.4939999389648437,1.4464687351324395,1671357,0.0,0.0,True 2023-07-20 00:00:00+01:00,1.51,1.51,1.48,1.4860000610351562,1.4387235464718355,1118003,0.0,0.0,True 2023-07-21 00:00:00+01:00,1.4739999389648437,1.491999969482422,1.47,1.48,1.4329142855245294,722806,0.0,0.0,True 2023-07-24 00:00:00+01:00,1.4780000305175782,1.5005599975585937,1.4660000610351562,1.4980000305175782,1.450341625024224,566780,0.0,0.0,True 2023-07-25 00:00:00+01:00,1.5039999389648437,1.5139999389648438,1.4939199829101564,1.5060000610351563,1.458087257027052,1834073,0.0,0.0,True 2023-07-26 00:00:00+01:00,1.5160000610351563,1.5180000305175783,1.4888099670410158,1.491999969482422,1.4445325118576593,704690,0.0,0.0,True 2023-07-27 00:00:00+01:00,1.5060000610351563,1.5080000305175782,1.49,1.5080000305175782,1.4600234803018324,1261766,0.0,0.0,True 2023-07-28 00:00:00+01:00,1.5060000610351563,1.5260000610351563,1.5060000610351563,1.521999969482422,1.4735779299097422,902895,0.0,0.0,True 2023-07-31 00:00:00+01:00,1.53,1.5360000610351563,1.5139999389648438,1.5360000610351563,1.4871326750791354,2260663,0.0,0.0,True 2023-08-01 00:00:00+01:00,1.521999969482422,1.54,1.5173199462890625,1.538000030517578,1.4890690461346567,2604611,0.0,0.0,True 2023-08-02 00:00:00+01:00,1.521999969482422,1.531999969482422,1.5,1.52,1.471641706634962,2183824,0.0,0.0,True 2023-08-03 00:00:00+01:00,1.53,1.53,1.5077999877929689,1.5139999389648438,1.4658324456876557,618696,0.0,0.0,True 2023-08-04 00:00:00+01:00,1.5239999389648438,1.5239999389648438,1.502209930419922,1.51,1.461959851357354,2364769,0.0,0.0,True 2023-08-07 00:00:00+01:00,1.5060000610351563,1.5236000061035158,1.4956199645996093,1.51,1.461959851357354,2338289,0.0,0.0,True 2023-08-08 00:00:00+01:00,1.4980000305175782,1.5091600036621093,1.48,1.4880000305175782,1.440659769746616,2057285,0.0,0.0,True 2023-08-09 00:00:00+01:00,1.5,1.5039999389648437,1.4852000427246095,1.5,1.4522779960797456,1448790,0.0,0.0,True 2023-08-10 00:00:00+01:00,1.491999969482422,1.5080000305175782,1.4860000610351562,1.501999969482422,1.4542142193545258,975414,0.0,0.0,True 2023-08-11 00:00:00+01:00,1.4839999389648437,1.49,1.4739999389648437,1.4739999389648437,1.427105024577223,1015702,0.0,0.0,True 2023-08-14 00:00:00+01:00,1.48,1.48,1.4636399841308594,1.471999969482422,1.4251688013024426,921122,0.0,0.0,True 2023-08-15 00:00:00+01:00,1.4639999389648437,1.471999969482422,1.450850067138672,1.461999969482422,1.4154869460248347,1186378,0.0,0.0,True 2023-08-16 00:00:00+01:00,1.4639999389648437,1.4760000610351562,1.4460000610351562,1.451999969482422,1.4058050907472261,467746,0.0,0.0,True 2023-08-17 00:00:00+01:00,1.44,1.4551199340820313,1.44,1.4439999389648437,1.3980594587443984,865297,0.0,0.0,True 2023-08-18 00:00:00+01:00,1.43,1.4400999450683594,1.4191499328613282,1.4239999389648437,1.3786958959699234,2869015,0.0,0.0,True 2023-08-21 00:00:00+01:00,1.4180000305175782,1.431999969482422,1.411999969482422,1.42,1.37482315385888,1560883,0.0,0.0,True 2023-08-22 00:00:00+01:00,1.45,1.45,1.4129600524902344,1.4360000610351562,1.3903141223030533,1965430,0.0,0.0,True 2023-08-23 00:00:00+01:00,1.4260000610351562,1.4540400695800781,1.4260000610351562,1.4539999389648437,1.4077413140220065,558570,0.0,0.0,True 2023-08-24 00:00:00+01:00,1.46,1.4780000305175782,1.4513999938964843,1.4680000305175782,1.4212960591913995,1450657,0.0,0.0,True 2023-08-25 00:00:00+01:00,1.451999969482422,1.4739999389648437,1.451999969482422,1.4580000305175782,1.4116143516945328,611382,0.0,0.0,True 2023-08-29 00:00:00+01:00,1.481999969482422,1.49,1.4680000305175782,1.481999969482422,1.434850656580051,1076598,0.0,0.0,True 2023-08-30 00:00:00+01:00,1.4760000610351562,1.4904400634765624,1.4639999389648437,1.4760000610351562,1.4290416911942276,1458035,0.0,0.0,True 2023-08-31 00:00:00+01:00,1.5,1.5,1.4605000305175782,1.4680000305175782,1.4212960591913995,823052,0.0,0.0,True 2023-09-01 00:00:00+01:00,1.47,1.4905299377441406,1.4680000305175782,1.48,1.4329142855245294,721907,0.0,0.0,True 2023-09-04 00:00:00+01:00,1.4860000610351562,1.5,1.4839999389648437,1.5,1.4522779960797456,1640314,0.0,0.0,True 2023-09-05 00:00:00+01:00,1.491999969482422,1.4960000610351563,1.4801300048828125,1.491999969482422,1.4445325118576593,1606794,0.0,0.0,True 2023-09-06 00:00:00+01:00,1.48,1.4973899841308593,1.4780799865722656,1.4860000610351562,1.4387235464718355,620686,0.0,0.0,True 2023-09-07 00:00:00+01:00,1.4739999389648437,1.488800048828125,1.471999969482422,1.4760000610351562,1.4290416911942276,1302072,0.0,0.0,True 2023-09-08 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.4680000305175782,1.48,1.4329142855245294,474432,0.0,0.0,True 2023-09-11 00:00:00+01:00,1.4939999389648437,1.4955799865722657,1.475019989013672,1.4839999389648437,1.436786879854831,1380740,0.0,0.0,True 2023-09-12 00:00:00+01:00,1.4780000305175782,1.4835000610351563,1.4660000610351562,1.48,1.4329142855245294,1730884,0.0,0.0,True 2023-09-13 00:00:00+01:00,1.481999969482422,1.4839999389648437,1.471999969482422,1.4839999389648437,1.436786879854831,1357358,0.0,0.0,True 2023-09-14 00:00:00+01:00,1.4839999389648437,1.5139999389648438,1.48,1.5139999389648438,1.4658324456876557,1680374,0.0,0.0,True 2023-09-15 00:00:00+01:00,1.511999969482422,1.5270399475097656,1.5080000305175782,1.511999969482422,1.4638960746321341,1923954,0.0,0.0,True 2023-09-18 00:00:00+01:00,1.5,1.51,1.4905000305175782,1.5060000610351563,1.458087257027052,1470228,0.0,0.0,True 2023-09-19 00:00:00+01:00,1.5280000305175783,1.5280000305175783,1.49,1.491999969482422,1.4445325118576593,927227,0.0,0.0,True 2023-09-20 00:00:00+01:00,1.481999969482422,1.511999969482422,1.481999969482422,1.49,1.4425961408021375,783385,0.0,0.0,True 2023-09-21 00:00:00+01:00,1.4780000305175782,1.4860000610351562,1.4680000305175782,1.4739999389648437,1.427105024577223,2058070,0.0,0.0,True 2023-09-22 00:00:00+01:00,1.4760000610351562,1.491999969482422,1.4645599365234376,1.4880000305175782,1.440659769746616,2260316,0.0,0.0,True 2023-09-25 00:00:00+01:00,1.48,1.4860000610351562,1.4722999572753908,1.4780000305175782,1.4309779144690078,2275530,0.0,0.0,True 2023-09-26 00:00:00+01:00,1.471999969482422,1.471999969482422,1.4568800354003906,1.4639999389648437,1.4174231692996149,1476685,0.0,0.0,True 2023-09-27 00:00:00+01:00,1.47,1.4739999389648437,1.46,1.4739999389648437,1.427105024577223,1362559,0.0,0.0,True 2023-09-28 00:00:00+01:00,1.46,1.4780000305175782,1.451999969482422,1.4539999389648437,1.4077413140220065,1375300,0.0,0.0,True 2023-09-29 00:00:00+01:00,1.49,1.49,1.461999969482422,1.4680000305175782,1.4212960591913995,1010137,0.0,0.0,True 2023-10-02 00:00:00+01:00,1.4939999389648437,1.4939999389648437,1.4660000610351562,1.47,1.423232430246921,1249107,0.0,0.0,True 2023-10-03 00:00:00+01:00,1.49,1.49,1.461999969482422,1.4680000305175782,1.4212960591913995,1887926,0.0,0.0,True 2023-10-04 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.44,1.4439999389648437,1.3980594587443984,803861,0.0,0.0,True 2023-10-05 00:00:00+01:00,1.4439999389648437,1.4680000305175782,1.4375,1.44,1.3941868644140964,1682064,0.0,0.0,True 2023-10-06 00:00:00+01:00,1.471999969482422,1.471999969482422,1.4398399353027345,1.45,1.4038687196917048,493804,0.0,0.0,True 2023-10-09 00:00:00+01:00,1.44,1.46,1.4360000610351562,1.4480000305175782,1.4019324964169246,1331163,0.0,0.0,True 2023-10-10 00:00:00+01:00,1.4680000305175782,1.4680000305175782,1.44,1.451999969482422,1.4058050907472261,1103518,0.0,0.0,True 2023-10-11 00:00:00+01:00,1.46,1.4780000305175782,1.4480000305175782,1.4780000305175782,1.4309779144690078,2653262,0.0,0.0,True 2023-10-12 00:00:00+01:00,1.45,1.491999969482422,1.45,1.4880000305175782,1.440659769746616,1709233,0.0,0.0,True 2023-10-13 00:00:00+01:00,1.4739999389648437,1.4931399536132812,1.47,1.48,1.4329142855245294,1533321,0.0,0.0,True 2023-10-16 00:00:00+01:00,1.48,1.4833999633789063,1.4680000305175782,1.4760000610351562,1.4290416911942276,633912,0.0,0.0,True 2023-10-17 00:00:00+01:00,1.4980000305175782,1.4980000305175782,1.4660000610351562,1.48,1.4329142855245294,1534563,0.0,0.0,True 2023-10-18 00:00:00+01:00,1.471999969482422,1.4860000610351562,1.4593499755859376,1.4660000610351562,1.4193596881358779,1483532,0.0,0.0,True 2023-10-19 00:00:00+01:00,1.45,1.4588800048828126,1.45,1.45,1.4038687196917048,1034875,0.0,0.0,True 2023-10-20 00:00:00+01:00,1.45,1.451999969482422,1.4360000610351562,1.44,1.3941868644140964,1974390,0.0,0.0,True 2023-10-23 00:00:00+01:00,1.4380000305175782,1.4780000305175782,1.4239999389648437,1.4260000610351562,1.380632267025445,698281,0.0,0.0,True 2023-10-24 00:00:00+01:00,1.4139999389648439,1.45,1.4039999389648439,1.4460000610351562,1.3999959775806614,673688,0.0,0.0,True 2023-10-25 00:00:00+01:00,1.441999969482422,1.445,1.4280000305175782,1.441999969482422,1.3961232354696183,1978440,0.0,0.0,True 2023-10-26 00:00:00+01:00,1.441999969482422,1.441999969482422,1.42052001953125,1.4260000610351562,1.380632267025445,1760670,0.0,0.0,True 2023-10-27 00:00:00+01:00,1.4160000610351562,1.4375999450683594,1.4160000610351562,1.431999969482422,1.38644138019201,2830862,0.0,0.0,True 2023-10-30 00:00:00+00:00,1.42,1.4533599853515626,1.42,1.4380000305175782,1.3922506411393163,1108546,0.0,0.0,True 2023-10-31 00:00:00+00:00,1.4380000305175782,1.44,1.4180000305175782,1.4280000305175782,1.3825686380809667,1985965,0.0,0.0,True 2023-11-01 00:00:00+00:00,1.421999969482422,1.4481700134277344,1.4160000610351562,1.4339999389648437,1.38837760346679,2357664,0.0,0.0,True 2023-11-02 00:00:00+00:00,1.441999969482422,1.461999969482422,1.44,1.4580000305175782,1.4116143516945328,3149890,0.0,0.0,True 2023-11-03 00:00:00+00:00,1.46,1.4680000305175782,1.45875,1.4680000305175782,1.4212960591913995,1193029,0.0,0.0,True 2023-11-06 00:00:00+00:00,1.4680000305175782,1.4960000610351563,1.4665899658203125,1.4960000610351563,1.448405401749444,2234221,0.0,0.0,True 2023-11-07 00:00:00+00:00,1.48,1.491999969482422,1.4688800048828126,1.481999969482422,1.434850656580051,1359866,0.0,0.0,True 2023-11-08 00:00:00+00:00,1.491999969482422,1.491999969482422,1.4760000610351562,1.4760000610351562,1.4290416911942276,377733,0.0,0.0,True 2023-11-09 00:00:00+00:00,1.49,1.49,1.4698399353027345,1.49,1.4425961408021375,1828509,0.0,0.0,True 2023-11-10 00:00:00+00:00,1.4880000305175782,1.49,1.465959930419922,1.4780000305175782,1.4309779144690078,677905,0.0,0.0,True 2023-11-13 00:00:00+00:00,1.48,1.491999969482422,1.4760000610351562,1.4839999389648437,1.436786879854831,510612,0.0,0.0,True 2023-11-14 00:00:00+00:00,1.47,1.4980000305175782,1.47,1.4980000305175782,1.450341625024224,1203766,0.0,0.0,True 2023-11-15 00:00:00+00:00,1.5,1.5300300598144532,1.4985499572753906,1.53,1.4813235619125704,2057117,0.0,0.0,True 2023-11-16 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.5039999389648437,1.5160000610351563,1.4677691123046603,595075,0.0,0.0,True 2023-11-17 00:00:00+00:00,1.511999969482422,1.5200799560546876,1.51,1.5160000610351563,1.4677691123046603,1651870,0.0,0.0,True 2023-11-20 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.5080000305175782,1.51,1.461959851357354,781059,0.0,0.0,True 2023-11-21 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.4960000610351563,1.5,1.4522779960797456,461291,0.0,0.0,True 2023-11-22 00:00:00+00:00,1.5139999389648438,1.52,1.5003999328613282,1.5080000305175782,1.4600234803018324,2084397,0.0,0.0,True 2023-11-23 00:00:00+00:00,1.52,1.52,1.501999969482422,1.511999969482422,1.4638960746321341,565824,0.0,0.0,True 2023-11-24 00:00:00+00:00,1.5060000610351563,1.5060000610351563,1.491999969482422,1.491999969482422,1.4445325118576593,770933,0.0,0.0,True 2023-11-27 00:00:00+00:00,1.49,1.5080000305175782,1.481999969482422,1.4860000610351562,1.4387235464718355,561155,0.0,0.0,True 2023-11-28 00:00:00+00:00,1.51,1.538000030517578,1.4871200561523439,1.49,1.4425961408021375,1027910,0.0,0.0,True 2023-11-29 00:00:00+00:00,1.5080000305175782,1.5339999389648438,1.48,1.4860000610351562,1.4387235464718355,736471,0.0,0.0,True 2023-11-30 00:00:00+00:00,1.4780000305175782,1.5010000610351564,1.4760000610351562,1.48,1.4329142855245294,1717937,0.0,0.0,True 2023-12-01 00:00:00+00:00,1.481999969482422,1.5,1.4711599731445313,1.471999969482422,1.4251688013024426,1187722,0.0,0.0,True 2023-12-04 00:00:00+00:00,1.49,1.5,1.47,1.48,1.4329142855245294,2273450,0.0,0.0,True 2023-12-05 00:00:00+00:00,1.48,1.491999969482422,1.4615199279785156,1.4639999389648437,1.4174231692996149,1360949,0.0,0.0,True 2023-12-06 00:00:00+00:00,1.471999969482422,1.48,1.4689599609375,1.4760000610351562,1.4290416911942276,1418976,0.0,0.0,True 2023-12-07 00:00:00+00:00,1.4680000305175782,1.4860000610351562,1.465,1.4660000610351562,1.4193596881358779,1391505,0.0,0.0,True 2023-12-08 00:00:00+00:00,1.47,1.4880000305175782,1.4480000305175782,1.48,1.4329142855245294,2470811,0.0,0.0,True 2023-12-11 00:00:00+00:00,1.4939999389648437,1.4939999389648437,1.4639999389648437,1.48,1.4329142855245294,2766952,0.0,0.0,True 2023-12-12 00:00:00+00:00,1.4960000610351563,1.4960000610351563,1.4641600036621094,1.4760000610351562,1.4290416911942276,792880,0.0,0.0,True 2023-12-13 00:00:00+00:00,1.461999969482422,1.4980000305175782,1.4539999389648437,1.4639999389648437,1.4174231692996149,2279497,0.0,0.0,True 2023-12-14 00:00:00+00:00,1.4660000610351562,1.4980000305175782,1.4560000610351562,1.471999969482422,1.444907860209756,2094948,0.02,0.0,True 2023-12-15 00:00:00+00:00,1.4860000610351562,1.4960000610351563,1.46447998046875,1.4960000610351563,1.4684662243986697,1576554,0.0,0.0,True 2023-12-18 00:00:00+00:00,1.4880000305175782,1.4978900146484375,1.461999969482422,1.48,1.4527607481441243,1263377,0.0,0.0,True 2023-12-19 00:00:00+00:00,1.48,1.4839999389648437,1.4560000610351562,1.481999969482422,1.454723820320621,1276760,0.0,0.0,True 2023-12-20 00:00:00+00:00,1.4960000610351563,1.499600067138672,1.480229949951172,1.4939999389648437,1.4665030024150778,665450,0.0,0.0,True 2023-12-21 00:00:00+00:00,1.4860000610351562,1.531999969482422,1.4858599853515626,1.4880000305175782,1.4606134862713969,571029,0.0,0.0,True 2023-12-22 00:00:00+00:00,1.4660000610351562,1.4880000305175782,1.4639999389648437,1.481999969482422,1.454723820320621,263216,0.0,0.0,True 2023-12-27 00:00:00+00:00,1.461999969482422,1.508520050048828,1.461999969482422,1.4880000305175782,1.4606134862713969,352193,0.0,0.0,True 2023-12-28 00:00:00+00:00,1.471999969482422,1.5149899291992188,1.4660000610351562,1.511999969482422,1.4841717006532151,1014689,0.0,0.0,True 2023-12-29 00:00:00+00:00,1.481999969482422,1.5260000610351563,1.481999969482422,1.5160000610351563,1.4880981446203994,880803,0.0,0.0,True 2024-01-02 00:00:00+00:00,1.4839999389648437,1.521999969482422,1.4839999389648437,1.5060000610351563,1.4782821845095344,1097208,0.0,0.0,True 2024-01-03 00:00:00+00:00,1.4960000610351563,1.514290008544922,1.4896400451660157,1.4980000305175782,1.4704294463822616,1191447,0.0,0.0,True 2024-01-04 00:00:00+00:00,1.5239999389648438,1.5239999389648438,1.4839999389648437,1.4960000610351563,1.4684662243986697,859179,0.0,0.0,True 2024-01-05 00:00:00+00:00,1.51,1.51,1.48,1.48,1.4527607481441243,1394489,0.0,0.0,True 2024-01-08 00:00:00+00:00,1.5080000305175782,1.5080000305175782,1.47,1.47,1.4429447880332595,726028,0.0,0.0,True 2024-01-09 00:00:00+00:00,1.48,1.48,1.4587600708007813,1.461999969482422,1.4350919000988915,1263332,0.0,0.0,True 2024-01-10 00:00:00+00:00,1.4560000610351562,1.4939999389648437,1.4560000610351562,1.46,1.4331288279223946,939767,0.0,0.0,True 2024-01-11 00:00:00+00:00,1.4739999389648437,1.4739999389648437,1.4560000610351562,1.4580000305175782,1.431165605938803,1328730,0.0,0.0,True 2024-01-12 00:00:00+00:00,1.46,1.491439971923828,1.4580000305175782,1.4639999389648437,1.4370551220824836,1545783,0.0,0.0,True 2024-01-15 00:00:00+00:00,1.4639999389648437,1.4860000610351562,1.4539999389648437,1.4639999389648437,1.4370551220824836,1277794,0.0,0.0,True 2024-01-16 00:00:00+00:00,1.451999969482422,1.4660000610351562,1.4460000610351562,1.4460000610351562,1.4193865736514413,860556,0.0,0.0,True 2024-01-17 00:00:00+00:00,1.4260000610351562,1.4580000305175782,1.41,1.41,1.384049027368071,1128081,0.0,0.0,True 2024-01-18 00:00:00+00:00,1.42,1.4380000305175782,1.411999969482422,1.421999969482422,1.3958282094625278,1442841,0.0,0.0,True 2024-01-19 00:00:00+00:00,1.43,1.4439999389648437,1.42,1.4360000610351562,1.4095706135405766,1571432,0.0,0.0,True 2024-01-22 00:00:00+00:00,1.421999969482422,1.4439999389648437,1.4126400756835937,1.4239999389648437,1.3977912816390246,1088263,0.0,0.0,True 2024-01-23 00:00:00+00:00,1.4260000610351562,1.45,1.4255999755859374,1.44,1.4134969077006652,1028290,0.0,0.0,True 2024-01-24 00:00:00+00:00,1.4439999389648437,1.461999969482422,1.440659942626953,1.4460000610351562,1.4193865736514413,1472846,0.0,0.0,True 2024-01-25 00:00:00+00:00,1.4660000610351562,1.4680000305175782,1.4377600097656251,1.46,1.4331288279223946,2181416,0.0,0.0,True 2024-01-26 00:00:00+00:00,1.461999969482422,1.4724600219726562,1.4495599365234375,1.4580000305175782,1.431165605938803,3068488,0.0,0.0,True 2024-01-29 00:00:00+00:00,1.4580000305175782,1.47,1.4480000305175782,1.4660000610351562,1.4390184938731707,2125637,0.0,0.0,True 2024-01-30 00:00:00+00:00,1.4560000610351562,1.463730010986328,1.4480000305175782,1.461999969482422,1.4350919000988915,1495542,0.0,0.0,True 2024-01-31 00:00:00+00:00,1.4360000610351562,1.465540008544922,1.4360000610351562,1.4560000610351562,1.429202533762306,788312,0.0,0.0,True 2024-02-01 00:00:00+00:00,1.4660000610351562,1.471999969482422,1.441999969482422,1.4539999389648437,1.4272391619716187,998818,0.0,0.0,True 2024-02-02 00:00:00+00:00,1.4560000610351562,1.47,1.45,1.4660000610351562,1.4390184938731707,2050428,0.0,0.0,True 2024-02-05 00:00:00+00:00,1.45,1.4780000305175782,1.44,1.46,1.4331288279223946,858785,0.0,0.0,True 2024-02-06 00:00:00+00:00,1.48,1.4960000610351563,1.471199951171875,1.491999969482422,1.4645397804314857,954025,0.0,0.0,True 2024-02-07 00:00:00+00:00,1.461999969482422,1.5,1.461999969482422,1.49,1.462576708254989,1947960,0.0,0.0,True 2024-02-08 00:00:00+00:00,1.4960000610351563,1.5,1.4713800048828125,1.4839999389648437,1.456687042304213,1065845,0.0,0.0,True 2024-02-09 00:00:00+00:00,1.4860000610351562,1.4860000610351562,1.471999969482422,1.4760000610351562,1.4488344539840354,1553566,0.0,0.0,True 2024-02-12 00:00:00+00:00,1.47,1.4939999389648437,1.47,1.49,1.462576708254989,797611,0.0,0.0,True 2024-02-13 00:00:00+00:00,1.481999969482422,1.4960000610351563,1.4639999389648437,1.4660000610351562,1.4390184938731707,1596958,0.0,0.0,True 2024-02-14 00:00:00+00:00,1.5,1.5,1.4606199645996094,1.4839999389648437,1.456687042304213,856622,0.0,0.0,True 2024-02-15 00:00:00+00:00,1.49,1.4980000305175782,1.46,1.4839999389648437,1.456687042304213,916078,0.0,0.0,True 2024-02-16 00:00:00+00:00,1.4860000610351562,1.5,1.4860000610351562,1.4939999389648437,1.4665030024150778,925973,0.0,0.0,True 2024-02-19 00:00:00+00:00,1.4939999389648437,1.5039999389648437,1.480800018310547,1.501999969482422,1.4743557405423504,2063217,0.0,0.0,True 2024-02-20 00:00:00+00:00,1.4960000610351563,1.5031799316406251,1.49,1.491999969482422,1.4645397804314857,2290148,0.0,0.0,True 2024-02-21 00:00:00+00:00,1.49,1.5053799438476563,1.4701600646972657,1.5,1.4723926683658537,2109489,0.0,0.0,True 2024-02-22 00:00:00+00:00,1.5060000610351563,1.50822998046875,1.4703399658203125,1.5060000610351563,1.4782821845095344,2771640,0.0,0.0,True 2024-02-23 00:00:00+00:00,1.5080000305175782,1.5139999389648438,1.4921600341796875,1.5060000610351563,1.4782821845095344,1639036,0.0,0.0,True 2024-02-26 00:00:00+00:00,1.5180000305175783,1.5180000305175783,1.501999969482422,1.5080000305175782,1.4802454064931265,1191580,0.0,0.0,True 2024-02-27 00:00:00+00:00,1.49,1.5060000610351563,1.49,1.5039999389648437,1.4763189625259423,1627583,0.0,0.0,True 2024-02-28 00:00:00+00:00,1.5,1.5029600524902345,1.491999969482422,1.4960000610351563,1.4684662243986697,2005796,0.0,0.0,True 2024-02-29 00:00:00+00:00,1.5039999389648437,1.5039999389648437,1.4880000305175782,1.49,1.462576708254989,1470719,0.0,0.0,True 2024-03-01 00:00:00+00:00,1.4980000305175782,1.5080000305175782,1.49,1.5080000305175782,1.4802454064931265,2718209,0.0,0.0,True 2024-03-04 00:00:00+00:00,1.5080000305175782,1.5141999816894531,1.49,1.5039999389648437,1.4763189625259423,1604188,0.0,0.0,True 2024-03-05 00:00:00+00:00,1.4980000305175782,1.5120799255371093,1.491999969482422,1.4960000610351563,1.4684662243986697,1718120,0.0,0.0,True 2024-03-06 00:00:00+00:00,1.4760000610351562,1.5180000305175783,1.4760000610351562,1.511999969482422,1.4841717006532151,1464085,0.0,0.0,True 2024-03-07 00:00:00+00:00,1.48,1.5189599609375,1.48,1.5160000610351563,1.4880981446203994,3716361,0.0,0.0,True 2024-03-08 00:00:00+00:00,1.51,1.521999969482422,1.51,1.5180000305175783,1.490061366603991,2473621,0.0,0.0,True 2024-03-11 00:00:00+00:00,1.511999969482422,1.5207899475097657,1.5095100402832031,1.5139999389648438,1.4861349226368072,1980409,0.0,0.0,True 2024-03-12 00:00:00+00:00,1.5280000305175783,1.5360000610351563,1.52343994140625,1.5260000610351563,1.4979141047312639,1049307,0.0,0.0,True 2024-03-13 00:00:00+00:00,1.531999969482422,1.5360800170898439,1.52,1.5339999389648438,1.5057668428585367,3215589,0.0,0.0,True 2024-03-14 00:00:00+00:00,1.53,1.5414300537109376,1.5280000305175783,1.538000030517578,1.5096932868257207,2233194,0.0,0.0,True 2024-03-15 00:00:00+00:00,1.521999969482422,1.5280000305175783,1.51,1.5180000305175783,1.490061366603991,1964485,0.0,0.0,True 2024-03-18 00:00:00+00:00,1.52,1.5239999389648438,1.511999969482422,1.5160000610351563,1.4880981446203994,1383852,0.0,0.0,True 2024-03-19 00:00:00+00:00,1.511999969482422,1.5143299865722657,1.501999969482422,1.5139999389648438,1.4861349226368072,2529490,0.0,0.0,True 2024-03-20 00:00:00+00:00,1.5139999389648438,1.52125,1.5073699951171875,1.5180000305175783,1.490061366603991,1621850,0.0,0.0,True 2024-03-21 00:00:00+00:00,1.5280000305175783,1.541999969482422,1.5280000305175783,1.541999969482422,1.5136195809858095,834276,0.0,0.0,True 2024-03-22 00:00:00+00:00,1.5439999389648438,1.55052001953125,1.531999969482422,1.541999969482422,1.5136195809858095,1537794,0.0,0.0,True 2024-03-25 00:00:00+00:00,1.53,1.54,1.5270199584960937,1.5280000305175783,1.499877326714856,2163773,0.0,0.0,True 2024-03-26 00:00:00+00:00,1.531999969482422,1.5482400512695313,1.5280000305175783,1.5360000610351563,1.5077300648421288,2883267,0.0,0.0,True 2024-03-27 00:00:00+00:00,1.5260000610351563,1.54,1.5102999877929688,1.538000030517578,1.5096932868257207,1862926,0.0,0.0,True 2024-03-28 00:00:00+00:00,1.538000030517578,1.5483799743652344,1.523820037841797,1.5439999389648438,1.5155828029694014,2099139,0.0,0.0,True 2024-04-02 00:00:00+01:00,1.55,1.57,1.5180000305175783,1.56,1.5312882792239468,2546887,0.0,0.0,True 2024-04-03 00:00:00+01:00,1.5539999389648438,1.5619999694824218,1.541999969482422,1.548000030517578,1.5195092469365854,1329233,0.0,0.0,True 2024-04-04 00:00:00+01:00,1.548000030517578,1.5619999694824218,1.5360000610351563,1.55,1.5214723191130821,975477,0.0,0.0,True 2024-04-05 00:00:00+01:00,1.5180000305175783,1.548000030517578,1.5180000305175783,1.541999969482422,1.5136195809858095,1258153,0.0,0.0,True 2024-04-08 00:00:00+01:00,1.5460000610351563,1.548000030517578,1.5305999755859376,1.541999969482422,1.5136195809858095,2209986,0.0,0.0,True 2024-04-09 00:00:00+01:00,1.538000030517578,1.5539199829101562,1.538000030517578,1.5460000610351563,1.5175460249529935,1984292,0.0,0.0,True 2024-04-10 00:00:00+01:00,1.55,1.5619999694824218,1.54,1.548000030517578,1.5195092469365854,2709157,0.0,0.0,True 2024-04-11 00:00:00+01:00,1.52,1.56,1.52,1.5560000610351563,1.527361985063858,2245196,0.0,0.0,True 2024-04-12 00:00:00+01:00,1.5539999389648438,1.5573599243164062,1.5339999389648438,1.538000030517578,1.5096932868257207,2645057,0.0,0.0,True 2024-04-15 00:00:00+01:00,1.54,1.54,1.521999969482422,1.531999969482422,1.5038036208749446,1789747,0.0,0.0,True 2024-04-16 00:00:00+01:00,1.521999969482422,1.521999969482422,1.4880000305175782,1.4980000305175782,1.4704294463822616,2659446,0.0,0.0,True 2024-04-17 00:00:00+01:00,1.4839999389648437,1.5002200317382812,1.4839999389648437,1.4960000610351563,1.4684662243986697,1866064,0.0,0.0,True 2024-04-18 00:00:00+01:00,1.501999969482422,1.511060028076172,1.491439971923828,1.51,1.4822086284767186,1872399,0.0,0.0,True 2024-04-19 00:00:00+01:00,1.481999969482422,1.5,1.481999969482422,1.4980000305175782,1.4704294463822616,1135405,0.0,0.0,True 2024-04-22 00:00:00+01:00,1.51,1.5239999389648438,1.4866799926757812,1.5239999389648438,1.4959508827476717,1672589,0.0,0.0,True 2024-04-23 00:00:00+01:00,1.53,1.5360000610351563,1.5168800354003906,1.531999969482422,1.5038036208749446,2140486,0.0,0.0,True 2024-04-24 00:00:00+01:00,1.5280000305175783,1.556179962158203,1.5160000610351563,1.5439999389648438,1.5155828029694014,1812075,0.0,0.0,True 2024-04-25 00:00:00+01:00,1.53,1.5549299621582031,1.5260000610351563,1.5439999389648438,1.5155828029694014,2209789,0.0,0.0,True 2024-04-26 00:00:00+01:00,1.5239999389648438,1.5639999389648438,1.5239999389648438,1.5639999389648438,1.5352145733840357,863983,0.0,0.0,True 2024-04-29 00:00:00+01:00,1.55,1.5719999694824218,1.55,1.5719999694824218,1.5430674613184037,1460793,0.0,0.0,True 2024-04-30 00:00:00+01:00,1.58,1.58,1.558000030517578,1.558000030517578,1.5293252070474501,1538659,0.0,0.0,True 2024-05-01 00:00:00+01:00,1.5519999694824218,1.5639999389648438,1.5461399841308594,1.56,1.5312882792239468,742179,0.0,0.0,True 2024-05-02 00:00:00+01:00,1.568000030517578,1.5939999389648438,1.5664500427246093,1.5939999389648438,1.56466245371663,1163722,0.0,0.0,True 2024-05-03 00:00:00+01:00,1.5860000610351563,1.6039999389648438,1.5860000610351563,1.5960000610351563,1.566625825507317,1157022,0.0,0.0,True 2024-05-07 00:00:00+01:00,1.61,1.6180000305175781,1.5982699584960938,1.61,1.5803680797782707,1324813,0.0,0.0,True 2024-05-08 00:00:00+01:00,1.6180000305175781,1.6180000305175781,1.6060000610351564,1.6080000305175781,1.5784048577946785,587009,0.0,0.0,True 2024-05-09 00:00:00+01:00,1.6119999694824219,1.62,1.599199981689453,1.6060000610351564,1.5764417856181818,668191,0.0,0.0,True 2024-05-10 00:00:00+01:00,1.6219999694824219,1.6280000305175781,1.5939999389648438,1.6280000305175781,1.598036778016408,1678489,0.0,0.0,True 2024-05-13 00:00:00+01:00,1.6239999389648438,1.6360000610351564,1.6139999389648438,1.6360000610351564,1.605889665950776,1906596,0.0,0.0,True 2024-05-14 00:00:00+01:00,1.6360000610351564,1.6480000305175782,1.6143899536132813,1.6460000610351564,1.615705626061641,2118883,0.0,0.0,True 2024-05-15 00:00:00+01:00,1.6460000610351564,1.6560000610351562,1.6278399658203124,1.6539999389648439,1.6235582143818181,709519,0.0,0.0,True 2024-05-16 00:00:00+01:00,1.6560000610351562,1.661999969482422,1.6304800415039062,1.6560000610351562,1.6255214363654102,1485142,0.0,0.0,True 2024-05-17 00:00:00+01:00,1.6600000000000001,1.6680000305175782,1.6380000305175781,1.6400000000000001,1.6098159601108648,1188615,0.0,0.0,True 2024-05-20 00:00:00+01:00,1.6539999389648439,1.6580000305175782,1.628300018310547,1.651999969482422,1.6215949923982265,2114640,0.0,0.0,True 2024-05-21 00:00:00+01:00,1.6400000000000001,1.6616400146484376,1.6229400634765625,1.6380000305175781,1.607852738127273,1670580,0.0,0.0,True 2024-05-22 00:00:00+01:00,1.6380000305175781,1.6439999389648439,1.62,1.6300000000000001,1.6,1776138,0.0,0.0,True 2024-05-23 00:00:00+01:00,1.6439999389648439,1.673999938964844,1.6139999389648438,1.62,1.5901840398891354,1450833,0.0,0.0,True 2024-05-24 00:00:00+01:00,1.6039999389648438,1.62,1.6039999389648438,1.6139999389648438,1.5842943739383593,1007391,0.0,0.0,True 2024-05-28 00:00:00+01:00,1.6139999389648438,1.6580000305175782,1.5960000610351563,1.5960000610351563,1.566625825507317,2997764,0.0,0.0,True 2024-05-29 00:00:00+01:00,1.6060000610351564,1.6380000305175781,1.555,1.5619999694824218,1.533251501207539,25669419,0.0,0.0,True 2024-05-30 00:00:00+01:00,1.568000030517578,1.568000030517578,1.5560000610351563,1.5639999389648438,1.5352145733840357,2685351,0.0,0.0,True 2024-05-31 00:00:00+01:00,1.558000030517578,1.5662399291992188,1.541999969482422,1.5460000610351563,1.5175460249529935,2104224,0.0,0.0,True 2024-06-03 00:00:00+01:00,1.5639999389648438,1.5719999694824218,1.5539999389648438,1.56,1.5312882792239468,2367668,0.0,0.0,True 2024-06-04 00:00:00+01:00,1.548000030517578,1.55,1.54,1.5439999389648438,1.5155828029694014,2412048,0.0,0.0,True 2024-06-05 00:00:00+01:00,1.5519999694824218,1.5639999389648438,1.5439999389648438,1.558000030517578,1.5293252070474501,3009114,0.0,0.0,True 2024-06-06 00:00:00+01:00,1.5719999694824218,1.5839999389648438,1.5460000610351563,1.5819999694824218,1.5528834214292682,1916461,0.0,0.0,True 2024-06-07 00:00:00+01:00,1.5839999389648438,1.598000030517578,1.5755599975585939,1.58,1.5509201994456765,2214093,0.0,0.0,True 2024-06-10 00:00:00+01:00,1.5639999389648438,1.5839999389648438,1.54,1.57,1.5411042393348116,2166133,0.0,0.0,True 2024-06-11 00:00:00+01:00,1.568000030517578,1.5819999694824218,1.5560000610351563,1.56,1.5312882792239468,2055139,0.0,0.0,True 2024-06-12 00:00:00+01:00,1.5719999694824218,1.5860000610351563,1.57,1.58,1.5509201994456765,1967688,0.0,0.0,True 2024-06-13 00:00:00+01:00,1.588000030517578,1.59,1.5560000610351563,1.5760000610351563,1.5469939052855874,2284790,0.0,0.0,True 2024-06-14 00:00:00+01:00,1.5760000610351563,1.59,1.568000030517578,1.5860000610351563,1.5568098653964524,1927503,0.0,0.0,True 2024-06-17 00:00:00+01:00,1.59,1.6019999694824218,1.588000030517578,1.59,1.560736159556541,1695647,0.0,0.0,True 2024-06-18 00:00:00+01:00,1.5939999389648438,1.61,1.588000030517578,1.61,1.5803680797782707,2252797,0.0,0.0,True 2024-06-19 00:00:00+01:00,1.6139999389648438,1.6319999694824219,1.6025900268554687,1.6300000000000001,1.6,1949435,0.0,0.0,True 2024-06-20 00:00:00+01:00,1.6019999694824218,1.6139999389648438,1.5932000732421876,1.6080000305175781,1.6080000305175781,2618258,0.03,0.0,False 2024-06-21 00:00:00+01:00,1.6060000610351564,1.6139999389648438,1.5939999389648438,1.6060000610351564,1.6060000610351564,3294890,0.0,0.0,False 2024-06-24 00:00:00+01:00,1.59,1.6060000610351564,1.5839999389648438,1.598000030517578,1.598000030517578,2614443,0.0,0.0,False 2024-06-25 00:00:00+01:00,1.5960000610351563,1.6019999694824218,1.5832400512695313,1.6019999694824218,1.6019999694824218,1088600,0.0,0.0,False 2024-06-26 00:00:00+01:00,1.6119999694824219,1.6119999694824219,1.5960000610351563,1.61,1.61,1846458,0.0,0.0,False 2024-06-27 00:00:00+01:00,1.6239999389648438,1.6239999389648438,1.5990800476074218,1.61,1.61,1468498,0.0,0.0,False 2024-06-28 00:00:00+01:00,1.6080000305175781,1.62,1.5960000610351563,1.62,1.62,1380480,0.0,0.0,False 2024-07-01 00:00:00+01:00,1.6219999694824219,1.6280000305175781,1.6039999389648438,1.6139999389648438,1.6139999389648438,1701154,0.0,0.0,False 2024-07-02 00:00:00+01:00,1.6019999694824218,1.6251199340820313,1.5960000610351563,1.6039999389648438,1.6039999389648438,1117849,0.0,0.0,False 2024-07-03 00:00:00+01:00,1.6180000305175781,1.6239999389648438,1.6,1.62,1.62,1870392,0.0,0.0,False 2024-07-04 00:00:00+01:00,1.6219999694824219,1.6400000000000001,1.6019999694824218,1.6400000000000001,1.6400000000000001,1429415,0.0,0.0,False 2024-07-05 00:00:00+01:00,1.6419999694824219,1.6500000000000001,1.6300000000000001,1.6439999389648439,1.6439999389648439,2405352,0.0,0.0,False 2024-07-08 00:00:00+01:00,1.6400000000000001,1.6480000305175782,1.6353799438476564,1.6460000610351564,1.6460000610351564,1986497,0.0,0.0,False 2024-07-09 00:00:00+01:00,1.651999969482422,1.6539999389648439,1.6414500427246095,1.6539999389648439,1.6539999389648439,1228083,0.0,0.0,False 2024-07-10 00:00:00+01:00,1.6500000000000001,1.67,1.6500000000000001,1.6639999389648439,1.6639999389648439,1787681,0.0,0.0,False 2024-07-11 00:00:00+01:00,1.661999969482422,1.68,1.6587199401855468,1.68,1.68,2147414,0.0,0.0,False 2024-07-12 00:00:00+01:00,1.6680000305175782,1.6760000610351562,1.6560299682617188,1.673999938964844,1.673999938964844,2072343,0.0,0.0,False 2024-07-15 00:00:00+01:00,1.6660000610351562,1.67,1.6557899475097657,1.67,1.67,1769597,0.0,0.0,False 2024-07-16 00:00:00+01:00,1.6660000610351562,1.6760000610351562,1.6400000000000001,1.6680000305175782,1.6680000305175782,1162865,0.0,0.0,False 2024-07-17 00:00:00+01:00,1.6560000610351562,1.660800018310547,1.6452499389648438,1.6600000000000001,1.6600000000000001,961318,0.0,0.0,False 2024-07-18 00:00:00+01:00,1.6639999389648439,1.671999969482422,1.6572799682617188,1.6600000000000001,1.6600000000000001,1653091,0.0,0.0,False 2024-07-19 00:00:00+01:00,1.6539999389648439,1.6600000000000001,1.6280000305175781,1.651999969482422,1.651999969482422,1461073,0.0,0.0,False 2024-07-22 00:00:00+01:00,1.68,1.68,1.6390800476074219,1.6419999694824219,1.6419999694824219,1055031,0.0,0.0,False 2024-07-23 00:00:00+01:00,1.67,1.67,1.6319999694824219,1.6439999389648439,1.6439999389648439,1213112,0.0,0.0,False 2024-07-24 00:00:00+01:00,1.6600000000000001,1.6600000000000001,1.6300000000000001,1.6360000610351564,1.6360000610351564,1074905,0.0,0.0,False 2024-07-25 00:00:00+01:00,1.6360000610351564,1.6423599243164062,1.6160000610351564,1.6260000610351564,1.6260000610351564,1312121,0.0,0.0,False 2024-07-26 00:00:00+01:00,1.62,1.6319999694824219,1.614320068359375,1.6280000305175781,1.6280000305175781,2448488,0.0,0.0,False 2024-07-29 00:00:00+01:00,1.6400000000000001,1.6453399658203125,1.624709930419922,1.6300000000000001,1.6300000000000001,1891042,0.0,0.0,False 2024-07-30 00:00:00+01:00,1.6300000000000001,1.6360000610351564,1.62,1.6300000000000001,1.6300000000000001,1898912,0.0,0.0,False 2024-07-31 00:00:00+01:00,1.6439999389648439,1.6500000000000001,1.6352200317382812,1.6500000000000001,1.6500000000000001,2534213,0.0,0.0,False 2024-08-01 00:00:00+01:00,1.6500000000000001,1.6660000610351562,1.6360000610351564,1.6560000610351562,1.6560000610351562,1872663,0.0,0.0,False 2024-08-02 00:00:00+01:00,1.651999969482422,1.651999969482422,1.5937399291992187,1.6019999694824218,1.6019999694824218,1968385,0.0,0.0,False 2024-08-05 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.4999899291992187,1.53,1.53,1551549,0.0,0.0,False 2024-08-06 00:00:00+01:00,1.5460000610351563,1.5639999389648438,1.521999969482422,1.5560000610351563,1.5560000610351563,2320422,0.0,0.0,False 2024-08-07 00:00:00+01:00,1.5719999694824218,1.5994200134277343,1.5601300048828126,1.598000030517578,1.598000030517578,1792388,0.0,0.0,False 2024-08-08 00:00:00+01:00,1.56,1.6080000305175781,1.56,1.6080000305175781,1.6080000305175781,1591132,0.0,0.0,False 2024-08-09 00:00:00+01:00,1.5919999694824218,1.6139999389648438,1.5719999694824218,1.6139999389648438,1.6139999389648438,675836,0.0,0.0,False 2024-08-12 00:00:00+01:00,1.6139999389648438,1.6280000305175781,1.5939999389648438,1.6260000610351564,1.6260000610351564,1879775,0.0,0.0,False 2024-08-13 00:00:00+01:00,1.6260000610351564,1.6280000305175781,1.607519989013672,1.6280000305175781,1.6280000305175781,1490718,0.0,0.0,False 2024-08-14 00:00:00+01:00,1.6239999389648438,1.6360000610351564,1.6208000183105469,1.6319999694824219,1.6319999694824219,1221639,0.0,0.0,False 2024-08-15 00:00:00+01:00,1.6339999389648439,1.6460000610351564,1.6239999389648438,1.6400000000000001,1.6400000000000001,1264511,0.0,0.0,False 2024-08-16 00:00:00+01:00,1.6500000000000001,1.6580000305175782,1.6400000000000001,1.651999969482422,1.651999969482422,1104751,0.0,0.0,False 2024-08-19 00:00:00+01:00,1.661999969482422,1.661999969482422,1.6480000305175782,1.6600000000000001,1.6600000000000001,1212300,0.0,0.0,False 2024-08-20 00:00:00+01:00,1.673999938964844,1.673999938964844,1.6439999389648439,1.6539999389648439,1.6539999389648439,1403597,0.0,0.0,False 2024-08-21 00:00:00+01:00,1.6500000000000001,1.654239959716797,1.6439999389648439,1.6480000305175782,1.6480000305175782,1864108,0.0,0.0,False 2024-08-22 00:00:00+01:00,1.6480000305175782,1.6500000000000001,1.6317199707031251,1.6331399536132813,1.6331399536132813,489196,0.0,0.0,False ================================================ FILE: tests/data/TEM-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,1.79,1.8039999389648438,1.773780059814453,1.7960000610351563,1.7597868347167969,1439017,0.0,0.0 2022-01-05 00:00:00+00:00,1.7739999389648438,1.79,1.7710000610351564,1.7760000610351563,1.7401901245117188,1095461,0.0,0.0 2022-01-06 00:00:00+00:00,1.761999969482422,1.7854100036621094,1.7465400695800781,1.7580000305175782,1.7225527954101563,1631347,0.0,0.0 2022-01-07 00:00:00+00:00,1.751999969482422,1.7660000610351563,1.7480000305175782,1.761999969482422,1.7264723205566406,925976,0.0,0.0 2022-01-10 00:00:00+00:00,1.77,1.7760000610351563,1.75,1.75,1.7147140502929688,3774102,0.0,0.0 2022-01-11 00:00:00+00:00,1.78,1.788000030517578,1.7538400268554688,1.78,1.7441093444824218,1174413,0.0,0.0 2022-01-12 00:00:00+00:00,1.798000030517578,1.8039999389648438,1.788000030517578,1.788000030517578,1.7519479370117188,1162647,0.0,0.0 2022-01-13 00:00:00+00:00,1.788000030517578,1.8019999694824218,1.7725599670410157,1.7780000305175783,1.7421495056152345,636785,0.0,0.0 2022-01-14 00:00:00+00:00,1.8039999389648438,1.8039999389648438,1.7590499877929688,1.7660000610351563,1.730391845703125,1070080,0.0,0.0 2022-01-17 00:00:00+00:00,1.7639999389648438,1.7839999389648438,1.7639999389648438,1.771999969482422,1.736270751953125,568164,0.0,0.0 2022-01-18 00:00:00+00:00,1.7560000610351563,1.7660000610351563,1.7433999633789063,1.75,1.7147140502929688,1759554,0.0,0.0 2022-01-19 00:00:00+00:00,1.731999969482422,1.7580000305175782,1.7275300598144532,1.7460000610351563,1.7107949829101563,1901172,0.0,0.0 2022-01-20 00:00:00+00:00,1.75,1.781959991455078,1.75,1.7780000305175783,1.7421495056152345,1117138,0.0,0.0 2022-01-21 00:00:00+00:00,1.76,1.7739999389648438,1.7457600402832032,1.761999969482422,1.7264723205566406,1556983,0.0,0.0 2022-01-24 00:00:00+00:00,1.76,1.76,1.6980000305175782,1.7060000610351562,1.6716015625,2013702,0.0,0.0 2022-01-25 00:00:00+00:00,1.7180000305175782,1.731999969482422,1.701999969482422,1.7060000610351562,1.6716015625,1609639,0.0,0.0 2022-01-26 00:00:00+00:00,1.7280000305175782,1.7380000305175782,1.7105099487304687,1.72,1.685319061279297,857374,0.0,0.0 2022-01-27 00:00:00+00:00,1.7,1.7260000610351562,1.7,1.721999969482422,1.6872785949707032,766192,0.0,0.0 2022-01-28 00:00:00+00:00,1.73,1.73,1.6939999389648437,1.6980000305175782,1.6637628173828125,1686571,0.0,0.0 2022-01-31 00:00:00+00:00,1.7039999389648437,1.74,1.7039999389648437,1.7360000610351562,1.700996551513672,1058559,0.0,0.0 2022-02-01 00:00:00+00:00,1.74,1.7639999389648438,1.7320799255371093,1.7560000610351563,1.7205934143066406,751945,0.0,0.0 2022-02-02 00:00:00+00:00,1.75,1.7680000305175783,1.74,1.74,1.704915771484375,701195,0.0,0.0 2022-02-03 00:00:00+00:00,1.74,1.74,1.7160000610351562,1.7160000610351562,1.6813998413085938,724853,0.0,0.0 2022-02-04 00:00:00+00:00,1.7280000305175782,1.7439999389648437,1.7239999389648437,1.7280000305175782,1.693157958984375,1070994,0.0,0.0 2022-02-07 00:00:00+00:00,1.731999969482422,1.7460000610351563,1.7280000305175782,1.74,1.704915771484375,981253,0.0,0.0 2022-02-08 00:00:00+00:00,1.73,1.7560000610351563,1.7280000305175782,1.7560000610351563,1.7205934143066406,852964,0.0,0.0 2022-02-09 00:00:00+00:00,1.7660000610351563,1.781999969482422,1.7539999389648437,1.7780000305175783,1.7421495056152345,1029672,0.0,0.0 2022-02-10 00:00:00+00:00,1.79,1.7949600219726562,1.77,1.78,1.7441093444824218,962928,0.0,0.0 2022-02-11 00:00:00+00:00,1.78,1.788000030517578,1.7550999450683593,1.78,1.7441093444824218,609062,0.0,0.0 2022-02-14 00:00:00+00:00,1.77,1.77,1.7280000305175782,1.75,1.7147140502929688,665930,0.0,0.0 2022-02-15 00:00:00+00:00,1.7460000610351563,1.7652799987792969,1.73,1.76,1.7245124816894533,880468,0.0,0.0 2022-02-16 00:00:00+00:00,1.77,1.78,1.7580000305175782,1.77,1.7343109130859375,923844,0.0,0.0 2022-02-17 00:00:00+00:00,1.77,1.7780000305175783,1.751719970703125,1.7660000610351563,1.730391845703125,917315,0.0,0.0 2022-02-18 00:00:00+00:00,1.7560000610351563,1.779340057373047,1.7380000305175782,1.7380000305175782,1.7029562377929688,849122,0.0,0.0 2022-02-21 00:00:00+00:00,1.7380000305175782,1.7645399475097656,1.701999969482422,1.7060000610351562,1.6716015625,848261,0.0,0.0 2022-02-22 00:00:00+00:00,1.691999969482422,1.71,1.6758000183105468,1.69,1.655924072265625,1434345,0.0,0.0 2022-02-23 00:00:00+00:00,1.711999969482422,1.711999969482422,1.6760000610351562,1.68,1.64612548828125,2049852,0.0,0.0 2022-02-24 00:00:00+00:00,1.6400000000000001,1.6400000000000001,1.583800048828125,1.588000030517578,1.5559806823730469,2217624,0.0,0.0 2022-02-25 00:00:00+00:00,1.62,1.645,1.6026199340820313,1.6339999389648439,1.6010531616210937,1286891,0.0,0.0 2022-02-28 00:00:00+00:00,1.6,1.6253799438476564,1.598000030517578,1.6019999694824218,1.5696983337402344,1165250,0.0,0.0 2022-03-01 00:00:00+00:00,1.6,1.6260000610351564,1.568000030517578,1.5739999389648438,1.5422628784179688,1753992,0.0,0.0 2022-03-02 00:00:00+00:00,1.578000030517578,1.578000030517578,1.461999969482422,1.5080000305175782,1.4775938415527343,2404701,0.0,0.0 2022-03-03 00:00:00+00:00,1.47,1.5460000610351563,1.47,1.51,1.4795533752441405,8049057,0.0,0.0 2022-03-04 00:00:00+00:00,1.49,1.5160000610351563,1.471999969482422,1.4839999389648437,1.454077606201172,983621,0.0,0.0 2022-03-07 00:00:00+00:00,1.4739999389648437,1.4739999389648437,1.4041000366210938,1.4280000305175782,1.3992066955566407,2976060,0.0,0.0 2022-03-08 00:00:00+00:00,1.4360000610351562,1.4380000305175782,1.401999969482422,1.41,1.38156982421875,1533391,0.0,0.0 2022-03-09 00:00:00+00:00,1.4280000305175782,1.4660000610351562,1.4022599792480468,1.46,1.4305616760253907,1206255,0.0,0.0 2022-03-10 00:00:00+00:00,1.46,1.487989959716797,1.4539999389648437,1.4680000305175782,1.438400115966797,1958306,0.0,0.0 2022-03-11 00:00:00+00:00,1.45,1.5080000305175782,1.45,1.4539999389648437,1.4246824645996095,2271091,0.0,0.0 2022-03-14 00:00:00+00:00,1.4639999389648437,1.4647999572753907,1.4119000244140625,1.4180000305175782,1.389408416748047,1896223,0.0,0.0 2022-03-15 00:00:00+00:00,1.3939999389648439,1.41,1.3719999694824219,1.4060000610351562,1.3776502990722657,1324219,0.0,0.0 2022-03-16 00:00:00+00:00,1.45,1.491999969482422,1.4441200256347657,1.4880000305175782,1.4579969787597657,3008681,0.0,0.0 2022-03-17 00:00:00+00:00,1.5160000610351563,1.518470001220703,1.4850399780273438,1.491999969482422,1.4619163513183595,14305305,0.0,0.0 2022-03-18 00:00:00+00:00,1.501999969482422,1.53,1.4794999694824218,1.53,1.4991500854492188,2049559,0.0,0.0 2022-03-21 00:00:00+00:00,1.538000030517578,1.538000030517578,1.481999969482422,1.5039999389648437,1.47367431640625,2035562,0.0,0.0 2022-03-22 00:00:00+00:00,1.5060000610351563,1.5339999389648438,1.499320068359375,1.52,1.489351806640625,1000869,0.0,0.0 2022-03-23 00:00:00+00:00,1.54,1.54,1.5197799682617188,1.54,1.508948516845703,2216760,0.0,0.0 2022-03-24 00:00:00+00:00,1.5139999389648438,1.5460000610351563,1.5139999389648438,1.52,1.489351806640625,1198532,0.0,0.0 2022-03-25 00:00:00+00:00,1.51,1.53,1.5039999389648437,1.5139999389648438,1.4834727478027343,1300751,0.0,0.0 2022-03-28 00:00:00+01:00,1.4960000610351563,1.5329400634765626,1.4960000610351563,1.5239999389648438,1.4932711791992188,1357380,0.0,0.0 2022-03-29 00:00:00+01:00,1.53,1.5539999389648438,1.52,1.548000030517578,1.5167874145507814,8038876,0.0,0.0 2022-03-30 00:00:00+01:00,1.53,1.5619999694824218,1.5260000610351563,1.5619999694824218,1.5305050659179689,2570381,0.0,0.0 2022-03-31 00:00:00+01:00,1.5519999694824218,1.57,1.55,1.5639999389648438,1.5324644470214843,4389179,0.0,0.0 2022-04-01 00:00:00+01:00,1.5719999694824218,1.5719999694824218,1.5460000610351563,1.5560000610351563,1.5246258544921876,2322868,0.0,0.0 2022-04-04 00:00:00+01:00,1.5619999694824218,1.5760000610351563,1.5560000610351563,1.5719999694824218,1.5403034973144532,1476631,0.0,0.0 2022-04-05 00:00:00+01:00,1.568000030517578,1.5699000549316406,1.5439999389648438,1.55,1.5187467956542968,1397552,0.0,0.0 2022-04-06 00:00:00+01:00,1.58,1.58,1.516060028076172,1.5260000610351563,1.4952308654785156,1504430,0.0,0.0 2022-04-07 00:00:00+01:00,1.51,1.5260000610351563,1.5077200317382813,1.511999969482422,1.4815130615234375,992175,0.0,0.0 2022-04-08 00:00:00+01:00,1.54,1.54,1.5080000305175782,1.52,1.489351806640625,1599823,0.0,0.0 2022-04-11 00:00:00+01:00,1.52,1.52,1.49,1.5039999389648437,1.47367431640625,1820104,0.0,0.0 2022-04-12 00:00:00+01:00,1.5060000610351563,1.5121299743652343,1.4839999389648437,1.5060000610351563,1.4756341552734376,2027213,0.0,0.0 2022-04-13 00:00:00+01:00,1.5,1.521999969482422,1.492239990234375,1.511999969482422,1.4815130615234375,3012460,0.0,0.0 2022-04-14 00:00:00+01:00,1.51,1.5161999511718751,1.4980000305175782,1.501999969482422,1.4717146301269532,1415706,0.0,0.0 2022-04-19 00:00:00+01:00,1.52,1.52,1.48,1.4860000610351562,1.4560374450683593,1438085,0.0,0.0 2022-04-20 00:00:00+01:00,1.471999969482422,1.5,1.47,1.4760000610351562,1.446239013671875,1523340,0.0,0.0 2022-04-21 00:00:00+01:00,1.4760000610351562,1.4860000610351562,1.4616000366210937,1.4660000610351562,1.4364405822753907,1504135,0.0,0.0 2022-04-22 00:00:00+01:00,1.4560000610351562,1.4960000610351563,1.4560000610351562,1.4580000305175782,1.4286019897460938,1724706,0.0,0.0 2022-04-25 00:00:00+01:00,1.43,1.4360000610351562,1.4139999389648439,1.4280000305175782,1.3992066955566407,1781619,0.0,0.0 2022-04-26 00:00:00+01:00,1.451999969482422,1.451999969482422,1.4080000305175782,1.4080000305175782,1.3796099853515624,1434453,0.0,0.0 2022-04-27 00:00:00+01:00,1.401999969482422,1.4239999389648437,1.401999969482422,1.421999969482422,1.3933277893066407,1798613,0.0,0.0 2022-04-28 00:00:00+01:00,1.43,1.45,1.4157600402832031,1.4380000305175782,1.4090052795410157,1030073,0.0,0.0 2022-04-29 00:00:00+01:00,1.4639999389648437,1.48,1.4639999389648437,1.471999969482422,1.4423196411132813,3451954,0.0,0.0 2022-05-03 00:00:00+01:00,1.4660000610351562,1.4792999267578126,1.4525000000000001,1.461999969482422,1.432521209716797,3677384,0.0,0.0 2022-05-04 00:00:00+01:00,1.46,1.4739999389648437,1.451999969482422,1.46,1.4305616760253907,1470278,0.0,0.0 2022-05-05 00:00:00+01:00,1.481999969482422,1.4898300170898438,1.4660000610351562,1.471999969482422,1.4423196411132813,3112141,0.0,0.0 2022-05-06 00:00:00+01:00,1.45,1.4589999389648438,1.411999969482422,1.431999969482422,1.403126220703125,8777746,0.0,0.0 2022-05-09 00:00:00+01:00,1.421999969482422,1.4380000305175782,1.3919999694824219,1.4080000305175782,1.3796099853515624,1475528,0.0,0.0 2022-05-10 00:00:00+01:00,1.4260000610351562,1.4260000610351562,1.4060000610351562,1.41,1.38156982421875,2241001,0.0,0.0 2022-05-11 00:00:00+01:00,1.4139999389648439,1.44,1.4102400207519532,1.43,1.4011665344238282,1149802,0.0,0.0 2022-05-12 00:00:00+01:00,1.4139999389648439,1.4280000305175782,1.396999969482422,1.421999969482422,1.3933277893066407,1347960,0.0,0.0 2022-05-13 00:00:00+01:00,1.4460000610351562,1.4511599731445313,1.4280000305175782,1.4480000305175782,1.4188035583496095,1629658,0.0,0.0 2022-05-16 00:00:00+01:00,1.42,1.441999969482422,1.4177699279785156,1.4380000305175782,1.4090052795410157,1732653,0.0,0.0 2022-05-17 00:00:00+01:00,1.46,1.4634800720214844,1.4340899658203126,1.4580000305175782,1.4286019897460938,1457329,0.0,0.0 2022-05-18 00:00:00+01:00,1.47,1.4880000305175782,1.4542799377441407,1.4639999389648437,1.4344808959960937,884933,0.0,0.0 2022-05-19 00:00:00+01:00,1.451999969482422,1.4560000610351562,1.4239999389648437,1.44,1.4109649658203125,2121773,0.0,0.0 2022-05-20 00:00:00+01:00,1.4660000610351562,1.4739999389648437,1.445959930419922,1.4539999389648437,1.4246824645996095,1093059,0.0,0.0 2022-05-23 00:00:00+01:00,1.4580000305175782,1.4780000305175782,1.45,1.4580000305175782,1.4286019897460938,748807,0.0,0.0 2022-05-24 00:00:00+01:00,1.46,1.46,1.4160000610351562,1.421999969482422,1.3933277893066407,1539412,0.0,0.0 2022-05-25 00:00:00+01:00,1.4180000305175782,1.454320068359375,1.4139999389648439,1.431999969482422,1.403126220703125,1494665,0.0,0.0 2022-05-26 00:00:00+01:00,1.44,1.4560000610351562,1.41,1.4560000610351562,1.426642303466797,1342084,0.0,0.0 2022-05-27 00:00:00+01:00,1.4480000305175782,1.48,1.44197998046875,1.471999969482422,1.4423196411132813,1121901,0.0,0.0 2022-05-30 00:00:00+01:00,1.48,1.511999969482422,1.471999969482422,1.51,1.4795533752441405,741641,0.0,0.0 2022-05-31 00:00:00+01:00,1.5080000305175782,1.5343600463867189,1.5,1.531999969482422,1.5011097717285156,1238115,0.0,0.0 2022-06-01 00:00:00+01:00,1.5160000610351563,1.5409399414062501,1.5160000610351563,1.54,1.508948516845703,1319653,0.0,0.0 2022-06-06 00:00:00+01:00,1.5519999694824218,1.5539999389648438,1.511999969482422,1.5280000305175783,1.4971907043457031,975643,0.0,0.0 2022-06-07 00:00:00+01:00,1.51,1.53,1.5,1.501999969482422,1.4717146301269532,1442140,0.0,0.0 2022-06-08 00:00:00+01:00,1.5180000305175783,1.531999969482422,1.5099099731445313,1.521999969482422,1.4913113403320313,2099152,0.0,0.0 2022-06-09 00:00:00+01:00,1.531999969482422,1.5360000610351563,1.5122000122070314,1.5260000610351563,1.4952308654785156,1454711,0.0,0.0 2022-06-10 00:00:00+01:00,1.53,1.53,1.5080000305175782,1.51,1.4795533752441405,467907,0.0,0.0 2022-06-13 00:00:00+01:00,1.5039999389648437,1.5060000610351563,1.47,1.4760000610351562,1.446239013671875,1477774,0.0,0.0 2022-06-14 00:00:00+01:00,1.471999969482422,1.4987899780273437,1.471999969482422,1.4880000305175782,1.4579969787597657,4081536,0.0,0.0 2022-06-15 00:00:00+01:00,1.5260000610351563,1.5260000610351563,1.481999969482422,1.49,1.459956817626953,1401262,0.0,0.0 2022-06-16 00:00:00+01:00,1.48,1.5080000305175782,1.44,1.4439999389648437,1.414884033203125,2601094,0.0,0.0 2022-06-17 00:00:00+01:00,1.48,1.48,1.4360000610351562,1.4539999389648437,1.4246824645996095,1568378,0.0,0.0 2022-06-20 00:00:00+01:00,1.46,1.46,1.4395199584960938,1.46,1.4305616760253907,606232,0.0,0.0 2022-06-21 00:00:00+01:00,1.46,1.48,1.4514399719238282,1.4660000610351562,1.4364405822753907,957388,0.0,0.0 2022-06-22 00:00:00+01:00,1.441999969482422,1.4539999389648437,1.4239999389648437,1.4480000305175782,1.4188035583496095,1583367,0.0,0.0 2022-06-23 00:00:00+01:00,1.4560000610351562,1.4560000610351562,1.431999969482422,1.4460000610351562,1.4447816467285157,2127296,2.8,0.0 2022-06-24 00:00:00+01:00,1.4680000305175782,1.48,1.4383999633789062,1.48,1.4787530517578125,733622,0.0,0.0 2022-06-27 00:00:00+01:00,1.4880000305175782,1.5,1.4685299682617188,1.4939999389648437,1.4927410888671875,1120434,0.0,0.0 2022-06-28 00:00:00+01:00,1.4880000305175782,1.5280000305175783,1.4839999389648437,1.52,1.5187191772460937,1762450,0.0,0.0 2022-06-29 00:00:00+01:00,1.5180000305175783,1.5239999389648438,1.5,1.5160000610351563,1.5147225952148438,2094438,0.0,0.0 2022-06-30 00:00:00+01:00,1.48,1.49,1.4539999389648437,1.4839999389648437,1.4830233764648437,532700,0.028,0.0 2022-07-01 00:00:00+01:00,1.4480000305175782,1.4848699951171875,1.4480000305175782,1.4739999389648437,1.4730299377441407,1456416,0.0,0.0 2022-07-04 00:00:00+01:00,1.4660000610351562,1.4930799865722657,1.455540008544922,1.461999969482422,1.4610380554199218,298851,0.0,0.0 2022-07-05 00:00:00+01:00,1.46,1.4623599243164063,1.4480000305175782,1.4539999389648437,1.453043212890625,1133806,0.0,0.0 2022-07-06 00:00:00+01:00,1.441999969482422,1.4680000305175782,1.441999969482422,1.451999969482422,1.4510446166992188,2530237,0.0,0.0 2022-07-07 00:00:00+01:00,1.4660000610351562,1.4939999389648437,1.46,1.4939999389648437,1.493016815185547,1153003,0.0,0.0 2022-07-08 00:00:00+01:00,1.49,1.49,1.4680000305175782,1.4839999389648437,1.4830233764648437,871492,0.0,0.0 2022-07-11 00:00:00+01:00,1.4560000610351562,1.4713999938964843,1.4480000305175782,1.4680000305175782,1.467034149169922,1186775,0.0,0.0 2022-07-12 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.441999969482422,1.4480000305175782,1.4470472717285157,1395378,0.0,0.0 2022-07-13 00:00:00+01:00,1.45,1.4577999877929688,1.4039999389648439,1.4339999389648437,1.4330563354492187,1516195,0.0,0.0 2022-07-14 00:00:00+01:00,1.44,1.45,1.424010009765625,1.4280000305175782,1.4270602416992189,908561,0.0,0.0 2022-07-15 00:00:00+01:00,1.431999969482422,1.441999969482422,1.43,1.441999969482422,1.4410511779785156,509068,0.0,0.0 2022-07-18 00:00:00+01:00,1.451999969482422,1.4680000305175782,1.4460000610351562,1.45,1.4490458679199218,509880,0.0,0.0 2022-07-19 00:00:00+01:00,1.461999969482422,1.4660000610351562,1.445,1.4639999389648437,1.4630366516113282,699641,0.0,0.0 2022-07-20 00:00:00+01:00,1.46,1.4716999816894532,1.451999969482422,1.4660000610351562,1.4650352478027344,1281743,0.0,0.0 2022-07-21 00:00:00+01:00,1.4680000305175782,1.521999969482422,1.4650399780273438,1.5160000610351563,1.5150025939941407,1381568,0.0,0.0 2022-07-22 00:00:00+01:00,1.4739999389648437,1.5239999389648438,1.4739999389648437,1.51,1.5090065002441406,1040883,0.0,0.0 2022-07-25 00:00:00+01:00,1.51,1.51,1.4869999694824219,1.5,1.4990130615234376,1580001,0.0,0.0 2022-07-26 00:00:00+01:00,1.5139999389648438,1.5139999389648438,1.4960000610351563,1.5,1.4990130615234376,1456400,0.0,0.0 2022-07-27 00:00:00+01:00,1.48,1.5,1.48,1.4960000610351563,1.4950157165527345,922056,0.0,0.0 2022-07-28 00:00:00+01:00,1.48,1.5060000610351563,1.48,1.5,1.4990130615234376,1668169,0.0,0.0 2022-07-29 00:00:00+01:00,1.4880000305175782,1.514550018310547,1.4817599487304687,1.501999969482422,1.5010116577148438,801857,0.0,0.0 2022-08-01 00:00:00+01:00,1.5039999389648437,1.5239999389648438,1.47,1.48,1.4790261840820313,1286776,0.0,0.0 2022-08-02 00:00:00+01:00,1.481999969482422,1.4839999389648437,1.46,1.471999969482422,1.471031494140625,1540384,0.0,0.0 2022-08-03 00:00:00+01:00,1.481999969482422,1.481999969482422,1.46,1.4760000610351562,1.4750288391113282,962071,0.0,0.0 2022-08-04 00:00:00+01:00,1.5,1.5,1.4678399658203125,1.481999969482422,1.4810247802734375,3281761,0.0,0.0 2022-08-05 00:00:00+01:00,1.471999969482422,1.491999969482422,1.4680000305175782,1.4880000305175782,1.4870210266113282,1842179,0.0,0.0 2022-08-08 00:00:00+01:00,1.4739999389648437,1.5014300537109375,1.4739999389648437,1.4839999389648437,1.4830233764648437,868300,0.0,0.0 2022-08-09 00:00:00+01:00,1.5,1.5039999389648437,1.48,1.48,1.4790261840820313,795467,0.0,0.0 2022-08-10 00:00:00+01:00,1.471999969482422,1.4837600708007812,1.463280029296875,1.471999969482422,1.471031494140625,869871,0.0,0.0 2022-08-11 00:00:00+01:00,1.4880000305175782,1.4980000305175782,1.4739999389648437,1.4960000610351563,1.4950157165527345,1144889,0.0,0.0 2022-08-12 00:00:00+01:00,1.4880000305175782,1.4986300659179688,1.4880000305175782,1.4960000610351563,1.4950157165527345,1641678,0.0,0.0 2022-08-15 00:00:00+01:00,1.5039999389648437,1.511999969482422,1.49093994140625,1.51,1.5090065002441406,790105,0.0,0.0 2022-08-16 00:00:00+01:00,1.5139999389648438,1.52,1.5,1.5039999389648437,1.50301025390625,2039787,0.0,0.0 2022-08-17 00:00:00+01:00,1.4980000305175782,1.52,1.4972500610351562,1.5,1.4990130615234376,1678837,0.0,0.0 2022-08-18 00:00:00+01:00,1.491999969482422,1.5141600036621095,1.4910000610351564,1.511999969482422,1.5110050964355468,711524,0.0,0.0 2022-08-19 00:00:00+01:00,1.511999969482422,1.521999969482422,1.5017799377441408,1.511999969482422,1.5110050964355468,1416117,0.0,0.0 2022-08-22 00:00:00+01:00,1.51,1.51,1.479080047607422,1.481999969482422,1.4810247802734375,1663168,0.0,0.0 2022-08-23 00:00:00+01:00,1.4739999389648437,1.4901600646972657,1.47,1.481999969482422,1.4810247802734375,2583168,0.0,0.0 2022-08-24 00:00:00+01:00,1.471999969482422,1.4980000305175782,1.46406005859375,1.4980000305175782,1.4970143127441407,1820988,0.0,0.0 2022-08-25 00:00:00+01:00,1.471999969482422,1.5089599609375,1.471999969482422,1.501999969482422,1.5010116577148438,2124553,0.0,0.0 2022-08-26 00:00:00+01:00,1.4939999389648437,1.5280000305175783,1.4939999389648437,1.5139999389648438,1.5130035400390625,1060591,0.0,0.0 2022-08-30 00:00:00+01:00,1.4980000305175782,1.5180000305175783,1.496060028076172,1.5039999389648437,1.50301025390625,2117099,0.0,0.0 2022-08-31 00:00:00+01:00,1.4939999389648437,1.531999969482422,1.4939999389648437,1.53,1.5289932250976563,3592857,0.0,0.0 2022-09-01 00:00:00+01:00,1.5339999389648438,1.5339999389648438,1.4939999389648437,1.5039999389648437,1.50301025390625,1255342,0.0,0.0 2022-09-02 00:00:00+01:00,1.51,1.521999969482422,1.481999969482422,1.5,1.4990130615234376,913991,0.0,0.0 2022-09-05 00:00:00+01:00,1.48,1.501999969482422,1.4780000305175782,1.4780000305175782,1.477027587890625,1012551,0.0,0.0 2022-09-06 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.461999969482422,1.4739999389648437,1.4730299377441407,2101296,0.0,0.0 2022-09-07 00:00:00+01:00,1.4660000610351562,1.4778199768066407,1.4539999389648437,1.46,1.459039306640625,4618894,0.0,0.0 2022-09-08 00:00:00+01:00,1.49,1.49,1.4439999389648437,1.4580000305175782,1.4570407104492187,2761022,0.0,0.0 2022-09-09 00:00:00+01:00,1.4760000610351562,1.4939999389648437,1.4591999816894532,1.4839999389648437,1.4830233764648437,1085470,0.0,0.0 2022-09-12 00:00:00+01:00,1.4860000610351562,1.4980000305175782,1.4739999389648437,1.4980000305175782,1.4970143127441407,907652,0.0,0.0 2022-09-13 00:00:00+01:00,1.5180000305175783,1.5180000305175783,1.4739999389648437,1.48,1.4790261840820313,2517136,0.0,0.0 2022-09-14 00:00:00+01:00,1.4760000610351562,1.4880000305175782,1.4586000061035156,1.4760000610351562,1.4750288391113282,1809980,0.0,0.0 2022-09-15 00:00:00+01:00,1.4939999389648437,1.4939999389648437,1.4646400451660158,1.4680000305175782,1.467034149169922,1382136,0.0,0.0 2022-09-16 00:00:00+01:00,1.4739999389648437,1.4739999389648437,1.4560000610351562,1.4580000305175782,1.4570407104492187,3396730,0.0,0.0 2022-09-20 00:00:00+01:00,1.46,1.4760000610351562,1.4560000610351562,1.4680000305175782,1.467034149169922,834611,0.0,0.0 2022-09-21 00:00:00+01:00,1.451999969482422,1.4780000305175782,1.451999969482422,1.4780000305175782,1.477027587890625,1825166,0.0,0.0 2022-09-22 00:00:00+01:00,1.47,1.47,1.4560000610351562,1.4639999389648437,1.4630366516113282,2158434,0.0,0.0 2022-09-23 00:00:00+01:00,1.441999969482422,1.48,1.441999969482422,1.471999969482422,1.471031494140625,1101302,0.0,0.0 2022-09-26 00:00:00+01:00,1.4960000610351563,1.4980000305175782,1.471479949951172,1.4780000305175782,1.477027587890625,1074556,0.0,0.0 2022-09-27 00:00:00+01:00,1.4639999389648437,1.4860000610351562,1.4580000305175782,1.46,1.459039306640625,2618943,0.0,0.0 2022-09-28 00:00:00+01:00,1.451999969482422,1.458179931640625,1.4339999389648437,1.4460000610351562,1.4450485229492187,2388899,0.0,0.0 2022-09-29 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.3839999389648439,1.3900000000000001,1.3890853881835938,5117335,0.0,0.0 2022-09-30 00:00:00+01:00,1.3719999694824219,1.4039999389648439,1.3719999694824219,1.4039999389648439,1.403076171875,1992235,0.0,0.0 2022-10-03 00:00:00+01:00,1.3760000610351564,1.3980000305175782,1.3678799438476563,1.3980000305175782,1.3970800781250001,1666776,0.0,0.0 2022-10-04 00:00:00+01:00,1.3980000305175782,1.4239999389648437,1.3980000305175782,1.421999969482422,1.4210643005371093,1698916,0.0,0.0 2022-10-05 00:00:00+01:00,1.4139999389648439,1.4260000610351562,1.403459930419922,1.4260000610351562,1.4250616455078124,1518446,0.0,0.0 2022-10-06 00:00:00+01:00,1.4360000610351562,1.4560000610351562,1.4244200134277345,1.4539999389648437,1.453043212890625,1265340,0.0,0.0 2022-10-07 00:00:00+01:00,1.4380000305175782,1.4580000305175782,1.4260000610351562,1.431999969482422,1.4310577392578125,860003,0.0,0.0 2022-10-10 00:00:00+01:00,1.421999969482422,1.4327000427246095,1.42,1.43,1.429059295654297,1581768,0.0,0.0 2022-10-11 00:00:00+01:00,1.4360000610351562,1.4360000610351562,1.4035699462890625,1.4039999389648439,1.403076171875,879568,0.0,0.0 2022-10-12 00:00:00+01:00,1.41,1.415919952392578,1.3960000610351562,1.4000000000000001,1.3990788269042969,1923584,0.0,0.0 2022-10-13 00:00:00+01:00,1.41,1.41,1.3496200561523437,1.3780000305175781,1.3770932006835939,1334682,0.0,0.0 2022-10-14 00:00:00+01:00,1.3900000000000001,1.4093800354003907,1.3800000000000001,1.3919999694824219,1.3910841369628906,1890494,0.0,0.0 2022-10-17 00:00:00+01:00,1.401999969482422,1.4049899291992187,1.379600067138672,1.3980000305175782,1.3970800781250001,2226156,0.0,0.0 2022-10-18 00:00:00+01:00,1.41,1.4180000305175782,1.3939999389648439,1.3939999389648439,1.393082733154297,1374240,0.0,0.0 2022-10-19 00:00:00+01:00,1.4080000305175782,1.4080000305175782,1.3739999389648438,1.3800000000000001,1.379091796875,1181443,0.0,0.0 2022-10-20 00:00:00+01:00,1.4160000610351562,1.4160000610351562,1.3680000305175781,1.3900000000000001,1.3890853881835938,921898,0.0,0.0 2022-10-21 00:00:00+01:00,1.3739999389648438,1.3900000000000001,1.3680000305175781,1.3900000000000001,1.3890853881835938,1299915,0.0,0.0 2022-10-24 00:00:00+01:00,1.3800000000000001,1.3800000000000001,1.3260000610351563,1.3319999694824218,1.3311233520507812,1687705,0.0,0.0 2022-10-25 00:00:00+01:00,1.36,1.36,1.321199951171875,1.3319999694824218,1.3311233520507812,1188560,0.0,0.0 2022-10-26 00:00:00+01:00,1.338000030517578,1.3558399963378907,1.3219999694824218,1.3419999694824218,1.341116943359375,849505,0.0,0.0 2022-10-27 00:00:00+01:00,1.32,1.3439999389648438,1.32,1.338000030517578,1.337119598388672,823006,0.0,0.0 2022-10-28 00:00:00+01:00,1.3019999694824218,1.3239999389648438,1.3,1.3060000610351563,1.305140838623047,1475397,0.0,0.0 2022-10-31 00:00:00+00:00,1.3,1.3260000610351563,1.2858999633789063,1.32,1.3191313171386718,836995,0.0,0.0 2022-11-01 00:00:00+00:00,1.32,1.3619999694824219,1.32,1.3580000305175781,1.3571063232421876,2560463,0.0,0.0 2022-11-02 00:00:00+00:00,1.35,1.365050048828125,1.34,1.3519999694824218,1.3511105346679688,1287559,0.0,0.0 2022-11-03 00:00:00+00:00,1.3360000610351563,1.3880000305175781,1.3360000610351563,1.3800000000000001,1.379091796875,1508093,0.0,0.0 2022-11-04 00:00:00+00:00,1.3919999694824219,1.41,1.3741999816894532,1.3939999389648439,1.393082733154297,1807202,0.0,0.0 2022-11-07 00:00:00+00:00,1.3839999389648439,1.401999969482422,1.3839999389648439,1.3939999389648439,1.393082733154297,729030,0.0,0.0 2022-11-08 00:00:00+00:00,1.3860000610351564,1.4067799377441406,1.3807699584960937,1.3919999694824219,1.3910841369628906,3011141,0.0,0.0 2022-11-09 00:00:00+00:00,1.3819999694824219,1.406999969482422,1.3819999694824219,1.4039999389648439,1.403076171875,2121503,0.0,0.0 2022-11-10 00:00:00+00:00,1.411999969482422,1.411999969482422,1.3819999694824219,1.3919999694824219,1.3910841369628906,1845916,0.0,0.0 2022-11-11 00:00:00+00:00,1.4160000610351562,1.44,1.3939999389648439,1.43,1.429059295654297,1783556,0.0,0.0 2022-11-14 00:00:00+00:00,1.43,1.4460000610351562,1.4141600036621094,1.4439999389648437,1.443049774169922,1479569,0.0,0.0 2022-11-15 00:00:00+00:00,1.4580000305175782,1.4813600158691407,1.4481599426269531,1.47,1.469032745361328,2260397,0.0,0.0 2022-11-16 00:00:00+00:00,1.4780000305175782,1.481999969482422,1.451999969482422,1.4560000610351562,1.455041961669922,1635358,0.0,0.0 2022-11-17 00:00:00+00:00,1.4539999389648437,1.455,1.4339999389648437,1.4460000610351562,1.4450485229492187,2791933,0.0,0.0 2022-11-18 00:00:00+00:00,1.4439999389648437,1.454759979248047,1.43,1.4360000610351562,1.4350550842285157,1346507,0.0,0.0 2022-11-21 00:00:00+00:00,1.4239999389648437,1.4460000610351562,1.4239999389648437,1.4360000610351562,1.4350550842285157,885510,0.0,0.0 2022-11-22 00:00:00+00:00,1.43,1.4422799682617187,1.421999969482422,1.4239999389648437,1.4230630493164063,1834518,0.0,0.0 2022-11-23 00:00:00+00:00,1.431999969482422,1.45447998046875,1.4160000610351562,1.4180000305175782,1.4170669555664064,2146966,0.0,0.0 2022-11-24 00:00:00+00:00,1.43,1.43,1.4139999389648439,1.4260000610351562,1.4250616455078124,1304564,0.0,0.0 2022-11-25 00:00:00+00:00,1.4180000305175782,1.4260000610351562,1.4141400146484375,1.4260000610351562,1.4250616455078124,542979,0.0,0.0 2022-11-28 00:00:00+00:00,1.411999969482422,1.421999969482422,1.4039999389648439,1.4160000610351562,1.4150682067871094,1344102,0.0,0.0 2022-11-29 00:00:00+00:00,1.441999969482422,1.4588800048828126,1.4182000732421876,1.4480000305175782,1.4470472717285157,1367384,0.0,0.0 2022-11-30 00:00:00+00:00,1.4539999389648437,1.4904100036621093,1.4439999389648437,1.4860000610351562,1.4850222778320312,1656651,0.0,0.0 2022-12-01 00:00:00+00:00,1.491999969482422,1.4980000305175782,1.465679931640625,1.4839999389648437,1.4830233764648437,2546744,0.0,0.0 2022-12-02 00:00:00+00:00,1.501999969482422,1.501999969482422,1.461999969482422,1.4760000610351562,1.4750288391113282,751020,0.0,0.0 2022-12-05 00:00:00+00:00,1.46,1.502480010986328,1.46,1.49,1.4890196228027344,945901,0.0,0.0 2022-12-06 00:00:00+00:00,1.4880000305175782,1.49,1.46,1.4660000610351562,1.4650352478027344,4755917,0.0,0.0 2022-12-07 00:00:00+00:00,1.49,1.49,1.4497799682617187,1.45,1.4490458679199218,6079007,0.0,0.0 2022-12-08 00:00:00+00:00,1.4660000610351562,1.4880000305175782,1.4483999633789062,1.46,1.459039306640625,1433301,0.0,0.0 2022-12-09 00:00:00+00:00,1.471999969482422,1.4780000305175782,1.4578799438476562,1.4680000305175782,1.467034149169922,637844,0.0,0.0 2022-12-12 00:00:00+00:00,1.47,1.4704400634765624,1.45,1.4539999389648437,1.453043212890625,989742,0.0,0.0 2022-12-13 00:00:00+00:00,1.46,1.475,1.4558999633789063,1.461999969482422,1.4610380554199218,1568191,0.0,0.0 2022-12-14 00:00:00+00:00,1.45,1.49,1.45,1.46,1.459039306640625,1331491,0.0,0.0 2022-12-15 00:00:00+00:00,1.45,1.45,1.4194000244140625,1.4239999389648437,1.4232579040527344,625227,0.02,0.0 2022-12-16 00:00:00+00:00,1.43,1.4447999572753907,1.4260000610351562,1.4439999389648437,1.4432473754882813,1534798,0.0,0.0 2022-12-19 00:00:00+00:00,1.4339999389648437,1.4480000305175782,1.4159500122070312,1.4380000305175782,1.4372508239746093,937619,0.0,0.0 2022-12-20 00:00:00+00:00,1.4360000610351562,1.44,1.4239999389648437,1.4360000610351562,1.4352517700195313,2908499,0.0,0.0 2022-12-21 00:00:00+00:00,1.44,1.4580000305175782,1.4305000305175781,1.45,1.4492443847656251,756316,0.0,0.0 2022-12-22 00:00:00+00:00,1.4680000305175782,1.4680000305175782,1.441999969482422,1.4560000610351562,1.4552412414550782,2618060,0.0,0.0 2022-12-23 00:00:00+00:00,1.461999969482422,1.461999969482422,1.45,1.4560000610351562,1.4552412414550782,173450,0.0,0.0 2022-12-28 00:00:00+00:00,1.47,1.471999969482422,1.4577200317382812,1.4680000305175782,1.467235107421875,1366657,0.0,0.0 2022-12-29 00:00:00+00:00,1.471999969482422,1.4837399291992188,1.4545700073242187,1.48,1.4792288208007813,523965,0.0,0.0 2022-12-30 00:00:00+00:00,1.48,1.481999969482422,1.4536399841308594,1.47,1.4692340087890625,710521,0.0,0.0 2023-01-03 00:00:00+00:00,1.4839999389648437,1.5060800170898438,1.4639999389648437,1.481999969482422,1.4812277221679688,1136754,0.0,0.0 2023-01-04 00:00:00+00:00,1.4839999389648437,1.4960000610351563,1.481999969482422,1.4939999389648437,1.4932212829589844,691525,0.0,0.0 2023-01-05 00:00:00+00:00,1.4939999389648437,1.5180000305175783,1.4819799804687501,1.51,1.509213104248047,613276,0.0,0.0 2023-01-06 00:00:00+00:00,1.5180000305175783,1.5339999389648438,1.5059599304199218,1.5260000610351563,1.5252049255371094,1028700,0.0,0.0 2023-01-09 00:00:00+00:00,1.53,1.5519999694824218,1.5116200256347656,1.541999969482422,1.5411962890625,1784777,0.0,0.0 2023-01-10 00:00:00+00:00,1.54,1.55302001953125,1.538000030517578,1.55,1.5491923522949218,1045853,0.0,0.0 2023-01-11 00:00:00+00:00,1.5539999389648438,1.58,1.55,1.5639999389648438,1.5631849670410156,1335193,0.0,0.0 2023-01-12 00:00:00+00:00,1.5660000610351563,1.5719999694824218,1.5610000610351562,1.568000030517578,1.5671829223632814,1084493,0.0,0.0 2023-01-13 00:00:00+00:00,1.57,1.5819999694824218,1.561390075683594,1.578000030517578,1.577177734375,1264060,0.0,0.0 2023-01-16 00:00:00+00:00,1.5839999389648438,1.5919999694824218,1.5690400695800781,1.5839999389648438,1.5831745910644532,959174,0.0,0.0 2023-01-17 00:00:00+00:00,1.5839999389648438,1.5839999389648438,1.5660000610351563,1.5739999389648438,1.5731797790527344,1035307,0.0,0.0 2023-01-18 00:00:00+00:00,1.59,1.59,1.5619999694824218,1.5639999389648438,1.5631849670410156,620348,0.0,0.0 2023-01-19 00:00:00+00:00,1.568000030517578,1.588000030517578,1.5575599670410156,1.5660000610351563,1.5651840209960939,588634,0.0,0.0 2023-01-20 00:00:00+00:00,1.588000030517578,1.59,1.565,1.57,1.5691818237304689,975011,0.0,0.0 2023-01-23 00:00:00+00:00,1.59,1.596759948730469,1.57,1.588000030517578,1.5871725463867188,626450,0.0,0.0 2023-01-24 00:00:00+00:00,1.598000030517578,1.598000030517578,1.5827499389648438,1.5860000610351563,1.5851736450195313,490371,0.0,0.0 2023-01-25 00:00:00+00:00,1.5960000610351563,1.5960000610351563,1.5774400329589844,1.5939999389648438,1.5931694030761718,1165754,0.0,0.0 2023-01-26 00:00:00+00:00,1.6019999694824218,1.6180000305175781,1.5925999450683594,1.6139999389648438,1.6131588745117187,837491,0.0,0.0 2023-01-27 00:00:00+00:00,1.62,1.6219999694824219,1.6066400146484376,1.6139999389648438,1.6131588745117187,1215351,0.0,0.0 2023-01-30 00:00:00+00:00,1.6160000610351564,1.6203199768066407,1.5770599365234375,1.5960000610351563,1.5951683044433593,998772,0.0,0.0 2023-01-31 00:00:00+00:00,1.6,1.61,1.5760000610351563,1.6060000610351564,1.6051631164550781,998406,0.0,0.0 2023-02-01 00:00:00+00:00,1.62,1.62,1.6010800170898438,1.6060000610351564,1.6051631164550781,651390,0.0,0.0 2023-02-02 00:00:00+00:00,1.6180000305175781,1.6419999694824219,1.6019999694824218,1.6400000000000001,1.6391455078125001,2640272,0.0,0.0 2023-02-03 00:00:00+00:00,1.6400000000000001,1.651999969482422,1.62,1.6460000610351564,1.6451423645019532,1431338,0.0,0.0 2023-02-06 00:00:00+00:00,1.6600000000000001,1.6600000000000001,1.6079299926757813,1.6260000610351564,1.6251527404785158,853883,0.0,0.0 2023-02-07 00:00:00+00:00,1.6400000000000001,1.6400000000000001,1.62,1.6260000610351564,1.6251527404785158,1082522,0.0,0.0 2023-02-08 00:00:00+00:00,1.6439999389648439,1.6480000305175782,1.6219999694824219,1.6219999694824219,1.62115478515625,763652,0.0,0.0 2023-02-09 00:00:00+00:00,1.6600000000000001,1.6600000000000001,1.6300000000000001,1.6300000000000001,1.6291506958007813,1180537,0.0,0.0 2023-02-10 00:00:00+00:00,1.6360000610351564,1.6400000000000001,1.6019999694824218,1.61,1.6091610717773437,1405607,0.0,0.0 2023-02-13 00:00:00+00:00,1.6139999389648438,1.6219999694824219,1.6055900573730468,1.61,1.6091610717773437,826244,0.0,0.0 2023-02-14 00:00:00+00:00,1.6219999694824219,1.6219999694824219,1.588000030517578,1.588000030517578,1.5871725463867188,812478,0.0,0.0 2023-02-15 00:00:00+00:00,1.5939999389648438,1.5939999389648438,1.5819999694824218,1.5919999694824218,1.5911705017089843,792092,0.0,0.0 2023-02-16 00:00:00+00:00,1.6019999694824218,1.6080000305175781,1.5866400146484376,1.6019999694824218,1.6011653137207031,573669,0.0,0.0 2023-02-17 00:00:00+00:00,1.5819999694824218,1.5939999389648438,1.5725,1.578000030517578,1.577177734375,1124236,0.0,0.0 2023-02-20 00:00:00+00:00,1.5719999694824218,1.5919999694824218,1.5719999694824218,1.5839999389648438,1.5831745910644532,537097,0.0,0.0 2023-02-21 00:00:00+00:00,1.5839999389648438,1.5839999389648438,1.5560000610351563,1.558000030517578,1.5571881103515626,777625,0.0,0.0 2023-02-22 00:00:00+00:00,1.5560000610351563,1.5560000610351563,1.5366099548339844,1.54,1.5391975402832032,857311,0.0,0.0 2023-02-23 00:00:00+00:00,1.55,1.5719999694824218,1.55,1.5539999389648438,1.5531903076171876,612627,0.0,0.0 2023-02-24 00:00:00+00:00,1.548000030517578,1.548000030517578,1.521999969482422,1.5280000305175783,1.527203826904297,1106714,0.0,0.0 2023-02-27 00:00:00+00:00,1.55,1.55,1.52,1.5239999389648438,1.5232058715820314,863530,0.0,0.0 2023-02-28 00:00:00+00:00,1.538000030517578,1.5389199829101563,1.5042999267578125,1.51,1.509213104248047,1423076,0.0,0.0 2023-03-01 00:00:00+00:00,1.5139999389648438,1.5465199279785156,1.5139999389648438,1.541999969482422,1.5411962890625,3399117,0.0,0.0 2023-03-02 00:00:00+00:00,1.5239999389648438,1.5560000610351563,1.5239999389648438,1.55,1.5491923522949218,825949,0.0,0.0 2023-03-03 00:00:00+00:00,1.56,1.56,1.538000030517578,1.5460000610351563,1.5451943969726563,1571272,0.0,0.0 2023-03-06 00:00:00+00:00,1.5539999389648438,1.558000030517578,1.5361300659179689,1.5439999389648438,1.5431954956054688,1555045,0.0,0.0 2023-03-07 00:00:00+00:00,1.5439999389648438,1.548000030517578,1.53,1.5439999389648438,1.5431954956054688,1353454,0.0,0.0 2023-03-08 00:00:00+00:00,1.5460000610351563,1.5460000610351563,1.5292999267578125,1.5360000610351563,1.5351995849609374,1330171,0.0,0.0 2023-03-09 00:00:00+00:00,1.5280000305175783,1.5291200256347657,1.5124400329589844,1.5139999389648438,1.513210906982422,2504609,0.0,0.0 2023-03-10 00:00:00+00:00,1.4980000305175782,1.5,1.4806300354003907,1.481999969482422,1.4812277221679688,1964955,0.0,0.0 2023-03-13 00:00:00+00:00,1.4739999389648437,1.501999969482422,1.4625000000000001,1.471999969482422,1.47123291015625,1758114,0.0,0.0 2023-03-14 00:00:00+00:00,1.48,1.48,1.45,1.47,1.4692340087890625,1281513,0.0,0.0 2023-03-15 00:00:00+00:00,1.4839999389648437,1.4839999389648437,1.44,1.4460000610351562,1.4452464294433593,2510854,0.0,0.0 2023-03-16 00:00:00+00:00,1.47,1.47,1.4483999633789062,1.4639999389648437,1.4632369995117187,1286484,0.0,0.0 2023-03-17 00:00:00+00:00,1.4760000610351562,1.4780000305175782,1.46,1.4660000610351562,1.465236053466797,2372790,0.0,0.0 2023-03-20 00:00:00+00:00,1.4539999389648437,1.4686500549316406,1.440780029296875,1.4560000610351562,1.4552412414550782,665603,0.0,0.0 2023-03-21 00:00:00+00:00,1.49,1.49,1.46,1.4680000305175782,1.467235107421875,1899609,0.0,0.0 2023-03-22 00:00:00+00:00,1.4780000305175782,1.4880000305175782,1.455260009765625,1.481999969482422,1.4812277221679688,936040,0.0,0.0 2023-03-23 00:00:00+00:00,1.49,1.5139999389648438,1.4786000061035156,1.4980000305175782,1.4972193908691407,759613,0.0,0.0 2023-03-24 00:00:00+00:00,1.5060000610351563,1.5060000610351563,1.4780000305175782,1.491999969482422,1.4912225341796874,1143144,0.0,0.0 2023-03-27 00:00:00+01:00,1.5139999389648438,1.5139999389648438,1.4686799621582032,1.4760000610351562,1.4752310180664063,2069949,0.0,0.0 2023-03-28 00:00:00+01:00,1.47,1.4939999389648437,1.4660000610351562,1.481999969482422,1.4812277221679688,1606461,0.0,0.0 2023-03-29 00:00:00+01:00,1.4980000305175782,1.501999969482422,1.4791999816894532,1.501999969482422,1.5012171936035157,1436832,0.0,0.0 2023-03-30 00:00:00+01:00,1.52,1.52,1.4839999389648437,1.51,1.509213104248047,2242316,0.0,0.0 2023-03-31 00:00:00+01:00,1.5139999389648438,1.5224000549316408,1.49,1.521999969482422,1.521206817626953,1644040,0.0,0.0 2023-04-03 00:00:00+01:00,1.5260000610351563,1.5260000610351563,1.5,1.5,1.4992184448242187,1005270,0.0,0.0 2023-04-04 00:00:00+01:00,1.5080000305175782,1.5136000061035157,1.4839999389648437,1.49,1.4892236328125,1245649,0.0,0.0 2023-04-05 00:00:00+01:00,1.4980000305175782,1.499739990234375,1.4739999389648437,1.481999969482422,1.4812277221679688,1812712,0.0,0.0 2023-04-06 00:00:00+01:00,1.4780000305175782,1.49,1.4680000305175782,1.49,1.4892236328125,1391933,0.0,0.0 2023-04-11 00:00:00+01:00,1.47,1.5080000305175782,1.47,1.501999969482422,1.5012171936035157,1025259,0.0,0.0 2023-04-12 00:00:00+01:00,1.4939999389648437,1.51,1.4839999389648437,1.4939999389648437,1.4932212829589844,2240809,0.0,0.0 2023-04-13 00:00:00+01:00,1.5280000305175783,1.5280000305175783,1.4818299865722657,1.5,1.4992184448242187,2314322,0.0,0.0 2023-04-14 00:00:00+01:00,1.48,1.5039999389648437,1.48,1.5,1.4992184448242187,1645460,0.0,0.0 2023-04-17 00:00:00+01:00,1.5,1.5160000610351563,1.481999969482422,1.5,1.4992184448242187,1982662,0.0,0.0 2023-04-18 00:00:00+01:00,1.5160000610351563,1.5167999267578125,1.4880000305175782,1.4939999389648437,1.4932212829589844,2208944,0.0,0.0 2023-04-19 00:00:00+01:00,1.481999969482422,1.4964799499511718,1.469029998779297,1.471999969482422,1.47123291015625,1507877,0.0,0.0 2023-04-20 00:00:00+01:00,1.511999969482422,1.511999969482422,1.4660000610351562,1.471999969482422,1.47123291015625,1459759,0.0,0.0 2023-04-21 00:00:00+01:00,1.471999969482422,1.4825599670410157,1.4539999389648437,1.4639999389648437,1.4632369995117187,2127132,0.0,0.0 2023-04-24 00:00:00+01:00,1.4639999389648437,1.479600067138672,1.4427200317382813,1.4439999389648437,1.4432473754882813,3161425,0.0,0.0 2023-04-25 00:00:00+01:00,1.44,1.443000030517578,1.42,1.4339999389648437,1.4332525634765625,1005034,0.0,0.0 2023-04-26 00:00:00+01:00,1.431999969482422,1.45,1.4260000610351562,1.4339999389648437,1.4332525634765625,815788,0.0,0.0 2023-04-27 00:00:00+01:00,1.441999969482422,1.45,1.4317799377441407,1.4439999389648437,1.4432473754882813,1024122,0.0,0.0 2023-04-28 00:00:00+01:00,1.45,1.4580000305175782,1.43447998046875,1.4480000305175782,1.4472456359863282,1149897,0.0,0.0 2023-05-02 00:00:00+01:00,1.4580000305175782,1.4639999389648437,1.4380000305175782,1.44,1.4392495727539063,1171095,0.0,0.0 2023-05-03 00:00:00+01:00,1.4680000305175782,1.4680000305175782,1.434250030517578,1.4380000305175782,1.4372508239746093,1585316,0.0,0.0 2023-05-04 00:00:00+01:00,1.4460000610351562,1.4480000305175782,1.4291400146484374,1.4339999389648437,1.4332525634765625,805312,0.0,0.0 2023-05-05 00:00:00+01:00,1.431999969482422,1.45,1.43,1.45,1.4492443847656251,886465,0.0,0.0 2023-05-09 00:00:00+01:00,1.45,1.4539999389648437,1.4405999755859376,1.45,1.4492443847656251,1014705,0.0,0.0 2023-05-10 00:00:00+01:00,1.45,1.45,1.4239999389648437,1.431999969482422,1.4312538146972658,857704,0.0,0.0 2023-05-11 00:00:00+01:00,1.4260000610351562,1.4460000610351562,1.4260000610351562,1.4460000610351562,1.4452464294433593,2009300,0.0,0.0 2023-05-12 00:00:00+01:00,1.46,1.46,1.4260000610351562,1.44,1.4392495727539063,1682823,0.0,0.0 2023-05-15 00:00:00+01:00,1.45,1.46,1.4385699462890624,1.4480000305175782,1.4472456359863282,666174,0.0,0.0 2023-05-16 00:00:00+01:00,1.4460000610351562,1.46,1.43,1.4580000305175782,1.457240447998047,2097433,0.0,0.0 2023-05-17 00:00:00+01:00,1.4439999389648437,1.47,1.4412600708007812,1.47,1.4692340087890625,1690722,0.0,0.0 2023-05-18 00:00:00+01:00,1.4639999389648437,1.48,1.4461799621582032,1.471999969482422,1.47123291015625,2438508,0.0,0.0 2023-05-19 00:00:00+01:00,1.48,1.48,1.4572000122070312,1.47,1.4692340087890625,943006,0.0,0.0 2023-05-22 00:00:00+01:00,1.4639999389648437,1.48,1.4566600036621093,1.48,1.4792288208007813,3349145,0.0,0.0 2023-05-23 00:00:00+01:00,1.4560000610351562,1.48,1.4560000610351562,1.4739999389648437,1.4732318115234375,2162087,0.0,0.0 2023-05-24 00:00:00+01:00,1.4760000610351562,1.4760000610351562,1.4580000305175782,1.4639999389648437,1.4632369995117187,2231283,0.0,0.0 2023-05-25 00:00:00+01:00,1.4560000610351562,1.471999969482422,1.4560000610351562,1.471999969482422,1.47123291015625,995256,0.0,0.0 2023-05-26 00:00:00+01:00,1.46,1.4918800354003907,1.46,1.4839999389648437,1.4832266235351563,632259,0.0,0.0 2023-05-30 00:00:00+01:00,1.4839999389648437,1.4880000305175782,1.4639999389648437,1.4639999389648437,1.4632369995117187,3595154,0.0,0.0 2023-05-31 00:00:00+01:00,1.4580000305175782,1.4639999389648437,1.4481599426269531,1.4560000610351562,1.4552412414550782,2502731,0.0,0.0 2023-06-01 00:00:00+01:00,1.4480000305175782,1.47,1.4480000305175782,1.47,1.4692340087890625,1589156,0.0,0.0 2023-06-02 00:00:00+01:00,1.4939999389648437,1.5160000610351563,1.4760000610351562,1.5160000610351563,1.5152102661132814,1235544,0.0,0.0 2023-06-05 00:00:00+01:00,1.52,1.5260000610351563,1.5080000305175782,1.5160000610351563,1.5152102661132814,2848394,0.0,0.0 2023-06-06 00:00:00+01:00,1.5080000305175782,1.521999969482422,1.5050000000000001,1.521999969482422,1.521206817626953,1092880,0.0,0.0 2023-06-07 00:00:00+01:00,1.5239999389648438,1.5239999389648438,1.5008399963378907,1.521999969482422,1.521206817626953,1080461,0.0,0.0 2023-06-08 00:00:00+01:00,1.5160000610351563,1.521999969482422,1.5060000610351563,1.5160000610351563,1.5152102661132814,606385,0.0,0.0 2023-06-09 00:00:00+01:00,1.53,1.53,1.5095899963378907,1.5239999389648438,1.5232058715820314,432509,0.0,0.0 2023-06-12 00:00:00+01:00,1.4939999389648437,1.538000030517578,1.4939999389648437,1.5339999389648438,1.53320068359375,723831,0.0,0.0 2023-06-13 00:00:00+01:00,1.5439999389648438,1.550919952392578,1.538000030517578,1.5460000610351563,1.5451943969726563,817840,0.0,0.0 2023-06-14 00:00:00+01:00,1.541999969482422,1.541999969482422,1.521999969482422,1.5360000610351563,1.5351995849609374,2023489,0.0,0.0 2023-06-15 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.5339999389648438,1.54,1.5391975402832032,813763,0.0,0.0 2023-06-16 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.5239999389648438,1.5239999389648438,1.5232058715820314,1506427,0.0,0.0 2023-06-19 00:00:00+01:00,1.5180000305175783,1.521999969482422,1.5075999450683595,1.521999969482422,1.521206817626953,753602,0.0,0.0 2023-06-20 00:00:00+01:00,1.521999969482422,1.521999969482422,1.5039999389648437,1.511999969482422,1.5112120056152345,1078806,0.0,0.0 2023-06-21 00:00:00+01:00,1.5080000305175782,1.5105599975585937,1.4939700317382814,1.4960000610351563,1.4952206420898437,620575,0.0,0.0 2023-06-22 00:00:00+01:00,1.48,1.48,1.4580000305175782,1.46,1.4595318603515626,1378820,0.03,0.0 2023-06-23 00:00:00+01:00,1.4680000305175782,1.4780000305175782,1.4480000305175782,1.4539999389648437,1.4535336303710937,2176174,0.0,0.0 2023-06-26 00:00:00+01:00,1.4580000305175782,1.4580000305175782,1.44,1.4439999389648437,1.443536834716797,2067878,0.0,0.0 2023-06-27 00:00:00+01:00,1.48,1.48,1.4468400573730469,1.46,1.4595318603515626,960754,0.0,0.0 2023-06-28 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.4532200622558593,1.471999969482422,1.4715280151367187,1440169,0.0,0.0 2023-06-29 00:00:00+01:00,1.46,1.4660000610351562,1.4511000061035157,1.4660000610351562,1.4655299377441406,2525930,0.0,0.0 2023-06-30 00:00:00+01:00,1.461999969482422,1.4739999389648437,1.4511099243164063,1.4639999389648437,1.4635304260253907,448849,0.0,0.0 2023-07-03 00:00:00+01:00,1.4760000610351562,1.49,1.4760000610351562,1.48,1.4795254516601564,585043,0.0,0.0 2023-07-04 00:00:00+01:00,1.4839999389648437,1.4860000610351562,1.4486799621582032,1.4860000610351562,1.485523681640625,3097728,0.0,0.0 2023-07-05 00:00:00+01:00,1.471999969482422,1.4721099853515625,1.46,1.461999969482422,1.461531219482422,2097961,0.0,0.0 2023-07-06 00:00:00+01:00,1.4660000610351562,1.4660000610351562,1.4280000305175782,1.4360000610351562,1.43553955078125,1461207,0.0,0.0 2023-07-07 00:00:00+01:00,1.4660000610351562,1.4660000610351562,1.42,1.441999969482422,1.4415376281738281,842554,0.0,0.0 2023-07-10 00:00:00+01:00,1.4280000305175782,1.4460000610351562,1.4280000305175782,1.4360000610351562,1.43553955078125,849299,0.0,0.0 2023-07-11 00:00:00+01:00,1.451999969482422,1.4539999389648437,1.4237600708007814,1.45,1.4495350646972656,2438409,0.0,0.0 2023-07-12 00:00:00+01:00,1.45,1.4760000610351562,1.4368800354003906,1.4739999389648437,1.4735272216796875,3334653,0.0,0.0 2023-07-13 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.4519599914550783,1.4739999389648437,1.4735272216796875,1063778,0.0,0.0 2023-07-14 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.4680000305175782,1.4839999389648437,1.4835240173339843,1063007,0.0,0.0 2023-07-17 00:00:00+01:00,1.4680000305175782,1.4832899475097656,1.4639999389648437,1.471999969482422,1.4715280151367187,1153496,0.0,0.0 2023-07-18 00:00:00+01:00,1.4839999389648437,1.4839999389648437,1.4550799560546874,1.4739999389648437,1.4735272216796875,1396883,0.0,0.0 2023-07-19 00:00:00+01:00,1.4839999389648437,1.501999969482422,1.464199981689453,1.4939999389648437,1.4935208129882813,1671357,0.0,0.0 2023-07-20 00:00:00+01:00,1.51,1.51,1.48,1.4860000610351562,1.485523681640625,1118003,0.0,0.0 2023-07-21 00:00:00+01:00,1.4739999389648437,1.491999969482422,1.47,1.48,1.4795254516601564,722806,0.0,0.0 2023-07-24 00:00:00+01:00,1.4780000305175782,1.5005599975585937,1.4660000610351562,1.4980000305175782,1.4975196838378906,566780,0.0,0.0 2023-07-25 00:00:00+01:00,1.5039999389648437,1.5139999389648438,1.4939199829101564,1.5060000610351563,1.5055172729492188,1834073,0.0,0.0 2023-07-26 00:00:00+01:00,1.5160000610351563,1.5180000305175783,1.4888099670410158,1.491999969482422,1.4915216064453125,704690,0.0,0.0 2023-07-27 00:00:00+01:00,1.5060000610351563,1.5080000305175782,1.49,1.5080000305175782,1.5075164794921876,1261766,0.0,0.0 2023-07-28 00:00:00+01:00,1.5060000610351563,1.5260000610351563,1.5060000610351563,1.521999969482422,1.5215118408203125,902895,0.0,0.0 2023-07-31 00:00:00+01:00,1.53,1.5360000610351563,1.5139999389648438,1.5360000610351563,1.5355075073242188,2260663,0.0,0.0 2023-08-01 00:00:00+01:00,1.521999969482422,1.54,1.5173199462890625,1.538000030517578,1.5375068664550782,2604611,0.0,0.0 2023-08-02 00:00:00+01:00,1.521999969482422,1.531999969482422,1.5,1.52,1.5195126342773437,2183824,0.0,0.0 2023-08-03 00:00:00+01:00,1.53,1.53,1.5077999877929689,1.5139999389648438,1.5135144042968751,618696,0.0,0.0 2023-08-04 00:00:00+01:00,1.5239999389648438,1.5239999389648438,1.502209930419922,1.51,1.509515838623047,2364769,0.0,0.0 2023-08-07 00:00:00+01:00,1.5060000610351563,1.5236000061035158,1.4956199645996093,1.51,1.509515838623047,2338289,0.0,0.0 2023-08-08 00:00:00+01:00,1.4980000305175782,1.5091600036621093,1.48,1.4880000305175782,1.4875228881835938,2057285,0.0,0.0 2023-08-09 00:00:00+01:00,1.5,1.5039999389648437,1.4852000427246095,1.5,1.49951904296875,1448790,0.0,0.0 2023-08-10 00:00:00+01:00,1.491999969482422,1.5080000305175782,1.4860000610351562,1.501999969482422,1.5015182495117188,975414,0.0,0.0 2023-08-11 00:00:00+01:00,1.4839999389648437,1.49,1.4739999389648437,1.4739999389648437,1.4735272216796875,1015702,0.0,0.0 2023-08-14 00:00:00+01:00,1.48,1.48,1.4636399841308594,1.471999969482422,1.4715280151367187,921122,0.0,0.0 2023-08-15 00:00:00+01:00,1.4639999389648437,1.471999969482422,1.450850067138672,1.461999969482422,1.461531219482422,1186378,0.0,0.0 2023-08-16 00:00:00+01:00,1.4639999389648437,1.4760000610351562,1.4460000610351562,1.451999969482422,1.451534423828125,467746,0.0,0.0 2023-08-17 00:00:00+01:00,1.44,1.4551199340820313,1.44,1.4439999389648437,1.443536834716797,865297,0.0,0.0 2023-08-18 00:00:00+01:00,1.43,1.4400999450683594,1.4191499328613282,1.4239999389648437,1.4235433959960937,2869015,0.0,0.0 2023-08-21 00:00:00+01:00,1.4180000305175782,1.431999969482422,1.411999969482422,1.42,1.419544677734375,1560883,0.0,0.0 2023-08-22 00:00:00+01:00,1.45,1.45,1.4129600524902344,1.4360000610351562,1.43553955078125,1965430,0.0,0.0 2023-08-23 00:00:00+01:00,1.4260000610351562,1.4540400695800781,1.4260000610351562,1.4539999389648437,1.4535336303710937,558570,0.0,0.0 2023-08-24 00:00:00+01:00,1.46,1.4780000305175782,1.4513999938964843,1.4680000305175782,1.467529296875,1450657,0.0,0.0 2023-08-25 00:00:00+01:00,1.451999969482422,1.4739999389648437,1.451999969482422,1.4580000305175782,1.4575326538085938,611382,0.0,0.0 2023-08-29 00:00:00+01:00,1.481999969482422,1.49,1.4680000305175782,1.481999969482422,1.4815248107910157,1076598,0.0,0.0 2023-08-30 00:00:00+01:00,1.4760000610351562,1.4904400634765624,1.4639999389648437,1.4760000610351562,1.4755268859863282,1458035,0.0,0.0 2023-08-31 00:00:00+01:00,1.5,1.5,1.4605000305175782,1.4680000305175782,1.467529296875,823052,0.0,0.0 2023-09-01 00:00:00+01:00,1.47,1.4905299377441406,1.4680000305175782,1.48,1.4795254516601564,721907,0.0,0.0 2023-09-04 00:00:00+01:00,1.4860000610351562,1.5,1.4839999389648437,1.5,1.49951904296875,1640314,0.0,0.0 2023-09-05 00:00:00+01:00,1.491999969482422,1.4960000610351563,1.4801300048828125,1.491999969482422,1.4915216064453125,1606794,0.0,0.0 2023-09-06 00:00:00+01:00,1.48,1.4973899841308593,1.4780799865722656,1.4860000610351562,1.485523681640625,620686,0.0,0.0 2023-09-07 00:00:00+01:00,1.4739999389648437,1.488800048828125,1.471999969482422,1.4760000610351562,1.4755268859863282,1302072,0.0,0.0 2023-09-08 00:00:00+01:00,1.4880000305175782,1.4880000305175782,1.4680000305175782,1.48,1.4795254516601564,474432,0.0,0.0 2023-09-11 00:00:00+01:00,1.4939999389648437,1.4955799865722657,1.475019989013672,1.4839999389648437,1.4835240173339843,1380740,0.0,0.0 2023-09-12 00:00:00+01:00,1.4780000305175782,1.4835000610351563,1.4660000610351562,1.48,1.4795254516601564,1730884,0.0,0.0 2023-09-13 00:00:00+01:00,1.481999969482422,1.4839999389648437,1.471999969482422,1.4839999389648437,1.4835240173339843,1357358,0.0,0.0 2023-09-14 00:00:00+01:00,1.4839999389648437,1.5139999389648438,1.48,1.5139999389648438,1.5135144042968751,1680374,0.0,0.0 2023-09-15 00:00:00+01:00,1.511999969482422,1.5270399475097656,1.5080000305175782,1.511999969482422,1.5115150451660158,1923954,0.0,0.0 2023-09-18 00:00:00+01:00,1.5,1.51,1.4905000305175782,1.5060000610351563,1.5055172729492188,1470228,0.0,0.0 2023-09-19 00:00:00+01:00,1.5280000305175783,1.5280000305175783,1.49,1.491999969482422,1.4915216064453125,927227,0.0,0.0 2023-09-20 00:00:00+01:00,1.481999969482422,1.511999969482422,1.481999969482422,1.49,1.4895222473144532,783385,0.0,0.0 2023-09-21 00:00:00+01:00,1.4780000305175782,1.4860000610351562,1.4680000305175782,1.4739999389648437,1.4735272216796875,2058070,0.0,0.0 2023-09-22 00:00:00+01:00,1.4760000610351562,1.491999969482422,1.4645599365234376,1.4880000305175782,1.4875228881835938,2260316,0.0,0.0 2023-09-25 00:00:00+01:00,1.48,1.4860000610351562,1.4722999572753908,1.4780000305175782,1.477526092529297,2275530,0.0,0.0 2023-09-26 00:00:00+01:00,1.471999969482422,1.471999969482422,1.4568800354003906,1.4639999389648437,1.4635304260253907,1476685,0.0,0.0 2023-09-27 00:00:00+01:00,1.47,1.4739999389648437,1.46,1.4739999389648437,1.4735272216796875,1362559,0.0,0.0 2023-09-28 00:00:00+01:00,1.46,1.4780000305175782,1.451999969482422,1.4539999389648437,1.4535336303710937,1375300,0.0,0.0 2023-09-29 00:00:00+01:00,1.49,1.49,1.461999969482422,1.4680000305175782,1.467529296875,1010137,0.0,0.0 2023-10-02 00:00:00+01:00,1.4939999389648437,1.4939999389648437,1.4660000610351562,1.47,1.4695286560058594,1249107,0.0,0.0 2023-10-03 00:00:00+01:00,1.49,1.49,1.461999969482422,1.4680000305175782,1.467529296875,1887926,0.0,0.0 2023-10-04 00:00:00+01:00,1.4780000305175782,1.4780000305175782,1.44,1.4439999389648437,1.443536834716797,803861,0.0,0.0 2023-10-05 00:00:00+01:00,1.4439999389648437,1.4680000305175782,1.4375,1.44,1.4395382690429688,1682064,0.0,0.0 2023-10-06 00:00:00+01:00,1.471999969482422,1.471999969482422,1.4398399353027345,1.45,1.4495350646972656,493804,0.0,0.0 2023-10-09 00:00:00+01:00,1.44,1.46,1.4360000610351562,1.4480000305175782,1.447535858154297,1331163,0.0,0.0 2023-10-10 00:00:00+01:00,1.4680000305175782,1.4680000305175782,1.44,1.451999969482422,1.451534423828125,1103518,0.0,0.0 2023-10-11 00:00:00+01:00,1.46,1.4780000305175782,1.4480000305175782,1.4780000305175782,1.477526092529297,2653262,0.0,0.0 2023-10-12 00:00:00+01:00,1.45,1.491999969482422,1.45,1.4880000305175782,1.4875228881835938,1709233,0.0,0.0 2023-10-13 00:00:00+01:00,1.4739999389648437,1.4931399536132812,1.47,1.48,1.4795254516601564,1533321,0.0,0.0 2023-10-16 00:00:00+01:00,1.48,1.4833999633789063,1.4680000305175782,1.4760000610351562,1.4755268859863282,633912,0.0,0.0 2023-10-17 00:00:00+01:00,1.4980000305175782,1.4980000305175782,1.4660000610351562,1.48,1.4795254516601564,1534563,0.0,0.0 2023-10-18 00:00:00+01:00,1.471999969482422,1.4860000610351562,1.4593499755859376,1.4660000610351562,1.4655299377441406,1483532,0.0,0.0 2023-10-19 00:00:00+01:00,1.45,1.4588800048828126,1.45,1.45,1.4495350646972656,1034875,0.0,0.0 2023-10-20 00:00:00+01:00,1.45,1.451999969482422,1.4360000610351562,1.44,1.4395382690429688,1974390,0.0,0.0 2023-10-23 00:00:00+01:00,1.4380000305175782,1.4780000305175782,1.4239999389648437,1.4260000610351562,1.425542755126953,698281,0.0,0.0 2023-10-24 00:00:00+01:00,1.4139999389648439,1.45,1.4039999389648439,1.4460000610351562,1.4455363464355468,673688,0.0,0.0 2023-10-25 00:00:00+01:00,1.441999969482422,1.445,1.4280000305175782,1.441999969482422,1.4415376281738281,1978440,0.0,0.0 2023-10-26 00:00:00+01:00,1.441999969482422,1.441999969482422,1.42052001953125,1.4260000610351562,1.425542755126953,1760670,0.0,0.0 2023-10-27 00:00:00+01:00,1.4160000610351562,1.4375999450683594,1.4160000610351562,1.431999969482422,1.4315408325195313,2830862,0.0,0.0 2023-10-30 00:00:00+00:00,1.42,1.4533599853515626,1.42,1.4380000305175782,1.4375390625,1108546,0.0,0.0 2023-10-31 00:00:00+00:00,1.4380000305175782,1.44,1.4180000305175782,1.4280000305175782,1.4275421142578126,1985965,0.0,0.0 2023-11-01 00:00:00+00:00,1.421999969482422,1.4481700134277344,1.4160000610351562,1.4339999389648437,1.4335400390625,2357664,0.0,0.0 2023-11-02 00:00:00+00:00,1.441999969482422,1.461999969482422,1.44,1.4580000305175782,1.4575326538085938,3149890,0.0,0.0 2023-11-03 00:00:00+00:00,1.46,1.4680000305175782,1.45875,1.4680000305175782,1.467529296875,1193029,0.0,0.0 2023-11-06 00:00:00+00:00,1.4680000305175782,1.4960000610351563,1.4665899658203125,1.4960000610351563,1.495520477294922,2234221,0.0,0.0 2023-11-07 00:00:00+00:00,1.48,1.491999969482422,1.4688800048828126,1.481999969482422,1.4815248107910157,1359866,0.0,0.0 2023-11-08 00:00:00+00:00,1.491999969482422,1.491999969482422,1.4760000610351562,1.4760000610351562,1.4755268859863282,377733,0.0,0.0 2023-11-09 00:00:00+00:00,1.49,1.49,1.4698399353027345,1.49,1.4895222473144532,1828509,0.0,0.0 2023-11-10 00:00:00+00:00,1.4880000305175782,1.49,1.465959930419922,1.4780000305175782,1.477526092529297,677905,0.0,0.0 2023-11-13 00:00:00+00:00,1.48,1.491999969482422,1.4760000610351562,1.4839999389648437,1.4835240173339843,510612,0.0,0.0 2023-11-14 00:00:00+00:00,1.47,1.4980000305175782,1.47,1.4980000305175782,1.4975196838378906,1203766,0.0,0.0 2023-11-15 00:00:00+00:00,1.5,1.5300300598144532,1.4985499572753906,1.53,1.5295094299316407,2057117,0.0,0.0 2023-11-16 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.5039999389648437,1.5160000610351563,1.5155140686035156,595075,0.0,0.0 2023-11-17 00:00:00+00:00,1.511999969482422,1.5200799560546876,1.51,1.5160000610351563,1.5155140686035156,1651870,0.0,0.0 2023-11-20 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.5080000305175782,1.51,1.509515838623047,781059,0.0,0.0 2023-11-21 00:00:00+00:00,1.5360000610351563,1.5360000610351563,1.4960000610351563,1.5,1.49951904296875,461291,0.0,0.0 2023-11-22 00:00:00+00:00,1.5139999389648438,1.52,1.5003999328613282,1.5080000305175782,1.5075164794921876,2084397,0.0,0.0 2023-11-23 00:00:00+00:00,1.52,1.52,1.501999969482422,1.511999969482422,1.5115150451660158,565824,0.0,0.0 2023-11-24 00:00:00+00:00,1.5060000610351563,1.5060000610351563,1.491999969482422,1.491999969482422,1.4915216064453125,770933,0.0,0.0 2023-11-27 00:00:00+00:00,1.49,1.5080000305175782,1.481999969482422,1.4860000610351562,1.485523681640625,561155,0.0,0.0 2023-11-28 00:00:00+00:00,1.51,1.538000030517578,1.4871200561523439,1.49,1.4895222473144532,1027910,0.0,0.0 2023-11-29 00:00:00+00:00,1.5080000305175782,1.5339999389648438,1.48,1.4860000610351562,1.485523681640625,736471,0.0,0.0 2023-11-30 00:00:00+00:00,1.4780000305175782,1.5010000610351564,1.4760000610351562,1.48,1.4795254516601564,1717937,0.0,0.0 2023-12-01 00:00:00+00:00,1.481999969482422,1.5,1.4711599731445313,1.471999969482422,1.4715280151367187,1187722,0.0,0.0 2023-12-04 00:00:00+00:00,1.49,1.5,1.47,1.48,1.4795254516601564,2273450,0.0,0.0 2023-12-05 00:00:00+00:00,1.48,1.491999969482422,1.4615199279785156,1.4639999389648437,1.4635304260253907,1360949,0.0,0.0 2023-12-06 00:00:00+00:00,1.471999969482422,1.48,1.4689599609375,1.4760000610351562,1.4755268859863282,1418976,0.0,0.0 2023-12-07 00:00:00+00:00,1.4680000305175782,1.4860000610351562,1.465,1.4660000610351562,1.4655299377441406,1391505,0.0,0.0 2023-12-08 00:00:00+00:00,1.47,1.4880000305175782,1.4480000305175782,1.48,1.4795254516601564,2470811,0.0,0.0 2023-12-11 00:00:00+00:00,1.4939999389648437,1.4939999389648437,1.4639999389648437,1.48,1.4795254516601564,2766952,0.0,0.0 2023-12-12 00:00:00+00:00,1.4960000610351563,1.4960000610351563,1.4641600036621094,1.4760000610351562,1.4755268859863282,792880,0.0,0.0 2023-12-13 00:00:00+00:00,1.461999969482422,1.4980000305175782,1.4539999389648437,1.4639999389648437,1.4635304260253907,2279497,0.0,0.0 2023-12-14 00:00:00+00:00,1.4660000610351562,1.4980000305175782,1.4560000610351562,1.471999969482422,1.4717289733886718,2094948,0.02,0.0 2023-12-15 00:00:00+00:00,1.4860000610351562,1.4960000610351563,1.46447998046875,1.4960000610351563,1.495724639892578,1576554,0.0,0.0 2023-12-18 00:00:00+00:00,1.4880000305175782,1.4978900146484375,1.461999969482422,1.48,1.4797276306152345,1263377,0.0,0.0 2023-12-19 00:00:00+00:00,1.48,1.4839999389648437,1.4560000610351562,1.481999969482422,1.4817271423339844,1276760,0.0,0.0 2023-12-20 00:00:00+00:00,1.4960000610351563,1.499600067138672,1.480229949951172,1.4939999389648437,1.4937249755859376,665450,0.0,0.0 2023-12-21 00:00:00+00:00,1.4860000610351562,1.531999969482422,1.4858599853515626,1.4880000305175782,1.4877261352539062,571029,0.0,0.0 2023-12-22 00:00:00+00:00,1.4660000610351562,1.4880000305175782,1.4639999389648437,1.481999969482422,1.4817271423339844,263216,0.0,0.0 2023-12-27 00:00:00+00:00,1.461999969482422,1.508520050048828,1.461999969482422,1.4880000305175782,1.4877261352539062,352193,0.0,0.0 2023-12-28 00:00:00+00:00,1.471999969482422,1.5149899291992188,1.4660000610351562,1.511999969482422,1.511721649169922,1014689,0.0,0.0 2023-12-29 00:00:00+00:00,1.481999969482422,1.5260000610351563,1.481999969482422,1.5160000610351563,1.5157209777832032,880803,0.0,0.0 2024-01-02 00:00:00+00:00,1.4839999389648437,1.521999969482422,1.4839999389648437,1.5060000610351563,1.5057228088378907,1097208,0.0,0.0 2024-01-03 00:00:00+00:00,1.4960000610351563,1.514290008544922,1.4896400451660157,1.4980000305175782,1.4977243041992188,1191447,0.0,0.0 2024-01-04 00:00:00+00:00,1.5239999389648438,1.5239999389648438,1.4839999389648437,1.4960000610351563,1.495724639892578,859179,0.0,0.0 2024-01-05 00:00:00+00:00,1.51,1.51,1.48,1.48,1.4797276306152345,1394489,0.0,0.0 2024-01-08 00:00:00+00:00,1.5080000305175782,1.5080000305175782,1.47,1.47,1.469729461669922,726028,0.0,0.0 2024-01-09 00:00:00+00:00,1.48,1.48,1.4587600708007813,1.461999969482422,1.4617308044433595,1263332,0.0,0.0 2024-01-10 00:00:00+00:00,1.4560000610351562,1.4939999389648437,1.4560000610351562,1.46,1.4597312927246093,939767,0.0,0.0 2024-01-11 00:00:00+00:00,1.4739999389648437,1.4739999389648437,1.4560000610351562,1.4580000305175782,1.4577316284179689,1328730,0.0,0.0 2024-01-12 00:00:00+00:00,1.46,1.491439971923828,1.4580000305175782,1.4639999389648437,1.4637304687500001,1545783,0.0,0.0 2024-01-15 00:00:00+00:00,1.4639999389648437,1.4860000610351562,1.4539999389648437,1.4639999389648437,1.4637304687500001,1277794,0.0,0.0 2024-01-16 00:00:00+00:00,1.451999969482422,1.4660000610351562,1.4460000610351562,1.4460000610351562,1.4457339477539062,860556,0.0,0.0 2024-01-17 00:00:00+00:00,1.4260000610351562,1.4580000305175782,1.41,1.41,1.4097404479980469,1128081,0.0,0.0 2024-01-18 00:00:00+00:00,1.42,1.4380000305175782,1.411999969482422,1.421999969482422,1.4217382812500001,1442841,0.0,0.0 2024-01-19 00:00:00+00:00,1.43,1.4439999389648437,1.42,1.4360000610351562,1.4357357788085938,1571432,0.0,0.0 2024-01-22 00:00:00+00:00,1.421999969482422,1.4439999389648437,1.4126400756835937,1.4239999389648437,1.42373779296875,1088263,0.0,0.0 2024-01-23 00:00:00+00:00,1.4260000610351562,1.45,1.4255999755859374,1.44,1.4397349548339844,1028290,0.0,0.0 2024-01-24 00:00:00+00:00,1.4439999389648437,1.461999969482422,1.440659942626953,1.4460000610351562,1.4457339477539062,1472846,0.0,0.0 2024-01-25 00:00:00+00:00,1.4660000610351562,1.4680000305175782,1.4377600097656251,1.46,1.4597312927246093,2181416,0.0,0.0 2024-01-26 00:00:00+00:00,1.461999969482422,1.4724600219726562,1.4495599365234375,1.4580000305175782,1.4577316284179689,3068488,0.0,0.0 2024-01-29 00:00:00+00:00,1.4580000305175782,1.47,1.4480000305175782,1.4660000610351562,1.4657302856445313,2125637,0.0,0.0 2024-01-30 00:00:00+00:00,1.4560000610351562,1.463730010986328,1.4480000305175782,1.461999969482422,1.4617308044433595,1495542,0.0,0.0 2024-01-31 00:00:00+00:00,1.4360000610351562,1.465540008544922,1.4360000610351562,1.4560000610351562,1.4557321166992188,788312,0.0,0.0 2024-02-01 00:00:00+00:00,1.4660000610351562,1.471999969482422,1.441999969482422,1.4539999389648437,1.4537322998046875,998818,0.0,0.0 2024-02-02 00:00:00+00:00,1.4560000610351562,1.47,1.45,1.4660000610351562,1.4657302856445313,2050428,0.0,0.0 2024-02-05 00:00:00+00:00,1.45,1.4780000305175782,1.44,1.46,1.4597312927246093,858785,0.0,0.0 2024-02-06 00:00:00+00:00,1.48,1.4960000610351563,1.471199951171875,1.491999969482422,1.491725311279297,954025,0.0,0.0 2024-02-07 00:00:00+00:00,1.461999969482422,1.5,1.461999969482422,1.49,1.4897257995605468,1947960,0.0,0.0 2024-02-08 00:00:00+00:00,1.4960000610351563,1.5,1.4713800048828125,1.4839999389648437,1.483726806640625,1065845,0.0,0.0 2024-02-09 00:00:00+00:00,1.4860000610351562,1.4860000610351562,1.471999969482422,1.4760000610351562,1.4757284545898437,1553566,0.0,0.0 2024-02-12 00:00:00+00:00,1.47,1.4939999389648437,1.47,1.49,1.4897257995605468,797611,0.0,0.0 2024-02-13 00:00:00+00:00,1.481999969482422,1.4960000610351563,1.4639999389648437,1.4660000610351562,1.4657302856445313,1596958,0.0,0.0 2024-02-14 00:00:00+00:00,1.5,1.5,1.4606199645996094,1.4839999389648437,1.483726806640625,856622,0.0,0.0 2024-02-15 00:00:00+00:00,1.49,1.4980000305175782,1.46,1.4839999389648437,1.483726806640625,916078,0.0,0.0 2024-02-16 00:00:00+00:00,1.4860000610351562,1.5,1.4860000610351562,1.4939999389648437,1.4937249755859376,925973,0.0,0.0 2024-02-19 00:00:00+00:00,1.4939999389648437,1.5039999389648437,1.480800018310547,1.501999969482422,1.5017234802246093,2063217,0.0,0.0 2024-02-20 00:00:00+00:00,1.4960000610351563,1.5031799316406251,1.49,1.491999969482422,1.491725311279297,2290148,0.0,0.0 2024-02-21 00:00:00+00:00,1.49,1.5053799438476563,1.4701600646972657,1.5,1.4997239685058594,2109489,0.0,0.0 2024-02-22 00:00:00+00:00,1.5060000610351563,1.50822998046875,1.4703399658203125,1.5060000610351563,1.5057228088378907,2771640,0.0,0.0 2024-02-23 00:00:00+00:00,1.5080000305175782,1.5139999389648438,1.4921600341796875,1.5060000610351563,1.5057228088378907,1639036,0.0,0.0 2024-02-26 00:00:00+00:00,1.5180000305175783,1.5180000305175783,1.501999969482422,1.5080000305175782,1.5077224731445313,1191580,0.0,0.0 2024-02-27 00:00:00+00:00,1.49,1.5060000610351563,1.49,1.5039999389648437,1.50372314453125,1627583,0.0,0.0 2024-02-28 00:00:00+00:00,1.5,1.5029600524902345,1.491999969482422,1.4960000610351563,1.495724639892578,2005796,0.0,0.0 2024-02-29 00:00:00+00:00,1.5039999389648437,1.5039999389648437,1.4880000305175782,1.49,1.4897257995605468,1470719,0.0,0.0 2024-03-01 00:00:00+00:00,1.4980000305175782,1.5080000305175782,1.49,1.5080000305175782,1.5077224731445313,2718209,0.0,0.0 2024-03-04 00:00:00+00:00,1.5080000305175782,1.5141999816894531,1.49,1.5039999389648437,1.50372314453125,1604188,0.0,0.0 2024-03-05 00:00:00+00:00,1.4980000305175782,1.5120799255371093,1.491999969482422,1.4960000610351563,1.495724639892578,1718120,0.0,0.0 2024-03-06 00:00:00+00:00,1.4760000610351562,1.5180000305175783,1.4760000610351562,1.511999969482422,1.511721649169922,1464085,0.0,0.0 2024-03-07 00:00:00+00:00,1.48,1.5189599609375,1.48,1.5160000610351563,1.5157209777832032,3716361,0.0,0.0 2024-03-08 00:00:00+00:00,1.51,1.521999969482422,1.51,1.5180000305175783,1.5177206420898437,2473621,0.0,0.0 2024-03-11 00:00:00+00:00,1.511999969482422,1.5207899475097657,1.5095100402832031,1.5139999389648438,1.5137213134765626,1980409,0.0,0.0 2024-03-12 00:00:00+00:00,1.5280000305175783,1.5360000610351563,1.52343994140625,1.5260000610351563,1.5257191467285156,1049307,0.0,0.0 2024-03-13 00:00:00+00:00,1.531999969482422,1.5360800170898439,1.52,1.5339999389648438,1.5337176513671875,3215589,0.0,0.0 2024-03-14 00:00:00+00:00,1.53,1.5414300537109376,1.5280000305175783,1.538000030517578,1.5377169799804689,2233194,0.0,0.0 2024-03-15 00:00:00+00:00,1.521999969482422,1.5280000305175783,1.51,1.5180000305175783,1.5177206420898437,1964485,0.0,0.0 2024-03-18 00:00:00+00:00,1.52,1.5239999389648438,1.511999969482422,1.5160000610351563,1.5157209777832032,1383852,0.0,0.0 2024-03-19 00:00:00+00:00,1.511999969482422,1.5143299865722657,1.501999969482422,1.5139999389648438,1.5137213134765626,2529490,0.0,0.0 2024-03-20 00:00:00+00:00,1.5139999389648438,1.52125,1.5073699951171875,1.5180000305175783,1.5177206420898437,1621850,0.0,0.0 2024-03-21 00:00:00+00:00,1.5280000305175783,1.541999969482422,1.5280000305175783,1.541999969482422,1.5417161560058594,834276,0.0,0.0 2024-03-22 00:00:00+00:00,1.5439999389648438,1.55052001953125,1.531999969482422,1.541999969482422,1.5417161560058594,1537794,0.0,0.0 2024-03-25 00:00:00+00:00,1.53,1.54,1.5270199584960937,1.5280000305175783,1.5277188110351563,2163773,0.0,0.0 2024-03-26 00:00:00+00:00,1.531999969482422,1.5482400512695313,1.5280000305175783,1.5360000610351563,1.5357173156738282,2883267,0.0,0.0 2024-03-27 00:00:00+00:00,1.5260000610351563,1.54,1.5102999877929688,1.538000030517578,1.5377169799804689,1862926,0.0,0.0 2024-03-28 00:00:00+00:00,1.538000030517578,1.5483799743652344,1.523820037841797,1.5439999389648438,1.5437158203125,2099139,0.0,0.0 2024-04-02 00:00:00+01:00,1.55,1.57,1.5180000305175783,1.56,1.5597128295898437,2546887,0.0,0.0 2024-04-03 00:00:00+01:00,1.5539999389648438,1.5619999694824218,1.541999969482422,1.548000030517578,1.5477151489257812,1329233,0.0,0.0 2024-04-04 00:00:00+01:00,1.548000030517578,1.5619999694824218,1.5360000610351563,1.55,1.5497146606445313,975477,0.0,0.0 2024-04-05 00:00:00+01:00,1.5180000305175783,1.548000030517578,1.5180000305175783,1.541999969482422,1.5417161560058594,1258153,0.0,0.0 2024-04-08 00:00:00+01:00,1.5460000610351563,1.548000030517578,1.5305999755859376,1.541999969482422,1.5417161560058594,2209986,0.0,0.0 2024-04-09 00:00:00+01:00,1.538000030517578,1.5539199829101562,1.538000030517578,1.5460000610351563,1.5457154846191408,1984292,0.0,0.0 2024-04-10 00:00:00+01:00,1.55,1.5619999694824218,1.54,1.548000030517578,1.5477151489257812,2709157,0.0,0.0 2024-04-11 00:00:00+01:00,1.52,1.56,1.52,1.5560000610351563,1.5557136535644531,2245196,0.0,0.0 2024-04-12 00:00:00+01:00,1.5539999389648438,1.5573599243164062,1.5339999389648438,1.538000030517578,1.5377169799804689,2645057,0.0,0.0 2024-04-15 00:00:00+01:00,1.54,1.54,1.521999969482422,1.531999969482422,1.5317179870605468,1789747,0.0,0.0 2024-04-16 00:00:00+01:00,1.521999969482422,1.521999969482422,1.4880000305175782,1.4980000305175782,1.4977243041992188,2659446,0.0,0.0 2024-04-17 00:00:00+01:00,1.4839999389648437,1.5002200317382812,1.4839999389648437,1.4960000610351563,1.495724639892578,1866064,0.0,0.0 2024-04-18 00:00:00+01:00,1.501999969482422,1.511060028076172,1.491439971923828,1.51,1.509722137451172,1872399,0.0,0.0 2024-04-19 00:00:00+01:00,1.481999969482422,1.5,1.481999969482422,1.4980000305175782,1.4977243041992188,1135405,0.0,0.0 2024-04-22 00:00:00+01:00,1.51,1.5239999389648438,1.4866799926757812,1.5239999389648438,1.523719482421875,1672589,0.0,0.0 2024-04-23 00:00:00+01:00,1.53,1.5360000610351563,1.5168800354003906,1.531999969482422,1.5317179870605468,2140486,0.0,0.0 2024-04-24 00:00:00+01:00,1.5280000305175783,1.556179962158203,1.5160000610351563,1.5439999389648438,1.5437158203125,1812075,0.0,0.0 2024-04-25 00:00:00+01:00,1.53,1.5549299621582031,1.5260000610351563,1.5439999389648438,1.5437158203125,2209789,0.0,0.0 2024-04-26 00:00:00+01:00,1.5239999389648438,1.5639999389648438,1.5239999389648438,1.5639999389648438,1.5637120056152345,863983,0.0,0.0 2024-04-29 00:00:00+01:00,1.55,1.5719999694824218,1.55,1.5719999694824218,1.571710662841797,1460793,0.0,0.0 2024-04-30 00:00:00+01:00,1.58,1.58,1.558000030517578,1.558000030517578,1.5577133178710938,1538659,0.0,0.0 2024-05-01 00:00:00+01:00,1.5519999694824218,1.5639999389648438,1.5461399841308594,1.56,1.5597128295898437,742179,0.0,0.0 2024-05-02 00:00:00+01:00,1.568000030517578,1.5939999389648438,1.5664500427246093,1.5939999389648438,1.593706512451172,1163722,0.0,0.0 2024-05-03 00:00:00+01:00,1.5860000610351563,1.6039999389648438,1.5860000610351563,1.5960000610351563,1.5957063293457032,1157022,0.0,0.0 2024-05-07 00:00:00+01:00,1.61,1.6180000305175781,1.5982699584960938,1.61,1.6097036743164064,1324813,0.0,0.0 2024-05-08 00:00:00+01:00,1.6180000305175781,1.6180000305175781,1.6060000610351564,1.6080000305175781,1.6077040100097657,587009,0.0,0.0 2024-05-09 00:00:00+01:00,1.6119999694824219,1.62,1.599199981689453,1.6060000610351564,1.6057044982910156,668191,0.0,0.0 2024-05-10 00:00:00+01:00,1.6219999694824219,1.6280000305175781,1.5939999389648438,1.6280000305175781,1.6277003479003906,1678489,0.0,0.0 2024-05-13 00:00:00+01:00,1.6239999389648438,1.6360000610351564,1.6139999389648438,1.6360000610351564,1.635699005126953,1906596,0.0,0.0 2024-05-14 00:00:00+01:00,1.6360000610351564,1.6480000305175782,1.6143899536132813,1.6460000610351564,1.6456971740722657,2118883,0.0,0.0 2024-05-15 00:00:00+01:00,1.6460000610351564,1.6560000610351562,1.6278399658203124,1.6539999389648439,1.6536955261230468,709519,0.0,0.0 2024-05-16 00:00:00+01:00,1.6560000610351562,1.661999969482422,1.6304800415039062,1.6560000610351562,1.6556951904296875,1485142,0.0,0.0 2024-05-17 00:00:00+01:00,1.6600000000000001,1.6680000305175782,1.6380000305175781,1.6400000000000001,1.639698181152344,1188615,0.0,0.0 2024-05-20 00:00:00+01:00,1.6539999389648439,1.6580000305175782,1.628300018310547,1.651999969482422,1.6516958618164064,2114640,0.0,0.0 2024-05-21 00:00:00+01:00,1.6400000000000001,1.6616400146484376,1.6229400634765625,1.6380000305175781,1.6376985168457032,1670580,0.0,0.0 2024-05-22 00:00:00+01:00,1.6380000305175781,1.6439999389648439,1.62,1.6300000000000001,1.6297000122070313,1776138,0.0,0.0 2024-05-23 00:00:00+01:00,1.6439999389648439,1.673999938964844,1.6139999389648438,1.62,1.6197018432617187,1450833,0.0,0.0 2024-05-24 00:00:00+01:00,1.6039999389648438,1.62,1.6039999389648438,1.6139999389648438,1.613702850341797,1007391,0.0,0.0 2024-05-28 00:00:00+01:00,1.6139999389648438,1.6580000305175782,1.5960000610351563,1.5960000610351563,1.5957063293457032,2997764,0.0,0.0 2024-05-29 00:00:00+01:00,1.6060000610351564,1.6380000305175781,1.555,1.5619999694824218,1.5617124938964844,25669419,0.0,0.0 2024-05-30 00:00:00+01:00,1.568000030517578,1.568000030517578,1.5560000610351563,1.5639999389648438,1.5637120056152345,2685351,0.0,0.0 2024-05-31 00:00:00+01:00,1.558000030517578,1.5662399291992188,1.541999969482422,1.5460000610351563,1.5457154846191408,2104224,0.0,0.0 2024-06-03 00:00:00+01:00,1.5639999389648438,1.5719999694824218,1.5539999389648438,1.56,1.5597128295898437,2367668,0.0,0.0 2024-06-04 00:00:00+01:00,1.548000030517578,1.55,1.54,1.5439999389648438,1.5437158203125,2412048,0.0,0.0 2024-06-05 00:00:00+01:00,1.5519999694824218,1.5639999389648438,1.5439999389648438,1.558000030517578,1.5577133178710938,3009114,0.0,0.0 2024-06-06 00:00:00+01:00,1.5719999694824218,1.5839999389648438,1.5460000610351563,1.5819999694824218,1.5817088317871093,1916461,0.0,0.0 2024-06-07 00:00:00+01:00,1.5839999389648438,1.598000030517578,1.5755599975585939,1.58,1.5797091674804689,2214093,0.0,0.0 2024-06-10 00:00:00+01:00,1.5639999389648438,1.5839999389648438,1.54,1.57,1.5697109985351563,2166133,0.0,0.0 2024-06-11 00:00:00+01:00,1.568000030517578,1.5819999694824218,1.5560000610351563,1.56,1.5597128295898437,2055139,0.0,0.0 2024-06-12 00:00:00+01:00,1.5719999694824218,1.5860000610351563,1.57,1.58,1.5797091674804689,1967688,0.0,0.0 2024-06-13 00:00:00+01:00,1.588000030517578,1.59,1.5560000610351563,1.5760000610351563,1.575709991455078,2284790,0.0,0.0 2024-06-14 00:00:00+01:00,1.5760000610351563,1.59,1.568000030517578,1.5860000610351563,1.5857081604003906,1927503,0.0,0.0 2024-06-17 00:00:00+01:00,1.59,1.6019999694824218,1.588000030517578,1.59,1.5897073364257812,1695647,0.0,0.0 2024-06-18 00:00:00+01:00,1.5939999389648438,1.61,1.588000030517578,1.61,1.6097036743164064,2252797,0.0,0.0 2024-06-19 00:00:00+01:00,1.6139999389648438,1.6319999694824219,1.6025900268554687,1.6300000000000001,1.6297000122070313,1949435,0.0,0.0 2024-06-20 00:00:00+01:00,1.6019999694824218,1.6139999389648438,1.5932000732421876,1.6080000305175781,1.6080000305175781,2618258,0.03,0.0 2024-06-21 00:00:00+01:00,1.6060000610351564,1.6139999389648438,1.5939999389648438,1.6060000610351564,1.6060000610351564,3294890,0.0,0.0 2024-06-24 00:00:00+01:00,1.59,1.6060000610351564,1.5839999389648438,1.598000030517578,1.598000030517578,2614443,0.0,0.0 2024-06-25 00:00:00+01:00,1.5960000610351563,1.6019999694824218,1.5832400512695313,1.6019999694824218,1.6019999694824218,1088600,0.0,0.0 2024-06-26 00:00:00+01:00,1.6119999694824219,1.6119999694824219,1.5960000610351563,1.61,1.61,1846458,0.0,0.0 2024-06-27 00:00:00+01:00,1.6239999389648438,1.6239999389648438,1.5990800476074218,1.61,1.61,1468498,0.0,0.0 2024-06-28 00:00:00+01:00,1.6080000305175781,1.62,1.5960000610351563,1.62,1.62,1380480,0.0,0.0 2024-07-01 00:00:00+01:00,1.6219999694824219,1.6280000305175781,1.6039999389648438,1.6139999389648438,1.6139999389648438,1701154,0.0,0.0 2024-07-02 00:00:00+01:00,1.6019999694824218,1.6251199340820313,1.5960000610351563,1.6039999389648438,1.6039999389648438,1117849,0.0,0.0 2024-07-03 00:00:00+01:00,1.6180000305175781,1.6239999389648438,1.6,1.62,1.62,1870392,0.0,0.0 2024-07-04 00:00:00+01:00,1.6219999694824219,1.6400000000000001,1.6019999694824218,1.6400000000000001,1.6400000000000001,1429415,0.0,0.0 2024-07-05 00:00:00+01:00,1.6419999694824219,1.6500000000000001,1.6300000000000001,1.6439999389648439,1.6439999389648439,2405352,0.0,0.0 2024-07-08 00:00:00+01:00,1.6400000000000001,1.6480000305175782,1.6353799438476564,1.6460000610351564,1.6460000610351564,1986497,0.0,0.0 2024-07-09 00:00:00+01:00,1.651999969482422,1.6539999389648439,1.6414500427246095,1.6539999389648439,1.6539999389648439,1228083,0.0,0.0 2024-07-10 00:00:00+01:00,1.6500000000000001,1.67,1.6500000000000001,1.6639999389648439,1.6639999389648439,1787681,0.0,0.0 2024-07-11 00:00:00+01:00,1.661999969482422,1.68,1.6587199401855468,1.68,1.68,2147414,0.0,0.0 2024-07-12 00:00:00+01:00,1.6680000305175782,1.6760000610351562,1.6560299682617188,1.673999938964844,1.673999938964844,2072343,0.0,0.0 2024-07-15 00:00:00+01:00,1.6660000610351562,1.67,1.6557899475097657,1.67,1.67,1769597,0.0,0.0 2024-07-16 00:00:00+01:00,1.6660000610351562,1.6760000610351562,1.6400000000000001,1.6680000305175782,1.6680000305175782,1162865,0.0,0.0 2024-07-17 00:00:00+01:00,1.6560000610351562,1.660800018310547,1.6452499389648438,1.6600000000000001,1.6600000000000001,961318,0.0,0.0 2024-07-18 00:00:00+01:00,1.6639999389648439,1.671999969482422,1.6572799682617188,1.6600000000000001,1.6600000000000001,1653091,0.0,0.0 2024-07-19 00:00:00+01:00,1.6539999389648439,1.6600000000000001,1.6280000305175781,1.651999969482422,1.651999969482422,1461073,0.0,0.0 2024-07-22 00:00:00+01:00,1.68,1.68,1.6390800476074219,1.6419999694824219,1.6419999694824219,1055031,0.0,0.0 2024-07-23 00:00:00+01:00,1.67,1.67,1.6319999694824219,1.6439999389648439,1.6439999389648439,1213112,0.0,0.0 2024-07-24 00:00:00+01:00,1.6600000000000001,1.6600000000000001,1.6300000000000001,1.6360000610351564,1.6360000610351564,1074905,0.0,0.0 2024-07-25 00:00:00+01:00,1.6360000610351564,1.6423599243164062,1.6160000610351564,1.6260000610351564,1.6260000610351564,1312121,0.0,0.0 2024-07-26 00:00:00+01:00,1.62,1.6319999694824219,1.614320068359375,1.6280000305175781,1.6280000305175781,2448488,0.0,0.0 2024-07-29 00:00:00+01:00,1.6400000000000001,1.6453399658203125,1.624709930419922,1.6300000000000001,1.6300000000000001,1891042,0.0,0.0 2024-07-30 00:00:00+01:00,1.6300000000000001,1.6360000610351564,1.62,1.6300000000000001,1.6300000000000001,1898912,0.0,0.0 2024-07-31 00:00:00+01:00,1.6439999389648439,1.6500000000000001,1.6352200317382812,1.6500000000000001,1.6500000000000001,2534213,0.0,0.0 2024-08-01 00:00:00+01:00,1.6500000000000001,1.6660000610351562,1.6360000610351564,1.6560000610351562,1.6560000610351562,1872663,0.0,0.0 2024-08-02 00:00:00+01:00,1.651999969482422,1.651999969482422,1.5937399291992187,1.6019999694824218,1.6019999694824218,1968385,0.0,0.0 2024-08-05 00:00:00+01:00,1.5460000610351563,1.5460000610351563,1.4999899291992187,1.53,1.53,1551549,0.0,0.0 2024-08-06 00:00:00+01:00,1.5460000610351563,1.5639999389648438,1.521999969482422,1.5560000610351563,1.5560000610351563,2320422,0.0,0.0 2024-08-07 00:00:00+01:00,1.5719999694824218,1.5994200134277343,1.5601300048828126,1.598000030517578,1.598000030517578,1792388,0.0,0.0 2024-08-08 00:00:00+01:00,1.56,1.6080000305175781,1.56,1.6080000305175781,1.6080000305175781,1591132,0.0,0.0 2024-08-09 00:00:00+01:00,1.5919999694824218,1.6139999389648438,1.5719999694824218,1.6139999389648438,1.6139999389648438,675836,0.0,0.0 2024-08-12 00:00:00+01:00,1.6139999389648438,1.6280000305175781,1.5939999389648438,1.6260000610351564,1.6260000610351564,1879775,0.0,0.0 2024-08-13 00:00:00+01:00,1.6260000610351564,1.6280000305175781,1.607519989013672,1.6280000305175781,1.6280000305175781,1490718,0.0,0.0 2024-08-14 00:00:00+01:00,1.6239999389648438,1.6360000610351564,1.6208000183105469,1.6319999694824219,1.6319999694824219,1221639,0.0,0.0 2024-08-15 00:00:00+01:00,1.6339999389648439,1.6460000610351564,1.6239999389648438,1.6400000000000001,1.6400000000000001,1264511,0.0,0.0 2024-08-16 00:00:00+01:00,1.6500000000000001,1.6580000305175782,1.6400000000000001,1.651999969482422,1.651999969482422,1104751,0.0,0.0 2024-08-19 00:00:00+01:00,1.661999969482422,1.661999969482422,1.6480000305175782,1.6600000000000001,1.6600000000000001,1212300,0.0,0.0 2024-08-20 00:00:00+01:00,1.673999938964844,1.673999938964844,1.6439999389648439,1.6539999389648439,1.6539999389648439,1403597,0.0,0.0 2024-08-21 00:00:00+01:00,1.6500000000000001,1.654239959716797,1.6439999389648439,1.6480000305175782,1.6480000305175782,1864108,0.0,0.0 2024-08-22 00:00:00+01:00,1.6480000305175782,1.6500000000000001,1.6317199707031251,1.6331399536132813,1.6331399536132813,489196,0.0,0.0 ================================================ FILE: tests/data/TENT-L-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-04 00:00:00+00:00,1.0,1.0081999969482422,0.995,1.0050000000000001,0.5323378371801033,52881,0.0,0.0,True 2022-01-05 00:00:00+00:00,0.99,1.01,0.98,0.995,0.5270409262778081,22801,0.0,0.0,True 2022-01-06 00:00:00+00:00,0.98,0.9876000213623047,0.98,0.99,0.5243923776357202,21669,0.0,0.0,True 2022-01-07 00:00:00+00:00,0.97,0.9878800201416016,0.97,0.99,0.5243923776357202,739820,0.0,0.0,True 2022-01-10 00:00:00+00:00,0.975,0.9819999694824219,0.97,0.985,0.5217440775028062,127373,0.0,0.0,True 2022-01-11 00:00:00+00:00,0.985,0.985,0.96,0.975,0.5164471976641575,81247,0.0,0.0,True 2022-01-12 00:00:00+00:00,0.9606300354003906,0.979800033569336,0.9605999755859376,0.9625,0.5098261366954053,59847,0.0,0.0,True 2022-01-13 00:00:00+00:00,0.96,0.99,0.9400000000000001,0.9575,0.5071776812442574,313916,0.0,0.0,True 2022-01-14 00:00:00+00:00,0.9519999694824219,0.9519999694824219,0.9420800018310547,0.9550000000000001,0.5058534690505072,30750,0.0,0.0,True 2022-01-17 00:00:00+00:00,0.9602500152587891,0.960999984741211,0.9551499938964844,0.9625,0.5098261366954053,39189,0.0,0.0,True 2022-01-18 00:00:00+00:00,0.96,0.96,0.9447599792480469,0.9500000000000001,0.5032049514720661,104432,0.0,0.0,True 2022-01-19 00:00:00+00:00,0.97,0.97,0.9400000000000001,0.9550000000000001,0.5058534690505072,100814,0.0,0.0,True 2022-01-20 00:00:00+00:00,0.9573999786376953,0.9573999786376953,0.935,0.9525,0.5045291636658168,27032,0.0,0.0,True 2022-01-21 00:00:00+00:00,0.9540000152587891,0.9540000152587891,0.9538400268554688,0.9500000000000001,0.5032049514720661,10637,0.0,0.0,True 2022-01-24 00:00:00+00:00,0.93,0.9320999908447266,0.93,0.9400000000000001,0.497908040569771,31611,0.0,0.0,True 2022-01-25 00:00:00+00:00,0.93,0.939800033569336,0.93,0.9400000000000001,0.497908040569771,25138,0.0,0.0,True 2022-01-26 00:00:00+00:00,0.93,0.9433300018310548,0.93,0.9400000000000001,0.497908040569771,562810,0.0,0.0,True 2022-01-27 00:00:00+00:00,0.93,0.9430000305175782,0.93,0.9400000000000001,0.497908040569771,54870,0.0,0.0,True 2022-01-28 00:00:00+00:00,0.9416699981689454,0.9416699981689454,0.9416699981689454,0.9375,0.4965837973123739,2345,0.0,0.0,True 2022-01-31 00:00:00+00:00,0.9497000122070313,0.9497000122070313,0.9394999694824219,0.935,0.49525952299132997,17957,0.0,0.0,True 2022-02-01 00:00:00+00:00,0.93,0.9500000000000001,0.93,0.935,0.49525952299132997,142653,0.0,0.0,True 2022-02-02 00:00:00+00:00,0.9430000305175782,0.9433300018310548,0.9359999847412109,0.9400000000000001,0.497908040569771,104328,0.0,0.0,True 2022-02-03 00:00:00+00:00,0.9400000000000001,0.9500000000000001,0.9359999847412109,0.9400000000000001,0.497908040569771,229957,0.0,0.0,True 2022-02-04 00:00:00+00:00,0.9430000305175782,0.9430000305175782,0.9426999664306641,0.9400000000000001,0.497908040569771,18851,0.0,0.0,True 2022-02-07 00:00:00+00:00,0.9426000213623047,0.9426000213623047,0.9383999633789063,0.9400000000000001,0.497908040569771,78709,0.0,0.0,True 2022-02-08 00:00:00+00:00,0.9387999725341797,0.9426000213623047,0.9387999725341797,0.9400000000000001,0.497908040569771,16086,0.0,0.0,True 2022-02-09 00:00:00+00:00,0.9388800048828125,0.9423999786376953,0.9388800048828125,0.935,0.49525952299132997,38600,0.0,0.0,True 2022-02-10 00:00:00+00:00,0.9390399932861329,0.9400000000000001,0.93,0.9400000000000001,0.497908040569771,33024,0.0,0.0,True 2022-02-11 00:00:00+00:00,0.9331700134277344,0.9400000000000001,0.9322000122070313,0.9400000000000001,0.497908040569771,94405,0.0,0.0,True 2022-02-14 00:00:00+00:00,0.9389700317382813,0.9423999786376953,0.9300499725341798,0.9400000000000001,0.497908040569771,248153,0.0,0.0,True 2022-02-15 00:00:00+00:00,0.9418000030517578,0.9418000030517578,0.93,0.9400000000000001,0.497908040569771,36043,0.0,0.0,True 2022-02-16 00:00:00+00:00,0.93,0.9418000030517578,0.93,0.9400000000000001,0.497908040569771,49456,0.0,0.0,True 2022-02-17 00:00:00+00:00,0.9415000152587891,0.9500000000000001,0.935,0.9425,0.4992322527635215,283,0.0,0.0,True 2022-02-18 00:00:00+00:00,0.941449966430664,0.941449966430664,0.93,0.9400000000000001,0.497908040569771,47450,0.0,0.0,True 2022-02-21 00:00:00+00:00,0.941449966430664,0.941449966430664,0.9336000061035157,0.9400000000000001,0.497908040569771,20036,0.0,0.0,True 2022-02-22 00:00:00+00:00,0.93,0.9331700134277344,0.93,0.93,0.49261112966747583,199353,0.0,0.0,True 2022-02-23 00:00:00+00:00,0.9400000000000001,0.9400000000000001,0.9400000000000001,0.9400000000000001,0.497908040569771,0,0.0,0.0,True 2022-02-24 00:00:00+00:00,0.9257499694824219,0.9400000000000001,0.925,0.9325,0.49393537292487294,29083,0.0,0.0,True 2022-02-25 00:00:00+00:00,0.9400000000000001,0.9500000000000001,0.9257499694824219,0.9400000000000001,0.497908040569771,66558,0.0,0.0,True 2022-02-28 00:00:00+00:00,0.9418800354003907,0.9418800354003907,0.9373799896240235,0.9425,0.4992322527635215,27485,0.0,0.0,True 2022-03-01 00:00:00+00:00,0.935,0.9417500305175781,0.925,0.925,0.4899626120890348,19195,0.0,0.0,True 2022-03-02 00:00:00+00:00,0.925,0.9500000000000001,0.925,0.9375,0.4965837973123739,43922,0.0,0.0,True 2022-03-03 00:00:00+00:00,0.9233000183105469,0.9383300018310547,0.915,0.9325,0.5012916395986311,1087794,0.01375,0.0,True 2022-03-04 00:00:00+00:00,0.9205500030517578,0.9344400024414062,0.915,0.9275,0.49860378781259546,84905,0.0,0.0,True 2022-03-07 00:00:00+00:00,0.9169999694824219,0.93,0.91,0.92,0.49457197861188434,17710,0.0,0.0,True 2022-03-08 00:00:00+00:00,0.91,0.9209999847412109,0.91,0.92,0.49457197861188434,77354,0.0,0.0,True 2022-03-09 00:00:00+00:00,0.93,0.9400000000000001,0.9024800109863281,0.9225,0.49591587298324397,96450,0.0,0.0,True 2022-03-10 00:00:00+00:00,0.905,0.925,0.905,0.9225,0.49591587298324397,72778,0.0,0.0,True 2022-03-11 00:00:00+00:00,0.9,0.92,0.9,0.92,0.49457197861188434,9533,0.0,0.0,True 2022-03-14 00:00:00+00:00,0.9,0.93,0.89,0.9075,0.487852128495189,399831,0.0,0.0,True 2022-03-15 00:00:00+00:00,0.895,0.9065000152587891,0.89,0.905,0.48650826564548755,100954,0.0,0.0,True 2022-03-16 00:00:00+00:00,0.9057499694824219,0.90802001953125,0.890999984741211,0.905,0.48650826564548755,129696,0.0,0.0,True 2022-03-17 00:00:00+00:00,0.9065000152587891,0.9065000152587891,0.8933000183105468,0.905,0.48650826564548755,1919,0.0,0.0,True 2022-03-18 00:00:00+00:00,0.8933799743652344,0.9137000274658204,0.836500015258789,0.9075,0.487852128495189,100200,0.0,0.0,True 2022-03-21 00:00:00+00:00,0.895,0.9087500000000001,0.885,0.9075,0.487852128495189,201611,0.0,0.0,True 2022-03-22 00:00:00+00:00,0.895,0.91,0.8855000305175782,0.895,0.4811324359867842,79329,0.0,0.0,True 2022-03-23 00:00:00+00:00,0.88,0.91,0.865,0.8825000000000001,0.4744127119567212,102007,0.0,0.0,True 2022-03-24 00:00:00+00:00,0.875,0.8797499847412109,0.865,0.88,0.47306875454204544,95454,0.0,0.0,True 2022-03-25 00:00:00+00:00,0.86,0.875,0.84,0.84,0.4515656880804971,210408,0.0,0.0,True 2022-03-28 00:00:00+01:00,0.86,0.864749984741211,0.8425,0.855,0.45962933800357775,558607,0.0,0.0,True 2022-03-29 00:00:00+01:00,0.855,0.87,0.84,0.8575,0.4609733269399117,180009,0.0,0.0,True 2022-03-30 00:00:00+01:00,0.845,0.865999984741211,0.835,0.85,0.4569415177392005,164438,0.0,0.0,True 2022-03-31 00:00:00+01:00,0.835,0.87,0.8307099914550782,0.845,0.45425353986653266,254757,0.0,0.0,True 2022-04-01 00:00:00+01:00,0.86,0.87,0.835,0.8525,0.4582853175455857,373282,0.0,0.0,True 2022-04-04 00:00:00+01:00,0.87,0.870999984741211,0.85,0.855,0.45962933800357775,231869,0.0,0.0,True 2022-04-05 00:00:00+01:00,0.85,0.8584200286865235,0.835,0.8475,0.45559749728120824,496249,0.0,0.0,True 2022-04-06 00:00:00+01:00,0.85,0.8744999694824219,0.85,0.8725,0.46903694534133417,1075294,0.0,0.0,True 2022-04-07 00:00:00+01:00,0.875,0.8787300109863282,0.85,0.87,0.4676930194483166,273682,0.0,0.0,True 2022-04-08 00:00:00+01:00,0.88,0.88,0.85,0.8775000000000001,0.47172482864902787,171206,0.0,0.0,True 2022-04-11 00:00:00+01:00,0.88,0.9066999816894531,0.875,0.895,0.4811324359867842,293971,0.0,0.0,True 2022-04-12 00:00:00+01:00,0.89,0.9065000152587891,0.89,0.8975,0.48247645644477616,50877,0.0,0.0,True 2022-04-13 00:00:00+01:00,0.88,0.9063999938964844,0.88,0.895,0.4811324359867842,108600,0.0,0.0,True 2022-04-14 00:00:00+01:00,0.9063999938964844,0.9063999938964844,0.8877999877929688,0.895,0.4811324359867842,42494,0.0,0.0,True 2022-04-19 00:00:00+01:00,0.8877999877929688,0.9063999938964844,0.8877999877929688,0.895,0.4811324359867842,46000,0.0,0.0,True 2022-04-20 00:00:00+01:00,0.9061699676513673,0.90625,0.88,0.895,0.4811324359867842,132614,0.0,0.0,True 2022-04-21 00:00:00+01:00,0.90572998046875,0.905739974975586,0.8847200012207032,0.8925000000000001,0.4797885416154247,30000,0.0,0.0,True 2022-04-22 00:00:00+01:00,0.8899199676513672,0.8899199676513672,0.88,0.885,0.47575673241471333,64170,0.0,0.0,True 2022-04-25 00:00:00+01:00,0.8841000366210938,0.9051000213623047,0.875,0.8875000000000001,0.477100626786073,224192,0.0,0.0,True 2022-04-26 00:00:00+01:00,0.895,0.91,0.88,0.9075,0.487852128495189,159562,0.0,0.0,True 2022-04-27 00:00:00+01:00,0.92,0.92,0.9,0.92,0.49457197861188434,152250,0.0,0.0,True 2022-04-28 00:00:00+01:00,0.9137999725341797,0.9180000305175782,0.9,0.915,0.4918840007392163,101250,0.0,0.0,True 2022-04-29 00:00:00+01:00,0.9176100158691406,0.93,0.9076000213623047,0.915,0.4918840007392163,126323,0.0,0.0,True 2022-05-03 00:00:00+01:00,0.9176100158691406,0.925,0.905,0.9125,0.4905400748461987,105067,0.0,0.0,True 2022-05-04 00:00:00+01:00,0.905,0.9174900054931641,0.905,0.915,0.4918840007392163,46979,0.0,0.0,True 2022-05-05 00:00:00+01:00,0.9050299835205078,0.9173999786376953,0.905,0.915,0.4918840007392163,81322,0.0,0.0,True 2022-05-06 00:00:00+01:00,0.9155000305175781,0.9155000305175781,0.9055000305175781,0.915,0.4918840007392163,36888,0.0,0.0,True 2022-05-09 00:00:00+01:00,0.93,0.93,0.9055000305175781,0.915,0.4918840007392163,70100,0.0,0.0,True 2022-05-10 00:00:00+01:00,0.93,0.935,0.9,0.9225,0.49591587298324397,92186,0.0,0.0,True 2022-05-11 00:00:00+01:00,0.93,0.9333300018310547,0.9102500152587891,0.9225,0.49591587298324397,37162,0.0,0.0,True 2022-05-12 00:00:00+01:00,0.9159999847412109,0.9159999847412109,0.9159999847412109,0.9225,0.49591587298324397,39200,0.0,0.0,True 2022-05-13 00:00:00+01:00,0.9166300201416016,0.9166300201416016,0.9159999847412109,0.9225,0.49591587298324397,21270,0.0,0.0,True 2022-05-16 00:00:00+01:00,0.9333300018310547,0.9333300018310547,0.9102500152587891,0.925,0.4972597043112873,50396,0.0,0.0,True 2022-05-17 00:00:00+01:00,0.9283000183105469,0.9283000183105469,0.9189800262451172,0.9225,0.49591587298324397,43700,0.0,0.0,True 2022-05-18 00:00:00+01:00,0.925,0.925,0.9183300018310547,0.92,0.49457197861188434,47148,0.0,0.0,True 2022-05-19 00:00:00+01:00,0.915,0.9326000213623047,0.915,0.925,0.4972597043112873,55044,0.0,0.0,True 2022-05-20 00:00:00+01:00,0.92,0.93,0.92,0.9225,0.49591587298324397,38723,0.0,0.0,True 2022-05-23 00:00:00+01:00,0.92,0.935,0.9173999786376953,0.9275,0.49860378781259546,48383,0.0,0.0,True 2022-05-24 00:00:00+01:00,0.92,0.9309999847412109,0.92,0.9275,0.49860378781259546,54022,0.0,0.0,True 2022-05-25 00:00:00+01:00,0.92,0.9290000152587891,0.91,0.9225,0.49591587298324397,129212,0.0,0.0,True 2022-05-26 00:00:00+01:00,0.915,0.93,0.9,0.915,0.4918840007392163,77084,0.0,0.0,True 2022-05-27 00:00:00+01:00,0.9105000305175781,0.92,0.91,0.9225,0.49591587298324397,29564,0.0,0.0,True 2022-05-30 00:00:00+01:00,0.9322499847412109,0.935,0.9322499847412109,0.9225,0.49591587298324397,44400,0.0,0.0,True 2022-05-31 00:00:00+01:00,0.9310800170898438,0.9310800170898438,0.9100299835205078,0.9225,0.49591587298324397,102585,0.0,0.0,True 2022-06-01 00:00:00+01:00,0.91,0.93375,0.895,0.91,0.48919614895318103,78209,0.0,0.0,True 2022-06-06 00:00:00+01:00,0.91,0.91,0.91,0.91,0.48919614895318103,0,0.0,0.0,True 2022-06-07 00:00:00+01:00,0.9,0.9,0.9,0.9075,0.487852128495189,28000,0.0,0.0,True 2022-06-08 00:00:00+01:00,0.9225,0.9225,0.9080000305175782,0.92,0.49457197861188434,38675,0.0,0.0,True 2022-06-09 00:00:00+01:00,0.91,0.9203299713134766,0.91,0.92,0.49457197861188434,138167,0.0,0.0,True 2022-06-10 00:00:00+01:00,0.91,0.9208000183105469,0.91,0.9175,0.49322792663223414,54847,0.0,0.0,True 2022-06-13 00:00:00+01:00,0.905,0.918499984741211,0.905,0.9125,0.4905400748461987,98194,0.0,0.0,True 2022-06-14 00:00:00+01:00,0.9,0.9100299835205078,0.9,0.915,0.4918840007392163,37209,0.0,0.0,True 2022-06-15 00:00:00+01:00,0.9158000183105469,0.9158000183105469,0.9086799621582031,0.915,0.4918840007392163,20829,0.0,0.0,True 2022-06-16 00:00:00+01:00,0.9,0.93,0.8995999908447265,0.9075,0.487852128495189,51704,0.0,0.0,True 2022-06-17 00:00:00+01:00,0.900530014038086,0.905,0.895,0.9075,0.487852128495189,21730,0.0,0.0,True 2022-06-20 00:00:00+01:00,0.8995999908447265,0.905,0.895,0.9075,0.487852128495189,65500,0.0,0.0,True 2022-06-21 00:00:00+01:00,0.9030000305175782,0.9030000305175782,0.902969970703125,0.9075,0.487852128495189,9966,0.0,0.0,True 2022-06-22 00:00:00+01:00,0.905,0.905,0.895,0.905,0.48650826564548755,110626,0.0,0.0,True 2022-06-23 00:00:00+01:00,0.89,0.9,0.89,0.9,0.4912810217014091,93082,0.01375,0.0,True 2022-06-24 00:00:00+01:00,0.88,0.892760009765625,0.88,0.89,0.48582229212232464,61193,0.0,0.0,True 2022-06-27 00:00:00+01:00,0.9,0.9,0.8775000000000001,0.8875000000000001,0.4844576897347293,110052,0.0,0.0,True 2022-06-28 00:00:00+01:00,0.899000015258789,0.899000015258789,0.8845999908447266,0.8925000000000001,0.4871870545242715,34216,0.0,0.0,True 2022-06-29 00:00:00+01:00,0.8987000274658203,0.8987000274658203,0.8847000122070313,0.8925000000000001,0.4871870545242715,29813,0.0,0.0,True 2022-06-30 00:00:00+01:00,0.8847200012207032,0.8980000305175782,0.8847200012207032,0.8925000000000001,0.4871870545242715,20584,0.0,0.0,True 2022-07-01 00:00:00+01:00,0.8980000305175782,0.8980000305175782,0.8847200012207032,0.8925000000000001,0.4871870545242715,32592,0.0,0.0,True 2022-07-04 00:00:00+01:00,0.88052001953125,0.8975,0.88052001953125,0.89,0.48582229212232464,18761,0.0,0.0,True 2022-07-05 00:00:00+01:00,0.8925000000000001,0.8925000000000001,0.8925000000000001,0.8925000000000001,0.4871870545242715,0,0.0,0.0,True 2022-07-06 00:00:00+01:00,0.8845999908447266,0.8845999908447266,0.8845999908447266,0.8925000000000001,0.4871870545242715,6000,0.0,0.0,True 2022-07-07 00:00:00+01:00,0.8975,0.8975,0.8845999908447266,0.8925000000000001,0.4871870545242715,22551,0.0,0.0,True 2022-07-08 00:00:00+01:00,0.885,0.885,0.8766000366210938,0.88,0.48036365855185087,35255,0.0,0.0,True 2022-07-11 00:00:00+01:00,0.8925000000000001,0.9,0.8766000366210938,0.89,0.48582229212232464,63371,0.0,0.0,True 2022-07-12 00:00:00+01:00,0.9,0.9,0.877750015258789,0.885,0.48309299133852296,101149,0.0,0.0,True 2022-07-13 00:00:00+01:00,0.8787999725341797,0.8918599700927734,0.8787999725341797,0.89,0.48582229212232464,676204,0.0,0.0,True 2022-07-14 00:00:00+01:00,0.8954000091552734,0.8954000091552734,0.888300018310547,0.8925000000000001,0.4871870545242715,32141,0.0,0.0,True 2022-07-15 00:00:00+01:00,0.885,0.9,0.885,0.8925000000000001,0.4871870545242715,40428,0.0,0.0,True 2022-07-18 00:00:00+01:00,0.89,0.892229995727539,0.89,0.895,0.48855172091760735,9700,0.0,0.0,True 2022-07-19 00:00:00+01:00,0.8983100128173829,0.8983100128173829,0.8961199951171875,0.8975,0.489916355308073,3170,0.0,0.0,True 2022-07-20 00:00:00+01:00,0.9,0.9,0.8966600036621094,0.8975,0.489916355308073,17865,0.0,0.0,True 2022-07-21 00:00:00+01:00,0.89,0.8922799682617187,0.88,0.88,0.48036365855185087,106167,0.0,0.0,True 2022-07-22 00:00:00+01:00,0.89,0.89,0.875,0.88,0.48036365855185087,25605,0.0,0.0,True 2022-07-25 00:00:00+01:00,0.89,0.89,0.875,0.88,0.48036365855185087,65985,0.0,0.0,True 2022-07-26 00:00:00+01:00,0.89,0.89,0.89,0.88,0.48036365855185087,23000,0.0,0.0,True 2022-07-27 00:00:00+01:00,0.8762300109863281,0.8899800109863282,0.8762300109863281,0.8825000000000001,0.48172832494518686,33705,0.0,0.0,True 2022-07-28 00:00:00+01:00,0.895,0.9,0.8825000000000001,0.885,0.48309299133852296,58488,0.0,0.0,True 2022-07-29 00:00:00+01:00,0.9,0.904000015258789,0.89125,0.895,0.48855172091760735,56011,0.0,0.0,True 2022-08-01 00:00:00+01:00,0.904000015258789,0.904000015258789,0.8881400299072266,0.895,0.48855172091760735,61976,0.0,0.0,True 2022-08-02 00:00:00+01:00,0.885,0.9008000183105469,0.885,0.895,0.48855172091760735,80804,0.0,0.0,True 2022-08-03 00:00:00+01:00,0.9007599639892578,0.9007599639892578,0.885,0.895,0.48855172091760735,99994,0.0,0.0,True 2022-08-04 00:00:00+01:00,0.905,0.905,0.89,0.8925000000000001,0.4871870545242715,85622,0.0,0.0,True 2022-08-05 00:00:00+01:00,0.885,0.9,0.875,0.88,0.48036365855185087,133235,0.0,0.0,True 2022-08-08 00:00:00+01:00,0.8765699768066406,0.880999984741211,0.87,0.88,0.48036365855185087,68596,0.0,0.0,True 2022-08-09 00:00:00+01:00,0.8788400268554688,0.8788400268554688,0.87,0.8775000000000001,0.47899902416138523,122531,0.0,0.0,True 2022-08-10 00:00:00+01:00,0.885,0.885,0.87,0.8775000000000001,0.47899902416138523,104656,0.0,0.0,True 2022-08-11 00:00:00+01:00,0.885,0.9,0.865,0.88,0.48036365855185087,171758,0.0,0.0,True 2022-08-12 00:00:00+01:00,0.89,0.89,0.87,0.88,0.48036365855185087,122745,0.0,0.0,True 2022-08-15 00:00:00+01:00,0.89,0.9,0.8744999694824219,0.9,0.4912810217014091,711956,0.0,0.0,True 2022-08-16 00:00:00+01:00,0.9088999938964843,0.9096900177001953,0.9032199859619141,0.9125,0.498104353668089,379230,0.0,0.0,True 2022-08-17 00:00:00+01:00,0.9080999755859375,0.9081199645996094,0.9080999755859375,0.9125,0.498104353668089,25300,0.0,0.0,True 2022-08-18 00:00:00+01:00,0.9080999755859375,0.908759994506836,0.905,0.9125,0.498104353668089,63099,0.0,0.0,True 2022-08-19 00:00:00+01:00,0.91,0.91,0.8930400085449219,0.9025,0.49264572009761537,66733,0.0,0.0,True 2022-08-22 00:00:00+01:00,0.8965599822998047,0.9,0.8965599822998047,0.9025,0.49264572009761537,26935,0.0,0.0,True 2022-08-23 00:00:00+01:00,0.9,0.9,0.9,0.9025,0.49264572009761537,26000,0.0,0.0,True 2022-08-24 00:00:00+01:00,0.89,0.9080000305175782,0.8882499694824219,0.8925000000000001,0.4871870545242715,81700,0.0,0.0,True 2022-08-25 00:00:00+01:00,0.905,0.905,0.88,0.8925000000000001,0.4871870545242715,62618,0.0,0.0,True 2022-08-26 00:00:00+01:00,0.88,0.895,0.88,0.885,0.48309299133852296,44194,0.0,0.0,True 2022-08-30 00:00:00+01:00,0.875,0.885,0.87,0.8775000000000001,0.47899902416138523,142501,0.0,0.0,True 2022-08-31 00:00:00+01:00,0.8775000000000001,0.8775000000000001,0.8775000000000001,0.8775000000000001,0.47899902416138523,0,0.0,0.0,True 2022-09-01 00:00:00+01:00,0.8766999816894532,0.8766999816894532,0.865,0.8725,0.476269627368973,20129,0.0,0.0,True 2022-09-02 00:00:00+01:00,0.8650199890136719,0.8766999816894532,0.865,0.8725,0.476269627368973,56146,0.0,0.0,True 2022-09-05 00:00:00+01:00,0.8668000030517579,0.8766999816894532,0.8625,0.8725,0.476269627368973,124403,0.0,0.0,True 2022-09-06 00:00:00+01:00,0.8765499877929688,0.8765499877929688,0.8668199920654297,0.87,0.4749050569842476,12565,0.0,0.0,True 2022-09-07 00:00:00+01:00,0.86,0.88,0.855,0.865,0.472175628188965,69240,0.0,0.0,True 2022-09-08 00:00:00+01:00,0.845,0.8523999786376953,0.845,0.855,0.4742616802327557,57495,0.01375,0.0,True 2022-09-09 00:00:00+01:00,0.8530799865722657,0.865,0.8530799865722657,0.8625,0.4784218495892015,24050,0.0,0.0,True 2022-09-12 00:00:00+01:00,0.8597200012207031,0.8597200012207031,0.8519999694824218,0.86,0.4770351481470798,33572,0.0,0.0,True 2022-09-13 00:00:00+01:00,0.8573600006103516,0.8573600006103516,0.85,0.86,0.4770351481470798,66867,0.0,0.0,True 2022-09-14 00:00:00+01:00,0.855,0.8566000366210937,0.8503199768066406,0.8575,0.4756484467049583,20986,0.0,0.0,True 2022-09-15 00:00:00+01:00,0.85,0.8512000274658204,0.85,0.8575,0.4756484467049583,57000,0.0,0.0,True 2022-09-16 00:00:00+01:00,0.85,0.8566000366210937,0.85,0.8575,0.4756484467049583,9000,0.0,0.0,True 2022-09-20 00:00:00+01:00,0.8552500152587891,0.8552500152587891,0.85,0.8575,0.4756484467049583,47769,0.0,0.0,True 2022-09-21 00:00:00+01:00,0.845,0.855,0.845,0.85,0.47148817980339147,27960,0.0,0.0,True 2022-09-22 00:00:00+01:00,0.845,0.8469999694824218,0.84,0.8475,0.47010147836126975,152183,0.0,0.0,True 2022-09-23 00:00:00+01:00,0.85,0.85,0.8167900085449219,0.8325,0.46178104210325727,141171,0.0,0.0,True 2022-09-26 00:00:00+01:00,0.8287999725341797,0.8287999725341797,0.8164199829101563,0.8175,0.4534606708753255,8695,0.0,0.0,True 2022-09-27 00:00:00+01:00,0.8,0.8150000000000001,0.78,0.7875,0.43681996093450237,109140,0.0,0.0,True 2022-09-28 00:00:00+01:00,0.77,0.77,0.7291000366210938,0.7425,0.41185884725070715,164337,0.0,0.0,True 2022-09-29 00:00:00+01:00,0.735,0.745,0.735,0.7425,0.41185884725070715,128951,0.0,0.0,True 2022-09-30 00:00:00+01:00,0.75,0.755,0.745999984741211,0.7525000000000001,0.41740571804927445,106357,0.0,0.0,True 2022-10-03 00:00:00+01:00,0.7488999938964844,0.765,0.7488999938964844,0.755,0.41879245200643644,69572,0.0,0.0,True 2022-10-04 00:00:00+01:00,0.76,0.76,0.7579399871826172,0.76,0.4215658548906797,54521,0.0,0.0,True 2022-10-05 00:00:00+01:00,0.7509400177001954,0.765,0.7509400177001954,0.76,0.4215658548906797,62733,0.0,0.0,True 2022-10-06 00:00:00+01:00,0.765,0.765,0.7517099761962891,0.7575000000000001,0.42017918596359854,25354,0.0,0.0,True 2022-10-07 00:00:00+01:00,0.7632700347900391,0.7633499908447265,0.7501499938964844,0.7575000000000001,0.42017918596359854,9829,0.0,0.0,True 2022-10-10 00:00:00+01:00,0.75,0.76,0.7452700042724609,0.7525000000000001,0.41740571804927445,27509,0.0,0.0,True 2022-10-11 00:00:00+01:00,0.745,0.75,0.73,0.7375,0.4090853468213426,37234,0.0,0.0,True 2022-10-12 00:00:00+01:00,0.725,0.7441999816894531,0.725,0.735,0.40769861286418063,39443,0.0,0.0,True 2022-10-13 00:00:00+01:00,0.72,0.73,0.72,0.7325,0.4063118138769379,10161,0.0,0.0,True 2022-10-14 00:00:00+01:00,0.745,0.745,0.715,0.7275,0.4035385085378158,40409,0.0,0.0,True 2022-10-17 00:00:00+01:00,0.715,0.73,0.71,0.7275,0.4035385085378158,42879,0.0,0.0,True 2022-10-18 00:00:00+01:00,0.715,0.724800033569336,0.715,0.725,0.40215164452049224,3661,0.0,0.0,True 2022-10-19 00:00:00+01:00,0.7222499847412109,0.7222499847412109,0.7197899627685547,0.7225,0.40076497559341095,64558,0.0,0.0,True 2022-10-20 00:00:00+01:00,0.71,0.71,0.71,0.7225,0.40076497559341095,6590,0.0,0.0,True 2022-10-21 00:00:00+01:00,0.7225,0.7225,0.7225,0.7225,0.40076497559341095,0,0.0,0.0,True 2022-10-24 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.7225,0.40076497559341095,61227,0.0,0.0,True 2022-10-25 00:00:00+01:00,0.71,0.73,0.705,0.72,0.3993782091212085,14255,0.0,0.0,True 2022-10-26 00:00:00+01:00,0.73,0.735,0.7101999664306641,0.7225,0.40076497559341095,176850,0.0,0.0,True 2022-10-27 00:00:00+01:00,0.7277500152587891,0.7277500152587891,0.72,0.7275,0.4035385085378158,115000,0.0,0.0,True 2022-10-28 00:00:00+01:00,0.725,0.7325800323486328,0.7238999938964844,0.7275,0.4035385085378158,52500,0.0,0.0,True 2022-10-31 00:00:00+00:00,0.725,0.745,0.725,0.73,0.40492517746489703,260500,0.0,0.0,True 2022-11-01 00:00:00+00:00,0.7204499816894532,0.7204499816894532,0.71,0.72,0.3993782091212085,26785,0.0,0.0,True 2022-11-02 00:00:00+00:00,0.71,0.7105000305175782,0.71,0.7125,0.3952180397647629,21111,0.0,0.0,True 2022-11-03 00:00:00+00:00,0.71,0.725,0.7000000000000001,0.71,0.3938312732925605,47487,0.0,0.0,True 2022-11-04 00:00:00+00:00,0.7000000000000001,0.71,0.7000000000000001,0.705,0.39105787040831713,59113,0.0,0.0,True 2022-11-07 00:00:00+00:00,0.7112000274658203,0.715,0.7083100128173828,0.705,0.39105787040831713,26302,0.0,0.0,True 2022-11-08 00:00:00+00:00,0.7083300018310547,0.7083300018310547,0.7081800079345704,0.705,0.39105787040831713,20278,0.0,0.0,True 2022-11-09 00:00:00+00:00,0.715,1.044800033569336,0.6950199890136719,0.705,0.39105787040831713,104623,0.0,0.0,True 2022-11-10 00:00:00+00:00,0.715,0.725,0.7081999969482422,0.72,0.3993782091212085,4267,0.0,0.0,True 2022-11-11 00:00:00+00:00,0.715,0.7239600372314453,0.71,0.7175,0.397991507679087,108199,0.0,0.0,True 2022-11-14 00:00:00+00:00,0.71,0.72,0.6950000000000001,0.705,0.39105787040831713,65970,0.0,0.0,True 2022-11-15 00:00:00+00:00,0.7023500061035156,0.71,0.6954499816894532,0.705,0.39105787040831713,1910573,0.0,0.0,True 2022-11-16 00:00:00+00:00,0.7073999786376953,0.7073999786376953,0.70052001953125,0.71,0.3938312732925605,38249,0.0,0.0,True 2022-11-17 00:00:00+00:00,0.7123999786376953,0.7123999786376953,0.7123999786376953,0.71,0.3938312732925605,3509,0.0,0.0,True 2022-11-18 00:00:00+00:00,0.7055100250244141,0.715,0.7055100250244141,0.7125,0.3952180397647629,36854,0.0,0.0,True 2022-11-21 00:00:00+00:00,0.72,0.72,0.7073100280761719,0.7175,0.397991507679087,28160,0.0,0.0,True 2022-11-22 00:00:00+00:00,0.7227999877929687,0.7227999877929687,0.71,0.7125,0.3952180397647629,15800,0.0,0.0,True 2022-11-23 00:00:00+00:00,0.725,0.725,0.725,0.715,0.39660477372192493,2,0.0,0.0,True 2022-11-24 00:00:00+00:00,0.715,0.73,0.7059200286865235,0.72,0.3993782091212085,37073,0.0,0.0,True 2022-11-25 00:00:00+00:00,0.7268599700927735,0.7268599700927735,0.710999984741211,0.72,0.3993782091212085,59663,0.0,0.0,True 2022-11-28 00:00:00+00:00,0.725,0.725,0.705,0.7175,0.397991507679087,73129,0.0,0.0,True 2022-11-29 00:00:00+00:00,0.7219999694824218,0.73,0.71,0.72,0.3993782091212085,148947,0.0,0.0,True 2022-11-30 00:00:00+00:00,0.73,0.73,0.71125,0.73,0.40492517746489703,18638,0.0,0.0,True 2022-12-01 00:00:00+00:00,0.73,0.73,0.720009994506836,0.725,0.40215164452049224,8014,0.0,0.0,True 2022-12-02 00:00:00+00:00,0.725,0.78,0.7155799865722656,0.775,0.42988632366373264,176563,0.0,0.0,True 2022-12-05 00:00:00+00:00,0.79,0.835,0.7888300323486328,0.8175,0.4534606708753255,140759,0.0,0.0,True 2022-12-06 00:00:00+00:00,0.8150000000000001,0.875,0.8150000000000001,0.86,0.4770351481470798,170380,0.0,0.0,True 2022-12-07 00:00:00+00:00,0.87,0.875,0.845,0.8575,0.4756484467049583,100531,0.0,0.0,True 2022-12-08 00:00:00+00:00,0.8504000091552735,0.87,0.845,0.8525,0.4728749137605534,51351,0.0,0.0,True 2022-12-09 00:00:00+00:00,0.8452500152587891,0.8619599914550782,0.8452500152587891,0.8575,0.4756484467049583,141739,0.0,0.0,True 2022-12-12 00:00:00+00:00,0.85,0.8568000030517579,0.835,0.8425,0.4673280104469457,57249,0.0,0.0,True 2022-12-13 00:00:00+00:00,0.835,0.8525,0.8289600372314453,0.8325,0.46178104210325727,109625,0.0,0.0,True 2022-12-14 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.85,0.47148817980339147,9186,0.0,0.0,True 2022-12-15 00:00:00+00:00,0.8250000000000001,0.8298999786376954,0.805,0.8125,0.45809958919057064,85801,0.01375,0.0,True 2022-12-16 00:00:00+00:00,0.8,0.8150000000000001,0.8,0.8125,0.45809958919057064,47277,0.0,0.0,True 2022-12-19 00:00:00+00:00,0.8150000000000001,0.8250000000000001,0.8,0.8,0.4510519326888501,21228,0.0,0.0,True 2022-12-20 00:00:00+00:00,0.8,0.81,0.8,0.8,0.4510519326888501,24951,0.0,0.0,True 2022-12-21 00:00:00+00:00,0.7970999908447266,0.7971099853515625,0.7951000213623047,0.8,0.4510519326888501,196396,0.0,0.0,True 2022-12-22 00:00:00+00:00,0.795,0.805,0.79,0.7975,0.44964235512626094,17298,0.0,0.0,True 2022-12-23 00:00:00+00:00,0.7900199890136719,0.7962300109863282,0.7900199890136719,0.7975,0.44964235512626094,6822,0.0,0.0,True 2022-12-28 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7962100219726562,0.7975,0.44964235512626094,11229,0.0,0.0,True 2022-12-29 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7900199890136719,0.7975,0.44964235512626094,1834,0.0,0.0,True 2022-12-30 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7900199890136719,0.7975,0.44964235512626094,3630,0.0,0.0,True 2023-01-03 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.78,0.7975,0.44964235512626094,64023,0.0,0.0,True 2023-01-04 00:00:00+00:00,0.795,0.7961299896240235,0.7920500183105469,0.7975,0.44964235512626094,9487,0.0,0.0,True 2023-01-05 00:00:00+00:00,0.79,0.7931999969482422,0.785,0.795,0.4482328106081324,102314,0.0,0.0,True 2023-01-06 00:00:00+00:00,0.8,0.805,0.78,0.785,0.4425946986245401,72977,0.0,0.0,True 2023-01-09 00:00:00+00:00,0.8,0.8,0.795,0.7875,0.44400417705374706,11,0.0,0.0,True 2023-01-10 00:00:00+00:00,0.775,0.795,0.76,0.7625000000000001,0.4299088640503057,239972,0.0,0.0,True 2023-01-11 00:00:00+00:00,0.76,0.765,0.75,0.755,0.4256802304959203,89597,0.0,0.0,True 2023-01-12 00:00:00+00:00,0.75,0.765,0.74,0.75,0.42286114145966336,82880,0.0,0.0,True 2023-01-13 00:00:00+00:00,0.74,0.76,0.74,0.7475,0.42145166303045645,42188,0.0,0.0,True 2023-01-16 00:00:00+00:00,0.7446700286865234,0.76,0.7402799987792968,0.75,0.42286114145966336,122521,0.0,0.0,True 2023-01-17 00:00:00+00:00,0.745,0.7487200164794922,0.745,0.75,0.42286114145966336,3710,0.0,0.0,True 2023-01-18 00:00:00+00:00,0.74,0.755,0.7355300140380859,0.745,0.42004201937894575,37432,0.0,0.0,True 2023-01-19 00:00:00+00:00,0.75,0.755,0.7352799987792968,0.745,0.42004201937894575,34149,0.0,0.0,True 2023-01-20 00:00:00+00:00,0.735,0.75,0.715,0.7325,0.41299432983276424,209970,0.0,0.0,True 2023-01-23 00:00:00+00:00,0.735,0.74,0.7345999908447266,0.7325,0.41299432983276424,30025,0.0,0.0,True 2023-01-24 00:00:00+00:00,0.725,0.735,0.72,0.7275,0.4101753399298897,85262,0.0,0.0,True 2023-01-25 00:00:00+00:00,0.7325,0.745,0.72,0.7275,0.4101753399298897,33151,0.0,0.0,True 2023-01-26 00:00:00+00:00,0.73,0.73,0.71,0.72,0.40594670637550434,157351,0.0,0.0,True 2023-01-27 00:00:00+00:00,0.73,0.73,0.7104000091552735,0.72,0.40594670637550434,12651,0.0,0.0,True 2023-01-30 00:00:00+00:00,0.7055300140380859,0.73,0.705,0.7225,0.40735625089363275,130663,0.0,0.0,True 2023-01-31 00:00:00+00:00,0.72,0.73,0.72,0.7225,0.40735625089363275,20290,0.0,0.0,True 2023-02-01 00:00:00+00:00,0.72,0.74,0.71,0.7175,0.4045371288129151,54914,0.0,0.0,True 2023-02-02 00:00:00+00:00,0.725,0.73,0.71,0.71,0.40030852830299046,227926,0.0,0.0,True 2023-02-03 00:00:00+00:00,0.705,0.715,0.7049800109863281,0.7075,0.3988990498737836,84800,0.0,0.0,True 2023-02-06 00:00:00+00:00,0.7000000000000001,0.715,0.7000000000000001,0.7075,0.3988990498737836,107927,0.0,0.0,True 2023-02-07 00:00:00+00:00,0.72,0.72,0.699800033569336,0.7075,0.3988990498737836,60260,0.0,0.0,True 2023-02-08 00:00:00+00:00,0.705,0.705,0.6950000000000001,0.7075,0.3988990498737836,119539,0.0,0.0,True 2023-02-09 00:00:00+00:00,0.6950000000000001,0.715,0.685,0.685,0.38621318225508827,82440,0.0,0.0,True 2023-02-10 00:00:00+00:00,0.7000000000000001,0.7000000000000001,0.6859999847412109,0.6950000000000001,0.3918513603276021,143090,0.0,0.0,True 2023-02-13 00:00:00+00:00,0.705,0.705,0.6860199737548828,0.6950000000000001,0.3918513603276021,22598,0.0,0.0,True 2023-02-14 00:00:00+00:00,0.705,0.705,0.6765000152587891,0.6950000000000001,0.3918513603276021,171992,0.0,0.0,True 2023-02-15 00:00:00+00:00,0.6862799835205078,0.715,0.685,0.705,0.39748947231119436,181170,0.0,0.0,True 2023-02-16 00:00:00+00:00,0.715,0.715,0.685,0.705,0.39748947231119436,64438,0.0,0.0,True 2023-02-17 00:00:00+00:00,0.6915299987792969,0.7000000000000001,0.691510009765625,0.705,0.39748947231119436,67000,0.0,0.0,True 2023-02-20 00:00:00+00:00,0.6865499877929687,0.7000000000000001,0.6865499877929687,0.6975,0.3932608718012698,16104,0.0,0.0,True 2023-02-21 00:00:00+00:00,0.6869000244140625,0.7060800170898438,0.685,0.6975,0.3932608718012698,92018,0.0,0.0,True 2023-02-22 00:00:00+00:00,0.685,0.685,0.685,0.6975,0.3932608718012698,35000,0.0,0.0,True 2023-02-23 00:00:00+00:00,0.685,0.7072499847412109,0.685,0.6975,0.3932608718012698,20013,0.0,0.0,True 2023-02-24 00:00:00+00:00,0.705,0.715,0.675,0.7025,0.3960799277930659,27753,0.0,0.0,True 2023-02-27 00:00:00+00:00,0.715,0.715,0.685,0.7025,0.3960799277930659,44496,0.0,0.0,True 2023-02-28 00:00:00+00:00,0.7080000305175781,0.7080000305175781,0.6900000000000001,0.7025,0.3960799277930659,113948,0.0,0.0,True 2023-03-01 00:00:00+00:00,0.6900000000000001,0.704749984741211,0.6900000000000001,0.7025,0.3960799277930659,145725,0.0,0.0,True 2023-03-02 00:00:00+00:00,0.690530014038086,0.71,0.68,0.7000000000000001,0.39467041631939825,61772,0.0,0.0,True 2023-03-03 00:00:00+00:00,0.6970999908447266,0.705,0.6855400085449219,0.7000000000000001,0.39467041631939825,121964,0.0,0.0,True 2023-03-06 00:00:00+00:00,0.685,0.703489990234375,0.6807199859619141,0.6975,0.3932608718012698,23475,0.0,0.0,True 2023-03-07 00:00:00+00:00,0.68,0.705,0.68,0.6950000000000001,0.3918513603276021,71283,0.0,0.0,True 2023-03-08 00:00:00+00:00,0.71,0.71,0.68,0.6950000000000001,0.3918513603276021,1956,0.0,0.0,True 2023-03-09 00:00:00+00:00,0.71,0.71,0.6818599700927734,0.6950000000000001,0.3918513603276021,57587,0.0,0.0,True 2023-03-10 00:00:00+00:00,0.68,0.70822998046875,0.68,0.6950000000000001,0.3918513603276021,122500,0.0,0.0,True 2023-03-13 00:00:00+00:00,0.71,0.74,0.6900000000000001,0.715,0.4031276503837082,148592,0.0,0.0,True 2023-03-14 00:00:00+00:00,0.7264099884033203,0.74,0.7030000305175781,0.725,0.4087657623673004,45159,0.0,0.0,True 2023-03-15 00:00:00+00:00,0.7133000183105469,0.7322000122070312,0.7133000183105469,0.725,0.4087657623673004,16865,0.0,0.0,True 2023-03-16 00:00:00+00:00,0.7000000000000001,0.73,0.6900000000000001,0.715,0.4109207926296928,132537,0.01375,0.0,True 2023-03-17 00:00:00+00:00,0.7000000000000001,0.7180000305175781,0.6975800323486329,0.715,0.4109207926296928,61300,0.0,0.0,True 2023-03-20 00:00:00+00:00,0.7005999755859376,0.73,0.7005999755859376,0.7175,0.4123575830924591,15457,0.0,0.0,True 2023-03-21 00:00:00+00:00,0.725,0.725,0.725,0.71,0.4080472117041601,2945,0.0,0.0,True 2023-03-22 00:00:00+00:00,0.714800033569336,0.714800033569336,0.6997799682617187,0.6900000000000001,0.39655298903267294,16317,0.0,0.0,True 2023-03-23 00:00:00+00:00,0.6927999877929688,0.7000000000000001,0.675,0.6900000000000001,0.39655298903267294,134862,0.0,0.0,True 2023-03-24 00:00:00+00:00,0.6800199890136719,0.6950000000000001,0.68,0.685,0.39367940810714014,29681,0.0,0.0,True 2023-03-27 00:00:00+01:00,0.6750199890136719,0.6750199890136719,0.6750199890136719,0.685,0.39367940810714014,2000,0.0,0.0,True 2023-03-28 00:00:00+01:00,0.675,0.685,0.6402100372314453,0.65,0.37356437530529224,50588,0.0,0.0,True 2023-03-29 00:00:00+01:00,0.64,0.66,0.6202999877929688,0.635,0.3649436662055754,103482,0.0,0.0,True 2023-03-30 00:00:00+01:00,0.62,0.65,0.6150199890136719,0.625,0.35919653803139123,458003,0.0,0.0,True 2023-03-31 00:00:00+01:00,0.64,0.64,0.61,0.625,0.35919653803139123,151699,0.0,0.0,True 2023-04-03 00:00:00+01:00,0.615,0.64,0.61,0.625,0.35919653803139123,100798,0.0,0.0,True 2023-04-04 00:00:00+01:00,0.615999984741211,0.615999984741211,0.6078499984741211,0.625,0.35919653803139123,230487,0.0,0.0,True 2023-04-05 00:00:00+01:00,0.62,0.635,0.5899399948120118,0.605,0.3477022480061415,81189,0.0,0.0,True 2023-04-06 00:00:00+01:00,0.6129999923706054,0.6129999923706054,0.605,0.6175,0.3548861666430921,452003,0.0,0.0,True 2023-04-11 00:00:00+01:00,0.61,0.6123400115966797,0.605,0.6175,0.3548861666430921,242992,0.0,0.0,True 2023-04-12 00:00:00+01:00,0.61,0.63,0.6,0.615,0.3534493425034444,175252,0.0,0.0,True 2023-04-13 00:00:00+01:00,0.6081999969482422,0.63,0.6000199890136719,0.615,0.3534493425034444,337012,0.0,0.0,True 2023-04-14 00:00:00+01:00,0.61,0.63,0.6,0.615,0.3534493425034444,413264,0.0,0.0,True 2023-04-17 00:00:00+01:00,0.605,0.63,0.59,0.615,0.3534493425034444,909605,0.0,0.0,True 2023-04-18 00:00:00+01:00,0.605,0.63,0.6,0.615,0.3534493425034444,590782,0.0,0.0,True 2023-04-19 00:00:00+01:00,0.61,0.61,0.6,0.615,0.3534493425034444,76092,0.0,0.0,True 2023-04-20 00:00:00+01:00,0.63,0.63,0.6,0.615,0.3534493425034444,37563,0.0,0.0,True 2023-04-21 00:00:00+01:00,0.61,0.63,0.6,0.615,0.3534493425034444,88138,0.0,0.0,True 2023-04-24 00:00:00+01:00,0.6006000137329102,0.6043999862670899,0.595629997253418,0.615,0.3534493425034444,147667,0.0,0.0,True 2023-04-25 00:00:00+01:00,0.6,0.6029999923706055,0.6,0.615,0.3534493425034444,30355,0.0,0.0,True 2023-04-26 00:00:00+01:00,0.6047999954223633,0.610999984741211,0.587599983215332,0.615,0.3534493425034444,2967032,0.0,0.0,True 2023-04-27 00:00:00+01:00,0.6047999954223633,0.6047999954223633,0.6,0.615,0.3534493425034444,65526,0.0,0.0,True 2023-04-28 00:00:00+01:00,0.615,0.615,0.6,0.6075,0.3491390047920266,352692,0.0,0.0,True 2023-05-02 00:00:00+01:00,0.6,0.615,0.59,0.605,0.3477022480061415,155411,0.0,0.0,True 2023-05-03 00:00:00+01:00,0.5975,0.615,0.59125,0.605,0.3477022480061415,36328,0.0,0.0,True 2023-05-04 00:00:00+01:00,0.5975,0.5975,0.5928799819946289,0.6025,0.3462654575433752,72602,0.0,0.0,True 2023-05-05 00:00:00+01:00,0.615,0.615,0.6,0.61,0.35057582893167427,32907,0.0,0.0,True 2023-05-09 00:00:00+01:00,0.6040000152587891,0.615999984741211,0.5920000076293945,0.61,0.35057582893167427,127134,0.0,0.0,True 2023-05-10 00:00:00+01:00,0.6175,0.63,0.605,0.62,0.35632295710585843,91162,0.0,0.0,True 2023-05-11 00:00:00+01:00,0.64,0.64,0.6129999923706054,0.625,0.35919653803139123,150975,0.0,0.0,True 2023-05-12 00:00:00+01:00,0.64,0.64,0.615999984741211,0.6275000000000001,0.36063332849415763,137235,0.0,0.0,True 2023-05-15 00:00:00+01:00,0.6290000152587891,0.6290000152587891,0.6157799911499023,0.6275000000000001,0.36063332849415763,82115,0.0,0.0,True 2023-05-16 00:00:00+01:00,0.62,0.64,0.62,0.63,0.3620700516031613,303389,0.0,0.0,True 2023-05-17 00:00:00+01:00,0.632150001525879,0.632150001525879,0.625,0.6325000000000001,0.363506875742809,28655,0.0,0.0,True 2023-05-18 00:00:00+01:00,0.65,0.65,0.6225,0.635,0.3649436662055754,57177,0.0,0.0,True 2023-05-19 00:00:00+01:00,0.63,0.665,0.625,0.645,0.37069076070287826,179958,0.0,0.0,True 2023-05-22 00:00:00+01:00,0.6430000305175781,0.665,0.625,0.6475,0.37212761851940723,158714,0.0,0.0,True 2023-05-23 00:00:00+01:00,0.6381700134277344,0.6443499755859375,0.6353200149536133,0.6475,0.37212761851940723,54054,0.0,0.0,True 2023-05-24 00:00:00+01:00,0.6354999923706055,0.6425,0.6303499984741211,0.65,0.37356437530529224,235544,0.0,0.0,True 2023-05-25 00:00:00+01:00,0.6419999694824219,0.655,0.6348899841308594,0.645,0.37069076070287826,134823,0.0,0.0,True 2023-05-26 00:00:00+01:00,0.6456700134277343,0.665,0.64,0.65,0.37356437530529224,86748,0.0,0.0,True 2023-05-30 00:00:00+01:00,0.6401499938964844,0.6436599731445313,0.6397000122070312,0.65,0.37356437530529224,50285,0.0,0.0,True 2023-05-31 00:00:00+01:00,0.64,0.665,0.64,0.6525,0.37500113209117747,26753,0.0,0.0,True 2023-06-01 00:00:00+01:00,0.65,0.665,0.6370800018310547,0.6525,0.37500113209117747,31151,0.0,0.0,True 2023-06-02 00:00:00+01:00,0.6525,0.655,0.6524800109863281,0.655,0.37643795623082504,40996,0.0,0.0,True 2023-06-05 00:00:00+01:00,0.6512799835205079,0.66,0.64125,0.655,0.37643795623082504,242498,0.0,0.0,True 2023-06-06 00:00:00+01:00,0.6506500244140625,0.67,0.6506500244140625,0.6575,0.37787471301671016,105788,0.0,0.0,True 2023-06-07 00:00:00+01:00,0.6541000366210937,0.66,0.6526000213623047,0.6575,0.37787471301671016,54325,0.0,0.0,True 2023-06-08 00:00:00+01:00,0.66,0.67,0.6531999969482422,0.655,0.37643795623082504,43990,0.0,0.0,True 2023-06-09 00:00:00+01:00,0.64,0.68,0.64,0.6625,0.38074832761912425,145162,0.0,0.0,True 2023-06-12 00:00:00+01:00,0.6604000091552734,0.685,0.65,0.6675,0.38362187486777555,116828,0.0,0.0,True 2023-06-13 00:00:00+01:00,0.6780000305175782,0.685,0.6630000305175782,0.665,0.3821850844050092,59506,0.0,0.0,True 2023-06-14 00:00:00+01:00,0.6581999969482422,0.675,0.6515499877929688,0.6575,0.37787471301671016,30072,0.0,0.0,True 2023-06-15 00:00:00+01:00,0.67,0.67,0.645479965209961,0.655,0.37643795623082504,63611,0.0,0.0,True 2023-06-16 00:00:00+01:00,0.6669999694824219,0.675,0.6669999694824219,0.66,0.3793114698025953,5074,0.0,0.0,True 2023-06-19 00:00:00+01:00,0.665,0.6900000000000001,0.665,0.6775,0.38936907039572244,161710,0.0,0.0,True 2023-06-20 00:00:00+01:00,0.67,0.68,0.66,0.675,0.3879322462560747,216682,0.0,0.0,True 2023-06-21 00:00:00+01:00,0.675,0.6900000000000001,0.66,0.6825,0.39224261764437374,150869,0.0,0.0,True 2023-06-22 00:00:00+01:00,0.67,0.6900000000000001,0.64,0.68,0.39080582718160745,201540,0.0,0.0,True 2023-06-23 00:00:00+01:00,0.675,0.6900000000000001,0.64,0.68,0.39080582718160745,133382,0.0,0.0,True 2023-06-26 00:00:00+01:00,0.66,0.6900000000000001,0.66,0.675,0.3879322462560747,103761,0.0,0.0,True 2023-06-27 00:00:00+01:00,0.66,0.6900000000000001,0.66,0.675,0.3879322462560747,30186,0.0,0.0,True 2023-06-28 00:00:00+01:00,0.67,0.6900000000000001,0.6637500000000001,0.685,0.39367940810714014,700319,0.0,0.0,True 2023-06-29 00:00:00+01:00,0.665,0.675,0.645,0.655,0.38414643744370197,18394,0.01375,0.0,True 2023-06-30 00:00:00+01:00,0.65,0.68,0.635,0.665,0.3900112431078719,148965,0.0,0.0,True 2023-07-03 00:00:00+01:00,0.66,0.67,0.65,0.665,0.3900112431078719,135586,0.0,0.0,True 2023-07-04 00:00:00+01:00,0.65,0.6682700347900391,0.65,0.6575,0.38561263026984466,57088,0.0,0.0,True 2023-07-05 00:00:00+01:00,0.6583999633789063,0.67,0.65,0.655,0.38414643744370197,306985,0.0,0.0,True 2023-07-06 00:00:00+01:00,0.65,0.665,0.65,0.655,0.38414643744370197,66894,0.0,0.0,True 2023-07-07 00:00:00+01:00,0.66,0.68,0.66,0.6725,0.394409924665098,95896,0.0,0.0,True 2023-07-10 00:00:00+01:00,0.67,0.68,0.6480000305175782,0.6575,0.38561263026984466,219017,0.0,0.0,True 2023-07-11 00:00:00+01:00,0.65,0.665,0.65,0.6575,0.38561263026984466,57209,0.0,0.0,True 2023-07-12 00:00:00+01:00,0.65,0.67,0.65,0.66,0.3870788574555867,42248,0.0,0.0,True 2023-07-13 00:00:00+01:00,0.655,0.68,0.6533000183105468,0.6675,0.39147740157441513,10284,0.0,0.0,True 2023-07-14 00:00:00+01:00,0.65,0.6698000335693359,0.65,0.665,0.3900112431078719,50535,0.0,0.0,True 2023-07-17 00:00:00+01:00,0.65,0.68,0.65,0.665,0.3900112431078719,18315,0.0,0.0,True 2023-07-18 00:00:00+01:00,0.655,0.68,0.6515000152587891,0.665,0.3900112431078719,318652,0.0,0.0,True 2023-07-19 00:00:00+01:00,0.68,0.68625,0.6631400299072265,0.675,0.39587608313164124,66847,0.0,0.0,True 2023-07-20 00:00:00+01:00,0.685,0.7000000000000001,0.68,0.68,0.39880850314352595,172890,0.0,0.0,True 2023-07-21 00:00:00+01:00,0.685,0.705,0.685,0.6975,0.409071990364922,24157,0.0,0.0,True 2023-07-24 00:00:00+01:00,0.685,0.71,0.685,0.6975,0.409071990364922,68054,0.0,0.0,True 2023-07-25 00:00:00+01:00,0.68,0.7005000305175781,0.66,0.6900000000000001,0.40467330880769586,28074,0.0,0.0,True 2023-07-26 00:00:00+01:00,0.68,0.71,0.675,0.6950000000000001,0.4076057631791799,67188,0.0,0.0,True 2023-07-27 00:00:00+01:00,0.675,0.6881999969482422,0.675,0.6925,0.4061395703530373,9101,0.0,0.0,True 2023-07-28 00:00:00+01:00,0.675,0.705,0.675,0.6925,0.4061395703530373,4390,0.0,0.0,True 2023-07-31 00:00:00+01:00,0.68,0.71,0.68,0.6950000000000001,0.4076057631791799,32055,0.0,0.0,True 2023-08-01 00:00:00+01:00,0.68,0.705,0.68,0.6900000000000001,0.40467330880769586,25949,0.0,0.0,True 2023-08-02 00:00:00+01:00,0.68,0.71,0.675,0.68,0.39880850314352595,37895,0.0,0.0,True 2023-08-03 00:00:00+01:00,0.675,0.71,0.67,0.67,0.3929437318389555,76873,0.0,0.0,True 2023-08-04 00:00:00+01:00,0.675,0.71,0.67,0.67,0.3929437318389555,18699,0.0,0.0,True 2023-08-07 00:00:00+01:00,0.67,0.71,0.66,0.6900000000000001,0.40467330880769586,72565,0.0,0.0,True 2023-08-08 00:00:00+01:00,0.67,0.71,0.66,0.685,0.40174095751501,13906,0.0,0.0,True 2023-08-09 00:00:00+01:00,0.67,0.7000000000000001,0.64,0.67,0.3929437318389555,66280,0.0,0.0,True 2023-08-10 00:00:00+01:00,0.65,0.6900000000000001,0.62,0.6525,0.38268021025796,579289,0.0,0.0,True 2023-08-11 00:00:00+01:00,0.64,0.665,0.64,0.6525,0.38268021025796,38863,0.0,0.0,True 2023-08-14 00:00:00+01:00,0.64,0.66,0.64,0.65,0.3812140174318174,46571,0.0,0.0,True 2023-08-15 00:00:00+01:00,0.635,0.66,0.625,0.6325000000000001,0.37095059892962007,37767,0.0,0.0,True 2023-08-16 00:00:00+01:00,0.625,0.64,0.605,0.6275000000000001,0.368018144558136,20371,0.0,0.0,True 2023-08-17 00:00:00+01:00,0.61,0.61,0.5650000000000001,0.5875,0.3445588188226581,378746,0.0,0.0,True 2023-08-18 00:00:00+01:00,0.59,0.59375,0.5757799911499023,0.5925,0.34749123883454275,124659,0.0,0.0,True 2023-08-21 00:00:00+01:00,0.5864300155639649,0.5931700134277343,0.585,0.5925,0.34749123883454275,51995,0.0,0.0,True 2023-08-22 00:00:00+01:00,0.5831399917602539,0.6,0.58,0.59,0.3460250460084001,42011,0.0,0.0,True 2023-08-23 00:00:00+01:00,0.6,0.6,0.590880012512207,0.59,0.3460250460084001,286698,0.0,0.0,True 2023-08-24 00:00:00+01:00,0.6,0.6,0.5739899826049805,0.5875,0.3445588188226581,33641,0.0,0.0,True 2023-08-25 00:00:00+01:00,0.6,0.6046099853515625,0.574129981994629,0.585,0.34309262599651547,32575,0.0,0.0,True 2023-08-29 00:00:00+01:00,0.6,0.61,0.5944300079345703,0.5875,0.3445588188226581,61196,0.0,0.0,True 2023-08-30 00:00:00+01:00,0.6,0.61,0.5750000000000001,0.59,0.3460250460084001,93191,0.0,0.0,True 2023-08-31 00:00:00+01:00,0.605,0.615,0.58,0.5975,0.35042369320602684,275257,0.0,0.0,True 2023-09-01 00:00:00+01:00,0.615,0.64,0.6,0.62,0.36361949736050925,104628,0.0,0.0,True 2023-09-04 00:00:00+01:00,0.635,0.675,0.635,0.655,0.38414643744370197,107175,0.0,0.0,True 2023-09-05 00:00:00+01:00,0.615,0.68,0.615,0.615,0.36068711170822404,73702,0.0,0.0,True 2023-09-06 00:00:00+01:00,0.6436000061035156,0.65,0.61,0.63,0.3694843717438781,367478,0.0,0.0,True 2023-09-07 00:00:00+01:00,0.615,0.65,0.61,0.61,0.3577547260559388,43729,0.0,0.0,True 2023-09-08 00:00:00+01:00,0.645,0.65,0.61,0.63,0.3694843717438781,100766,0.0,0.0,True 2023-09-11 00:00:00+01:00,0.63,0.65,0.61,0.625,0.3665519517319933,52085,0.0,0.0,True 2023-09-12 00:00:00+01:00,0.6352000045776367,0.65,0.61,0.63,0.3694843717438781,87094,0.0,0.0,True 2023-09-13 00:00:00+01:00,0.615,0.645,0.615,0.62,0.36361949736050925,26346,0.0,0.0,True 2023-09-14 00:00:00+01:00,0.62,0.65,0.600999984741211,0.6225,0.37336814902479093,48854,0.01375,0.0,True 2023-09-15 00:00:00+01:00,0.64,0.66,0.62,0.64,0.38386446706153976,75282,0.0,0.0,True 2023-09-18 00:00:00+01:00,0.6204000091552735,0.6205599975585938,0.6204000091552735,0.64,0.38386446706153976,18450,0.0,0.0,True 2023-09-19 00:00:00+01:00,0.62,0.66,0.62,0.64,0.38386446706153976,40906,0.0,0.0,True 2023-09-20 00:00:00+01:00,0.6358700180053711,0.655,0.625,0.6425,0.3853639410667897,96430,0.0,0.0,True 2023-09-21 00:00:00+01:00,0.63,0.665,0.625,0.645,0.3868634150720395,11241,0.0,0.0,True 2023-09-22 00:00:00+01:00,0.625,0.665,0.61,0.64,0.38386446706153976,67013,0.0,0.0,True 2023-09-25 00:00:00+01:00,0.63,0.66,0.62,0.63,0.37786657104054044,24937,0.0,0.0,True 2023-09-26 00:00:00+01:00,0.65,0.685,0.63,0.65,0.38986236308253913,44118,0.0,0.0,True 2023-09-27 00:00:00+01:00,0.665,0.67,0.63,0.63,0.37786657104054044,27661,0.0,0.0,True 2023-09-28 00:00:00+01:00,0.63,0.655,0.6270000076293946,0.63,0.37786657104054044,155574,0.0,0.0,True 2023-09-29 00:00:00+01:00,0.63,0.67,0.605,0.615,0.3688697621403382,131937,0.0,0.0,True 2023-10-02 00:00:00+01:00,0.6243299865722657,0.630999984741211,0.6243299865722657,0.6225,0.37336814902479093,3878,0.0,0.0,True 2023-10-03 00:00:00+01:00,0.615,0.630999984741211,0.59,0.6125,0.3673702881350883,22783,0.0,0.0,True 2023-10-04 00:00:00+01:00,0.595,0.62,0.58,0.58,0.3478771611981373,149484,0.0,0.0,True 2023-10-05 00:00:00+01:00,0.61,0.6,0.58,0.58,0.3478771611981373,40234,0.0,0.0,True 2023-10-06 00:00:00+01:00,0.5920000076293945,0.62,0.58,0.6,0.35987291810883915,64721,0.0,0.0,True 2023-10-09 00:00:00+01:00,0.58,0.6,0.5630799865722657,0.5825,0.34937667033468367,38821,0.0,0.0,True 2023-10-10 00:00:00+01:00,0.5650000000000001,0.605,0.56,0.5750000000000001,0.3448782834502309,787604,0.0,0.0,True 2023-10-11 00:00:00+01:00,0.6,0.6,0.56,0.5775,0.3463776871928874,396202,0.0,0.0,True 2023-10-12 00:00:00+01:00,0.5700000000000001,0.6,0.56,0.5700000000000001,0.3418792300458412,58902,0.0,0.0,True 2023-10-13 00:00:00+01:00,0.56,0.6,0.56,0.58,0.3478771611981373,62760,0.0,0.0,True 2023-10-16 00:00:00+01:00,0.56,0.5872000122070312,0.51,0.535,0.3208866642349369,804629,0.0,0.0,True 2023-10-17 00:00:00+01:00,0.55,0.58,0.52,0.555,0.3328824562769357,192854,0.0,0.0,True 2023-10-18 00:00:00+01:00,0.5750000000000001,0.595,0.535,0.5700000000000001,0.3418792300458412,133577,0.0,0.0,True 2023-10-19 00:00:00+01:00,0.545,0.595,0.535,0.545,0.3268845953872329,59492,0.0,0.0,True 2023-10-20 00:00:00+01:00,0.535,0.5445000076293945,0.5325,0.5625,0.3373808782926851,138000,0.0,0.0,True 2023-10-23 00:00:00+01:00,0.539000015258789,0.5750000000000001,0.525,0.55,0.3298835433977326,9624,0.0,0.0,True 2023-10-24 00:00:00+01:00,0.5381999969482422,0.5381999969482422,0.5381999969482422,0.555,0.3328824562769357,16791,0.0,0.0,True 2023-10-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.525,0.555,0.3328824562769357,34498,0.0,0.0,True 2023-10-26 00:00:00+01:00,0.535,0.535,0.53,0.5525,0.33138301740298237,31165,0.0,0.0,True 2023-10-27 00:00:00+01:00,0.5331499862670899,0.5331499862670899,0.5331499862670899,0.5525,0.33138301740298237,36990,0.0,0.0,True 2023-10-30 00:00:00+00:00,0.555,0.5750000000000001,0.5236999893188476,0.5575,0.3343819302821854,1242541,0.0,0.0,True 2023-10-31 00:00:00+00:00,0.54,0.595,0.525,0.55,0.3298835433977326,283853,0.0,0.0,True 2023-11-01 00:00:00+00:00,0.545,0.5650000000000001,0.52,0.53,0.31788775135573394,566418,0.0,0.0,True 2023-11-02 00:00:00+00:00,0.54,0.5436000061035157,0.53,0.535,0.3208866642349369,108171,0.0,0.0,True 2023-11-03 00:00:00+00:00,0.55,0.55,0.51,0.53,0.31788775135573394,331841,0.0,0.0,True 2023-11-06 00:00:00+00:00,0.53,0.585,0.51,0.53,0.31788775135573394,390173,0.0,0.0,True 2023-11-07 00:00:00+00:00,0.53,0.56,0.51,0.55,0.3298835433977326,214420,0.0,0.0,True 2023-11-08 00:00:00+00:00,0.5700000000000001,0.58,0.51,0.5375,0.32238617337148345,237162,0.0,0.0,True 2023-11-09 00:00:00+00:00,0.54,0.58,0.51,0.54,0.3238856473767333,200385,0.0,0.0,True 2023-11-10 00:00:00+00:00,0.5359999847412109,0.545,0.52,0.53,0.31788775135573394,121979,0.0,0.0,True 2023-11-13 00:00:00+00:00,0.54,0.55,0.52,0.54,0.3238856473767333,389388,0.0,0.0,True 2023-11-14 00:00:00+00:00,0.56,0.56,0.52,0.5425,0.3253851213819831,609850,0.0,0.0,True 2023-11-15 00:00:00+00:00,0.555,0.58,0.52,0.555,0.3328824562769357,490104,0.0,0.0,True 2023-11-16 00:00:00+00:00,0.595,0.6,0.55,0.5700000000000001,0.3418792300458412,93794,0.0,0.0,True 2023-11-17 00:00:00+00:00,0.5650000000000001,0.6,0.56,0.58,0.3478771611981373,140066,0.0,0.0,True 2023-11-20 00:00:00+00:00,0.6,0.6,0.56,0.58,0.3478771611981373,320620,0.0,0.0,True 2023-11-21 00:00:00+00:00,0.595,0.595,0.56,0.5750000000000001,0.3448782834502309,139340,0.0,0.0,True 2023-11-22 00:00:00+00:00,0.5725,0.5858000183105468,0.5725,0.5725,0.3433787391823877,55986,0.0,0.0,True 2023-11-23 00:00:00+00:00,0.5725699996948242,0.59,0.555,0.5725,0.3433787391823877,330335,0.0,0.0,True 2023-11-24 00:00:00+00:00,0.59,0.59,0.555,0.5725,0.3433787391823877,154362,0.0,0.0,True 2023-11-27 00:00:00+00:00,0.5734000015258789,0.5734000015258789,0.5729700088500976,0.5725,0.3433787391823877,48455,0.0,0.0,True 2023-11-28 00:00:00+00:00,0.5628300094604493,0.5700000000000001,0.5550199890136719,0.5700000000000001,0.3418792300458412,84308,0.0,0.0,True 2023-11-29 00:00:00+00:00,0.585,0.585,0.56,0.5725,0.3433787391823877,72614,0.0,0.0,True 2023-11-30 00:00:00+00:00,0.5454999923706055,0.5750000000000001,0.5454800033569336,0.5650000000000001,0.3388803522979349,40294,0.0,0.0,True 2023-12-01 00:00:00+00:00,0.5750000000000001,0.585,0.5548300170898438,0.5700000000000001,0.3418792300458412,109607,0.0,0.0,True 2023-12-04 00:00:00+00:00,0.56,0.585,0.5397900009155273,0.5525,0.33138301740298237,197717,0.0,0.0,True 2023-12-05 00:00:00+00:00,0.54625,0.58,0.51,0.55,0.3298835433977326,128028,0.0,0.0,True 2023-12-06 00:00:00+00:00,0.58,0.58,0.53,0.5625,0.3373808782926851,82495,0.0,0.0,True 2023-12-07 00:00:00+00:00,0.5525,0.58,0.5524399948120118,0.5750000000000001,0.3448782834502309,54474,0.0,0.0,True 2023-12-08 00:00:00+00:00,0.5700000000000001,0.58,0.555,0.5675,0.34037982630318475,74689,0.0,0.0,True 2023-12-11 00:00:00+00:00,0.58,0.58,0.55,0.5750000000000001,0.3448782834502309,101375,0.0,0.0,True 2023-12-12 00:00:00+00:00,0.590999984741211,0.5945000076293946,0.5578499984741211,0.5750000000000001,0.3448782834502309,94888,0.0,0.0,True 2023-12-13 00:00:00+00:00,0.66,0.75,0.63,0.64,0.38386446706153976,1502469,0.0,0.0,True 2023-12-14 00:00:00+00:00,0.65,0.6923999786376953,0.63,0.66,0.3958602239722418,1203852,0.0,0.0,True 2023-12-15 00:00:00+00:00,0.665,0.6900000000000001,0.635,0.6725,0.40335759399849097,707751,0.0,0.0,True 2023-12-18 00:00:00+00:00,0.685,0.685,0.63,0.6525,0.391361837087789,450736,0.0,0.0,True 2023-12-19 00:00:00+00:00,0.67,0.685,0.65,0.675,0.40485706800374077,359770,0.0,0.0,True 2023-12-20 00:00:00+00:00,0.685,0.685,0.67,0.6775,0.40635654200899063,211670,0.0,0.0,True 2023-12-21 00:00:00+00:00,0.67,0.685,0.64,0.655,0.40100016095045465,415255,0.01375,0.0,True 2023-12-22 00:00:00+00:00,0.66,0.66,0.645,0.655,0.40100016095045465,122057,0.0,0.0,True 2023-12-27 00:00:00+00:00,0.6597699737548828,0.6597699737548828,0.642509994506836,0.65,0.3979390600939117,180039,0.0,0.0,True 2023-12-28 00:00:00+00:00,0.65,0.6597699737548828,0.642509994506836,0.6525,0.3994695746703542,119959,0.0,0.0,True 2023-12-29 00:00:00+00:00,0.66,0.7000000000000001,0.635,0.66,0.4040611901033397,153981,0.0,0.0,True 2024-01-02 00:00:00+00:00,0.685,0.72,0.64,0.675,0.41324442096931063,361509,0.0,0.0,True 2024-01-03 00:00:00+00:00,0.685,0.71,0.66,0.6825,0.4178360364022961,286050,0.0,0.0,True 2024-01-04 00:00:00+00:00,0.6808999633789062,0.6900000000000001,0.65,0.6775,0.4147749713975821,63840,0.0,0.0,True 2024-01-05 00:00:00+00:00,0.6777999877929688,0.6777999877929688,0.6709999847412109,0.675,0.41324442096931063,58090,0.0,0.0,True 2024-01-08 00:00:00+00:00,0.665,0.6739399719238282,0.6533000183105468,0.6725,0.4117138705410392,120389,0.0,0.0,True 2024-01-09 00:00:00+00:00,0.6675,0.6676000213623047,0.6676000213623047,0.675,0.41324442096931063,111438,0.0,0.0,True 2024-01-10 00:00:00+00:00,0.6763999938964844,0.6900000000000001,0.655,0.68,0.4163054501221958,31967,0.0,0.0,True 2024-01-11 00:00:00+00:00,0.67,0.7000000000000001,0.6625,0.68,0.4163054501221958,58226,0.0,0.0,True 2024-01-12 00:00:00+00:00,0.6900000000000001,0.6900000000000001,0.66,0.675,0.41324442096931063,48019,0.0,0.0,True 2024-01-15 00:00:00+00:00,0.669000015258789,0.669000015258789,0.6630000305175782,0.675,0.41324442096931063,49462,0.0,0.0,True 2024-01-16 00:00:00+00:00,0.675,0.725,0.6644599914550782,0.6975,0.4270192314164381,235182,0.0,0.0,True 2024-01-17 00:00:00+00:00,0.6711000061035156,0.71,0.665,0.6875,0.42089706555518125,4792,0.0,0.0,True 2024-01-18 00:00:00+00:00,0.6819999694824219,0.6859999847412109,0.666989974975586,0.6775,0.4147749713975821,25351,0.0,0.0,True 2024-01-19 00:00:00+00:00,0.665,0.66572998046875,0.665,0.6875,0.42089706555518125,24696,0.0,0.0,True 2024-01-22 00:00:00+00:00,0.67,0.71,0.6604000091552734,0.6900000000000001,0.4224276159834527,23119,0.0,0.0,True 2024-01-23 00:00:00+00:00,0.705,0.71,0.665,0.68,0.4163054501221958,22499,0.0,0.0,True 2024-01-24 00:00:00+00:00,0.6880000305175782,0.71,0.675,0.6950000000000001,0.42548871683999556,28741,0.0,0.0,True 2024-01-25 00:00:00+00:00,0.675,0.71,0.675,0.6725,0.4117138705410392,50665,0.0,0.0,True 2024-01-26 00:00:00+00:00,0.665,0.6900000000000001,0.64,0.665,0.4071222551080538,4394,0.0,0.0,True 2024-01-29 00:00:00+00:00,0.63,0.67,0.6131600189208984,0.6175,0.37804211963735623,287118,0.0,0.0,True 2024-01-30 00:00:00+00:00,0.62,0.645,0.6123799896240234,0.63,0.3856948000750557,152632,0.0,0.0,True 2024-01-31 00:00:00+00:00,0.63,0.63,0.615,0.6325000000000001,0.38722535050332724,70345,0.0,0.0,True 2024-02-01 00:00:00+00:00,0.62,0.62,0.6146099853515625,0.6175,0.37804211963735623,57066,0.0,0.0,True 2024-02-02 00:00:00+00:00,0.61,0.62,0.569630012512207,0.5975,0.36579782376667136,442360,0.0,0.0,True 2024-02-05 00:00:00+00:00,0.5750000000000001,0.61,0.525,0.5700000000000001,0.3489619483148299,944448,0.0,0.0,True 2024-02-06 00:00:00+00:00,0.58,0.595,0.55,0.5750000000000001,0.352022977467715,68747,0.0,0.0,True 2024-02-07 00:00:00+00:00,0.58,0.58,0.55,0.5700000000000001,0.3489619483148299,250230,0.0,0.0,True 2024-02-08 00:00:00+00:00,0.55,0.58,0.53,0.5575,0.34130930372895935,139923,0.0,0.0,True 2024-02-09 00:00:00+00:00,0.58,0.63,0.5572000122070313,0.6225,0.38110318464207027,701326,0.0,0.0,True 2024-02-12 00:00:00+00:00,0.625,0.6736000061035157,0.6,0.66,0.4040611901033397,669752,0.0,0.0,True 2024-02-13 00:00:00+00:00,0.655,0.6879399871826172,0.6425,0.6575,0.4025306396750683,401964,0.0,0.0,True 2024-02-14 00:00:00+00:00,0.67,0.6940000152587891,0.6611499786376953,0.685,0.41936655097873865,253829,0.0,0.0,True 2024-02-15 00:00:00+00:00,0.67,0.7000000000000001,0.66,0.68,0.4163054501221958,229074,0.0,0.0,True 2024-02-16 00:00:00+00:00,0.68,0.7000000000000001,0.67,0.6775,0.4147749713975821,269207,0.0,0.0,True 2024-02-19 00:00:00+00:00,0.68,0.71,0.67,0.685,0.41936655097873865,166587,0.0,0.0,True 2024-02-20 00:00:00+00:00,0.66,0.6940000152587891,0.66,0.675,0.41324442096931063,191808,0.0,0.0,True 2024-02-21 00:00:00+00:00,0.705,0.705,0.655,0.6825,0.4178360364022961,121902,0.0,0.0,True 2024-02-22 00:00:00+00:00,0.705,0.705,0.655,0.6725,0.4117138705410392,104485,0.0,0.0,True 2024-02-23 00:00:00+00:00,0.6840000152587891,0.6840000152587891,0.655,0.6725,0.4117138705410392,150470,0.0,0.0,True 2024-02-26 00:00:00+00:00,0.6680000305175782,0.683499984741211,0.6680000305175782,0.68,0.4163054501221958,125830,0.0,0.0,True 2024-02-27 00:00:00+00:00,0.6900000000000001,0.705,0.655,0.68,0.4163054501221958,149705,0.0,0.0,True 2024-02-28 00:00:00+00:00,0.6819999694824219,0.6819999694824219,0.6630000305175782,0.6775,0.4147749713975821,55839,0.0,0.0,True 2024-02-29 00:00:00+00:00,0.6817500305175781,0.6817500305175781,0.6594999694824218,0.6675,0.40865280553632516,34166,0.0,0.0,True 2024-03-01 00:00:00+00:00,0.6628500366210938,0.6809999847412109,0.6619999694824219,0.68,0.4163054501221958,16543,0.0,0.0,True 2024-03-04 00:00:00+00:00,0.6619999694824219,0.675,0.6575,0.68,0.4163054501221958,87754,0.0,0.0,True 2024-03-05 00:00:00+00:00,0.6900000000000001,0.6950000000000001,0.635,0.66,0.4040611901033397,237774,0.0,0.0,True 2024-03-06 00:00:00+00:00,0.645,0.65,0.635,0.6525,0.3994695746703542,240696,0.0,0.0,True 2024-03-07 00:00:00+00:00,0.640790023803711,0.65,0.635,0.6575,0.4025306396750683,110999,0.0,0.0,True 2024-03-08 00:00:00+00:00,0.64,0.644000015258789,0.635,0.6575,0.4025306396750683,140527,0.0,0.0,True 2024-03-11 00:00:00+00:00,0.64,0.68,0.61,0.645,0.39487799508919774,113860,0.0,0.0,True 2024-03-12 00:00:00+00:00,0.64,0.67,0.62,0.64,0.39181693008448376,315717,0.0,0.0,True 2024-03-13 00:00:00+00:00,0.61,0.654000015258789,0.61,0.645,0.39487799508919774,292627,0.0,0.0,True 2024-03-14 00:00:00+00:00,0.68,0.68,0.625,0.655,0.40100016095045465,138921,0.0,0.0,True 2024-03-15 00:00:00+00:00,0.67,0.68,0.610999984741211,0.645,0.39487799508919774,105925,0.0,0.0,True 2024-03-18 00:00:00+00:00,0.6375000000000001,0.67,0.6173899841308594,0.635,0.3887558650797698,126148,0.0,0.0,True 2024-03-19 00:00:00+00:00,0.6215000152587891,0.635,0.62,0.635,0.3887558650797698,28666,0.0,0.0,True 2024-03-20 00:00:00+00:00,0.6346799850463868,0.6451999664306641,0.615,0.6275000000000001,0.3841642496467843,73556,0.0,0.0,True 2024-03-21 00:00:00+00:00,0.63,0.65,0.6195000076293945,0.64,0.4005944982861856,88394,0.01375,0.0,True 2024-03-22 00:00:00+00:00,0.65,0.66,0.632249984741211,0.665,0.4162427495059259,91630,0.0,0.0,True 2024-03-25 00:00:00+00:00,0.6544999694824218,0.6805000305175781,0.6530500030517579,0.6625,0.4146779243839519,137030,0.0,0.0,True 2024-03-26 00:00:00+00:00,0.67,0.67,0.64,0.665,0.4162427495059259,21395,0.0,0.0,True 2024-03-27 00:00:00+00:00,0.65,0.67,0.6459999847412109,0.665,0.4162427495059259,213526,0.0,0.0,True 2024-03-28 00:00:00+00:00,0.685,0.735,0.64,0.685,0.42876127718780144,472654,0.0,0.0,True 2024-04-02 00:00:00+01:00,0.6735900115966797,0.7080000305175781,0.67,0.6890000152587891,0.4312650340299183,76092,0.0,0.0,True 2024-04-03 00:00:00+01:00,0.67,0.7080000305175781,0.6659999847412109,0.68,0.4256316635908118,70721,0.0,0.0,True 2024-04-04 00:00:00+01:00,0.68,0.71,0.67,0.675,0.42250204999382207,146156,0.0,0.0,True 2024-04-05 00:00:00+01:00,0.68,0.71,0.67,0.6900000000000001,0.4318909640787079,19711,0.0,0.0,True 2024-04-08 00:00:00+01:00,0.68,0.73,0.67,0.68,0.4256316635908118,57859,0.0,0.0,True 2024-04-09 00:00:00+01:00,0.68,0.6862000274658203,0.65,0.6790000152587891,0.4250056968950638,310453,0.0,0.0,True 2024-04-10 00:00:00+01:00,0.67,0.6919999694824219,0.664000015258789,0.6780000305175782,0.42437984014019087,119734,0.0,0.0,True 2024-04-11 00:00:00+01:00,0.66,0.6900000000000001,0.6419999694824219,0.67,0.41937236310291565,153914,0.0,0.0,True 2024-04-12 00:00:00+01:00,0.6638600158691407,0.665,0.6473500061035157,0.6709999847412109,0.4199982931517052,193849,0.0,0.0,True 2024-04-15 00:00:00+01:00,0.6425,0.658499984741211,0.6425,0.6669999694824219,0.41749457295654674,41687,0.0,0.0,True 2024-04-16 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6419999694824219,0.6669999694824219,0.41749457295654674,62860,0.0,0.0,True 2024-04-17 00:00:00+01:00,0.6475,0.6919999694824219,0.6383700180053711,0.6669999694824219,0.41749457295654674,39294,0.0,0.0,True 2024-04-18 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6475,0.6669999694824219,0.41749457295654674,4573,0.0,0.0,True 2024-04-19 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6565000152587891,0.6669999694824219,0.41749457295654674,9109,0.0,0.0,True 2024-04-22 00:00:00+01:00,0.6569999694824219,0.7000000000000001,0.654000015258789,0.68,0.4256316635908118,157395,0.0,0.0,True 2024-04-23 00:00:00+01:00,0.664000015258789,0.6959999847412109,0.6559999847412109,0.6759999847412109,0.42312790674869494,1338430,0.0,0.0,True 2024-04-24 00:00:00+01:00,0.66,0.6776000213623047,0.6594000244140625,0.6759999847412109,0.42312790674869494,51299,0.0,0.0,True 2024-04-25 00:00:00+01:00,0.6699900054931641,0.6699900054931641,0.6559999847412109,0.6759999847412109,0.42312790674869494,99131,0.0,0.0,True 2024-04-26 00:00:00+01:00,0.6730000305175782,0.6730000305175782,0.6559999847412109,0.6759999847412109,0.42312790674869494,231770,0.0,0.0,True 2024-04-29 00:00:00+01:00,0.6559999847412109,0.7000000000000001,0.6504000091552734,0.67,0.41937236310291565,84814,0.0,0.0,True 2024-04-30 00:00:00+01:00,0.654000015258789,0.6900000000000001,0.625999984741211,0.6580000305175782,0.41186120251744024,94913,0.0,0.0,True 2024-05-01 00:00:00+01:00,0.64,0.6780000305175782,0.6379999923706055,0.6580000305175782,0.41186120251744024,77992,0.0,0.0,True 2024-05-02 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6400399780273438,0.6580000305175782,0.41186120251744024,22405,0.0,0.0,True 2024-05-03 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6404199981689453,0.6580000305175782,0.41186120251744024,23828,0.0,0.0,True 2024-05-07 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6379999923706055,0.6580000305175782,0.41186120251744024,210436,0.0,0.0,True 2024-05-08 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6379999923706055,0.6580000305175782,0.41186120251744024,112599,0.0,0.0,True 2024-05-09 00:00:00+01:00,0.67,0.67,0.6379999923706055,0.6580000305175782,0.41186120251744024,131700,0.0,0.0,True 2024-05-10 00:00:00+01:00,0.6476000213623047,0.6476000213623047,0.6379999923706055,0.6580000305175782,0.41186120251744024,67571,0.0,0.0,True 2024-05-13 00:00:00+01:00,0.6476000213623047,0.6476000213623047,0.6381999969482423,0.6459999847412109,0.40435007857892324,20851,0.0,0.0,True 2024-05-14 00:00:00+01:00,0.6379999923706055,0.654000015258789,0.6340000152587891,0.639000015258789,0.39996856823739596,167240,0.0,0.0,True 2024-05-15 00:00:00+01:00,0.6379999923706055,0.661989974975586,0.6379999923706055,0.6559999847412109,0.410609342419861,233062,0.0,0.0,True 2024-05-16 00:00:00+01:00,0.635999984741211,0.6759999847412109,0.6320000076293946,0.65,0.4068537987740817,121751,0.0,0.0,True 2024-05-17 00:00:00+01:00,0.64,0.6459999847412109,0.63,0.635,0.3974648480422375,112747,0.0,0.0,True 2024-05-20 00:00:00+01:00,0.635999984741211,0.66,0.635999984741211,0.645,0.40372414853013366,25568,0.0,0.0,True 2024-05-21 00:00:00+01:00,0.63,0.65,0.620999984741211,0.63,0.39433523444524776,122696,0.0,0.0,True 2024-05-22 00:00:00+01:00,0.6279999923706054,0.64,0.6224800109863281,0.625999984741211,0.39183147760313103,40987,0.0,0.0,True 2024-05-23 00:00:00+01:00,0.6304999923706055,0.64,0.62,0.63,0.39433523444524776,41312,0.0,0.0,True 2024-05-24 00:00:00+01:00,0.62,0.64,0.6,0.6290000152587891,0.3937093043964582,312679,0.0,0.0,True 2024-05-28 00:00:00+01:00,0.6279999923706054,0.635,0.6125199890136719,0.63,0.39433523444524776,95095,0.0,0.0,True 2024-05-29 00:00:00+01:00,0.635,0.64,0.6104999923706055,0.63,0.39433523444524776,139838,0.0,0.0,True 2024-05-30 00:00:00+01:00,0.61,0.6340000152587891,0.6,0.62,0.3880759339573516,347953,0.0,0.0,True 2024-05-31 00:00:00+01:00,0.64,0.64,0.6,0.63,0.39433523444524776,134542,0.0,0.0,True 2024-06-03 00:00:00+01:00,0.61,0.674000015258789,0.6,0.605999984741211,0.3793129499212554,105655,0.0,0.0,True 2024-06-04 00:00:00+01:00,0.6204000091552735,0.644000015258789,0.605999984741211,0.6240000152587891,0.39057965415251017,45162,0.0,0.0,True 2024-06-05 00:00:00+01:00,0.6334199905395508,0.644000015258789,0.6036199951171876,0.6270000076293946,0.3924574442988789,50334,0.0,0.0,True 2024-06-06 00:00:00+01:00,0.6040000152587891,0.6221599960327149,0.6,0.6220000076293946,0.38932775740797254,42332,0.0,0.0,True 2024-06-07 00:00:00+01:00,0.605999984741211,0.66,0.6,0.610999984741211,0.3824425635182451,102787,0.0,0.0,True 2024-06-10 00:00:00+01:00,0.6,0.62,0.6,0.62,0.3880759339573516,34345,0.0,0.0,True 2024-06-11 00:00:00+01:00,0.6,0.66,0.6,0.62,0.3880759339573516,13686,0.0,0.0,True 2024-06-12 00:00:00+01:00,0.61,0.6213999938964844,0.6,0.6,0.37555736962851777,36249,0.0,0.0,True 2024-06-13 00:00:00+01:00,0.6,0.66,0.6,0.62,0.3880759339573516,43333,0.0,0.0,True 2024-06-14 00:00:00+01:00,0.6136000061035156,0.6136000061035156,0.6047999954223633,0.62,0.3880759339573516,6751,0.0,0.0,True 2024-06-17 00:00:00+01:00,0.6136000061035156,0.6136000061035156,0.6047999954223633,0.62,0.3880759339573516,11000,0.0,0.0,True 2024-06-18 00:00:00+01:00,0.6136000061035156,0.64,0.6,0.62,0.3880759339573516,57182,0.0,0.0,True 2024-06-19 00:00:00+01:00,0.6,0.64,0.6,0.61,0.3818165968224972,119650,0.0,0.0,True 2024-06-20 00:00:00+01:00,0.6,0.6095000076293945,0.5996200180053711,0.61,0.3818165968224972,38073,0.0,0.0,True 2024-06-21 00:00:00+01:00,0.6299399948120117,0.6299399948120117,0.59,0.61,0.3818165968224972,2360,0.0,0.0,True 2024-06-24 00:00:00+01:00,0.63,0.6959999847412109,0.5996799850463868,0.6580000305175782,0.41186120251744024,1076509,0.0,0.0,True 2024-06-25 00:00:00+01:00,0.674000015258789,0.6780000305175782,0.6604399871826172,0.6730000305175782,0.4212501898962428,549835,0.0,0.0,True 2024-06-26 00:00:00+01:00,0.66,0.6759999847412109,0.6580000305175782,0.6669999694824219,0.41749457295654674,102064,0.0,0.0,True 2024-06-27 00:00:00+01:00,0.6617099761962891,0.6637000274658204,0.6586000061035157,0.6609999847412109,0.4137389926638091,92724,0.0,0.0,True 2024-06-28 00:00:00+01:00,0.6619999694824219,0.6619999694824219,0.6575800323486328,0.6580000305175782,0.41186120251744024,163239,0.0,0.0,True 2024-07-01 00:00:00+01:00,0.6580000305175782,0.6659999847412109,0.654000015258789,0.6569999694824219,0.41123527246865066,501947,0.0,0.0,True 2024-07-02 00:00:00+01:00,0.6787100219726563,0.6919999694824219,0.654000015258789,0.66,0.4131130626150195,269531,0.0,0.0,True 2024-07-03 00:00:00+01:00,0.6759999847412109,0.68,0.654000015258789,0.6669999694824219,0.41749457295654674,457826,0.0,0.0,True 2024-07-04 00:00:00+01:00,0.6849800109863281,0.72,0.6542400360107422,0.68,0.43459106185466984,201599,0.01375,0.0,True 2024-07-05 00:00:00+01:00,0.67,0.6980000305175781,0.6687999725341797,0.6819999694824219,0.43586923410966305,147301,0.0,0.0,True 2024-07-08 00:00:00+01:00,0.6912000274658203,0.6912000274658203,0.6686000061035157,0.68,0.43459106185466984,37589,0.0,0.0,True 2024-07-09 00:00:00+01:00,0.6910399627685547,0.7000000000000001,0.66,0.68,0.43459106185466984,18011,0.0,0.0,True 2024-07-10 00:00:00+01:00,0.6903299713134766,0.7000000000000001,0.66,0.68,0.43459106185466984,77627,0.0,0.0,True 2024-07-11 00:00:00+01:00,0.66,0.7000000000000001,0.66,0.6819999694824219,0.43586923410966305,42850,0.0,0.0,True 2024-07-12 00:00:00+01:00,0.6896800231933594,0.6915599822998048,0.6733300018310547,0.685,0.4377865673134521,85858,0.0,0.0,True 2024-07-15 00:00:00+01:00,0.7000000000000001,0.7000000000000001,0.664000015258789,0.6830000305175782,0.4365083950584589,64348,0.0,0.0,True 2024-07-16 00:00:00+01:00,0.71,0.71,0.67,0.6950000000000001,0.44417761564166636,282234,0.0,0.0,True 2024-07-17 00:00:00+01:00,0.6977300262451172,0.71,0.674000015258789,0.6919999694824219,0.44226028243787724,338535,0.0,0.0,True 2024-07-18 00:00:00+01:00,0.6971700286865234,0.6971700286865234,0.6752999877929687,0.6900000000000001,0.440982110182884,31340,0.0,0.0,True 2024-07-19 00:00:00+01:00,0.6840000152587891,0.74,0.64,0.6880000305175782,0.4397039005172412,250095,0.0,0.0,True 2024-07-22 00:00:00+01:00,0.6969400024414063,0.71,0.68,0.685,0.4377865673134521,206346,0.0,0.0,True 2024-07-23 00:00:00+01:00,0.6840000152587891,0.7019999694824219,0.67875,0.6930000305175782,0.44289944338667314,16023161,0.0,0.0,True 2024-07-24 00:00:00+01:00,0.6980000305175781,0.7019999694824219,0.6840000152587891,0.6940000152587891,0.4435385295141697,17502,0.0,0.0,True 2024-07-25 00:00:00+01:00,0.6981999969482422,0.6981999969482422,0.6875,0.6940000152587891,0.4435385295141697,132501,0.0,0.0,True 2024-07-26 00:00:00+01:00,0.6981500244140625,0.6981500244140625,0.6880000305175782,0.6950000000000001,0.44417761564166636,180541,0.0,0.0,True 2024-07-29 00:00:00+01:00,0.6934400177001954,0.6934400177001954,0.6880000305175782,0.6909999847412109,0.4416211963103806,15739,0.0,0.0,True 2024-07-30 00:00:00+01:00,0.6980000305175781,0.72,0.6840000152587891,0.6840000152587891,0.4371474811859555,80734,0.0,0.0,True 2024-07-31 00:00:00+01:00,0.6954100036621094,0.71,0.6840000152587891,0.6969999694824219,0.4454557878966595,91548,0.0,0.0,True 2024-08-01 00:00:00+01:00,0.6900000000000001,0.6987200164794922,0.6840000152587891,0.6969999694824219,0.4454557878966595,12858,0.0,0.0,True 2024-08-02 00:00:00+01:00,0.6840000152587891,0.6940000152587891,0.6687699890136719,0.6780000305175782,0.43331288959967657,37837,0.0,0.0,True 2024-08-05 00:00:00+01:00,0.65,0.6940000152587891,0.6392900085449219,0.6619999694824219,0.4230871748638842,348658,0.0,0.0,True 2024-08-06 00:00:00+01:00,0.65,0.67,0.6436000061035156,0.66,0.42180896519824135,405309,0.0,0.0,True 2024-08-07 00:00:00+01:00,0.6484600067138672,0.71,0.6484600067138672,0.66,0.42180896519824135,150803,0.0,0.0,True 2024-08-08 00:00:00+01:00,0.66,0.68,0.66,0.665,0.42500450806767326,113882,0.0,0.0,True 2024-08-09 00:00:00+01:00,0.6792500305175782,0.68,0.6604499816894531,0.67,0.42820001352645554,45837,0.0,0.0,True 2024-08-12 00:00:00+01:00,0.6788600158691407,0.683239974975586,0.6609999847412109,0.675,0.4313955563958875,54181,0.0,0.0,True 2024-08-13 00:00:00+01:00,0.7000000000000001,0.7000000000000001,0.664000015258789,0.6769999694824219,0.4326737286508807,1052965,0.0,0.0,True 2024-08-14 00:00:00+01:00,0.67,0.6916000366210938,0.6615799713134766,0.6869999694824219,0.43906477697909496,2484889,0.0,0.0,True 2024-08-15 00:00:00+01:00,0.67,0.7012000274658203,0.67,0.685,0.4377865673134521,69183,0.0,0.0,True 2024-08-16 00:00:00+01:00,0.6841000366210938,0.7000000000000001,0.68,0.6900000000000001,0.440982110182884,139037,0.0,0.0,True 2024-08-19 00:00:00+01:00,0.6890000152587891,0.6890000152587891,0.6805000305175781,0.6900000000000001,0.440982110182884,24649,0.0,0.0,True 2024-08-20 00:00:00+01:00,0.683499984741211,0.7000000000000001,0.67,0.6950000000000001,0.44417761564166636,7612771,0.0,0.0,True 2024-08-21 00:00:00+01:00,0.7006999969482423,0.7033300018310547,0.6900000000000001,0.705,0.4505687013805302,31600,0.0,0.0,True 2024-08-22 00:00:00+01:00,0.72,0.72,0.6940000152587891,0.705,0.4505687013805302,6225720,0.0,0.0,True 2024-08-23 00:00:00+01:00,0.7031999969482422,0.705999984741211,0.6919999694824219,0.6990000152587891,0.44673407238360163,237282,0.0,0.0,True 2024-08-27 00:00:00+01:00,0.6919999694824219,0.71552001953125,0.6919999694824219,0.705999984741211,0.4512077500973772,200275,0.0,0.0,True 2024-08-28 00:00:00+01:00,0.705999984741211,0.72,0.6976999664306641,0.71,0.4537642068393125,130604,0.0,0.0,True 2024-08-29 00:00:00+01:00,0.7040000152587891,0.71,0.700250015258789,0.7119999694824218,0.45504237909430567,51240,0.0,0.0,True 2024-08-30 00:00:00+01:00,0.71,0.7142400360107422,0.7038899993896485,0.7119999694824218,0.45504237909430567,52700,0.0,0.0,True 2024-09-02 00:00:00+01:00,0.7040000152587891,0.7180000305175781,0.7000000000000001,0.700999984741211,0.4480122446385949,527740,0.0,0.0,True 2024-09-03 00:00:00+01:00,0.71,0.72,0.7000000000000001,0.705,0.4505687013805302,4831760,0.0,0.0,True 2024-09-04 00:00:00+01:00,0.7040000152587891,0.71,0.6959999847412109,0.705,0.4505687013805302,104270,0.0,0.0,True 2024-09-05 00:00:00+01:00,0.7000000000000001,0.7040000152587891,0.6859999847412109,0.6919999694824219,0.45105289459228515,222524,0.01375,0.0,False 2024-09-06 00:00:00+01:00,0.7180000305175781,0.75,0.71,0.715999984741211,0.4666963577270508,1764695,0.0,0.0,False 2024-09-09 00:00:00+01:00,0.72,0.7206800079345703,0.71,0.715,0.4660445785522461,450503,0.0,0.0,False 2024-09-10 00:00:00+01:00,0.7180000305175781,0.72,0.7119999694824218,0.715999984741211,0.4666963577270508,115944,0.0,0.0,False 2024-09-11 00:00:00+01:00,0.7180000305175781,0.72,0.71,0.7130000305175781,0.46474098205566405,237914,0.0,0.0,False 2024-09-12 00:00:00+01:00,0.72,0.7219999694824218,0.7119999694824218,0.715999984741211,0.4666963577270508,371034,0.0,0.0,False 2024-09-13 00:00:00+01:00,0.72,0.72,0.712979965209961,0.7180000305175781,0.46800003051757816,634981,0.0,0.0,False 2024-09-16 00:00:00+01:00,0.7219999694824218,0.7219999694824218,0.7140000152587891,0.7169999694824218,0.46734817504882814,1095043,0.0,0.0,False 2024-09-17 00:00:00+01:00,0.7180000305175781,0.7219999694824218,0.7138200378417969,0.7190000152587891,0.46865180969238285,667418,0.0,0.0,False 2024-09-18 00:00:00+01:00,0.7219999694824218,0.7219999694824218,0.7140000152587891,0.7180000305175781,0.46800003051757816,1771156,0.0,0.0,False 2024-09-19 00:00:00+01:00,0.4640000152587891,0.4909999847412109,0.4520000076293945,0.4640000152587891,0.4640000152587891,794932,0.25,0.0,False 2024-09-20 00:00:00+01:00,0.4458200073242188,0.480999984741211,0.4458200073242188,0.46950000762939453,0.46950000762939453,328898,0.0,0.0,False ================================================ FILE: tests/data/TENT-L-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-04 00:00:00+00:00,1.0,1.0081999969482422,0.995,1.0050000000000001,0.6537248229980469,52881,0.0,0.0 2022-01-05 00:00:00+00:00,0.99,1.01,0.98,0.995,0.6472200775146485,22801,0.0,0.0 2022-01-06 00:00:00+00:00,0.98,0.9876000213623047,0.98,0.99,0.6439675903320312,21669,0.0,0.0 2022-01-07 00:00:00+00:00,0.97,0.9878800201416016,0.97,0.99,0.6439675903320312,739820,0.0,0.0 2022-01-10 00:00:00+00:00,0.975,0.9819999694824219,0.97,0.985,0.6407154083251954,127373,0.0,0.0 2022-01-11 00:00:00+00:00,0.985,0.985,0.96,0.975,0.6342107009887695,81247,0.0,0.0 2022-01-12 00:00:00+00:00,0.9606300354003906,0.979800033569336,0.9605999755859376,0.9625,0.6260798645019532,59847,0.0,0.0 2022-01-13 00:00:00+00:00,0.96,0.99,0.9400000000000001,0.9575,0.6228274917602539,313916,0.0,0.0 2022-01-14 00:00:00+00:00,0.9519999694824219,0.9519999694824219,0.9420800018310547,0.9550000000000001,0.6212013244628907,30750,0.0,0.0 2022-01-17 00:00:00+00:00,0.9602500152587891,0.960999984741211,0.9551499938964844,0.9625,0.6260798645019532,39189,0.0,0.0 2022-01-18 00:00:00+00:00,0.96,0.96,0.9447599792480469,0.9500000000000001,0.6179488754272461,104432,0.0,0.0 2022-01-19 00:00:00+00:00,0.97,0.97,0.9400000000000001,0.9550000000000001,0.6212013244628907,100814,0.0,0.0 2022-01-20 00:00:00+00:00,0.9573999786376953,0.9573999786376953,0.935,0.9525,0.6195750427246094,27032,0.0,0.0 2022-01-21 00:00:00+00:00,0.9540000152587891,0.9540000152587891,0.9538400268554688,0.9500000000000001,0.6179488754272461,10637,0.0,0.0 2022-01-24 00:00:00+00:00,0.93,0.9320999908447266,0.93,0.9400000000000001,0.6114441299438477,31611,0.0,0.0 2022-01-25 00:00:00+00:00,0.93,0.939800033569336,0.93,0.9400000000000001,0.6114441299438477,25138,0.0,0.0 2022-01-26 00:00:00+00:00,0.93,0.9433300018310548,0.93,0.9400000000000001,0.6114441299438477,562810,0.0,0.0 2022-01-27 00:00:00+00:00,0.93,0.9430000305175782,0.93,0.9400000000000001,0.6114441299438477,54870,0.0,0.0 2022-01-28 00:00:00+00:00,0.9416699981689454,0.9416699981689454,0.9416699981689454,0.9375,0.6098179244995118,2345,0.0,0.0 2022-01-31 00:00:00+00:00,0.9497000122070313,0.9497000122070313,0.9394999694824219,0.935,0.6081916809082032,17957,0.0,0.0 2022-02-01 00:00:00+00:00,0.93,0.9500000000000001,0.93,0.935,0.6081916809082032,142653,0.0,0.0 2022-02-02 00:00:00+00:00,0.9430000305175782,0.9433300018310548,0.9359999847412109,0.9400000000000001,0.6114441299438477,104328,0.0,0.0 2022-02-03 00:00:00+00:00,0.9400000000000001,0.9500000000000001,0.9359999847412109,0.9400000000000001,0.6114441299438477,229957,0.0,0.0 2022-02-04 00:00:00+00:00,0.9430000305175782,0.9430000305175782,0.9426999664306641,0.9400000000000001,0.6114441299438477,18851,0.0,0.0 2022-02-07 00:00:00+00:00,0.9426000213623047,0.9426000213623047,0.9383999633789063,0.9400000000000001,0.6114441299438477,78709,0.0,0.0 2022-02-08 00:00:00+00:00,0.9387999725341797,0.9426000213623047,0.9387999725341797,0.9400000000000001,0.6114441299438477,16086,0.0,0.0 2022-02-09 00:00:00+00:00,0.9388800048828125,0.9423999786376953,0.9388800048828125,0.935,0.6081916809082032,38600,0.0,0.0 2022-02-10 00:00:00+00:00,0.9390399932861329,0.9400000000000001,0.93,0.9400000000000001,0.6114441299438477,33024,0.0,0.0 2022-02-11 00:00:00+00:00,0.9331700134277344,0.9400000000000001,0.9322000122070313,0.9400000000000001,0.6114441299438477,94405,0.0,0.0 2022-02-14 00:00:00+00:00,0.9389700317382813,0.9423999786376953,0.9300499725341798,0.9400000000000001,0.6114441299438477,248153,0.0,0.0 2022-02-15 00:00:00+00:00,0.9418000030517578,0.9418000030517578,0.93,0.9400000000000001,0.6114441299438477,36043,0.0,0.0 2022-02-16 00:00:00+00:00,0.93,0.9418000030517578,0.93,0.9400000000000001,0.6114441299438477,49456,0.0,0.0 2022-02-17 00:00:00+00:00,0.9415000152587891,0.9500000000000001,0.935,0.9425,0.613070297241211,283,0.0,0.0 2022-02-18 00:00:00+00:00,0.941449966430664,0.941449966430664,0.93,0.9400000000000001,0.6114441299438477,47450,0.0,0.0 2022-02-21 00:00:00+00:00,0.941449966430664,0.941449966430664,0.9336000061035157,0.9400000000000001,0.6114441299438477,20036,0.0,0.0 2022-02-22 00:00:00+00:00,0.93,0.9331700134277344,0.93,0.93,0.6049393844604493,199353,0.0,0.0 2022-02-23 00:00:00+00:00,0.9400000000000001,0.9400000000000001,0.9400000000000001,0.9400000000000001,0.6114441299438477,0,0.0,0.0 2022-02-24 00:00:00+00:00,0.9257499694824219,0.9400000000000001,0.925,0.9325,0.6065655899047852,29083,0.0,0.0 2022-02-25 00:00:00+00:00,0.9400000000000001,0.9500000000000001,0.9257499694824219,0.9400000000000001,0.6114441299438477,66558,0.0,0.0 2022-02-28 00:00:00+00:00,0.9418800354003907,0.9418800354003907,0.9373799896240235,0.9425,0.613070297241211,27485,0.0,0.0 2022-03-01 00:00:00+00:00,0.935,0.9417500305175781,0.925,0.925,0.6016869354248047,19195,0.0,0.0 2022-03-02 00:00:00+00:00,0.925,0.9500000000000001,0.925,0.9375,0.6098179244995118,43922,0.0,0.0 2022-03-03 00:00:00+00:00,0.9233000183105469,0.9383300018310547,0.915,0.9325,0.6066545867919922,1087794,0.0001375,0.0 2022-03-04 00:00:00+00:00,0.9205500030517578,0.9344400024414062,0.915,0.9275,0.6034017944335938,84905,0.0,0.0 2022-03-07 00:00:00+00:00,0.9169999694824219,0.93,0.91,0.92,0.5985225677490235,17710,0.0,0.0 2022-03-08 00:00:00+00:00,0.91,0.9209999847412109,0.91,0.92,0.5985225677490235,77354,0.0,0.0 2022-03-09 00:00:00+00:00,0.93,0.9400000000000001,0.9024800109863281,0.9225,0.60014892578125,96450,0.0,0.0 2022-03-10 00:00:00+00:00,0.905,0.925,0.905,0.9225,0.60014892578125,72778,0.0,0.0 2022-03-11 00:00:00+00:00,0.9,0.92,0.9,0.92,0.5985225677490235,9533,0.0,0.0 2022-03-14 00:00:00+00:00,0.9,0.93,0.89,0.9075,0.5903903198242187,399831,0.0,0.0 2022-03-15 00:00:00+00:00,0.895,0.9065000152587891,0.89,0.905,0.5887639999389649,100954,0.0,0.0 2022-03-16 00:00:00+00:00,0.9057499694824219,0.90802001953125,0.890999984741211,0.905,0.5887639999389649,129696,0.0,0.0 2022-03-17 00:00:00+00:00,0.9065000152587891,0.9065000152587891,0.8933000183105468,0.905,0.5887639999389649,1919,0.0,0.0 2022-03-18 00:00:00+00:00,0.8933799743652344,0.9137000274658204,0.836500015258789,0.9075,0.5903903198242187,100200,0.0,0.0 2022-03-21 00:00:00+00:00,0.895,0.9087500000000001,0.885,0.9075,0.5903903198242187,201611,0.0,0.0 2022-03-22 00:00:00+00:00,0.895,0.91,0.8855000305175782,0.895,0.5822582626342774,79329,0.0,0.0 2022-03-23 00:00:00+00:00,0.88,0.91,0.865,0.8825000000000001,0.5741261672973633,102007,0.0,0.0 2022-03-24 00:00:00+00:00,0.875,0.8797499847412109,0.865,0.88,0.5724997329711914,95454,0.0,0.0 2022-03-25 00:00:00+00:00,0.86,0.875,0.84,0.84,0.5464770889282227,210408,0.0,0.0 2022-03-28 00:00:00+01:00,0.86,0.864749984741211,0.8425,0.855,0.556235580444336,558607,0.0,0.0 2022-03-29 00:00:00+01:00,0.855,0.87,0.84,0.8575,0.5578620529174805,180009,0.0,0.0 2022-03-30 00:00:00+01:00,0.845,0.865999984741211,0.835,0.85,0.5529828262329102,164438,0.0,0.0 2022-03-31 00:00:00+01:00,0.835,0.87,0.8307099914550782,0.845,0.5497298812866211,254757,0.0,0.0 2022-04-01 00:00:00+01:00,0.86,0.87,0.835,0.8525,0.5546090698242188,373282,0.0,0.0 2022-04-04 00:00:00+01:00,0.87,0.870999984741211,0.85,0.855,0.556235580444336,231869,0.0,0.0 2022-04-05 00:00:00+01:00,0.85,0.8584200286865235,0.835,0.8475,0.551356315612793,496249,0.0,0.0 2022-04-06 00:00:00+01:00,0.85,0.8744999694824219,0.85,0.8725,0.5676205062866211,1075294,0.0,0.0 2022-04-07 00:00:00+01:00,0.875,0.8787300109863282,0.85,0.87,0.5659941101074218,273682,0.0,0.0 2022-04-08 00:00:00+01:00,0.88,0.88,0.85,0.8775000000000001,0.5708733367919921,171206,0.0,0.0 2022-04-11 00:00:00+01:00,0.88,0.9066999816894531,0.875,0.895,0.5822582626342774,293971,0.0,0.0 2022-04-12 00:00:00+01:00,0.89,0.9065000152587891,0.89,0.8975,0.5838847732543946,50877,0.0,0.0 2022-04-13 00:00:00+01:00,0.88,0.9063999938964844,0.88,0.895,0.5822582626342774,108600,0.0,0.0 2022-04-14 00:00:00+01:00,0.9063999938964844,0.9063999938964844,0.8877999877929688,0.895,0.5822582626342774,42494,0.0,0.0 2022-04-19 00:00:00+01:00,0.8877999877929688,0.9063999938964844,0.8877999877929688,0.895,0.5822582626342774,46000,0.0,0.0 2022-04-20 00:00:00+01:00,0.9061699676513673,0.90625,0.88,0.895,0.5822582626342774,132614,0.0,0.0 2022-04-21 00:00:00+01:00,0.90572998046875,0.905739974975586,0.8847200012207032,0.8925000000000001,0.5806319046020508,30000,0.0,0.0 2022-04-22 00:00:00+01:00,0.8899199676513672,0.8899199676513672,0.88,0.885,0.5757526779174805,64170,0.0,0.0 2022-04-25 00:00:00+01:00,0.8841000366210938,0.9051000213623047,0.875,0.8875000000000001,0.5773790359497071,224192,0.0,0.0 2022-04-26 00:00:00+01:00,0.895,0.91,0.88,0.9075,0.5903903198242187,159562,0.0,0.0 2022-04-27 00:00:00+01:00,0.92,0.92,0.9,0.92,0.5985225677490235,152250,0.0,0.0 2022-04-28 00:00:00+01:00,0.9137999725341797,0.9180000305175782,0.9,0.915,0.5952696228027344,101250,0.0,0.0 2022-04-29 00:00:00+01:00,0.9176100158691406,0.93,0.9076000213623047,0.915,0.5952696228027344,126323,0.0,0.0 2022-05-03 00:00:00+01:00,0.9176100158691406,0.925,0.905,0.9125,0.5936432266235352,105067,0.0,0.0 2022-05-04 00:00:00+01:00,0.905,0.9174900054931641,0.905,0.915,0.5952696228027344,46979,0.0,0.0 2022-05-05 00:00:00+01:00,0.9050299835205078,0.9173999786376953,0.905,0.915,0.5952696228027344,81322,0.0,0.0 2022-05-06 00:00:00+01:00,0.9155000305175781,0.9155000305175781,0.9055000305175781,0.915,0.5952696228027344,36888,0.0,0.0 2022-05-09 00:00:00+01:00,0.93,0.93,0.9055000305175781,0.915,0.5952696228027344,70100,0.0,0.0 2022-05-10 00:00:00+01:00,0.93,0.935,0.9,0.9225,0.60014892578125,92186,0.0,0.0 2022-05-11 00:00:00+01:00,0.93,0.9333300018310547,0.9102500152587891,0.9225,0.60014892578125,37162,0.0,0.0 2022-05-12 00:00:00+01:00,0.9159999847412109,0.9159999847412109,0.9159999847412109,0.9225,0.60014892578125,39200,0.0,0.0 2022-05-13 00:00:00+01:00,0.9166300201416016,0.9166300201416016,0.9159999847412109,0.9225,0.60014892578125,21270,0.0,0.0 2022-05-16 00:00:00+01:00,0.9333300018310547,0.9333300018310547,0.9102500152587891,0.925,0.6017752075195313,50396,0.0,0.0 2022-05-17 00:00:00+01:00,0.9283000183105469,0.9283000183105469,0.9189800262451172,0.9225,0.60014892578125,43700,0.0,0.0 2022-05-18 00:00:00+01:00,0.925,0.925,0.9183300018310547,0.92,0.5985225677490235,47148,0.0,0.0 2022-05-19 00:00:00+01:00,0.915,0.9326000213623047,0.915,0.925,0.6017752075195313,55044,0.0,0.0 2022-05-20 00:00:00+01:00,0.92,0.93,0.92,0.9225,0.60014892578125,38723,0.0,0.0 2022-05-23 00:00:00+01:00,0.92,0.935,0.9173999786376953,0.9275,0.6034017944335938,48383,0.0,0.0 2022-05-24 00:00:00+01:00,0.92,0.9309999847412109,0.92,0.9275,0.6034017944335938,54022,0.0,0.0 2022-05-25 00:00:00+01:00,0.92,0.9290000152587891,0.91,0.9225,0.60014892578125,129212,0.0,0.0 2022-05-26 00:00:00+01:00,0.915,0.93,0.9,0.915,0.5952696228027344,77084,0.0,0.0 2022-05-27 00:00:00+01:00,0.9105000305175781,0.92,0.91,0.9225,0.60014892578125,29564,0.0,0.0 2022-05-30 00:00:00+01:00,0.9322499847412109,0.935,0.9322499847412109,0.9225,0.60014892578125,44400,0.0,0.0 2022-05-31 00:00:00+01:00,0.9310800170898438,0.9310800170898438,0.9100299835205078,0.9225,0.60014892578125,102585,0.0,0.0 2022-06-01 00:00:00+01:00,0.91,0.93375,0.895,0.91,0.592016830444336,78209,0.0,0.0 2022-06-06 00:00:00+01:00,0.91,0.91,0.91,0.91,0.592016830444336,0,0.0,0.0 2022-06-07 00:00:00+01:00,0.9,0.9,0.9,0.9075,0.5903903198242187,28000,0.0,0.0 2022-06-08 00:00:00+01:00,0.9225,0.9225,0.9080000305175782,0.92,0.5985225677490235,38675,0.0,0.0 2022-06-09 00:00:00+01:00,0.91,0.9203299713134766,0.91,0.92,0.5985225677490235,138167,0.0,0.0 2022-06-10 00:00:00+01:00,0.91,0.9208000183105469,0.91,0.9175,0.5968960189819336,54847,0.0,0.0 2022-06-13 00:00:00+01:00,0.905,0.918499984741211,0.905,0.9125,0.5936432266235352,98194,0.0,0.0 2022-06-14 00:00:00+01:00,0.9,0.9100299835205078,0.9,0.915,0.5952696228027344,37209,0.0,0.0 2022-06-15 00:00:00+01:00,0.9158000183105469,0.9158000183105469,0.9086799621582031,0.915,0.5952696228027344,20829,0.0,0.0 2022-06-16 00:00:00+01:00,0.9,0.93,0.8995999908447265,0.9075,0.5903903198242187,51704,0.0,0.0 2022-06-17 00:00:00+01:00,0.900530014038086,0.905,0.895,0.9075,0.5903903198242187,21730,0.0,0.0 2022-06-20 00:00:00+01:00,0.8995999908447265,0.905,0.895,0.9075,0.5903903198242187,65500,0.0,0.0 2022-06-21 00:00:00+01:00,0.9030000305175782,0.9030000305175782,0.902969970703125,0.9075,0.5903903198242187,9966,0.0,0.0 2022-06-22 00:00:00+01:00,0.905,0.905,0.895,0.905,0.5887639999389649,110626,0.0,0.0 2022-06-23 00:00:00+01:00,0.89,0.9,0.89,0.9,0.5856000900268555,93082,0.0001375,0.0 2022-06-24 00:00:00+01:00,0.88,0.892760009765625,0.88,0.89,0.5790933609008789,61193,0.0,0.0 2022-06-27 00:00:00+01:00,0.9,0.9,0.8775000000000001,0.8875000000000001,0.5774667739868165,110052,0.0,0.0 2022-06-28 00:00:00+01:00,0.899000015258789,0.899000015258789,0.8845999908447266,0.8925000000000001,0.5807201385498048,34216,0.0,0.0 2022-06-29 00:00:00+01:00,0.8987000274658203,0.8987000274658203,0.8847000122070313,0.8925000000000001,0.5807201385498048,29813,0.0,0.0 2022-06-30 00:00:00+01:00,0.8847200012207032,0.8980000305175782,0.8847200012207032,0.8925000000000001,0.5807201385498048,20584,0.0,0.0 2022-07-01 00:00:00+01:00,0.8980000305175782,0.8980000305175782,0.8847200012207032,0.8925000000000001,0.5807201385498048,32592,0.0,0.0 2022-07-04 00:00:00+01:00,0.88052001953125,0.8975,0.88052001953125,0.89,0.5790933609008789,18761,0.0,0.0 2022-07-05 00:00:00+01:00,0.8925000000000001,0.8925000000000001,0.8925000000000001,0.8925000000000001,0.5807201385498048,0,0.0,0.0 2022-07-06 00:00:00+01:00,0.8845999908447266,0.8845999908447266,0.8845999908447266,0.8925000000000001,0.5807201385498048,6000,0.0,0.0 2022-07-07 00:00:00+01:00,0.8975,0.8975,0.8845999908447266,0.8925000000000001,0.5807201385498048,22551,0.0,0.0 2022-07-08 00:00:00+01:00,0.885,0.885,0.8766000366210938,0.88,0.5725867462158203,35255,0.0,0.0 2022-07-11 00:00:00+01:00,0.8925000000000001,0.9,0.8766000366210938,0.89,0.5790933609008789,63371,0.0,0.0 2022-07-12 00:00:00+01:00,0.9,0.9,0.877750015258789,0.885,0.5758400726318359,101149,0.0,0.0 2022-07-13 00:00:00+01:00,0.8787999725341797,0.8918599700927734,0.8787999725341797,0.89,0.5790933609008789,676204,0.0,0.0 2022-07-14 00:00:00+01:00,0.8954000091552734,0.8954000091552734,0.888300018310547,0.8925000000000001,0.5807201385498048,32141,0.0,0.0 2022-07-15 00:00:00+01:00,0.885,0.9,0.885,0.8925000000000001,0.5807201385498048,40428,0.0,0.0 2022-07-18 00:00:00+01:00,0.89,0.892229995727539,0.89,0.895,0.5823468017578125,9700,0.0,0.0 2022-07-19 00:00:00+01:00,0.8983100128173829,0.8983100128173829,0.8961199951171875,0.8975,0.5839734268188477,3170,0.0,0.0 2022-07-20 00:00:00+01:00,0.9,0.9,0.8966600036621094,0.8975,0.5839734268188477,17865,0.0,0.0 2022-07-21 00:00:00+01:00,0.89,0.8922799682617187,0.88,0.88,0.5725867462158203,106167,0.0,0.0 2022-07-22 00:00:00+01:00,0.89,0.89,0.875,0.88,0.5725867462158203,25605,0.0,0.0 2022-07-25 00:00:00+01:00,0.89,0.89,0.875,0.88,0.5725867462158203,65985,0.0,0.0 2022-07-26 00:00:00+01:00,0.89,0.89,0.89,0.88,0.5725867462158203,23000,0.0,0.0 2022-07-27 00:00:00+01:00,0.8762300109863281,0.8899800109863282,0.8762300109863281,0.8825000000000001,0.5742134094238281,33705,0.0,0.0 2022-07-28 00:00:00+01:00,0.895,0.9,0.8825000000000001,0.885,0.5758400726318359,58488,0.0,0.0 2022-07-29 00:00:00+01:00,0.9,0.904000015258789,0.89125,0.895,0.5823468017578125,56011,0.0,0.0 2022-08-01 00:00:00+01:00,0.904000015258789,0.904000015258789,0.8881400299072266,0.895,0.5823468017578125,61976,0.0,0.0 2022-08-02 00:00:00+01:00,0.885,0.9008000183105469,0.885,0.895,0.5823468017578125,80804,0.0,0.0 2022-08-03 00:00:00+01:00,0.9007599639892578,0.9007599639892578,0.885,0.895,0.5823468017578125,99994,0.0,0.0 2022-08-04 00:00:00+01:00,0.905,0.905,0.89,0.8925000000000001,0.5807201385498048,85622,0.0,0.0 2022-08-05 00:00:00+01:00,0.885,0.9,0.875,0.88,0.5725867462158203,133235,0.0,0.0 2022-08-08 00:00:00+01:00,0.8765699768066406,0.880999984741211,0.87,0.88,0.5725867462158203,68596,0.0,0.0 2022-08-09 00:00:00+01:00,0.8788400268554688,0.8788400268554688,0.87,0.8775000000000001,0.5709601211547851,122531,0.0,0.0 2022-08-10 00:00:00+01:00,0.885,0.885,0.87,0.8775000000000001,0.5709601211547851,104656,0.0,0.0 2022-08-11 00:00:00+01:00,0.885,0.9,0.865,0.88,0.5725867462158203,171758,0.0,0.0 2022-08-12 00:00:00+01:00,0.89,0.89,0.87,0.88,0.5725867462158203,122745,0.0,0.0 2022-08-15 00:00:00+01:00,0.89,0.9,0.8744999694824219,0.9,0.5856000900268555,711956,0.0,0.0 2022-08-16 00:00:00+01:00,0.9088999938964843,0.9096900177001953,0.9032199859619141,0.9125,0.5937334060668945,379230,0.0,0.0 2022-08-17 00:00:00+01:00,0.9080999755859375,0.9081199645996094,0.9080999755859375,0.9125,0.5937334060668945,25300,0.0,0.0 2022-08-18 00:00:00+01:00,0.9080999755859375,0.908759994506836,0.905,0.9125,0.5937334060668945,63099,0.0,0.0 2022-08-19 00:00:00+01:00,0.91,0.91,0.8930400085449219,0.9025,0.587226791381836,66733,0.0,0.0 2022-08-22 00:00:00+01:00,0.8965599822998047,0.9,0.8965599822998047,0.9025,0.587226791381836,26935,0.0,0.0 2022-08-23 00:00:00+01:00,0.9,0.9,0.9,0.9025,0.587226791381836,26000,0.0,0.0 2022-08-24 00:00:00+01:00,0.89,0.9080000305175782,0.8882499694824219,0.8925000000000001,0.5807201385498048,81700,0.0,0.0 2022-08-25 00:00:00+01:00,0.905,0.905,0.88,0.8925000000000001,0.5807201385498048,62618,0.0,0.0 2022-08-26 00:00:00+01:00,0.88,0.895,0.88,0.885,0.5758400726318359,44194,0.0,0.0 2022-08-30 00:00:00+01:00,0.875,0.885,0.87,0.8775000000000001,0.5709601211547851,142501,0.0,0.0 2022-08-31 00:00:00+01:00,0.8775000000000001,0.8775000000000001,0.8775000000000001,0.8775000000000001,0.5709601211547851,0,0.0,0.0 2022-09-01 00:00:00+01:00,0.8766999816894532,0.8766999816894532,0.865,0.8725,0.5677067184448242,20129,0.0,0.0 2022-09-02 00:00:00+01:00,0.8650199890136719,0.8766999816894532,0.865,0.8725,0.5677067184448242,56146,0.0,0.0 2022-09-05 00:00:00+01:00,0.8668000030517579,0.8766999816894532,0.8625,0.8725,0.5677067184448242,124403,0.0,0.0 2022-09-06 00:00:00+01:00,0.8765499877929688,0.8765499877929688,0.8668199920654297,0.87,0.5660801696777343,12565,0.0,0.0 2022-09-07 00:00:00+01:00,0.86,0.88,0.855,0.865,0.5628267288208008,69240,0.0,0.0 2022-09-08 00:00:00+01:00,0.845,0.8523999786376953,0.845,0.855,0.5564085769653321,57495,0.0001375,0.0 2022-09-09 00:00:00+01:00,0.8530799865722657,0.865,0.8530799865722657,0.8625,0.5612893295288086,24050,0.0,0.0 2022-09-12 00:00:00+01:00,0.8597200012207031,0.8597200012207031,0.8519999694824218,0.86,0.5596624374389648,33572,0.0,0.0 2022-09-13 00:00:00+01:00,0.8573600006103516,0.8573600006103516,0.85,0.86,0.5596624374389648,66867,0.0,0.0 2022-09-14 00:00:00+01:00,0.855,0.8566000366210937,0.8503199768066406,0.8575,0.5580355453491211,20986,0.0,0.0 2022-09-15 00:00:00+01:00,0.85,0.8512000274658204,0.85,0.8575,0.5580355453491211,57000,0.0,0.0 2022-09-16 00:00:00+01:00,0.85,0.8566000366210937,0.85,0.8575,0.5580355453491211,9000,0.0,0.0 2022-09-20 00:00:00+01:00,0.8552500152587891,0.8552500152587891,0.85,0.8575,0.5580355453491211,47769,0.0,0.0 2022-09-21 00:00:00+01:00,0.845,0.855,0.845,0.85,0.5531546783447265,27960,0.0,0.0 2022-09-22 00:00:00+01:00,0.845,0.8469999694824218,0.84,0.8475,0.5515277862548829,152183,0.0,0.0 2022-09-23 00:00:00+01:00,0.85,0.85,0.8167900085449219,0.8325,0.5417661666870117,141171,0.0,0.0 2022-09-26 00:00:00+01:00,0.8287999725341797,0.8287999725341797,0.8164199829101563,0.8175,0.532004623413086,8695,0.0,0.0 2022-09-27 00:00:00+01:00,0.8,0.8150000000000001,0.78,0.7875,0.512481575012207,109140,0.0,0.0 2022-09-28 00:00:00+01:00,0.77,0.77,0.7291000366210938,0.7425,0.4831969451904297,164337,0.0,0.0 2022-09-29 00:00:00+01:00,0.735,0.745,0.735,0.7425,0.4831969451904297,128951,0.0,0.0 2022-09-30 00:00:00+01:00,0.75,0.755,0.745999984741211,0.7525000000000001,0.48970458984375004,106357,0.0,0.0 2022-10-03 00:00:00+01:00,0.7488999938964844,0.765,0.7488999938964844,0.755,0.4913315200805664,69572,0.0,0.0 2022-10-04 00:00:00+01:00,0.76,0.76,0.7579399871826172,0.76,0.49458530426025393,54521,0.0,0.0 2022-10-05 00:00:00+01:00,0.7509400177001954,0.765,0.7509400177001954,0.76,0.49458530426025393,62733,0.0,0.0 2022-10-06 00:00:00+01:00,0.765,0.765,0.7517099761962891,0.7575000000000001,0.49295845031738283,25354,0.0,0.0 2022-10-07 00:00:00+01:00,0.7632700347900391,0.7633499908447265,0.7501499938964844,0.7575000000000001,0.49295845031738283,9829,0.0,0.0 2022-10-10 00:00:00+01:00,0.75,0.76,0.7452700042724609,0.7525000000000001,0.48970458984375004,27509,0.0,0.0 2022-10-11 00:00:00+01:00,0.745,0.75,0.73,0.7375,0.4799430465698242,37234,0.0,0.0 2022-10-12 00:00:00+01:00,0.725,0.7441999816894531,0.725,0.735,0.4783161163330078,39443,0.0,0.0 2022-10-13 00:00:00+01:00,0.72,0.73,0.72,0.7325,0.4766891098022461,10161,0.0,0.0 2022-10-14 00:00:00+01:00,0.745,0.745,0.715,0.7275,0.4734354400634766,40409,0.0,0.0 2022-10-17 00:00:00+01:00,0.715,0.73,0.71,0.7275,0.4734354400634766,42879,0.0,0.0 2022-10-18 00:00:00+01:00,0.715,0.724800033569336,0.715,0.725,0.4718083572387695,3661,0.0,0.0 2022-10-19 00:00:00+01:00,0.7222499847412109,0.7222499847412109,0.7197899627685547,0.7225,0.4701815032958985,64558,0.0,0.0 2022-10-20 00:00:00+01:00,0.71,0.71,0.71,0.7225,0.4701815032958985,6590,0.0,0.0 2022-10-21 00:00:00+01:00,0.7225,0.7225,0.7225,0.7225,0.4701815032958985,0,0.0,0.0 2022-10-24 00:00:00+01:00,0.71,0.71,0.7000000000000001,0.7225,0.4701815032958985,61227,0.0,0.0 2022-10-25 00:00:00+01:00,0.71,0.73,0.705,0.72,0.4685545349121094,14255,0.0,0.0 2022-10-26 00:00:00+01:00,0.73,0.735,0.7101999664306641,0.7225,0.4701815032958985,176850,0.0,0.0 2022-10-27 00:00:00+01:00,0.7277500152587891,0.7277500152587891,0.72,0.7275,0.4734354400634766,115000,0.0,0.0 2022-10-28 00:00:00+01:00,0.725,0.7325800323486328,0.7238999938964844,0.7275,0.4734354400634766,52500,0.0,0.0 2022-10-31 00:00:00+00:00,0.725,0.745,0.725,0.73,0.47506229400634764,260500,0.0,0.0 2022-11-01 00:00:00+00:00,0.7204499816894532,0.7204499816894532,0.71,0.72,0.4685545349121094,26785,0.0,0.0 2022-11-02 00:00:00+00:00,0.71,0.7105000305175782,0.71,0.7125,0.4636737823486328,21111,0.0,0.0 2022-11-03 00:00:00+00:00,0.71,0.725,0.7000000000000001,0.71,0.46204681396484376,47487,0.0,0.0 2022-11-04 00:00:00+00:00,0.7000000000000001,0.71,0.7000000000000001,0.705,0.45879302978515624,59113,0.0,0.0 2022-11-07 00:00:00+00:00,0.7112000274658203,0.715,0.7083100128173828,0.705,0.45879302978515624,26302,0.0,0.0 2022-11-08 00:00:00+00:00,0.7083300018310547,0.7083300018310547,0.7081800079345704,0.705,0.45879302978515624,20278,0.0,0.0 2022-11-09 00:00:00+00:00,0.715,1.044800033569336,0.6950199890136719,0.705,0.45879302978515624,104623,0.0,0.0 2022-11-10 00:00:00+00:00,0.715,0.725,0.7081999969482422,0.72,0.4685545349121094,4267,0.0,0.0 2022-11-11 00:00:00+00:00,0.715,0.7239600372314453,0.71,0.7175,0.4669276428222656,108199,0.0,0.0 2022-11-14 00:00:00+00:00,0.71,0.72,0.6950000000000001,0.705,0.45879302978515624,65970,0.0,0.0 2022-11-15 00:00:00+00:00,0.7023500061035156,0.71,0.6954499816894532,0.705,0.45879302978515624,1910573,0.0,0.0 2022-11-16 00:00:00+00:00,0.7073999786376953,0.7073999786376953,0.70052001953125,0.71,0.46204681396484376,38249,0.0,0.0 2022-11-17 00:00:00+00:00,0.7123999786376953,0.7123999786376953,0.7123999786376953,0.71,0.46204681396484376,3509,0.0,0.0 2022-11-18 00:00:00+00:00,0.7055100250244141,0.715,0.7055100250244141,0.7125,0.4636737823486328,36854,0.0,0.0 2022-11-21 00:00:00+00:00,0.72,0.72,0.7073100280761719,0.7175,0.4669276428222656,28160,0.0,0.0 2022-11-22 00:00:00+00:00,0.7227999877929687,0.7227999877929687,0.71,0.7125,0.4636737823486328,15800,0.0,0.0 2022-11-23 00:00:00+00:00,0.725,0.725,0.725,0.715,0.46530071258544925,2,0.0,0.0 2022-11-24 00:00:00+00:00,0.715,0.73,0.7059200286865235,0.72,0.4685545349121094,37073,0.0,0.0 2022-11-25 00:00:00+00:00,0.7268599700927735,0.7268599700927735,0.710999984741211,0.72,0.4685545349121094,59663,0.0,0.0 2022-11-28 00:00:00+00:00,0.725,0.725,0.705,0.7175,0.4669276428222656,73129,0.0,0.0 2022-11-29 00:00:00+00:00,0.7219999694824218,0.73,0.71,0.72,0.4685545349121094,148947,0.0,0.0 2022-11-30 00:00:00+00:00,0.73,0.73,0.71125,0.73,0.47506229400634764,18638,0.0,0.0 2022-12-01 00:00:00+00:00,0.73,0.73,0.720009994506836,0.725,0.4718083572387695,8014,0.0,0.0 2022-12-02 00:00:00+00:00,0.725,0.78,0.7155799865722656,0.775,0.5043469619750977,176563,0.0,0.0 2022-12-05 00:00:00+00:00,0.79,0.835,0.7888300323486328,0.8175,0.532004623413086,140759,0.0,0.0 2022-12-06 00:00:00+00:00,0.8150000000000001,0.875,0.8150000000000001,0.86,0.5596624374389648,170380,0.0,0.0 2022-12-07 00:00:00+00:00,0.87,0.875,0.845,0.8575,0.5580355453491211,100531,0.0,0.0 2022-12-08 00:00:00+00:00,0.8504000091552735,0.87,0.845,0.8525,0.554781608581543,51351,0.0,0.0 2022-12-09 00:00:00+00:00,0.8452500152587891,0.8619599914550782,0.8452500152587891,0.8575,0.5580355453491211,141739,0.0,0.0 2022-12-12 00:00:00+00:00,0.85,0.8568000030517579,0.835,0.8425,0.54827392578125,57249,0.0,0.0 2022-12-13 00:00:00+00:00,0.835,0.8525,0.8289600372314453,0.8325,0.5417661666870117,109625,0.0,0.0 2022-12-14 00:00:00+00:00,0.8300000000000001,0.8300000000000001,0.8300000000000001,0.85,0.5531546783447265,9186,0.0,0.0 2022-12-15 00:00:00+00:00,0.8250000000000001,0.8298999786376954,0.805,0.8125,0.5288363647460937,85801,0.0001375,0.0 2022-12-16 00:00:00+00:00,0.8,0.8150000000000001,0.8,0.8125,0.5288363647460937,47277,0.0,0.0 2022-12-19 00:00:00+00:00,0.8150000000000001,0.8250000000000001,0.8,0.8,0.5207004547119141,21228,0.0,0.0 2022-12-20 00:00:00+00:00,0.8,0.81,0.8,0.8,0.5207004547119141,24951,0.0,0.0 2022-12-21 00:00:00+00:00,0.7970999908447266,0.7971099853515625,0.7951000213623047,0.8,0.5207004547119141,196396,0.0,0.0 2022-12-22 00:00:00+00:00,0.795,0.805,0.79,0.7975,0.5190732192993164,17298,0.0,0.0 2022-12-23 00:00:00+00:00,0.7900199890136719,0.7962300109863282,0.7900199890136719,0.7975,0.5190732192993164,6822,0.0,0.0 2022-12-28 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7962100219726562,0.7975,0.5190732192993164,11229,0.0,0.0 2022-12-29 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7900199890136719,0.7975,0.5190732192993164,1834,0.0,0.0 2022-12-30 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.7900199890136719,0.7975,0.5190732192993164,3630,0.0,0.0 2023-01-03 00:00:00+00:00,0.7962300109863282,0.7962300109863282,0.78,0.7975,0.5190732192993164,64023,0.0,0.0 2023-01-04 00:00:00+00:00,0.795,0.7961299896240235,0.7920500183105469,0.7975,0.5190732192993164,9487,0.0,0.0 2023-01-05 00:00:00+00:00,0.79,0.7931999969482422,0.785,0.795,0.5174460220336914,102314,0.0,0.0 2023-01-06 00:00:00+00:00,0.8,0.805,0.78,0.785,0.5109373092651367,72977,0.0,0.0 2023-01-09 00:00:00+00:00,0.8,0.8,0.795,0.7875,0.5125644302368164,11,0.0,0.0 2023-01-10 00:00:00+00:00,0.775,0.795,0.76,0.7625000000000001,0.49629261016845705,239972,0.0,0.0 2023-01-11 00:00:00+00:00,0.76,0.765,0.75,0.755,0.491411018371582,89597,0.0,0.0 2023-01-12 00:00:00+00:00,0.75,0.765,0.74,0.75,0.48815662384033204,82880,0.0,0.0 2023-01-13 00:00:00+00:00,0.74,0.76,0.74,0.7475,0.4865295028686524,42188,0.0,0.0 2023-01-16 00:00:00+00:00,0.7446700286865234,0.76,0.7402799987792968,0.75,0.48815662384033204,122521,0.0,0.0 2023-01-17 00:00:00+00:00,0.745,0.7487200164794922,0.745,0.75,0.48815662384033204,3710,0.0,0.0 2023-01-18 00:00:00+00:00,0.74,0.755,0.7355300140380859,0.745,0.48490219116210936,37432,0.0,0.0 2023-01-19 00:00:00+00:00,0.75,0.755,0.7352799987792968,0.745,0.48490219116210936,34149,0.0,0.0 2023-01-20 00:00:00+00:00,0.735,0.75,0.715,0.7325,0.47676624298095704,209970,0.0,0.0 2023-01-23 00:00:00+00:00,0.735,0.74,0.7345999908447266,0.7325,0.47676624298095704,30025,0.0,0.0 2023-01-24 00:00:00+00:00,0.725,0.735,0.72,0.7275,0.473511962890625,85262,0.0,0.0 2023-01-25 00:00:00+00:00,0.7325,0.745,0.72,0.7275,0.473511962890625,33151,0.0,0.0 2023-01-26 00:00:00+00:00,0.73,0.73,0.71,0.72,0.46863037109375,157351,0.0,0.0 2023-01-27 00:00:00+00:00,0.73,0.73,0.7104000091552735,0.72,0.46863037109375,12651,0.0,0.0 2023-01-30 00:00:00+00:00,0.7055300140380859,0.73,0.705,0.7225,0.470257568359375,130663,0.0,0.0 2023-01-31 00:00:00+00:00,0.72,0.73,0.72,0.7225,0.470257568359375,20290,0.0,0.0 2023-02-01 00:00:00+00:00,0.72,0.74,0.71,0.7175,0.46700313568115237,54914,0.0,0.0 2023-02-02 00:00:00+00:00,0.725,0.73,0.71,0.71,0.46212158203125003,227926,0.0,0.0 2023-02-03 00:00:00+00:00,0.705,0.715,0.7049800109863281,0.7075,0.4604944610595703,84800,0.0,0.0 2023-02-06 00:00:00+00:00,0.7000000000000001,0.715,0.7000000000000001,0.7075,0.4604944610595703,107927,0.0,0.0 2023-02-07 00:00:00+00:00,0.72,0.72,0.699800033569336,0.7075,0.4604944610595703,60260,0.0,0.0 2023-02-08 00:00:00+00:00,0.705,0.705,0.6950000000000001,0.7075,0.4604944610595703,119539,0.0,0.0 2023-02-09 00:00:00+00:00,0.6950000000000001,0.715,0.685,0.685,0.445849723815918,82440,0.0,0.0 2023-02-10 00:00:00+00:00,0.7000000000000001,0.7000000000000001,0.6859999847412109,0.6950000000000001,0.452358512878418,143090,0.0,0.0 2023-02-13 00:00:00+00:00,0.705,0.705,0.6860199737548828,0.6950000000000001,0.452358512878418,22598,0.0,0.0 2023-02-14 00:00:00+00:00,0.705,0.705,0.6765000152587891,0.6950000000000001,0.452358512878418,171992,0.0,0.0 2023-02-15 00:00:00+00:00,0.6862799835205078,0.715,0.685,0.705,0.4588672256469727,181170,0.0,0.0 2023-02-16 00:00:00+00:00,0.715,0.715,0.685,0.705,0.4588672256469727,64438,0.0,0.0 2023-02-17 00:00:00+00:00,0.6915299987792969,0.7000000000000001,0.691510009765625,0.705,0.4588672256469727,67000,0.0,0.0 2023-02-20 00:00:00+00:00,0.6865499877929687,0.7000000000000001,0.6865499877929687,0.6975,0.4539856719970703,16104,0.0,0.0 2023-02-21 00:00:00+00:00,0.6869000244140625,0.7060800170898438,0.685,0.6975,0.4539856719970703,92018,0.0,0.0 2023-02-22 00:00:00+00:00,0.685,0.685,0.685,0.6975,0.4539856719970703,35000,0.0,0.0 2023-02-23 00:00:00+00:00,0.685,0.7072499847412109,0.685,0.6975,0.4539856719970703,20013,0.0,0.0 2023-02-24 00:00:00+00:00,0.705,0.715,0.675,0.7025,0.45724002838134764,27753,0.0,0.0 2023-02-27 00:00:00+00:00,0.715,0.715,0.685,0.7025,0.45724002838134764,44496,0.0,0.0 2023-02-28 00:00:00+00:00,0.7080000305175781,0.7080000305175781,0.6900000000000001,0.7025,0.45724002838134764,113948,0.0,0.0 2023-03-01 00:00:00+00:00,0.6900000000000001,0.704749984741211,0.6900000000000001,0.7025,0.45724002838134764,145725,0.0,0.0 2023-03-02 00:00:00+00:00,0.690530014038086,0.71,0.68,0.7000000000000001,0.45561286926269534,61772,0.0,0.0 2023-03-03 00:00:00+00:00,0.6970999908447266,0.705,0.6855400085449219,0.7000000000000001,0.45561286926269534,121964,0.0,0.0 2023-03-06 00:00:00+00:00,0.685,0.703489990234375,0.6807199859619141,0.6975,0.4539856719970703,23475,0.0,0.0 2023-03-07 00:00:00+00:00,0.68,0.705,0.68,0.6950000000000001,0.452358512878418,71283,0.0,0.0 2023-03-08 00:00:00+00:00,0.71,0.71,0.68,0.6950000000000001,0.452358512878418,1956,0.0,0.0 2023-03-09 00:00:00+00:00,0.71,0.71,0.6818599700927734,0.6950000000000001,0.452358512878418,57587,0.0,0.0 2023-03-10 00:00:00+00:00,0.68,0.70822998046875,0.68,0.6950000000000001,0.452358512878418,122500,0.0,0.0 2023-03-13 00:00:00+00:00,0.71,0.74,0.6900000000000001,0.715,0.46537601470947265,148592,0.0,0.0 2023-03-14 00:00:00+00:00,0.7264099884033203,0.74,0.7030000305175781,0.725,0.47188472747802734,45159,0.0,0.0 2023-03-15 00:00:00+00:00,0.7133000183105469,0.7322000122070312,0.7133000183105469,0.725,0.47188472747802734,16865,0.0,0.0 2023-03-16 00:00:00+00:00,0.7000000000000001,0.73,0.6900000000000001,0.715,0.4654642486572266,132537,0.0001375,0.0 2023-03-17 00:00:00+00:00,0.7000000000000001,0.7180000305175781,0.6975800323486329,0.715,0.4654642486572266,61300,0.0,0.0 2023-03-20 00:00:00+00:00,0.7005999755859376,0.73,0.7005999755859376,0.7175,0.4670917510986328,15457,0.0,0.0 2023-03-21 00:00:00+00:00,0.725,0.725,0.725,0.71,0.4622092437744141,2945,0.0,0.0 2023-03-22 00:00:00+00:00,0.714800033569336,0.714800033569336,0.6997799682617187,0.6900000000000001,0.44918933868408206,16317,0.0,0.0 2023-03-23 00:00:00+00:00,0.6927999877929688,0.7000000000000001,0.675,0.6900000000000001,0.44918933868408206,134862,0.0,0.0 2023-03-24 00:00:00+00:00,0.6800199890136719,0.6950000000000001,0.68,0.685,0.44593433380126957,29681,0.0,0.0 2023-03-27 00:00:00+01:00,0.6750199890136719,0.6750199890136719,0.6750199890136719,0.685,0.44593433380126957,2000,0.0,0.0 2023-03-28 00:00:00+01:00,0.675,0.685,0.6402100372314453,0.65,0.4231493377685547,50588,0.0,0.0 2023-03-29 00:00:00+01:00,0.64,0.66,0.6202999877929688,0.635,0.41338436126708983,103482,0.0,0.0 2023-03-30 00:00:00+01:00,0.62,0.65,0.6150199890136719,0.625,0.40687438964843753,458003,0.0,0.0 2023-03-31 00:00:00+01:00,0.64,0.64,0.61,0.625,0.40687438964843753,151699,0.0,0.0 2023-04-03 00:00:00+01:00,0.615,0.64,0.61,0.625,0.40687438964843753,100798,0.0,0.0 2023-04-04 00:00:00+01:00,0.615999984741211,0.615999984741211,0.6078499984741211,0.625,0.40687438964843753,230487,0.0,0.0 2023-04-05 00:00:00+01:00,0.62,0.635,0.5899399948120118,0.605,0.3938544082641602,81189,0.0,0.0 2023-04-06 00:00:00+01:00,0.6129999923706054,0.6129999923706054,0.605,0.6175,0.4019918823242188,452003,0.0,0.0 2023-04-11 00:00:00+01:00,0.61,0.6123400115966797,0.605,0.6175,0.4019918823242188,242992,0.0,0.0 2023-04-12 00:00:00+01:00,0.61,0.63,0.6,0.615,0.40036434173583985,175252,0.0,0.0 2023-04-13 00:00:00+01:00,0.6081999969482422,0.63,0.6000199890136719,0.615,0.40036434173583985,337012,0.0,0.0 2023-04-14 00:00:00+01:00,0.61,0.63,0.6,0.615,0.40036434173583985,413264,0.0,0.0 2023-04-17 00:00:00+01:00,0.605,0.63,0.59,0.615,0.40036434173583985,909605,0.0,0.0 2023-04-18 00:00:00+01:00,0.605,0.63,0.6,0.615,0.40036434173583985,590782,0.0,0.0 2023-04-19 00:00:00+01:00,0.61,0.61,0.6,0.615,0.40036434173583985,76092,0.0,0.0 2023-04-20 00:00:00+01:00,0.63,0.63,0.6,0.615,0.40036434173583985,37563,0.0,0.0 2023-04-21 00:00:00+01:00,0.61,0.63,0.6,0.615,0.40036434173583985,88138,0.0,0.0 2023-04-24 00:00:00+01:00,0.6006000137329102,0.6043999862670899,0.595629997253418,0.615,0.40036434173583985,147667,0.0,0.0 2023-04-25 00:00:00+01:00,0.6,0.6029999923706055,0.6,0.615,0.40036434173583985,30355,0.0,0.0 2023-04-26 00:00:00+01:00,0.6047999954223633,0.610999984741211,0.587599983215332,0.615,0.40036434173583985,2967032,0.0,0.0 2023-04-27 00:00:00+01:00,0.6047999954223633,0.6047999954223633,0.6,0.615,0.40036434173583985,65526,0.0,0.0 2023-04-28 00:00:00+01:00,0.615,0.615,0.6,0.6075,0.39548187255859374,352692,0.0,0.0 2023-05-02 00:00:00+01:00,0.6,0.615,0.59,0.605,0.3938544082641602,155411,0.0,0.0 2023-05-03 00:00:00+01:00,0.5975,0.615,0.59125,0.605,0.3938544082641602,36328,0.0,0.0 2023-05-04 00:00:00+01:00,0.5975,0.5975,0.5928799819946289,0.6025,0.39222690582275394,72602,0.0,0.0 2023-05-05 00:00:00+01:00,0.615,0.615,0.6,0.61,0.3971094131469727,32907,0.0,0.0 2023-05-09 00:00:00+01:00,0.6040000152587891,0.615999984741211,0.5920000076293945,0.61,0.3971094131469727,127134,0.0,0.0 2023-05-10 00:00:00+01:00,0.6175,0.63,0.605,0.62,0.40361938476562503,91162,0.0,0.0 2023-05-11 00:00:00+01:00,0.64,0.64,0.6129999923706054,0.625,0.40687438964843753,150975,0.0,0.0 2023-05-12 00:00:00+01:00,0.64,0.64,0.615999984741211,0.6275000000000001,0.4085018920898438,137235,0.0,0.0 2023-05-15 00:00:00+01:00,0.6290000152587891,0.6290000152587891,0.6157799911499023,0.6275000000000001,0.4085018920898438,82115,0.0,0.0 2023-05-16 00:00:00+01:00,0.62,0.64,0.62,0.63,0.4101293182373047,303389,0.0,0.0 2023-05-17 00:00:00+01:00,0.632150001525879,0.632150001525879,0.625,0.6325000000000001,0.4117568588256836,28655,0.0,0.0 2023-05-18 00:00:00+01:00,0.65,0.65,0.6225,0.635,0.41338436126708983,57177,0.0,0.0 2023-05-19 00:00:00+01:00,0.63,0.665,0.625,0.645,0.41989429473876955,179958,0.0,0.0 2023-05-22 00:00:00+01:00,0.6430000305175781,0.665,0.625,0.6475,0.4215218734741211,158714,0.0,0.0 2023-05-23 00:00:00+01:00,0.6381700134277344,0.6443499755859375,0.6353200149536133,0.6475,0.4215218734741211,54054,0.0,0.0 2023-05-24 00:00:00+01:00,0.6354999923706055,0.6425,0.6303499984741211,0.65,0.4231493377685547,235544,0.0,0.0 2023-05-25 00:00:00+01:00,0.6419999694824219,0.655,0.6348899841308594,0.645,0.41989429473876955,134823,0.0,0.0 2023-05-26 00:00:00+01:00,0.6456700134277343,0.665,0.64,0.65,0.4231493377685547,86748,0.0,0.0 2023-05-30 00:00:00+01:00,0.6401499938964844,0.6436599731445313,0.6397000122070312,0.65,0.4231493377685547,50285,0.0,0.0 2023-05-31 00:00:00+01:00,0.64,0.665,0.64,0.6525,0.4247768020629883,26753,0.0,0.0 2023-06-01 00:00:00+01:00,0.65,0.665,0.6370800018310547,0.6525,0.4247768020629883,31151,0.0,0.0 2023-06-02 00:00:00+01:00,0.6525,0.655,0.6524800109863281,0.655,0.4264043426513672,40996,0.0,0.0 2023-06-05 00:00:00+01:00,0.6512799835205079,0.66,0.64125,0.655,0.4264043426513672,242498,0.0,0.0 2023-06-06 00:00:00+01:00,0.6506500244140625,0.67,0.6506500244140625,0.6575,0.4280318069458008,105788,0.0,0.0 2023-06-07 00:00:00+01:00,0.6541000366210937,0.66,0.6526000213623047,0.6575,0.4280318069458008,54325,0.0,0.0 2023-06-08 00:00:00+01:00,0.66,0.67,0.6531999969482422,0.655,0.4264043426513672,43990,0.0,0.0 2023-06-09 00:00:00+01:00,0.64,0.68,0.64,0.6625,0.431286849975586,145162,0.0,0.0 2023-06-12 00:00:00+01:00,0.6604000091552734,0.685,0.65,0.6675,0.4345418167114258,116828,0.0,0.0 2023-06-13 00:00:00+01:00,0.6780000305175782,0.685,0.6630000305175782,0.665,0.43291431427001953,59506,0.0,0.0 2023-06-14 00:00:00+01:00,0.6581999969482422,0.675,0.6515499877929688,0.6575,0.4280318069458008,30072,0.0,0.0 2023-06-15 00:00:00+01:00,0.67,0.67,0.645479965209961,0.655,0.4264043426513672,63611,0.0,0.0 2023-06-16 00:00:00+01:00,0.6669999694824219,0.675,0.6669999694824219,0.66,0.4296592712402344,5074,0.0,0.0 2023-06-19 00:00:00+01:00,0.665,0.6900000000000001,0.665,0.6775,0.44105186462402346,161710,0.0,0.0 2023-06-20 00:00:00+01:00,0.67,0.68,0.66,0.675,0.4394243240356445,216682,0.0,0.0 2023-06-21 00:00:00+01:00,0.675,0.6900000000000001,0.66,0.6825,0.44430683135986326,150869,0.0,0.0 2023-06-22 00:00:00+01:00,0.67,0.6900000000000001,0.64,0.68,0.442679328918457,201540,0.0,0.0 2023-06-23 00:00:00+01:00,0.675,0.6900000000000001,0.64,0.68,0.442679328918457,133382,0.0,0.0 2023-06-26 00:00:00+01:00,0.66,0.6900000000000001,0.66,0.675,0.4394243240356445,103761,0.0,0.0 2023-06-27 00:00:00+01:00,0.66,0.6900000000000001,0.66,0.675,0.4394243240356445,30186,0.0,0.0 2023-06-28 00:00:00+01:00,0.67,0.6900000000000001,0.6637500000000001,0.685,0.44593433380126957,700319,0.0,0.0 2023-06-29 00:00:00+01:00,0.665,0.675,0.645,0.655,0.4264899444580078,18394,0.0001375,0.0 2023-06-30 00:00:00+01:00,0.65,0.68,0.635,0.665,0.43300121307373046,148965,0.0,0.0 2023-07-03 00:00:00+01:00,0.66,0.67,0.65,0.665,0.43300121307373046,135586,0.0,0.0 2023-07-04 00:00:00+01:00,0.65,0.6682700347900391,0.65,0.6575,0.4281177520751953,57088,0.0,0.0 2023-07-05 00:00:00+01:00,0.6583999633789063,0.67,0.65,0.655,0.4264899444580078,306985,0.0,0.0 2023-07-06 00:00:00+01:00,0.65,0.665,0.65,0.655,0.4264899444580078,66894,0.0,0.0 2023-07-07 00:00:00+01:00,0.66,0.68,0.66,0.6725,0.43788475036621094,95896,0.0,0.0 2023-07-10 00:00:00+01:00,0.67,0.68,0.6480000305175782,0.6575,0.4281177520751953,219017,0.0,0.0 2023-07-11 00:00:00+01:00,0.65,0.665,0.65,0.6575,0.4281177520751953,57209,0.0,0.0 2023-07-12 00:00:00+01:00,0.65,0.67,0.65,0.66,0.42974559783935545,42248,0.0,0.0 2023-07-13 00:00:00+01:00,0.655,0.68,0.6533000183105468,0.6675,0.43462898254394533,10284,0.0,0.0 2023-07-14 00:00:00+01:00,0.65,0.6698000335693359,0.65,0.665,0.43300121307373046,50535,0.0,0.0 2023-07-17 00:00:00+01:00,0.65,0.68,0.65,0.665,0.43300121307373046,18315,0.0,0.0 2023-07-18 00:00:00+01:00,0.655,0.68,0.6515000152587891,0.665,0.43300121307373046,318652,0.0,0.0 2023-07-19 00:00:00+01:00,0.68,0.68625,0.6631400299072265,0.675,0.4395125198364258,66847,0.0,0.0 2023-07-20 00:00:00+01:00,0.685,0.7000000000000001,0.68,0.68,0.44276817321777345,172890,0.0,0.0 2023-07-21 00:00:00+01:00,0.685,0.705,0.685,0.6975,0.4541629791259766,24157,0.0,0.0 2023-07-24 00:00:00+01:00,0.685,0.71,0.685,0.6975,0.4541629791259766,68054,0.0,0.0 2023-07-25 00:00:00+01:00,0.68,0.7005000305175781,0.66,0.6900000000000001,0.4492794418334961,28074,0.0,0.0 2023-07-26 00:00:00+01:00,0.68,0.71,0.675,0.6950000000000001,0.4525351333618164,67188,0.0,0.0 2023-07-27 00:00:00+01:00,0.675,0.6881999969482422,0.675,0.6925,0.45090732574462894,9101,0.0,0.0 2023-07-28 00:00:00+01:00,0.675,0.705,0.675,0.6925,0.45090732574462894,4390,0.0,0.0 2023-07-31 00:00:00+01:00,0.68,0.71,0.68,0.6950000000000001,0.4525351333618164,32055,0.0,0.0 2023-08-01 00:00:00+01:00,0.68,0.705,0.68,0.6900000000000001,0.4492794418334961,25949,0.0,0.0 2023-08-02 00:00:00+01:00,0.68,0.71,0.675,0.68,0.44276817321777345,37895,0.0,0.0 2023-08-03 00:00:00+01:00,0.675,0.71,0.67,0.67,0.43625694274902344,76873,0.0,0.0 2023-08-04 00:00:00+01:00,0.675,0.71,0.67,0.67,0.43625694274902344,18699,0.0,0.0 2023-08-07 00:00:00+01:00,0.67,0.71,0.66,0.6900000000000001,0.4492794418334961,72565,0.0,0.0 2023-08-08 00:00:00+01:00,0.67,0.71,0.66,0.685,0.44602386474609373,13906,0.0,0.0 2023-08-09 00:00:00+01:00,0.67,0.7000000000000001,0.64,0.67,0.43625694274902344,66280,0.0,0.0 2023-08-10 00:00:00+01:00,0.65,0.6900000000000001,0.62,0.6525,0.42486209869384767,579289,0.0,0.0 2023-08-11 00:00:00+01:00,0.64,0.665,0.64,0.6525,0.42486209869384767,38863,0.0,0.0 2023-08-14 00:00:00+01:00,0.64,0.66,0.64,0.65,0.42323429107666016,46571,0.0,0.0 2023-08-15 00:00:00+01:00,0.635,0.66,0.625,0.6325000000000001,0.41183956146240236,37767,0.0,0.0 2023-08-16 00:00:00+01:00,0.625,0.64,0.605,0.6275000000000001,0.408583869934082,20371,0.0,0.0 2023-08-17 00:00:00+01:00,0.61,0.61,0.5650000000000001,0.5875,0.38253868103027344,378746,0.0,0.0 2023-08-18 00:00:00+01:00,0.59,0.59375,0.5757799911499023,0.5925,0.3857943344116211,124659,0.0,0.0 2023-08-21 00:00:00+01:00,0.5864300155639649,0.5931700134277343,0.585,0.5925,0.3857943344116211,51995,0.0,0.0 2023-08-22 00:00:00+01:00,0.5831399917602539,0.6,0.58,0.59,0.3841665267944336,42011,0.0,0.0 2023-08-23 00:00:00+01:00,0.6,0.6,0.590880012512207,0.59,0.3841665267944336,286698,0.0,0.0 2023-08-24 00:00:00+01:00,0.6,0.6,0.5739899826049805,0.5875,0.38253868103027344,33641,0.0,0.0 2023-08-25 00:00:00+01:00,0.6,0.6046099853515625,0.574129981994629,0.585,0.38091087341308594,32575,0.0,0.0 2023-08-29 00:00:00+01:00,0.6,0.61,0.5944300079345703,0.5875,0.38253868103027344,61196,0.0,0.0 2023-08-30 00:00:00+01:00,0.6,0.61,0.5750000000000001,0.59,0.3841665267944336,93191,0.0,0.0 2023-08-31 00:00:00+01:00,0.605,0.615,0.58,0.5975,0.3890500259399414,275257,0.0,0.0 2023-09-01 00:00:00+01:00,0.615,0.64,0.6,0.62,0.40370037078857424,104628,0.0,0.0 2023-09-04 00:00:00+01:00,0.635,0.675,0.635,0.655,0.4264899444580078,107175,0.0,0.0 2023-09-05 00:00:00+01:00,0.615,0.68,0.615,0.615,0.4004447555541992,73702,0.0,0.0 2023-09-06 00:00:00+01:00,0.6436000061035156,0.65,0.61,0.63,0.4102117156982422,367478,0.0,0.0 2023-09-07 00:00:00+01:00,0.615,0.65,0.61,0.61,0.3971891403198242,43729,0.0,0.0 2023-09-08 00:00:00+01:00,0.645,0.65,0.61,0.63,0.4102117156982422,100766,0.0,0.0 2023-09-11 00:00:00+01:00,0.63,0.65,0.61,0.625,0.4069560623168945,52085,0.0,0.0 2023-09-12 00:00:00+01:00,0.6352000045776367,0.65,0.61,0.63,0.4102117156982422,87094,0.0,0.0 2023-09-13 00:00:00+01:00,0.615,0.645,0.615,0.62,0.40370037078857424,26346,0.0,0.0 2023-09-14 00:00:00+01:00,0.62,0.65,0.600999984741211,0.6225,0.4054181289672852,48854,0.0001375,0.0 2023-09-15 00:00:00+01:00,0.64,0.66,0.62,0.64,0.4168154525756836,75282,0.0,0.0 2023-09-18 00:00:00+01:00,0.6204000091552735,0.6205599975585938,0.6204000091552735,0.64,0.4168154525756836,18450,0.0,0.0 2023-09-19 00:00:00+01:00,0.62,0.66,0.62,0.64,0.4168154525756836,40906,0.0,0.0 2023-09-20 00:00:00+01:00,0.6358700180053711,0.655,0.625,0.6425,0.4184436416625977,96430,0.0,0.0 2023-09-21 00:00:00+01:00,0.63,0.665,0.625,0.645,0.4200718307495117,11241,0.0,0.0 2023-09-22 00:00:00+01:00,0.625,0.665,0.61,0.64,0.4168154525756836,67013,0.0,0.0 2023-09-25 00:00:00+01:00,0.63,0.66,0.62,0.63,0.41030269622802734,24937,0.0,0.0 2023-09-26 00:00:00+01:00,0.65,0.685,0.63,0.65,0.42332820892333983,44118,0.0,0.0 2023-09-27 00:00:00+01:00,0.665,0.67,0.63,0.63,0.41030269622802734,27661,0.0,0.0 2023-09-28 00:00:00+01:00,0.63,0.655,0.6270000076293946,0.63,0.41030269622802734,155574,0.0,0.0 2023-09-29 00:00:00+01:00,0.63,0.67,0.605,0.615,0.4005335998535156,131937,0.0,0.0 2023-10-02 00:00:00+01:00,0.6243299865722657,0.630999984741211,0.6243299865722657,0.6225,0.4054181289672852,3878,0.0,0.0 2023-10-03 00:00:00+01:00,0.615,0.630999984741211,0.59,0.6125,0.3989054107666016,22783,0.0,0.0 2023-10-04 00:00:00+01:00,0.595,0.62,0.58,0.58,0.37773899078369144,149484,0.0,0.0 2023-10-05 00:00:00+01:00,0.61,0.6,0.58,0.58,0.37773899078369144,40234,0.0,0.0 2023-10-06 00:00:00+01:00,0.5920000076293945,0.62,0.58,0.6,0.39076446533203124,64721,0.0,0.0 2023-10-09 00:00:00+01:00,0.58,0.6,0.5630799865722657,0.5825,0.3793672180175781,38821,0.0,0.0 2023-10-10 00:00:00+01:00,0.5650000000000001,0.605,0.56,0.5750000000000001,0.3744826889038086,787604,0.0,0.0 2023-10-11 00:00:00+01:00,0.6,0.6,0.56,0.5775,0.37611080169677735,396202,0.0,0.0 2023-10-12 00:00:00+01:00,0.5700000000000001,0.6,0.56,0.5700000000000001,0.3712261962890625,58902,0.0,0.0 2023-10-13 00:00:00+01:00,0.56,0.6,0.56,0.58,0.37773899078369144,62760,0.0,0.0 2023-10-16 00:00:00+01:00,0.56,0.5872000122070312,0.51,0.535,0.3484316253662109,804629,0.0,0.0 2023-10-17 00:00:00+01:00,0.55,0.58,0.52,0.555,0.36145713806152346,192854,0.0,0.0 2023-10-18 00:00:00+01:00,0.5750000000000001,0.595,0.535,0.5700000000000001,0.3712261962890625,133577,0.0,0.0 2023-10-19 00:00:00+01:00,0.545,0.595,0.535,0.545,0.35494441986083985,59492,0.0,0.0 2023-10-20 00:00:00+01:00,0.535,0.5445000076293945,0.5325,0.5625,0.3663417053222656,138000,0.0,0.0 2023-10-23 00:00:00+01:00,0.539000015258789,0.5750000000000001,0.525,0.55,0.358200798034668,9624,0.0,0.0 2023-10-24 00:00:00+01:00,0.5381999969482422,0.5381999969482422,0.5381999969482422,0.555,0.36145713806152346,16791,0.0,0.0 2023-10-25 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.525,0.555,0.36145713806152346,34498,0.0,0.0 2023-10-26 00:00:00+01:00,0.535,0.535,0.53,0.5525,0.359828987121582,31165,0.0,0.0 2023-10-27 00:00:00+01:00,0.5331499862670899,0.5331499862670899,0.5331499862670899,0.5525,0.359828987121582,36990,0.0,0.0 2023-10-30 00:00:00+00:00,0.555,0.5750000000000001,0.5236999893188476,0.5575,0.3630853271484375,1242541,0.0,0.0 2023-10-31 00:00:00+00:00,0.54,0.595,0.525,0.55,0.358200798034668,283853,0.0,0.0 2023-11-01 00:00:00+00:00,0.545,0.5650000000000001,0.52,0.53,0.3451752853393555,566418,0.0,0.0 2023-11-02 00:00:00+00:00,0.54,0.5436000061035157,0.53,0.535,0.3484316253662109,108171,0.0,0.0 2023-11-03 00:00:00+00:00,0.55,0.55,0.51,0.53,0.3451752853393555,331841,0.0,0.0 2023-11-06 00:00:00+00:00,0.53,0.585,0.51,0.53,0.3451752853393555,390173,0.0,0.0 2023-11-07 00:00:00+00:00,0.53,0.56,0.51,0.55,0.358200798034668,214420,0.0,0.0 2023-11-08 00:00:00+00:00,0.5700000000000001,0.58,0.51,0.5375,0.35005985260009764,237162,0.0,0.0 2023-11-09 00:00:00+00:00,0.54,0.58,0.51,0.54,0.35168804168701173,200385,0.0,0.0 2023-11-10 00:00:00+00:00,0.5359999847412109,0.545,0.52,0.53,0.3451752853393555,121979,0.0,0.0 2023-11-13 00:00:00+00:00,0.54,0.55,0.52,0.54,0.35168804168701173,389388,0.0,0.0 2023-11-14 00:00:00+00:00,0.56,0.56,0.52,0.5425,0.35331623077392577,609850,0.0,0.0 2023-11-15 00:00:00+00:00,0.555,0.58,0.52,0.555,0.36145713806152346,490104,0.0,0.0 2023-11-16 00:00:00+00:00,0.595,0.6,0.55,0.5700000000000001,0.3712261962890625,93794,0.0,0.0 2023-11-17 00:00:00+00:00,0.5650000000000001,0.6,0.56,0.58,0.37773899078369144,140066,0.0,0.0 2023-11-20 00:00:00+00:00,0.6,0.6,0.56,0.58,0.37773899078369144,320620,0.0,0.0 2023-11-21 00:00:00+00:00,0.595,0.595,0.56,0.5750000000000001,0.3744826889038086,139340,0.0,0.0 2023-11-22 00:00:00+00:00,0.5725,0.5858000183105468,0.5725,0.5725,0.37285442352294923,55986,0.0,0.0 2023-11-23 00:00:00+00:00,0.5725699996948242,0.59,0.555,0.5725,0.37285442352294923,330335,0.0,0.0 2023-11-24 00:00:00+00:00,0.59,0.59,0.555,0.5725,0.37285442352294923,154362,0.0,0.0 2023-11-27 00:00:00+00:00,0.5734000015258789,0.5734000015258789,0.5729700088500976,0.5725,0.37285442352294923,48455,0.0,0.0 2023-11-28 00:00:00+00:00,0.5628300094604493,0.5700000000000001,0.5550199890136719,0.5700000000000001,0.3712261962890625,84308,0.0,0.0 2023-11-29 00:00:00+00:00,0.585,0.585,0.56,0.5725,0.37285442352294923,72614,0.0,0.0 2023-11-30 00:00:00+00:00,0.5454999923706055,0.5750000000000001,0.5454800033569336,0.5650000000000001,0.3679698944091797,40294,0.0,0.0 2023-12-01 00:00:00+00:00,0.5750000000000001,0.585,0.5548300170898438,0.5700000000000001,0.3712261962890625,109607,0.0,0.0 2023-12-04 00:00:00+00:00,0.56,0.585,0.5397900009155273,0.5525,0.359828987121582,197717,0.0,0.0 2023-12-05 00:00:00+00:00,0.54625,0.58,0.51,0.55,0.358200798034668,128028,0.0,0.0 2023-12-06 00:00:00+00:00,0.58,0.58,0.53,0.5625,0.3663417053222656,82495,0.0,0.0 2023-12-07 00:00:00+00:00,0.5525,0.58,0.5524399948120118,0.5750000000000001,0.3744826889038086,54474,0.0,0.0 2023-12-08 00:00:00+00:00,0.5700000000000001,0.58,0.555,0.5675,0.36959808349609374,74689,0.0,0.0 2023-12-11 00:00:00+00:00,0.58,0.58,0.55,0.5750000000000001,0.3744826889038086,101375,0.0,0.0 2023-12-12 00:00:00+00:00,0.590999984741211,0.5945000076293946,0.5578499984741211,0.5750000000000001,0.3744826889038086,94888,0.0,0.0 2023-12-13 00:00:00+00:00,0.66,0.75,0.63,0.64,0.4168154525756836,1502469,0.0,0.0 2023-12-14 00:00:00+00:00,0.65,0.6923999786376953,0.63,0.66,0.42984092712402344,1203852,0.0,0.0 2023-12-15 00:00:00+00:00,0.665,0.6900000000000001,0.635,0.6725,0.4379818725585938,707751,0.0,0.0 2023-12-18 00:00:00+00:00,0.685,0.685,0.63,0.6525,0.4249563980102539,450736,0.0,0.0 2023-12-19 00:00:00+00:00,0.67,0.685,0.65,0.675,0.4396100616455078,359770,0.0,0.0 2023-12-20 00:00:00+00:00,0.685,0.685,0.67,0.6775,0.4412382507324219,211670,0.0,0.0 2023-12-21 00:00:00+00:00,0.67,0.685,0.64,0.655,0.4266711807250977,415255,0.0001375,0.0 2023-12-22 00:00:00+00:00,0.66,0.66,0.645,0.655,0.4266711807250977,122057,0.0,0.0 2023-12-27 00:00:00+00:00,0.6597699737548828,0.6597699737548828,0.642509994506836,0.65,0.4234141159057617,180039,0.0,0.0 2023-12-28 00:00:00+00:00,0.65,0.6597699737548828,0.642509994506836,0.6525,0.425042610168457,119959,0.0,0.0 2023-12-29 00:00:00+00:00,0.66,0.7000000000000001,0.635,0.66,0.42992816925048827,153981,0.0,0.0 2024-01-02 00:00:00+00:00,0.685,0.72,0.64,0.675,0.4396992874145508,361509,0.0,0.0 2024-01-03 00:00:00+00:00,0.685,0.71,0.66,0.6825,0.44458484649658203,286050,0.0,0.0 2024-01-04 00:00:00+00:00,0.6808999633789062,0.6900000000000001,0.65,0.6775,0.44132781982421876,63840,0.0,0.0 2024-01-05 00:00:00+00:00,0.6777999877929688,0.6777999877929688,0.6709999847412109,0.675,0.4396992874145508,58090,0.0,0.0 2024-01-08 00:00:00+00:00,0.665,0.6739399719238282,0.6533000183105468,0.6725,0.4380707550048828,120389,0.0,0.0 2024-01-09 00:00:00+00:00,0.6675,0.6676000213623047,0.6676000213623047,0.675,0.4396992874145508,111438,0.0,0.0 2024-01-10 00:00:00+00:00,0.6763999938964844,0.6900000000000001,0.655,0.68,0.4429562759399414,31967,0.0,0.0 2024-01-11 00:00:00+00:00,0.67,0.7000000000000001,0.6625,0.68,0.4429562759399414,58226,0.0,0.0 2024-01-12 00:00:00+00:00,0.6900000000000001,0.6900000000000001,0.66,0.675,0.4396992874145508,48019,0.0,0.0 2024-01-15 00:00:00+00:00,0.669000015258789,0.669000015258789,0.6630000305175782,0.675,0.4396992874145508,49462,0.0,0.0 2024-01-16 00:00:00+00:00,0.675,0.725,0.6644599914550782,0.6975,0.4543559265136719,235182,0.0,0.0 2024-01-17 00:00:00+00:00,0.6711000061035156,0.71,0.665,0.6875,0.44784183502197267,4792,0.0,0.0 2024-01-18 00:00:00+00:00,0.6819999694824219,0.6859999847412109,0.666989974975586,0.6775,0.44132781982421876,25351,0.0,0.0 2024-01-19 00:00:00+00:00,0.665,0.66572998046875,0.665,0.6875,0.44784183502197267,24696,0.0,0.0 2024-01-22 00:00:00+00:00,0.67,0.71,0.6604000091552734,0.6900000000000001,0.44947036743164065,23119,0.0,0.0 2024-01-23 00:00:00+00:00,0.705,0.71,0.665,0.68,0.4429562759399414,22499,0.0,0.0 2024-01-24 00:00:00+00:00,0.6880000305175782,0.71,0.675,0.6950000000000001,0.45272743225097656,28741,0.0,0.0 2024-01-25 00:00:00+00:00,0.675,0.71,0.675,0.6725,0.4380707550048828,50665,0.0,0.0 2024-01-26 00:00:00+00:00,0.665,0.6900000000000001,0.64,0.665,0.4331851959228516,4394,0.0,0.0 2024-01-29 00:00:00+00:00,0.63,0.67,0.6131600189208984,0.6175,0.40224342346191405,287118,0.0,0.0 2024-01-30 00:00:00+00:00,0.62,0.645,0.6123799896240234,0.63,0.4103860092163086,152632,0.0,0.0 2024-01-31 00:00:00+00:00,0.63,0.63,0.615,0.6325000000000001,0.41201454162597656,70345,0.0,0.0 2024-02-01 00:00:00+00:00,0.62,0.62,0.6146099853515625,0.6175,0.40224342346191405,57066,0.0,0.0 2024-02-02 00:00:00+00:00,0.61,0.62,0.569630012512207,0.5975,0.38921527862548827,442360,0.0,0.0 2024-02-05 00:00:00+00:00,0.5750000000000001,0.61,0.525,0.5700000000000001,0.3713016128540039,944448,0.0,0.0 2024-02-06 00:00:00+00:00,0.58,0.595,0.55,0.5750000000000001,0.37455860137939456,68747,0.0,0.0 2024-02-07 00:00:00+00:00,0.58,0.58,0.55,0.5700000000000001,0.3713016128540039,250230,0.0,0.0 2024-02-08 00:00:00+00:00,0.55,0.58,0.53,0.5575,0.36315906524658204,139923,0.0,0.0 2024-02-09 00:00:00+00:00,0.58,0.63,0.5572000122070313,0.6225,0.4055004501342774,701326,0.0,0.0 2024-02-12 00:00:00+00:00,0.625,0.6736000061035157,0.6,0.66,0.42992816925048827,669752,0.0,0.0 2024-02-13 00:00:00+00:00,0.655,0.6879399871826172,0.6425,0.6575,0.42829963684082034,401964,0.0,0.0 2024-02-14 00:00:00+00:00,0.67,0.6940000152587891,0.6611499786376953,0.685,0.4462133407592774,253829,0.0,0.0 2024-02-15 00:00:00+00:00,0.67,0.7000000000000001,0.66,0.68,0.4429562759399414,229074,0.0,0.0 2024-02-16 00:00:00+00:00,0.68,0.7000000000000001,0.67,0.6775,0.44132781982421876,269207,0.0,0.0 2024-02-19 00:00:00+00:00,0.68,0.71,0.67,0.685,0.4462133407592774,166587,0.0,0.0 2024-02-20 00:00:00+00:00,0.66,0.6940000152587891,0.66,0.675,0.4396992874145508,191808,0.0,0.0 2024-02-21 00:00:00+00:00,0.705,0.705,0.655,0.6825,0.44458484649658203,121902,0.0,0.0 2024-02-22 00:00:00+00:00,0.705,0.705,0.655,0.6725,0.4380707550048828,104485,0.0,0.0 2024-02-23 00:00:00+00:00,0.6840000152587891,0.6840000152587891,0.655,0.6725,0.4380707550048828,150470,0.0,0.0 2024-02-26 00:00:00+00:00,0.6680000305175782,0.683499984741211,0.6680000305175782,0.68,0.4429562759399414,125830,0.0,0.0 2024-02-27 00:00:00+00:00,0.6900000000000001,0.705,0.655,0.68,0.4429562759399414,149705,0.0,0.0 2024-02-28 00:00:00+00:00,0.6819999694824219,0.6819999694824219,0.6630000305175782,0.6775,0.44132781982421876,55839,0.0,0.0 2024-02-29 00:00:00+00:00,0.6817500305175781,0.6817500305175781,0.6594999694824218,0.6675,0.4348137283325195,34166,0.0,0.0 2024-03-01 00:00:00+00:00,0.6628500366210938,0.6809999847412109,0.6619999694824219,0.68,0.4429562759399414,16543,0.0,0.0 2024-03-04 00:00:00+00:00,0.6619999694824219,0.675,0.6575,0.68,0.4429562759399414,87754,0.0,0.0 2024-03-05 00:00:00+00:00,0.6900000000000001,0.6950000000000001,0.635,0.66,0.42992816925048827,237774,0.0,0.0 2024-03-06 00:00:00+00:00,0.645,0.65,0.635,0.6525,0.425042610168457,240696,0.0,0.0 2024-03-07 00:00:00+00:00,0.640790023803711,0.65,0.635,0.6575,0.42829963684082034,110999,0.0,0.0 2024-03-08 00:00:00+00:00,0.64,0.644000015258789,0.635,0.6575,0.42829963684082034,140527,0.0,0.0 2024-03-11 00:00:00+00:00,0.64,0.68,0.61,0.645,0.42015708923339845,113860,0.0,0.0 2024-03-12 00:00:00+00:00,0.64,0.67,0.62,0.64,0.4169000625610352,315717,0.0,0.0 2024-03-13 00:00:00+00:00,0.61,0.654000015258789,0.61,0.645,0.42015708923339845,292627,0.0,0.0 2024-03-14 00:00:00+00:00,0.68,0.68,0.625,0.655,0.4266711807250977,138921,0.0,0.0 2024-03-15 00:00:00+00:00,0.67,0.68,0.610999984741211,0.645,0.42015708923339845,105925,0.0,0.0 2024-03-18 00:00:00+00:00,0.6375000000000001,0.67,0.6173899841308594,0.635,0.4136430358886719,126148,0.0,0.0 2024-03-19 00:00:00+00:00,0.6215000152587891,0.635,0.62,0.635,0.4136430358886719,28666,0.0,0.0 2024-03-20 00:00:00+00:00,0.6346799850463868,0.6451999664306641,0.615,0.6275000000000001,0.40875747680664065,73556,0.0,0.0 2024-03-21 00:00:00+00:00,0.63,0.65,0.6195000076293945,0.64,0.4169914245605469,88394,0.0001375,0.0 2024-03-22 00:00:00+00:00,0.65,0.66,0.632249984741211,0.665,0.43328018188476564,91630,0.0,0.0 2024-03-25 00:00:00+00:00,0.6544999694824218,0.6805000305175781,0.6530500030517579,0.6625,0.43165130615234376,137030,0.0,0.0 2024-03-26 00:00:00+00:00,0.67,0.67,0.64,0.665,0.43328018188476564,21395,0.0,0.0 2024-03-27 00:00:00+00:00,0.65,0.67,0.6459999847412109,0.665,0.43328018188476564,213526,0.0,0.0 2024-03-28 00:00:00+00:00,0.685,0.735,0.64,0.685,0.4463111114501953,472654,0.0,0.0 2024-04-02 00:00:00+01:00,0.6735900115966797,0.7080000305175781,0.67,0.6890000152587891,0.448917350769043,76092,0.0,0.0 2024-04-03 00:00:00+01:00,0.67,0.7080000305175781,0.6659999847412109,0.68,0.44305339813232425,70721,0.0,0.0 2024-04-04 00:00:00+01:00,0.68,0.71,0.67,0.675,0.43979568481445314,146156,0.0,0.0 2024-04-05 00:00:00+01:00,0.68,0.71,0.67,0.6900000000000001,0.44956890106201175,19711,0.0,0.0 2024-04-08 00:00:00+01:00,0.68,0.73,0.67,0.68,0.44305339813232425,57859,0.0,0.0 2024-04-09 00:00:00+01:00,0.68,0.6862000274658203,0.65,0.6790000152587891,0.4424018096923828,310453,0.0,0.0 2024-04-10 00:00:00+01:00,0.67,0.6919999694824219,0.664000015258789,0.6780000305175782,0.44175033569335936,119734,0.0,0.0 2024-04-11 00:00:00+01:00,0.66,0.6900000000000001,0.6419999694824219,0.67,0.43653789520263675,153914,0.0,0.0 2024-04-12 00:00:00+01:00,0.6638600158691407,0.665,0.6473500061035157,0.6709999847412109,0.43718944549560546,193849,0.0,0.0 2024-04-15 00:00:00+01:00,0.6425,0.658499984741211,0.6425,0.6669999694824219,0.43458324432373047,41687,0.0,0.0 2024-04-16 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6419999694824219,0.6669999694824219,0.43458324432373047,62860,0.0,0.0 2024-04-17 00:00:00+01:00,0.6475,0.6919999694824219,0.6383700180053711,0.6669999694824219,0.43458324432373047,39294,0.0,0.0 2024-04-18 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6475,0.6669999694824219,0.43458324432373047,4573,0.0,0.0 2024-04-19 00:00:00+01:00,0.6569999694824219,0.6569999694824219,0.6565000152587891,0.6669999694824219,0.43458324432373047,9109,0.0,0.0 2024-04-22 00:00:00+01:00,0.6569999694824219,0.7000000000000001,0.654000015258789,0.68,0.44305339813232425,157395,0.0,0.0 2024-04-23 00:00:00+01:00,0.664000015258789,0.6959999847412109,0.6559999847412109,0.6759999847412109,0.44044715881347657,1338430,0.0,0.0 2024-04-24 00:00:00+01:00,0.66,0.6776000213623047,0.6594000244140625,0.6759999847412109,0.44044715881347657,51299,0.0,0.0 2024-04-25 00:00:00+01:00,0.6699900054931641,0.6699900054931641,0.6559999847412109,0.6759999847412109,0.44044715881347657,99131,0.0,0.0 2024-04-26 00:00:00+01:00,0.6730000305175782,0.6730000305175782,0.6559999847412109,0.6759999847412109,0.44044715881347657,231770,0.0,0.0 2024-04-29 00:00:00+01:00,0.6559999847412109,0.7000000000000001,0.6504000091552734,0.67,0.43653789520263675,84814,0.0,0.0 2024-04-30 00:00:00+01:00,0.654000015258789,0.6900000000000001,0.625999984741211,0.6580000305175782,0.4287192916870117,94913,0.0,0.0 2024-05-01 00:00:00+01:00,0.64,0.6780000305175782,0.6379999923706055,0.6580000305175782,0.4287192916870117,77992,0.0,0.0 2024-05-02 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6400399780273438,0.6580000305175782,0.4287192916870117,22405,0.0,0.0 2024-05-03 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6404199981689453,0.6580000305175782,0.4287192916870117,23828,0.0,0.0 2024-05-07 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6379999923706055,0.6580000305175782,0.4287192916870117,210436,0.0,0.0 2024-05-08 00:00:00+01:00,0.6599900054931641,0.6599900054931641,0.6379999923706055,0.6580000305175782,0.4287192916870117,112599,0.0,0.0 2024-05-09 00:00:00+01:00,0.67,0.67,0.6379999923706055,0.6580000305175782,0.4287192916870117,131700,0.0,0.0 2024-05-10 00:00:00+01:00,0.6476000213623047,0.6476000213623047,0.6379999923706055,0.6580000305175782,0.4287192916870117,67571,0.0,0.0 2024-05-13 00:00:00+01:00,0.6476000213623047,0.6476000213623047,0.6381999969482423,0.6459999847412109,0.4209007263183594,20851,0.0,0.0 2024-05-14 00:00:00+01:00,0.6379999923706055,0.654000015258789,0.6340000152587891,0.639000015258789,0.4163398742675781,167240,0.0,0.0 2024-05-15 00:00:00+01:00,0.6379999923706055,0.661989974975586,0.6379999923706055,0.6559999847412109,0.4274161911010742,233062,0.0,0.0 2024-05-16 00:00:00+01:00,0.635999984741211,0.6759999847412109,0.6320000076293946,0.65,0.4235069274902344,121751,0.0,0.0 2024-05-17 00:00:00+01:00,0.64,0.6459999847412109,0.63,0.635,0.41373367309570314,112747,0.0,0.0 2024-05-20 00:00:00+01:00,0.635999984741211,0.66,0.635999984741211,0.645,0.42024917602539064,25568,0.0,0.0 2024-05-21 00:00:00+01:00,0.63,0.65,0.620999984741211,0.63,0.410475959777832,122696,0.0,0.0 2024-05-22 00:00:00+01:00,0.6279999923706054,0.64,0.6224800109863281,0.625999984741211,0.4078697204589844,40987,0.0,0.0 2024-05-23 00:00:00+01:00,0.6304999923706055,0.64,0.62,0.63,0.410475959777832,41312,0.0,0.0 2024-05-24 00:00:00+01:00,0.62,0.64,0.6,0.6290000152587891,0.4098244094848633,312679,0.0,0.0 2024-05-28 00:00:00+01:00,0.6279999923706054,0.635,0.6125199890136719,0.63,0.410475959777832,95095,0.0,0.0 2024-05-29 00:00:00+01:00,0.635,0.64,0.6104999923706055,0.63,0.410475959777832,139838,0.0,0.0 2024-05-30 00:00:00+01:00,0.61,0.6340000152587891,0.6,0.62,0.4039604568481445,347953,0.0,0.0 2024-05-31 00:00:00+01:00,0.64,0.64,0.6,0.63,0.410475959777832,134542,0.0,0.0 2024-06-03 00:00:00+01:00,0.61,0.674000015258789,0.6,0.605999984741211,0.39483879089355467,105655,0.0,0.0 2024-06-04 00:00:00+01:00,0.6204000091552735,0.644000015258789,0.605999984741211,0.6240000152587891,0.40656665802001957,45162,0.0,0.0 2024-06-05 00:00:00+01:00,0.6334199905395508,0.644000015258789,0.6036199951171876,0.6270000076293946,0.4085213088989258,50334,0.0,0.0 2024-06-06 00:00:00+01:00,0.6040000152587891,0.6221599960327149,0.6,0.6220000076293946,0.4052635192871094,42332,0.0,0.0 2024-06-07 00:00:00+01:00,0.605999984741211,0.66,0.6,0.610999984741211,0.3980965042114258,102787,0.0,0.0 2024-06-10 00:00:00+01:00,0.6,0.62,0.6,0.62,0.4039604568481445,34345,0.0,0.0 2024-06-11 00:00:00+01:00,0.6,0.66,0.6,0.62,0.4039604568481445,13686,0.0,0.0 2024-06-12 00:00:00+01:00,0.61,0.6213999938964844,0.6,0.6,0.3909294891357422,36249,0.0,0.0 2024-06-13 00:00:00+01:00,0.6,0.66,0.6,0.62,0.4039604568481445,43333,0.0,0.0 2024-06-14 00:00:00+01:00,0.6136000061035156,0.6136000061035156,0.6047999954223633,0.62,0.4039604568481445,6751,0.0,0.0 2024-06-17 00:00:00+01:00,0.6136000061035156,0.6136000061035156,0.6047999954223633,0.62,0.4039604568481445,11000,0.0,0.0 2024-06-18 00:00:00+01:00,0.6136000061035156,0.64,0.6,0.62,0.4039604568481445,57182,0.0,0.0 2024-06-19 00:00:00+01:00,0.6,0.64,0.6,0.61,0.3974449157714844,119650,0.0,0.0 2024-06-20 00:00:00+01:00,0.6,0.6095000076293945,0.5996200180053711,0.61,0.3974449157714844,38073,0.0,0.0 2024-06-21 00:00:00+01:00,0.6299399948120117,0.6299399948120117,0.59,0.61,0.3974449157714844,2360,0.0,0.0 2024-06-24 00:00:00+01:00,0.63,0.6959999847412109,0.5996799850463868,0.6580000305175782,0.4287192916870117,1076509,0.0,0.0 2024-06-25 00:00:00+01:00,0.674000015258789,0.6780000305175782,0.6604399871826172,0.6730000305175782,0.4384925842285156,549835,0.0,0.0 2024-06-26 00:00:00+01:00,0.66,0.6759999847412109,0.6580000305175782,0.6669999694824219,0.43458324432373047,102064,0.0,0.0 2024-06-27 00:00:00+01:00,0.6617099761962891,0.6637000274658204,0.6586000061035157,0.6609999847412109,0.43067394256591796,92724,0.0,0.0 2024-06-28 00:00:00+01:00,0.6619999694824219,0.6619999694824219,0.6575800323486328,0.6580000305175782,0.4287192916870117,163239,0.0,0.0 2024-07-01 00:00:00+01:00,0.6580000305175782,0.6659999847412109,0.654000015258789,0.6569999694824219,0.42806774139404297,501947,0.0,0.0 2024-07-02 00:00:00+01:00,0.6787100219726563,0.6919999694824219,0.654000015258789,0.66,0.43002239227294925,269531,0.0,0.0 2024-07-03 00:00:00+01:00,0.6759999847412109,0.68,0.654000015258789,0.6669999694824219,0.43458324432373047,457826,0.0,0.0 2024-07-04 00:00:00+01:00,0.6849800109863281,0.72,0.6542400360107422,0.68,0.44314476013183596,201599,0.0001375,0.0 2024-07-05 00:00:00+01:00,0.67,0.6980000305175781,0.6687999725341797,0.6819999694824219,0.4444480895996094,147301,0.0,0.0 2024-07-08 00:00:00+01:00,0.6912000274658203,0.6912000274658203,0.6686000061035157,0.68,0.44314476013183596,37589,0.0,0.0 2024-07-09 00:00:00+01:00,0.6910399627685547,0.7000000000000001,0.66,0.68,0.44314476013183596,18011,0.0,0.0 2024-07-10 00:00:00+01:00,0.6903299713134766,0.7000000000000001,0.66,0.68,0.44314476013183596,77627,0.0,0.0 2024-07-11 00:00:00+01:00,0.66,0.7000000000000001,0.66,0.6819999694824219,0.4444480895996094,42850,0.0,0.0 2024-07-12 00:00:00+01:00,0.6896800231933594,0.6915599822998048,0.6733300018310547,0.685,0.44640316009521486,85858,0.0,0.0 2024-07-15 00:00:00+01:00,0.7000000000000001,0.7000000000000001,0.664000015258789,0.6830000305175782,0.4450998306274414,64348,0.0,0.0 2024-07-16 00:00:00+01:00,0.71,0.71,0.67,0.6950000000000001,0.45291999816894535,282234,0.0,0.0 2024-07-17 00:00:00+01:00,0.6977300262451172,0.71,0.674000015258789,0.6919999694824219,0.45096492767333984,338535,0.0,0.0 2024-07-18 00:00:00+01:00,0.6971700286865234,0.6971700286865234,0.6752999877929687,0.6900000000000001,0.4496615982055664,31340,0.0,0.0 2024-07-19 00:00:00+01:00,0.6840000152587891,0.74,0.64,0.6880000305175782,0.4483582305908203,250095,0.0,0.0 2024-07-22 00:00:00+01:00,0.6969400024414063,0.71,0.68,0.685,0.44640316009521486,206346,0.0,0.0 2024-07-23 00:00:00+01:00,0.6840000152587891,0.7019999694824219,0.67875,0.6930000305175782,0.4516166687011719,16023161,0.0,0.0 2024-07-24 00:00:00+01:00,0.6980000305175781,0.7019999694824219,0.6840000152587891,0.6940000152587891,0.4522683334350586,17502,0.0,0.0 2024-07-25 00:00:00+01:00,0.6981999969482422,0.6981999969482422,0.6875,0.6940000152587891,0.4522683334350586,132501,0.0,0.0 2024-07-26 00:00:00+01:00,0.6981500244140625,0.6981500244140625,0.6880000305175782,0.6950000000000001,0.45291999816894535,180541,0.0,0.0 2024-07-29 00:00:00+01:00,0.6934400177001954,0.6934400177001954,0.6880000305175782,0.6909999847412109,0.4503132629394531,15739,0.0,0.0 2024-07-30 00:00:00+01:00,0.6980000305175781,0.72,0.6840000152587891,0.6840000152587891,0.44575149536132813,80734,0.0,0.0 2024-07-31 00:00:00+01:00,0.6954100036621094,0.71,0.6840000152587891,0.6969999694824219,0.45422332763671874,91548,0.0,0.0 2024-08-01 00:00:00+01:00,0.6900000000000001,0.6987200164794922,0.6840000152587891,0.6969999694824219,0.45422332763671874,12858,0.0,0.0 2024-08-02 00:00:00+01:00,0.6840000152587891,0.6940000152587891,0.6687699890136719,0.6780000305175782,0.4418414306640625,37837,0.0,0.0 2024-08-05 00:00:00+01:00,0.65,0.6940000152587891,0.6392900085449219,0.6619999694824219,0.4314144515991211,348658,0.0,0.0 2024-08-06 00:00:00+01:00,0.65,0.67,0.6436000061035156,0.66,0.43011108398437503,405309,0.0,0.0 2024-08-07 00:00:00+01:00,0.6484600067138672,0.71,0.6484600067138672,0.66,0.43011108398437503,150803,0.0,0.0 2024-08-08 00:00:00+01:00,0.66,0.68,0.66,0.665,0.43336952209472657,113882,0.0,0.0 2024-08-09 00:00:00+01:00,0.6792500305175782,0.68,0.6604499816894531,0.67,0.43662792205810547,45837,0.0,0.0 2024-08-12 00:00:00+01:00,0.6788600158691407,0.683239974975586,0.6609999847412109,0.675,0.43988636016845706,54181,0.0,0.0 2024-08-13 00:00:00+01:00,0.7000000000000001,0.7000000000000001,0.664000015258789,0.6769999694824219,0.44118968963623045,1052965,0.0,0.0 2024-08-14 00:00:00+01:00,0.67,0.6916000366210938,0.6615799713134766,0.6869999694824219,0.44770652770996094,2484889,0.0,0.0 2024-08-15 00:00:00+01:00,0.67,0.7012000274658203,0.67,0.685,0.44640316009521486,69183,0.0,0.0 2024-08-16 00:00:00+01:00,0.6841000366210938,0.7000000000000001,0.68,0.6900000000000001,0.4496615982055664,139037,0.0,0.0 2024-08-19 00:00:00+01:00,0.6890000152587891,0.6890000152587891,0.6805000305175781,0.6900000000000001,0.4496615982055664,24649,0.0,0.0 2024-08-20 00:00:00+01:00,0.683499984741211,0.7000000000000001,0.67,0.6950000000000001,0.45291999816894535,7612771,0.0,0.0 2024-08-21 00:00:00+01:00,0.7006999969482423,0.7033300018310547,0.6900000000000001,0.705,0.4594368743896484,31600,0.0,0.0 2024-08-22 00:00:00+01:00,0.72,0.72,0.6940000152587891,0.705,0.4594368743896484,6225720,0.0,0.0 2024-08-23 00:00:00+01:00,0.7031999969482422,0.705999984741211,0.6919999694824219,0.6990000152587891,0.45552677154541016,237282,0.0,0.0 2024-08-27 00:00:00+01:00,0.6919999694824219,0.71552001953125,0.6919999694824219,0.705999984741211,0.4600885009765625,200275,0.0,0.0 2024-08-28 00:00:00+01:00,0.705999984741211,0.72,0.6976999664306641,0.71,0.4626952743530274,130604,0.0,0.0 2024-08-29 00:00:00+01:00,0.7040000152587891,0.71,0.700250015258789,0.7119999694824218,0.46399860382080077,51240,0.0,0.0 2024-08-30 00:00:00+01:00,0.71,0.7142400360107422,0.7038899993896485,0.7119999694824218,0.46399860382080077,52700,0.0,0.0 2024-09-02 00:00:00+01:00,0.7040000152587891,0.7180000305175781,0.7000000000000001,0.700999984741211,0.4568301010131836,527740,0.0,0.0 2024-09-03 00:00:00+01:00,0.71,0.72,0.7000000000000001,0.705,0.4594368743896484,4831760,0.0,0.0 2024-09-04 00:00:00+01:00,0.7040000152587891,0.71,0.6959999847412109,0.705,0.4594368743896484,104270,0.0,0.0 2024-09-05 00:00:00+01:00,0.7000000000000001,0.7040000152587891,0.6859999847412109,0.6919999694824219,0.45105289459228515,222524,0.0001375,0.0 2024-09-06 00:00:00+01:00,0.7180000305175781,0.75,0.71,0.715999984741211,0.4666963577270508,1764695,0.0,0.0 2024-09-09 00:00:00+01:00,0.72,0.7206800079345703,0.71,0.715,0.4660445785522461,450503,0.0,0.0 2024-09-10 00:00:00+01:00,0.7180000305175781,0.72,0.7119999694824218,0.715999984741211,0.4666963577270508,115944,0.0,0.0 2024-09-11 00:00:00+01:00,0.7180000305175781,0.72,0.71,0.7130000305175781,0.46474098205566405,237914,0.0,0.0 2024-09-12 00:00:00+01:00,0.72,0.7219999694824218,0.7119999694824218,0.715999984741211,0.4666963577270508,371034,0.0,0.0 2024-09-13 00:00:00+01:00,0.72,0.72,0.712979965209961,0.7180000305175781,0.46800003051757816,634981,0.0,0.0 2024-09-16 00:00:00+01:00,0.7219999694824218,0.7219999694824218,0.7140000152587891,0.7169999694824218,0.46734817504882814,1095043,0.0,0.0 2024-09-17 00:00:00+01:00,0.7180000305175781,0.7219999694824218,0.7138200378417969,0.7190000152587891,0.46865180969238285,667418,0.0,0.0 2024-09-18 00:00:00+01:00,0.7219999694824218,0.7219999694824218,0.7140000152587891,0.7180000305175781,0.46800003051757816,1771156,0.0,0.0 2024-09-19 00:00:00+01:00,0.4640000152587891,0.4909999847412109,0.4520000076293945,0.4640000152587891,0.4640000152587891,794932,0.25,0.0 2024-09-20 00:00:00+01:00,0.4458200073242188,0.480999984741211,0.4458200073242188,0.46950000762939453,0.46950000762939453,328898,0.0,0.0 ================================================ FILE: tests/data/TEP-PA-1d-bad-div-fixed.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired? 2022-01-03 00:00:00+01:00,395.70001220703125,400.1000061035156,392.5,396.0,371.30613593758693,84193,0.0,0.0,True 2022-01-04 00:00:00+01:00,402.0,402.1000061035156,393.3999938964844,393.3999938964844,368.86823665896355,153191,0.0,0.0,True 2022-01-05 00:00:00+01:00,393.5,398.0,392.20001220703125,394.20001220703125,369.6183762526142,105905,0.0,0.0,True 2022-01-06 00:00:00+01:00,389.3999938964844,389.3999938964844,378.0,378.1000061035156,354.5223259659022,153092,0.0,0.0,True 2022-01-07 00:00:00+01:00,381.79998779296875,381.79998779296875,375.70001220703125,379.3999938964844,355.7412756052139,127239,0.0,0.0,True 2022-01-10 00:00:00+01:00,380.1000061035156,381.29998779296875,360.3999938964844,363.70001220703125,341.0203106583962,147186,0.0,0.0,True 2022-01-11 00:00:00+01:00,369.70001220703125,371.8999938964844,366.20001220703125,369.79998779296875,346.73991134278464,117826,0.0,0.0,True 2022-01-12 00:00:00+01:00,371.6000061035156,374.20001220703125,366.70001220703125,371.20001220703125,348.05261677400097,130031,0.0,0.0,True 2022-01-13 00:00:00+01:00,369.0,369.5,361.1000061035156,361.29998779296875,338.769922963582,142243,0.0,0.0,True 2022-01-14 00:00:00+01:00,360.0,360.0,354.0,354.70001220703125,332.58154331967046,121031,0.0,0.0,True 2022-01-17 00:00:00+01:00,355.0,360.0,351.79998779296875,357.79998779296875,335.4881904716791,123982,0.0,0.0,True 2022-01-18 00:00:00+01:00,357.5,358.1000061035156,347.29998779296875,348.0,326.29931462544056,156110,0.0,0.0,True 2022-01-19 00:00:00+01:00,345.20001220703125,352.3999938964844,343.0,348.8999938964844,327.143178924858,143747,0.0,0.0,True 2022-01-20 00:00:00+01:00,349.29998779296875,350.1000061035156,345.29998779296875,349.1000061035156,327.33072159480514,164400,0.0,0.0,True 2022-01-21 00:00:00+01:00,345.0,345.29998779296875,339.1000061035156,342.29998779296875,320.95473710867066,180330,0.0,0.0,True 2022-01-24 00:00:00+01:00,340.1000061035156,340.6000061035156,329.79998779296875,331.20001220703125,310.5469427092583,207044,0.0,0.0,True 2022-01-25 00:00:00+01:00,334.20001220703125,336.79998779296875,325.70001220703125,325.70001220703125,305.3899078624355,165642,0.0,0.0,True 2022-01-26 00:00:00+01:00,325.70001220703125,332.6000061035156,323.8999938964844,330.3999938964844,309.79680311560764,180652,0.0,0.0,True 2022-01-27 00:00:00+01:00,325.3999938964844,328.1000061035156,320.79998779296875,324.6000061035156,304.3585008930709,193026,0.0,0.0,True 2022-01-28 00:00:00+01:00,322.6000061035156,327.8999938964844,319.5,327.6000061035156,307.17142333931287,153046,0.0,0.0,True 2022-01-31 00:00:00+01:00,330.1000061035156,334.0,327.70001220703125,333.3999938964844,312.6097566479874,131123,0.0,0.0,True 2022-02-01 00:00:00+01:00,335.29998779296875,340.6000061035156,334.79998779296875,336.70001220703125,315.7039464699432,134733,0.0,0.0,True 2022-02-02 00:00:00+01:00,340.0,344.8999938964844,339.29998779296875,342.20001220703125,320.8610124029039,134087,0.0,0.0,True 2022-02-03 00:00:00+01:00,339.8999938964844,341.1000061035156,330.20001220703125,330.5,309.89055890751223,142218,0.0,0.0,True 2022-02-04 00:00:00+01:00,331.70001220703125,333.5,323.79998779296875,325.29998779296875,305.01482252254124,134369,0.0,0.0,True 2022-02-07 00:00:00+01:00,325.29998779296875,327.1000061035156,321.3999938964844,324.1000061035156,303.88969084740995,120341,0.0,0.0,True 2022-02-08 00:00:00+01:00,324.0,324.5,317.5,322.70001220703125,302.5769854161936,121670,0.0,0.0,True 2022-02-09 00:00:00+01:00,325.79998779296875,332.20001220703125,325.70001220703125,329.29998779296875,308.76539614624306,143050,0.0,0.0,True 2022-02-10 00:00:00+01:00,330.0,330.79998779296875,322.8999938964844,327.70001220703125,307.2651791312175,123597,0.0,0.0,True 2022-02-11 00:00:00+01:00,324.3999938964844,330.0,322.8999938964844,326.0,305.6711752381494,132884,0.0,0.0,True 2022-02-14 00:00:00+01:00,319.3999938964844,320.3999938964844,314.29998779296875,320.3999938964844,300.4204156855599,183855,0.0,0.0,True 2022-02-15 00:00:00+01:00,320.0,324.70001220703125,319.29998779296875,321.0,300.9829815231255,146364,0.0,0.0,True 2022-02-16 00:00:00+01:00,320.79998779296875,321.8999938964844,313.70001220703125,316.70001220703125,296.95110943757186,126219,0.0,0.0,True 2022-02-17 00:00:00+01:00,315.70001220703125,319.3999938964844,313.5,315.0,295.35713663064166,140390,0.0,0.0,True 2022-02-18 00:00:00+01:00,326.6000061035156,341.70001220703125,323.79998779296875,330.3999938964844,309.79680311560764,244705,0.0,0.0,True 2022-02-21 00:00:00+01:00,332.29998779296875,333.6000061035156,310.29998779296875,313.5,293.9506443213828,218839,0.0,0.0,True 2022-02-22 00:00:00+01:00,306.6000061035156,326.79998779296875,305.3999938964844,324.0,303.7959350555053,279944,0.0,0.0,True 2022-02-23 00:00:00+01:00,324.1000061035156,329.3999938964844,322.70001220703125,323.70001220703125,303.51466767979144,142965,0.0,0.0,True 2022-02-24 00:00:00+01:00,311.8999938964844,320.1000061035156,306.5,320.1000061035156,300.139148309846,319336,0.0,0.0,True 2022-02-25 00:00:00+01:00,322.3999938964844,331.0,321.0,327.1000061035156,306.70261329365184,188729,0.0,0.0,True 2022-02-28 00:00:00+01:00,320.79998779296875,333.3999938964844,320.3999938964844,331.8999938964844,311.20326433872856,234044,0.0,0.0,True 2022-03-01 00:00:00+01:00,334.3999938964844,336.1000061035156,326.70001220703125,332.5,311.76583017629423,206863,0.0,0.0,True 2022-03-02 00:00:00+01:00,331.0,337.0,328.3999938964844,334.1000061035156,313.2660782774577,180621,0.0,0.0,True 2022-03-03 00:00:00+01:00,333.20001220703125,338.70001220703125,332.3999938964844,332.3999938964844,311.67210547052747,125285,0.0,0.0,True 2022-03-04 00:00:00+01:00,330.3999938964844,334.20001220703125,325.8999938964844,325.8999938964844,305.57741944624473,210903,0.0,0.0,True 2022-03-07 00:00:00+01:00,317.6000061035156,327.79998779296875,315.20001220703125,322.79998779296875,302.6707101219603,223847,0.0,0.0,True 2022-03-08 00:00:00+01:00,318.79998779296875,328.29998779296875,296.70001220703125,298.8999938964844,280.26111743006754,315164,0.0,0.0,True 2022-03-09 00:00:00+01:00,307.0,317.70001220703125,301.5,317.70001220703125,297.8887606150318,229527,0.0,0.0,True 2022-03-10 00:00:00+01:00,318.0,320.70001220703125,311.3999938964844,314.3999938964844,294.79457079307605,152887,0.0,0.0,True 2022-03-11 00:00:00+01:00,315.0,321.1000061035156,307.0,315.6000061035156,295.9197335543452,135574,0.0,0.0,True 2022-03-14 00:00:00+01:00,316.79998779296875,325.3999938964844,312.0,324.3999938964844,304.1709582231238,149881,0.0,0.0,True 2022-03-15 00:00:00+01:00,323.6000061035156,329.0,320.29998779296875,329.0,308.4840976843913,175699,0.0,0.0,True 2022-03-16 00:00:00+01:00,335.1000061035156,342.29998779296875,333.1000061035156,338.79998779296875,317.6729735306298,159460,0.0,0.0,True 2022-03-17 00:00:00+01:00,343.5,346.70001220703125,339.1000061035156,346.70001220703125,325.08039607226675,151813,0.0,0.0,True 2022-03-18 00:00:00+01:00,348.0,355.0,345.29998779296875,355.0,332.8628106953843,328428,0.0,0.0,True 2022-03-21 00:00:00+01:00,353.29998779296875,355.3999938964844,350.6000061035156,352.3999938964844,330.42494250289883,141877,0.0,0.0,True 2022-03-22 00:00:00+01:00,351.0,354.20001220703125,350.0,353.1000061035156,331.0813263046449,128963,0.0,0.0,True 2022-03-23 00:00:00+01:00,353.6000061035156,357.0,345.6000061035156,348.8999938964844,327.143178924858,127583,0.0,0.0,True 2022-03-24 00:00:00+01:00,347.20001220703125,349.70001220703125,341.3999938964844,343.1000061035156,321.7048767023213,172281,0.0,0.0,True 2022-03-25 00:00:00+01:00,344.8999938964844,349.1000061035156,340.1000061035156,342.0,320.6734697329568,113184,0.0,0.0,True 2022-03-28 00:00:00+02:00,342.20001220703125,345.1000061035156,338.8999938964844,341.6000061035156,320.29841547920034,111270,0.0,0.0,True 2022-03-29 00:00:00+02:00,344.6000061035156,351.6000061035156,344.0,349.79998779296875,327.9870432242754,166943,0.0,0.0,True 2022-03-30 00:00:00+02:00,350.20001220703125,353.0,345.20001220703125,345.8999938964844,324.3302564786161,132608,0.0,0.0,True 2022-03-31 00:00:00+02:00,347.5,350.0,343.6000061035156,346.29998779296875,324.7053107323725,137536,0.0,0.0,True 2022-04-01 00:00:00+02:00,346.79998779296875,348.6000061035156,344.1000061035156,346.29998779296875,324.7053107323725,93381,0.0,0.0,True 2022-04-04 00:00:00+02:00,346.29998779296875,349.3999938964844,345.5,347.3999938964844,325.73671770173706,116813,0.0,0.0,True 2022-04-05 00:00:00+02:00,347.0,353.20001220703125,345.8999938964844,348.70001220703125,326.95569842718663,98312,0.0,0.0,True 2022-04-06 00:00:00+02:00,348.20001220703125,351.8999938964844,329.70001220703125,332.8999938964844,312.14094660232644,188364,0.0,0.0,True 2022-04-07 00:00:00+02:00,334.6000061035156,341.1000061035156,333.8999938964844,336.70001220703125,315.7039464699432,121985,0.0,0.0,True 2022-04-08 00:00:00+02:00,338.3999938964844,342.20001220703125,337.29998779296875,339.0,317.86057837285273,106424,0.0,0.0,True 2022-04-11 00:00:00+02:00,338.0,340.20001220703125,334.0,337.79998779296875,316.73535343930774,158796,0.0,0.0,True 2022-04-12 00:00:00+02:00,336.6000061035156,337.79998779296875,331.8999938964844,334.29998779296875,313.45362094740483,166313,0.0,0.0,True 2022-04-13 00:00:00+02:00,334.6000061035156,335.5,327.6000061035156,332.8999938964844,312.14094660232644,107240,0.0,0.0,True 2022-04-14 00:00:00+02:00,334.0,337.79998779296875,331.70001220703125,335.1000061035156,314.2037294549176,125254,0.0,0.0,True 2022-04-19 00:00:00+02:00,335.20001220703125,335.20001220703125,321.1000061035156,325.29998779296875,305.01482252254124,135484,0.0,0.0,True 2022-04-20 00:00:00+02:00,332.0,344.20001220703125,329.79998779296875,344.20001220703125,322.7363147578238,193562,0.0,0.0,True 2022-04-21 00:00:00+02:00,343.79998779296875,350.29998779296875,340.29998779296875,345.0,323.4863610930608,152468,0.0,0.0,True 2022-04-22 00:00:00+02:00,340.0,343.79998779296875,338.8999938964844,340.5,319.2670085098358,143841,0.0,0.0,True 2022-04-25 00:00:00+02:00,337.70001220703125,342.79998779296875,334.5,341.0,319.73584964163473,90443,0.0,0.0,True 2022-04-26 00:00:00+02:00,340.79998779296875,347.8999938964844,339.5,340.0,321.9134646876264,173335,3.3,0.0,True 2022-04-27 00:00:00+02:00,341.0,341.20001220703125,331.79998779296875,334.8999938964844,317.08479271543507,115966,0.0,0.0,True 2022-04-28 00:00:00+02:00,337.29998779296875,344.1000061035156,336.20001220703125,343.70001220703125,325.4166548259247,111680,0.0,0.0,True 2022-04-29 00:00:00+02:00,345.0,348.3999938964844,342.20001220703125,342.70001220703125,324.46986432392237,119134,0.0,0.0,True 2022-05-02 00:00:00+02:00,340.6000061035156,341.20001220703125,313.3999938964844,331.3999938964844,313.7709793292199,149060,0.0,0.0,True 2022-05-03 00:00:00+02:00,332.3999938964844,335.3999938964844,328.70001220703125,330.29998779296875,312.72943827890015,116004,0.0,0.0,True 2022-05-04 00:00:00+02:00,330.0,332.0,328.8999938964844,328.8999938964844,311.4039253588693,103515,0.0,0.0,True 2022-05-05 00:00:00+02:00,333.3999938964844,337.70001220703125,328.6000061035156,328.8999938964844,311.4039253588693,106962,0.0,0.0,True 2022-05-06 00:00:00+02:00,328.0,328.0,314.0,317.0,300.13697228019305,166485,0.0,0.0,True 2022-05-09 00:00:00+02:00,314.0,315.3999938964844,304.70001220703125,304.70001220703125,288.49126569735034,107195,0.0,0.0,True 2022-05-10 00:00:00+02:00,307.8999938964844,312.70001220703125,304.5,307.1000061035156,290.76360020552147,124106,0.0,0.0,True 2022-05-11 00:00:00+02:00,309.0,311.6000061035156,301.70001220703125,309.5,293.03596579983054,132516,0.0,0.0,True 2022-05-12 00:00:00+02:00,305.0,308.8999938964844,299.20001220703125,307.79998779296875,291.42635666553696,107611,0.0,0.0,True 2022-05-13 00:00:00+02:00,309.0,315.29998779296875,309.0,314.70001220703125,297.9593572342014,93074,0.0,0.0,True 2022-05-16 00:00:00+02:00,302.0,314.8999938964844,302.0,310.8999938964844,294.3614476337235,163744,0.0,0.0,True 2022-05-17 00:00:00+02:00,311.3999938964844,313.20001220703125,307.29998779296875,310.79998779296875,294.2667903438198,133887,0.0,0.0,True 2022-05-18 00:00:00+02:00,311.20001220703125,313.1000061035156,305.1000061035156,305.79998779296875,289.5327445753943,99140,0.0,0.0,True 2022-05-19 00:00:00+02:00,302.8999938964844,303.70001220703125,295.79998779296875,303.70001220703125,287.5445062814859,118981,0.0,0.0,True 2022-05-20 00:00:00+02:00,304.6000061035156,309.1000061035156,304.29998779296875,305.8999938964844,289.62743295143594,86922,0.0,0.0,True 2022-05-23 00:00:00+02:00,309.79998779296875,312.1000061035156,304.5,306.1000061035156,289.81680970351914,76562,0.0,0.0,True 2022-05-24 00:00:00+02:00,303.6000061035156,305.29998779296875,298.0,298.0,282.147672966907,136075,0.0,0.0,True 2022-05-25 00:00:00+02:00,299.6000061035156,300.29998779296875,295.79998779296875,297.1000061035156,281.29557084094625,93617,0.0,0.0,True 2022-05-26 00:00:00+02:00,298.0,302.6000061035156,296.0,302.6000061035156,286.502996317304,73099,0.0,0.0,True 2022-05-27 00:00:00+02:00,305.3999938964844,312.29998779296875,303.5,311.20001220703125,294.64554384798623,95437,0.0,0.0,True 2022-05-30 00:00:00+02:00,313.0,320.0,311.79998779296875,317.1000061035156,300.2316606562346,84850,0.0,0.0,True 2022-05-31 00:00:00+02:00,315.6000061035156,315.79998779296875,308.70001220703125,308.70001220703125,292.2785209637735,136102,0.0,0.0,True 2022-06-01 00:00:00+02:00,309.0,309.3999938964844,300.6000061035156,301.70001220703125,285.65089419134324,102512,0.0,0.0,True 2022-06-02 00:00:00+02:00,302.79998779296875,308.6000061035156,301.5,307.6000061035156,291.2370420857295,66380,0.0,0.0,True 2022-06-03 00:00:00+02:00,309.3999938964844,311.0,304.79998779296875,306.20001220703125,289.9114980795607,76515,0.0,0.0,True 2022-06-06 00:00:00+02:00,306.79998779296875,311.3999938964844,306.79998779296875,308.3999938964844,291.9944558356487,65847,0.0,0.0,True 2022-06-07 00:00:00+02:00,305.79998779296875,307.29998779296875,303.1000061035156,305.6000061035156,289.3434299955869,79528,0.0,0.0,True 2022-06-08 00:00:00+02:00,303.8999938964844,305.20001220703125,297.79998779296875,300.79998779296875,284.7987298931067,136120,0.0,0.0,True 2022-06-09 00:00:00+02:00,300.0,301.79998779296875,296.8999938964844,299.6000061035156,283.662593725159,106770,0.0,0.0,True 2022-06-10 00:00:00+02:00,297.3999938964844,299.70001220703125,295.1000061035156,296.1000061035156,280.3487803389439,96655,0.0,0.0,True 2022-06-13 00:00:00+02:00,290.0,293.1000061035156,286.0,287.79998779296875,272.49029793638647,163493,0.0,0.0,True 2022-06-14 00:00:00+02:00,287.3999938964844,291.1000061035156,278.6000061035156,279.29998779296875,264.44243878174586,98920,0.0,0.0,True 2022-06-15 00:00:00+02:00,281.1000061035156,285.6000061035156,279.0,283.1000061035156,268.0402862099479,149590,0.0,0.0,True 2022-06-16 00:00:00+02:00,282.20001220703125,282.8999938964844,275.8999938964844,279.5,264.63184661996695,110059,0.0,0.0,True 2022-06-17 00:00:00+02:00,279.6000061035156,283.1000061035156,278.70001220703125,280.29998779296875,265.38926036988613,185130,0.0,0.0,True 2022-06-20 00:00:00+02:00,281.20001220703125,282.6000061035156,276.79998779296875,279.3999938964844,264.5371582439253,81320,0.0,0.0,True 2022-06-21 00:00:00+02:00,279.3999938964844,281.70001220703125,278.20001220703125,278.6000061035156,263.7796823217304,92836,0.0,0.0,True 2022-06-22 00:00:00+02:00,275.70001220703125,281.3999938964844,271.5,281.29998779296875,266.3360197857506,114281,0.0,0.0,True 2022-06-23 00:00:00+02:00,278.6000061035156,283.8999938964844,277.3999938964844,282.70001220703125,267.66159487805726,95874,0.0,0.0,True 2022-06-24 00:00:00+02:00,281.1000061035156,296.6000061035156,280.3999938964844,294.20001220703125,278.54982553870497,130936,0.0,0.0,True 2022-06-27 00:00:00+02:00,296.29998779296875,297.29998779296875,291.1000061035156,293.70001220703125,278.07644583077274,94938,0.0,0.0,True 2022-06-28 00:00:00+02:00,294.1000061035156,296.20001220703125,292.79998779296875,293.1000061035156,277.508346660661,82534,0.0,0.0,True 2022-06-29 00:00:00+02:00,291.1000061035156,295.29998779296875,288.1000061035156,293.6000061035156,277.98175745473117,106223,0.0,0.0,True 2022-06-30 00:00:00+02:00,290.1000061035156,293.6000061035156,287.20001220703125,293.29998779296875,277.69769232660633,159399,0.0,0.0,True 2022-07-01 00:00:00+02:00,292.0,299.0,291.3999938964844,295.8999938964844,280.15940358686066,121995,0.0,0.0,True 2022-07-04 00:00:00+02:00,298.6000061035156,302.79998779296875,297.20001220703125,300.1000061035156,284.1360045192292,94708,0.0,0.0,True 2022-07-05 00:00:00+02:00,301.6000061035156,302.79998779296875,297.0,298.8999938964844,282.9998061790057,96629,0.0,0.0,True 2022-07-06 00:00:00+02:00,301.3999938964844,312.79998779296875,300.79998779296875,311.79998779296875,295.2135808458222,120360,0.0,0.0,True 2022-07-07 00:00:00+02:00,313.0,317.0,310.29998779296875,313.0,296.3497791860457,110469,0.0,0.0,True 2022-07-08 00:00:00+02:00,313.0,314.79998779296875,305.79998779296875,310.0,293.50934550776276,98757,0.0,0.0,True 2022-07-11 00:00:00+02:00,305.0,313.20001220703125,304.29998779296875,312.5,295.87633730583764,101710,0.0,0.0,True 2022-07-12 00:00:00+02:00,311.6000061035156,313.8999938964844,308.0,310.1000061035156,293.6040027976665,93912,0.0,0.0,True 2022-07-13 00:00:00+02:00,311.20001220703125,314.20001220703125,306.70001220703125,311.5,294.92954680383525,147938,0.0,0.0,True 2022-07-14 00:00:00+02:00,312.20001220703125,315.6000061035156,310.8999938964844,315.29998779296875,298.5273631458994,110702,0.0,0.0,True 2022-07-15 00:00:00+02:00,316.0,319.3999938964844,312.8999938964844,317.70001220703125,300.79975982634636,122834,0.0,0.0,True 2022-07-18 00:00:00+02:00,319.0,322.79998779296875,317.5,321.5,304.3975761684105,113728,0.0,0.0,True 2022-07-19 00:00:00+02:00,319.70001220703125,324.1000061035156,316.6000061035156,322.6000061035156,305.43908613259237,115521,0.0,0.0,True 2022-07-20 00:00:00+02:00,324.0,326.6000061035156,323.1000061035156,323.20001220703125,306.0071542165662,110046,0.0,0.0,True 2022-07-21 00:00:00+02:00,325.0,333.1000061035156,325.0,331.20001220703125,313.5816025771367,120470,0.0,0.0,True 2022-07-22 00:00:00+02:00,329.6000061035156,334.6000061035156,328.70001220703125,330.1000061035156,312.5400926129548,115763,0.0,0.0,True 2022-07-25 00:00:00+02:00,329.3999938964844,331.5,325.1000061035156,325.79998779296875,308.4688343906827,116567,0.0,0.0,True 2022-07-26 00:00:00+02:00,326.6000061035156,328.6000061035156,324.29998779296875,327.3999938964844,309.9837240627968,99689,0.0,0.0,True 2022-07-27 00:00:00+02:00,327.0,333.20001220703125,324.70001220703125,331.1000061035156,313.4869142010951,108984,0.0,0.0,True 2022-07-28 00:00:00+02:00,328.0,330.20001220703125,308.5,317.20001220703125,300.3263179461383,225231,0.0,0.0,True 2022-07-29 00:00:00+02:00,319.1000061035156,326.29998779296875,317.1000061035156,326.29998779296875,308.9422762708907,183424,0.0,0.0,True 2022-08-01 00:00:00+02:00,327.0,330.70001220703125,325.70001220703125,329.79998779296875,312.2560896571058,108035,0.0,0.0,True 2022-08-02 00:00:00+02:00,329.0,329.8999938964844,323.70001220703125,327.1000061035156,309.6997211069478,80964,0.0,0.0,True 2022-08-03 00:00:00+02:00,325.0,330.29998779296875,324.20001220703125,327.29998779296875,309.88903568675516,110894,0.0,0.0,True 2022-08-04 00:00:00+02:00,328.0,332.6000061035156,327.8999938964844,329.5,311.972024528981,92619,0.0,0.0,True 2022-08-05 00:00:00+02:00,328.20001220703125,329.70001220703125,308.8999938964844,308.8999938964844,292.4678355435809,163870,0.0,0.0,True 2022-08-08 00:00:00+02:00,309.1000061035156,318.8999938964844,307.70001220703125,314.6000061035156,297.86466885815975,137057,0.0,0.0,True 2022-08-09 00:00:00+02:00,313.0,315.6000061035156,307.20001220703125,310.29998779296875,293.7933795497497,104185,0.0,0.0,True 2022-08-10 00:00:00+02:00,309.0,313.70001220703125,307.70001220703125,312.1000061035156,295.4976148878091,128512,0.0,0.0,True 2022-08-11 00:00:00+02:00,313.6000061035156,315.70001220703125,311.6000061035156,314.5,297.7699493959803,88219,0.0,0.0,True 2022-08-12 00:00:00+02:00,314.0,314.8999938964844,310.70001220703125,314.79998779296875,298.0539834379672,112480,0.0,0.0,True 2022-08-15 00:00:00+02:00,315.20001220703125,318.0,312.6000061035156,316.1000061035156,299.28487015423224,56443,0.0,0.0,True 2022-08-16 00:00:00+02:00,316.0,316.6000061035156,309.1000061035156,310.3999938964844,293.8880679257913,100021,0.0,0.0,True 2022-08-17 00:00:00+02:00,311.0,311.5,305.79998779296875,307.8999938964844,291.52107612771647,110538,0.0,0.0,True 2022-08-18 00:00:00+02:00,307.1000061035156,312.8999938964844,307.1000061035156,312.8999938964844,296.25505972386617,73952,0.0,0.0,True 2022-08-19 00:00:00+02:00,310.0,314.70001220703125,309.8999938964844,310.1000061035156,293.6040027976665,79484,0.0,0.0,True 2022-08-22 00:00:00+02:00,309.0,309.6000061035156,303.8999938964844,304.79998779296875,288.585954073392,83244,0.0,0.0,True 2022-08-23 00:00:00+02:00,302.5,303.6000061035156,298.20001220703125,299.79998779296875,283.85190830496646,66776,0.0,0.0,True 2022-08-24 00:00:00+02:00,298.29998779296875,302.29998779296875,296.70001220703125,300.5,284.5147269372577,88841,0.0,0.0,True 2022-08-25 00:00:00+02:00,302.6000061035156,302.6000061035156,297.1000061035156,299.6000061035156,283.662593725159,51825,0.0,0.0,True 2022-08-26 00:00:00+02:00,300.0,300.20001220703125,288.5,289.0,273.62646519047206,122946,0.0,0.0,True 2022-08-29 00:00:00+02:00,287.0,287.70001220703125,279.20001220703125,281.1000061035156,266.14670520594314,103671,0.0,0.0,True 2022-08-30 00:00:00+02:00,280.79998779296875,286.1000061035156,279.3999938964844,286.1000061035156,270.88075097436865,225744,0.0,0.0,True 2022-08-31 00:00:00+02:00,288.3999938964844,293.3999938964844,283.6000061035156,284.29998779296875,269.17645346403344,263315,0.0,0.0,True 2022-09-01 00:00:00+02:00,281.3999938964844,283.0,277.79998779296875,283.0,267.94562892004416,161082,0.0,0.0,True 2022-09-02 00:00:00+02:00,284.29998779296875,290.6000061035156,284.0,290.6000061035156,275.1413548625861,138234,0.0,0.0,True 2022-09-05 00:00:00+02:00,284.5,287.70001220703125,282.79998779296875,286.79998779296875,271.5434452621083,89148,0.0,0.0,True 2022-09-06 00:00:00+02:00,286.0,288.3999938964844,284.6000061035156,287.79998779296875,272.49029793638647,96503,0.0,0.0,True 2022-09-07 00:00:00+02:00,285.0,288.8999938964844,284.8999938964844,287.8999938964844,272.58495522629016,94189,0.0,0.0,True 2022-09-08 00:00:00+02:00,289.0,292.3999938964844,284.5,291.70001220703125,276.18283374063014,113608,0.0,0.0,True 2022-09-09 00:00:00+02:00,291.8999938964844,298.6000061035156,290.8999938964844,296.20001220703125,280.4434687149855,119634,0.0,0.0,True 2022-09-12 00:00:00+02:00,296.20001220703125,297.3999938964844,291.8999938964844,296.79998779296875,281.0115057128215,102189,0.0,0.0,True 2022-09-13 00:00:00+02:00,295.0,302.20001220703125,290.20001220703125,290.20001220703125,274.76263244455765,164856,0.0,0.0,True 2022-09-14 00:00:00+02:00,288.8999938964844,291.8999938964844,287.1000061035156,289.20001220703125,273.81584194255527,151656,0.0,0.0,True 2022-09-15 00:00:00+02:00,288.8999938964844,290.70001220703125,286.5,288.79998779296875,273.43708843838886,165151,0.0,0.0,True 2022-09-16 00:00:00+02:00,285.0,290.6000061035156,282.1000061035156,290.1000061035156,274.667944068516,305922,0.0,0.0,True 2022-09-19 00:00:00+02:00,289.0,289.1000061035156,279.70001220703125,283.3999938964844,268.3243513380727,121699,0.0,0.0,True 2022-09-20 00:00:00+02:00,284.29998779296875,285.0,268.5,268.5,254.21694903804462,221498,0.0,0.0,True 2022-09-21 00:00:00+02:00,267.29998779296875,277.0,265.6000061035156,276.1000061035156,261.41269052365556,181082,0.0,0.0,True 2022-09-22 00:00:00+02:00,269.79998779296875,274.29998779296875,262.0,262.0,248.0627330596845,157286,0.0,0.0,True 2022-09-23 00:00:00+02:00,263.0,263.8999938964844,253.0,260.0,246.16912096954186,197760,0.0,0.0,True 2022-09-26 00:00:00+02:00,258.3999938964844,261.70001220703125,255.5,256.8999938964844,243.23403000135528,157901,0.0,0.0,True 2022-09-27 00:00:00+02:00,258.0,261.6000061035156,256.70001220703125,257.6000061035156,243.8967864613707,119216,0.0,0.0,True 2022-09-28 00:00:00+02:00,255.6999969482422,257.20001220703125,251.60000610351562,257.0,243.32870283432794,161444,0.0,0.0,True 2022-09-29 00:00:00+02:00,256.20001220703125,256.3999938964844,249.10000610351562,249.60000610351562,236.32236918693812,156267,0.0,0.0,True 2022-09-30 00:00:00+02:00,250.39999389648438,261.20001220703125,249.8000030517578,260.8999938964844,247.0212386385716,196974,0.0,0.0,True 2022-10-03 00:00:00+02:00,258.70001220703125,260.6000061035156,251.3000030517578,259.79998779296875,245.9797597605276,115328,0.0,0.0,True 2022-10-04 00:00:00+02:00,261.79998779296875,269.70001220703125,261.70001220703125,269.5,255.16373954004698,161218,0.0,0.0,True 2022-10-05 00:00:00+02:00,268.5,271.5,266.1000061035156,267.1000061035156,252.89145166108267,109497,0.0,0.0,True 2022-10-06 00:00:00+02:00,269.0,270.29998779296875,265.3999938964844,265.8999938964844,251.7552844069971,107074,0.0,0.0,True 2022-10-07 00:00:00+02:00,264.20001220703125,265.0,255.39999389648438,255.39999389648438,241.8138287052828,139572,0.0,0.0,True 2022-10-10 00:00:00+02:00,253.8000030517578,257.3999938964844,252.5,254.89999389648438,241.34041791121265,107576,0.0,0.0,True 2022-10-11 00:00:00+02:00,253.0,255.60000610351562,249.3000030517578,252.89999389648438,239.44680582107003,103010,0.0,0.0,True 2022-10-12 00:00:00+02:00,252.1999969482422,255.60000610351562,250.60000610351562,252.89999389648438,239.44680582107003,116611,0.0,0.0,True 2022-10-13 00:00:00+02:00,251.0,254.10000610351562,245.60000610351562,253.3000030517578,239.82552823909856,123529,0.0,0.0,True 2022-10-14 00:00:00+02:00,257.3999938964844,261.3999938964844,254.5,257.0,243.32870283432794,145518,0.0,0.0,True 2022-10-17 00:00:00+02:00,258.1000061035156,264.79998779296875,254.1999969482422,263.29998779296875,249.29357314674272,93608,0.0,0.0,True 2022-10-18 00:00:00+02:00,265.3999938964844,268.5,263.70001220703125,265.0,250.9031356518295,111103,0.0,0.0,True 2022-10-19 00:00:00+02:00,264.5,267.0,262.79998779296875,264.1000061035156,250.05103352586872,154926,0.0,0.0,True 2022-10-20 00:00:00+02:00,262.5,267.6000061035156,260.70001220703125,265.79998779296875,251.66058048788653,110642,0.0,0.0,True 2022-10-21 00:00:00+02:00,264.79998779296875,265.1000061035156,257.1000061035156,263.29998779296875,249.29357314674272,145164,0.0,0.0,True 2022-10-24 00:00:00+02:00,265.20001220703125,271.0,264.1000061035156,267.20001220703125,252.98614003712427,165506,0.0,0.0,True 2022-10-25 00:00:00+02:00,267.70001220703125,275.79998779296875,265.3999938964844,274.79998779296875,260.18180380739045,150272,0.0,0.0,True 2022-10-26 00:00:00+02:00,274.0,276.3999938964844,271.1000061035156,276.0,261.3180021476139,136369,0.0,0.0,True 2022-10-27 00:00:00+02:00,274.6000061035156,274.79998779296875,270.20001220703125,272.6000061035156,258.0988771374404,123554,0.0,0.0,True 2022-10-28 00:00:00+02:00,271.0,275.3999938964844,270.20001220703125,273.3999938964844,258.8562908873596,145527,0.0,0.0,True 2022-10-31 00:00:00+01:00,275.29998779296875,275.6000061035156,270.0,271.29998779296875,256.86799042117536,123723,0.0,0.0,True 2022-11-01 00:00:00+01:00,272.20001220703125,273.70001220703125,264.79998779296875,266.1000061035156,251.9446300729424,132136,0.0,0.0,True 2022-11-02 00:00:00+01:00,267.0,269.6000061035156,265.79998779296875,268.20001220703125,253.93293053912663,148196,0.0,0.0,True 2022-11-03 00:00:00+01:00,263.6000061035156,266.6000061035156,259.3999938964844,264.1000061035156,250.05103352586872,192690,0.0,0.0,True 2022-11-04 00:00:00+01:00,266.6000061035156,274.8999938964844,257.1000061035156,273.0,258.47756846933106,264368,0.0,0.0,True 2022-11-07 00:00:00+01:00,272.29998779296875,272.8999938964844,258.1000061035156,258.6000061035156,244.84360804951098,267288,0.0,0.0,True 2022-11-08 00:00:00+01:00,258.79998779296875,264.6000061035156,254.60000610351562,263.8999938964844,249.86167231685448,249153,0.0,0.0,True 2022-11-09 00:00:00+01:00,262.3999938964844,267.1000061035156,260.1000061035156,266.20001220703125,252.03930290591506,146554,0.0,0.0,True 2022-11-10 00:00:00+01:00,249.8000030517578,254.10000610351562,164.85000610351562,175.9499969482422,166.59020888315132,941320,0.0,0.0,True 2022-11-11 00:00:00+01:00,200.0,201.89999389648438,163.14999389648438,190.0,179.89282215910154,2503657,0.0,0.0,True 2022-11-14 00:00:00+01:00,200.0,204.5,190.1999969482422,202.6999969482422,191.9172356169038,898242,0.0,0.0,True 2022-11-15 00:00:00+01:00,210.10000610351562,225.0,210.10000610351562,223.0,211.13735947417908,849703,0.0,0.0,True 2022-11-16 00:00:00+01:00,222.1999969482422,225.89999389648438,215.10000610351562,218.89999389648438,207.25546246092117,569607,0.0,0.0,True 2022-11-17 00:00:00+01:00,217.3000030517578,222.39999389648438,215.6999969482422,216.60000610351562,205.07781632879164,355362,0.0,0.0,True 2022-11-18 00:00:00+01:00,216.60000610351562,229.3000030517578,216.60000610351562,224.5,212.55757631332054,462241,0.0,0.0,True 2022-11-21 00:00:00+01:00,220.89999389648438,223.60000610351562,218.60000610351562,221.6999969482422,209.90651938712085,251504,0.0,0.0,True 2022-11-22 00:00:00+01:00,220.0,220.89999389648438,211.60000610351562,214.5,203.08953140567635,355431,0.0,0.0,True 2022-11-23 00:00:00+01:00,215.5,215.8000030517578,205.0,209.3000030517578,198.16615551437448,390072,0.0,0.0,True 2022-11-24 00:00:00+01:00,212.0,216.5,209.8000030517578,213.0,201.6693145665349,251769,0.0,0.0,True 2022-11-25 00:00:00+01:00,212.1999969482422,215.60000610351562,208.39999389648438,212.10000610351562,200.8171968975052,278379,0.0,0.0,True 2022-11-28 00:00:00+01:00,214.0,217.8000030517578,212.10000610351562,215.6999969482422,204.22569865976192,298483,0.0,0.0,True 2022-11-29 00:00:00+01:00,215.1999969482422,216.60000610351562,212.10000610351562,214.0,202.61612061160622,280198,0.0,0.0,True 2022-11-30 00:00:00+01:00,214.8000030517578,217.3000030517578,212.39999389648438,215.39999389648438,203.9416335316371,326064,0.0,0.0,True 2022-12-01 00:00:00+01:00,217.0,223.6999969482422,214.60000610351562,221.1999969482422,209.43310859305072,276515,0.0,0.0,True 2022-12-02 00:00:00+01:00,222.89999389648438,235.8000030517578,222.89999389648438,228.5,216.34478495053682,510599,0.0,0.0,True 2022-12-05 00:00:00+01:00,228.1999969482422,228.89999389648438,220.10000610351562,222.3000030517578,210.47460301416365,217815,0.0,0.0,True 2022-12-06 00:00:00+01:00,221.3000030517578,223.10000610351562,217.3000030517578,219.39999389648438,207.7288732549913,287417,0.0,0.0,True 2022-12-07 00:00:00+01:00,218.39999389648438,226.8000030517578,217.60000610351562,226.0,213.97779315246197,298053,0.0,0.0,True 2022-12-08 00:00:00+01:00,226.60000610351562,227.1999969482422,219.60000610351562,221.6999969482422,209.90651938712085,326168,0.0,0.0,True 2022-12-09 00:00:00+01:00,221.3000030517578,225.3000030517578,220.39999389648438,224.6999969482422,212.74692197926584,210598,0.0,0.0,True 2022-12-12 00:00:00+01:00,223.89999389648438,224.1999969482422,221.0,223.5,211.6107702682492,163054,0.0,0.0,True 2022-12-13 00:00:00+01:00,225.1999969482422,228.8000030517578,218.8000030517578,224.89999389648438,212.9362831882801,203302,0.0,0.0,True 2022-12-14 00:00:00+01:00,224.6999969482422,226.5,221.5,226.5,214.4511728603942,152564,0.0,0.0,True 2022-12-15 00:00:00+01:00,225.1999969482422,225.1999969482422,217.89999389648438,218.3000030517578,206.68739437694734,213858,0.0,0.0,True 2022-12-16 00:00:00+01:00,217.5,217.60000610351562,211.0,213.60000610351562,202.23741373664663,397639,0.0,0.0,True 2022-12-19 00:00:00+01:00,213.0,217.39999389648438,212.3000030517578,214.89999389648438,203.46825382370488,248751,0.0,0.0,True 2022-12-20 00:00:00+01:00,213.1999969482422,215.89999389648438,211.6999969482422,213.39999389648438,202.04803698456342,180813,0.0,0.0,True 2022-12-21 00:00:00+01:00,215.39999389648438,220.60000610351562,215.1999969482422,219.8000030517578,208.10759567301983,202884,0.0,0.0,True 2022-12-22 00:00:00+01:00,219.0,222.0,218.60000610351562,219.5,207.82353054489502,172229,0.0,0.0,True 2022-12-23 00:00:00+01:00,219.89999389648438,221.1999969482422,218.39999389648438,220.6999969482422,208.95969779898059,103040,0.0,0.0,True 2022-12-27 00:00:00+01:00,221.0,224.39999389648438,220.8000030517578,222.0,210.19056897217672,96640,0.0,0.0,True 2022-12-28 00:00:00+01:00,220.1999969482422,223.6999969482422,219.3000030517578,222.1999969482422,210.37991463812205,113539,0.0,0.0,True 2022-12-29 00:00:00+01:00,222.39999389648438,224.6999969482422,218.5,224.6999969482422,212.74692197926584,133982,0.0,0.0,True 2022-12-30 00:00:00+01:00,223.3000030517578,224.6999969482422,220.89999389648438,222.6999969482422,210.85332543219218,103326,0.0,0.0,True 2023-01-02 00:00:00+01:00,226.0,226.3000030517578,222.6999969482422,223.10000610351562,211.23204785022068,77083,0.0,0.0,True 2023-01-03 00:00:00+01:00,223.60000610351562,231.10000610351562,223.1999969482422,228.3000030517578,216.15542374152258,201266,0.0,0.0,True 2023-01-04 00:00:00+01:00,230.10000610351562,236.1999969482422,228.89999389648438,236.10000610351562,223.54051089307882,179749,0.0,0.0,True 2023-01-05 00:00:00+01:00,236.0,236.1999969482422,231.3000030517578,232.8000030517578,220.416043172809,163020,0.0,0.0,True 2023-01-06 00:00:00+01:00,232.0,235.39999389648438,227.10000610351562,234.5,222.02562122096472,155308,0.0,0.0,True 2023-01-09 00:00:00+01:00,237.0,239.39999389648438,235.1999969482422,238.0,225.33941906411087,160247,0.0,0.0,True 2023-01-10 00:00:00+01:00,236.8000030517578,238.6999969482422,233.6999969482422,236.10000610351562,223.54051089307882,176540,0.0,0.0,True 2023-01-11 00:00:00+01:00,235.3000030517578,237.0,233.0,233.1999969482422,220.7947500477686,183895,0.0,0.0,True 2023-01-12 00:00:00+01:00,234.6999969482422,244.3000030517578,234.10000610351562,242.5,229.60005403846625,258322,0.0,0.0,True 2023-01-13 00:00:00+01:00,241.1999969482422,247.5,240.0,245.5,232.44045663061127,218102,0.0,0.0,True 2023-01-16 00:00:00+01:00,246.10000610351562,250.60000610351562,245.3000030517578,250.39999389648438,237.07981402299515,123675,0.0,0.0,True 2023-01-17 00:00:00+01:00,251.0,252.3000030517578,247.10000610351562,251.8000030517578,238.405342486095,165676,0.0,0.0,True 2023-01-18 00:00:00+01:00,252.0,258.8999938964844,252.0,255.6999969482422,242.0978627472697,189508,0.0,0.0,True 2023-01-19 00:00:00+01:00,256.20001220703125,256.6000061035156,249.6999969482422,250.0,236.70107606189768,181560,0.0,0.0,True 2023-01-20 00:00:00+01:00,251.1999969482422,252.89999389648438,249.8000030517578,250.89999389648438,237.5531937309274,132256,0.0,0.0,True 2023-01-23 00:00:00+01:00,251.5,252.3000030517578,249.39999389648438,249.89999389648438,236.60638768585608,124043,0.0,0.0,True 2023-01-24 00:00:00+01:00,250.39999389648438,252.3000030517578,250.0,251.60000610351562,238.21598127708074,82590,0.0,0.0,True 2023-01-25 00:00:00+01:00,252.39999389648438,252.5,245.60000610351562,249.0,235.75427001682638,105823,0.0,0.0,True 2023-01-26 00:00:00+01:00,250.10000610351562,254.5,250.10000610351562,252.3000030517578,238.87872219402723,113619,0.0,0.0,True 2023-01-27 00:00:00+01:00,252.1999969482422,254.3000030517578,250.89999389648438,253.89999389648438,240.39361186614133,113906,0.0,0.0,True 2023-01-30 00:00:00+01:00,253.6999969482422,254.6999969482422,250.39999389648438,254.1999969482422,240.6776614511972,104722,0.0,0.0,True 2023-01-31 00:00:00+01:00,250.89999389648438,255.1999969482422,250.6999969482422,255.0,241.43510628725426,177316,0.0,0.0,True 2023-02-01 00:00:00+01:00,257.6000061035156,263.3999938964844,256.70001220703125,260.5,246.642531763612,190145,0.0,0.0,True 2023-02-02 00:00:00+01:00,263.6000061035156,275.3999938964844,262.8999938964844,273.3999938964844,258.8562908873596,207979,0.0,0.0,True 2023-02-03 00:00:00+01:00,272.5,273.1000061035156,262.6000061035156,269.0,254.6903753751837,230392,0.0,0.0,True 2023-02-06 00:00:00+01:00,267.6000061035156,271.1000061035156,264.8999938964844,268.79998779296875,254.5009986231005,199055,0.0,0.0,True 2023-02-07 00:00:00+01:00,269.0,269.20001220703125,266.6000061035156,269.0,254.6903753751837,130419,0.0,0.0,True 2023-02-08 00:00:00+01:00,271.6000061035156,273.79998779296875,269.79998779296875,269.8999938964844,255.5424619580755,133147,0.0,0.0,True 2023-02-09 00:00:00+01:00,270.29998779296875,274.70001220703125,267.79998779296875,267.8999938964844,253.64886541100182,129569,0.0,0.0,True 2023-02-10 00:00:00+01:00,266.5,268.29998779296875,264.5,267.70001220703125,253.45953528812547,117112,0.0,0.0,True 2023-02-13 00:00:00+01:00,267.6000061035156,267.6000061035156,265.0,266.6000061035156,252.4180253239436,108557,0.0,0.0,True 2023-02-14 00:00:00+01:00,269.1000061035156,269.1000061035156,257.20001220703125,257.6000061035156,243.8967864613707,248033,0.0,0.0,True 2023-02-15 00:00:00+01:00,259.20001220703125,264.6000061035156,258.70001220703125,263.3999938964844,249.38824597971538,148295,0.0,0.0,True 2023-02-16 00:00:00+01:00,264.6000061035156,267.20001220703125,260.70001220703125,262.6000061035156,248.6308166867273,180373,0.0,0.0,True 2023-02-17 00:00:00+01:00,257.8999938964844,259.0,250.8000030517578,255.5,241.9085170813244,296583,0.0,0.0,True 2023-02-20 00:00:00+01:00,255.0,258.20001220703125,253.8000030517578,254.5,240.96171103625306,178332,0.0,0.0,True 2023-02-21 00:00:00+01:00,254.3000030517578,259.3999938964844,253.8000030517578,259.3999938964844,245.6010373424991,194193,0.0,0.0,True 2023-02-22 00:00:00+01:00,259.0,260.0,252.89999389648438,253.6999969482422,240.20425065712706,209091,0.0,0.0,True 2023-02-23 00:00:00+01:00,255.0,258.6000061035156,254.5,255.60000610351562,242.00318991429705,121137,0.0,0.0,True 2023-02-24 00:00:00+01:00,256.6000061035156,257.3999938964844,249.8000030517578,250.10000610351562,236.79576443793928,153295,0.0,0.0,True 2023-02-27 00:00:00+01:00,251.5,252.39999389648438,248.1999969482422,248.8000030517578,235.56492435088106,140225,0.0,0.0,True 2023-02-28 00:00:00+01:00,248.60000610351562,249.0,245.39999389648438,246.0,232.9138674246814,265058,0.0,0.0,True 2023-03-01 00:00:00+01:00,247.89999389648438,249.39999389648438,243.89999389648438,244.89999389648438,231.87235746049953,137355,0.0,0.0,True 2023-03-02 00:00:00+01:00,241.3000030517578,245.1999969482422,240.0,245.0,231.96706137961007,185333,0.0,0.0,True 2023-03-03 00:00:00+01:00,245.10000610351562,251.5,245.0,250.3000030517578,236.98512564695355,171577,0.0,0.0,True 2023-03-06 00:00:00+01:00,251.3000030517578,253.0,250.39999389648438,250.89999389648438,237.5531937309274,100403,0.0,0.0,True 2023-03-07 00:00:00+01:00,249.0,251.89999389648438,247.89999389648438,248.5,235.2808747658252,129389,0.0,0.0,True 2023-03-08 00:00:00+01:00,247.0,247.0,231.3000030517578,236.1999969482422,223.63518372605148,371154,0.0,0.0,True 2023-03-09 00:00:00+01:00,235.8000030517578,236.1999969482422,232.10000610351562,232.6999969482422,220.32137033983634,242924,0.0,0.0,True 2023-03-10 00:00:00+01:00,229.39999389648438,231.10000610351562,226.3000030517578,227.5,215.39797890546552,230898,0.0,0.0,True 2023-03-13 00:00:00+01:00,227.3000030517578,228.3000030517578,221.39999389648438,222.10000610351562,210.28524180514938,292841,0.0,0.0,True 2023-03-14 00:00:00+01:00,222.6999969482422,225.5,220.1999969482422,223.6999969482422,211.80011593419454,214122,0.0,0.0,True 2023-03-15 00:00:00+01:00,225.3000030517578,226.10000610351562,218.39999389648438,223.1999969482422,211.32672068319334,259040,0.0,0.0,True 2023-03-16 00:00:00+01:00,223.1999969482422,225.89999389648438,217.8000030517578,222.10000610351562,210.28524180514938,335360,0.0,0.0,True 2023-03-17 00:00:00+01:00,225.6999969482422,228.3000030517578,221.8000030517578,222.6999969482422,210.85332543219218,348289,0.0,0.0,True 2023-03-20 00:00:00+01:00,221.0,224.1999969482422,216.8000030517578,223.0,211.13735947417908,198385,0.0,0.0,True 2023-03-21 00:00:00+01:00,224.3000030517578,225.0,221.3000030517578,221.3000030517578,209.52778142602338,170033,0.0,0.0,True 2023-03-22 00:00:00+01:00,221.39999389648438,222.10000610351562,218.89999389648438,220.5,208.77033658996632,152924,0.0,0.0,True 2023-03-23 00:00:00+01:00,211.6999969482422,215.0,203.3000030517578,214.8000030517578,203.37356544766325,473417,0.0,0.0,True 2023-03-24 00:00:00+01:00,214.39999389648438,214.5,206.8000030517578,209.10000610351562,197.97679430536022,226081,0.0,0.0,True 2023-03-27 00:00:00+02:00,212.3000030517578,219.10000610351562,212.3000030517578,217.5,205.92994954089028,218117,0.0,0.0,True 2023-03-28 00:00:00+02:00,219.0,219.3000030517578,211.8000030517578,215.0,203.56292665667752,163209,0.0,0.0,True 2023-03-29 00:00:00+02:00,215.60000610351562,219.89999389648438,215.60000610351562,217.60000610351562,206.02463791693188,172104,0.0,0.0,True 2023-03-30 00:00:00+02:00,223.89999389648438,225.5,220.6999969482422,223.5,211.6107702682492,188754,0.0,0.0,True 2023-03-31 00:00:00+02:00,224.6999969482422,225.39999389648438,219.8000030517578,221.6999969482422,209.90651938712085,205216,0.0,0.0,True 2023-04-03 00:00:00+02:00,221.60000610351562,221.8000030517578,219.89999389648438,220.89999389648438,209.14905900799485,103642,0.0,0.0,True 2023-04-04 00:00:00+02:00,222.60000610351562,225.1999969482422,221.1999969482422,224.39999389648438,212.46288793727894,169323,0.0,0.0,True 2023-04-05 00:00:00+02:00,224.1999969482422,224.39999389648438,215.6999969482422,215.6999969482422,204.22569865976192,193995,0.0,0.0,True 2023-04-06 00:00:00+02:00,215.0,218.1999969482422,214.8000030517578,216.1999969482422,204.69907836769414,210967,0.0,0.0,True 2023-04-11 00:00:00+02:00,216.6999969482422,217.5,215.10000610351562,215.10000610351562,203.6576305757881,172800,0.0,0.0,True 2023-04-12 00:00:00+02:00,216.0,216.89999389648438,214.0,215.0,203.56292665667752,194433,0.0,0.0,True 2023-04-13 00:00:00+02:00,215.3000030517578,217.89999389648438,213.8000030517578,214.10000610351562,202.71082453071676,170185,0.0,0.0,True 2023-04-14 00:00:00+02:00,214.5,216.8000030517578,212.10000610351562,212.10000610351562,200.8171968975052,202572,0.0,0.0,True 2023-04-17 00:00:00+02:00,213.3000030517578,215.89999389648438,212.5,214.0,202.61612061160622,243990,0.0,0.0,True 2023-04-18 00:00:00+02:00,215.0,216.89999389648438,212.6999969482422,214.0,202.61612061160622,212920,0.0,0.0,True 2023-04-19 00:00:00+02:00,213.39999389648438,213.89999389648438,210.1999969482422,210.5,199.3023072253911,215416,0.0,0.0,True 2023-04-20 00:00:00+02:00,210.60000610351562,211.10000610351562,207.60000610351562,208.89999389648438,197.78741455078125,197145,0.0,0.0,False 2023-04-21 00:00:00+02:00,205.10000610351562,206.89999389648438,204.10000610351562,205.3000030517578,198.028564453125,202507,3.85,0.0,False 2023-04-24 00:00:00+02:00,205.5,208.3000030517578,205.10000610351562,206.39999389648438,199.089599609375,157411,0.0,0.0,False 2023-04-25 00:00:00+02:00,205.60000610351562,205.8000030517578,203.10000610351562,203.6999969482422,196.4852294921875,186295,0.0,0.0,False 2023-04-26 00:00:00+02:00,180.0,182.5500030517578,167.4499969482422,175.14999389648438,168.94642639160156,1184724,0.0,0.0,False 2023-04-27 00:00:00+02:00,177.0,180.6999969482422,174.89999389648438,180.6999969482422,174.29986572265625,538251,0.0,0.0,False 2023-04-28 00:00:00+02:00,182.25,183.35000610351562,178.0500030517578,180.8000030517578,174.39633178710938,292974,0.0,0.0,False 2023-05-02 00:00:00+02:00,183.25,190.35000610351562,182.10000610351562,182.10000610351562,175.65028381347656,339281,0.0,0.0,False 2023-05-03 00:00:00+02:00,182.0,183.25,174.89999389648438,176.0,169.76632690429688,295122,0.0,0.0,False 2023-05-04 00:00:00+02:00,174.64999389648438,174.89999389648438,162.75,163.25,157.46792602539062,517803,0.0,0.0,False 2023-05-05 00:00:00+02:00,163.75,164.0,158.10000610351562,160.89999389648438,155.20114135742188,325684,0.0,0.0,False 2023-05-08 00:00:00+02:00,161.0,161.4499969482422,155.75,156.0,150.47470092773438,314890,0.0,0.0,False 2023-05-09 00:00:00+02:00,155.64999389648438,159.4499969482422,153.5500030517578,159.0,153.3684539794922,431982,0.0,0.0,False 2023-05-10 00:00:00+02:00,159.75,160.35000610351562,154.9499969482422,154.9499969482422,149.46188354492188,266123,0.0,0.0,False 2023-05-11 00:00:00+02:00,156.14999389648438,158.25,153.1999969482422,154.14999389648438,148.69021606445312,265208,0.0,0.0,False 2023-05-12 00:00:00+02:00,155.0,158.75,155.0,158.75,153.12730407714844,445805,0.0,0.0,False 2023-05-15 00:00:00+02:00,160.6999969482422,161.25,158.3000030517578,160.10000610351562,154.4294891357422,259635,0.0,0.0,False 2023-05-16 00:00:00+02:00,160.25,160.4499969482422,155.14999389648438,156.60000610351562,151.05345153808594,256961,0.0,0.0,False 2023-05-17 00:00:00+02:00,156.0500030517578,157.0,154.35000610351562,155.89999389648438,150.37823486328125,178263,0.0,0.0,False 2023-05-18 00:00:00+02:00,158.0,158.0500030517578,155.5500030517578,157.4499969482422,151.8733367919922,118573,0.0,0.0,False 2023-05-19 00:00:00+02:00,158.5,159.5500030517578,157.3000030517578,158.5,152.8861541748047,150227,0.0,0.0,False 2023-05-22 00:00:00+02:00,158.0,159.35000610351562,156.60000610351562,159.3000030517578,153.65782165527344,146888,0.0,0.0,False 2023-05-23 00:00:00+02:00,159.0,162.1999969482422,158.1999969482422,160.25,154.5741729736328,227199,0.0,0.0,False 2023-05-24 00:00:00+02:00,158.1999969482422,158.6999969482422,154.8000030517578,156.25,150.71585083007812,228735,0.0,0.0,False 2023-05-25 00:00:00+02:00,156.14999389648438,156.14999389648438,147.14999389648438,147.35000610351562,142.13107299804688,417991,0.0,0.0,False 2023-05-26 00:00:00+02:00,147.64999389648438,147.89999389648438,141.89999389648438,147.0,141.79347229003906,471015,0.0,0.0,False 2023-05-29 00:00:00+02:00,147.6999969482422,148.0500030517578,145.39999389648438,146.3000030517578,141.11827087402344,118570,0.0,0.0,False 2023-05-30 00:00:00+02:00,145.9499969482422,146.85000610351562,143.0500030517578,143.0500030517578,137.98338317871094,275205,0.0,0.0,False 2023-05-31 00:00:00+02:00,141.5,141.5,137.85000610351562,139.89999389648438,134.94493103027344,478352,0.0,0.0,False 2023-06-01 00:00:00+02:00,141.39999389648438,142.85000610351562,139.64999389648438,140.8000030517578,135.8130645751953,252741,0.0,0.0,False 2023-06-02 00:00:00+02:00,141.0,142.64999389648438,140.89999389648438,141.8000030517578,136.77764892578125,265343,0.0,0.0,False 2023-06-05 00:00:00+02:00,144.6999969482422,145.0,138.5500030517578,138.75,133.83567810058594,267188,0.0,0.0,False 2023-06-06 00:00:00+02:00,137.64999389648438,140.5500030517578,137.3000030517578,138.9499969482422,134.02857971191406,195111,0.0,0.0,False 2023-06-07 00:00:00+02:00,139.9499969482422,142.89999389648438,139.39999389648438,141.9499969482422,136.92233276367188,253388,0.0,0.0,False 2023-06-08 00:00:00+02:00,140.1999969482422,143.35000610351562,139.9499969482422,140.1999969482422,135.23431396484375,174531,0.0,0.0,False 2023-06-09 00:00:00+02:00,139.89999389648438,146.0500030517578,139.89999389648438,145.3000030517578,140.1536865234375,304973,0.0,0.0,False 2023-06-12 00:00:00+02:00,146.9499969482422,152.5500030517578,146.5500030517578,150.9499969482422,145.6035614013672,361302,0.0,0.0,False 2023-06-13 00:00:00+02:00,153.1999969482422,157.6999969482422,152.8000030517578,156.6999969482422,151.14990234375,538905,0.0,0.0,False 2023-06-14 00:00:00+02:00,158.0500030517578,162.75,156.60000610351562,160.1999969482422,154.52593994140625,363169,0.0,0.0,False 2023-06-15 00:00:00+02:00,160.0,161.0,157.75,160.3000030517578,154.62240600585938,223653,0.0,0.0,False 2023-06-16 00:00:00+02:00,161.64999389648438,163.64999389648438,160.0,162.1999969482422,156.45510864257812,682707,0.0,0.0,False 2023-06-19 00:00:00+02:00,162.0,162.0500030517578,158.5500030517578,159.60000610351562,153.94720458984375,205372,0.0,0.0,False 2023-06-20 00:00:00+02:00,159.5,160.25,157.75,158.0,152.40386962890625,224399,0.0,0.0,False 2023-06-21 00:00:00+02:00,157.75,157.75,155.25,155.4499969482422,149.94418334960938,213273,0.0,0.0,False 2023-06-22 00:00:00+02:00,153.10000610351562,154.89999389648438,151.14999389648438,151.8000030517578,146.4234619140625,299030,0.0,0.0,False 2023-06-23 00:00:00+02:00,151.3000030517578,155.25,150.9499969482422,153.14999389648438,147.72564697265625,242830,0.0,0.0,False 2023-06-26 00:00:00+02:00,153.5,153.60000610351562,150.14999389648438,150.9499969482422,145.6035614013672,140281,0.0,0.0,False 2023-06-27 00:00:00+02:00,151.4499969482422,151.89999389648438,147.3000030517578,148.64999389648438,143.38502502441406,209381,0.0,0.0,False 2023-06-28 00:00:00+02:00,148.14999389648438,151.9499969482422,148.14999389648438,151.10000610351562,145.74826049804688,174338,0.0,0.0,False 2023-06-29 00:00:00+02:00,153.0,153.85000610351562,151.5,153.85000610351562,148.40086364746094,185230,0.0,0.0,False 2023-06-30 00:00:00+02:00,154.75,155.64999389648438,153.10000610351562,153.4499969482422,148.0150146484375,193281,0.0,0.0,False 2023-07-03 00:00:00+02:00,154.25,155.5500030517578,153.14999389648438,155.10000610351562,149.60658264160156,144515,0.0,0.0,False 2023-07-04 00:00:00+02:00,154.0,156.4499969482422,153.35000610351562,155.3000030517578,149.79949951171875,102758,0.0,0.0,False 2023-07-05 00:00:00+02:00,154.14999389648438,155.85000610351562,151.3000030517578,152.60000610351562,147.19512939453125,182834,0.0,0.0,False 2023-07-06 00:00:00+02:00,150.0,150.25,146.10000610351562,146.14999389648438,140.97357177734375,261852,0.0,0.0,False 2023-07-07 00:00:00+02:00,146.89999389648438,147.1999969482422,144.35000610351562,145.0,139.8643035888672,187252,0.0,0.0,False 2023-07-10 00:00:00+02:00,143.64999389648438,145.35000610351562,143.4499969482422,144.0,138.89971923828125,166279,0.0,0.0,False 2023-07-11 00:00:00+02:00,144.1999969482422,148.85000610351562,143.5,148.85000610351562,143.5779571533203,186266,0.0,0.0,False 2023-07-12 00:00:00+02:00,148.89999389648438,154.60000610351562,147.60000610351562,153.64999389648438,148.2079315185547,192969,0.0,0.0,False 2023-07-13 00:00:00+02:00,155.1999969482422,158.3000030517578,154.39999389648438,157.6999969482422,152.11448669433594,159776,0.0,0.0,False 2023-07-14 00:00:00+02:00,155.5,158.0500030517578,154.3000030517578,156.39999389648438,150.86053466796875,171724,0.0,0.0,False 2023-07-17 00:00:00+02:00,154.89999389648438,156.5,152.8000030517578,154.3000030517578,148.8349151611328,134430,0.0,0.0,False 2023-07-18 00:00:00+02:00,154.0,155.6999969482422,153.8000030517578,155.35000610351562,149.8477325439453,92758,0.0,0.0,False 2023-07-19 00:00:00+02:00,156.1999969482422,158.25,156.1999969482422,156.85000610351562,151.2946014404297,115379,0.0,0.0,False 2023-07-20 00:00:00+02:00,155.75,156.14999389648438,152.75,154.8000030517578,149.3172149658203,164590,0.0,0.0,False 2023-07-21 00:00:00+02:00,154.60000610351562,155.0,153.3000030517578,154.3000030517578,148.8349151611328,148489,0.0,0.0,False 2023-07-24 00:00:00+02:00,154.0,157.5,154.0,156.85000610351562,151.2946014404297,131882,0.0,0.0,False 2023-07-25 00:00:00+02:00,155.6999969482422,160.75,154.9499969482422,158.5,152.8861541748047,194208,0.0,0.0,False 2023-07-26 00:00:00+02:00,158.0,158.64999389648438,154.85000610351562,158.10000610351562,152.50033569335938,225584,0.0,0.0,False 2023-07-27 00:00:00+02:00,143.5500030517578,145.0,131.0,131.39999389648438,126.7459945678711,1427807,0.0,0.0,False 2023-07-28 00:00:00+02:00,130.0,138.64999389648438,129.0,135.60000610351562,130.7972412109375,644324,0.0,0.0,False 2023-07-31 00:00:00+02:00,135.60000610351562,136.39999389648438,131.25,131.75,127.08360290527344,435435,0.0,0.0,False 2023-08-01 00:00:00+02:00,128.0,129.4499969482422,125.0,128.35000610351562,123.80403137207031,459653,0.0,0.0,False 2023-08-02 00:00:00+02:00,126.69999694824219,127.5,125.1500015258789,125.4000015258789,120.95851135253906,343252,0.0,0.0,False 2023-08-03 00:00:00+02:00,127.8499984741211,131.1999969482422,126.80000305175781,128.4499969482422,123.90048217773438,487322,0.0,0.0,False 2023-08-04 00:00:00+02:00,128.39999389648438,128.85000610351562,125.94999694824219,128.60000610351562,124.04518127441406,191423,0.0,0.0,False 2023-08-07 00:00:00+02:00,125.3499984741211,126.8499984741211,124.6500015258789,125.55000305175781,121.10320281982422,273132,0.0,0.0,False 2023-08-08 00:00:00+02:00,124.75,126.5999984741211,124.4000015258789,125.30000305175781,120.86205291748047,255054,0.0,0.0,False 2023-08-09 00:00:00+02:00,127.05000305175781,128.0500030517578,124.30000305175781,124.30000305175781,119.89747619628906,267554,0.0,0.0,False 2023-08-10 00:00:00+02:00,124.0999984741211,126.1500015258789,123.30000305175781,125.1500015258789,120.71736907958984,246107,0.0,0.0,False 2023-08-11 00:00:00+02:00,123.0,125.5999984741211,119.94999694824219,119.94999694824219,115.7015380859375,334732,0.0,0.0,False 2023-08-14 00:00:00+02:00,118.0,122.75,117.69999694824219,120.3499984741211,116.08737182617188,221735,0.0,0.0,False 2023-08-15 00:00:00+02:00,119.6500015258789,120.44999694824219,117.44999694824219,117.5,113.33831787109375,208985,0.0,0.0,False 2023-08-16 00:00:00+02:00,116.1500015258789,117.44999694824219,115.75,115.94999694824219,111.84321594238281,261000,0.0,0.0,False 2023-08-17 00:00:00+02:00,115.0,116.5999984741211,114.44999694824219,114.94999694824219,110.87863159179688,224355,0.0,0.0,False 2023-08-18 00:00:00+02:00,114.0999984741211,116.4000015258789,113.75,115.5999984741211,111.505615234375,270169,0.0,0.0,False 2023-08-21 00:00:00+02:00,115.1500015258789,116.3499984741211,114.80000305175781,115.0,110.92686462402344,212280,0.0,0.0,False 2023-08-22 00:00:00+02:00,116.5,116.75,114.80000305175781,115.1500015258789,111.0715560913086,208620,0.0,0.0,False 2023-08-23 00:00:00+02:00,115.6500015258789,120.4000015258789,115.6500015258789,118.30000305175781,114.1099853515625,197173,0.0,0.0,False 2023-08-24 00:00:00+02:00,119.55000305175781,120.6500015258789,118.30000305175781,118.30000305175781,114.1099853515625,299910,0.0,0.0,False 2023-08-25 00:00:00+02:00,117.8499984741211,120.0999984741211,117.5999984741211,118.5999984741211,114.39935302734375,184731,0.0,0.0,False 2023-08-28 00:00:00+02:00,119.80000305175781,125.25,119.80000305175781,124.6500015258789,120.23507690429688,217943,0.0,0.0,False 2023-08-29 00:00:00+02:00,125.80000305175781,126.75,123.69999694824219,124.44999694824219,120.04215240478516,241701,0.0,0.0,False 2023-08-30 00:00:00+02:00,124.5,125.44999694824219,123.05000305175781,125.19999694824219,120.76559448242188,225872,0.0,0.0,False 2023-08-31 00:00:00+02:00,126.0,129.6999969482422,125.55000305175781,127.8499984741211,123.32173156738281,437028,0.0,0.0,False 2023-09-01 00:00:00+02:00,127.1500015258789,129.4499969482422,127.05000305175781,129.1999969482422,124.62391662597656,211318,0.0,0.0,False 2023-09-04 00:00:00+02:00,130.25,132.8000030517578,130.25,131.89999389648438,127.22828674316406,213683,0.0,0.0,False 2023-09-05 00:00:00+02:00,131.39999389648438,131.89999389648438,128.75,129.0,124.4310073852539,151599,0.0,0.0,False 2023-09-06 00:00:00+02:00,128.1999969482422,129.39999389648438,126.0999984741211,128.39999389648438,123.85224914550781,195774,0.0,0.0,False 2023-09-07 00:00:00+02:00,125.8499984741211,127.19999694824219,124.30000305175781,125.4000015258789,120.95851135253906,266107,0.0,0.0,False 2023-09-08 00:00:00+02:00,125.9000015258789,127.19999694824219,125.0999984741211,126.80000305175781,122.30892944335938,177374,0.0,0.0,False 2023-09-11 00:00:00+02:00,127.4000015258789,128.3000030517578,126.0,126.5,122.0195541381836,158323,0.0,0.0,False 2023-09-12 00:00:00+02:00,126.3499984741211,127.3499984741211,125.25,125.94999694824219,121.48902893066406,134005,0.0,0.0,False 2023-09-13 00:00:00+02:00,125.0999984741211,125.75,123.1500015258789,124.94999694824219,120.52444458007812,151532,0.0,0.0,False 2023-09-14 00:00:00+02:00,126.25,126.25,123.5999984741211,126.05000305175781,121.58549499511719,207115,0.0,0.0,False 2023-09-15 00:00:00+02:00,126.5999984741211,128.0500030517578,124.8499984741211,125.0,120.57267761230469,409338,0.0,0.0,False 2023-09-18 00:00:00+02:00,124.44999694824219,124.6500015258789,120.5,120.80000305175781,116.52143859863281,204681,0.0,0.0,False 2023-09-19 00:00:00+02:00,120.19999694824219,122.6500015258789,120.1500015258789,121.1500015258789,116.85903930664062,180477,0.0,0.0,False 2023-09-20 00:00:00+02:00,121.75,123.1500015258789,121.5999984741211,122.44999694824219,118.11299133300781,137408,0.0,0.0,False 2023-09-21 00:00:00+02:00,121.0,121.5,119.8499984741211,120.3499984741211,116.08737182617188,211165,0.0,0.0,False 2023-09-22 00:00:00+02:00,119.80000305175781,121.19999694824219,118.69999694824219,121.1500015258789,116.85903930664062,296712,0.0,0.0,False 2023-09-25 00:00:00+02:00,120.19999694824219,121.44999694824219,118.75,119.9000015258789,115.65331268310547,114592,0.0,0.0,False 2023-09-26 00:00:00+02:00,118.6500015258789,119.75,117.6500015258789,117.69999694824219,113.53123474121094,146804,0.0,0.0,False 2023-09-27 00:00:00+02:00,114.5,117.25,114.0,114.19999694824219,110.15519714355469,286616,0.0,0.0,False 2023-09-28 00:00:00+02:00,113.0,115.4000015258789,112.05000305175781,115.4000015258789,111.31269836425781,356726,0.0,0.0,False 2023-09-29 00:00:00+02:00,116.9000015258789,121.9000015258789,116.44999694824219,119.4000015258789,115.1710205078125,353554,0.0,0.0,False 2023-10-02 00:00:00+02:00,116.3499984741211,117.8499984741211,115.05000305175781,116.75,112.61488342285156,276152,0.0,0.0,False 2023-10-03 00:00:00+02:00,116.25,116.44999694824219,111.8499984741211,114.0,109.9622802734375,224523,0.0,0.0,False 2023-10-04 00:00:00+02:00,113.69999694824219,115.94999694824219,113.30000305175781,114.44999694824219,110.3963394165039,217850,0.0,0.0,False 2023-10-05 00:00:00+02:00,115.9000015258789,116.5999984741211,114.44999694824219,114.80000305175781,110.73394775390625,251821,0.0,0.0,False 2023-10-06 00:00:00+02:00,114.5999984741211,117.5999984741211,113.75,117.5999984741211,113.43477630615234,228338,0.0,0.0,False 2023-10-09 00:00:00+02:00,117.05000305175781,117.8499984741211,116.05000305175781,117.0999984741211,112.95248413085938,178222,0.0,0.0,False 2023-10-10 00:00:00+02:00,118.05000305175781,121.5,118.05000305175781,121.30000305175781,117.00373077392578,135830,0.0,0.0,False 2023-10-11 00:00:00+02:00,120.44999694824219,121.0,118.75,119.3499984741211,115.12279510498047,174954,0.0,0.0,False 2023-10-12 00:00:00+02:00,120.0,120.75,118.5,119.0999984741211,114.88164520263672,145472,0.0,0.0,False 2023-10-13 00:00:00+02:00,118.3499984741211,119.25,117.0,117.4000015258789,113.24185943603516,273929,0.0,0.0,False 2023-10-16 00:00:00+02:00,116.75,119.0999984741211,116.75,118.75,114.5440444946289,128580,0.0,0.0,False 2023-10-17 00:00:00+02:00,118.19999694824219,119.80000305175781,117.0,118.55000305175781,114.35113525390625,175851,0.0,0.0,False 2023-10-18 00:00:00+02:00,118.19999694824219,119.25,116.9000015258789,118.19999694824219,114.01351928710938,158860,0.0,0.0,False 2023-10-19 00:00:00+02:00,116.80000305175781,119.19999694824219,116.69999694824219,118.8499984741211,114.6405029296875,174267,0.0,0.0,False 2023-10-20 00:00:00+02:00,118.0999984741211,119.30000305175781,116.44999694824219,118.19999694824219,114.01351928710938,227059,0.0,0.0,False 2023-10-23 00:00:00+02:00,118.05000305175781,118.9000015258789,113.19999694824219,113.4000015258789,109.38353729248047,228406,0.0,0.0,False 2023-10-24 00:00:00+02:00,114.30000305175781,117.0,114.19999694824219,114.44999694824219,110.3963394165039,203154,0.0,0.0,False 2023-10-25 00:00:00+02:00,114.19999694824219,114.44999694824219,108.5,108.69999694824219,104.8499984741211,254764,0.0,0.0,False 2023-10-26 00:00:00+02:00,105.5,106.0999984741211,96.62000274658203,99.0999984741211,95.59001922607422,859611,0.0,0.0,False 2023-10-27 00:00:00+02:00,99.0999984741211,103.0,97.4800033569336,102.44999694824219,98.82136535644531,367576,0.0,0.0,False 2023-10-30 00:00:00+01:00,103.4000015258789,107.25,103.4000015258789,105.5,101.76334381103516,277952,0.0,0.0,False 2023-10-31 00:00:00+01:00,106.4000015258789,108.30000305175781,105.5999984741211,108.1500015258789,104.3194808959961,309806,0.0,0.0,False 2023-11-01 00:00:00+01:00,109.05000305175781,112.0,107.75,111.1500015258789,107.21322631835938,270036,0.0,0.0,False 2023-11-02 00:00:00+01:00,112.75,118.1500015258789,112.3499984741211,117.05000305175781,112.90425872802734,233488,0.0,0.0,False 2023-11-03 00:00:00+01:00,118.0,125.4000015258789,117.75,123.75,119.36695098876953,335891,0.0,0.0,False 2023-11-06 00:00:00+01:00,124.0999984741211,124.5999984741211,119.75,119.8499984741211,115.6050796508789,260056,0.0,0.0,False 2023-11-07 00:00:00+01:00,113.0,124.5,113.0,124.30000305175781,119.89747619628906,437019,0.0,0.0,False 2023-11-08 00:00:00+01:00,126.0999984741211,129.35000610351562,125.6500015258789,126.94999694824219,122.45361328125,396107,0.0,0.0,False 2023-11-09 00:00:00+01:00,127.4000015258789,128.0,125.05000305175781,128.0,123.46642303466797,267784,0.0,0.0,False 2023-11-10 00:00:00+01:00,126.0999984741211,127.69999694824219,123.30000305175781,125.44999694824219,121.0067367553711,230658,0.0,0.0,False 2023-11-13 00:00:00+01:00,126.4000015258789,127.9000015258789,124.6500015258789,125.9000015258789,121.44080352783203,186088,0.0,0.0,False 2023-11-14 00:00:00+01:00,125.4000015258789,133.64999389648438,125.0999984741211,131.9499969482422,127.27651977539062,270713,0.0,0.0,False 2023-11-15 00:00:00+01:00,132.3000030517578,136.89999389648438,131.89999389648438,134.25,129.49505615234375,260857,0.0,0.0,False 2023-11-16 00:00:00+01:00,134.1999969482422,135.85000610351562,132.5500030517578,133.5,128.77162170410156,160042,0.0,0.0,False 2023-11-17 00:00:00+01:00,133.5,138.0500030517578,133.5,135.10000610351562,130.31495666503906,286451,0.0,0.0,False 2023-11-20 00:00:00+01:00,134.89999389648438,136.1999969482422,134.0500030517578,134.6999969482422,129.9291229248047,109462,0.0,0.0,False 2023-11-21 00:00:00+01:00,134.6999969482422,135.6999969482422,132.10000610351562,132.3000030517578,127.61412811279297,110506,0.0,0.0,False 2023-11-22 00:00:00+01:00,131.6999969482422,133.14999389648438,129.5500030517578,131.4499969482422,126.79422760009766,124332,0.0,0.0,False 2023-11-23 00:00:00+01:00,130.85000610351562,131.1999969482422,128.64999389648438,130.0500030517578,125.44381713867188,109022,0.0,0.0,False 2023-11-24 00:00:00+01:00,130.14999389648438,131.6999969482422,129.89999389648438,130.85000610351562,126.21548461914062,83072,0.0,0.0,False 2023-11-27 00:00:00+01:00,130.8000030517578,131.35000610351562,130.0,130.0,125.39558410644531,102946,0.0,0.0,False 2023-11-28 00:00:00+01:00,130.14999389648438,130.5,127.75,128.9499969482422,124.38277435302734,122360,0.0,0.0,False 2023-11-29 00:00:00+01:00,129.1999969482422,131.0500030517578,129.1999969482422,130.3000030517578,125.68496704101562,116035,0.0,0.0,False 2023-11-30 00:00:00+01:00,130.1999969482422,130.6999969482422,127.9000015258789,128.5500030517578,123.9969482421875,463413,0.0,0.0,False 2023-12-01 00:00:00+01:00,129.5,130.14999389648438,126.3499984741211,128.0,123.46642303466797,130990,0.0,0.0,False 2023-12-04 00:00:00+01:00,128.10000610351562,129.25,123.69999694824219,123.69999694824219,119.31871795654297,251439,0.0,0.0,False 2023-12-05 00:00:00+01:00,123.6500015258789,124.44999694824219,122.75,123.1500015258789,118.7882080078125,227746,0.0,0.0,False 2023-12-06 00:00:00+01:00,123.5,123.69999694824219,120.94999694824219,121.0,116.71435546875,241249,0.0,0.0,False 2023-12-07 00:00:00+01:00,120.4000015258789,120.4000015258789,115.3499984741211,117.9000015258789,113.72415161132812,347985,0.0,0.0,False 2023-12-08 00:00:00+01:00,118.19999694824219,120.5,117.69999694824219,118.05000305175781,113.86884307861328,326348,0.0,0.0,False 2023-12-11 00:00:00+01:00,117.5,118.05000305175781,115.8499984741211,117.80000305175781,113.62769317626953,264747,0.0,0.0,False 2023-12-12 00:00:00+01:00,118.4000015258789,120.5,117.55000305175781,117.5999984741211,113.43477630615234,200772,0.0,0.0,False 2023-12-13 00:00:00+01:00,117.4000015258789,119.1500015258789,116.25,116.3499984741211,112.22904968261719,211162,0.0,0.0,False 2023-12-14 00:00:00+01:00,118.0,123.30000305175781,118.0,121.9000015258789,117.58248138427734,285762,0.0,0.0,False 2023-12-15 00:00:00+01:00,122.75,123.6500015258789,121.19999694824219,122.6500015258789,118.30591583251953,534727,0.0,0.0,False 2023-12-18 00:00:00+01:00,122.1500015258789,127.0999984741211,121.5,124.5999984741211,120.18684387207031,208024,0.0,0.0,False 2023-12-19 00:00:00+01:00,125.05000305175781,129.0,125.05000305175781,129.0,124.4310073852539,245592,0.0,0.0,False 2023-12-20 00:00:00+01:00,129.5,131.64999389648438,129.35000610351562,130.85000610351562,126.21548461914062,174598,0.0,0.0,False 2023-12-21 00:00:00+01:00,129.8000030517578,136.75,129.5,136.0500030517578,131.23130798339844,245939,0.0,0.0,False 2023-12-22 00:00:00+01:00,135.60000610351562,136.1999969482422,131.89999389648438,133.35000610351562,128.62693786621094,148958,0.0,0.0,False 2023-12-27 00:00:00+01:00,133.5500030517578,135.25,132.8000030517578,133.10000610351562,128.3857879638672,137723,0.0,0.0,False 2023-12-28 00:00:00+01:00,133.75,134.3000030517578,132.4499969482422,134.10000610351562,129.35037231445312,119870,0.0,0.0,False 2023-12-29 00:00:00+01:00,134.0,134.8000030517578,126.44999694824219,132.0500030517578,127.37297821044922,215742,0.0,0.0,False 2024-01-02 00:00:00+01:00,132.35000610351562,134.25,131.0,133.3000030517578,128.57870483398438,111215,0.0,0.0,False 2024-01-03 00:00:00+01:00,133.10000610351562,133.39999389648438,126.3499984741211,128.3000030517578,123.75579833984375,197043,0.0,0.0,False 2024-01-04 00:00:00+01:00,128.25,130.25,128.0,130.25,125.63673400878906,105540,0.0,0.0,False 2024-01-05 00:00:00+01:00,129.64999389648438,130.89999389648438,127.3499984741211,130.0500030517578,125.44381713867188,117741,0.0,0.0,False 2024-01-08 00:00:00+01:00,129.85000610351562,132.5500030517578,127.9000015258789,132.25,127.5658950805664,121736,0.0,0.0,False 2024-01-09 00:00:00+01:00,133.3000030517578,133.6999969482422,125.3499984741211,129.9499969482422,125.34735107421875,213297,0.0,0.0,False 2024-01-10 00:00:00+01:00,130.0,130.39999389648438,128.0,128.0,123.46642303466797,152137,0.0,0.0,False 2024-01-11 00:00:00+01:00,132.64999389648438,137.4499969482422,131.3000030517578,133.10000610351562,128.3857879638672,289310,0.0,0.0,False 2024-01-12 00:00:00+01:00,134.35000610351562,139.75,134.35000610351562,139.5500030517578,134.6073455810547,254922,0.0,0.0,False 2024-01-15 00:00:00+01:00,138.14999389648438,138.3000030517578,135.5500030517578,135.89999389648438,131.08660888671875,212229,0.0,0.0,False 2024-01-16 00:00:00+01:00,135.0,135.14999389648438,131.5500030517578,132.0,127.32474517822266,149141,0.0,0.0,False 2024-01-17 00:00:00+01:00,130.5500030517578,131.85000610351562,127.75,128.5,123.94871520996094,185633,0.0,0.0,False 2024-01-18 00:00:00+01:00,129.6999969482422,132.85000610351562,128.89999389648438,131.89999389648438,127.22828674316406,170021,0.0,0.0,False 2024-01-19 00:00:00+01:00,136.75,143.25,136.64999389648438,143.25,138.17628479003906,355354,0.0,0.0,False 2024-01-22 00:00:00+01:00,145.0,145.85000610351562,141.14999389648438,144.60000610351562,139.47848510742188,294064,0.0,0.0,False 2024-01-23 00:00:00+01:00,144.85000610351562,150.39999389648438,144.85000610351562,149.5500030517578,144.25315856933594,295244,0.0,0.0,False 2024-01-24 00:00:00+01:00,150.8000030517578,153.8000030517578,150.10000610351562,153.1999969482422,147.77386474609375,258105,0.0,0.0,False 2024-01-25 00:00:00+01:00,152.0500030517578,152.39999389648438,142.9499969482422,143.75,138.65858459472656,320979,0.0,0.0,False 2024-01-26 00:00:00+01:00,144.39999389648438,148.8000030517578,143.75,148.5,143.24034118652344,213113,0.0,0.0,False 2024-01-29 00:00:00+01:00,148.0,148.39999389648438,145.35000610351562,147.75,142.51690673828125,129920,0.0,0.0,False 2024-01-30 00:00:00+01:00,148.1999969482422,150.0500030517578,147.10000610351562,148.64999389648438,143.38502502441406,125008,0.0,0.0,False 2024-01-31 00:00:00+01:00,149.64999389648438,149.64999389648438,145.4499969482422,145.64999389648438,140.49127197265625,183084,0.0,0.0,False 2024-02-01 00:00:00+01:00,144.39999389648438,144.39999389648438,139.3000030517578,140.10000610351562,135.1378631591797,211090,0.0,0.0,False 2024-02-02 00:00:00+01:00,141.89999389648438,144.10000610351562,141.25,141.5,136.48826599121094,166797,0.0,0.0,False 2024-02-05 00:00:00+01:00,142.0500030517578,144.10000610351562,142.0500030517578,142.14999389648438,137.11524963378906,105041,0.0,0.0,False 2024-02-06 00:00:00+01:00,142.8000030517578,145.64999389648438,142.4499969482422,144.14999389648438,139.04440307617188,117954,0.0,0.0,False 2024-02-07 00:00:00+01:00,144.5,144.75,140.35000610351562,140.35000610351562,135.37901306152344,131776,0.0,0.0,False 2024-02-08 00:00:00+01:00,140.60000610351562,142.6999969482422,140.60000610351562,140.8000030517578,135.8130645751953,116245,0.0,0.0,False 2024-02-09 00:00:00+01:00,140.39999389648438,140.39999389648438,138.1999969482422,138.4499969482422,133.54629516601562,144307,0.0,0.0,False 2024-02-12 00:00:00+01:00,139.0,141.25,138.5500030517578,139.60000610351562,134.65557861328125,91656,0.0,0.0,False 2024-02-13 00:00:00+01:00,139.0,139.25,133.85000610351562,135.35000610351562,130.5561065673828,191725,0.0,0.0,False 2024-02-14 00:00:00+01:00,135.0500030517578,137.25,134.64999389648438,134.75,129.9773406982422,199050,0.0,0.0,False 2024-02-15 00:00:00+01:00,136.10000610351562,136.39999389648438,134.35000610351562,136.14999389648438,131.3277587890625,144216,0.0,0.0,False 2024-02-16 00:00:00+01:00,137.75,140.9499969482422,134.85000610351562,135.3000030517578,130.50787353515625,235538,0.0,0.0,False 2024-02-19 00:00:00+01:00,135.10000610351562,135.5500030517578,134.10000610351562,134.75,129.9773406982422,121734,0.0,0.0,False 2024-02-20 00:00:00+01:00,134.64999389648438,135.0,132.6999969482422,133.89999389648438,129.15744018554688,148240,0.0,0.0,False 2024-02-21 00:00:00+01:00,134.60000610351562,135.60000610351562,133.35000610351562,133.35000610351562,128.62693786621094,105958,0.0,0.0,False 2024-02-22 00:00:00+01:00,134.39999389648438,135.60000610351562,133.0,133.35000610351562,128.62693786621094,120360,0.0,0.0,False 2024-02-23 00:00:00+01:00,133.5500030517578,134.35000610351562,131.14999389648438,132.75,128.04818725585938,133643,0.0,0.0,False 2024-02-26 00:00:00+01:00,133.1999969482422,133.39999389648438,129.89999389648438,130.85000610351562,126.21548461914062,140054,0.0,0.0,False 2024-02-27 00:00:00+01:00,130.85000610351562,133.39999389648438,129.9499969482422,133.3000030517578,128.57870483398438,172914,0.0,0.0,False 2024-02-28 00:00:00+01:00,133.8000030517578,135.35000610351562,94.27999877929688,114.44999694824219,110.3963394165039,1367720,0.0,0.0,False 2024-02-29 00:00:00+01:00,114.80000305175781,119.5999984741211,112.55000305175781,114.55000305175781,110.49280548095703,788190,0.0,0.0,False 2024-03-01 00:00:00+01:00,115.1500015258789,117.1500015258789,107.55000305175781,111.0,107.06854248046875,487916,0.0,0.0,False 2024-03-04 00:00:00+01:00,110.9000015258789,114.6500015258789,109.55000305175781,111.3499984741211,107.40614318847656,298839,0.0,0.0,False 2024-03-05 00:00:00+01:00,109.9000015258789,113.8499984741211,108.5999984741211,113.1500015258789,109.14238739013672,311978,0.0,0.0,False 2024-03-06 00:00:00+01:00,113.0999984741211,114.4000015258789,109.05000305175781,111.8499984741211,107.888427734375,295206,0.0,0.0,False 2024-03-07 00:00:00+01:00,99.87999725341797,99.87999725341797,82.41999816894531,85.9800033569336,82.9347152709961,1997769,0.0,0.0,False 2024-03-08 00:00:00+01:00,87.58000183105469,90.9000015258789,86.0,86.0,82.9540023803711,899842,0.0,0.0,False 2024-03-11 00:00:00+01:00,85.45999908447266,86.5999984741211,80.76000213623047,85.0,81.98941802978516,729237,0.0,0.0,False 2024-03-12 00:00:00+01:00,84.0,89.44000244140625,80.80000305175781,84.55999755859375,81.56500244140625,830211,0.0,0.0,False 2024-03-13 00:00:00+01:00,85.5999984741211,87.0,83.12000274658203,84.80000305175781,81.7965087890625,506689,0.0,0.0,False 2024-03-14 00:00:00+01:00,84.30000305175781,87.95999908447266,84.30000305175781,86.4800033569336,83.41700744628906,429338,0.0,0.0,False 2024-03-15 00:00:00+01:00,85.4000015258789,87.62000274658203,84.63999938964844,87.16000366210938,84.07292175292969,829745,0.0,0.0,False 2024-03-18 00:00:00+01:00,86.66000366210938,88.0199966430664,83.72000122070312,85.04000091552734,82.02800750732422,441358,0.0,0.0,False 2024-03-19 00:00:00+01:00,84.5999984741211,85.72000122070312,83.26000213623047,84.04000091552734,81.06342315673828,411064,0.0,0.0,False 2024-03-20 00:00:00+01:00,83.80000305175781,86.30000305175781,82.45999908447266,86.30000305175781,83.24337768554688,280990,0.0,0.0,False 2024-03-21 00:00:00+01:00,88.0,89.41999816894531,86.76000213623047,88.44000244140625,85.30758666992188,380513,0.0,0.0,False 2024-03-22 00:00:00+01:00,88.4800033569336,91.81999969482422,88.33999633789062,91.19999694824219,87.9698257446289,307058,0.0,0.0,False 2024-03-25 00:00:00+01:00,91.19999694824219,91.4800033569336,90.0999984741211,90.18000030517578,86.98595428466797,195430,0.0,0.0,False 2024-03-26 00:00:00+01:00,89.80000305175781,90.76000213623047,89.04000091552734,90.76000213623047,87.54541015625,215586,0.0,0.0,False 2024-03-27 00:00:00+01:00,90.19999694824219,92.13999938964844,90.0,90.68000030517578,87.46824645996094,218188,0.0,0.0,False 2024-03-28 00:00:00+01:00,91.0199966430664,91.13999938964844,89.68000030517578,90.08000183105469,86.88949584960938,259955,0.0,0.0,False 2024-04-02 00:00:00+02:00,89.4000015258789,90.0,88.30000305175781,89.80000305175781,86.61941528320312,505521,0.0,0.0,False 2024-04-03 00:00:00+02:00,88.77999877929688,90.45999908447266,88.30000305175781,89.5999984741211,86.42649841308594,200312,0.0,0.0,False 2024-04-04 00:00:00+02:00,89.33999633789062,89.5999984741211,87.31999969482422,89.0999984741211,85.94420623779297,206136,0.0,0.0,False 2024-04-05 00:00:00+02:00,87.55999755859375,91.4000015258789,87.45999908447266,91.22000122070312,87.98912048339844,241596,0.0,0.0,False 2024-04-08 00:00:00+02:00,90.68000030517578,93.69999694824219,90.13999938964844,93.54000091552734,90.2269515991211,246974,0.0,0.0,False 2024-04-09 00:00:00+02:00,93.68000030517578,96.45999908447266,93.5,95.19999694824219,91.8281478881836,281369,0.0,0.0,False 2024-04-10 00:00:00+02:00,94.91999816894531,96.26000213623047,91.08000183105469,92.05999755859375,88.79936218261719,317787,0.0,0.0,False 2024-04-11 00:00:00+02:00,90.80000305175781,92.77999877929688,89.86000061035156,90.45999908447266,87.25603485107422,289152,0.0,0.0,False 2024-04-12 00:00:00+02:00,91.69999694824219,92.44000244140625,89.22000122070312,89.5,86.33003997802734,191783,0.0,0.0,False 2024-04-15 00:00:00+02:00,89.19999694824219,90.0199966430664,88.16000366210938,88.16000366210938,85.03750610351562,198112,0.0,0.0,False 2024-04-16 00:00:00+02:00,87.36000061035156,89.13999938964844,86.95999908447266,88.81999969482422,85.67412567138672,219249,0.0,0.0,False 2024-04-17 00:00:00+02:00,87.86000061035156,87.95999908447266,86.12000274658203,86.41999816894531,83.35912322998047,226689,0.0,0.0,False 2024-04-18 00:00:00+02:00,86.5199966430664,87.37999725341797,86.0,87.08000183105469,83.9957504272461,212361,0.0,0.0,False 2024-04-19 00:00:00+02:00,86.5999984741211,88.0999984741211,86.0,87.5199966430664,84.420166015625,204159,0.0,0.0,False 2024-04-22 00:00:00+02:00,88.4000015258789,91.13999938964844,88.0,90.31999969482422,87.1209945678711,164969,0.0,0.0,False 2024-04-23 00:00:00+02:00,91.0,91.08000183105469,89.0999984741211,90.5199966430664,87.31391143798828,232302,0.0,0.0,False 2024-04-24 00:00:00+02:00,90.80000305175781,91.26000213623047,89.83999633789062,90.0,86.81233215332031,188373,0.0,0.0,False 2024-04-25 00:00:00+02:00,89.0999984741211,89.41999816894531,86.80000305175781,87.58000183105469,84.47804260253906,369219,0.0,0.0,False 2024-04-26 00:00:00+02:00,88.0999984741211,90.4000015258789,87.9800033569336,88.5999984741211,85.4619140625,245487,0.0,0.0,False 2024-04-29 00:00:00+02:00,89.23999786376953,90.63999938964844,89.0,89.5,86.33003997802734,279338,0.0,0.0,False 2024-04-30 00:00:00+02:00,89.5,91.30000305175781,84.26000213623047,85.4800033569336,82.45242309570312,401914,0.0,0.0,False 2024-05-02 00:00:00+02:00,96.0,101.94999694824219,91.9000015258789,97.31999969482422,93.87306213378906,768884,0.0,0.0,False 2024-05-03 00:00:00+02:00,97.4000015258789,99.0999984741211,94.86000061035156,94.86000061035156,91.50019836425781,259706,0.0,0.0,False 2024-05-06 00:00:00+02:00,95.69999694824219,101.55000305175781,95.16000366210938,99.58000183105469,96.05302429199219,335404,0.0,0.0,False 2024-05-07 00:00:00+02:00,100.69999694824219,104.1500015258789,98.04000091552734,99.54000091552734,96.01443481445312,319979,0.0,0.0,False 2024-05-08 00:00:00+02:00,99.5199966430664,100.44999694824219,98.91999816894531,99.4800033569336,95.9565658569336,191260,0.0,0.0,False 2024-05-09 00:00:00+02:00,99.19999694824219,100.3499984741211,98.63999938964844,98.83999633789062,95.33922576904297,166362,0.0,0.0,False 2024-05-10 00:00:00+02:00,99.5999984741211,103.0,99.4000015258789,102.5999984741211,98.96605682373047,209619,0.0,0.0,False 2024-05-13 00:00:00+02:00,102.55000305175781,108.05000305175781,102.0,106.55000305175781,102.77615356445312,402583,0.0,0.0,False 2024-05-14 00:00:00+02:00,106.0,108.0,103.5999984741211,105.94999694824219,102.19740295410156,306327,0.0,0.0,False 2024-05-15 00:00:00+02:00,105.94999694824219,110.69999694824219,105.94999694824219,109.5999984741211,105.71812438964844,295623,0.0,0.0,False 2024-05-16 00:00:00+02:00,109.8499984741211,112.0,108.0,109.6500015258789,105.766357421875,254843,0.0,0.0,False 2024-05-17 00:00:00+02:00,109.19999694824219,109.5,105.6500015258789,106.5999984741211,102.82437896728516,226815,0.0,0.0,False 2024-05-20 00:00:00+02:00,106.0,110.05000305175781,106.0,109.80000305175781,105.91104125976562,159983,0.0,0.0,False 2024-05-21 00:00:00+02:00,109.19999694824219,111.1500015258789,106.3499984741211,107.4000015258789,103.5960464477539,211492,0.0,0.0,False 2024-05-22 00:00:00+02:00,107.4000015258789,107.80000305175781,106.44999694824219,107.1500015258789,103.35490417480469,171002,0.0,0.0,False 2024-05-23 00:00:00+02:00,107.30000305175781,107.9000015258789,104.0999984741211,104.0999984741211,100.41292572021484,180009,0.0,0.0,False 2024-05-24 00:00:00+02:00,103.5999984741211,107.75,103.19999694824219,106.55000305175781,102.77615356445312,180962,0.0,0.0,False 2024-05-27 00:00:00+02:00,106.5,109.19999694824219,106.4000015258789,108.69999694824219,104.8499984741211,153551,0.0,0.0,False 2024-05-28 00:00:00+02:00,104.4000015258789,105.80000305175781,102.0999984741211,104.30000305175781,104.30000305175781,281068,3.85,0.0,False 2024-05-29 00:00:00+02:00,104.0,104.44999694824219,101.9000015258789,101.9000015258789,101.9000015258789,172510,0.0,0.0,False 2024-05-30 00:00:00+02:00,101.1500015258789,102.80000305175781,100.0999984741211,102.80000305175781,102.80000305175781,224656,0.0,0.0,False 2024-05-31 00:00:00+02:00,103.5,104.4000015258789,101.3499984741211,104.4000015258789,104.4000015258789,590796,0.0,0.0,False 2024-06-03 00:00:00+02:00,105.0,107.4000015258789,105.0,106.75,106.75,174512,0.0,0.0,False 2024-06-04 00:00:00+02:00,106.3499984741211,107.55000305175781,104.19999694824219,105.0,105.0,199385,0.0,0.0,False 2024-06-05 00:00:00+02:00,105.25,105.69999694824219,102.30000305175781,102.80000305175781,102.80000305175781,225364,0.0,0.0,False 2024-06-06 00:00:00+02:00,102.75,104.4000015258789,102.1500015258789,103.6500015258789,103.6500015258789,243769,0.0,0.0,False 2024-06-07 00:00:00+02:00,103.80000305175781,105.0999984741211,102.3499984741211,104.5999984741211,104.5999984741211,195453,0.0,0.0,False 2024-06-10 00:00:00+02:00,102.4000015258789,103.1500015258789,101.19999694824219,102.55000305175781,102.55000305175781,190149,0.0,0.0,False 2024-06-11 00:00:00+02:00,102.75,103.3499984741211,98.30000305175781,99.31999969482422,99.31999969482422,254647,0.0,0.0,False 2024-06-12 00:00:00+02:00,99.77999877929688,101.80000305175781,98.83999633789062,100.25,100.25,160425,0.0,0.0,False 2024-06-13 00:00:00+02:00,99.9000015258789,100.25,97.62000274658203,97.87999725341797,97.87999725341797,241278,0.0,0.0,False 2024-06-14 00:00:00+02:00,97.4000015258789,98.5199966430664,91.9000015258789,93.30000305175781,93.30000305175781,390509,0.0,0.0,False 2024-06-17 00:00:00+02:00,93.16000366210938,97.26000213623047,93.0,96.73999786376953,96.73999786376953,237052,0.0,0.0,False 2024-06-18 00:00:00+02:00,97.77999877929688,100.4000015258789,97.77999877929688,100.0999984741211,100.0999984741211,203917,0.0,0.0,False 2024-06-19 00:00:00+02:00,100.75,102.30000305175781,99.9000015258789,101.30000305175781,101.30000305175781,200199,0.0,0.0,False 2024-06-20 00:00:00+02:00,101.5999984741211,103.5999984741211,101.5,102.69999694824219,102.69999694824219,163498,0.0,0.0,False 2024-06-21 00:00:00+02:00,102.4000015258789,102.4000015258789,100.44999694824219,100.69999694824219,100.69999694824219,383555,0.0,0.0,False 2024-06-24 00:00:00+02:00,100.1500015258789,102.05000305175781,99.54000091552734,100.0999984741211,100.0999984741211,243350,0.0,0.0,False 2024-06-25 00:00:00+02:00,99.13999938964844,99.80000305175781,97.5199966430664,98.68000030517578,98.68000030517578,179905,0.0,0.0,False 2024-06-26 00:00:00+02:00,99.0,100.69999694824219,98.31999969482422,100.69999694824219,100.69999694824219,217760,0.0,0.0,False 2024-06-27 00:00:00+02:00,102.0,104.4000015258789,98.5999984741211,101.4000015258789,101.4000015258789,377760,0.0,0.0,False 2024-06-28 00:00:00+02:00,101.8499984741211,102.0999984741211,97.54000091552734,98.33999633789062,98.33999633789062,224609,0.0,0.0,False 2024-07-01 00:00:00+02:00,102.19999694824219,105.0999984741211,100.75,102.80000305175781,102.80000305175781,285137,0.0,0.0,False 2024-07-02 00:00:00+02:00,105.5,108.44999694824219,104.8499984741211,107.05000305175781,107.05000305175781,452493,0.0,0.0,False 2024-07-03 00:00:00+02:00,107.25,113.05000305175781,106.9000015258789,112.80000305175781,112.80000305175781,349807,0.0,0.0,False 2024-07-04 00:00:00+02:00,112.80000305175781,113.75,112.1500015258789,113.5,113.5,200164,0.0,0.0,False 2024-07-05 00:00:00+02:00,113.05000305175781,115.55000305175781,112.80000305175781,113.0,113.0,252147,0.0,0.0,False 2024-07-08 00:00:00+02:00,111.05000305175781,111.25,107.30000305175781,108.19999694824219,108.19999694824219,289283,0.0,0.0,False 2024-07-09 00:00:00+02:00,108.0999984741211,108.75,105.1500015258789,105.69999694824219,105.69999694824219,177497,0.0,0.0,False 2024-07-10 00:00:00+02:00,106.25,109.44999694824219,105.8499984741211,108.0999984741211,108.0999984741211,189948,0.0,0.0,False 2024-07-11 00:00:00+02:00,108.5,112.25,107.3499984741211,110.8499984741211,110.8499984741211,253020,0.0,0.0,False 2024-07-12 00:00:00+02:00,112.30000305175781,112.5999984741211,110.25,112.05000305175781,112.05000305175781,145169,0.0,0.0,False 2024-07-15 00:00:00+02:00,112.05000305175781,112.69999694824219,111.0,112.6500015258789,112.6500015258789,143506,0.0,0.0,False 2024-07-16 00:00:00+02:00,111.44999694824219,112.80000305175781,109.94999694824219,112.3499984741211,112.3499984741211,136281,0.0,0.0,False 2024-07-17 00:00:00+02:00,111.19999694824219,112.3499984741211,98.16000366210938,103.9000015258789,103.9000015258789,497537,0.0,0.0,False 2024-07-18 00:00:00+02:00,104.94999694824219,109.75,101.5999984741211,107.05000305175781,107.05000305175781,350329,0.0,0.0,False 2024-07-19 00:00:00+02:00,105.80000305175781,106.3499984741211,103.9000015258789,104.30000305175781,104.30000305175781,184490,0.0,0.0,False 2024-07-22 00:00:00+02:00,104.5999984741211,107.3499984741211,104.5999984741211,106.05000305175781,106.05000305175781,119964,0.0,0.0,False 2024-07-23 00:00:00+02:00,105.9000015258789,106.5,104.1500015258789,104.1500015258789,104.1500015258789,198695,0.0,0.0,False 2024-07-24 00:00:00+02:00,103.4000015258789,104.69999694824219,102.9000015258789,103.55000305175781,103.55000305175781,120436,0.0,0.0,False 2024-07-25 00:00:00+02:00,101.5999984741211,102.5999984741211,99.83999633789062,102.5999984741211,102.5999984741211,151823,0.0,0.0,False 2024-07-26 00:00:00+02:00,102.4000015258789,105.8499984741211,102.4000015258789,105.8499984741211,105.8499984741211,239418,0.0,0.0,False 2024-07-29 00:00:00+02:00,106.69999694824219,107.75,105.69999694824219,106.19999694824219,106.19999694824219,146188,0.0,0.0,False 2024-07-30 00:00:00+02:00,106.5999984741211,108.94999694824219,106.5999984741211,108.0,108.0,162667,0.0,0.0,False 2024-07-31 00:00:00+02:00,111.0999984741211,120.9000015258789,111.0999984741211,119.19999694824219,119.19999694824219,740070,0.0,0.0,False 2024-08-01 00:00:00+02:00,118.5999984741211,119.75,114.0999984741211,115.69999694824219,115.69999694824219,296606,0.0,0.0,False 2024-08-02 00:00:00+02:00,114.0,114.0,109.80000305175781,110.55000305175781,110.55000305175781,279406,0.0,0.0,False 2024-08-05 00:00:00+02:00,106.75,107.30000305175781,100.25,104.55000305175781,104.55000305175781,372673,0.0,0.0,False 2024-08-06 00:00:00+02:00,104.9000015258789,105.5999984741211,99.81999969482422,101.5,101.5,220301,0.0,0.0,False 2024-08-07 00:00:00+02:00,102.0,106.1500015258789,101.30000305175781,105.19999694824219,105.19999694824219,168627,0.0,0.0,False 2024-08-08 00:00:00+02:00,103.4000015258789,103.4000015258789,98.80000305175781,100.5,100.5,256277,0.0,0.0,False 2024-08-09 00:00:00+02:00,101.19999694824219,103.75,101.19999694824219,101.55000305175781,101.55000305175781,122168,0.0,0.0,False 2024-08-12 00:00:00+02:00,102.5,103.5999984741211,100.94999694824219,101.44999694824219,101.44999694824219,92195,0.0,0.0,False 2024-08-13 00:00:00+02:00,101.80000305175781,103.0999984741211,101.05000305175781,103.0999984741211,103.0999984741211,97425,0.0,0.0,False 2024-08-14 00:00:00+02:00,105.0,105.55000305175781,102.25,102.5,102.5,154650,0.0,0.0,False 2024-08-15 00:00:00+02:00,102.75,105.0,102.3499984741211,104.1500015258789,104.1500015258789,107246,0.0,0.0,False 2024-08-16 00:00:00+02:00,104.55000305175781,105.5,103.9000015258789,104.5,104.5,132552,0.0,0.0,False 2024-08-19 00:00:00+02:00,104.5999984741211,106.5999984741211,104.3499984741211,106.0999984741211,106.0999984741211,133606,0.0,0.0,False 2024-08-20 00:00:00+02:00,105.9000015258789,106.75,103.6500015258789,103.80000305175781,103.80000305175781,92854,0.0,0.0,False 2024-08-21 00:00:00+02:00,103.75,105.05000305175781,102.6500015258789,102.9000015258789,102.9000015258789,92700,0.0,0.0,False 2024-08-22 00:00:00+02:00,102.9000015258789,104.5,102.9000015258789,104.55000305175781,104.55000305175781,35889,0.0,0.0,False ================================================ FILE: tests/data/TEP-PA-1d-bad-div.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-01-03 00:00:00+01:00,395.70001220703125,400.1000061035156,392.5,396.0,364.5150146484375,84193,0.0,0.0 2022-01-04 00:00:00+01:00,402.0,402.1000061035156,393.3999938964844,393.3999938964844,362.1217041015625,153191,0.0,0.0 2022-01-05 00:00:00+01:00,393.5,398.0,392.20001220703125,394.20001220703125,362.8581237792969,105905,0.0,0.0 2022-01-06 00:00:00+01:00,389.3999938964844,389.3999938964844,378.0,378.1000061035156,348.0381774902344,153092,0.0,0.0 2022-01-07 00:00:00+01:00,381.79998779296875,381.79998779296875,375.70001220703125,379.3999938964844,349.2348327636719,127239,0.0,0.0 2022-01-10 00:00:00+01:00,380.1000061035156,381.29998779296875,360.3999938964844,363.70001220703125,334.7831115722656,147186,0.0,0.0 2022-01-11 00:00:00+01:00,369.70001220703125,371.8999938964844,366.20001220703125,369.79998779296875,340.3981018066406,117826,0.0,0.0 2022-01-12 00:00:00+01:00,371.6000061035156,374.20001220703125,366.70001220703125,371.20001220703125,341.6867980957031,130031,0.0,0.0 2022-01-13 00:00:00+01:00,369.0,369.5,361.1000061035156,361.29998779296875,332.5738830566406,142243,0.0,0.0 2022-01-14 00:00:00+01:00,360.0,360.0,354.0,354.70001220703125,326.4986877441406,121031,0.0,0.0 2022-01-17 00:00:00+01:00,355.0,360.0,351.79998779296875,357.79998779296875,329.3521728515625,123982,0.0,0.0 2022-01-18 00:00:00+01:00,357.5,358.1000061035156,347.29998779296875,348.0,320.33135986328125,156110,0.0,0.0 2022-01-19 00:00:00+01:00,345.20001220703125,352.3999938964844,343.0,348.8999938964844,321.1597900390625,143747,0.0,0.0 2022-01-20 00:00:00+01:00,349.29998779296875,350.1000061035156,345.29998779296875,349.1000061035156,321.3439025878906,164400,0.0,0.0 2022-01-21 00:00:00+01:00,345.0,345.29998779296875,339.1000061035156,342.29998779296875,315.08453369140625,180330,0.0,0.0 2022-01-24 00:00:00+01:00,340.1000061035156,340.6000061035156,329.79998779296875,331.20001220703125,304.8670959472656,207044,0.0,0.0 2022-01-25 00:00:00+01:00,334.20001220703125,336.79998779296875,325.70001220703125,325.70001220703125,299.80438232421875,165642,0.0,0.0 2022-01-26 00:00:00+01:00,325.70001220703125,332.6000061035156,323.8999938964844,330.3999938964844,304.13067626953125,180652,0.0,0.0 2022-01-27 00:00:00+01:00,325.3999938964844,328.1000061035156,320.79998779296875,324.6000061035156,298.7918395996094,193026,0.0,0.0 2022-01-28 00:00:00+01:00,322.6000061035156,327.8999938964844,319.5,327.6000061035156,301.5533142089844,153046,0.0,0.0 2022-01-31 00:00:00+01:00,330.1000061035156,334.0,327.70001220703125,333.3999938964844,306.8921813964844,131123,0.0,0.0 2022-02-01 00:00:00+01:00,335.29998779296875,340.6000061035156,334.79998779296875,336.70001220703125,309.9297790527344,134733,0.0,0.0 2022-02-02 00:00:00+01:00,340.0,344.8999938964844,339.29998779296875,342.20001220703125,314.9925231933594,134087,0.0,0.0 2022-02-03 00:00:00+01:00,339.8999938964844,341.1000061035156,330.20001220703125,330.5,304.22271728515625,142218,0.0,0.0 2022-02-04 00:00:00+01:00,331.70001220703125,333.5,323.79998779296875,325.29998779296875,299.4361572265625,134369,0.0,0.0 2022-02-07 00:00:00+01:00,325.29998779296875,327.1000061035156,321.3999938964844,324.1000061035156,298.33160400390625,120341,0.0,0.0 2022-02-08 00:00:00+01:00,324.0,324.5,317.5,322.70001220703125,297.04290771484375,121670,0.0,0.0 2022-02-09 00:00:00+01:00,325.79998779296875,332.20001220703125,325.70001220703125,329.29998779296875,303.1181335449219,143050,0.0,0.0 2022-02-10 00:00:00+01:00,330.0,330.79998779296875,322.8999938964844,327.70001220703125,301.6453552246094,123597,0.0,0.0 2022-02-11 00:00:00+01:00,324.3999938964844,330.0,322.8999938964844,326.0,300.08050537109375,132884,0.0,0.0 2022-02-14 00:00:00+01:00,319.3999938964844,320.3999938964844,314.29998779296875,320.3999938964844,294.92578125,183855,0.0,0.0 2022-02-15 00:00:00+01:00,320.0,324.70001220703125,319.29998779296875,321.0,295.4780578613281,146364,0.0,0.0 2022-02-16 00:00:00+01:00,320.79998779296875,321.8999938964844,313.70001220703125,316.70001220703125,291.5199279785156,126219,0.0,0.0 2022-02-17 00:00:00+01:00,315.70001220703125,319.3999938964844,313.5,315.0,289.9551086425781,140390,0.0,0.0 2022-02-18 00:00:00+01:00,326.6000061035156,341.70001220703125,323.79998779296875,330.3999938964844,304.13067626953125,244705,0.0,0.0 2022-02-21 00:00:00+01:00,332.29998779296875,333.6000061035156,310.29998779296875,313.5,288.5743408203125,218839,0.0,0.0 2022-02-22 00:00:00+01:00,306.6000061035156,326.79998779296875,305.3999938964844,324.0,298.23956298828125,279944,0.0,0.0 2022-02-23 00:00:00+01:00,324.1000061035156,329.3999938964844,322.70001220703125,323.70001220703125,297.96343994140625,142965,0.0,0.0 2022-02-24 00:00:00+01:00,311.8999938964844,320.1000061035156,306.5,320.1000061035156,294.649658203125,319336,0.0,0.0 2022-02-25 00:00:00+01:00,322.3999938964844,331.0,321.0,327.1000061035156,301.09307861328125,188729,0.0,0.0 2022-02-28 00:00:00+01:00,320.79998779296875,333.3999938964844,320.3999938964844,331.8999938964844,305.51141357421875,234044,0.0,0.0 2022-03-01 00:00:00+01:00,334.3999938964844,336.1000061035156,326.70001220703125,332.5,306.0636901855469,206863,0.0,0.0 2022-03-02 00:00:00+01:00,331.0,337.0,328.3999938964844,334.1000061035156,307.5364990234375,180621,0.0,0.0 2022-03-03 00:00:00+01:00,333.20001220703125,338.70001220703125,332.3999938964844,332.3999938964844,305.9716796875,125285,0.0,0.0 2022-03-04 00:00:00+01:00,330.3999938964844,334.20001220703125,325.8999938964844,325.8999938964844,299.98846435546875,210903,0.0,0.0 2022-03-07 00:00:00+01:00,317.6000061035156,327.79998779296875,315.20001220703125,322.79998779296875,297.1349182128906,223847,0.0,0.0 2022-03-08 00:00:00+01:00,318.79998779296875,328.29998779296875,296.70001220703125,298.8999938964844,275.13519287109375,315164,0.0,0.0 2022-03-09 00:00:00+01:00,307.0,317.70001220703125,301.5,317.70001220703125,292.4404296875,229527,0.0,0.0 2022-03-10 00:00:00+01:00,318.0,320.70001220703125,311.3999938964844,314.3999938964844,289.40283203125,152887,0.0,0.0 2022-03-11 00:00:00+01:00,315.0,321.1000061035156,307.0,315.6000061035156,290.5074157714844,135574,0.0,0.0 2022-03-14 00:00:00+01:00,316.79998779296875,325.3999938964844,312.0,324.3999938964844,298.60772705078125,149881,0.0,0.0 2022-03-15 00:00:00+01:00,323.6000061035156,329.0,320.29998779296875,329.0,302.84197998046875,175699,0.0,0.0 2022-03-16 00:00:00+01:00,335.1000061035156,342.29998779296875,333.1000061035156,338.79998779296875,311.86279296875,159460,0.0,0.0 2022-03-17 00:00:00+01:00,343.5,346.70001220703125,339.1000061035156,346.70001220703125,319.1347351074219,151813,0.0,0.0 2022-03-18 00:00:00+01:00,348.0,355.0,345.29998779296875,355.0,326.7748107910156,328428,0.0,0.0 2022-03-21 00:00:00+01:00,353.29998779296875,355.3999938964844,350.6000061035156,352.3999938964844,324.38153076171875,141877,0.0,0.0 2022-03-22 00:00:00+01:00,351.0,354.20001220703125,350.0,353.1000061035156,325.0259094238281,128963,0.0,0.0 2022-03-23 00:00:00+01:00,353.6000061035156,357.0,345.6000061035156,348.8999938964844,321.1597900390625,127583,0.0,0.0 2022-03-24 00:00:00+01:00,347.20001220703125,349.70001220703125,341.3999938964844,343.1000061035156,315.8209533691406,172281,0.0,0.0 2022-03-25 00:00:00+01:00,344.8999938964844,349.1000061035156,340.1000061035156,342.0,314.80841064453125,113184,0.0,0.0 2022-03-28 00:00:00+02:00,342.20001220703125,345.1000061035156,338.8999938964844,341.6000061035156,314.4402160644531,111270,0.0,0.0 2022-03-29 00:00:00+02:00,344.6000061035156,351.6000061035156,344.0,349.79998779296875,321.98822021484375,166943,0.0,0.0 2022-03-30 00:00:00+02:00,350.20001220703125,353.0,345.20001220703125,345.8999938964844,318.3983154296875,132608,0.0,0.0 2022-03-31 00:00:00+02:00,347.5,350.0,343.6000061035156,346.29998779296875,318.7665100097656,137536,0.0,0.0 2022-04-01 00:00:00+02:00,346.79998779296875,348.6000061035156,344.1000061035156,346.29998779296875,318.7665100097656,93381,0.0,0.0 2022-04-04 00:00:00+02:00,346.29998779296875,349.3999938964844,345.5,347.3999938964844,319.779052734375,116813,0.0,0.0 2022-04-05 00:00:00+02:00,347.0,353.20001220703125,345.8999938964844,348.70001220703125,320.9757385253906,98312,0.0,0.0 2022-04-06 00:00:00+02:00,348.20001220703125,351.8999938964844,329.70001220703125,332.8999938964844,306.43194580078125,188364,0.0,0.0 2022-04-07 00:00:00+02:00,334.6000061035156,341.1000061035156,333.8999938964844,336.70001220703125,309.9297790527344,121985,0.0,0.0 2022-04-08 00:00:00+02:00,338.3999938964844,342.20001220703125,337.29998779296875,339.0,312.0469665527344,106424,0.0,0.0 2022-04-11 00:00:00+02:00,338.0,340.20001220703125,334.0,337.79998779296875,310.94232177734375,158796,0.0,0.0 2022-04-12 00:00:00+02:00,336.6000061035156,337.79998779296875,331.8999938964844,334.29998779296875,307.7206115722656,166313,0.0,0.0 2022-04-13 00:00:00+02:00,334.6000061035156,335.5,327.6000061035156,332.8999938964844,306.43194580078125,107240,0.0,0.0 2022-04-14 00:00:00+02:00,334.0,337.79998779296875,331.70001220703125,335.1000061035156,308.4570007324219,125254,0.0,0.0 2022-04-19 00:00:00+02:00,335.20001220703125,335.20001220703125,321.1000061035156,325.29998779296875,299.4361572265625,135484,0.0,0.0 2022-04-20 00:00:00+02:00,332.0,344.20001220703125,329.79998779296875,344.20001220703125,316.8335266113281,193562,0.0,0.0 2022-04-21 00:00:00+02:00,343.79998779296875,350.29998779296875,340.29998779296875,345.0,317.5698547363281,152468,0.0,0.0 2022-04-22 00:00:00+02:00,340.0,343.79998779296875,338.8999938964844,340.5,313.42767333984375,143841,0.0,0.0 2022-04-25 00:00:00+02:00,337.70001220703125,342.79998779296875,334.5,341.0,313.887939453125,90443,0.0,0.0 2022-04-26 00:00:00+02:00,340.79998779296875,347.8999938964844,339.5,340.0,316.0257263183594,173335,3.3,0.0 2022-04-27 00:00:00+02:00,341.0,341.20001220703125,331.79998779296875,334.8999938964844,311.2853698730469,115966,0.0,0.0 2022-04-28 00:00:00+02:00,337.29998779296875,344.1000061035156,336.20001220703125,343.70001220703125,319.46484375,111680,0.0,0.0 2022-04-29 00:00:00+02:00,345.0,348.3999938964844,342.20001220703125,342.70001220703125,318.5353698730469,119134,0.0,0.0 2022-05-02 00:00:00+02:00,340.6000061035156,341.20001220703125,313.3999938964844,331.3999938964844,308.03216552734375,149060,0.0,0.0 2022-05-03 00:00:00+02:00,332.3999938964844,335.3999938964844,328.70001220703125,330.29998779296875,307.0096740722656,116004,0.0,0.0 2022-05-04 00:00:00+02:00,330.0,332.0,328.8999938964844,328.8999938964844,305.7084045410156,103515,0.0,0.0 2022-05-05 00:00:00+02:00,333.3999938964844,337.70001220703125,328.6000061035156,328.8999938964844,305.7084045410156,106962,0.0,0.0 2022-05-06 00:00:00+02:00,328.0,328.0,314.0,317.0,294.64752197265625,166485,0.0,0.0 2022-05-09 00:00:00+02:00,314.0,315.3999938964844,304.70001220703125,304.70001220703125,283.2148132324219,107195,0.0,0.0 2022-05-10 00:00:00+02:00,307.8999938964844,312.70001220703125,304.5,307.1000061035156,285.4455871582031,124106,0.0,0.0 2022-05-11 00:00:00+02:00,309.0,311.6000061035156,301.70001220703125,309.5,287.6763916015625,132516,0.0,0.0 2022-05-12 00:00:00+02:00,305.0,308.8999938964844,299.20001220703125,307.79998779296875,286.0962219238281,107611,0.0,0.0 2022-05-13 00:00:00+02:00,309.0,315.29998779296875,309.0,314.70001220703125,292.5097351074219,93074,0.0,0.0 2022-05-16 00:00:00+02:00,302.0,314.8999938964844,302.0,310.8999938964844,288.9776306152344,163744,0.0,0.0 2022-05-17 00:00:00+02:00,311.3999938964844,313.20001220703125,307.29998779296875,310.79998779296875,288.88470458984375,133887,0.0,0.0 2022-05-18 00:00:00+02:00,311.20001220703125,313.1000061035156,305.1000061035156,305.79998779296875,284.23724365234375,99140,0.0,0.0 2022-05-19 00:00:00+02:00,302.8999938964844,303.70001220703125,295.79998779296875,303.70001220703125,282.2853698730469,118981,0.0,0.0 2022-05-20 00:00:00+02:00,304.6000061035156,309.1000061035156,304.29998779296875,305.8999938964844,284.3302001953125,86922,0.0,0.0 2022-05-23 00:00:00+02:00,309.79998779296875,312.1000061035156,304.5,306.1000061035156,284.51611328125,76562,0.0,0.0 2022-05-24 00:00:00+02:00,303.6000061035156,305.29998779296875,298.0,298.0,276.98724365234375,136075,0.0,0.0 2022-05-25 00:00:00+02:00,299.6000061035156,300.29998779296875,295.79998779296875,297.1000061035156,276.1507263183594,93617,0.0,0.0 2022-05-26 00:00:00+02:00,298.0,302.6000061035156,296.0,302.6000061035156,281.2629089355469,73099,0.0,0.0 2022-05-27 00:00:00+02:00,305.3999938964844,312.29998779296875,303.5,311.20001220703125,289.25653076171875,95437,0.0,0.0 2022-05-30 00:00:00+02:00,313.0,320.0,311.79998779296875,317.1000061035156,294.740478515625,84850,0.0,0.0 2022-05-31 00:00:00+02:00,315.6000061035156,315.79998779296875,308.70001220703125,308.70001220703125,286.93280029296875,136102,0.0,0.0 2022-06-01 00:00:00+02:00,309.0,309.3999938964844,300.6000061035156,301.70001220703125,280.4263916015625,102512,0.0,0.0 2022-06-02 00:00:00+02:00,302.79998779296875,308.6000061035156,301.5,307.6000061035156,285.9103698730469,66380,0.0,0.0 2022-06-03 00:00:00+02:00,309.3999938964844,311.0,304.79998779296875,306.20001220703125,284.60906982421875,76515,0.0,0.0 2022-06-06 00:00:00+02:00,306.79998779296875,311.3999938964844,306.79998779296875,308.3999938964844,286.6539306640625,65847,0.0,0.0 2022-06-07 00:00:00+02:00,305.79998779296875,307.29998779296875,303.1000061035156,305.6000061035156,284.0513916015625,79528,0.0,0.0 2022-06-08 00:00:00+02:00,303.8999938964844,305.20001220703125,297.79998779296875,300.79998779296875,279.5898132324219,136120,0.0,0.0 2022-06-09 00:00:00+02:00,300.0,301.79998779296875,296.8999938964844,299.6000061035156,278.4744567871094,106770,0.0,0.0 2022-06-10 00:00:00+02:00,297.3999938964844,299.70001220703125,295.1000061035156,296.1000061035156,275.22125244140625,96655,0.0,0.0 2022-06-13 00:00:00+02:00,290.0,293.1000061035156,286.0,287.79998779296875,267.5065002441406,163493,0.0,0.0 2022-06-14 00:00:00+02:00,287.3999938964844,291.1000061035156,278.6000061035156,279.29998779296875,259.6058349609375,98920,0.0,0.0 2022-06-15 00:00:00+02:00,281.1000061035156,285.6000061035156,279.0,283.1000061035156,263.13787841796875,149590,0.0,0.0 2022-06-16 00:00:00+02:00,282.20001220703125,282.8999938964844,275.8999938964844,279.5,259.7917785644531,110059,0.0,0.0 2022-06-17 00:00:00+02:00,279.6000061035156,283.1000061035156,278.70001220703125,280.29998779296875,260.53533935546875,185130,0.0,0.0 2022-06-20 00:00:00+02:00,281.20001220703125,282.6000061035156,276.79998779296875,279.3999938964844,259.6988220214844,81320,0.0,0.0 2022-06-21 00:00:00+02:00,279.3999938964844,281.70001220703125,278.20001220703125,278.6000061035156,258.9552001953125,92836,0.0,0.0 2022-06-22 00:00:00+02:00,275.70001220703125,281.3999938964844,271.5,281.29998779296875,261.46478271484375,114281,0.0,0.0 2022-06-23 00:00:00+02:00,278.6000061035156,283.8999938964844,277.3999938964844,282.70001220703125,262.76611328125,95874,0.0,0.0 2022-06-24 00:00:00+02:00,281.1000061035156,296.6000061035156,280.3999938964844,294.20001220703125,273.4552001953125,130936,0.0,0.0 2022-06-27 00:00:00+02:00,296.29998779296875,297.29998779296875,291.1000061035156,293.70001220703125,272.990478515625,94938,0.0,0.0 2022-06-28 00:00:00+02:00,294.1000061035156,296.20001220703125,292.79998779296875,293.1000061035156,272.4327697753906,82534,0.0,0.0 2022-06-29 00:00:00+02:00,291.1000061035156,295.29998779296875,288.1000061035156,293.6000061035156,272.89752197265625,106223,0.0,0.0 2022-06-30 00:00:00+02:00,290.1000061035156,293.6000061035156,287.20001220703125,293.29998779296875,272.61865234375,159399,0.0,0.0 2022-07-01 00:00:00+02:00,292.0,299.0,291.3999938964844,295.8999938964844,275.03533935546875,121995,0.0,0.0 2022-07-04 00:00:00+02:00,298.6000061035156,302.79998779296875,297.20001220703125,300.1000061035156,278.939208984375,94708,0.0,0.0 2022-07-05 00:00:00+02:00,301.6000061035156,302.79998779296875,297.0,298.8999938964844,277.82379150390625,96629,0.0,0.0 2022-07-06 00:00:00+02:00,301.3999938964844,312.79998779296875,300.79998779296875,311.79998779296875,289.8141784667969,120360,0.0,0.0 2022-07-07 00:00:00+02:00,313.0,317.0,310.29998779296875,313.0,290.9295959472656,110469,0.0,0.0 2022-07-08 00:00:00+02:00,313.0,314.79998779296875,305.79998779296875,310.0,288.14111328125,98757,0.0,0.0 2022-07-11 00:00:00+02:00,305.0,313.20001220703125,304.29998779296875,312.5,290.4648132324219,101710,0.0,0.0 2022-07-12 00:00:00+02:00,311.6000061035156,313.8999938964844,308.0,310.1000061035156,288.2340393066406,93912,0.0,0.0 2022-07-13 00:00:00+02:00,311.20001220703125,314.20001220703125,306.70001220703125,311.5,289.53533935546875,147938,0.0,0.0 2022-07-14 00:00:00+02:00,312.20001220703125,315.6000061035156,310.8999938964844,315.29998779296875,293.0673522949219,110702,0.0,0.0 2022-07-15 00:00:00+02:00,316.0,319.3999938964844,312.8999938964844,317.70001220703125,295.2981872558594,122834,0.0,0.0 2022-07-18 00:00:00+02:00,319.0,322.79998779296875,317.5,321.5,298.8302001953125,113728,0.0,0.0 2022-07-19 00:00:00+02:00,319.70001220703125,324.1000061035156,316.6000061035156,322.6000061035156,299.8526611328125,115521,0.0,0.0 2022-07-20 00:00:00+02:00,324.0,326.6000061035156,323.1000061035156,323.20001220703125,300.41033935546875,110046,0.0,0.0 2022-07-21 00:00:00+02:00,325.0,333.1000061035156,325.0,331.20001220703125,307.84625244140625,120470,0.0,0.0 2022-07-22 00:00:00+02:00,329.6000061035156,334.6000061035156,328.70001220703125,330.1000061035156,306.82379150390625,115763,0.0,0.0 2022-07-25 00:00:00+02:00,329.3999938964844,331.5,325.1000061035156,325.79998779296875,302.8269958496094,116567,0.0,0.0 2022-07-26 00:00:00+02:00,326.6000061035156,328.6000061035156,324.29998779296875,327.3999938964844,304.3141784667969,99689,0.0,0.0 2022-07-27 00:00:00+02:00,327.0,333.20001220703125,324.70001220703125,331.1000061035156,307.7532958984375,108984,0.0,0.0 2022-07-28 00:00:00+02:00,328.0,330.20001220703125,308.5,317.20001220703125,294.8334045410156,225231,0.0,0.0 2022-07-29 00:00:00+02:00,319.1000061035156,326.29998779296875,317.1000061035156,326.29998779296875,303.2917785644531,183424,0.0,0.0 2022-08-01 00:00:00+02:00,327.0,330.70001220703125,325.70001220703125,329.79998779296875,306.54498291015625,108035,0.0,0.0 2022-08-02 00:00:00+02:00,329.0,329.8999938964844,323.70001220703125,327.1000061035156,304.0353698730469,80964,0.0,0.0 2022-08-03 00:00:00+02:00,325.0,330.29998779296875,324.20001220703125,327.29998779296875,304.2212219238281,110894,0.0,0.0 2022-08-04 00:00:00+02:00,328.0,332.6000061035156,327.8999938964844,329.5,306.26611328125,92619,0.0,0.0 2022-08-05 00:00:00+02:00,328.20001220703125,329.70001220703125,308.8999938964844,308.8999938964844,287.11865234375,163870,0.0,0.0 2022-08-08 00:00:00+02:00,309.1000061035156,318.8999938964844,307.70001220703125,314.6000061035156,292.4167785644531,137057,0.0,0.0 2022-08-09 00:00:00+02:00,313.0,315.6000061035156,307.20001220703125,310.29998779296875,288.4199523925781,104185,0.0,0.0 2022-08-10 00:00:00+02:00,309.0,313.70001220703125,307.70001220703125,312.1000061035156,290.093017578125,128512,0.0,0.0 2022-08-11 00:00:00+02:00,313.6000061035156,315.70001220703125,311.6000061035156,314.5,292.32379150390625,88219,0.0,0.0 2022-08-12 00:00:00+02:00,314.0,314.8999938964844,310.70001220703125,314.79998779296875,292.6026306152344,112480,0.0,0.0 2022-08-15 00:00:00+02:00,315.20001220703125,318.0,312.6000061035156,316.1000061035156,293.8110046386719,56443,0.0,0.0 2022-08-16 00:00:00+02:00,316.0,316.6000061035156,309.1000061035156,310.3999938964844,288.5129089355469,100021,0.0,0.0 2022-08-17 00:00:00+02:00,311.0,311.5,305.79998779296875,307.8999938964844,286.189208984375,110538,0.0,0.0 2022-08-18 00:00:00+02:00,307.1000061035156,312.8999938964844,307.1000061035156,312.8999938964844,290.83660888671875,73952,0.0,0.0 2022-08-19 00:00:00+02:00,310.0,314.70001220703125,309.8999938964844,310.1000061035156,288.2340393066406,79484,0.0,0.0 2022-08-22 00:00:00+02:00,309.0,309.6000061035156,303.8999938964844,304.79998779296875,283.3077697753906,83244,0.0,0.0 2022-08-23 00:00:00+02:00,302.5,303.6000061035156,298.20001220703125,299.79998779296875,278.6603088378906,66776,0.0,0.0 2022-08-24 00:00:00+02:00,298.29998779296875,302.29998779296875,296.70001220703125,300.5,279.3110046386719,88841,0.0,0.0 2022-08-25 00:00:00+02:00,302.6000061035156,302.6000061035156,297.1000061035156,299.6000061035156,278.4744567871094,51825,0.0,0.0 2022-08-26 00:00:00+02:00,300.0,300.20001220703125,288.5,289.0,268.62188720703125,122946,0.0,0.0 2022-08-29 00:00:00+02:00,287.0,287.70001220703125,279.20001220703125,281.1000061035156,261.2789306640625,103671,0.0,0.0 2022-08-30 00:00:00+02:00,280.79998779296875,286.1000061035156,279.3999938964844,286.1000061035156,265.9263916015625,225744,0.0,0.0 2022-08-31 00:00:00+02:00,288.3999938964844,293.3999938964844,283.6000061035156,284.29998779296875,264.2532653808594,263315,0.0,0.0 2022-09-01 00:00:00+02:00,281.3999938964844,283.0,277.79998779296875,283.0,263.0449523925781,161082,0.0,0.0 2022-09-02 00:00:00+02:00,284.29998779296875,290.6000061035156,284.0,290.6000061035156,270.10906982421875,138234,0.0,0.0 2022-09-05 00:00:00+02:00,284.5,287.70001220703125,282.79998779296875,286.79998779296875,266.57696533203125,89148,0.0,0.0 2022-09-06 00:00:00+02:00,286.0,288.3999938964844,284.6000061035156,287.79998779296875,267.5065002441406,96503,0.0,0.0 2022-09-07 00:00:00+02:00,285.0,288.8999938964844,284.8999938964844,287.8999938964844,267.59942626953125,94189,0.0,0.0 2022-09-08 00:00:00+02:00,289.0,292.3999938964844,284.5,291.70001220703125,271.1315002441406,113608,0.0,0.0 2022-09-09 00:00:00+02:00,291.8999938964844,298.6000061035156,290.8999938964844,296.20001220703125,275.314208984375,119634,0.0,0.0 2022-09-12 00:00:00+02:00,296.20001220703125,297.3999938964844,291.8999938964844,296.79998779296875,275.8718566894531,102189,0.0,0.0 2022-09-13 00:00:00+02:00,295.0,302.20001220703125,290.20001220703125,290.20001220703125,269.7372741699219,164856,0.0,0.0 2022-09-14 00:00:00+02:00,288.8999938964844,291.8999938964844,287.1000061035156,289.20001220703125,268.80780029296875,151656,0.0,0.0 2022-09-15 00:00:00+02:00,288.8999938964844,290.70001220703125,286.5,288.79998779296875,268.43597412109375,165151,0.0,0.0 2022-09-16 00:00:00+02:00,285.0,290.6000061035156,282.1000061035156,290.1000061035156,269.6443176269531,305922,0.0,0.0 2022-09-19 00:00:00+02:00,289.0,289.1000061035156,279.70001220703125,283.3999938964844,263.416748046875,121699,0.0,0.0 2022-09-20 00:00:00+02:00,284.29998779296875,285.0,268.5,268.5,249.56736755371094,221498,0.0,0.0 2022-09-21 00:00:00+02:00,267.29998779296875,277.0,265.6000061035156,276.1000061035156,256.6315002441406,181082,0.0,0.0 2022-09-22 00:00:00+02:00,269.79998779296875,274.29998779296875,262.0,262.0,243.5257110595703,157286,0.0,0.0 2022-09-23 00:00:00+02:00,263.0,263.8999938964844,253.0,260.0,241.66673278808594,197760,0.0,0.0 2022-09-26 00:00:00+02:00,258.3999938964844,261.70001220703125,255.5,256.8999938964844,238.7853240966797,157901,0.0,0.0 2022-09-27 00:00:00+02:00,258.0,261.6000061035156,256.70001220703125,257.6000061035156,239.4359588623047,119216,0.0,0.0 2022-09-28 00:00:00+02:00,255.6999969482422,257.20001220703125,251.60000610351562,257.0,238.87826538085938,161444,0.0,0.0 2022-09-29 00:00:00+02:00,256.20001220703125,256.3999938964844,249.10000610351562,249.60000610351562,232.0000762939453,156267,0.0,0.0 2022-09-30 00:00:00+02:00,250.39999389648438,261.20001220703125,249.8000030517578,260.8999938964844,242.50326538085938,196974,0.0,0.0 2022-10-03 00:00:00+02:00,258.70001220703125,260.6000061035156,251.3000030517578,259.79998779296875,241.4808349609375,115328,0.0,0.0 2022-10-04 00:00:00+02:00,261.79998779296875,269.70001220703125,261.70001220703125,269.5,250.49684143066406,161218,0.0,0.0 2022-10-05 00:00:00+02:00,268.5,271.5,266.1000061035156,267.1000061035156,248.26611328125,109497,0.0,0.0 2022-10-06 00:00:00+02:00,269.0,270.29998779296875,265.3999938964844,265.8999938964844,247.15072631835938,107074,0.0,0.0 2022-10-07 00:00:00+02:00,264.20001220703125,265.0,255.39999389648438,255.39999389648438,237.39109802246094,139572,0.0,0.0 2022-10-10 00:00:00+02:00,253.8000030517578,257.3999938964844,252.5,254.89999389648438,236.9263458251953,107576,0.0,0.0 2022-10-11 00:00:00+02:00,253.0,255.60000610351562,249.3000030517578,252.89999389648438,235.06736755371094,103010,0.0,0.0 2022-10-12 00:00:00+02:00,252.1999969482422,255.60000610351562,250.60000610351562,252.89999389648438,235.06736755371094,116611,0.0,0.0 2022-10-13 00:00:00+02:00,251.0,254.10000610351562,245.60000610351562,253.3000030517578,235.4391632080078,123529,0.0,0.0 2022-10-14 00:00:00+02:00,257.3999938964844,261.3999938964844,254.5,257.0,238.87826538085938,145518,0.0,0.0 2022-10-17 00:00:00+02:00,258.1000061035156,264.79998779296875,254.1999969482422,263.29998779296875,244.73403930664062,93608,0.0,0.0 2022-10-18 00:00:00+02:00,265.3999938964844,268.5,263.70001220703125,265.0,246.3141632080078,111103,0.0,0.0 2022-10-19 00:00:00+02:00,264.5,267.0,262.79998779296875,264.1000061035156,245.47764587402344,154926,0.0,0.0 2022-10-20 00:00:00+02:00,262.5,267.6000061035156,260.70001220703125,265.79998779296875,247.05775451660156,110642,0.0,0.0 2022-10-21 00:00:00+02:00,264.79998779296875,265.1000061035156,257.1000061035156,263.29998779296875,244.73403930664062,145164,0.0,0.0 2022-10-24 00:00:00+02:00,265.20001220703125,271.0,264.1000061035156,267.20001220703125,248.35906982421875,165506,0.0,0.0 2022-10-25 00:00:00+02:00,267.70001220703125,275.79998779296875,265.3999938964844,274.79998779296875,255.42312622070312,150272,0.0,0.0 2022-10-26 00:00:00+02:00,274.0,276.3999938964844,271.1000061035156,276.0,256.5385437011719,136369,0.0,0.0 2022-10-27 00:00:00+02:00,274.6000061035156,274.79998779296875,270.20001220703125,272.6000061035156,253.3782958984375,123554,0.0,0.0 2022-10-28 00:00:00+02:00,271.0,275.3999938964844,270.20001220703125,273.3999938964844,254.12185668945312,145527,0.0,0.0 2022-10-31 00:00:00+01:00,275.29998779296875,275.6000061035156,270.0,271.29998779296875,252.169921875,123723,0.0,0.0 2022-11-01 00:00:00+01:00,272.20001220703125,273.70001220703125,264.79998779296875,266.1000061035156,247.33660888671875,132136,0.0,0.0 2022-11-02 00:00:00+01:00,267.0,269.6000061035156,265.79998779296875,268.20001220703125,249.28854370117188,148196,0.0,0.0 2022-11-03 00:00:00+01:00,263.6000061035156,266.6000061035156,259.3999938964844,264.1000061035156,245.47764587402344,192690,0.0,0.0 2022-11-04 00:00:00+01:00,266.6000061035156,274.8999938964844,257.1000061035156,273.0,253.75006103515625,264368,0.0,0.0 2022-11-07 00:00:00+01:00,272.29998779296875,272.8999938964844,258.1000061035156,258.6000061035156,240.36546325683594,267288,0.0,0.0 2022-11-08 00:00:00+01:00,258.79998779296875,264.6000061035156,254.60000610351562,263.8999938964844,245.291748046875,249153,0.0,0.0 2022-11-09 00:00:00+01:00,262.3999938964844,267.1000061035156,260.1000061035156,266.20001220703125,247.42955017089844,146554,0.0,0.0 2022-11-10 00:00:00+01:00,249.8000030517578,254.10000610351562,164.85000610351562,175.9499969482422,163.54330444335938,941320,0.0,0.0 2022-11-11 00:00:00+01:00,200.0,201.89999389648438,163.14999389648438,190.0,176.6026153564453,2503657,0.0,0.0 2022-11-14 00:00:00+01:00,200.0,204.5,190.1999969482422,202.6999969482422,188.4071044921875,898242,0.0,0.0 2022-11-15 00:00:00+01:00,210.10000610351562,225.0,210.10000610351562,223.0,207.27569580078125,849703,0.0,0.0 2022-11-16 00:00:00+01:00,222.1999969482422,225.89999389648438,215.10000610351562,218.89999389648438,203.4647979736328,569607,0.0,0.0 2022-11-17 00:00:00+01:00,217.3000030517578,222.39999389648438,215.6999969482422,216.60000610351562,201.3269805908203,355362,0.0,0.0 2022-11-18 00:00:00+01:00,216.60000610351562,229.3000030517578,216.60000610351562,224.5,208.66993713378906,462241,0.0,0.0 2022-11-21 00:00:00+01:00,220.89999389648438,223.60000610351562,218.60000610351562,221.6999969482422,206.06736755371094,251504,0.0,0.0 2022-11-22 00:00:00+01:00,220.0,220.89999389648438,211.60000610351562,214.5,199.37506103515625,355431,0.0,0.0 2022-11-23 00:00:00+01:00,215.5,215.8000030517578,205.0,209.3000030517578,194.54173278808594,390072,0.0,0.0 2022-11-24 00:00:00+01:00,212.0,216.5,209.8000030517578,213.0,197.98081970214844,251769,0.0,0.0 2022-11-25 00:00:00+01:00,212.1999969482422,215.60000610351562,208.39999389648438,212.10000610351562,197.144287109375,278379,0.0,0.0 2022-11-28 00:00:00+01:00,214.0,217.8000030517578,212.10000610351562,215.6999969482422,200.49044799804688,298483,0.0,0.0 2022-11-29 00:00:00+01:00,215.1999969482422,216.60000610351562,212.10000610351562,214.0,198.91030883789062,280198,0.0,0.0 2022-11-30 00:00:00+01:00,214.8000030517578,217.3000030517578,212.39999389648438,215.39999389648438,200.21157836914062,326064,0.0,0.0 2022-12-01 00:00:00+01:00,217.0,223.6999969482422,214.60000610351562,221.1999969482422,205.6026153564453,276515,0.0,0.0 2022-12-02 00:00:00+01:00,222.89999389648438,235.8000030517578,222.89999389648438,228.5,212.38787841796875,510599,0.0,0.0 2022-12-05 00:00:00+01:00,228.1999969482422,228.89999389648438,220.10000610351562,222.3000030517578,206.62506103515625,217815,0.0,0.0 2022-12-06 00:00:00+01:00,221.3000030517578,223.10000610351562,217.3000030517578,219.39999389648438,203.92955017089844,287417,0.0,0.0 2022-12-07 00:00:00+01:00,218.39999389648438,226.8000030517578,217.60000610351562,226.0,210.06417846679688,298053,0.0,0.0 2022-12-08 00:00:00+01:00,226.60000610351562,227.1999969482422,219.60000610351562,221.6999969482422,206.06736755371094,326168,0.0,0.0 2022-12-09 00:00:00+01:00,221.3000030517578,225.3000030517578,220.39999389648438,224.6999969482422,208.85581970214844,210598,0.0,0.0 2022-12-12 00:00:00+01:00,223.89999389648438,224.1999969482422,221.0,223.5,207.74044799804688,163054,0.0,0.0 2022-12-13 00:00:00+01:00,225.1999969482422,228.8000030517578,218.8000030517578,224.89999389648438,209.04171752929688,203302,0.0,0.0 2022-12-14 00:00:00+01:00,224.6999969482422,226.5,221.5,226.5,210.52890014648438,152564,0.0,0.0 2022-12-15 00:00:00+01:00,225.1999969482422,225.1999969482422,217.89999389648438,218.3000030517578,202.90711975097656,213858,0.0,0.0 2022-12-16 00:00:00+01:00,217.5,217.60000610351562,211.0,213.60000610351562,198.5385284423828,397639,0.0,0.0 2022-12-19 00:00:00+01:00,213.0,217.39999389648438,212.3000030517578,214.89999389648438,199.74685668945312,248751,0.0,0.0 2022-12-20 00:00:00+01:00,213.1999969482422,215.89999389648438,211.6999969482422,213.39999389648438,198.3526153564453,180813,0.0,0.0 2022-12-21 00:00:00+01:00,215.39999389648438,220.60000610351562,215.1999969482422,219.8000030517578,204.3013458251953,202884,0.0,0.0 2022-12-22 00:00:00+01:00,219.0,222.0,218.60000610351562,219.5,204.02247619628906,172229,0.0,0.0 2022-12-23 00:00:00+01:00,219.89999389648438,221.1999969482422,218.39999389648438,220.6999969482422,205.1378631591797,103040,0.0,0.0 2022-12-27 00:00:00+01:00,221.0,224.39999389648438,220.8000030517578,222.0,206.34622192382812,96640,0.0,0.0 2022-12-28 00:00:00+01:00,220.1999969482422,223.6999969482422,219.3000030517578,222.1999969482422,206.5321044921875,113539,0.0,0.0 2022-12-29 00:00:00+01:00,222.39999389648438,224.6999969482422,218.5,224.6999969482422,208.85581970214844,133982,0.0,0.0 2022-12-30 00:00:00+01:00,223.3000030517578,224.6999969482422,220.89999389648438,222.6999969482422,206.99685668945312,103326,0.0,0.0 2023-01-02 00:00:00+01:00,226.0,226.3000030517578,222.6999969482422,223.10000610351562,207.36865234375,77083,0.0,0.0 2023-01-03 00:00:00+01:00,223.60000610351562,231.10000610351562,223.1999969482422,228.3000030517578,212.2019805908203,201266,0.0,0.0 2023-01-04 00:00:00+01:00,230.10000610351562,236.1999969482422,228.89999389648438,236.10000610351562,219.45199584960938,179749,0.0,0.0 2023-01-05 00:00:00+01:00,236.0,236.1999969482422,231.3000030517578,232.8000030517578,216.38467407226562,163020,0.0,0.0 2023-01-06 00:00:00+01:00,232.0,235.39999389648438,227.10000610351562,234.5,217.96481323242188,155308,0.0,0.0 2023-01-09 00:00:00+01:00,237.0,239.39999389648438,235.1999969482422,238.0,221.21800231933594,160247,0.0,0.0 2023-01-10 00:00:00+01:00,236.8000030517578,238.6999969482422,233.6999969482422,236.10000610351562,219.45199584960938,176540,0.0,0.0 2023-01-11 00:00:00+01:00,235.3000030517578,237.0,233.0,233.1999969482422,216.75645446777344,183895,0.0,0.0 2023-01-12 00:00:00+01:00,234.6999969482422,244.3000030517578,234.10000610351562,242.5,225.4007110595703,258322,0.0,0.0 2023-01-13 00:00:00+01:00,241.1999969482422,247.5,240.0,245.5,228.1891632080078,218102,0.0,0.0 2023-01-16 00:00:00+01:00,246.10000610351562,250.60000610351562,245.3000030517578,250.39999389648438,232.74366760253906,123675,0.0,0.0 2023-01-17 00:00:00+01:00,251.0,252.3000030517578,247.10000610351562,251.8000030517578,234.04495239257812,165676,0.0,0.0 2023-01-18 00:00:00+01:00,252.0,258.8999938964844,252.0,255.6999969482422,237.66993713378906,189508,0.0,0.0 2023-01-19 00:00:00+01:00,256.20001220703125,256.6000061035156,249.6999969482422,250.0,232.37185668945312,181560,0.0,0.0 2023-01-20 00:00:00+01:00,251.1999969482422,252.89999389648438,249.8000030517578,250.89999389648438,233.20838928222656,132256,0.0,0.0 2023-01-23 00:00:00+01:00,251.5,252.3000030517578,249.39999389648438,249.89999389648438,232.27890014648438,124043,0.0,0.0 2023-01-24 00:00:00+01:00,250.39999389648438,252.3000030517578,250.0,251.60000610351562,233.8590545654297,82590,0.0,0.0 2023-01-25 00:00:00+01:00,252.39999389648438,252.5,245.60000610351562,249.0,231.44236755371094,105823,0.0,0.0 2023-01-26 00:00:00+01:00,250.10000610351562,254.5,250.10000610351562,252.3000030517578,234.50967407226562,113619,0.0,0.0 2023-01-27 00:00:00+01:00,252.1999969482422,254.3000030517578,250.89999389648438,253.89999389648438,235.99685668945312,113906,0.0,0.0 2023-01-30 00:00:00+01:00,253.6999969482422,254.6999969482422,250.39999389648438,254.1999969482422,236.2757110595703,104722,0.0,0.0 2023-01-31 00:00:00+01:00,250.89999389648438,255.1999969482422,250.6999969482422,255.0,237.01930236816406,177316,0.0,0.0 2023-02-01 00:00:00+01:00,257.6000061035156,263.3999938964844,256.70001220703125,260.5,242.13148498535156,190145,0.0,0.0 2023-02-02 00:00:00+01:00,263.6000061035156,275.3999938964844,262.8999938964844,273.3999938964844,254.12185668945312,207979,0.0,0.0 2023-02-03 00:00:00+01:00,272.5,273.1000061035156,262.6000061035156,269.0,250.03213500976562,230392,0.0,0.0 2023-02-06 00:00:00+01:00,267.6000061035156,271.1000061035156,264.8999938964844,268.79998779296875,249.84622192382812,199055,0.0,0.0 2023-02-07 00:00:00+01:00,269.0,269.20001220703125,266.6000061035156,269.0,250.03213500976562,130419,0.0,0.0 2023-02-08 00:00:00+01:00,271.6000061035156,273.79998779296875,269.79998779296875,269.8999938964844,250.86863708496094,133147,0.0,0.0 2023-02-09 00:00:00+01:00,270.29998779296875,274.70001220703125,267.79998779296875,267.8999938964844,249.00967407226562,129569,0.0,0.0 2023-02-10 00:00:00+01:00,266.5,268.29998779296875,264.5,267.70001220703125,248.8238067626953,117112,0.0,0.0 2023-02-13 00:00:00+01:00,267.6000061035156,267.6000061035156,265.0,266.6000061035156,247.8013458251953,108557,0.0,0.0 2023-02-14 00:00:00+01:00,269.1000061035156,269.1000061035156,257.20001220703125,257.6000061035156,239.4359588623047,248033,0.0,0.0 2023-02-15 00:00:00+01:00,259.20001220703125,264.6000061035156,258.70001220703125,263.3999938964844,244.8269805908203,148295,0.0,0.0 2023-02-16 00:00:00+01:00,264.6000061035156,267.20001220703125,260.70001220703125,262.6000061035156,244.08340454101562,180373,0.0,0.0 2023-02-17 00:00:00+01:00,257.8999938964844,259.0,250.8000030517578,255.5,237.4840545654297,296583,0.0,0.0 2023-02-20 00:00:00+01:00,255.0,258.20001220703125,253.8000030517578,254.5,236.5545654296875,178332,0.0,0.0 2023-02-21 00:00:00+01:00,254.3000030517578,259.3999938964844,253.8000030517578,259.3999938964844,241.10903930664062,194193,0.0,0.0 2023-02-22 00:00:00+01:00,259.0,260.0,252.89999389648438,253.6999969482422,235.8109588623047,209091,0.0,0.0 2023-02-23 00:00:00+01:00,255.0,258.6000061035156,254.5,255.60000610351562,237.57699584960938,121137,0.0,0.0 2023-02-24 00:00:00+01:00,256.6000061035156,257.3999938964844,249.8000030517578,250.10000610351562,232.46481323242188,153295,0.0,0.0 2023-02-27 00:00:00+01:00,251.5,252.39999389648438,248.1999969482422,248.8000030517578,231.25648498535156,140225,0.0,0.0 2023-02-28 00:00:00+01:00,248.60000610351562,249.0,245.39999389648438,246.0,228.65391540527344,265058,0.0,0.0 2023-03-01 00:00:00+01:00,247.89999389648438,249.39999389648438,243.89999389648438,244.89999389648438,227.63145446777344,137355,0.0,0.0 2023-03-02 00:00:00+01:00,241.3000030517578,245.1999969482422,240.0,245.0,227.72442626953125,185333,0.0,0.0 2023-03-03 00:00:00+01:00,245.10000610351562,251.5,245.0,250.3000030517578,232.6507110595703,171577,0.0,0.0 2023-03-06 00:00:00+01:00,251.3000030517578,253.0,250.39999389648438,250.89999389648438,233.20838928222656,100403,0.0,0.0 2023-03-07 00:00:00+01:00,249.0,251.89999389648438,247.89999389648438,248.5,230.97763061523438,129389,0.0,0.0 2023-03-08 00:00:00+01:00,247.0,247.0,231.3000030517578,236.1999969482422,219.54493713378906,371154,0.0,0.0 2023-03-09 00:00:00+01:00,235.8000030517578,236.1999969482422,232.10000610351562,232.6999969482422,216.29173278808594,242924,0.0,0.0 2023-03-10 00:00:00+01:00,229.39999389648438,231.10000610351562,226.3000030517578,227.5,211.45838928222656,230898,0.0,0.0 2023-03-13 00:00:00+01:00,227.3000030517578,228.3000030517578,221.39999389648438,222.10000610351562,206.4391632080078,292841,0.0,0.0 2023-03-14 00:00:00+01:00,222.6999969482422,225.5,220.1999969482422,223.6999969482422,207.92633056640625,214122,0.0,0.0 2023-03-15 00:00:00+01:00,225.3000030517578,226.10000610351562,218.39999389648438,223.1999969482422,207.4615936279297,259040,0.0,0.0 2023-03-16 00:00:00+01:00,223.1999969482422,225.89999389648438,217.8000030517578,222.10000610351562,206.4391632080078,335360,0.0,0.0 2023-03-17 00:00:00+01:00,225.6999969482422,228.3000030517578,221.8000030517578,222.6999969482422,206.99685668945312,348289,0.0,0.0 2023-03-20 00:00:00+01:00,221.0,224.1999969482422,216.8000030517578,223.0,207.27569580078125,198385,0.0,0.0 2023-03-21 00:00:00+01:00,224.3000030517578,225.0,221.3000030517578,221.3000030517578,205.695556640625,170033,0.0,0.0 2023-03-22 00:00:00+01:00,221.39999389648438,222.10000610351562,218.89999389648438,220.5,204.95196533203125,152924,0.0,0.0 2023-03-23 00:00:00+01:00,211.6999969482422,215.0,203.3000030517578,214.8000030517578,199.65390014648438,473417,0.0,0.0 2023-03-24 00:00:00+01:00,214.39999389648438,214.5,206.8000030517578,209.10000610351562,194.3558349609375,226081,0.0,0.0 2023-03-27 00:00:00+02:00,212.3000030517578,219.10000610351562,212.3000030517578,217.5,202.1635284423828,218117,0.0,0.0 2023-03-28 00:00:00+02:00,219.0,219.3000030517578,211.8000030517578,215.0,199.8397979736328,163209,0.0,0.0 2023-03-29 00:00:00+02:00,215.60000610351562,219.89999389648438,215.60000610351562,217.60000610351562,202.25648498535156,172104,0.0,0.0 2023-03-30 00:00:00+02:00,223.89999389648438,225.5,220.6999969482422,223.5,207.74044799804688,188754,0.0,0.0 2023-03-31 00:00:00+02:00,224.6999969482422,225.39999389648438,219.8000030517578,221.6999969482422,206.06736755371094,205216,0.0,0.0 2023-04-03 00:00:00+02:00,221.60000610351562,221.8000030517578,219.89999389648438,220.89999389648438,205.32376098632812,103642,0.0,0.0 2023-04-04 00:00:00+02:00,222.60000610351562,225.1999969482422,221.1999969482422,224.39999389648438,208.5769805908203,169323,0.0,0.0 2023-04-05 00:00:00+02:00,224.1999969482422,224.39999389648438,215.6999969482422,215.6999969482422,200.49044799804688,193995,0.0,0.0 2023-04-06 00:00:00+02:00,215.0,218.1999969482422,214.8000030517578,216.1999969482422,200.95516967773438,210967,0.0,0.0 2023-04-11 00:00:00+02:00,216.6999969482422,217.5,215.10000610351562,215.10000610351562,199.93276977539062,172800,0.0,0.0 2023-04-12 00:00:00+02:00,216.0,216.89999389648438,214.0,215.0,199.8397979736328,194433,0.0,0.0 2023-04-13 00:00:00+02:00,215.3000030517578,217.89999389648438,213.8000030517578,214.10000610351562,199.00328063964844,170185,0.0,0.0 2023-04-14 00:00:00+02:00,214.5,216.8000030517578,212.10000610351562,212.10000610351562,197.144287109375,202572,0.0,0.0 2023-04-17 00:00:00+02:00,213.3000030517578,215.89999389648438,212.5,214.0,198.91030883789062,243990,0.0,0.0 2023-04-18 00:00:00+02:00,215.0,216.89999389648438,212.6999969482422,214.0,198.91030883789062,212920,0.0,0.0 2023-04-19 00:00:00+02:00,213.39999389648438,213.89999389648438,210.1999969482422,210.5,195.6571044921875,215416,0.0,0.0 2023-04-20 00:00:00+02:00,210.60000610351562,211.10000610351562,207.60000610351562,208.89999389648438,197.78741455078125,197145,3.85,0.0 2023-04-21 00:00:00+02:00,205.10000610351562,206.89999389648438,204.10000610351562,205.3000030517578,198.028564453125,202507,3.85,0.0 2023-04-24 00:00:00+02:00,205.5,208.3000030517578,205.10000610351562,206.39999389648438,199.089599609375,157411,0.0,0.0 2023-04-25 00:00:00+02:00,205.60000610351562,205.8000030517578,203.10000610351562,203.6999969482422,196.4852294921875,186295,0.0,0.0 2023-04-26 00:00:00+02:00,180.0,182.5500030517578,167.4499969482422,175.14999389648438,168.94642639160156,1184724,0.0,0.0 2023-04-27 00:00:00+02:00,177.0,180.6999969482422,174.89999389648438,180.6999969482422,174.29986572265625,538251,0.0,0.0 2023-04-28 00:00:00+02:00,182.25,183.35000610351562,178.0500030517578,180.8000030517578,174.39633178710938,292974,0.0,0.0 2023-05-02 00:00:00+02:00,183.25,190.35000610351562,182.10000610351562,182.10000610351562,175.65028381347656,339281,0.0,0.0 2023-05-03 00:00:00+02:00,182.0,183.25,174.89999389648438,176.0,169.76632690429688,295122,0.0,0.0 2023-05-04 00:00:00+02:00,174.64999389648438,174.89999389648438,162.75,163.25,157.46792602539062,517803,0.0,0.0 2023-05-05 00:00:00+02:00,163.75,164.0,158.10000610351562,160.89999389648438,155.20114135742188,325684,0.0,0.0 2023-05-08 00:00:00+02:00,161.0,161.4499969482422,155.75,156.0,150.47470092773438,314890,0.0,0.0 2023-05-09 00:00:00+02:00,155.64999389648438,159.4499969482422,153.5500030517578,159.0,153.3684539794922,431982,0.0,0.0 2023-05-10 00:00:00+02:00,159.75,160.35000610351562,154.9499969482422,154.9499969482422,149.46188354492188,266123,0.0,0.0 2023-05-11 00:00:00+02:00,156.14999389648438,158.25,153.1999969482422,154.14999389648438,148.69021606445312,265208,0.0,0.0 2023-05-12 00:00:00+02:00,155.0,158.75,155.0,158.75,153.12730407714844,445805,0.0,0.0 2023-05-15 00:00:00+02:00,160.6999969482422,161.25,158.3000030517578,160.10000610351562,154.4294891357422,259635,0.0,0.0 2023-05-16 00:00:00+02:00,160.25,160.4499969482422,155.14999389648438,156.60000610351562,151.05345153808594,256961,0.0,0.0 2023-05-17 00:00:00+02:00,156.0500030517578,157.0,154.35000610351562,155.89999389648438,150.37823486328125,178263,0.0,0.0 2023-05-18 00:00:00+02:00,158.0,158.0500030517578,155.5500030517578,157.4499969482422,151.8733367919922,118573,0.0,0.0 2023-05-19 00:00:00+02:00,158.5,159.5500030517578,157.3000030517578,158.5,152.8861541748047,150227,0.0,0.0 2023-05-22 00:00:00+02:00,158.0,159.35000610351562,156.60000610351562,159.3000030517578,153.65782165527344,146888,0.0,0.0 2023-05-23 00:00:00+02:00,159.0,162.1999969482422,158.1999969482422,160.25,154.5741729736328,227199,0.0,0.0 2023-05-24 00:00:00+02:00,158.1999969482422,158.6999969482422,154.8000030517578,156.25,150.71585083007812,228735,0.0,0.0 2023-05-25 00:00:00+02:00,156.14999389648438,156.14999389648438,147.14999389648438,147.35000610351562,142.13107299804688,417991,0.0,0.0 2023-05-26 00:00:00+02:00,147.64999389648438,147.89999389648438,141.89999389648438,147.0,141.79347229003906,471015,0.0,0.0 2023-05-29 00:00:00+02:00,147.6999969482422,148.0500030517578,145.39999389648438,146.3000030517578,141.11827087402344,118570,0.0,0.0 2023-05-30 00:00:00+02:00,145.9499969482422,146.85000610351562,143.0500030517578,143.0500030517578,137.98338317871094,275205,0.0,0.0 2023-05-31 00:00:00+02:00,141.5,141.5,137.85000610351562,139.89999389648438,134.94493103027344,478352,0.0,0.0 2023-06-01 00:00:00+02:00,141.39999389648438,142.85000610351562,139.64999389648438,140.8000030517578,135.8130645751953,252741,0.0,0.0 2023-06-02 00:00:00+02:00,141.0,142.64999389648438,140.89999389648438,141.8000030517578,136.77764892578125,265343,0.0,0.0 2023-06-05 00:00:00+02:00,144.6999969482422,145.0,138.5500030517578,138.75,133.83567810058594,267188,0.0,0.0 2023-06-06 00:00:00+02:00,137.64999389648438,140.5500030517578,137.3000030517578,138.9499969482422,134.02857971191406,195111,0.0,0.0 2023-06-07 00:00:00+02:00,139.9499969482422,142.89999389648438,139.39999389648438,141.9499969482422,136.92233276367188,253388,0.0,0.0 2023-06-08 00:00:00+02:00,140.1999969482422,143.35000610351562,139.9499969482422,140.1999969482422,135.23431396484375,174531,0.0,0.0 2023-06-09 00:00:00+02:00,139.89999389648438,146.0500030517578,139.89999389648438,145.3000030517578,140.1536865234375,304973,0.0,0.0 2023-06-12 00:00:00+02:00,146.9499969482422,152.5500030517578,146.5500030517578,150.9499969482422,145.6035614013672,361302,0.0,0.0 2023-06-13 00:00:00+02:00,153.1999969482422,157.6999969482422,152.8000030517578,156.6999969482422,151.14990234375,538905,0.0,0.0 2023-06-14 00:00:00+02:00,158.0500030517578,162.75,156.60000610351562,160.1999969482422,154.52593994140625,363169,0.0,0.0 2023-06-15 00:00:00+02:00,160.0,161.0,157.75,160.3000030517578,154.62240600585938,223653,0.0,0.0 2023-06-16 00:00:00+02:00,161.64999389648438,163.64999389648438,160.0,162.1999969482422,156.45510864257812,682707,0.0,0.0 2023-06-19 00:00:00+02:00,162.0,162.0500030517578,158.5500030517578,159.60000610351562,153.94720458984375,205372,0.0,0.0 2023-06-20 00:00:00+02:00,159.5,160.25,157.75,158.0,152.40386962890625,224399,0.0,0.0 2023-06-21 00:00:00+02:00,157.75,157.75,155.25,155.4499969482422,149.94418334960938,213273,0.0,0.0 2023-06-22 00:00:00+02:00,153.10000610351562,154.89999389648438,151.14999389648438,151.8000030517578,146.4234619140625,299030,0.0,0.0 2023-06-23 00:00:00+02:00,151.3000030517578,155.25,150.9499969482422,153.14999389648438,147.72564697265625,242830,0.0,0.0 2023-06-26 00:00:00+02:00,153.5,153.60000610351562,150.14999389648438,150.9499969482422,145.6035614013672,140281,0.0,0.0 2023-06-27 00:00:00+02:00,151.4499969482422,151.89999389648438,147.3000030517578,148.64999389648438,143.38502502441406,209381,0.0,0.0 2023-06-28 00:00:00+02:00,148.14999389648438,151.9499969482422,148.14999389648438,151.10000610351562,145.74826049804688,174338,0.0,0.0 2023-06-29 00:00:00+02:00,153.0,153.85000610351562,151.5,153.85000610351562,148.40086364746094,185230,0.0,0.0 2023-06-30 00:00:00+02:00,154.75,155.64999389648438,153.10000610351562,153.4499969482422,148.0150146484375,193281,0.0,0.0 2023-07-03 00:00:00+02:00,154.25,155.5500030517578,153.14999389648438,155.10000610351562,149.60658264160156,144515,0.0,0.0 2023-07-04 00:00:00+02:00,154.0,156.4499969482422,153.35000610351562,155.3000030517578,149.79949951171875,102758,0.0,0.0 2023-07-05 00:00:00+02:00,154.14999389648438,155.85000610351562,151.3000030517578,152.60000610351562,147.19512939453125,182834,0.0,0.0 2023-07-06 00:00:00+02:00,150.0,150.25,146.10000610351562,146.14999389648438,140.97357177734375,261852,0.0,0.0 2023-07-07 00:00:00+02:00,146.89999389648438,147.1999969482422,144.35000610351562,145.0,139.8643035888672,187252,0.0,0.0 2023-07-10 00:00:00+02:00,143.64999389648438,145.35000610351562,143.4499969482422,144.0,138.89971923828125,166279,0.0,0.0 2023-07-11 00:00:00+02:00,144.1999969482422,148.85000610351562,143.5,148.85000610351562,143.5779571533203,186266,0.0,0.0 2023-07-12 00:00:00+02:00,148.89999389648438,154.60000610351562,147.60000610351562,153.64999389648438,148.2079315185547,192969,0.0,0.0 2023-07-13 00:00:00+02:00,155.1999969482422,158.3000030517578,154.39999389648438,157.6999969482422,152.11448669433594,159776,0.0,0.0 2023-07-14 00:00:00+02:00,155.5,158.0500030517578,154.3000030517578,156.39999389648438,150.86053466796875,171724,0.0,0.0 2023-07-17 00:00:00+02:00,154.89999389648438,156.5,152.8000030517578,154.3000030517578,148.8349151611328,134430,0.0,0.0 2023-07-18 00:00:00+02:00,154.0,155.6999969482422,153.8000030517578,155.35000610351562,149.8477325439453,92758,0.0,0.0 2023-07-19 00:00:00+02:00,156.1999969482422,158.25,156.1999969482422,156.85000610351562,151.2946014404297,115379,0.0,0.0 2023-07-20 00:00:00+02:00,155.75,156.14999389648438,152.75,154.8000030517578,149.3172149658203,164590,0.0,0.0 2023-07-21 00:00:00+02:00,154.60000610351562,155.0,153.3000030517578,154.3000030517578,148.8349151611328,148489,0.0,0.0 2023-07-24 00:00:00+02:00,154.0,157.5,154.0,156.85000610351562,151.2946014404297,131882,0.0,0.0 2023-07-25 00:00:00+02:00,155.6999969482422,160.75,154.9499969482422,158.5,152.8861541748047,194208,0.0,0.0 2023-07-26 00:00:00+02:00,158.0,158.64999389648438,154.85000610351562,158.10000610351562,152.50033569335938,225584,0.0,0.0 2023-07-27 00:00:00+02:00,143.5500030517578,145.0,131.0,131.39999389648438,126.7459945678711,1427807,0.0,0.0 2023-07-28 00:00:00+02:00,130.0,138.64999389648438,129.0,135.60000610351562,130.7972412109375,644324,0.0,0.0 2023-07-31 00:00:00+02:00,135.60000610351562,136.39999389648438,131.25,131.75,127.08360290527344,435435,0.0,0.0 2023-08-01 00:00:00+02:00,128.0,129.4499969482422,125.0,128.35000610351562,123.80403137207031,459653,0.0,0.0 2023-08-02 00:00:00+02:00,126.69999694824219,127.5,125.1500015258789,125.4000015258789,120.95851135253906,343252,0.0,0.0 2023-08-03 00:00:00+02:00,127.8499984741211,131.1999969482422,126.80000305175781,128.4499969482422,123.90048217773438,487322,0.0,0.0 2023-08-04 00:00:00+02:00,128.39999389648438,128.85000610351562,125.94999694824219,128.60000610351562,124.04518127441406,191423,0.0,0.0 2023-08-07 00:00:00+02:00,125.3499984741211,126.8499984741211,124.6500015258789,125.55000305175781,121.10320281982422,273132,0.0,0.0 2023-08-08 00:00:00+02:00,124.75,126.5999984741211,124.4000015258789,125.30000305175781,120.86205291748047,255054,0.0,0.0 2023-08-09 00:00:00+02:00,127.05000305175781,128.0500030517578,124.30000305175781,124.30000305175781,119.89747619628906,267554,0.0,0.0 2023-08-10 00:00:00+02:00,124.0999984741211,126.1500015258789,123.30000305175781,125.1500015258789,120.71736907958984,246107,0.0,0.0 2023-08-11 00:00:00+02:00,123.0,125.5999984741211,119.94999694824219,119.94999694824219,115.7015380859375,334732,0.0,0.0 2023-08-14 00:00:00+02:00,118.0,122.75,117.69999694824219,120.3499984741211,116.08737182617188,221735,0.0,0.0 2023-08-15 00:00:00+02:00,119.6500015258789,120.44999694824219,117.44999694824219,117.5,113.33831787109375,208985,0.0,0.0 2023-08-16 00:00:00+02:00,116.1500015258789,117.44999694824219,115.75,115.94999694824219,111.84321594238281,261000,0.0,0.0 2023-08-17 00:00:00+02:00,115.0,116.5999984741211,114.44999694824219,114.94999694824219,110.87863159179688,224355,0.0,0.0 2023-08-18 00:00:00+02:00,114.0999984741211,116.4000015258789,113.75,115.5999984741211,111.505615234375,270169,0.0,0.0 2023-08-21 00:00:00+02:00,115.1500015258789,116.3499984741211,114.80000305175781,115.0,110.92686462402344,212280,0.0,0.0 2023-08-22 00:00:00+02:00,116.5,116.75,114.80000305175781,115.1500015258789,111.0715560913086,208620,0.0,0.0 2023-08-23 00:00:00+02:00,115.6500015258789,120.4000015258789,115.6500015258789,118.30000305175781,114.1099853515625,197173,0.0,0.0 2023-08-24 00:00:00+02:00,119.55000305175781,120.6500015258789,118.30000305175781,118.30000305175781,114.1099853515625,299910,0.0,0.0 2023-08-25 00:00:00+02:00,117.8499984741211,120.0999984741211,117.5999984741211,118.5999984741211,114.39935302734375,184731,0.0,0.0 2023-08-28 00:00:00+02:00,119.80000305175781,125.25,119.80000305175781,124.6500015258789,120.23507690429688,217943,0.0,0.0 2023-08-29 00:00:00+02:00,125.80000305175781,126.75,123.69999694824219,124.44999694824219,120.04215240478516,241701,0.0,0.0 2023-08-30 00:00:00+02:00,124.5,125.44999694824219,123.05000305175781,125.19999694824219,120.76559448242188,225872,0.0,0.0 2023-08-31 00:00:00+02:00,126.0,129.6999969482422,125.55000305175781,127.8499984741211,123.32173156738281,437028,0.0,0.0 2023-09-01 00:00:00+02:00,127.1500015258789,129.4499969482422,127.05000305175781,129.1999969482422,124.62391662597656,211318,0.0,0.0 2023-09-04 00:00:00+02:00,130.25,132.8000030517578,130.25,131.89999389648438,127.22828674316406,213683,0.0,0.0 2023-09-05 00:00:00+02:00,131.39999389648438,131.89999389648438,128.75,129.0,124.4310073852539,151599,0.0,0.0 2023-09-06 00:00:00+02:00,128.1999969482422,129.39999389648438,126.0999984741211,128.39999389648438,123.85224914550781,195774,0.0,0.0 2023-09-07 00:00:00+02:00,125.8499984741211,127.19999694824219,124.30000305175781,125.4000015258789,120.95851135253906,266107,0.0,0.0 2023-09-08 00:00:00+02:00,125.9000015258789,127.19999694824219,125.0999984741211,126.80000305175781,122.30892944335938,177374,0.0,0.0 2023-09-11 00:00:00+02:00,127.4000015258789,128.3000030517578,126.0,126.5,122.0195541381836,158323,0.0,0.0 2023-09-12 00:00:00+02:00,126.3499984741211,127.3499984741211,125.25,125.94999694824219,121.48902893066406,134005,0.0,0.0 2023-09-13 00:00:00+02:00,125.0999984741211,125.75,123.1500015258789,124.94999694824219,120.52444458007812,151532,0.0,0.0 2023-09-14 00:00:00+02:00,126.25,126.25,123.5999984741211,126.05000305175781,121.58549499511719,207115,0.0,0.0 2023-09-15 00:00:00+02:00,126.5999984741211,128.0500030517578,124.8499984741211,125.0,120.57267761230469,409338,0.0,0.0 2023-09-18 00:00:00+02:00,124.44999694824219,124.6500015258789,120.5,120.80000305175781,116.52143859863281,204681,0.0,0.0 2023-09-19 00:00:00+02:00,120.19999694824219,122.6500015258789,120.1500015258789,121.1500015258789,116.85903930664062,180477,0.0,0.0 2023-09-20 00:00:00+02:00,121.75,123.1500015258789,121.5999984741211,122.44999694824219,118.11299133300781,137408,0.0,0.0 2023-09-21 00:00:00+02:00,121.0,121.5,119.8499984741211,120.3499984741211,116.08737182617188,211165,0.0,0.0 2023-09-22 00:00:00+02:00,119.80000305175781,121.19999694824219,118.69999694824219,121.1500015258789,116.85903930664062,296712,0.0,0.0 2023-09-25 00:00:00+02:00,120.19999694824219,121.44999694824219,118.75,119.9000015258789,115.65331268310547,114592,0.0,0.0 2023-09-26 00:00:00+02:00,118.6500015258789,119.75,117.6500015258789,117.69999694824219,113.53123474121094,146804,0.0,0.0 2023-09-27 00:00:00+02:00,114.5,117.25,114.0,114.19999694824219,110.15519714355469,286616,0.0,0.0 2023-09-28 00:00:00+02:00,113.0,115.4000015258789,112.05000305175781,115.4000015258789,111.31269836425781,356726,0.0,0.0 2023-09-29 00:00:00+02:00,116.9000015258789,121.9000015258789,116.44999694824219,119.4000015258789,115.1710205078125,353554,0.0,0.0 2023-10-02 00:00:00+02:00,116.3499984741211,117.8499984741211,115.05000305175781,116.75,112.61488342285156,276152,0.0,0.0 2023-10-03 00:00:00+02:00,116.25,116.44999694824219,111.8499984741211,114.0,109.9622802734375,224523,0.0,0.0 2023-10-04 00:00:00+02:00,113.69999694824219,115.94999694824219,113.30000305175781,114.44999694824219,110.3963394165039,217850,0.0,0.0 2023-10-05 00:00:00+02:00,115.9000015258789,116.5999984741211,114.44999694824219,114.80000305175781,110.73394775390625,251821,0.0,0.0 2023-10-06 00:00:00+02:00,114.5999984741211,117.5999984741211,113.75,117.5999984741211,113.43477630615234,228338,0.0,0.0 2023-10-09 00:00:00+02:00,117.05000305175781,117.8499984741211,116.05000305175781,117.0999984741211,112.95248413085938,178222,0.0,0.0 2023-10-10 00:00:00+02:00,118.05000305175781,121.5,118.05000305175781,121.30000305175781,117.00373077392578,135830,0.0,0.0 2023-10-11 00:00:00+02:00,120.44999694824219,121.0,118.75,119.3499984741211,115.12279510498047,174954,0.0,0.0 2023-10-12 00:00:00+02:00,120.0,120.75,118.5,119.0999984741211,114.88164520263672,145472,0.0,0.0 2023-10-13 00:00:00+02:00,118.3499984741211,119.25,117.0,117.4000015258789,113.24185943603516,273929,0.0,0.0 2023-10-16 00:00:00+02:00,116.75,119.0999984741211,116.75,118.75,114.5440444946289,128580,0.0,0.0 2023-10-17 00:00:00+02:00,118.19999694824219,119.80000305175781,117.0,118.55000305175781,114.35113525390625,175851,0.0,0.0 2023-10-18 00:00:00+02:00,118.19999694824219,119.25,116.9000015258789,118.19999694824219,114.01351928710938,158860,0.0,0.0 2023-10-19 00:00:00+02:00,116.80000305175781,119.19999694824219,116.69999694824219,118.8499984741211,114.6405029296875,174267,0.0,0.0 2023-10-20 00:00:00+02:00,118.0999984741211,119.30000305175781,116.44999694824219,118.19999694824219,114.01351928710938,227059,0.0,0.0 2023-10-23 00:00:00+02:00,118.05000305175781,118.9000015258789,113.19999694824219,113.4000015258789,109.38353729248047,228406,0.0,0.0 2023-10-24 00:00:00+02:00,114.30000305175781,117.0,114.19999694824219,114.44999694824219,110.3963394165039,203154,0.0,0.0 2023-10-25 00:00:00+02:00,114.19999694824219,114.44999694824219,108.5,108.69999694824219,104.8499984741211,254764,0.0,0.0 2023-10-26 00:00:00+02:00,105.5,106.0999984741211,96.62000274658203,99.0999984741211,95.59001922607422,859611,0.0,0.0 2023-10-27 00:00:00+02:00,99.0999984741211,103.0,97.4800033569336,102.44999694824219,98.82136535644531,367576,0.0,0.0 2023-10-30 00:00:00+01:00,103.4000015258789,107.25,103.4000015258789,105.5,101.76334381103516,277952,0.0,0.0 2023-10-31 00:00:00+01:00,106.4000015258789,108.30000305175781,105.5999984741211,108.1500015258789,104.3194808959961,309806,0.0,0.0 2023-11-01 00:00:00+01:00,109.05000305175781,112.0,107.75,111.1500015258789,107.21322631835938,270036,0.0,0.0 2023-11-02 00:00:00+01:00,112.75,118.1500015258789,112.3499984741211,117.05000305175781,112.90425872802734,233488,0.0,0.0 2023-11-03 00:00:00+01:00,118.0,125.4000015258789,117.75,123.75,119.36695098876953,335891,0.0,0.0 2023-11-06 00:00:00+01:00,124.0999984741211,124.5999984741211,119.75,119.8499984741211,115.6050796508789,260056,0.0,0.0 2023-11-07 00:00:00+01:00,113.0,124.5,113.0,124.30000305175781,119.89747619628906,437019,0.0,0.0 2023-11-08 00:00:00+01:00,126.0999984741211,129.35000610351562,125.6500015258789,126.94999694824219,122.45361328125,396107,0.0,0.0 2023-11-09 00:00:00+01:00,127.4000015258789,128.0,125.05000305175781,128.0,123.46642303466797,267784,0.0,0.0 2023-11-10 00:00:00+01:00,126.0999984741211,127.69999694824219,123.30000305175781,125.44999694824219,121.0067367553711,230658,0.0,0.0 2023-11-13 00:00:00+01:00,126.4000015258789,127.9000015258789,124.6500015258789,125.9000015258789,121.44080352783203,186088,0.0,0.0 2023-11-14 00:00:00+01:00,125.4000015258789,133.64999389648438,125.0999984741211,131.9499969482422,127.27651977539062,270713,0.0,0.0 2023-11-15 00:00:00+01:00,132.3000030517578,136.89999389648438,131.89999389648438,134.25,129.49505615234375,260857,0.0,0.0 2023-11-16 00:00:00+01:00,134.1999969482422,135.85000610351562,132.5500030517578,133.5,128.77162170410156,160042,0.0,0.0 2023-11-17 00:00:00+01:00,133.5,138.0500030517578,133.5,135.10000610351562,130.31495666503906,286451,0.0,0.0 2023-11-20 00:00:00+01:00,134.89999389648438,136.1999969482422,134.0500030517578,134.6999969482422,129.9291229248047,109462,0.0,0.0 2023-11-21 00:00:00+01:00,134.6999969482422,135.6999969482422,132.10000610351562,132.3000030517578,127.61412811279297,110506,0.0,0.0 2023-11-22 00:00:00+01:00,131.6999969482422,133.14999389648438,129.5500030517578,131.4499969482422,126.79422760009766,124332,0.0,0.0 2023-11-23 00:00:00+01:00,130.85000610351562,131.1999969482422,128.64999389648438,130.0500030517578,125.44381713867188,109022,0.0,0.0 2023-11-24 00:00:00+01:00,130.14999389648438,131.6999969482422,129.89999389648438,130.85000610351562,126.21548461914062,83072,0.0,0.0 2023-11-27 00:00:00+01:00,130.8000030517578,131.35000610351562,130.0,130.0,125.39558410644531,102946,0.0,0.0 2023-11-28 00:00:00+01:00,130.14999389648438,130.5,127.75,128.9499969482422,124.38277435302734,122360,0.0,0.0 2023-11-29 00:00:00+01:00,129.1999969482422,131.0500030517578,129.1999969482422,130.3000030517578,125.68496704101562,116035,0.0,0.0 2023-11-30 00:00:00+01:00,130.1999969482422,130.6999969482422,127.9000015258789,128.5500030517578,123.9969482421875,463413,0.0,0.0 2023-12-01 00:00:00+01:00,129.5,130.14999389648438,126.3499984741211,128.0,123.46642303466797,130990,0.0,0.0 2023-12-04 00:00:00+01:00,128.10000610351562,129.25,123.69999694824219,123.69999694824219,119.31871795654297,251439,0.0,0.0 2023-12-05 00:00:00+01:00,123.6500015258789,124.44999694824219,122.75,123.1500015258789,118.7882080078125,227746,0.0,0.0 2023-12-06 00:00:00+01:00,123.5,123.69999694824219,120.94999694824219,121.0,116.71435546875,241249,0.0,0.0 2023-12-07 00:00:00+01:00,120.4000015258789,120.4000015258789,115.3499984741211,117.9000015258789,113.72415161132812,347985,0.0,0.0 2023-12-08 00:00:00+01:00,118.19999694824219,120.5,117.69999694824219,118.05000305175781,113.86884307861328,326348,0.0,0.0 2023-12-11 00:00:00+01:00,117.5,118.05000305175781,115.8499984741211,117.80000305175781,113.62769317626953,264747,0.0,0.0 2023-12-12 00:00:00+01:00,118.4000015258789,120.5,117.55000305175781,117.5999984741211,113.43477630615234,200772,0.0,0.0 2023-12-13 00:00:00+01:00,117.4000015258789,119.1500015258789,116.25,116.3499984741211,112.22904968261719,211162,0.0,0.0 2023-12-14 00:00:00+01:00,118.0,123.30000305175781,118.0,121.9000015258789,117.58248138427734,285762,0.0,0.0 2023-12-15 00:00:00+01:00,122.75,123.6500015258789,121.19999694824219,122.6500015258789,118.30591583251953,534727,0.0,0.0 2023-12-18 00:00:00+01:00,122.1500015258789,127.0999984741211,121.5,124.5999984741211,120.18684387207031,208024,0.0,0.0 2023-12-19 00:00:00+01:00,125.05000305175781,129.0,125.05000305175781,129.0,124.4310073852539,245592,0.0,0.0 2023-12-20 00:00:00+01:00,129.5,131.64999389648438,129.35000610351562,130.85000610351562,126.21548461914062,174598,0.0,0.0 2023-12-21 00:00:00+01:00,129.8000030517578,136.75,129.5,136.0500030517578,131.23130798339844,245939,0.0,0.0 2023-12-22 00:00:00+01:00,135.60000610351562,136.1999969482422,131.89999389648438,133.35000610351562,128.62693786621094,148958,0.0,0.0 2023-12-27 00:00:00+01:00,133.5500030517578,135.25,132.8000030517578,133.10000610351562,128.3857879638672,137723,0.0,0.0 2023-12-28 00:00:00+01:00,133.75,134.3000030517578,132.4499969482422,134.10000610351562,129.35037231445312,119870,0.0,0.0 2023-12-29 00:00:00+01:00,134.0,134.8000030517578,126.44999694824219,132.0500030517578,127.37297821044922,215742,0.0,0.0 2024-01-02 00:00:00+01:00,132.35000610351562,134.25,131.0,133.3000030517578,128.57870483398438,111215,0.0,0.0 2024-01-03 00:00:00+01:00,133.10000610351562,133.39999389648438,126.3499984741211,128.3000030517578,123.75579833984375,197043,0.0,0.0 2024-01-04 00:00:00+01:00,128.25,130.25,128.0,130.25,125.63673400878906,105540,0.0,0.0 2024-01-05 00:00:00+01:00,129.64999389648438,130.89999389648438,127.3499984741211,130.0500030517578,125.44381713867188,117741,0.0,0.0 2024-01-08 00:00:00+01:00,129.85000610351562,132.5500030517578,127.9000015258789,132.25,127.5658950805664,121736,0.0,0.0 2024-01-09 00:00:00+01:00,133.3000030517578,133.6999969482422,125.3499984741211,129.9499969482422,125.34735107421875,213297,0.0,0.0 2024-01-10 00:00:00+01:00,130.0,130.39999389648438,128.0,128.0,123.46642303466797,152137,0.0,0.0 2024-01-11 00:00:00+01:00,132.64999389648438,137.4499969482422,131.3000030517578,133.10000610351562,128.3857879638672,289310,0.0,0.0 2024-01-12 00:00:00+01:00,134.35000610351562,139.75,134.35000610351562,139.5500030517578,134.6073455810547,254922,0.0,0.0 2024-01-15 00:00:00+01:00,138.14999389648438,138.3000030517578,135.5500030517578,135.89999389648438,131.08660888671875,212229,0.0,0.0 2024-01-16 00:00:00+01:00,135.0,135.14999389648438,131.5500030517578,132.0,127.32474517822266,149141,0.0,0.0 2024-01-17 00:00:00+01:00,130.5500030517578,131.85000610351562,127.75,128.5,123.94871520996094,185633,0.0,0.0 2024-01-18 00:00:00+01:00,129.6999969482422,132.85000610351562,128.89999389648438,131.89999389648438,127.22828674316406,170021,0.0,0.0 2024-01-19 00:00:00+01:00,136.75,143.25,136.64999389648438,143.25,138.17628479003906,355354,0.0,0.0 2024-01-22 00:00:00+01:00,145.0,145.85000610351562,141.14999389648438,144.60000610351562,139.47848510742188,294064,0.0,0.0 2024-01-23 00:00:00+01:00,144.85000610351562,150.39999389648438,144.85000610351562,149.5500030517578,144.25315856933594,295244,0.0,0.0 2024-01-24 00:00:00+01:00,150.8000030517578,153.8000030517578,150.10000610351562,153.1999969482422,147.77386474609375,258105,0.0,0.0 2024-01-25 00:00:00+01:00,152.0500030517578,152.39999389648438,142.9499969482422,143.75,138.65858459472656,320979,0.0,0.0 2024-01-26 00:00:00+01:00,144.39999389648438,148.8000030517578,143.75,148.5,143.24034118652344,213113,0.0,0.0 2024-01-29 00:00:00+01:00,148.0,148.39999389648438,145.35000610351562,147.75,142.51690673828125,129920,0.0,0.0 2024-01-30 00:00:00+01:00,148.1999969482422,150.0500030517578,147.10000610351562,148.64999389648438,143.38502502441406,125008,0.0,0.0 2024-01-31 00:00:00+01:00,149.64999389648438,149.64999389648438,145.4499969482422,145.64999389648438,140.49127197265625,183084,0.0,0.0 2024-02-01 00:00:00+01:00,144.39999389648438,144.39999389648438,139.3000030517578,140.10000610351562,135.1378631591797,211090,0.0,0.0 2024-02-02 00:00:00+01:00,141.89999389648438,144.10000610351562,141.25,141.5,136.48826599121094,166797,0.0,0.0 2024-02-05 00:00:00+01:00,142.0500030517578,144.10000610351562,142.0500030517578,142.14999389648438,137.11524963378906,105041,0.0,0.0 2024-02-06 00:00:00+01:00,142.8000030517578,145.64999389648438,142.4499969482422,144.14999389648438,139.04440307617188,117954,0.0,0.0 2024-02-07 00:00:00+01:00,144.5,144.75,140.35000610351562,140.35000610351562,135.37901306152344,131776,0.0,0.0 2024-02-08 00:00:00+01:00,140.60000610351562,142.6999969482422,140.60000610351562,140.8000030517578,135.8130645751953,116245,0.0,0.0 2024-02-09 00:00:00+01:00,140.39999389648438,140.39999389648438,138.1999969482422,138.4499969482422,133.54629516601562,144307,0.0,0.0 2024-02-12 00:00:00+01:00,139.0,141.25,138.5500030517578,139.60000610351562,134.65557861328125,91656,0.0,0.0 2024-02-13 00:00:00+01:00,139.0,139.25,133.85000610351562,135.35000610351562,130.5561065673828,191725,0.0,0.0 2024-02-14 00:00:00+01:00,135.0500030517578,137.25,134.64999389648438,134.75,129.9773406982422,199050,0.0,0.0 2024-02-15 00:00:00+01:00,136.10000610351562,136.39999389648438,134.35000610351562,136.14999389648438,131.3277587890625,144216,0.0,0.0 2024-02-16 00:00:00+01:00,137.75,140.9499969482422,134.85000610351562,135.3000030517578,130.50787353515625,235538,0.0,0.0 2024-02-19 00:00:00+01:00,135.10000610351562,135.5500030517578,134.10000610351562,134.75,129.9773406982422,121734,0.0,0.0 2024-02-20 00:00:00+01:00,134.64999389648438,135.0,132.6999969482422,133.89999389648438,129.15744018554688,148240,0.0,0.0 2024-02-21 00:00:00+01:00,134.60000610351562,135.60000610351562,133.35000610351562,133.35000610351562,128.62693786621094,105958,0.0,0.0 2024-02-22 00:00:00+01:00,134.39999389648438,135.60000610351562,133.0,133.35000610351562,128.62693786621094,120360,0.0,0.0 2024-02-23 00:00:00+01:00,133.5500030517578,134.35000610351562,131.14999389648438,132.75,128.04818725585938,133643,0.0,0.0 2024-02-26 00:00:00+01:00,133.1999969482422,133.39999389648438,129.89999389648438,130.85000610351562,126.21548461914062,140054,0.0,0.0 2024-02-27 00:00:00+01:00,130.85000610351562,133.39999389648438,129.9499969482422,133.3000030517578,128.57870483398438,172914,0.0,0.0 2024-02-28 00:00:00+01:00,133.8000030517578,135.35000610351562,94.27999877929688,114.44999694824219,110.3963394165039,1367720,0.0,0.0 2024-02-29 00:00:00+01:00,114.80000305175781,119.5999984741211,112.55000305175781,114.55000305175781,110.49280548095703,788190,0.0,0.0 2024-03-01 00:00:00+01:00,115.1500015258789,117.1500015258789,107.55000305175781,111.0,107.06854248046875,487916,0.0,0.0 2024-03-04 00:00:00+01:00,110.9000015258789,114.6500015258789,109.55000305175781,111.3499984741211,107.40614318847656,298839,0.0,0.0 2024-03-05 00:00:00+01:00,109.9000015258789,113.8499984741211,108.5999984741211,113.1500015258789,109.14238739013672,311978,0.0,0.0 2024-03-06 00:00:00+01:00,113.0999984741211,114.4000015258789,109.05000305175781,111.8499984741211,107.888427734375,295206,0.0,0.0 2024-03-07 00:00:00+01:00,99.87999725341797,99.87999725341797,82.41999816894531,85.9800033569336,82.9347152709961,1997769,0.0,0.0 2024-03-08 00:00:00+01:00,87.58000183105469,90.9000015258789,86.0,86.0,82.9540023803711,899842,0.0,0.0 2024-03-11 00:00:00+01:00,85.45999908447266,86.5999984741211,80.76000213623047,85.0,81.98941802978516,729237,0.0,0.0 2024-03-12 00:00:00+01:00,84.0,89.44000244140625,80.80000305175781,84.55999755859375,81.56500244140625,830211,0.0,0.0 2024-03-13 00:00:00+01:00,85.5999984741211,87.0,83.12000274658203,84.80000305175781,81.7965087890625,506689,0.0,0.0 2024-03-14 00:00:00+01:00,84.30000305175781,87.95999908447266,84.30000305175781,86.4800033569336,83.41700744628906,429338,0.0,0.0 2024-03-15 00:00:00+01:00,85.4000015258789,87.62000274658203,84.63999938964844,87.16000366210938,84.07292175292969,829745,0.0,0.0 2024-03-18 00:00:00+01:00,86.66000366210938,88.0199966430664,83.72000122070312,85.04000091552734,82.02800750732422,441358,0.0,0.0 2024-03-19 00:00:00+01:00,84.5999984741211,85.72000122070312,83.26000213623047,84.04000091552734,81.06342315673828,411064,0.0,0.0 2024-03-20 00:00:00+01:00,83.80000305175781,86.30000305175781,82.45999908447266,86.30000305175781,83.24337768554688,280990,0.0,0.0 2024-03-21 00:00:00+01:00,88.0,89.41999816894531,86.76000213623047,88.44000244140625,85.30758666992188,380513,0.0,0.0 2024-03-22 00:00:00+01:00,88.4800033569336,91.81999969482422,88.33999633789062,91.19999694824219,87.9698257446289,307058,0.0,0.0 2024-03-25 00:00:00+01:00,91.19999694824219,91.4800033569336,90.0999984741211,90.18000030517578,86.98595428466797,195430,0.0,0.0 2024-03-26 00:00:00+01:00,89.80000305175781,90.76000213623047,89.04000091552734,90.76000213623047,87.54541015625,215586,0.0,0.0 2024-03-27 00:00:00+01:00,90.19999694824219,92.13999938964844,90.0,90.68000030517578,87.46824645996094,218188,0.0,0.0 2024-03-28 00:00:00+01:00,91.0199966430664,91.13999938964844,89.68000030517578,90.08000183105469,86.88949584960938,259955,0.0,0.0 2024-04-02 00:00:00+02:00,89.4000015258789,90.0,88.30000305175781,89.80000305175781,86.61941528320312,505521,0.0,0.0 2024-04-03 00:00:00+02:00,88.77999877929688,90.45999908447266,88.30000305175781,89.5999984741211,86.42649841308594,200312,0.0,0.0 2024-04-04 00:00:00+02:00,89.33999633789062,89.5999984741211,87.31999969482422,89.0999984741211,85.94420623779297,206136,0.0,0.0 2024-04-05 00:00:00+02:00,87.55999755859375,91.4000015258789,87.45999908447266,91.22000122070312,87.98912048339844,241596,0.0,0.0 2024-04-08 00:00:00+02:00,90.68000030517578,93.69999694824219,90.13999938964844,93.54000091552734,90.2269515991211,246974,0.0,0.0 2024-04-09 00:00:00+02:00,93.68000030517578,96.45999908447266,93.5,95.19999694824219,91.8281478881836,281369,0.0,0.0 2024-04-10 00:00:00+02:00,94.91999816894531,96.26000213623047,91.08000183105469,92.05999755859375,88.79936218261719,317787,0.0,0.0 2024-04-11 00:00:00+02:00,90.80000305175781,92.77999877929688,89.86000061035156,90.45999908447266,87.25603485107422,289152,0.0,0.0 2024-04-12 00:00:00+02:00,91.69999694824219,92.44000244140625,89.22000122070312,89.5,86.33003997802734,191783,0.0,0.0 2024-04-15 00:00:00+02:00,89.19999694824219,90.0199966430664,88.16000366210938,88.16000366210938,85.03750610351562,198112,0.0,0.0 2024-04-16 00:00:00+02:00,87.36000061035156,89.13999938964844,86.95999908447266,88.81999969482422,85.67412567138672,219249,0.0,0.0 2024-04-17 00:00:00+02:00,87.86000061035156,87.95999908447266,86.12000274658203,86.41999816894531,83.35912322998047,226689,0.0,0.0 2024-04-18 00:00:00+02:00,86.5199966430664,87.37999725341797,86.0,87.08000183105469,83.9957504272461,212361,0.0,0.0 2024-04-19 00:00:00+02:00,86.5999984741211,88.0999984741211,86.0,87.5199966430664,84.420166015625,204159,0.0,0.0 2024-04-22 00:00:00+02:00,88.4000015258789,91.13999938964844,88.0,90.31999969482422,87.1209945678711,164969,0.0,0.0 2024-04-23 00:00:00+02:00,91.0,91.08000183105469,89.0999984741211,90.5199966430664,87.31391143798828,232302,0.0,0.0 2024-04-24 00:00:00+02:00,90.80000305175781,91.26000213623047,89.83999633789062,90.0,86.81233215332031,188373,0.0,0.0 2024-04-25 00:00:00+02:00,89.0999984741211,89.41999816894531,86.80000305175781,87.58000183105469,84.47804260253906,369219,0.0,0.0 2024-04-26 00:00:00+02:00,88.0999984741211,90.4000015258789,87.9800033569336,88.5999984741211,85.4619140625,245487,0.0,0.0 2024-04-29 00:00:00+02:00,89.23999786376953,90.63999938964844,89.0,89.5,86.33003997802734,279338,0.0,0.0 2024-04-30 00:00:00+02:00,89.5,91.30000305175781,84.26000213623047,85.4800033569336,82.45242309570312,401914,0.0,0.0 2024-05-02 00:00:00+02:00,96.0,101.94999694824219,91.9000015258789,97.31999969482422,93.87306213378906,768884,0.0,0.0 2024-05-03 00:00:00+02:00,97.4000015258789,99.0999984741211,94.86000061035156,94.86000061035156,91.50019836425781,259706,0.0,0.0 2024-05-06 00:00:00+02:00,95.69999694824219,101.55000305175781,95.16000366210938,99.58000183105469,96.05302429199219,335404,0.0,0.0 2024-05-07 00:00:00+02:00,100.69999694824219,104.1500015258789,98.04000091552734,99.54000091552734,96.01443481445312,319979,0.0,0.0 2024-05-08 00:00:00+02:00,99.5199966430664,100.44999694824219,98.91999816894531,99.4800033569336,95.9565658569336,191260,0.0,0.0 2024-05-09 00:00:00+02:00,99.19999694824219,100.3499984741211,98.63999938964844,98.83999633789062,95.33922576904297,166362,0.0,0.0 2024-05-10 00:00:00+02:00,99.5999984741211,103.0,99.4000015258789,102.5999984741211,98.96605682373047,209619,0.0,0.0 2024-05-13 00:00:00+02:00,102.55000305175781,108.05000305175781,102.0,106.55000305175781,102.77615356445312,402583,0.0,0.0 2024-05-14 00:00:00+02:00,106.0,108.0,103.5999984741211,105.94999694824219,102.19740295410156,306327,0.0,0.0 2024-05-15 00:00:00+02:00,105.94999694824219,110.69999694824219,105.94999694824219,109.5999984741211,105.71812438964844,295623,0.0,0.0 2024-05-16 00:00:00+02:00,109.8499984741211,112.0,108.0,109.6500015258789,105.766357421875,254843,0.0,0.0 2024-05-17 00:00:00+02:00,109.19999694824219,109.5,105.6500015258789,106.5999984741211,102.82437896728516,226815,0.0,0.0 2024-05-20 00:00:00+02:00,106.0,110.05000305175781,106.0,109.80000305175781,105.91104125976562,159983,0.0,0.0 2024-05-21 00:00:00+02:00,109.19999694824219,111.1500015258789,106.3499984741211,107.4000015258789,103.5960464477539,211492,0.0,0.0 2024-05-22 00:00:00+02:00,107.4000015258789,107.80000305175781,106.44999694824219,107.1500015258789,103.35490417480469,171002,0.0,0.0 2024-05-23 00:00:00+02:00,107.30000305175781,107.9000015258789,104.0999984741211,104.0999984741211,100.41292572021484,180009,0.0,0.0 2024-05-24 00:00:00+02:00,103.5999984741211,107.75,103.19999694824219,106.55000305175781,102.77615356445312,180962,0.0,0.0 2024-05-27 00:00:00+02:00,106.5,109.19999694824219,106.4000015258789,108.69999694824219,104.8499984741211,153551,0.0,0.0 2024-05-28 00:00:00+02:00,104.4000015258789,105.80000305175781,102.0999984741211,104.30000305175781,104.30000305175781,281068,3.85,0.0 2024-05-29 00:00:00+02:00,104.0,104.44999694824219,101.9000015258789,101.9000015258789,101.9000015258789,172510,0.0,0.0 2024-05-30 00:00:00+02:00,101.1500015258789,102.80000305175781,100.0999984741211,102.80000305175781,102.80000305175781,224656,0.0,0.0 2024-05-31 00:00:00+02:00,103.5,104.4000015258789,101.3499984741211,104.4000015258789,104.4000015258789,590796,0.0,0.0 2024-06-03 00:00:00+02:00,105.0,107.4000015258789,105.0,106.75,106.75,174512,0.0,0.0 2024-06-04 00:00:00+02:00,106.3499984741211,107.55000305175781,104.19999694824219,105.0,105.0,199385,0.0,0.0 2024-06-05 00:00:00+02:00,105.25,105.69999694824219,102.30000305175781,102.80000305175781,102.80000305175781,225364,0.0,0.0 2024-06-06 00:00:00+02:00,102.75,104.4000015258789,102.1500015258789,103.6500015258789,103.6500015258789,243769,0.0,0.0 2024-06-07 00:00:00+02:00,103.80000305175781,105.0999984741211,102.3499984741211,104.5999984741211,104.5999984741211,195453,0.0,0.0 2024-06-10 00:00:00+02:00,102.4000015258789,103.1500015258789,101.19999694824219,102.55000305175781,102.55000305175781,190149,0.0,0.0 2024-06-11 00:00:00+02:00,102.75,103.3499984741211,98.30000305175781,99.31999969482422,99.31999969482422,254647,0.0,0.0 2024-06-12 00:00:00+02:00,99.77999877929688,101.80000305175781,98.83999633789062,100.25,100.25,160425,0.0,0.0 2024-06-13 00:00:00+02:00,99.9000015258789,100.25,97.62000274658203,97.87999725341797,97.87999725341797,241278,0.0,0.0 2024-06-14 00:00:00+02:00,97.4000015258789,98.5199966430664,91.9000015258789,93.30000305175781,93.30000305175781,390509,0.0,0.0 2024-06-17 00:00:00+02:00,93.16000366210938,97.26000213623047,93.0,96.73999786376953,96.73999786376953,237052,0.0,0.0 2024-06-18 00:00:00+02:00,97.77999877929688,100.4000015258789,97.77999877929688,100.0999984741211,100.0999984741211,203917,0.0,0.0 2024-06-19 00:00:00+02:00,100.75,102.30000305175781,99.9000015258789,101.30000305175781,101.30000305175781,200199,0.0,0.0 2024-06-20 00:00:00+02:00,101.5999984741211,103.5999984741211,101.5,102.69999694824219,102.69999694824219,163498,0.0,0.0 2024-06-21 00:00:00+02:00,102.4000015258789,102.4000015258789,100.44999694824219,100.69999694824219,100.69999694824219,383555,0.0,0.0 2024-06-24 00:00:00+02:00,100.1500015258789,102.05000305175781,99.54000091552734,100.0999984741211,100.0999984741211,243350,0.0,0.0 2024-06-25 00:00:00+02:00,99.13999938964844,99.80000305175781,97.5199966430664,98.68000030517578,98.68000030517578,179905,0.0,0.0 2024-06-26 00:00:00+02:00,99.0,100.69999694824219,98.31999969482422,100.69999694824219,100.69999694824219,217760,0.0,0.0 2024-06-27 00:00:00+02:00,102.0,104.4000015258789,98.5999984741211,101.4000015258789,101.4000015258789,377760,0.0,0.0 2024-06-28 00:00:00+02:00,101.8499984741211,102.0999984741211,97.54000091552734,98.33999633789062,98.33999633789062,224609,0.0,0.0 2024-07-01 00:00:00+02:00,102.19999694824219,105.0999984741211,100.75,102.80000305175781,102.80000305175781,285137,0.0,0.0 2024-07-02 00:00:00+02:00,105.5,108.44999694824219,104.8499984741211,107.05000305175781,107.05000305175781,452493,0.0,0.0 2024-07-03 00:00:00+02:00,107.25,113.05000305175781,106.9000015258789,112.80000305175781,112.80000305175781,349807,0.0,0.0 2024-07-04 00:00:00+02:00,112.80000305175781,113.75,112.1500015258789,113.5,113.5,200164,0.0,0.0 2024-07-05 00:00:00+02:00,113.05000305175781,115.55000305175781,112.80000305175781,113.0,113.0,252147,0.0,0.0 2024-07-08 00:00:00+02:00,111.05000305175781,111.25,107.30000305175781,108.19999694824219,108.19999694824219,289283,0.0,0.0 2024-07-09 00:00:00+02:00,108.0999984741211,108.75,105.1500015258789,105.69999694824219,105.69999694824219,177497,0.0,0.0 2024-07-10 00:00:00+02:00,106.25,109.44999694824219,105.8499984741211,108.0999984741211,108.0999984741211,189948,0.0,0.0 2024-07-11 00:00:00+02:00,108.5,112.25,107.3499984741211,110.8499984741211,110.8499984741211,253020,0.0,0.0 2024-07-12 00:00:00+02:00,112.30000305175781,112.5999984741211,110.25,112.05000305175781,112.05000305175781,145169,0.0,0.0 2024-07-15 00:00:00+02:00,112.05000305175781,112.69999694824219,111.0,112.6500015258789,112.6500015258789,143506,0.0,0.0 2024-07-16 00:00:00+02:00,111.44999694824219,112.80000305175781,109.94999694824219,112.3499984741211,112.3499984741211,136281,0.0,0.0 2024-07-17 00:00:00+02:00,111.19999694824219,112.3499984741211,98.16000366210938,103.9000015258789,103.9000015258789,497537,0.0,0.0 2024-07-18 00:00:00+02:00,104.94999694824219,109.75,101.5999984741211,107.05000305175781,107.05000305175781,350329,0.0,0.0 2024-07-19 00:00:00+02:00,105.80000305175781,106.3499984741211,103.9000015258789,104.30000305175781,104.30000305175781,184490,0.0,0.0 2024-07-22 00:00:00+02:00,104.5999984741211,107.3499984741211,104.5999984741211,106.05000305175781,106.05000305175781,119964,0.0,0.0 2024-07-23 00:00:00+02:00,105.9000015258789,106.5,104.1500015258789,104.1500015258789,104.1500015258789,198695,0.0,0.0 2024-07-24 00:00:00+02:00,103.4000015258789,104.69999694824219,102.9000015258789,103.55000305175781,103.55000305175781,120436,0.0,0.0 2024-07-25 00:00:00+02:00,101.5999984741211,102.5999984741211,99.83999633789062,102.5999984741211,102.5999984741211,151823,0.0,0.0 2024-07-26 00:00:00+02:00,102.4000015258789,105.8499984741211,102.4000015258789,105.8499984741211,105.8499984741211,239418,0.0,0.0 2024-07-29 00:00:00+02:00,106.69999694824219,107.75,105.69999694824219,106.19999694824219,106.19999694824219,146188,0.0,0.0 2024-07-30 00:00:00+02:00,106.5999984741211,108.94999694824219,106.5999984741211,108.0,108.0,162667,0.0,0.0 2024-07-31 00:00:00+02:00,111.0999984741211,120.9000015258789,111.0999984741211,119.19999694824219,119.19999694824219,740070,0.0,0.0 2024-08-01 00:00:00+02:00,118.5999984741211,119.75,114.0999984741211,115.69999694824219,115.69999694824219,296606,0.0,0.0 2024-08-02 00:00:00+02:00,114.0,114.0,109.80000305175781,110.55000305175781,110.55000305175781,279406,0.0,0.0 2024-08-05 00:00:00+02:00,106.75,107.30000305175781,100.25,104.55000305175781,104.55000305175781,372673,0.0,0.0 2024-08-06 00:00:00+02:00,104.9000015258789,105.5999984741211,99.81999969482422,101.5,101.5,220301,0.0,0.0 2024-08-07 00:00:00+02:00,102.0,106.1500015258789,101.30000305175781,105.19999694824219,105.19999694824219,168627,0.0,0.0 2024-08-08 00:00:00+02:00,103.4000015258789,103.4000015258789,98.80000305175781,100.5,100.5,256277,0.0,0.0 2024-08-09 00:00:00+02:00,101.19999694824219,103.75,101.19999694824219,101.55000305175781,101.55000305175781,122168,0.0,0.0 2024-08-12 00:00:00+02:00,102.5,103.5999984741211,100.94999694824219,101.44999694824219,101.44999694824219,92195,0.0,0.0 2024-08-13 00:00:00+02:00,101.80000305175781,103.0999984741211,101.05000305175781,103.0999984741211,103.0999984741211,97425,0.0,0.0 2024-08-14 00:00:00+02:00,105.0,105.55000305175781,102.25,102.5,102.5,154650,0.0,0.0 2024-08-15 00:00:00+02:00,102.75,105.0,102.3499984741211,104.1500015258789,104.1500015258789,107246,0.0,0.0 2024-08-16 00:00:00+02:00,104.55000305175781,105.5,103.9000015258789,104.5,104.5,132552,0.0,0.0 2024-08-19 00:00:00+02:00,104.5999984741211,106.5999984741211,104.3499984741211,106.0999984741211,106.0999984741211,133606,0.0,0.0 2024-08-20 00:00:00+02:00,105.9000015258789,106.75,103.6500015258789,103.80000305175781,103.80000305175781,92854,0.0,0.0 2024-08-21 00:00:00+02:00,103.75,105.05000305175781,102.6500015258789,102.9000015258789,102.9000015258789,92700,0.0,0.0 2024-08-22 00:00:00+02:00,102.9000015258789,104.5,102.9000015258789,104.55000305175781,104.55000305175781,35889,0.0,0.0 ================================================ FILE: tests/data/TISG-MI-1d-no-bad-divs.csv ================================================ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits 2022-05-12 00:00:00+02:00,5.309999942779541,5.610000133514404,5.309999942779541,5.559999942779541,5.179751873016357,20197,0.0,0.0 2022-05-13 00:00:00+02:00,5.699999809265137,5.730000019073486,5.599999904632568,5.730000019073486,5.338125705718994,28276,0.0,0.0 2022-05-16 00:00:00+02:00,5.710000038146973,5.78000020980835,5.550000190734863,5.78000020980835,5.384706020355225,13258,0.0,0.0 2022-05-17 00:00:00+02:00,5.690000057220459,5.820000171661377,5.610000133514404,5.760000228881836,5.366074085235596,20093,0.0,0.0 2022-05-18 00:00:00+02:00,5.71999979019165,5.75,5.539999961853027,5.559999942779541,5.179751873016357,18977,0.0,0.0 2022-05-19 00:00:00+02:00,5.53000020980835,5.579999923706055,5.409999847412109,5.53000020980835,5.151803493499756,13883,0.0,0.0 2022-05-20 00:00:00+02:00,5.440000057220459,5.590000152587891,5.429999828338623,5.449999809265137,5.077274322509766,5276,0.0,0.0 2022-05-23 00:00:00+02:00,5.46999979019165,5.550000190734863,5.400000095367432,5.449999809265137,5.077274322509766,19338,0.0,0.0 2022-05-24 00:00:00+02:00,5.550000190734863,5.639999866485596,5.5,5.570000171661377,5.18906831741333,17602,0.0,0.0 2022-05-25 00:00:00+02:00,5.519999980926514,5.599999904632568,5.449999809265137,5.559999942779541,5.179751873016357,12298,0.0,0.0 2022-05-26 00:00:00+02:00,5.519999980926514,5.690000057220459,5.420000076293945,5.510000228881836,5.133171081542969,34937,0.0,0.0 2022-05-27 00:00:00+02:00,5.619999885559082,5.75,5.590000152587891,5.610000133514404,5.226332187652588,20247,0.0,0.0 2022-05-30 00:00:00+02:00,5.710000038146973,5.929999828338623,5.579999923706055,5.579999923706055,5.198383808135986,88733,0.0,0.0 2022-05-31 00:00:00+02:00,5.579999923706055,5.75,5.489999771118164,5.489999771118164,5.114538669586182,48801,0.0,0.0 2022-06-01 00:00:00+02:00,5.619999885559082,5.699999809265137,5.539999961853027,5.630000114440918,5.244964599609375,20391,0.0,0.0 2022-06-02 00:00:00+02:00,5.550000190734863,5.630000114440918,5.539999961853027,5.550000190734863,5.170435905456543,9297,0.0,0.0 2022-06-03 00:00:00+02:00,5.53000020980835,5.630000114440918,5.519999980926514,5.519999980926514,5.142487049102783,2331,0.0,0.0 2022-06-06 00:00:00+02:00,5.519999980926514,5.610000133514404,5.519999980926514,5.53000020980835,5.151803493499756,8685,0.0,0.0 2022-06-07 00:00:00+02:00,5.699999809265137,5.699999809265137,5.489999771118164,5.650000095367432,5.263596534729004,17289,0.0,0.0 2022-06-08 00:00:00+02:00,5.650000095367432,5.650000095367432,5.510000228881836,5.619999885559082,5.235648155212402,16980,0.0,0.0 2022-06-09 00:00:00+02:00,5.679999828338623,5.71999979019165,5.489999771118164,5.610000133514404,5.226332187652588,57978,0.0,0.0 2022-06-10 00:00:00+02:00,5.610000133514404,5.610000133514404,5.400000095367432,5.489999771118164,5.114538669586182,27176,0.0,0.0 2022-06-13 00:00:00+02:00,5.409999847412109,5.409999847412109,5.119999885559082,5.139999866485596,4.788475036621094,122824,0.0,0.0 2022-06-14 00:00:00+02:00,5.059999942779541,5.320000171661377,5.059999942779541,5.190000057220459,4.835056304931641,38675,0.0,0.0 2022-06-15 00:00:00+02:00,5.199999809265137,5.320000171661377,5.199999809265137,5.320000171661377,4.956165313720703,30441,0.0,0.0 2022-06-16 00:00:00+02:00,5.400000095367432,5.400000095367432,5.199999809265137,5.300000190734863,4.937533378601074,16918,0.0,0.0 2022-06-17 00:00:00+02:00,5.369999885559082,5.369999885559082,5.260000228881836,5.260000228881836,4.900269031524658,37899,0.0,0.0 2022-06-20 00:00:00+02:00,5.400000095367432,5.400000095367432,5.21999979019165,5.230000019073486,4.872320652008057,41909,0.0,0.0 2022-06-21 00:00:00+02:00,5.199999809265137,5.289999961853027,5.199999809265137,5.269999980926514,4.909584999084473,40583,0.0,0.0 2022-06-22 00:00:00+02:00,5.269999980926514,5.360000133514404,5.119999885559082,5.210000038146973,4.8536882400512695,18744,0.0,0.0 2022-06-23 00:00:00+02:00,5.210000038146973,5.349999904632568,5.179999828338623,5.239999771118164,4.881636142730713,47444,0.0,0.0 2022-06-24 00:00:00+02:00,5.349999904632568,5.349999904632568,5.239999771118164,5.239999771118164,4.881636142730713,11521,0.0,0.0 2022-06-27 00:00:00+02:00,5.400000095367432,5.400000095367432,5.239999771118164,5.239999771118164,4.881636142730713,15121,0.0,0.0 2022-06-28 00:00:00+02:00,5.260000228881836,5.309999942779541,5.110000133514404,5.190000057220459,4.835056304931641,71434,0.0,0.0 2022-06-29 00:00:00+02:00,5.170000076293945,5.190000057220459,4.954999923706055,4.960000038146973,4.620785713195801,39196,0.0,0.0 2022-06-30 00:00:00+02:00,5.079999923706055,5.079999923706055,4.764999866485596,4.784999847412109,4.457753658294678,58880,0.0,0.0 2022-07-01 00:00:00+02:00,4.699999809265137,4.880000114440918,4.699999809265137,4.795000076293945,4.46707010269165,40850,0.0,0.0 2022-07-04 00:00:00+02:00,4.795000076293945,5.260000228881836,4.730000019073486,5.260000228881836,4.900269031524658,33564,0.0,0.0 2022-07-05 00:00:00+02:00,5.179999828338623,5.349999904632568,4.824999809265137,4.849999904632568,4.518308639526367,82262,0.0,0.0 2022-07-06 00:00:00+02:00,4.960000038146973,5.039999961853027,4.940000057220459,4.949999809265137,4.611469268798828,15455,0.0,0.0 2022-07-07 00:00:00+02:00,4.989999771118164,5.090000152587891,4.885000228881836,4.929999828338623,4.592837333679199,18554,0.0,0.0 2022-07-08 00:00:00+02:00,5.099999904632568,5.099999904632568,4.855000019073486,5.0,4.658050537109375,31060,0.0,0.0 2022-07-11 00:00:00+02:00,5.130000114440918,5.179999828338623,4.945000171661377,5.0,4.658050537109375,19860,0.0,0.0 2022-07-12 00:00:00+02:00,5.239999771118164,5.239999771118164,4.864999771118164,4.909999847412109,4.574204921722412,25487,0.0,0.0 2022-07-13 00:00:00+02:00,5.039999961853027,5.039999961853027,4.809999942779541,4.940000057220459,4.602153301239014,16689,0.0,0.0 2022-07-14 00:00:00+02:00,4.849999904632568,4.949999809265137,4.75,4.849999904632568,4.518308639526367,57150,0.0,0.0 2022-07-15 00:00:00+02:00,4.949999809265137,4.949999809265137,4.71999979019165,4.760000228881836,4.434463977813721,16777,0.0,0.0 2022-07-18 00:00:00+02:00,5.050000190734863,5.050000190734863,4.769999980926514,4.84499979019165,4.513650417327881,18567,0.0,0.0 2022-07-19 00:00:00+02:00,4.880000114440918,4.909999847412109,4.789999961853027,4.900000095367432,4.564889430999756,10250,0.0,0.0 2022-07-20 00:00:00+02:00,4.889999866485596,4.945000171661377,4.789999961853027,4.84499979019165,4.513650417327881,13315,0.0,0.0 2022-07-21 00:00:00+02:00,4.820000171661377,4.855000019073486,4.760000228881836,4.800000190734863,4.4717278480529785,24850,0.0,0.0 2022-07-22 00:00:00+02:00,4.869999885559082,4.885000228881836,4.784999847412109,4.840000152587891,4.508992671966553,8833,0.0,0.0 2022-07-25 00:00:00+02:00,5.050000190734863,5.050000190734863,4.764999866485596,4.894999980926514,4.5602312088012695,13462,0.0,0.0 2022-07-26 00:00:00+02:00,4.800000190734863,4.835000038146973,4.71999979019165,4.71999979019165,4.3971991539001465,4540,0.0,0.0 2022-07-27 00:00:00+02:00,4.755000114440918,4.789999961853027,4.724999904632568,4.789999961853027,4.462411880493164,8849,0.0,0.0 2022-07-28 00:00:00+02:00,4.755000114440918,4.829999923706055,4.75,4.800000190734863,4.4717278480529785,9336,0.0,0.0 2022-07-29 00:00:00+02:00,4.809999942779541,4.880000114440918,4.809999942779541,4.840000152587891,4.508992671966553,17486,0.0,0.0 2022-08-01 00:00:00+02:00,4.849999904632568,5.050000190734863,4.849999904632568,5.050000190734863,4.7046308517456055,22808,0.0,0.0 2022-08-02 00:00:00+02:00,5.0,5.130000114440918,4.934999942779541,5.039999961853027,4.695314407348633,32978,0.0,0.0 2022-08-03 00:00:00+02:00,5.139999866485596,5.599999904632568,5.119999885559082,5.519999980926514,5.142487049102783,80771,0.0,0.0 2022-08-04 00:00:00+02:00,5.5,5.789999961853027,5.349999904632568,5.349999904632568,4.9841132164001465,83045,0.0,0.0 2022-08-05 00:00:00+02:00,5.21999979019165,5.369999885559082,5.130000114440918,5.199999809265137,4.844372272491455,36457,0.0,0.0 2022-08-08 00:00:00+02:00,5.360000133514404,5.360000133514404,5.210000038146973,5.349999904632568,4.9841132164001465,7440,0.0,0.0 2022-08-09 00:00:00+02:00,5.349999904632568,5.349999904632568,5.210000038146973,5.210000038146973,4.8536882400512695,15144,0.0,0.0 2022-08-10 00:00:00+02:00,5.239999771118164,5.25,5.210000038146973,5.210000038146973,4.8536882400512695,14073,0.0,0.0 2022-08-11 00:00:00+02:00,5.25,5.360000133514404,5.210000038146973,5.25,4.8909525871276855,45084,0.0,0.0 2022-08-12 00:00:00+02:00,5.25,5.349999904632568,5.25,5.25,4.8909525871276855,32450,0.0,0.0 2022-08-16 00:00:00+02:00,5.309999942779541,5.309999942779541,5.199999809265137,5.199999809265137,4.844372272491455,10853,0.0,0.0 2022-08-17 00:00:00+02:00,5.300000190734863,5.300000190734863,5.099999904632568,5.099999904632568,4.751211166381836,18662,0.0,0.0 2022-08-18 00:00:00+02:00,5.099999904632568,5.210000038146973,5.099999904632568,5.159999847412109,4.807107448577881,5955,0.0,0.0 2022-08-19 00:00:00+02:00,5.159999847412109,5.25,5.130000114440918,5.21999979019165,4.863004207611084,17558,0.0,0.0 2022-08-22 00:00:00+02:00,5.190000057220459,5.190000057220459,5.039999961853027,5.059999942779541,4.71394681930542,10627,0.0,0.0 2022-08-23 00:00:00+02:00,5.0,5.119999885559082,5.0,5.119999885559082,4.769843101501465,3447,0.0,0.0 2022-08-24 00:00:00+02:00,5.070000171661377,5.070000171661377,4.954999923706055,4.985000133514404,4.644075870513916,16465,0.0,0.0 2022-08-25 00:00:00+02:00,4.940000057220459,5.079999923706055,4.855000019073486,4.855000019073486,4.5229668617248535,21022,0.0,0.0 2022-08-26 00:00:00+02:00,4.840000152587891,4.980000019073486,4.820000171661377,4.820000171661377,4.490360260009766,12944,0.0,0.0 2022-08-29 00:00:00+02:00,4.800000190734863,4.900000095367432,4.800000190734863,4.864999771118164,4.532282829284668,2266,0.0,0.0 2022-08-30 00:00:00+02:00,4.840000152587891,4.954999923706055,4.800000190734863,4.800000190734863,4.4717278480529785,26762,0.0,0.0 2022-08-31 00:00:00+02:00,4.900000095367432,4.900000095367432,4.78000020980835,4.800000190734863,4.4717278480529785,10522,0.0,0.0 2022-09-01 00:00:00+02:00,4.900000095367432,4.965000152587891,4.789999961853027,4.800000190734863,4.4717278480529785,38577,0.0,0.0 2022-09-02 00:00:00+02:00,4.800000190734863,4.900000095367432,4.775000095367432,4.835000038146973,4.504334449768066,63420,0.0,0.0 2022-09-05 00:00:00+02:00,4.769999980926514,4.829999923706055,4.769999980926514,4.795000076293945,4.46707010269165,6983,0.0,0.0 2022-09-06 00:00:00+02:00,4.800000190734863,4.800000190734863,4.650000095367432,4.650000095367432,4.331986904144287,33315,0.0,0.0 2022-09-07 00:00:00+02:00,4.784999847412109,4.784999847412109,4.525000095367432,4.71999979019165,4.3971991539001465,47704,0.0,0.0 2022-09-08 00:00:00+02:00,4.684999942779541,4.684999942779541,4.53000020980835,4.650000095367432,4.331986904144287,50555,0.0,0.0 2022-09-09 00:00:00+02:00,4.559999942779541,4.789999961853027,4.559999942779541,4.739999771118164,4.415831089019775,24828,0.0,0.0 2022-09-12 00:00:00+02:00,4.724999904632568,5.03000020980835,4.715000152587891,5.03000020980835,4.685998916625977,22654,0.0,0.0 2022-09-13 00:00:00+02:00,5.03000020980835,5.309999942779541,5.0,5.0,4.658050537109375,83457,0.0,0.0 2022-09-14 00:00:00+02:00,5.0,5.03000020980835,4.925000190734863,5.019999980926514,4.676682472229004,27075,0.0,0.0 2022-09-15 00:00:00+02:00,4.945000171661377,4.980000019073486,4.789999961853027,4.855000019073486,4.5229668617248535,28795,0.0,0.0 2022-09-16 00:00:00+02:00,4.815000057220459,4.929999828338623,4.670000076293945,4.929999828338623,4.592837333679199,28839,0.0,0.0 2022-09-19 00:00:00+02:00,4.840000152587891,4.889999866485596,4.730000019073486,4.885000228881836,4.550915241241455,21150,0.0,0.0 2022-09-20 00:00:00+02:00,4.900000095367432,4.900000095367432,4.730000019073486,4.75,4.425147533416748,25723,0.0,0.0 2022-09-21 00:00:00+02:00,4.755000114440918,4.900000095367432,4.755000114440918,4.900000095367432,4.564889430999756,18625,0.0,0.0 2022-09-22 00:00:00+02:00,4.929999828338623,4.940000057220459,4.800000190734863,4.800000190734863,4.4717278480529785,8412,0.0,0.0 2022-09-23 00:00:00+02:00,4.800000190734863,4.894999980926514,4.75,4.894999980926514,4.5602312088012695,41065,0.0,0.0 2022-09-26 00:00:00+02:00,4.900000095367432,4.900000095367432,4.764999866485596,4.829999923706055,4.499676704406738,10092,0.0,0.0 2022-09-27 00:00:00+02:00,4.860000133514404,4.880000114440918,4.809999942779541,4.869999885559082,4.536940574645996,17935,0.0,0.0 2022-09-28 00:00:00+02:00,4.920000076293945,4.920000076293945,4.824999809265137,4.889999866485596,4.555572986602783,25467,0.0,0.0 2022-09-29 00:00:00+02:00,4.849999904632568,4.849999904632568,4.554999828338623,4.570000171661377,4.257457733154297,93157,0.0,0.0 2022-09-30 00:00:00+02:00,4.679999828338623,4.684999942779541,4.309999942779541,4.465000152587891,4.15963888168335,73666,0.0,0.0 2022-10-03 00:00:00+02:00,4.699999809265137,4.699999809265137,4.315000057220459,4.420000076293945,4.117716312408447,122405,0.0,0.0 2022-10-04 00:00:00+02:00,4.5,4.550000190734863,4.420000076293945,4.489999771118164,4.182929039001465,12994,0.0,0.0 2022-10-05 00:00:00+02:00,4.545000076293945,4.545000076293945,4.369999885559082,4.369999885559082,4.071135520935059,8913,0.0,0.0 2022-10-06 00:00:00+02:00,4.554999828338623,4.554999828338623,4.300000190734863,4.300000190734863,4.005923271179199,39490,0.0,0.0 2022-10-07 00:00:00+02:00,4.300000190734863,4.514999866485596,4.300000190734863,4.394999980926514,4.094426155090332,9552,0.0,0.0 2022-10-10 00:00:00+02:00,4.375,4.519999980926514,4.25,4.28000020980835,3.9872913360595703,26268,0.0,0.0 2022-10-11 00:00:00+02:00,4.300000190734863,4.369999885559082,4.25,4.260000228881836,3.968658685684204,5280,0.0,0.0 2022-10-12 00:00:00+02:00,4.315000057220459,4.454999923706055,4.260000228881836,4.264999866485596,3.9733164310455322,30391,0.0,0.0 2022-10-13 00:00:00+02:00,4.260000228881836,4.324999809265137,4.130000114440918,4.130000114440918,3.8475494384765625,51138,0.0,0.0 2022-10-14 00:00:00+02:00,4.260000228881836,4.28000020980835,4.130000114440918,4.210000038146973,3.9220781326293945,40947,0.0,0.0 2022-10-17 00:00:00+02:00,4.295000076293945,4.34499979019165,4.125,4.199999809265137,3.912761926651001,18855,0.0,0.0 2022-10-18 00:00:00+02:00,4.349999904632568,4.579999923706055,4.230000019073486,4.5,4.192245006561279,51824,0.0,0.0 2022-10-19 00:00:00+02:00,4.5,4.699999809265137,4.409999847412109,4.650000095367432,4.331986904144287,25167,0.0,0.0 2022-10-20 00:00:00+02:00,4.545000076293945,4.880000114440918,4.545000076293945,4.670000076293945,4.350618839263916,27523,0.0,0.0 2022-10-21 00:00:00+02:00,4.59499979019165,4.675000190734863,4.525000095367432,4.579999923706055,4.266773700714111,9758,0.0,0.0 2022-10-24 00:00:00+02:00,4.699999809265137,4.860000133514404,4.625,4.784999847412109,4.457753658294678,22444,0.0,0.0 2022-10-25 00:00:00+02:00,4.880000114440918,4.880000114440918,4.684999942779541,4.75,4.425147533416748,12242,0.0,0.0 2022-10-26 00:00:00+02:00,4.800000190734863,4.875,4.690000057220459,4.795000076293945,4.46707010269165,20976,0.0,0.0 2022-10-27 00:00:00+02:00,4.840000152587891,4.875,4.75,4.875,4.541598796844482,12013,0.0,0.0 2022-10-28 00:00:00+02:00,4.775000095367432,4.840000152587891,4.760000228881836,4.760000228881836,4.434463977813721,6911,0.0,0.0 2022-10-31 00:00:00+01:00,4.71999979019165,4.860000133514404,4.71999979019165,4.800000190734863,4.4717278480529785,9894,0.0,0.0 2022-11-01 00:00:00+01:00,4.889999866485596,4.900000095367432,4.800000190734863,4.800000190734863,4.4717278480529785,5737,0.0,0.0 2022-11-02 00:00:00+01:00,4.75,4.889999866485596,4.704999923706055,4.704999923706055,4.383224964141846,19005,0.0,0.0 2022-11-03 00:00:00+01:00,4.78000020980835,4.78000020980835,4.699999809265137,4.78000020980835,4.45309591293335,14120,0.0,0.0 2022-11-04 00:00:00+01:00,4.659999847412109,4.864999771118164,4.659999847412109,4.84499979019165,4.513650417327881,6687,0.0,0.0 2022-11-07 00:00:00+01:00,4.849999904632568,5.150000095367432,4.835000038146973,5.130000114440918,4.7791595458984375,57441,0.0,0.0 2022-11-08 00:00:00+01:00,5.099999904632568,5.269999980926514,5.03000020980835,5.110000133514404,4.76052713394165,34023,0.0,0.0 2022-11-09 00:00:00+01:00,5.099999904632568,5.210000038146973,5.079999923706055,5.130000114440918,4.7791595458984375,13464,0.0,0.0 2022-11-10 00:00:00+01:00,5.179999828338623,5.260000228881836,5.0,5.239999771118164,4.881636142730713,35085,0.0,0.0 2022-11-11 00:00:00+01:00,5.239999771118164,5.5,5.099999904632568,5.329999923706055,4.965481281280518,73499,0.0,0.0 2022-11-14 00:00:00+01:00,5.449999809265137,5.550000190734863,5.389999866485596,5.400000095367432,5.030694484710693,33414,0.0,0.0 2022-11-15 00:00:00+01:00,5.46999979019165,5.590000152587891,5.300000190734863,5.300000190734863,4.937533378601074,37100,0.0,0.0 2022-11-16 00:00:00+01:00,5.300000190734863,5.349999904632568,5.179999828338623,5.230000019073486,4.872320652008057,36423,0.0,0.0 2022-11-17 00:00:00+01:00,5.340000152587891,5.380000114440918,5.21999979019165,5.309999942779541,4.9468488693237305,17854,0.0,0.0 2022-11-18 00:00:00+01:00,5.309999942779541,5.46999979019165,5.309999942779541,5.409999847412109,5.04000997543335,18118,0.0,0.0 2022-11-21 00:00:00+01:00,5.380000114440918,5.550000190734863,5.380000114440918,5.380000114440918,5.012062072753906,13168,0.0,0.0 2022-11-22 00:00:00+01:00,5.380000114440918,5.46999979019165,5.349999904632568,5.449999809265137,5.077274322509766,6740,0.0,0.0 2022-11-23 00:00:00+01:00,5.400000095367432,5.519999980926514,5.369999885559082,5.510000228881836,5.133171081542969,71445,0.0,0.0 2022-11-24 00:00:00+01:00,5.519999980926514,5.730000019073486,5.429999828338623,5.519999980926514,5.142487049102783,96218,0.0,0.0 2022-11-25 00:00:00+01:00,5.460000038146973,5.5,5.349999904632568,5.440000057220459,5.067958354949951,86543,0.0,0.0 2022-11-28 00:00:00+01:00,5.380000114440918,5.389999866485596,5.329999923706055,5.360000133514404,4.993429660797119,12914,0.0,0.0 2022-11-29 00:00:00+01:00,5.440000057220459,5.5,5.400000095367432,5.5,5.123855113983154,19024,0.0,0.0 2022-11-30 00:00:00+01:00,5.480000019073486,5.730000019073486,5.480000019073486,5.650000095367432,5.263596534729004,63824,0.0,0.0 2022-12-01 00:00:00+01:00,5.699999809265137,5.739999771118164,5.610000133514404,5.739999771118164,5.347441673278809,31662,0.0,0.0 2022-12-02 00:00:00+01:00,5.630000114440918,5.769999980926514,5.599999904632568,5.619999885559082,5.235648155212402,22523,0.0,0.0 2022-12-05 00:00:00+01:00,5.619999885559082,5.840000152587891,5.619999885559082,5.840000152587891,5.440602779388428,48197,0.0,0.0 2022-12-06 00:00:00+01:00,5.789999961853027,5.900000095367432,5.75,5.800000190734863,5.403338432312012,94640,0.0,0.0 2022-12-07 00:00:00+01:00,5.800000190734863,5.900000095367432,5.659999847412109,5.659999847412109,5.272912502288818,44995,0.0,0.0 2022-12-08 00:00:00+01:00,5.800000190734863,5.800000190734863,5.639999866485596,5.800000190734863,5.403338432312012,10180,0.0,0.0 2022-12-09 00:00:00+01:00,5.800000190734863,5.849999904632568,5.710000038146973,5.849999904632568,5.449918270111084,20268,0.0,0.0 2022-12-12 00:00:00+01:00,5.75,5.889999866485596,5.679999828338623,5.78000020980835,5.384706020355225,62349,0.0,0.0 2022-12-13 00:00:00+01:00,5.739999771118164,5.849999904632568,5.730000019073486,5.739999771118164,5.347441673278809,24494,0.0,0.0 2022-12-14 00:00:00+01:00,5.739999771118164,5.849999904632568,5.730000019073486,5.820000171661377,5.421970367431641,7830,0.0,0.0 2022-12-15 00:00:00+01:00,5.889999866485596,5.889999866485596,5.610000133514404,5.610000133514404,5.226332187652588,19697,0.0,0.0 2022-12-16 00:00:00+01:00,5.699999809265137,5.699999809265137,5.5,5.590000152587891,5.207700252532959,10365,0.0,0.0 2022-12-19 00:00:00+01:00,5.710000038146973,5.710000038146973,5.510000228881836,5.619999885559082,5.235648155212402,12170,0.0,0.0 2022-12-20 00:00:00+01:00,5.5,5.539999961853027,5.400000095367432,5.539999961853027,5.16111946105957,26457,0.0,0.0 2022-12-21 00:00:00+01:00,5.5,5.699999809265137,5.5,5.699999809265137,5.310176849365234,13151,0.0,0.0 2022-12-22 00:00:00+01:00,5.800000190734863,5.800000190734863,5.670000076293945,5.800000190734863,5.403338432312012,25073,0.0,0.0 2022-12-23 00:00:00+01:00,5.769999980926514,5.78000020980835,5.53000020980835,5.699999809265137,5.310176849365234,60968,0.0,0.0 2022-12-27 00:00:00+01:00,5.699999809265137,5.849999904632568,5.699999809265137,5.760000228881836,5.366074085235596,17777,0.0,0.0 2022-12-28 00:00:00+01:00,5.699999809265137,5.78000020980835,5.690000057220459,5.690000057220459,5.30086088180542,9415,0.0,0.0 2022-12-29 00:00:00+01:00,5.75,5.75,5.639999866485596,5.639999866485596,5.2542805671691895,16099,0.0,0.0 2022-12-30 00:00:00+01:00,5.639999866485596,5.670000076293945,5.579999923706055,5.670000076293945,5.282228946685791,8659,0.0,0.0 2023-01-02 00:00:00+01:00,5.659999847412109,5.760000228881836,5.659999847412109,5.760000228881836,5.366074085235596,3886,0.0,0.0 2023-01-03 00:00:00+01:00,5.699999809265137,5.820000171661377,5.650000095367432,5.730000019073486,5.338125705718994,13445,0.0,0.0 2023-01-04 00:00:00+01:00,5.710000038146973,5.829999923706055,5.679999828338623,5.820000171661377,5.421970367431641,15169,0.0,0.0 2023-01-05 00:00:00+01:00,5.849999904632568,5.849999904632568,5.739999771118164,5.760000228881836,5.366074085235596,7653,0.0,0.0 2023-01-06 00:00:00+01:00,5.760000228881836,5.829999923706055,5.75,5.75,5.356757640838623,1538,0.0,0.0 2023-01-09 00:00:00+01:00,5.710000038146973,5.849999904632568,5.710000038146973,5.75,5.356757640838623,9719,0.0,0.0 2023-01-10 00:00:00+01:00,5.789999961853027,5.809999942779541,5.679999828338623,5.679999828338623,5.291544437408447,8390,0.0,0.0 2023-01-11 00:00:00+01:00,5.78000020980835,5.78000020980835,5.630000114440918,5.630000114440918,5.244964599609375,11363,0.0,0.0 2023-01-12 00:00:00+01:00,5.630000114440918,5.800000190734863,5.630000114440918,5.739999771118164,5.347441673278809,26260,0.0,0.0 2023-01-13 00:00:00+01:00,5.75,5.829999923706055,5.710000038146973,5.789999961853027,5.394021987915039,15289,0.0,0.0 2023-01-16 00:00:00+01:00,5.880000114440918,5.880000114440918,5.75,5.829999923706055,5.431286334991455,13121,0.0,0.0 2023-01-17 00:00:00+01:00,5.840000152587891,5.840000152587891,5.730000019073486,5.730000019073486,5.338125705718994,13789,0.0,0.0 2023-01-18 00:00:00+01:00,5.800000190734863,5.909999847412109,5.78000020980835,5.909999847412109,5.505815505981445,21763,0.0,0.0 2023-01-19 00:00:00+01:00,5.829999923706055,5.960000038146973,5.809999942779541,5.820000171661377,5.421970367431641,23742,0.0,0.0 2023-01-20 00:00:00+01:00,5.820000171661377,6.150000095367432,5.809999942779541,6.079999923706055,5.664188385009766,65727,0.0,0.0 2023-01-23 00:00:00+01:00,6.159999847412109,6.28000020980835,6.039999961853027,6.179999828338623,5.757349967956543,63401,0.0,0.0 2023-01-24 00:00:00+01:00,6.199999809265137,6.5,6.010000228881836,6.369999885559082,5.934355735778809,170039,0.0,0.0 2023-01-25 00:00:00+01:00,6.429999828338623,6.610000133514404,6.28000020980835,6.349999904632568,5.9157233238220215,135409,0.0,0.0 2023-01-26 00:00:00+01:00,6.369999885559082,6.440000057220459,6.300000190734863,6.380000114440918,5.943672180175781,70596,0.0,0.0 2023-01-27 00:00:00+01:00,6.420000076293945,6.599999904632568,6.360000133514404,6.590000152587891,6.139309883117676,120525,0.0,0.0 2023-01-30 00:00:00+01:00,6.590000152587891,6.650000095367432,6.46999979019165,6.579999923706055,6.129993915557861,104213,0.0,0.0 2023-01-31 00:00:00+01:00,6.599999904632568,6.610000133514404,6.400000095367432,6.599999904632568,6.14862585067749,69710,0.0,0.0 2023-02-01 00:00:00+01:00,6.630000114440918,6.900000095367432,6.559999942779541,6.730000019073486,6.269735336303711,126132,0.0,0.0 2023-02-02 00:00:00+01:00,6.880000114440918,6.900000095367432,6.760000228881836,6.829999923706055,6.36289644241333,61227,0.0,0.0 2023-02-03 00:00:00+01:00,6.710000038146973,6.960000038146973,6.710000038146973,6.949999809265137,6.474689483642578,39877,0.0,0.0 2023-02-06 00:00:00+01:00,6.940000057220459,7.0,6.699999809265137,6.809999942779541,6.344264030456543,86712,0.0,0.0 2023-02-07 00:00:00+01:00,6.820000171661377,7.0,6.820000171661377,7.0,6.521269798278809,64859,0.0,0.0 2023-02-08 00:00:00+01:00,6.980000019073486,7.110000133514404,6.820000171661377,6.920000076293945,6.446741580963135,195087,0.0,0.0 2023-02-09 00:00:00+01:00,6.900000095367432,7.099999904632568,6.900000095367432,6.909999847412109,6.437425136566162,47173,0.0,0.0 2023-02-10 00:00:00+01:00,6.880000114440918,6.980000019073486,6.630000114440918,6.860000133514404,6.390844821929932,66873,0.0,0.0 2023-02-13 00:00:00+01:00,6.78000020980835,7.090000152587891,6.78000020980835,7.0,6.521269798278809,92157,0.0,0.0 2023-02-14 00:00:00+01:00,7.039999961853027,7.059999942779541,6.880000114440918,6.900000095367432,6.428109169006348,73637,0.0,0.0 2023-02-15 00:00:00+01:00,7.0,7.070000171661377,6.900000095367432,7.03000020980835,6.549218654632568,56247,0.0,0.0 2023-02-16 00:00:00+01:00,6.980000019073486,7.050000190734863,6.900000095367432,6.949999809265137,6.474689483642578,49278,0.0,0.0 2023-02-17 00:00:00+01:00,6.920000076293945,7.059999942779541,6.909999847412109,7.019999980926514,6.539902687072754,56777,0.0,0.0 2023-02-20 00:00:00+01:00,7.099999904632568,7.110000133514404,7.010000228881836,7.039999961853027,6.558534622192383,53850,0.0,0.0 2023-02-21 00:00:00+01:00,7.110000133514404,7.340000152587891,7.050000190734863,7.300000190734863,6.800753116607666,138551,0.0,0.0 2023-02-22 00:00:00+01:00,7.190000057220459,7.300000190734863,7.070000171661377,7.090000152587891,6.605114936828613,53372,0.0,0.0 2023-02-23 00:00:00+01:00,7.099999904632568,7.099999904632568,6.920000076293945,7.03000020980835,6.549218654632568,111627,0.0,0.0 2023-02-24 00:00:00+01:00,7.070000171661377,7.28000020980835,7.0,7.050000190734863,6.5678510665893555,51631,0.0,0.0 2023-02-27 00:00:00+01:00,7.03000020980835,7.489999771118164,7.010000228881836,7.440000057220459,6.931178569793701,179183,0.0,0.0 2023-02-28 00:00:00+01:00,7.449999809265137,7.650000095367432,7.360000133514404,7.46999979019165,6.9591264724731445,91348,0.0,0.0 2023-03-01 00:00:00+01:00,7.380000114440918,7.599999904632568,7.349999904632568,7.349999904632568,6.8473334312438965,71059,0.0,0.0 2023-03-02 00:00:00+01:00,7.46999979019165,7.5,7.269999980926514,7.349999904632568,6.8473334312438965,53849,0.0,0.0 2023-03-03 00:00:00+01:00,7.5,7.590000152587891,7.360000133514404,7.460000038146973,6.949810981750488,36745,0.0,0.0 2023-03-06 00:00:00+01:00,7.570000171661377,7.619999885559082,7.400000095367432,7.400000095367432,6.893914222717285,59738,0.0,0.0 2023-03-07 00:00:00+01:00,7.360000133514404,7.769999980926514,7.360000133514404,7.690000057220459,7.16408109664917,112215,0.0,0.0 2023-03-08 00:00:00+01:00,7.760000228881836,7.849999904632568,7.5,7.599999904632568,7.080235958099365,155309,0.0,0.0 2023-03-09 00:00:00+01:00,7.590000152587891,7.599999904632568,7.360000133514404,7.449999809265137,6.940494537353516,95402,0.0,0.0 2023-03-10 00:00:00+01:00,7.300000190734863,7.5,7.099999904632568,7.460000038146973,6.949810981750488,92126,0.0,0.0 2023-03-13 00:00:00+01:00,7.309999942779541,7.389999866485596,6.849999904632568,7.179999828338623,6.688960075378418,143048,0.0,0.0 2023-03-14 00:00:00+01:00,7.320000171661377,7.53000020980835,7.21999979019165,7.53000020980835,7.015023231506348,97258,0.0,0.0 2023-03-15 00:00:00+01:00,7.539999961853027,7.539999961853027,7.070000171661377,7.139999866485596,6.651695251464844,70804,0.0,0.0 2023-03-16 00:00:00+01:00,7.309999942779541,7.420000076293945,7.199999809265137,7.389999866485596,6.884598255157471,64845,0.0,0.0 2023-03-17 00:00:00+01:00,7.489999771118164,7.489999771118164,7.110000133514404,7.21999979019165,6.726224422454834,66909,0.0,0.0 2023-03-20 00:00:00+01:00,7.28000020980835,7.380000114440918,7.03000020980835,7.349999904632568,6.8473334312438965,73628,0.0,0.0 2023-03-21 00:00:00+01:00,7.349999904632568,7.53000020980835,7.349999904632568,7.409999847412109,6.9032301902771,66545,0.0,0.0 2023-03-22 00:00:00+01:00,7.489999771118164,7.519999980926514,7.349999904632568,7.449999809265137,6.940494537353516,30693,0.0,0.0 2023-03-23 00:00:00+01:00,7.519999980926514,7.550000190734863,7.400000095367432,7.489999771118164,6.977758884429932,58854,0.0,0.0 2023-03-24 00:00:00+01:00,7.5,7.5,7.239999771118164,7.28000020980835,6.782121181488037,94459,0.0,0.0 2023-03-27 00:00:00+02:00,7.340000152587891,7.449999809265137,7.309999942779541,7.360000133514404,6.856649398803711,33666,0.0,0.0 2023-03-28 00:00:00+02:00,7.400000095367432,7.559999942779541,7.360000133514404,7.53000020980835,7.015023231506348,150431,0.0,0.0 2023-03-29 00:00:00+02:00,7.539999961853027,7.769999980926514,7.519999980926514,7.769999980926514,7.238609790802002,184856,0.0,0.0 2023-03-30 00:00:00+02:00,7.659999847412109,7.989999771118164,7.659999847412109,7.989999771118164,7.443563938140869,156690,0.0,0.0 2023-03-31 00:00:00+02:00,8.130000114440918,8.279999732971191,7.940000057220459,8.239999771118164,7.67646598815918,165049,0.0,0.0 2023-04-03 00:00:00+02:00,8.300000190734863,8.569999694824219,8.149999618530273,8.569999694824219,7.983898162841797,214841,0.0,0.0 2023-04-04 00:00:00+02:00,8.600000381469727,8.6899995803833,8.420000076293945,8.539999961853027,7.955948829650879,144356,0.0,0.0 2023-04-05 00:00:00+02:00,8.609999656677246,8.800000190734863,8.449999809265137,8.699999809265137,8.10500717163086,98556,0.0,0.0 2023-04-06 00:00:00+02:00,8.699999809265137,8.789999961853027,8.510000228881836,8.5600004196167,7.974582672119141,82796,0.0,0.0 2023-04-11 00:00:00+02:00,8.430000305175781,8.5600004196167,8.069999694824219,8.229999542236328,7.667150020599365,253702,0.0,0.0 2023-04-12 00:00:00+02:00,8.210000038146973,8.399999618530273,8.039999961853027,8.229999542236328,7.667150020599365,172849,0.0,0.0 2023-04-13 00:00:00+02:00,8.289999961853027,8.649999618530273,8.289999961853027,8.649999618530273,8.058426856994629,113648,0.0,0.0 2023-04-14 00:00:00+02:00,8.720000267028809,8.75,8.550000190734863,8.75,8.15158748626709,92729,0.0,0.0 2023-04-17 00:00:00+02:00,8.699999809265137,8.899999618530273,8.699999809265137,8.800000190734863,8.19816780090332,95722,0.0,0.0 2023-04-18 00:00:00+02:00,8.899999618530273,9.100000381469727,8.75,8.880000114440918,8.272696495056152,150011,0.0,0.0 2023-04-19 00:00:00+02:00,8.880000114440918,8.880000114440918,8.550000190734863,8.699999809265137,8.10500717163086,118950,0.0,0.0 2023-04-20 00:00:00+02:00,8.699999809265137,8.699999809265137,8.329999923706055,8.649999618530273,8.058426856994629,250001,0.0,0.0 2023-04-21 00:00:00+02:00,8.739999771118164,8.739999771118164,8.359999656677246,8.609999656677246,8.021162033081055,102832,0.0,0.0 2023-04-24 00:00:00+02:00,8.699999809265137,8.779999732971191,8.430000305175781,8.699999809265137,8.10500717163086,76403,0.0,0.0 2023-04-25 00:00:00+02:00,8.84000015258789,8.84000015258789,8.579999923706055,8.579999923706055,7.993214130401611,44155,0.0,0.0 2023-04-26 00:00:00+02:00,8.5600004196167,8.6899995803833,8.449999809265137,8.550000190734863,7.965266227722168,105886,0.0,0.0 2023-04-27 00:00:00+02:00,8.579999923706055,8.739999771118164,8.5600004196167,8.630000114440918,8.039794921875,49730,0.0,0.0 2023-04-28 00:00:00+02:00,8.720000267028809,8.720000267028809,8.510000228881836,8.649999618530273,8.058426856994629,51008,0.0,0.0 2023-05-02 00:00:00+02:00,8.5,8.600000381469727,8.260000228881836,8.289999961853027,7.973783493041992,95689,0.272,0.0 2023-05-03 00:00:00+02:00,8.40999984741211,8.479999542236328,8.100000381469727,8.40999984741211,8.089205741882324,86047,0.0,0.0 2023-05-04 00:00:00+02:00,8.4399995803833,8.4399995803833,8.229999542236328,8.289999961853027,7.973783493041992,52443,0.0,0.0 2023-05-05 00:00:00+02:00,8.390000343322754,8.479999542236328,8.25,8.479999542236328,8.156535148620605,82203,0.0,0.0 2023-05-08 00:00:00+02:00,8.520000457763672,8.630000114440918,8.380000114440918,8.460000038146973,8.137298583984375,152971,0.0,0.0 2023-05-09 00:00:00+02:00,8.550000190734863,8.579999923706055,8.420000076293945,8.579999923706055,8.252721786499023,72215,0.0,0.0 2023-05-10 00:00:00+02:00,8.649999618530273,8.75,8.449999809265137,8.529999732971191,8.204627990722656,99895,0.0,0.0 2023-05-11 00:00:00+02:00,8.600000381469727,8.630000114440918,7.929999828338623,8.289999961853027,7.973783493041992,386625,0.0,0.0 2023-05-12 00:00:00+02:00,8.289999961853027,8.390000343322754,7.849999904632568,7.860000133514404,7.560185432434082,221728,0.0,0.0 2023-05-15 00:00:00+02:00,7.900000095367432,8.170000076293945,7.849999904632568,8.100000381469727,7.791031360626221,96663,0.0,0.0 2023-05-16 00:00:00+02:00,8.140000343322754,8.420000076293945,8.039999961853027,8.420000076293945,8.098824501037598,103501,0.0,0.0 2023-05-17 00:00:00+02:00,8.5,8.710000038146973,8.34000015258789,8.649999618530273,8.320051193237305,165770,0.0,0.0 2023-05-18 00:00:00+02:00,8.670000076293945,8.670000076293945,8.420000076293945,8.5,8.175772666931152,61379,0.0,0.0 2023-05-19 00:00:00+02:00,8.59000015258789,8.6899995803833,8.470000267028809,8.609999656677246,8.281577110290527,76537,0.0,0.0 2023-05-22 00:00:00+02:00,8.6899995803833,8.800000190734863,8.5600004196167,8.569999694824219,8.24310302734375,94726,0.0,0.0 2023-05-23 00:00:00+02:00,8.579999923706055,8.579999923706055,8.279999732971191,8.359999656677246,8.041112899780273,100857,0.0,0.0 2023-05-24 00:00:00+02:00,8.229999542236328,8.350000381469727,8.0600004196167,8.300000190734863,7.983402252197266,186381,0.0,0.0 2023-05-25 00:00:00+02:00,8.350000381469727,8.649999618530273,8.300000190734863,8.649999618530273,8.320051193237305,97893,0.0,0.0 2023-05-26 00:00:00+02:00,8.680000305175781,8.6899995803833,8.539999961853027,8.609999656677246,8.281577110290527,61503,0.0,0.0 2023-05-29 00:00:00+02:00,8.6899995803833,8.6899995803833,8.430000305175781,8.600000381469727,8.27195930480957,26281,0.0,0.0 2023-05-30 00:00:00+02:00,8.649999618530273,8.760000228881836,8.600000381469727,8.619999885559082,8.2911958694458,77829,0.0,0.0 2023-05-31 00:00:00+02:00,8.479999542236328,8.600000381469727,8.380000114440918,8.380000114440918,8.06035041809082,88855,0.0,0.0 2023-06-01 00:00:00+02:00,8.579999923706055,8.609999656677246,8.25,8.350000381469727,8.031495094299316,54433,0.0,0.0 2023-06-02 00:00:00+02:00,8.380000114440918,8.399999618530273,8.239999771118164,8.380000114440918,8.06035041809082,46486,0.0,0.0 2023-06-05 00:00:00+02:00,8.470000267028809,8.470000267028809,8.130000114440918,8.260000228881836,7.94492769241333,40004,0.0,0.0 2023-06-06 00:00:00+02:00,8.170000076293945,8.1899995803833,7.940000057220459,8.09000015258789,7.781412124633789,128675,0.0,0.0 2023-06-07 00:00:00+02:00,8.079999923706055,8.210000038146973,7.96999979019165,8.100000381469727,7.791031360626221,50629,0.0,0.0 2023-06-08 00:00:00+02:00,8.109999656677246,8.170000076293945,7.929999828338623,8.09000015258789,7.781412124633789,148897,0.0,0.0 2023-06-09 00:00:00+02:00,8.15999984741211,8.15999984741211,7.96999979019165,8.130000114440918,7.819886684417725,37298,0.0,0.0 2023-06-12 00:00:00+02:00,8.029999732971191,8.0600004196167,7.889999866485596,8.039999961853027,7.733319282531738,56062,0.0,0.0 2023-06-13 00:00:00+02:00,8.050000190734863,8.130000114440918,7.960000038146973,8.050000190734863,7.742938041687012,63131,0.0,0.0 2023-06-14 00:00:00+02:00,8.020000457763672,8.130000114440918,7.980000019073486,8.119999885559082,7.810267925262451,39852,0.0,0.0 2023-06-15 00:00:00+02:00,8.149999618530273,8.149999618530273,7.900000095367432,8.0,7.694845199584961,48753,0.0,0.0 2023-06-16 00:00:00+02:00,8.0,8.039999961853027,7.929999828338623,7.96999979019165,7.665989398956299,118326,0.0,0.0 2023-06-19 00:00:00+02:00,7.989999771118164,7.989999771118164,7.75,7.809999942779541,7.512092590332031,117674,0.0,0.0 2023-06-20 00:00:00+02:00,7.96999979019165,7.96999979019165,7.710000038146973,7.710000038146973,7.41590690612793,57382,0.0,0.0 2023-06-21 00:00:00+02:00,7.710000038146973,7.820000171661377,7.570000171661377,7.639999866485596,7.34857702255249,74446,0.0,0.0 2023-06-22 00:00:00+02:00,7.650000095367432,7.739999771118164,7.420000076293945,7.699999809265137,7.406288146972656,108157,0.0,0.0 2023-06-23 00:00:00+02:00,7.699999809265137,7.699999809265137,7.5,7.550000190734863,7.26201057434082,37819,0.0,0.0 2023-06-26 00:00:00+02:00,7.550000190734863,7.630000114440918,7.440000057220459,7.550000190734863,7.26201057434082,41222,0.0,0.0 2023-06-27 00:00:00+02:00,7.679999828338623,7.679999828338623,7.460000038146973,7.46999979019165,7.185061454772949,60746,0.0,0.0 2023-06-28 00:00:00+02:00,7.539999961853027,7.809999942779541,7.46999979019165,7.75,7.454381465911865,45187,0.0,0.0 2023-06-29 00:00:00+02:00,7.75,7.820000171661377,7.639999866485596,7.78000020980835,7.483237266540527,48495,0.0,0.0 2023-06-30 00:00:00+02:00,7.78000020980835,7.920000076293945,7.78000020980835,7.840000152587891,7.540948390960693,56166,0.0,0.0 2023-07-03 00:00:00+02:00,7.849999904632568,7.929999828338623,7.730000019073486,7.78000020980835,7.483237266540527,48213,0.0,0.0 2023-07-04 00:00:00+02:00,7.840000152587891,7.880000114440918,7.650000095367432,7.829999923706055,7.53132963180542,80402,0.0,0.0 2023-07-05 00:00:00+02:00,7.880000114440918,8.010000228881836,7.820000171661377,7.909999847412109,7.608278274536133,83813,0.0,0.0 2023-07-06 00:00:00+02:00,7.940000057220459,7.940000057220459,7.699999809265137,7.739999771118164,7.444762706756592,43493,0.0,0.0 2023-07-07 00:00:00+02:00,7.800000190734863,7.949999809265137,7.739999771118164,7.900000095367432,7.598659515380859,26186,0.0,0.0 2023-07-10 00:00:00+02:00,7.849999904632568,7.949999809265137,7.789999961853027,7.900000095367432,7.598659515380859,41194,0.0,0.0 2023-07-11 00:00:00+02:00,7.949999809265137,7.980000019073486,7.789999961853027,7.789999961853027,7.492855548858643,50892,0.0,0.0 2023-07-12 00:00:00+02:00,7.900000095367432,7.940000057220459,7.809999942779541,7.900000095367432,7.598659515380859,26586,0.0,0.0 2023-07-13 00:00:00+02:00,7.96999979019165,7.96999979019165,7.800000190734863,7.840000152587891,7.540948390960693,47112,0.0,0.0 2023-07-14 00:00:00+02:00,7.869999885559082,7.900000095367432,7.78000020980835,7.820000171661377,7.521711349487305,27901,0.0,0.0 2023-07-17 00:00:00+02:00,7.900000095367432,7.929999828338623,7.699999809265137,7.75,7.454381465911865,53596,0.0,0.0 2023-07-18 00:00:00+02:00,7.71999979019165,7.769999980926514,7.630000114440918,7.630000114440918,7.338958740234375,54630,0.0,0.0 2023-07-19 00:00:00+02:00,7.610000133514404,7.710000038146973,7.599999904632568,7.599999904632568,7.310102939605713,44388,0.0,0.0 2023-07-20 00:00:00+02:00,7.599999904632568,7.670000076293945,7.409999847412109,7.489999771118164,7.204298496246338,130425,0.0,0.0 2023-07-21 00:00:00+02:00,7.590000152587891,7.590000152587891,7.360000133514404,7.400000095367432,7.117732048034668,46905,0.0,0.0 2023-07-24 00:00:00+02:00,7.360000133514404,7.519999980926514,7.360000133514404,7.510000228881836,7.223536014556885,19291,0.0,0.0 2023-07-25 00:00:00+02:00,7.559999942779541,7.639999866485596,7.53000020980835,7.550000190734863,7.26201057434082,22938,0.0,0.0 2023-07-26 00:00:00+02:00,7.630000114440918,7.630000114440918,7.409999847412109,7.449999809265137,7.1658244132995605,39307,0.0,0.0 2023-07-27 00:00:00+02:00,7.460000038146973,7.639999866485596,7.460000038146973,7.619999885559082,7.329339981079102,19565,0.0,0.0 2023-07-28 00:00:00+02:00,7.650000095367432,7.71999979019165,7.550000190734863,7.670000076293945,7.377432823181152,22748,0.0,0.0 2023-07-31 00:00:00+02:00,7.670000076293945,7.690000057220459,7.550000190734863,7.599999904632568,7.310102939605713,23852,0.0,0.0 2023-08-01 00:00:00+02:00,7.71999979019165,7.71999979019165,7.5,7.5,7.213917255401611,24017,0.0,0.0 2023-08-02 00:00:00+02:00,7.550000190734863,7.619999885559082,7.449999809265137,7.550000190734863,7.26201057434082,31066,0.0,0.0 2023-08-03 00:00:00+02:00,7.650000095367432,7.789999961853027,7.480000019073486,7.650000095367432,7.358195781707764,52439,0.0,0.0 2023-08-04 00:00:00+02:00,7.800000190734863,8.039999961853027,7.690000057220459,8.039999961853027,7.733319282531738,77225,0.0,0.0 2023-08-07 00:00:00+02:00,8.079999923706055,8.100000381469727,7.739999771118164,7.769999980926514,7.473618507385254,72891,0.0,0.0 2023-08-08 00:00:00+02:00,7.800000190734863,7.849999904632568,7.730000019073486,7.75,7.454381465911865,14858,0.0,0.0 2023-08-09 00:00:00+02:00,7.880000114440918,7.920000076293945,7.78000020980835,7.789999961853027,7.492855548858643,21141,0.0,0.0 2023-08-10 00:00:00+02:00,7.900000095367432,7.900000095367432,7.619999885559082,7.760000228881836,7.464000225067139,42579,0.0,0.0 2023-08-11 00:00:00+02:00,7.849999904632568,7.880000114440918,7.710000038146973,7.840000152587891,7.540948390960693,24639,0.0,0.0 2023-08-14 00:00:00+02:00,7.840000152587891,7.960000038146973,7.75,7.900000095367432,7.598659515380859,24764,0.0,0.0 2023-08-16 00:00:00+02:00,7.980000019073486,8.039999961853027,7.849999904632568,7.860000133514404,7.560185432434082,41287,0.0,0.0 2023-08-17 00:00:00+02:00,7.980000019073486,7.980000019073486,7.699999809265137,7.699999809265137,7.406288146972656,18088,0.0,0.0 2023-08-18 00:00:00+02:00,7.699999809265137,7.71999979019165,7.420000076293945,7.550000190734863,7.26201057434082,69708,0.0,0.0 2023-08-21 00:00:00+02:00,7.400000095367432,7.820000171661377,7.309999942779541,7.730000019073486,7.435144424438477,33278,0.0,0.0 2023-08-22 00:00:00+02:00,7.900000095367432,7.900000095367432,7.630000114440918,7.639999866485596,7.34857702255249,17493,0.0,0.0 2023-08-23 00:00:00+02:00,7.869999885559082,7.869999885559082,7.519999980926514,7.610000133514404,7.319721698760986,22298,0.0,0.0 2023-08-24 00:00:00+02:00,7.659999847412109,7.690000057220459,7.539999961853027,7.590000152587891,7.300484657287598,28702,0.0,0.0 2023-08-25 00:00:00+02:00,7.599999904632568,7.599999904632568,7.480000019073486,7.510000228881836,7.223536014556885,24732,0.0,0.0 2023-08-28 00:00:00+02:00,7.440000057220459,7.639999866485596,7.440000057220459,7.639999866485596,7.34857702255249,18353,0.0,0.0 2023-08-29 00:00:00+02:00,7.610000133514404,7.71999979019165,7.53000020980835,7.650000095367432,7.358195781707764,25743,0.0,0.0 2023-08-30 00:00:00+02:00,7.690000057220459,7.690000057220459,7.550000190734863,7.639999866485596,7.34857702255249,11054,0.0,0.0 2023-08-31 00:00:00+02:00,7.699999809265137,7.710000038146973,7.559999942779541,7.659999847412109,7.367814064025879,22404,0.0,0.0 2023-09-01 00:00:00+02:00,7.739999771118164,7.739999771118164,7.53000020980835,7.53000020980835,7.242773056030273,26721,0.0,0.0 2023-09-04 00:00:00+02:00,7.639999866485596,7.670000076293945,7.590000152587891,7.670000076293945,7.377432823181152,27245,0.0,0.0 2023-09-05 00:00:00+02:00,7.690000057220459,7.760000228881836,7.610000133514404,7.71999979019165,7.425525188446045,28689,0.0,0.0 2023-09-06 00:00:00+02:00,7.71999979019165,7.71999979019165,7.380000114440918,7.46999979019165,7.185061454772949,120415,0.0,0.0 2023-09-07 00:00:00+02:00,7.409999847412109,8.140000343322754,7.409999847412109,7.940000057220459,7.637134075164795,217134,0.0,0.0 2023-09-08 00:00:00+02:00,8.010000228881836,8.34000015258789,7.5,7.690000057220459,7.396669864654541,322952,0.0,0.0 2023-09-11 00:00:00+02:00,7.760000228881836,7.829999923706055,7.550000190734863,7.579999923706055,7.290865898132324,47619,0.0,0.0 2023-09-12 00:00:00+02:00,7.579999923706055,7.610000133514404,7.460000038146973,7.550000190734863,7.26201057434082,42139,0.0,0.0 2023-09-13 00:00:00+02:00,7.619999885559082,7.71999979019165,7.519999980926514,7.71999979019165,7.425525188446045,47845,0.0,0.0 2023-09-14 00:00:00+02:00,7.71999979019165,7.769999980926514,7.659999847412109,7.739999771118164,7.444762706756592,47587,0.0,0.0 2023-09-15 00:00:00+02:00,7.769999980926514,7.789999961853027,7.599999904632568,7.610000133514404,7.319721698760986,48700,0.0,0.0 2023-09-18 00:00:00+02:00,7.590000152587891,7.630000114440918,7.420000076293945,7.480000019073486,7.194680213928223,60152,0.0,0.0 2023-09-19 00:00:00+02:00,7.570000171661377,7.570000171661377,7.369999885559082,7.460000038146973,7.175443172454834,37275,0.0,0.0 2023-09-20 00:00:00+02:00,7.5,7.550000190734863,7.440000057220459,7.539999961853027,7.252391338348389,28852,0.0,0.0 2023-09-21 00:00:00+02:00,7.590000152587891,7.599999904632568,7.340000152587891,7.340000152587891,7.060020446777344,58129,0.0,0.0 2023-09-22 00:00:00+02:00,7.400000095367432,7.400000095367432,7.199999809265137,7.300000190734863,7.021546363830566,70224,0.0,0.0 2023-09-25 00:00:00+02:00,7.260000228881836,7.28000020980835,7.0,7.039999961853027,6.771463871002197,90206,0.0,0.0 2023-09-26 00:00:00+02:00,7.179999828338623,7.179999828338623,6.909999847412109,7.050000190734863,6.781082630157471,70945,0.0,0.0 2023-09-27 00:00:00+02:00,7.070000171661377,7.150000095367432,7.019999980926514,7.079999923706055,6.809937953948975,26264,0.0,0.0 2023-09-28 00:00:00+02:00,7.159999847412109,7.210000038146973,7.010000228881836,7.210000038146973,6.934979438781738,31190,0.0,0.0 2023-09-29 00:00:00+02:00,7.309999942779541,7.429999828338623,7.230000019073486,7.369999885559082,7.088876247406006,56488,0.0,0.0 2023-10-02 00:00:00+02:00,7.460000038146973,7.460000038146973,7.150000095367432,7.230000019073486,6.954216480255127,40875,0.0,0.0 2023-10-03 00:00:00+02:00,7.230000019073486,7.230000019073486,7.03000020980835,7.050000190734863,6.781082630157471,62829,0.0,0.0 2023-10-04 00:00:00+02:00,7.019999980926514,7.059999942779541,6.949999809265137,6.989999771118164,6.723370552062988,50111,0.0,0.0 2023-10-05 00:00:00+02:00,7.139999866485596,7.28000020980835,6.989999771118164,7.28000020980835,7.002309322357178,59828,0.0,0.0 2023-10-06 00:00:00+02:00,7.199999809265137,7.300000190734863,7.139999866485596,7.199999809265137,6.925360679626465,58993,0.0,0.0 2023-10-09 00:00:00+02:00,7.099999904632568,7.139999866485596,6.929999828338623,6.940000057220459,6.675278186798096,39953,0.0,0.0 2023-10-10 00:00:00+02:00,7.03000020980835,7.21999979019165,7.03000020980835,7.190000057220459,6.91574239730835,33892,0.0,0.0 2023-10-11 00:00:00+02:00,7.150000095367432,7.239999771118164,7.119999885559082,7.119999885559082,6.848412036895752,47985,0.0,0.0 2023-10-12 00:00:00+02:00,7.199999809265137,7.320000171661377,7.159999847412109,7.230000019073486,6.954216480255127,47834,0.0,0.0 2023-10-13 00:00:00+02:00,7.170000076293945,7.170000076293945,6.980000019073486,7.019999980926514,6.752226829528809,37646,0.0,0.0 2023-10-16 00:00:00+02:00,7.110000133514404,7.110000133514404,6.96999979019165,7.090000152587891,6.819556713104248,45957,0.0,0.0 2023-10-17 00:00:00+02:00,7.019999980926514,7.099999904632568,6.96999979019165,6.980000019073486,6.713752269744873,19640,0.0,0.0 2023-10-18 00:00:00+02:00,7.0,7.090000152587891,7.0,7.090000152587891,6.819556713104248,28684,0.0,0.0 2023-10-19 00:00:00+02:00,7.0,7.190000057220459,6.960000038146973,7.190000057220459,6.91574239730835,24535,0.0,0.0 2023-10-20 00:00:00+02:00,7.03000020980835,7.059999942779541,6.800000190734863,6.800000190734863,6.540618419647217,79802,0.0,0.0 2023-10-23 00:00:00+02:00,6.920000076293945,6.920000076293945,6.699999809265137,6.849999904632568,6.588711261749268,47509,0.0,0.0 2023-10-24 00:00:00+02:00,6.75,7.0,6.75,7.0,6.732989311218262,17115,0.0,0.0 2023-10-25 00:00:00+02:00,6.940000057220459,6.940000057220459,6.739999771118164,6.78000020980835,6.521381378173828,76404,0.0,0.0 2023-10-26 00:00:00+02:00,6.860000133514404,6.889999866485596,6.71999979019165,6.789999961853027,6.530999660491943,24214,0.0,0.0 2023-10-27 00:00:00+02:00,6.75,6.829999923706055,6.710000038146973,6.75,6.492525577545166,36267,0.0,0.0 2023-10-30 00:00:00+01:00,6.710000038146973,6.96999979019165,6.710000038146973,6.840000152587891,6.579092979431152,50343,0.0,0.0 2023-10-31 00:00:00+01:00,6.900000095367432,7.0,6.900000095367432,6.949999809265137,6.684896469116211,35478,0.0,0.0 2023-11-01 00:00:00+01:00,7.0,7.019999980926514,6.900000095367432,6.980000019073486,6.713752269744873,37970,0.0,0.0 2023-11-02 00:00:00+01:00,6.980000019073486,7.170000076293945,6.980000019073486,7.070000171661377,6.800319671630859,32327,0.0,0.0 2023-11-03 00:00:00+01:00,7.199999809265137,7.21999979019165,7.090000152587891,7.210000038146973,6.934979438781738,24183,0.0,0.0 2023-11-06 00:00:00+01:00,7.21999979019165,7.21999979019165,7.03000020980835,7.090000152587891,6.819556713104248,39879,0.0,0.0 2023-11-07 00:00:00+01:00,7.139999866485596,7.239999771118164,7.059999942779541,7.150000095367432,6.877267837524414,64168,0.0,0.0 2023-11-08 00:00:00+01:00,7.25,7.25,6.829999923706055,7.210000038146973,6.934979438781738,210342,0.0,0.0 2023-11-09 00:00:00+01:00,7.150000095367432,7.360000133514404,7.119999885559082,7.349999904632568,7.069638729095459,66366,0.0,0.0 2023-11-10 00:00:00+01:00,7.400000095367432,7.400000095367432,7.099999904632568,7.159999847412109,6.886886119842529,59425,0.0,0.0 2023-11-13 00:00:00+01:00,7.179999828338623,7.28000020980835,7.139999866485596,7.28000020980835,7.002309322357178,62874,0.0,0.0 2023-11-14 00:00:00+01:00,7.300000190734863,7.5,7.260000228881836,7.449999809265137,7.1658244132995605,91784,0.0,0.0 2023-11-15 00:00:00+01:00,7.460000038146973,7.789999961853027,7.460000038146973,7.730000019073486,7.435144424438477,203114,0.0,0.0 2023-11-16 00:00:00+01:00,7.679999828338623,7.739999771118164,7.599999904632568,7.650000095367432,7.358195781707764,93113,0.0,0.0 2023-11-17 00:00:00+01:00,7.75,7.949999809265137,7.650000095367432,7.760000228881836,7.464000225067139,102657,0.0,0.0 2023-11-20 00:00:00+01:00,7.900000095367432,8.050000190734863,7.820000171661377,7.909999847412109,7.608278274536133,167425,0.0,0.0 2023-11-21 00:00:00+01:00,7.889999866485596,7.929999828338623,7.75,7.800000190734863,7.502474308013916,191654,0.0,0.0 2023-11-22 00:00:00+01:00,7.769999980926514,7.949999809265137,7.769999980926514,7.889999866485596,7.589040756225586,62294,0.0,0.0 2023-11-23 00:00:00+01:00,7.889999866485596,7.940000057220459,7.829999923706055,7.869999885559082,7.569803714752197,50620,0.0,0.0 2023-11-24 00:00:00+01:00,7.889999866485596,7.949999809265137,7.760000228881836,7.889999866485596,7.589040756225586,58085,0.0,0.0 2023-11-27 00:00:00+01:00,7.980000019073486,7.980000019073486,7.829999923706055,7.909999847412109,7.608278274536133,99717,0.0,0.0 2023-11-28 00:00:00+01:00,7.889999866485596,8.069999694824219,7.849999904632568,7.980000019073486,7.675608158111572,124059,0.0,0.0 2023-11-29 00:00:00+01:00,8.100000381469727,8.100000381469727,7.800000190734863,7.849999904632568,7.550566673278809,72121,0.0,0.0 2023-11-30 00:00:00+01:00,7.940000057220459,7.940000057220459,7.78000020980835,7.940000057220459,7.637134075164795,72035,0.0,0.0 2023-12-01 00:00:00+01:00,7.940000057220459,7.980000019073486,7.820000171661377,7.900000095367432,7.598659515380859,41689,0.0,0.0 2023-12-04 00:00:00+01:00,7.980000019073486,8.010000228881836,7.78000020980835,7.78000020980835,7.483237266540527,39163,0.0,0.0 2023-12-05 00:00:00+01:00,7.789999961853027,7.96999979019165,7.789999961853027,7.940000057220459,7.637134075164795,43599,0.0,0.0 2023-12-06 00:00:00+01:00,7.929999828338623,7.980000019073486,7.860000133514404,7.909999847412109,7.608278274536133,38438,0.0,0.0 2023-12-07 00:00:00+01:00,7.989999771118164,8.0,7.840000152587891,7.929999828338623,7.6275153160095215,43649,0.0,0.0 2023-12-08 00:00:00+01:00,7.900000095367432,8.1899995803833,7.900000095367432,8.100000381469727,7.791031360626221,132252,0.0,0.0 2023-12-11 00:00:00+01:00,8.199999809265137,8.199999809265137,8.119999885559082,8.180000305175781,7.867979526519775,44525,0.0,0.0 2023-12-12 00:00:00+01:00,8.199999809265137,8.239999771118164,8.140000343322754,8.140000343322754,7.829505443572998,69084,0.0,0.0 2023-12-13 00:00:00+01:00,8.109999656677246,8.1899995803833,8.039999961853027,8.130000114440918,7.819886684417725,43703,0.0,0.0 2023-12-14 00:00:00+01:00,8.039999961853027,8.279999732971191,8.039999961853027,8.220000267028809,7.906453609466553,195622,0.0,0.0 2023-12-15 00:00:00+01:00,8.25,8.300000190734863,8.170000076293945,8.1899995803833,7.877597332000732,55516,0.0,0.0 2023-12-18 00:00:00+01:00,8.199999809265137,8.239999771118164,8.119999885559082,8.199999809265137,7.887216091156006,21587,0.0,0.0 2023-12-19 00:00:00+01:00,8.229999542236328,8.270000457763672,8.170000076293945,8.229999542236328,7.91607141494751,41362,0.0,0.0 2023-12-20 00:00:00+01:00,8.229999542236328,8.34000015258789,8.170000076293945,8.170000076293945,7.858360767364502,56624,0.0,0.0 2023-12-21 00:00:00+01:00,8.100000381469727,8.1899995803833,8.09000015258789,8.149999618530273,7.839123249053955,27396,0.0,0.0 2023-12-22 00:00:00+01:00,8.149999618530273,8.220000267028809,8.149999618530273,8.180000305175781,7.867979526519775,38883,0.0,0.0 2023-12-27 00:00:00+01:00,8.229999542236328,8.279999732971191,8.199999809265137,8.220000267028809,7.906453609466553,42618,0.0,0.0 2023-12-28 00:00:00+01:00,8.229999542236328,8.229999542236328,8.109999656677246,8.130000114440918,7.819886684417725,18012,0.0,0.0 2023-12-29 00:00:00+01:00,8.130000114440918,8.260000228881836,8.130000114440918,8.229999542236328,7.91607141494751,72948,0.0,0.0 2024-01-02 00:00:00+01:00,8.170000076293945,8.239999771118164,8.029999732971191,8.0600004196167,7.752556800842285,73212,0.0,0.0 2024-01-03 00:00:00+01:00,8.050000190734863,8.079999923706055,7.769999980926514,7.820000171661377,7.521711349487305,99590,0.0,0.0 2024-01-04 00:00:00+01:00,7.699999809265137,8.039999961853027,7.699999809265137,8.020000457763672,7.714082717895508,48656,0.0,0.0 2024-01-05 00:00:00+01:00,8.020000457763672,8.069999694824219,7.929999828338623,8.0600004196167,7.752556800842285,47809,0.0,0.0 2024-01-08 00:00:00+01:00,8.119999885559082,8.300000190734863,8.050000190734863,8.180000305175781,7.867979526519775,65297,0.0,0.0 2024-01-09 00:00:00+01:00,8.350000381469727,8.430000305175781,8.25,8.369999885559082,8.050731658935547,103328,0.0,0.0 2024-01-10 00:00:00+01:00,8.369999885559082,8.399999618530273,8.229999542236328,8.25,7.935308933258057,55700,0.0,0.0 2024-01-11 00:00:00+01:00,8.350000381469727,8.399999618530273,8.300000190734863,8.359999656677246,8.041112899780273,48738,0.0,0.0 2024-01-12 00:00:00+01:00,8.359999656677246,8.5600004196167,8.34000015258789,8.5600004196167,8.233485221862793,122032,0.0,0.0 2024-01-15 00:00:00+01:00,8.550000190734863,8.640000343322754,8.510000228881836,8.579999923706055,8.252721786499023,42823,0.0,0.0 2024-01-16 00:00:00+01:00,8.609999656677246,8.609999656677246,8.390000343322754,8.59000015258789,8.262340545654297,60040,0.0,0.0 2024-01-17 00:00:00+01:00,8.460000038146973,8.770000457763672,8.460000038146973,8.770000457763672,8.435474395751953,132911,0.0,0.0 2024-01-18 00:00:00+01:00,8.800000190734863,8.880000114440918,8.680000305175781,8.84000015258789,8.502803802490234,100288,0.0,0.0 2024-01-19 00:00:00+01:00,8.819999694824219,9.0600004196167,8.819999694824219,9.029999732971191,8.685556411743164,80925,0.0,0.0 2024-01-22 00:00:00+01:00,9.119999885559082,9.460000038146973,9.119999885559082,9.350000381469727,8.993350982666016,236669,0.0,0.0 2024-01-23 00:00:00+01:00,9.350000381469727,9.59000015258789,9.1899995803833,9.460000038146973,9.099154472351074,145528,0.0,0.0 2024-01-24 00:00:00+01:00,9.550000190734863,9.649999618530273,9.300000190734863,9.319999694824219,8.964494705200195,91373,0.0,0.0 2024-01-25 00:00:00+01:00,9.359999656677246,9.430000305175781,9.279999732971191,9.300000190734863,8.945258140563965,48452,0.0,0.0 2024-01-26 00:00:00+01:00,9.300000190734863,9.569999694824219,9.300000190734863,9.430000305175781,9.07029914855957,75141,0.0,0.0 2024-01-29 00:00:00+01:00,9.529999732971191,9.59000015258789,9.300000190734863,9.380000114440918,9.02220630645752,55619,0.0,0.0 2024-01-30 00:00:00+01:00,9.380000114440918,9.6899995803833,9.380000114440918,9.6899995803833,9.320381164550781,85296,0.0,0.0 2024-01-31 00:00:00+01:00,9.710000038146973,9.739999771118164,9.529999732971191,9.579999923706055,9.214576721191406,54714,0.0,0.0 2024-02-01 00:00:00+01:00,9.470000267028809,9.859999656677246,9.40999984741211,9.739999771118164,9.368474006652832,101160,0.0,0.0 2024-02-02 00:00:00+01:00,9.75,10.0600004196167,9.75,9.899999618530273,9.522370338439941,148195,0.0,0.0 2024-02-05 00:00:00+01:00,9.960000038146973,10.0600004196167,9.899999618530273,10.0,9.61855697631836,100116,0.0,0.0 2024-02-06 00:00:00+01:00,10.15999984741211,10.380000114440918,10.039999961853027,10.220000267028809,9.830164909362793,141702,0.0,0.0 2024-02-07 00:00:00+01:00,10.279999732971191,10.359999656677246,9.760000228881836,10.140000343322754,9.753216743469238,366086,0.0,0.0 2024-02-08 00:00:00+01:00,10.100000381469727,10.819999694824219,10.100000381469727,10.600000381469727,10.195670127868652,240950,0.0,0.0 2024-02-09 00:00:00+01:00,10.619999885559082,10.720000267028809,10.399999618530273,10.4399995803833,10.041772842407227,218887,0.0,0.0 2024-02-12 00:00:00+01:00,10.5,10.65999984741211,10.4399995803833,10.600000381469727,10.195670127868652,300714,0.0,0.0 2024-02-13 00:00:00+01:00,10.640000343322754,10.640000343322754,10.380000114440918,10.460000038146973,10.061010360717773,115674,0.0,0.0 2024-02-14 00:00:00+01:00,10.600000381469727,10.640000343322754,10.319999694824219,10.319999694824219,9.926349639892578,186778,0.0,0.0 2024-02-15 00:00:00+01:00,10.399999618530273,10.520000457763672,10.34000015258789,10.420000076293945,10.022536277770996,106036,0.0,0.0 2024-02-16 00:00:00+01:00,10.5,10.520000457763672,10.119999885559082,10.199999809265137,9.810927391052246,85544,0.0,0.0 2024-02-19 00:00:00+01:00,10.100000381469727,10.180000305175781,10.0,10.140000343322754,9.753216743469238,81253,0.0,0.0 2024-02-20 00:00:00+01:00,10.039999961853027,10.199999809265137,10.020000457763672,10.020000457763672,9.637794494628906,45013,0.0,0.0 2024-02-21 00:00:00+01:00,9.960000038146973,10.020000457763672,9.770000457763672,9.899999618530273,9.522370338439941,89170,0.0,0.0 2024-02-22 00:00:00+01:00,9.850000381469727,10.140000343322754,9.850000381469727,10.039999961853027,9.657031059265137,73523,0.0,0.0 2024-02-23 00:00:00+01:00,10.039999961853027,10.279999732971191,10.020000457763672,10.140000343322754,9.753216743469238,68419,0.0,0.0 2024-02-26 00:00:00+01:00,10.140000343322754,10.220000267028809,10.0,10.079999923706055,9.695505142211914,67357,0.0,0.0 2024-02-27 00:00:00+01:00,10.180000305175781,10.180000305175781,10.0,10.119999885559082,9.733979225158691,48015,0.0,0.0 2024-02-28 00:00:00+01:00,10.119999885559082,10.15999984741211,9.949999809265137,9.949999809265137,9.570463180541992,46172,0.0,0.0 2024-02-29 00:00:00+01:00,10.0,10.180000305175781,9.920000076293945,10.100000381469727,9.714742660522461,53603,0.0,0.0 2024-03-01 00:00:00+01:00,10.100000381469727,10.140000343322754,10.0,10.039999961853027,9.657031059265137,35262,0.0,0.0 2024-03-04 00:00:00+01:00,10.100000381469727,10.100000381469727,9.770000457763672,9.770000457763672,9.397330284118652,36325,0.0,0.0 2024-03-05 00:00:00+01:00,9.739999771118164,10.0,9.739999771118164,9.989999771118164,9.60893726348877,90490,0.0,0.0 2024-03-06 00:00:00+01:00,9.84000015258789,10.180000305175781,9.819999694824219,10.180000305175781,9.791690826416016,77846,0.0,0.0 2024-03-07 00:00:00+01:00,10.199999809265137,10.640000343322754,10.180000305175781,10.579999923706055,10.176432609558105,175508,0.0,0.0 2024-03-08 00:00:00+01:00,10.619999885559082,10.739999771118164,10.279999732971191,10.279999732971191,9.8878755569458,120601,0.0,0.0 2024-03-11 00:00:00+01:00,10.020000457763672,10.420000076293945,9.9399995803833,10.420000076293945,10.022536277770996,91656,0.0,0.0 2024-03-12 00:00:00+01:00,10.4399995803833,10.520000457763672,10.300000190734863,10.479999542236328,10.080246925354004,94908,0.0,0.0 2024-03-13 00:00:00+01:00,10.5,10.640000343322754,10.479999542236328,10.640000343322754,10.23414421081543,89900,0.0,0.0 2024-03-14 00:00:00+01:00,10.65999984741211,10.739999771118164,10.579999923706055,10.600000381469727,10.195670127868652,62553,0.0,0.0 2024-03-15 00:00:00+01:00,10.520000457763672,10.699999809265137,10.5,10.5,10.09948444366455,63880,0.0,0.0 2024-03-18 00:00:00+01:00,10.5,10.520000457763672,10.34000015258789,10.399999618530273,10.00329875946045,56674,0.0,0.0 2024-03-19 00:00:00+01:00,10.399999618530273,10.420000076293945,10.180000305175781,10.420000076293945,10.022536277770996,55619,0.0,0.0 2024-03-20 00:00:00+01:00,10.420000076293945,10.420000076293945,10.239999771118164,10.380000114440918,9.984062194824219,68414,0.0,0.0 2024-03-21 00:00:00+01:00,10.300000190734863,10.5600004196167,10.180000305175781,10.460000038146973,10.061010360717773,64769,0.0,0.0 2024-03-22 00:00:00+01:00,10.680000305175781,10.880000114440918,10.4399995803833,10.859999656677246,10.445752143859863,72142,0.0,0.0 2024-03-25 00:00:00+01:00,10.9399995803833,11.279999732971191,10.899999618530273,11.100000381469727,10.67659854888916,121664,0.0,0.0 2024-03-26 00:00:00+01:00,11.199999809265137,11.260000228881836,11.020000457763672,11.119999885559082,10.69583511352539,62344,0.0,0.0 2024-03-27 00:00:00+01:00,10.380000114440918,10.479999542236328,9.569999694824219,9.680000305175781,9.310763359069824,1087677,0.0,0.0 2024-03-28 00:00:00+01:00,9.84000015258789,10.100000381469727,9.65999984741211,10.0600004196167,9.676268577575684,332225,0.0,0.0 2024-04-02 00:00:00+02:00,10.15999984741211,10.180000305175781,9.920000076293945,9.979999542236328,9.599318504333496,153862,0.0,0.0 2024-04-03 00:00:00+02:00,9.90999984741211,10.020000457763672,9.75,9.9399995803833,9.560844421386719,71081,0.0,0.0 2024-04-04 00:00:00+02:00,9.9399995803833,9.9399995803833,9.649999618530273,9.720000267028809,9.349237442016602,123536,0.0,0.0 2024-04-05 00:00:00+02:00,9.550000190734863,9.829999923706055,9.359999656677246,9.779999732971191,9.40694808959961,100692,0.0,0.0 2024-04-08 00:00:00+02:00,9.859999656677246,9.859999656677246,9.600000381469727,9.630000114440918,9.262669563293457,74178,0.0,0.0 2024-04-09 00:00:00+02:00,9.600000381469727,9.710000038146973,9.550000190734863,9.59000015258789,9.22419548034668,64088,0.0,0.0 2024-04-10 00:00:00+02:00,9.539999961853027,9.729999542236328,9.539999961853027,9.619999885559082,9.253050804138184,88640,0.0,0.0 2024-04-11 00:00:00+02:00,9.649999618530273,9.670000076293945,9.5,9.550000190734863,9.185721397399902,42492,0.0,0.0 2024-04-12 00:00:00+02:00,9.680000305175781,9.680000305175781,9.4399995803833,9.470000267028809,9.108773231506348,48482,0.0,0.0 2024-04-15 00:00:00+02:00,9.5,9.630000114440918,9.4399995803833,9.4399995803833,9.079916954040527,39324,0.0,0.0 2024-04-16 00:00:00+02:00,9.359999656677246,9.380000114440918,9.1899995803833,9.289999961853027,8.935639381408691,136448,0.0,0.0 2024-04-17 00:00:00+02:00,9.319999694824219,9.359999656677246,9.180000305175781,9.1899995803833,8.839452743530273,37699,0.0,0.0 2024-04-18 00:00:00+02:00,9.210000038146973,9.270000457763672,9.119999885559082,9.239999771118164,8.887545585632324,50753,0.0,0.0 2024-04-19 00:00:00+02:00,9.229999542236328,9.279999732971191,9.029999732971191,9.109999656677246,8.762504577636719,31187,0.0,0.0 2024-04-22 00:00:00+02:00,9.140000343322754,9.289999961853027,9.109999656677246,9.119999885559082,8.772123336791992,38848,0.0,0.0 2024-04-23 00:00:00+02:00,9.140000343322754,9.430000305175781,9.100000381469727,9.34000015258789,8.983732223510742,120557,0.0,0.0 2024-04-24 00:00:00+02:00,9.4399995803833,9.569999694824219,9.40999984741211,9.460000038146973,9.099154472351074,65887,0.0,0.0 2024-04-25 00:00:00+02:00,9.489999771118164,9.489999771118164,9.239999771118164,9.34000015258789,8.983732223510742,49932,0.0,0.0 2024-04-26 00:00:00+02:00,9.539999961853027,9.789999961853027,9.359999656677246,9.789999961853027,9.416566848754883,96264,0.0,0.0 2024-04-29 00:00:00+02:00,9.989999771118164,10.119999885559082,9.220000267028809,9.6899995803833,9.320381164550781,146163,0.0,0.0 2024-04-30 00:00:00+02:00,9.75,9.760000228881836,9.539999961853027,9.600000381469727,9.233814239501953,41942,0.0,0.0 2024-05-02 00:00:00+02:00,9.770000457763672,9.770000457763672,9.460000038146973,9.539999961853027,9.176102638244629,43060,0.0,0.0 2024-05-03 00:00:00+02:00,9.579999923706055,9.630000114440918,9.460000038146973,9.460000038146973,9.099154472351074,27836,0.0,0.0 2024-05-06 00:00:00+02:00,9.619999885559082,9.619999885559082,9.449999809265137,9.539999961853027,9.176102638244629,51306,0.0,0.0 2024-05-07 00:00:00+02:00,9.600000381469727,9.630000114440918,9.479999542236328,9.579999923706055,9.214576721191406,41092,0.0,0.0 2024-05-08 00:00:00+02:00,9.699999809265137,9.699999809265137,9.329999923706055,9.470000267028809,9.108773231506348,86313,0.0,0.0 2024-05-09 00:00:00+02:00,9.420000076293945,9.550000190734863,9.390000343322754,9.539999961853027,9.176102638244629,25197,0.0,0.0 2024-05-10 00:00:00+02:00,9.550000190734863,9.630000114440918,9.479999542236328,9.520000457763672,9.156866073608398,113583,0.0,0.0 2024-05-13 00:00:00+02:00,9.600000381469727,9.75,9.550000190734863,9.65999984741211,9.291525840759277,83539,0.0,0.0 2024-05-14 00:00:00+02:00,9.760000228881836,9.850000381469727,9.579999923706055,9.8100004196167,9.43580436706543,107598,0.0,0.0 2024-05-15 00:00:00+02:00,9.880000114440918,9.949999809265137,9.680000305175781,9.789999961853027,9.416566848754883,141545,0.0,0.0 2024-05-16 00:00:00+02:00,9.84000015258789,9.859999656677246,9.600000381469727,9.649999618530273,9.281907081604004,110233,0.0,0.0 2024-05-17 00:00:00+02:00,9.680000305175781,9.930000305175781,9.59000015258789,9.699999809265137,9.329999923706055,76374,0.0,0.0 2024-05-20 00:00:00+02:00,9.5600004196167,9.619999885559082,9.359999656677246,9.550000190734863,9.550000190734863,129186,0.37,0.0 2024-05-21 00:00:00+02:00,9.520000457763672,9.579999923706055,9.420000076293945,9.460000038146973,9.460000038146973,43895,0.0,0.0 2024-05-22 00:00:00+02:00,9.5,9.739999771118164,9.40999984741211,9.739999771118164,9.739999771118164,102270,0.0,0.0 2024-05-23 00:00:00+02:00,9.800000190734863,9.819999694824219,9.680000305175781,9.720000267028809,9.720000267028809,49088,0.0,0.0 2024-05-24 00:00:00+02:00,9.729999542236328,9.90999984741211,9.720000267028809,9.890000343322754,9.890000343322754,92358,0.0,0.0 2024-05-27 00:00:00+02:00,9.949999809265137,10.100000381469727,9.859999656677246,10.100000381469727,10.100000381469727,113081,0.0,0.0 2024-05-28 00:00:00+02:00,10.119999885559082,10.119999885559082,9.789999961853027,9.84000015258789,9.84000015258789,119730,0.0,0.0 2024-05-29 00:00:00+02:00,9.84000015258789,9.979999542236328,9.510000228881836,9.510000228881836,9.510000228881836,92732,0.0,0.0 2024-05-30 00:00:00+02:00,9.600000381469727,9.609999656677246,9.4399995803833,9.4399995803833,9.4399995803833,34911,0.0,0.0 2024-05-31 00:00:00+02:00,9.4399995803833,9.569999694824219,9.350000381469727,9.5,9.5,64064,0.0,0.0 2024-06-03 00:00:00+02:00,9.5,9.569999694824219,9.470000267028809,9.5,9.5,36231,0.0,0.0 2024-06-04 00:00:00+02:00,9.569999694824219,9.569999694824219,9.329999923706055,9.4399995803833,9.4399995803833,61371,0.0,0.0 2024-06-05 00:00:00+02:00,9.449999809265137,9.59000015258789,9.449999809265137,9.59000015258789,9.59000015258789,58726,0.0,0.0 2024-06-06 00:00:00+02:00,9.600000381469727,9.760000228881836,9.4399995803833,9.4399995803833,9.4399995803833,79002,0.0,0.0 2024-06-07 00:00:00+02:00,9.619999885559082,9.619999885559082,9.40999984741211,9.5,9.5,23256,0.0,0.0 2024-06-10 00:00:00+02:00,9.640000343322754,9.670000076293945,9.420000076293945,9.630000114440918,9.630000114440918,86311,0.0,0.0 2024-06-11 00:00:00+02:00,9.680000305175781,10.039999961853027,9.670000076293945,9.819999694824219,9.819999694824219,158426,0.0,0.0 2024-06-12 00:00:00+02:00,9.859999656677246,10.039999961853027,9.75,9.90999984741211,9.90999984741211,64260,0.0,0.0 2024-06-13 00:00:00+02:00,10.0,10.0,9.630000114440918,9.800000190734863,9.800000190734863,67697,0.0,0.0 2024-06-14 00:00:00+02:00,9.800000190734863,10.0,9.539999961853027,9.699999809265137,9.699999809265137,123803,0.0,0.0 2024-06-17 00:00:00+02:00,9.84000015258789,9.84000015258789,9.420000076293945,9.489999771118164,9.489999771118164,95394,0.0,0.0 2024-06-18 00:00:00+02:00,9.479999542236328,9.609999656677246,9.369999885559082,9.5600004196167,9.5600004196167,70952,0.0,0.0 2024-06-19 00:00:00+02:00,9.75,9.760000228881836,9.520000457763672,9.550000190734863,9.550000190734863,61100,0.0,0.0 2024-06-20 00:00:00+02:00,9.630000114440918,9.640000343322754,9.420000076293945,9.420000076293945,9.420000076293945,39703,0.0,0.0 2024-06-21 00:00:00+02:00,9.420000076293945,9.4399995803833,9.270000457763672,9.359999656677246,9.359999656677246,44728,0.0,0.0 2024-06-24 00:00:00+02:00,9.489999771118164,9.670000076293945,9.420000076293945,9.420000076293945,9.420000076293945,56565,0.0,0.0 2024-06-25 00:00:00+02:00,9.420000076293945,9.529999732971191,9.279999732971191,9.449999809265137,9.449999809265137,41791,0.0,0.0 2024-06-26 00:00:00+02:00,9.529999732971191,9.569999694824219,9.239999771118164,9.430000305175781,9.430000305175781,60282,0.0,0.0 2024-06-27 00:00:00+02:00,9.470000267028809,9.479999542236328,9.1899995803833,9.1899995803833,9.1899995803833,38280,0.0,0.0 2024-06-28 00:00:00+02:00,9.260000228881836,9.3100004196167,9.119999885559082,9.180000305175781,9.180000305175781,64678,0.0,0.0 2024-07-01 00:00:00+02:00,9.369999885559082,9.369999885559082,9.239999771118164,9.25,9.25,33340,0.0,0.0 2024-07-02 00:00:00+02:00,9.399999618530273,9.399999618530273,9.039999961853027,9.270000457763672,9.270000457763672,42945,0.0,0.0 2024-07-03 00:00:00+02:00,9.359999656677246,9.369999885559082,9.1899995803833,9.1899995803833,9.1899995803833,22935,0.0,0.0 2024-07-04 00:00:00+02:00,9.3100004196167,9.3100004196167,9.180000305175781,9.239999771118164,9.239999771118164,22504,0.0,0.0 2024-07-05 00:00:00+02:00,9.25,9.25,9.069999694824219,9.149999618530273,9.149999618530273,46234,0.0,0.0 2024-07-08 00:00:00+02:00,9.149999618530273,9.25,9.119999885559082,9.15999984741211,9.15999984741211,26029,0.0,0.0 2024-07-09 00:00:00+02:00,9.149999618530273,9.1899995803833,9.0,9.010000228881836,9.010000228881836,81938,0.0,0.0 2024-07-10 00:00:00+02:00,9.149999618530273,9.149999618530273,8.920000076293945,9.020000457763672,9.020000457763672,40422,0.0,0.0 2024-07-11 00:00:00+02:00,9.050000190734863,9.100000381469727,9.0,9.0600004196167,9.0600004196167,19594,0.0,0.0 2024-07-12 00:00:00+02:00,9.149999618530273,9.220000267028809,8.979999542236328,9.220000267028809,9.220000267028809,32840,0.0,0.0 2024-07-15 00:00:00+02:00,9.199999809265137,9.350000381469727,9.170000076293945,9.260000228881836,9.260000228881836,64118,0.0,0.0 2024-07-16 00:00:00+02:00,9.210000038146973,9.279999732971191,9.170000076293945,9.210000038146973,9.210000038146973,36313,0.0,0.0 2024-07-17 00:00:00+02:00,9.260000228881836,9.260000228881836,8.970000267028809,9.149999618530273,9.149999618530273,59853,0.0,0.0 2024-07-18 00:00:00+02:00,9.0600004196167,9.1899995803833,9.010000228881836,9.09000015258789,9.09000015258789,35172,0.0,0.0 2024-07-19 00:00:00+02:00,9.15999984741211,9.180000305175781,8.859999656677246,8.899999618530273,8.899999618530273,61325,0.0,0.0 2024-07-22 00:00:00+02:00,9.079999923706055,9.149999618530273,8.9399995803833,9.100000381469727,9.100000381469727,33124,0.0,0.0 2024-07-23 00:00:00+02:00,9.149999618530273,9.149999618530273,9.0,9.039999961853027,9.039999961853027,22322,0.0,0.0 2024-07-24 00:00:00+02:00,9.039999961853027,9.039999961853027,8.899999618530273,8.9399995803833,8.9399995803833,33388,0.0,0.0 2024-07-25 00:00:00+02:00,8.979999542236328,8.979999542236328,8.579999923706055,8.789999961853027,8.789999961853027,214367,0.0,0.0 2024-07-26 00:00:00+02:00,8.800000190734863,9.010000228881836,8.710000038146973,9.010000228881836,9.010000228881836,32714,0.0,0.0 2024-07-29 00:00:00+02:00,9.010000228881836,9.010000228881836,8.760000228881836,8.779999732971191,8.779999732971191,31993,0.0,0.0 2024-07-30 00:00:00+02:00,8.800000190734863,9.229999542236328,8.770000457763672,9.050000190734863,9.050000190734863,88899,0.0,0.0 2024-07-31 00:00:00+02:00,9.180000305175781,9.229999542236328,9.079999923706055,9.109999656677246,9.109999656677246,54464,0.0,0.0 2024-08-01 00:00:00+02:00,9.180000305175781,9.25,8.90999984741211,8.9399995803833,8.9399995803833,39955,0.0,0.0 2024-08-02 00:00:00+02:00,8.880000114440918,8.890000343322754,8.720000267028809,8.789999961853027,8.789999961853027,59474,0.0,0.0 2024-08-05 00:00:00+02:00,8.600000381469727,8.699999809265137,8.210000038146973,8.640000343322754,8.640000343322754,208687,0.0,0.0 2024-08-06 00:00:00+02:00,8.899999618530273,8.899999618530273,8.5,8.5600004196167,8.5600004196167,40766,0.0,0.0 2024-08-07 00:00:00+02:00,8.569999694824219,8.710000038146973,8.5600004196167,8.619999885559082,8.619999885559082,29182,0.0,0.0 2024-08-08 00:00:00+02:00,8.569999694824219,8.680000305175781,8.399999618530273,8.680000305175781,8.680000305175781,33149,0.0,0.0 2024-08-09 00:00:00+02:00,8.880000114440918,8.880000114440918,8.510000228881836,8.550000190734863,8.550000190734863,39086,0.0,0.0 2024-08-12 00:00:00+02:00,8.699999809265137,8.760000228881836,8.600000381469727,8.760000228881836,8.760000228881836,32085,0.0,0.0 2024-08-13 00:00:00+02:00,8.850000381469727,8.850000381469727,8.550000190734863,8.699999809265137,8.699999809265137,38272,0.0,0.0 2024-08-14 00:00:00+02:00,8.699999809265137,8.9399995803833,8.699999809265137,8.800000190734863,8.800000190734863,38008,0.0,0.0 2024-08-16 00:00:00+02:00,8.989999771118164,9.020000457763672,8.800000190734863,8.869999885559082,8.869999885559082,36152,0.0,0.0 2024-08-19 00:00:00+02:00,8.920000076293945,9.100000381469727,8.8100004196167,8.850000381469727,8.850000381469727,84023,0.0,0.0 2024-08-20 00:00:00+02:00,8.9399995803833,8.9399995803833,8.770000457763672,8.770000457763672,8.770000457763672,61414,0.0,0.0 2024-08-21 00:00:00+02:00,8.869999885559082,8.869999885559082,8.609999656677246,8.649999618530273,8.649999618530273,74524,0.0,0.0 2024-08-22 00:00:00+02:00,8.75,8.779999732971191,8.680000305175781,8.75,8.75,49440,0.0,0.0 ================================================ FILE: tests/data/VWILX-1d-cg-double-count-fixed.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2024-01-10 00:00:00-05:00,100.029998779297,100.029998779297,100.029998779297,100.029998779297,85.4241455239785,0,0,0,0 2024-01-11 00:00:00-05:00,100.25,100.25,100.25,100.25,85.6120233258593,0,0,0,0 2024-01-12 00:00:00-05:00,100.440002441406,100.440002441406,100.440002441406,100.440002441406,85.7742826121002,0,0,0,0 2024-01-16 00:00:00-05:00,98.7099990844727,98.7099990844727,98.7099990844727,98.7099990844727,84.2968852280841,0,0,0,0 2024-01-17 00:00:00-05:00,97.0599975585938,97.0599975585938,97.0599975585938,97.0599975585938,82.8878082293684,0,0,0,0 2024-01-18 00:00:00-05:00,98.0299987792969,98.0299987792969,98.0299987792969,98.0299987792969,83.7161749838117,0,0,0,0 2024-01-19 00:00:00-05:00,98.7699966430664,98.7699966430664,98.7699966430664,98.7699966430664,84.3481222593641,0,0,0,0 2024-01-22 00:00:00-05:00,98.7600021362305,98.7600021362305,98.7600021362305,98.7600021362305,84.3395870977445,0,0,0,0 2024-01-23 00:00:00-05:00,99.370002746582,99.370002746582,99.370002746582,99.370002746582,84.8605186337266,0,0,0,0 2024-01-24 00:00:00-05:00,100.410003662109,100.410003662109,100.410003662109,100.410003662109,85.7486640964602,0,0,0,0 2024-01-25 00:00:00-05:00,100.349998474121,100.349998474121,100.349998474121,100.349998474121,85.6974205497896,0,0,0,0 2024-01-26 00:00:00-05:00,100.839996337891,100.839996337891,100.839996337891,100.839996337891,86.1158715078211,0,0,0,0 2024-01-29 00:00:00-05:00,101.190002441406,101.190002441406,101.190002441406,101.190002441406,86.4147715646627,0,0,0,0 2024-01-30 00:00:00-05:00,100.410003662109,100.410003662109,100.410003662109,100.410003662109,85.7486640964602,0,0,0,0 2024-01-31 00:00:00-05:00,99.2799987792969,99.2799987792969,99.2799987792969,99.2799987792969,84.783656571416,0,0,0,0 2024-02-01 00:00:00-05:00,100.800003051758,100.800003051758,100.800003051758,100.800003051758,86.0817178305614,0,0,0,0 2024-02-02 00:00:00-05:00,100.120002746582,100.120002746582,100.120002746582,100.120002746582,85.5010075862891,0,0,0,0 2024-02-05 00:00:00-05:00,100.269996643066,100.269996643066,100.269996643066,100.269996643066,85.6291001644892,0,0,0,0 2024-02-06 00:00:00-05:00,101.080001831055,101.080001831055,101.080001831055,101.080001831055,86.3208326637223,0,0,0,0 2024-02-07 00:00:00-05:00,101.860000610352,101.860000610352,101.860000610352,101.860000610352,86.9869401319248,0,0,0,0 2024-02-08 00:00:00-05:00,102.720001220703,102.720001220703,102.720001220703,102.720001220703,87.7213679854278,0,0,0,0 2024-02-09 00:00:00-05:00,103.440002441406,103.440002441406,103.440002441406,103.440002441406,88.3362384223503,0,0,0,0 2024-02-12 00:00:00-05:00,103.540000915527,103.540000915527,103.540000915527,103.540000915527,88.4216356462806,0,0,0,0 2024-02-13 00:00:00-05:00,101.23999786377,101.23999786377,101.23999786377,101.23999786377,86.4574669189325,0,0,0,0 2024-02-14 00:00:00-05:00,103.01000213623,103.01000213623,103.01000213623,103.01000213623,87.9690244955988,0,0,0,0 2024-02-15 00:00:00-05:00,104.330001831055,104.330001831055,104.330001831055,104.330001831055,89.0962847914933,0,0,0,0 2024-02-16 00:00:00-05:00,104.349998474121,104.349998474121,104.349998474121,104.349998474121,89.1133616301231,0,0,0,0 2024-02-20 00:00:00-05:00,103.480003356934,103.480003356934,103.480003356934,103.480003356934,88.3703986150005,0,0,0,0 2024-02-21 00:00:00-05:00,103.75,103.75,103.75,103.75,88.6009717711512,0,0,0,0 2024-02-22 00:00:00-05:00,106.080001831055,106.080001831055,106.080001831055,106.080001831055,90.5907590141392,0,0,0,0 2024-02-23 00:00:00-05:00,105.269996643066,105.269996643066,105.269996643066,105.269996643066,89.8990265149061,0,0,0,0 2024-02-26 00:00:00-05:00,105.349998474121,105.349998474121,105.349998474121,105.349998474121,89.9673469002065,0,0,0,0 2024-02-27 00:00:00-05:00,105.930000305176,105.930000305176,105.930000305176,105.930000305176,90.4626599205486,0,0,0,0 2024-02-28 00:00:00-05:00,105.209999084473,105.209999084473,105.209999084473,105.209999084473,89.8477894836261,0,0,0,0 2024-02-29 00:00:00-05:00,105.519996643066,105.519996643066,105.519996643066,105.519996643066,90.112522832427,0,0,0,0 2024-03-01 00:00:00-05:00,107.01000213623,107.01000213623,107.01000213623,107.01000213623,91.3849655759324,0,0,0,0 2024-03-04 00:00:00-05:00,106.449996948242,106.449996948242,106.449996948242,106.449996948242,90.9067293942201,0,0,0,0 2024-03-05 00:00:00-05:00,105.23999786377,105.23999786377,105.23999786377,105.23999786377,89.8734079992661,0,0,0,0 2024-03-06 00:00:00-05:00,106.629997253418,106.629997253418,106.629997253418,106.629997253418,91.0604470034508,0,0,0,0 2024-03-07 00:00:00-05:00,108.180000305176,108.180000305176,108.180000305176,108.180000305176,92.3841267782362,0,0,0,0 2024-03-08 00:00:00-05:00,106.98999786377,106.98999786377,106.98999786377,106.98999786377,91.367882221912,0,0,0,0 2024-03-11 00:00:00-04:00,107.110000610352,107.110000610352,107.110000610352,107.110000610352,91.4703627998626,0,0,0,0 2024-03-12 00:00:00-04:00,108.73999786377,108.73999786377,108.73999786377,108.73999786377,92.8623564445579,0,0,0,0 2024-03-13 00:00:00-04:00,108.550003051758,108.550003051758,108.550003051758,108.550003051758,92.7001036737077,0,0,0,0 2024-03-14 00:00:00-04:00,107.199996948242,107.199996948242,107.199996948242,107.199996948242,91.5472183467827,0,0,0,0 2024-03-15 00:00:00-04:00,106.120002746582,106.120002746582,106.120002746582,106.120002746582,90.6249192067894,0,0,0,0 2024-03-18 00:00:00-04:00,106.389999389648,106.389999389648,106.389999389648,106.389999389648,90.8554923629401,0,0,0,0 2024-03-19 00:00:00-04:00,106.459999084473,106.459999084473,106.459999084473,106.459999084473,90.9152710712303,0,0,0,0 2024-03-20 00:00:00-04:00,107.76000213623,107.76000213623,107.76000213623,107.76000213623,92.0254545284949,0,0,0,0 2024-03-21 00:00:00-04:00,108.040000915527,108.040000915527,108.040000915527,108.040000915527,92.2645693616558,0,0,0,0 2024-03-22 00:00:00-04:00,107.949996948242,107.949996948242,107.949996948242,107.949996948242,92.1877072993452,0,0,0,0 2024-03-25 00:00:00-04:00,107.790000915527,107.790000915527,107.790000915527,107.790000915527,92.0510730441349,0,0,0,0 2024-03-26 00:00:00-04:00,107.559997558594,107.559997558594,107.559997558594,107.559997558594,91.8546535652439,0,0,0,0 2024-03-27 00:00:00-04:00,107.650001525879,107.650001525879,107.650001525879,107.650001525879,91.9315156275545,0,0,0,0 2024-03-28 00:00:00-04:00,107.199996948242,107.199996948242,107.199996948242,107.199996948242,91.5472183467827,0,0,0,0 2024-04-01 00:00:00-04:00,107.290000915527,107.290000915527,107.290000915527,107.290000915527,91.6240804090932,0,0,0,0 2024-04-02 00:00:00-04:00,106.790000915527,106.790000915527,106.790000915527,106.790000915527,91.1970877740516,0,0,0,0 2024-04-03 00:00:00-04:00,107.290000915527,107.290000915527,107.290000915527,107.290000915527,91.6240804090932,0,0,0,0 2024-04-04 00:00:00-04:00,106.400001525879,106.400001525879,106.400001525879,106.400001525879,90.8640340399503,0,0,0,0 2024-04-05 00:00:00-04:00,106.959999084473,106.959999084473,106.959999084473,106.959999084473,91.342263706272,0,0,0,0 2024-04-08 00:00:00-04:00,107.470001220703,107.470001220703,107.470001220703,107.470001220703,91.7777980183239,0,0,0,0 2024-04-09 00:00:00-04:00,107.879997253418,107.879997253418,107.879997253418,107.879997253418,92.127928591055,0,0,0,0 2024-04-10 00:00:00-04:00,106.569999694824,106.569999694824,106.569999694824,106.569999694824,91.0092099721707,0,0,0,0 2024-04-11 00:00:00-04:00,107.400001525879,107.400001525879,107.400001525879,107.400001525879,91.7180193100337,0,0,0,0 2024-04-12 00:00:00-04:00,105.080001831055,105.080001831055,105.080001831055,105.080001831055,89.7367737440558,0,0,0,0 2024-04-15 00:00:00-04:00,104.309997558594,104.309997558594,104.309997558594,104.309997558594,89.0792014374729,0,0,0,0 2024-04-16 00:00:00-04:00,103.980003356934,103.980003356934,103.980003356934,103.980003356934,88.7973912500422,0,0,0,0 2024-04-17 00:00:00-04:00,103.279998779297,103.279998779297,103.279998779297,103.279998779297,88.1995976517495,0,0,0,0 2024-04-18 00:00:00-04:00,102.480003356934,102.480003356934,102.480003356934,102.480003356934,87.5164133449171,0,0,0,0 2024-04-19 00:00:00-04:00,101.139999389648,101.139999389648,101.139999389648,101.139999389648,86.3720696950023,0,0,0,0 2024-04-22 00:00:00-04:00,102.580001831055,102.580001831055,102.580001831055,102.580001831055,87.6018105688474,0,0,0,0 2024-04-23 00:00:00-04:00,104.879997253418,104.879997253418,104.879997253418,104.879997253418,89.5659727808048,0,0,0,0 2024-04-24 00:00:00-04:00,104.660003662109,104.660003662109,104.660003662109,104.660003662109,89.3781014943145,0,0,0,0 2024-04-25 00:00:00-04:00,103.930000305176,103.930000305176,103.930000305176,103.930000305176,88.7546893803818,0,0,0,0 2024-04-26 00:00:00-04:00,105.23999786377,105.23999786377,105.23999786377,105.23999786377,89.8734079992661,0,0,0,0 2024-04-29 00:00:00-04:00,105.75,105.75,105.75,105.75,90.308942311318,0,0,0,0 2024-04-30 00:00:00-04:00,103.949996948242,103.949996948242,103.949996948242,103.949996948242,88.7717662190117,0,0,0,0 2024-05-01 00:00:00-04:00,103.779998779297,103.779998779297,103.779998779297,103.779998779297,88.6265902867912,0,0,0,0 2024-05-02 00:00:00-04:00,106.279998779297,106.279998779297,106.279998779297,106.279998779297,90.7615534619997,0,0,0,0 2024-05-03 00:00:00-04:00,107.970001220703,107.970001220703,107.970001220703,107.970001220703,92.2047906533656,0,0,0,0 2024-05-06 00:00:00-04:00,108.73999786377,108.73999786377,108.73999786377,108.73999786377,92.8623564445579,0,0,0,0 2024-05-07 00:00:00-04:00,108.669998168945,108.669998168945,108.669998168945,108.669998168945,92.8025777362677,0,0,0,0 2024-05-08 00:00:00-04:00,108.230003356934,108.230003356934,108.230003356934,108.230003356934,92.4268286478966,0,0,0,0 2024-05-09 00:00:00-04:00,108.639999389648,108.639999389648,108.639999389648,108.639999389648,92.7769592206277,0,0,0,0 2024-05-10 00:00:00-04:00,108.819999694824,108.819999694824,108.819999694824,108.819999694824,92.9306768298583,0,0,0,0 2024-05-13 00:00:00-04:00,109.089996337891,109.089996337891,109.089996337891,109.089996337891,93.161249986009,0,0,0,0 2024-05-14 00:00:00-04:00,110.180000305176,110.180000305176,110.180000305176,110.180000305176,94.092097318403,0,0,0,0 2024-05-15 00:00:00-04:00,111.889999389648,111.889999389648,111.889999389648,111.889999389648,95.5524113483987,0,0,0,0 2024-05-16 00:00:00-04:00,111.449996948242,111.449996948242,111.449996948242,111.449996948242,95.176655744637,0,0,0,0 2024-05-17 00:00:00-04:00,111.470001220703,111.470001220703,111.470001220703,111.470001220703,95.1937390986574,0,0,0,0 2024-05-20 00:00:00-04:00,112.150001525879,112.150001525879,112.150001525879,112.150001525879,95.7744493429297,0,0,0,0 2024-05-21 00:00:00-04:00,111.660003662109,111.660003662109,111.660003662109,111.660003662109,95.3559983848982,0,0,0,0 2024-05-22 00:00:00-04:00,111.459999084473,111.459999084473,111.459999084473,111.459999084473,95.1851974216472,0,0,0,0 2024-05-23 00:00:00-04:00,111.360000610352,111.360000610352,111.360000610352,111.360000610352,95.099800197717,0,0,0,0 2024-05-24 00:00:00-04:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0 2024-05-28 00:00:00-04:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0 2024-05-29 00:00:00-04:00,110.459999084473,110.459999084473,110.459999084473,110.459999084473,94.3312121515638,0,0,0,0 2024-05-30 00:00:00-04:00,110.680000305176,110.680000305176,110.680000305176,110.680000305176,94.5190899534447,0,0,0,0 2024-05-31 00:00:00-04:00,110.790000915527,110.790000915527,110.790000915527,110.790000915527,94.6130288543851,0,0,0,0 2024-06-03 00:00:00-04:00,111.580001831055,111.580001831055,111.580001831055,111.580001831055,95.2876779995978,0,0,0,0 2024-06-04 00:00:00-04:00,111.139999389648,111.139999389648,111.139999389648,111.139999389648,94.9119223958362,0,0,0,0 2024-06-05 00:00:00-04:00,113.23999786377,113.23999786377,113.23999786377,113.23999786377,96.7052901599332,0,0,0,0 2024-06-06 00:00:00-04:00,113.720001220703,113.720001220703,113.720001220703,113.720001220703,97.115205956345,0,0,0,0 2024-06-07 00:00:00-04:00,112.059997558594,112.059997558594,112.059997558594,112.059997558594,95.6975872806192,0,0,0,0 2024-06-10 00:00:00-04:00,112.379997253418,112.379997253418,112.379997253418,112.379997253418,95.9708623064302,0,0,0,0 2024-06-11 00:00:00-04:00,111.599998474121,111.599998474121,111.599998474121,111.599998474121,95.3047548382277,0,0,0,0 2024-06-12 00:00:00-04:00,113.059997558594,113.059997558594,113.059997558594,113.059997558594,96.5515725507025,0,0,0,0 2024-06-13 00:00:00-04:00,111.959999084473,111.959999084473,111.959999084473,111.959999084473,95.6121900566889,0,0,0,0 2024-06-14 00:00:00-04:00,111.040000915527,111.040000915527,111.040000915527,111.040000915527,94.8265251719059,0,0,0,0 2024-06-17 00:00:00-04:00,111.150001525879,111.150001525879,111.150001525879,111.150001525879,94.9204640728464,0,0,0,0 2024-06-18 00:00:00-04:00,111.220001220703,111.220001220703,111.220001220703,111.220001220703,94.9802427811366,0,0,0,0 2024-06-20 00:00:00-04:00,111.019996643066,111.019996643066,111.019996643066,111.019996643066,94.8094418178856,0,0,0,0 2024-06-21 00:00:00-04:00,110.389999389648,110.389999389648,110.389999389648,110.389999389648,94.2714334432736,0,0,0,0 2024-06-24 00:00:00-04:00,110.51000213623,110.51000213623,110.51000213623,110.51000213623,94.3739140212242,0,0,0,0 2024-06-25 00:00:00-04:00,111.389999389648,111.389999389648,111.389999389648,111.389999389648,95.125418713357,0,0,0,0 2024-06-26 00:00:00-04:00,110.73999786377,110.73999786377,110.73999786377,110.73999786377,94.5703269847247,0,0,0,0 2024-06-27 00:00:00-04:00,110.25,110.25,110.25,110.25,94.1518760266932,0,0,0,0 2024-06-28 00:00:00-04:00,109.720001220703,109.720001220703,109.720001220703,109.720001220703,93.6992648760115,0,0,0,0 2024-07-01 00:00:00-04:00,109.650001525879,109.650001525879,109.650001525879,109.650001525879,93.6394861677213,0,0,0,0 2024-07-02 00:00:00-04:00,110.069999694824,110.069999694824,110.069999694824,110.069999694824,93.9981584174626,0,0,0,0 2024-07-03 00:00:00-04:00,111.51000213623,111.51000213623,111.51000213623,111.51000213623,95.2278992913076,0,0,0,0 2024-07-05 00:00:00-04:00,112.48999786377,112.48999786377,112.48999786377,112.48999786377,96.0648012073706,0,0,0,0 2024-07-08 00:00:00-04:00,112.169998168945,112.169998168945,112.169998168945,112.169998168945,95.7915261815596,0,0,0,0 2024-07-09 00:00:00-04:00,112.389999389648,112.389999389648,112.389999389648,112.389999389648,95.9794039834404,0,0,0,0 2024-07-10 00:00:00-04:00,113.769996643066,113.769996643066,113.769996643066,113.769996643066,97.1579013106149,0,0,0,0 2024-07-11 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,97.2347633729255,0,0,0,0 2024-07-12 00:00:00-04:00,115.230003356934,115.230003356934,115.230003356934,115.230003356934,98.4047255384803,0,0,0,0 2024-07-15 00:00:00-04:00,113.779998779297,113.779998779297,113.779998779297,113.779998779297,97.1664429876251,0,0,0,0 2024-07-16 00:00:00-04:00,114.279998779297,114.279998779297,114.279998779297,114.279998779297,97.5934356226668,0,0,0,0 2024-07-17 00:00:00-04:00,111.639999389648,111.639999389648,111.639999389648,111.639999389648,95.3389150308779,0,0,0,0 2024-07-18 00:00:00-04:00,110.540000915527,110.540000915527,110.540000915527,110.540000915527,94.3995325368642,0,0,0,0 2024-07-19 00:00:00-04:00,109.949996948242,109.949996948242,109.949996948242,109.949996948242,93.895677839512,0,0,0,0 2024-07-22 00:00:00-04:00,111.51000213623,111.51000213623,111.51000213623,111.51000213623,95.2278992913076,0,0,0,0 2024-07-23 00:00:00-04:00,111.459999084473,111.459999084473,111.459999084473,111.459999084473,95.1851974216472,0,0,0,0 2024-07-24 00:00:00-04:00,108.900001525879,108.900001525879,108.900001525879,108.900001525879,92.9989972151587,0,0,0,0 2024-07-25 00:00:00-04:00,108.080001831055,108.080001831055,108.080001831055,108.080001831055,92.298729554306,0,0,0,0 2024-07-26 00:00:00-04:00,109.48999786377,109.48999786377,109.48999786377,109.48999786377,93.5028453971205,0,0,0,0 2024-07-29 00:00:00-04:00,108.769996643066,108.769996643066,108.769996643066,108.769996643066,92.8879749601979,0,0,0,0 2024-07-30 00:00:00-04:00,108.5,108.5,108.5,108.5,92.6574018040473,0,0,0,0 2024-07-31 00:00:00-04:00,111.089996337891,111.089996337891,111.089996337891,111.089996337891,94.8692205261758,0,0,0,0 2024-08-01 00:00:00-04:00,107.879997253418,107.879997253418,107.879997253418,107.879997253418,92.127928591055,0,0,0,0 2024-08-02 00:00:00-04:00,105.830001831055,105.830001831055,105.830001831055,105.830001831055,90.3772626966184,0,0,0,0 2024-08-05 00:00:00-04:00,103.870002746582,103.870002746582,103.870002746582,103.870002746582,88.7034523491018,0,0,0,0 2024-08-06 00:00:00-04:00,104.76000213623,104.76000213623,104.76000213623,104.76000213623,89.4634987182448,0,0,0,0 2024-08-07 00:00:00-04:00,105.199996948242,105.199996948242,105.199996948242,105.199996948242,89.8392478066159,0,0,0,0 2024-08-08 00:00:00-04:00,107.900001525879,107.900001525879,107.900001525879,107.900001525879,92.1450119450754,0,0,0,0 2024-08-09 00:00:00-04:00,108.180000305176,108.180000305176,108.180000305176,108.180000305176,92.3841267782362,0,0,0,0 2024-08-12 00:00:00-04:00,108.069999694824,108.069999694824,108.069999694824,108.069999694824,92.2901878772958,0,0,0,0 2024-08-13 00:00:00-04:00,109.900001525879,109.900001525879,109.900001525879,109.900001525879,93.8529824852421,0,0,0,0 2024-08-14 00:00:00-04:00,109.779998779297,109.779998779297,109.779998779297,109.779998779297,93.7505019072915,0,0,0,0 2024-08-15 00:00:00-04:00,112.300003051758,112.300003051758,112.300003051758,112.300003051758,95.9025484365204,0,0,0,0 2024-08-16 00:00:00-04:00,113,113,113,113,96.5003355194225,0,0,0,0 2024-08-19 00:00:00-04:00,114.830001831055,114.830001831055,114.830001831055,114.830001831055,98.0631301273688,0,0,0,0 2024-08-20 00:00:00-04:00,113.830001831055,113.830001831055,113.830001831055,113.830001831055,97.2091448572854,0,0,0,0 2024-08-21 00:00:00-04:00,114.959999084473,114.959999084473,114.959999084473,114.959999084473,98.1741458669391,0,0,0,0 2024-08-22 00:00:00-04:00,113.819999694824,113.819999694824,113.819999694824,113.819999694824,97.2006031802753,0,0,0,0 2024-08-23 00:00:00-04:00,115.139999389648,115.139999389648,115.139999389648,115.139999389648,98.3278634761697,0,0,0,0 2024-08-26 00:00:00-04:00,113.629997253418,113.629997253418,113.629997253418,113.629997253418,97.0383438940344,0,0,0,0 2024-08-27 00:00:00-04:00,113.970001220703,113.970001220703,113.970001220703,113.970001220703,97.3287022738659,0,0,0,0 2024-08-28 00:00:00-04:00,112.879997253418,112.879997253418,112.879997253418,112.879997253418,96.3978549414719,0,0,0,0 2024-08-29 00:00:00-04:00,113.629997253418,113.629997253418,113.629997253418,113.629997253418,97.0383438940344,0,0,0,0 2024-08-30 00:00:00-04:00,113.870002746582,113.870002746582,113.870002746582,113.870002746582,97.2433050499356,0,0,0,0 2024-09-03 00:00:00-04:00,110.930000305176,110.930000305176,110.930000305176,110.930000305176,94.7325862709655,0,0,0,0 2024-09-04 00:00:00-04:00,110.569999694824,110.569999694824,110.569999694824,110.569999694824,94.4251510525043,0,0,0,0 2024-09-05 00:00:00-04:00,110.690002441406,110.690002441406,110.690002441406,110.690002441406,94.5276316304549,0,0,0,0 2024-09-06 00:00:00-04:00,108.099998474121,108.099998474121,108.099998474121,108.099998474121,92.3158063929358,0,0,0,0 2024-09-09 00:00:00-04:00,109.610000610352,109.610000610352,109.610000610352,109.610000610352,93.6053259750711,0,0,0,0 2024-09-10 00:00:00-04:00,109.330001831055,109.330001831055,109.330001831055,109.330001831055,93.3662111419102,0,0,0,0 2024-09-11 00:00:00-04:00,111.069999694824,111.069999694824,111.069999694824,111.069999694824,94.852143687546,0,0,0,0 2024-09-12 00:00:00-04:00,111.970001220703,111.970001220703,111.970001220703,111.970001220703,95.6207317336991,0,0,0,0 2024-09-13 00:00:00-04:00,112.319999694824,112.319999694824,112.319999694824,112.319999694824,95.9196252751502,0,0,0,0 2024-09-16 00:00:00-04:00,112.449996948242,112.449996948242,112.449996948242,112.449996948242,96.0306410147204,0,0,0,0 2024-09-17 00:00:00-04:00,112.650001525879,112.650001525879,112.650001525879,112.650001525879,96.2014419779714,0,0,0,0 2024-09-18 00:00:00-04:00,112.360000610352,112.360000610352,112.360000610352,112.360000610352,95.9537854678004,0,0,0,0 2024-09-19 00:00:00-04:00,115.370002746582,115.370002746582,115.370002746582,115.370002746582,98.5242829550607,0,0,0,0 2024-09-20 00:00:00-04:00,114.089996337891,114.089996337891,114.089996337891,114.089996337891,97.4311763364259,0,0,0,0 2024-09-23 00:00:00-04:00,114.589996337891,114.589996337891,114.589996337891,114.589996337891,97.8581689714676,0,0,0,0 2024-09-24 00:00:00-04:00,116.519996643066,116.519996643066,116.519996643066,116.519996643066,99.5063608033442,0,0,0,0 2024-09-25 00:00:00-04:00,116.199996948242,116.199996948242,116.199996948242,116.199996948242,99.2330857775331,0,0,0,0 2024-09-26 00:00:00-04:00,118.980003356934,118.980003356934,118.980003356934,118.980003356934,101.607170301293,0,0,0,0 2024-09-27 00:00:00-04:00,118.51000213623,118.51000213623,118.51000213623,118.51000213623,101.205796181891,0,0,0,0 2024-09-30 00:00:00-04:00,117.870002746582,117.870002746582,117.870002746582,117.870002746582,100.659246130269,0,0,0,0 2024-10-01 00:00:00-04:00,117.5,117.5,117.5,117.5,100.343269234798,0,0,0,0 2024-10-02 00:00:00-04:00,118.050003051758,118.050003051758,118.050003051758,118.050003051758,100.8129637395,0,0,0,0 2024-10-03 00:00:00-04:00,117.230003356934,117.230003356934,117.230003356934,117.230003356934,100.112696078647,0,0,0,0 2024-10-04 00:00:00-04:00,118.379997253418,118.379997253418,118.379997253418,118.379997253418,101.094773926931,0,0,0,0 2024-10-07 00:00:00-04:00,118.180000305176,118.180000305176,118.180000305176,118.180000305176,100.92397947907,0,0,0,0 2024-10-08 00:00:00-04:00,117.589996337891,117.589996337891,117.589996337891,117.589996337891,100.420124781718,0,0,0,0 2024-10-09 00:00:00-04:00,118,118,118,118,100.770261869839,0,0,0,0 2024-10-10 00:00:00-04:00,117.830001831055,117.830001831055,117.830001831055,117.830001831055,100.625085937619,0,0,0,0 2024-10-11 00:00:00-04:00,118.660003662109,118.660003662109,118.660003662109,118.660003662109,101.333895275482,0,0,0,0 2024-10-14 00:00:00-04:00,118.800003051758,118.800003051758,118.800003051758,118.800003051758,101.453452692062,0,0,0,0 2024-10-15 00:00:00-04:00,115.360000610352,115.360000610352,115.360000610352,115.360000610352,98.5157412780505,0,0,0,0 2024-10-16 00:00:00-04:00,115.660003662109,115.660003662109,115.660003662109,115.660003662109,98.7719394652318,0,0,0,0 2024-10-17 00:00:00-04:00,115.839996337891,115.839996337891,115.839996337891,115.839996337891,98.9256505590719,0,0,0,0 2024-10-18 00:00:00-04:00,117.300003051758,117.300003051758,117.300003051758,117.300003051758,100.172474786937,0,0,0,0 2024-10-21 00:00:00-04:00,116.569999694824,116.569999694824,116.569999694824,116.569999694824,99.5490626730046,0,0,0,0 2024-10-22 00:00:00-04:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,99.3782682251441,0,0,0,0 2024-10-23 00:00:00-04:00,115.430000305176,115.430000305176,115.430000305176,115.430000305176,98.5755199863408,0,0,0,0 2024-10-24 00:00:00-04:00,115.830001831055,115.830001831055,115.830001831055,115.830001831055,98.9171153974522,0,0,0,0 2024-10-25 00:00:00-04:00,116,116,116,116,99.0622913296727,0,0,0,0 2024-10-28 00:00:00-04:00,116.669998168945,116.669998168945,116.669998168945,116.669998168945,99.6344598969348,0,0,0,0 2024-10-29 00:00:00-04:00,116.73999786377,116.73999786377,116.73999786377,116.73999786377,99.694238605225,0,0,0,0 2024-10-30 00:00:00-04:00,115.720001220703,115.720001220703,115.720001220703,115.720001220703,98.8231764965118,0,0,0,0 2024-10-31 00:00:00-04:00,114.519996643066,114.519996643066,114.519996643066,114.519996643066,97.7983902631774,0,0,0,0 2024-11-01 00:00:00-04:00,115.129997253418,115.129997253418,115.129997253418,115.129997253418,98.3193217991595,0,0,0,0 2024-11-04 00:00:00-05:00,115.180000305176,115.180000305176,115.180000305176,115.180000305176,98.3620236688199,0,0,0,0 2024-11-05 00:00:00-05:00,116.449996948242,116.449996948242,116.449996948242,116.449996948242,99.446582095054,0,0,0,0 2024-11-06 00:00:00-05:00,115.25,115.25,115.25,115.25,98.4218023771101,0,0,0,0 2024-11-07 00:00:00-05:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,99.3782682251441,0,0,0,0 2024-11-08 00:00:00-05:00,114.830001831055,114.830001831055,114.830001831055,114.830001831055,98.0631301273688,0,0,0,0 2024-11-11 00:00:00-05:00,115.480003356934,115.480003356934,115.480003356934,115.480003356934,98.6182218560011,0,0,0,0 2024-11-12 00:00:00-05:00,114.48999786377,114.48999786377,114.48999786377,114.48999786377,97.7727717475374,0,0,0,0 2024-11-13 00:00:00-05:00,114.610000610352,114.610000610352,114.610000610352,114.610000610352,97.875252325488,0,0,0,0 2024-11-14 00:00:00-05:00,114.180000305176,114.180000305176,114.180000305176,114.180000305176,97.5080383987365,0,0,0,0 2024-11-15 00:00:00-05:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0 2024-11-18 00:00:00-05:00,112.879997253418,112.879997253418,112.879997253418,112.879997253418,96.3978549414719,0,0,0,0 2024-11-19 00:00:00-05:00,113.290000915527,113.290000915527,113.290000915527,113.290000915527,96.7479920295936,0,0,0,0 2024-11-20 00:00:00-05:00,113.379997253418,113.379997253418,113.379997253418,113.379997253418,96.8248475765136,0,0,0,0 2024-11-21 00:00:00-05:00,113.709999084473,113.709999084473,113.709999084473,113.709999084473,97.1066642793348,0,0,0,0 2024-11-22 00:00:00-05:00,114.160003662109,114.160003662109,114.160003662109,114.160003662109,97.4909615601067,0,0,0,0 2024-11-25 00:00:00-05:00,115.160003662109,115.160003662109,115.160003662109,115.160003662109,98.3449468301901,0,0,0,0 2024-11-26 00:00:00-05:00,114.76000213623,114.76000213623,114.76000213623,114.76000213623,98.0033514190786,0,0,0,0 2024-11-27 00:00:00-05:00,114.970001220703,114.970001220703,114.970001220703,114.970001220703,98.1826875439493,0,0,0,0 2024-11-29 00:00:00-05:00,115.339996337891,115.339996337891,115.339996337891,115.339996337891,98.4986579240302,0,0,0,0 2024-12-02 00:00:00-05:00,116.040000915527,116.040000915527,116.040000915527,116.040000915527,99.0964515223229,0,0,0,0 2024-12-03 00:00:00-05:00,116.110000610352,116.110000610352,116.110000610352,116.110000610352,99.1562302306131,0,0,0,0 2024-12-04 00:00:00-05:00,117.160003662109,117.160003662109,117.160003662109,117.160003662109,100.052917370357,0,0,0,0 2024-12-05 00:00:00-05:00,117.360000610352,117.360000610352,117.360000610352,117.360000610352,100.223711818217,0,0,0,0 2024-12-06 00:00:00-05:00,117.779998779297,117.779998779297,117.779998779297,117.779998779297,100.582384067959,0,0,0,0 2024-12-09 00:00:00-05:00,117.75,117.75,117.75,117.75,100.556765552319,0,0,0,0 2024-12-10 00:00:00-05:00,116.059997558594,116.059997558594,116.059997558594,116.059997558594,99.1135283609527,0,0,0,0 2024-12-11 00:00:00-05:00,117.069999694824,117.069999694824,117.069999694824,117.069999694824,99.9760553080463,0,0,0,0 2024-12-12 00:00:00-05:00,116.620002746582,116.620002746582,116.620002746582,116.620002746582,99.591764542665,0,0,0,0 2024-12-13 00:00:00-05:00,116.26000213623,116.26000213623,116.26000213623,116.26000213623,99.2843293242037,0,0,0,0 2024-12-16 00:00:00-05:00,115.830001831055,115.830001831055,115.830001831055,115.830001831055,98.9171153974522,0,0,0,0 2024-12-17 00:00:00-05:00,115.589996337891,115.589996337891,115.589996337891,115.589996337891,98.712154241551,0,0,0,0 2024-12-18 00:00:00-05:00,102.330001831055,102.330001831055,102.330001831055,102.330001831055,95.6355236078943,0,9.968,0,8.999 2024-12-19 00:00:00-05:00,102.040000915527,102.040000915527,102.040000915527,102.040000915527,95.3644946925522,0,0,0,0 2024-12-20 00:00:00-05:00,102.330001831055,102.330001831055,102.330001831055,102.330001831055,95.6355236078943,0,0,0,0 2024-12-23 00:00:00-05:00,103.139999389648,103.139999389648,103.139999389648,103.139999389648,96.3925307343588,0,0,0,0 2024-12-24 00:00:00-05:00,103.589996337891,103.589996337891,103.589996337891,103.589996337891,96.8130886645555,0,0,0,0 2024-12-26 00:00:00-05:00,103.410003662109,103.410003662109,103.410003662109,103.410003662109,96.6448711966975,0,0,0,0 2024-12-27 00:00:00-05:00,102.849998474121,102.849998474121,102.849998474121,102.849998474121,96.1215018190167,0,0,0,0 2024-12-30 00:00:00-05:00,101.949996948242,101.949996948242,101.949996948242,101.949996948242,95.2803788283474,0,0,0,0 2024-12-31 00:00:00-05:00,101.569999694824,101.569999694824,101.569999694824,101.569999694824,94.9252411790763,0,0,0,0 2025-01-02 00:00:00-05:00,101.699996948242,101.699996948242,101.699996948242,101.699996948242,95.0467339492879,0,0,0,0 2025-01-03 00:00:00-05:00,102.970001220703,102.970001220703,102.970001220703,102.970001220703,96.2336539278645,0,0,0,0 2025-01-06 00:00:00-05:00,104.370002746582,104.370002746582,104.370002746582,104.370002746582,97.5420666766528,0,0,0,0 2025-01-07 00:00:00-05:00,103.620002746582,103.620002746582,103.620002746582,103.620002746582,96.8411320394744,0,0,0,0 2025-01-08 00:00:00-05:00,103.389999389648,103.389999389648,103.389999389648,103.389999389648,96.6261756134183,0,0,0,0 2025-01-10 00:00:00-05:00,101.860000610352,101.860000610352,101.860000610352,101.860000610352,95.1962700944184,0,0,0,0 2025-01-13 00:00:00-05:00,100.919998168945,100.919998168945,100.919998168945,100.919998168945,94.3177630674664,0,0,0,0 2025-01-14 00:00:00-05:00,101.690002441406,101.690002441406,101.690002441406,101.690002441406,95.0373932879241,0,0,0,0 2025-01-15 00:00:00-05:00,103.26000213623,103.26000213623,103.26000213623,103.26000213623,96.5046828432066,0,0,0,0 2025-01-16 00:00:00-05:00,103.849998474121,103.849998474121,103.849998474121,103.849998474121,97.0560813352546,0,0,0,0 2025-01-17 00:00:00-05:00,104.319999694824,104.319999694824,104.319999694824,104.319999694824,97.4953348487306,0,0,0,0 2025-01-21 00:00:00-05:00,105.919998168945,105.919998168945,105.919998168945,105.919998168945,98.9906606486561,0,0,0,0 2025-01-22 00:00:00-05:00,106.370002746582,106.370002746582,106.370002746582,106.370002746582,99.4112257091287,0,0,0,0 2025-01-23 00:00:00-05:00,106.800003051758,106.800003051758,106.800003051758,106.800003051758,99.813095186322,0,0,0,0 2025-01-24 00:00:00-05:00,107.51000213623,107.51000213623,107.51000213623,107.51000213623,100.476645787218,0,0,0,0 2025-01-27 00:00:00-05:00,105.819999694824,105.819999694824,105.819999694824,105.819999694824,98.8972041230875,0,0,0,0 2025-01-28 00:00:00-05:00,107.050003051758,107.050003051758,107.050003051758,107.050003051758,100.046740065382,0,0,0,0 2025-01-29 00:00:00-05:00,106.919998168945,106.919998168945,106.919998168945,106.919998168945,99.9252401648941,0,0,0,0 2025-01-30 00:00:00-05:00,108.610000610352,108.610000610352,108.610000610352,108.610000610352,101.504681829024,0,0,0,0 2025-01-31 00:00:00-05:00,107.5,107.5,107.5,107.5,100.467297995578,0,0,0,0 2025-02-03 00:00:00-05:00,106.099998474121,106.099998474121,106.099998474121,106.099998474121,99.15888524679,0,0,0,0 2025-02-04 00:00:00-05:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0 2025-02-05 00:00:00-05:00,109.660003662109,109.660003662109,109.660003662109,109.660003662109,102.485993173185,0,0,0,0 2025-02-06 00:00:00-05:00,109.970001220703,109.970001220703,109.970001220703,109.970001220703,102.77571054153,0,0,0,0 2025-02-07 00:00:00-05:00,109.099998474121,109.099998474121,109.099998474121,109.099998474121,101.962623795504,0,0,0,0 2025-02-10 00:00:00-05:00,110.180000305176,110.180000305176,110.180000305176,110.180000305176,102.971971384307,0,0,0,0 2025-02-11 00:00:00-05:00,110.389999389648,110.389999389648,110.389999389648,110.389999389648,103.168232227084,0,0,0,0 2025-02-12 00:00:00-05:00,110.699996948242,110.699996948242,110.699996948242,110.699996948242,103.457949595429,0,0,0,0 2025-02-13 00:00:00-05:00,112.790000915527,112.790000915527,112.790000915527,112.790000915527,105.41122449211,0,0,0,0 2025-02-14 00:00:00-05:00,113.300003051758,113.300003051758,113.300003051758,113.300003051758,105.887862041869,0,0,0,0 2025-02-18 00:00:00-05:00,114.230003356934,114.230003356934,114.230003356934,114.230003356934,106.757021277181,0,0,0,0 2025-02-19 00:00:00-05:00,113.230003356934,113.230003356934,113.230003356934,113.230003356934,105.822441760943,0,0,0,0 2025-02-20 00:00:00-05:00,113.400001525879,113.400001525879,113.400001525879,113.400001525879,105.981318567437,0,0,0,0 2025-02-21 00:00:00-05:00,112.25,112.25,112.25,112.25,104.906550697708,0,0,0,0 2025-02-24 00:00:00-05:00,110.660003662109,110.660003662109,110.660003662109,110.660003662109,103.420572689423,0,0,0,0 2025-02-25 00:00:00-05:00,110.339996337891,110.339996337891,110.339996337891,110.339996337891,103.121500399162,0,0,0,0 2025-02-26 00:00:00-05:00,111.339996337891,111.339996337891,111.339996337891,111.339996337891,104.0560799154,0,0,0,0 2025-02-27 00:00:00-05:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0 2025-02-28 00:00:00-05:00,108.949996948242,108.949996948242,108.949996948242,108.949996948242,101.822435442013,0,0,0,0 2025-03-03 00:00:00-05:00,107.400001525879,107.400001525879,107.400001525879,107.400001525879,100.37384147001,0,0,0,0 2025-03-04 00:00:00-05:00,107.589996337891,107.589996337891,107.589996337891,107.589996337891,100.551406729507,0,0,0,0 2025-03-05 00:00:00-05:00,110.949996948242,110.949996948242,110.949996948242,110.949996948242,103.691594474489,0,0,0,0 2025-03-06 00:00:00-05:00,108.370002746582,108.370002746582,108.370002746582,108.370002746582,101.280384741605,0,0,0,0 2025-03-07 00:00:00-05:00,108.620002746582,108.620002746582,108.620002746582,108.620002746582,101.514029620664,0,0,0,0 2025-03-10 00:00:00-04:00,104.459999084473,104.459999084473,104.459999084473,104.459999084473,97.6261754105818,0,0,0,0 2025-03-11 00:00:00-04:00,105,105,105,105,98.1308492049834,0,0,0,0 2025-03-12 00:00:00-04:00,106.220001220703,106.220001220703,106.220001220703,106.220001220703,99.2710373556378,0,0,0,0 2025-03-13 00:00:00-04:00,104.980003356934,104.980003356934,104.980003356934,104.980003356934,98.11216075198,0,0,0,0 2025-03-14 00:00:00-04:00,107.809997558594,107.809997558594,107.809997558594,107.809997558594,100.757015363924,0,0,0,0 2025-03-17 00:00:00-04:00,109.620002746582,109.620002746582,109.620002746582,109.620002746582,102.448609136902,0,0,0,0 2025-03-18 00:00:00-04:00,108.589996337891,108.589996337891,108.589996337891,108.589996337891,101.485986245745,0,0,0,0 2025-03-19 00:00:00-04:00,109.5,109.5,109.5,109.5,102.336457028054,0,0,0,0 2025-03-20 00:00:00-04:00,109.029998779297,109.029998779297,109.029998779297,109.029998779297,101.897203514578,0,0,0,0 2025-03-21 00:00:00-04:00,108.029998779297,108.029998779297,108.029998779297,108.029998779297,100.96262399834,0,0,0,0 2025-03-24 00:00:00-04:00,108.680000305176,108.680000305176,108.680000305176,108.680000305176,101.57010210995,0,0,0,0 2025-03-25 00:00:00-04:00,108.680000305176,108.680000305176,108.680000305176,108.680000305176,101.57010210995,0,0,0,0 2025-03-26 00:00:00-04:00,106.26000213623,106.26000213623,106.26000213623,106.26000213623,99.3084213919205,0,0,0,0 2025-03-27 00:00:00-04:00,106.650001525879,106.650001525879,106.650001525879,106.650001525879,99.6729068328312,0,0,0,0 2025-03-28 00:00:00-04:00,104.559997558594,104.559997558594,104.559997558594,104.559997558594,97.7196319361505,0,0,0,0 2025-03-31 00:00:00-04:00,103.01000213623,103.01000213623,103.01000213623,103.01000213623,96.2710379641472,0,0,0,0 2025-04-01 00:00:00-04:00,103.129997253418,103.129997253418,103.129997253418,103.129997253418,96.3831829427192,0,0,0,0 2025-04-02 00:00:00-04:00,103.819999694824,103.819999694824,103.819999694824,103.819999694824,97.0280450906116,0,0,0,0 2025-04-03 00:00:00-04:00,100.059997558594,100.059997558594,100.059997558594,100.059997558594,93.5140241130797,0,0,0,0 2025-04-04 00:00:00-04:00,93.5199966430664,93.5199966430664,93.5199966430664,93.5199966430664,87.4018732212505,0,0,0,0 2025-04-07 00:00:00-04:00,92.1999969482422,92.1999969482422,92.1999969482422,92.1999969482422,86.1682285450275,0,0,0,0 2025-04-08 00:00:00-04:00,91.3600006103516,91.3600006103516,91.3600006103516,91.3600006103516,85.38318517392,0,0,0,0 2025-04-09 00:00:00-04:00,99.0800018310547,99.0800018310547,99.0800018310547,99.0800018310547,92.598140180121,0,0,0,0 2025-04-10 00:00:00-04:00,96.3499984741211,96.3499984741211,96.3499984741211,96.3499984741211,90.0467349634701,0,0,0,0 2025-04-11 00:00:00-04:00,98.9400024414063,98.9400024414063,98.9400024414063,98.9400024414063,92.4672996182698,0,0,0,0 2025-04-14 00:00:00-04:00,99.9199981689453,99.9199981689453,99.9199981689453,99.9199981689453,93.3831835512285,0,0,0,0 2025-04-15 00:00:00-04:00,100.849998474121,100.849998474121,100.849998474121,100.849998474121,94.2523427865408,0,0,0,0 2025-04-16 00:00:00-04:00,98.9899978637695,98.9899978637695,98.9899978637695,98.9899978637695,92.5140243159162,0,0,0,0 2025-04-17 00:00:00-04:00,99.6900024414063,99.6900024414063,99.6900024414063,99.6900024414063,93.1682342554482,0,0,0,0 2025-04-21 00:00:00-04:00,98.7200012207031,98.7200012207031,98.7200012207031,98.7200012207031,92.2616909838533,0,0,0,0 2025-04-22 00:00:00-04:00,100.769996643066,100.769996643066,100.769996643066,100.769996643066,94.1775747139756,0,0,0,0 2025-04-23 00:00:00-04:00,102.279998779297,102.279998779297,102.279998779297,102.279998779297,95.5887917799721,0,0,0,0 2025-04-24 00:00:00-04:00,104.540000915527,104.540000915527,104.540000915527,104.540000915527,97.7009434831471,0,0,0,0 2025-04-25 00:00:00-04:00,105.269996643066,105.269996643066,105.269996643066,105.269996643066,98.3831825370463,0,0,0,0 2025-04-28 00:00:00-04:00,105.150001525879,105.150001525879,105.150001525879,105.150001525879,98.2710375584743,0,0,0,0 2025-04-29 00:00:00-04:00,105.360000610352,105.360000610352,105.360000610352,105.360000610352,98.4672984012511,0,0,0,0 2025-04-30 00:00:00-04:00,106.040000915527,106.040000915527,106.040000915527,106.040000915527,99.102812757504,0,0,0,0 2025-05-01 00:00:00-04:00,106.019996643066,106.019996643066,106.019996643066,106.019996643066,99.0841171742247,0,0,0,0 2025-05-02 00:00:00-04:00,108.809997558594,108.809997558594,108.809997558594,108.809997558594,101.691594880162,0,0,0,0 2025-05-05 00:00:00-04:00,108.610000610352,108.610000610352,108.610000610352,108.610000610352,101.504681829024,0,0,0,0 2025-05-06 00:00:00-04:00,108.25,108.25,108.25,108.25,101.168232632757,0,0,0,0 2025-05-07 00:00:00-04:00,108.25,108.25,108.25,108.25,101.168232632757,0,0,0,0 2025-05-08 00:00:00-04:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0 2025-05-09 00:00:00-04:00,109.139999389648,109.139999389648,109.139999389648,109.139999389648,102.000007831786,0,0,0,0 2025-05-12 00:00:00-04:00,111.889999389648,111.889999389648,111.889999389648,111.889999389648,104.570101501441,0,0,0,0 2025-05-13 00:00:00-04:00,112.699996948242,112.699996948242,112.699996948242,112.699996948242,105.327108627905,0,0,0,0 2025-05-14 00:00:00-04:00,113.330001831055,113.330001831055,113.330001831055,113.330001831055,105.915898286512,0,0,0,0 2025-05-15 00:00:00-04:00,113.849998474121,113.849998474121,113.849998474121,113.849998474121,106.401876497634,0,0,0,0 2025-05-16 00:00:00-04:00,114.139999389648,114.139999389648,114.139999389648,114.139999389648,106.672905412976,0,0,0,0 2025-05-19 00:00:00-04:00,114.779998779297,114.779998779297,114.779998779297,114.779998779297,107.271035732946,0,0,0,0 2025-05-20 00:00:00-04:00,114.860000610352,114.860000610352,114.860000610352,114.860000610352,107.345803805512,0,0,0,0 2025-05-21 00:00:00-04:00,113.809997558594,113.809997558594,113.809997558594,113.809997558594,106.364492461351,0,0,0,0 2025-05-22 00:00:00-04:00,113.730003356934,113.730003356934,113.730003356934,113.730003356934,106.289731519062,0,0,0,0 2025-05-23 00:00:00-04:00,113.330001831055,113.330001831055,113.330001831055,113.330001831055,105.915898286512,0,0,0,0 2025-05-27 00:00:00-04:00,114.279998779297,114.279998779297,114.279998779297,114.279998779297,106.803745974827,0,0,0,0 2025-05-28 00:00:00-04:00,113.069999694824,113.069999694824,113.069999694824,113.069999694824,105.672905615813,0,0,0,0 2025-05-29 00:00:00-04:00,113.470001220703,113.470001220703,113.470001220703,113.470001220703,106.046738848363,0,0,0,0 2025-05-30 00:00:00-04:00,113.279998779297,113.279998779297,113.279998779297,113.279998779297,105.869166458589,0,0,0,0 2025-06-02 00:00:00-04:00,114.180000305176,114.180000305176,114.180000305176,114.180000305176,106.710289449259,0,0,0,0 2025-06-03 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,106.411224289274,0,0,0,0 2025-06-04 00:00:00-04:00,114.940002441406,114.940002441406,114.940002441406,114.940002441406,107.420571878077,0,0,0,0 2025-06-05 00:00:00-04:00,115.339996337891,115.339996337891,115.339996337891,115.339996337891,107.794397980351,0,0,0,0 2025-06-06 00:00:00-04:00,115.569999694824,115.569999694824,115.569999694824,115.569999694824,108.009354406407,0,0,0,0 2025-06-09 00:00:00-04:00,115.529998779297,115.529998779297,115.529998779297,115.529998779297,107.971970370125,0,0,0,0 2025-06-10 00:00:00-04:00,116.089996337891,116.089996337891,116.089996337891,116.089996337891,108.49533261753,0,0,0,0 2025-06-11 00:00:00-04:00,116.180000305176,116.180000305176,116.180000305176,116.180000305176,108.579448481735,0,0,0,0 2025-06-12 00:00:00-04:00,116.309997558594,116.309997558594,116.309997558594,116.309997558594,108.700941251946,0,0,0,0 2025-06-13 00:00:00-04:00,114.26000213623,114.26000213623,114.26000213623,114.26000213623,106.785057521824,0,0,0,0 2025-06-16 00:00:00-04:00,115.309997558594,115.309997558594,115.309997558594,115.309997558594,107.766361735708,0,0,0,0 2025-06-17 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,106.411224289274,0,0,0,0 2025-06-18 00:00:00-04:00,113.660003662109,113.660003662109,113.660003662109,113.660003662109,106.224311238136,0,0,0,0 2025-06-20 00:00:00-04:00,112.680000305176,112.680000305176,112.680000305176,112.680000305176,105.308420174902,0,0,0,0 2025-06-23 00:00:00-04:00,113.699996948242,113.699996948242,113.699996948242,113.699996948242,106.261688144143,0,0,0,0 2025-06-24 00:00:00-04:00,113.699996948242,113.699996948242,113.699996948242,113.699996948242,106.261688144143,0,0,0,0 2025-06-25 00:00:00-04:00,116.139999389648,116.139999389648,116.139999389648,116.139999389648,108.542064445452,0,0,0,0 2025-06-26 00:00:00-04:00,117.069999694824,117.069999694824,117.069999694824,117.069999694824,109.411223680764,0,0,0,0 2025-06-27 00:00:00-04:00,118.059997558594,118.059997558594,118.059997558594,118.059997558594,110.336455405363,0,0,0,0 2025-06-30 00:00:00-04:00,117.919998168945,117.919998168945,117.919998168945,117.919998168945,110.205614843511,0,0,0,0 2025-07-01 00:00:00-04:00,116.98999786377,116.98999786377,116.98999786377,116.98999786377,109.336455608199,0,0,0,0 2025-07-02 00:00:00-04:00,117.449996948242,117.449996948242,117.449996948242,117.449996948242,109.766361330035,0,0,0,0 2025-07-03 00:00:00-04:00,117.779998779297,117.779998779297,117.779998779297,117.779998779297,110.07477428166,0,0,0,0 2025-07-07 00:00:00-04:00,116.849998474121,116.849998474121,116.849998474121,116.849998474121,109.205615046348,0,0,0,0 2025-07-08 00:00:00-04:00,117.629997253418,117.629997253418,117.629997253418,117.629997253418,109.934585928169,0,0,0,0 2025-07-09 00:00:00-04:00,118.209999084473,118.209999084473,118.209999084473,118.209999084473,110.476643758853,0,0,0,0 2025-07-10 00:00:00-04:00,117.73999786377,117.73999786377,117.73999786377,117.73999786377,110.037390245378,0,0,0,0 2025-07-11 00:00:00-04:00,116.75,116.75,116.75,116.75,109.112158520779,0,0,0,0 2025-07-14 00:00:00-04:00,116.779998779297,116.779998779297,116.779998779297,116.779998779297,109.140194765422,0,0,0,0 2025-07-15 00:00:00-04:00,117.120002746582,117.120002746582,117.120002746582,117.120002746582,109.457955508687,0,0,0,0 2025-07-16 00:00:00-04:00,117.430000305176,117.430000305176,117.430000305176,117.430000305176,109.747672877032,0,0,0,0 2025-07-17 00:00:00-04:00,118.220001220703,118.220001220703,118.220001220703,118.220001220703,110.485991550493,0,0,0,0 2025-07-18 00:00:00-04:00,117.610000610352,117.610000610352,117.610000610352,117.610000610352,109.915897475166,0,0,0,0 2025-07-21 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0 2025-07-22 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0 2025-07-23 00:00:00-04:00,119.860000610352,119.860000610352,119.860000610352,119.860000610352,112.018701386701,0,0,0,0 2025-07-24 00:00:00-04:00,119.449996948242,119.449996948242,119.449996948242,119.449996948242,111.635520362511,0,0,0,0 2025-07-25 00:00:00-04:00,119.559997558594,119.559997558594,119.559997558594,119.559997558594,111.73832467972,0,0,0,0 2025-07-28 00:00:00-04:00,118.449996948242,118.449996948242,118.449996948242,118.449996948242,110.700940846273,0,0,0,0 2025-07-29 00:00:00-04:00,117.309997558594,117.309997558594,117.309997558594,117.309997558594,109.635520768184,0,0,0,0 2025-07-30 00:00:00-04:00,115.879997253418,115.879997253418,115.879997253418,115.879997253418,108.299071774753,0,0,0,0 2025-07-31 00:00:00-04:00,114.089996337891,114.089996337891,114.089996337891,114.089996337891,106.626173585054,0,0,0,0 2025-08-01 00:00:00-04:00,113.199996948242,113.199996948242,113.199996948242,113.199996948242,105.794398386024,0,0,0,0 2025-08-04 00:00:00-04:00,114.839996337891,114.839996337891,114.839996337891,114.839996337891,107.327108222232,0,0,0,0 2025-08-05 00:00:00-04:00,114.330001831055,114.330001831055,114.330001831055,114.330001831055,106.85047780275,0,0,0,0 2025-08-06 00:00:00-04:00,114.51000213623,114.51000213623,114.51000213623,114.51000213623,107.018702400883,0,0,0,0 2025-08-07 00:00:00-04:00,116.080001831055,116.080001831055,116.080001831055,116.080001831055,108.485991956166,0,0,0,0 2025-08-08 00:00:00-04:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,108.757020871508,0,0,0,0 2025-08-11 00:00:00-04:00,115.360000610352,115.360000610352,115.360000610352,115.360000610352,107.813093563631,0,0,0,0 2025-08-12 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0 2025-08-13 00:00:00-04:00,118.580001831055,118.580001831055,118.580001831055,118.580001831055,110.822440746761,0,0,0,0 2025-08-14 00:00:00-04:00,117.860000610352,117.860000610352,117.860000610352,117.860000610352,110.149542354225,0,0,0,0 2025-08-15 00:00:00-04:00,118.900001525879,118.900001525879,118.900001525879,118.900001525879,111.121505906746,0,0,0,0 2025-08-18 00:00:00-04:00,119.309997558594,119.309997558594,119.309997558594,119.309997558594,111.50467980066,0,0,0,0 2025-08-19 00:00:00-04:00,118.860000610352,118.860000610352,118.860000610352,118.860000610352,111.084121870463,0,0,0,0 2025-08-20 00:00:00-04:00,118.569999694824,118.569999694824,118.569999694824,118.569999694824,110.813092955121,0,0,0,0 2025-08-21 00:00:00-04:00,117.940002441406,117.940002441406,117.940002441406,117.940002441406,110.224310426791,0,0,0,0 2025-08-22 00:00:00-04:00,120.230003356934,120.230003356934,120.230003356934,120.230003356934,112.364498374609,0,0,0,0 2025-08-25 00:00:00-04:00,119.349998474121,119.349998474121,119.349998474121,119.349998474121,111.542063836943,0,0,0,0 2025-08-26 00:00:00-04:00,119.800003051758,119.800003051758,119.800003051758,119.800003051758,111.962628897415,0,0,0,0 2025-08-27 00:00:00-04:00,119.199996948242,119.199996948242,119.199996948242,119.199996948242,111.401875483452,0,0,0,0 2025-08-28 00:00:00-04:00,119.529998779297,119.529998779297,119.529998779297,119.529998779297,111.710288435077,0,0,0,0 2025-08-29 00:00:00-04:00,118.589996337891,118.589996337891,118.589996337891,118.589996337891,110.831781408125,0,0,0,0 2025-09-02 00:00:00-04:00,117.099998474121,117.099998474121,117.099998474121,117.099998474121,109.439259925407,0,0,0,0 2025-09-03 00:00:00-04:00,117.660003662109,117.660003662109,117.660003662109,117.660003662109,109.962629303088,0,0,0,0 2025-09-04 00:00:00-04:00,118.580001831055,118.580001831055,118.580001831055,118.580001831055,110.822440746761,0,0,0,0 2025-09-05 00:00:00-04:00,119.410003662109,119.410003662109,119.410003662109,119.410003662109,111.598143456504,0,0,0,0 2025-09-08 00:00:00-04:00,120.5,120.5,120.5,120.5,112.616831706671,0,0,0,0 2025-09-09 00:00:00-04:00,120.860000610352,120.860000610352,120.860000610352,120.860000610352,112.953280902939,0,0,0,0 2025-09-10 00:00:00-04:00,120.610000610352,120.610000610352,120.610000610352,120.610000610352,112.71963602388,0,0,0,0 2025-09-11 00:00:00-04:00,121.599998474121,121.599998474121,121.599998474121,121.599998474121,113.644867748478,0,0,0,0 2025-09-12 00:00:00-04:00,121.209999084473,121.209999084473,121.209999084473,121.209999084473,113.280382307567,0,0,0,0 2025-09-15 00:00:00-04:00,122.430000305176,122.430000305176,122.430000305176,122.430000305176,114.420570458222,0,0,0,0 2025-09-16 00:00:00-04:00,122.900001525879,122.900001525879,122.900001525879,122.900001525879,114.859823971698,0,0,0,0 2025-09-17 00:00:00-04:00,123.110000610352,123.110000610352,123.110000610352,123.110000610352,115.056084814475,0,0,0,0 2025-09-18 00:00:00-04:00,124.75,124.75,124.75,124.75,116.588794650683,0,0,0,0 2025-09-19 00:00:00-04:00,123.940002441406,123.940002441406,123.940002441406,123.940002441406,115.831787524218,0,0,0,0 2025-09-22 00:00:00-04:00,124.569999694824,124.569999694824,124.569999694824,124.569999694824,116.420570052549,0,0,0,0 2025-09-23 00:00:00-04:00,124,124,124,124,115.887860013504,0,0,0,0 2025-09-24 00:00:00-04:00,123.26000213623,123.26000213623,123.26000213623,123.26000213623,115.196273167965,0,0,0,0 2025-09-25 00:00:00-04:00,122.220001220703,122.220001220703,122.220001220703,122.220001220703,114.224309615445,0,0,0,0 2025-09-26 00:00:00-04:00,122.120002746582,122.120002746582,122.120002746582,122.120002746582,114.130853089876,0,0,0,0 2025-09-29 00:00:00-04:00,123.169998168945,123.169998168945,123.169998168945,123.169998168945,115.112157303761,0,0,0,0 2025-09-30 00:00:00-04:00,123.199996948242,123.199996948242,123.199996948242,123.199996948242,115.140193548404,0,0,0,0 2025-10-01 00:00:00-04:00,123.860000610352,123.860000610352,123.860000610352,123.860000610352,115.757019451653,0,0,0,0 2025-10-02 00:00:00-04:00,125.309997558594,125.309997558594,125.309997558594,125.309997558594,117.112156898088,0,0,0,0 2025-10-03 00:00:00-04:00,125.650001525879,125.650001525879,125.650001525879,125.650001525879,117.429917641352,0,0,0,0 2025-10-06 00:00:00-04:00,126.889999389648,126.889999389648,126.889999389648,126.889999389648,118.58879424501,0,0,0,0 2025-10-07 00:00:00-04:00,125.580001831055,125.580001831055,125.580001831055,125.580001831055,117.364497360426,0,0,0,0 2025-10-08 00:00:00-04:00,126.120002746582,126.120002746582,126.120002746582,126.120002746582,117.869171154828,0,0,0,0 2025-10-09 00:00:00-04:00,125.040000915527,125.040000915527,125.040000915527,125.040000915527,116.859823566025,0,0,0,0 2025-10-10 00:00:00-04:00,120.529998779297,120.529998779297,120.529998779297,120.529998779297,112.644867951314,0,0,0,0 2025-10-13 00:00:00-04:00,123.080001831055,123.080001831055,123.080001831055,123.080001831055,115.028048569832,0,0,0,0 2025-10-14 00:00:00-04:00,122.540000915527,122.540000915527,122.540000915527,122.540000915527,114.52337477543,0,0,0,0 2025-10-15 00:00:00-04:00,122.839996337891,122.839996337891,122.839996337891,122.839996337891,114.803744352136,0,0,0,0 2025-10-16 00:00:00-04:00,122.970001220703,122.970001220703,122.970001220703,122.970001220703,114.925244252623,0,0,0,0 2025-10-17 00:00:00-04:00,123.040000915527,123.040000915527,123.040000915527,123.040000915527,114.990664533549,0,0,0,0 2025-10-20 00:00:00-04:00,124.769996643066,124.769996643066,124.769996643066,124.769996643066,116.607483103686,0,0,0,0 2025-10-21 00:00:00-04:00,124.120002746582,124.120002746582,124.120002746582,124.120002746582,116.000012122352,0,0,0,0 2025-10-22 00:00:00-04:00,122.669998168945,122.669998168945,122.669998168945,122.669998168945,114.644867545642,0,0,0,0 2025-10-23 00:00:00-04:00,123.949996948242,123.949996948242,123.949996948242,123.949996948242,115.841128185582,0,0,0,0 2025-10-24 00:00:00-04:00,124.440002441406,124.440002441406,124.440002441406,124.440002441406,116.299077282337,0,0,0,0 2025-10-27 00:00:00-04:00,126.180000305176,126.180000305176,126.180000305176,126.180000305176,117.925243644114,0,0,0,0 2025-10-28 00:00:00-04:00,125.730003356934,125.730003356934,125.730003356934,125.730003356934,117.504685713917,0,0,0,0 2025-10-29 00:00:00-04:00,126,126,126,126,117.75701904598,0,0,0,0 2025-10-30 00:00:00-04:00,125.300003051758,125.300003051758,125.300003051758,125.300003051758,117.102816236724,0,0,0,0 2025-10-31 00:00:00-04:00,124.940002441406,124.940002441406,124.940002441406,124.940002441406,116.766367040456,0,0,0,0 2025-11-03 00:00:00-05:00,125.080001831055,125.080001831055,125.080001831055,125.080001831055,116.897207602307,0,0,0,0 2025-11-04 00:00:00-05:00,122.650001525879,122.650001525879,122.650001525879,122.650001525879,114.626179092638,0,0,0,0 2025-11-05 00:00:00-05:00,123.150001525879,123.150001525879,123.150001525879,123.150001525879,115.093468850757,0,0,0,0 2025-11-06 00:00:00-05:00,121.400001525879,121.400001525879,121.400001525879,121.400001525879,113.457954697341,0,0,0,0 2025-11-07 00:00:00-05:00,120.959999084473,120.959999084473,120.959999084473,120.959999084473,113.046737428508,0,0,0,0 2025-11-10 00:00:00-05:00,122.849998474121,122.849998474121,122.849998474121,122.849998474121,114.813092143775,0,0,0,0 2025-11-11 00:00:00-05:00,123.300003051758,123.300003051758,123.300003051758,123.300003051758,115.233657204248,0,0,0,0 2025-11-12 00:00:00-05:00,123.650001525879,123.650001525879,123.650001525879,123.650001525879,115.560758608876,0,0,0,0 2025-11-13 00:00:00-05:00,121.470001220703,121.470001220703,121.470001220703,121.470001220703,113.523374978266,0,0,0,0 2025-11-14 00:00:00-05:00,121.330001831055,121.330001831055,121.330001831055,121.330001831055,113.392534416415,0,0,0,0 2025-11-17 00:00:00-05:00,119.73999786377,119.73999786377,119.73999786377,119.73999786377,111.906549277853,0,0,0,0 2025-11-18 00:00:00-05:00,118.410003662109,118.410003662109,118.410003662109,118.410003662109,110.663563940267,0,0,0,0 2025-11-19 00:00:00-05:00,118.279998779297,118.279998779297,118.279998779297,118.279998779297,110.542064039779,0,0,0,0 2025-11-20 00:00:00-05:00,115.160003662109,115.160003662109,115.160003662109,115.160003662109,107.626180512493,0,0,0,0 2025-11-21 00:00:00-05:00,116.569999694824,116.569999694824,116.569999694824,116.569999694824,108.943933922645,0,0,0,0 2025-11-24 00:00:00-05:00,117.610000610352,117.610000610352,117.610000610352,117.610000610352,109.915897475166,0,0,0,0 2025-11-25 00:00:00-05:00,118.849998474121,118.849998474121,118.849998474121,118.849998474121,111.074774078824,0,0,0,0 2025-11-26 00:00:00-05:00,119.889999389648,119.889999389648,119.889999389648,119.889999389648,112.046737631344,0,0,0,0 2025-11-28 00:00:00-05:00,120.910003662109,120.910003662109,120.910003662109,120.910003662109,113.000012730861,0,0,0,0 2025-12-01 00:00:00-05:00,120,120,120,120,112.149541948552,0,0,0,0 2025-12-02 00:00:00-05:00,120.769996643066,120.769996643066,120.769996643066,120.769996643066,112.869165038734,0,0,0,0 2025-12-03 00:00:00-05:00,121.389999389648,121.389999389648,121.389999389648,121.389999389648,113.448606905701,0,0,0,0 2025-12-04 00:00:00-05:00,121.559997558594,121.559997558594,121.559997558594,121.559997558594,113.607483712195,0,0,0,0 2025-12-05 00:00:00-05:00,121.519996643066,121.519996643066,121.519996643066,121.519996643066,113.570099675913,0,0,0,0 2025-12-08 00:00:00-05:00,121.48999786377,121.48999786377,121.48999786377,121.48999786377,113.54206343127,0,0,0,0 2025-12-09 00:00:00-05:00,121.160003662109,121.160003662109,121.160003662109,121.160003662109,113.233657609921,0,0,0,0 2025-12-10 00:00:00-05:00,122.550003051758,122.550003051758,122.550003051758,122.550003051758,114.53272256707,0,0,0,0 2025-12-11 00:00:00-05:00,122.669998168945,122.669998168945,122.669998168945,122.669998168945,114.644867545642,0,0,0,0 2025-12-12 00:00:00-05:00,121.089996337891,121.089996337891,121.089996337891,121.089996337891,113.168230198719,0,0,0,0 2025-12-15 00:00:00-05:00,120.769996643066,120.769996643066,120.769996643066,120.769996643066,112.869165038734,0,0,0,0 2025-12-16 00:00:00-05:00,120.099998474121,120.099998474121,120.099998474121,120.099998474121,112.242998474121,0,0,0,0 2025-12-17 00:00:00-05:00,110.440002441406,110.440002441406,110.440002441406,110.440002441406,110.440002441406,0,7.857,0,6.42 2025-12-18 00:00:00-05:00,111.779998779297,111.779998779297,111.779998779297,111.779998779297,111.779998779297,0,0,0,0 2025-12-19 00:00:00-05:00,112.76000213623,112.76000213623,112.76000213623,112.76000213623,112.76000213623,0,0,0,0 2025-12-22 00:00:00-05:00,113.379997253418,113.379997253418,113.379997253418,113.379997253418,113.379997253418,0,0,0,0 2025-12-23 00:00:00-05:00,114.01000213623,114.01000213623,114.01000213623,114.01000213623,114.01000213623,0,0,0,0 2025-12-24 00:00:00-05:00,114.129997253418,114.129997253418,114.129997253418,114.129997253418,114.129997253418,0,0,0,0 2025-12-26 00:00:00-05:00,114.709999084473,114.709999084473,114.709999084473,114.709999084473,114.709999084473,0,0,0,0 2025-12-29 00:00:00-05:00,114.440002441406,114.440002441406,114.440002441406,114.440002441406,114.440002441406,0,0,0,0 2025-12-30 00:00:00-05:00,114.379997253418,114.379997253418,114.379997253418,114.379997253418,114.379997253418,0,0,0,0 2025-12-31 00:00:00-05:00,113.98999786377,113.98999786377,113.98999786377,113.98999786377,113.98999786377,0,0,0,0 2026-01-02 00:00:00-05:00,115.680000305176,115.680000305176,115.680000305176,115.680000305176,115.680000305176,0,0,0,0 2026-01-05 00:00:00-05:00,118.099998474121,118.099998474121,118.099998474121,118.099998474121,118.099998474121,0,0,0,0 2026-01-06 00:00:00-05:00,118.98999786377,118.98999786377,118.98999786377,118.98999786377,118.98999786377,0,0,0,0 2026-01-07 00:00:00-05:00,118.019996643066,118.019996643066,118.019996643066,118.019996643066,118.019996643066,0,0,0,0 2026-01-08 00:00:00-05:00,117.5,117.5,117.5,117.5,117.5,0,0,0,0 2026-01-09 00:00:00-05:00,118.620002746582,118.620002746582,118.620002746582,118.620002746582,118.620002746582,0,0,0,0 ================================================ FILE: tests/data/VWILX-1d-cg-double-count.csv ================================================ Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains 2024-01-10 00:00:00-05:00,100.02999877929688,100.02999877929688,100.02999877929688,100.02999877929688,73.67626190185547,0,0.0,0.0,0.0 2024-01-11 00:00:00-05:00,100.25,100.25,100.25,100.25,73.83830261230469,0,0.0,0.0,0.0 2024-01-12 00:00:00-05:00,100.44000244140625,100.44000244140625,100.44000244140625,100.44000244140625,73.9782485961914,0,0.0,0.0,0.0 2024-01-16 00:00:00-05:00,98.70999908447266,98.70999908447266,98.70999908447266,98.70999908447266,72.70402526855469,0,0.0,0.0,0.0 2024-01-17 00:00:00-05:00,97.05999755859375,97.05999755859375,97.05999755859375,97.05999755859375,71.48873138427734,0,0.0,0.0,0.0 2024-01-18 00:00:00-05:00,98.02999877929688,98.02999877929688,98.02999877929688,98.02999877929688,72.20317840576172,0,0.0,0.0,0.0 2024-01-19 00:00:00-05:00,98.7699966430664,98.7699966430664,98.7699966430664,98.7699966430664,72.74822235107422,0,0.0,0.0,0.0 2024-01-22 00:00:00-05:00,98.76000213623047,98.76000213623047,98.76000213623047,98.76000213623047,72.74085235595703,0,0.0,0.0,0.0 2024-01-23 00:00:00-05:00,99.37000274658203,99.37000274658203,99.37000274658203,99.37000274658203,73.19014739990234,0,0.0,0.0,0.0 2024-01-24 00:00:00-05:00,100.41000366210938,100.41000366210938,100.41000366210938,100.41000366210938,73.95614624023438,0,0.0,0.0,0.0 2024-01-25 00:00:00-05:00,100.3499984741211,100.3499984741211,100.3499984741211,100.3499984741211,73.91195678710938,0,0.0,0.0,0.0 2024-01-26 00:00:00-05:00,100.83999633789062,100.83999633789062,100.83999633789062,100.83999633789062,74.27285766601562,0,0.0,0.0,0.0 2024-01-29 00:00:00-05:00,101.19000244140625,101.19000244140625,101.19000244140625,101.19000244140625,74.53065490722656,0,0.0,0.0,0.0 2024-01-30 00:00:00-05:00,100.41000366210938,100.41000366210938,100.41000366210938,100.41000366210938,73.95614624023438,0,0.0,0.0,0.0 2024-01-31 00:00:00-05:00,99.27999877929688,99.27999877929688,99.27999877929688,99.27999877929688,73.12385559082031,0,0.0,0.0,0.0 2024-02-01 00:00:00-05:00,100.80000305175781,100.80000305175781,100.80000305175781,100.80000305175781,74.24340057373047,0,0.0,0.0,0.0 2024-02-02 00:00:00-05:00,100.12000274658203,100.12000274658203,100.12000274658203,100.12000274658203,73.7425537109375,0,0.0,0.0,0.0 2024-02-05 00:00:00-05:00,100.2699966430664,100.2699966430664,100.2699966430664,100.2699966430664,73.85303497314453,0,0.0,0.0,0.0 2024-02-06 00:00:00-05:00,101.08000183105469,101.08000183105469,101.08000183105469,101.08000183105469,74.44963073730469,0,0.0,0.0,0.0 2024-02-07 00:00:00-05:00,101.86000061035156,101.86000061035156,101.86000061035156,101.86000061035156,75.02413177490234,0,0.0,0.0,0.0 2024-02-08 00:00:00-05:00,102.72000122070312,102.72000122070312,102.72000122070312,102.72000122070312,75.65755462646484,0,0.0,0.0,0.0 2024-02-09 00:00:00-05:00,103.44000244140625,103.44000244140625,103.44000244140625,103.44000244140625,76.18787384033203,0,0.0,0.0,0.0 2024-02-12 00:00:00-05:00,103.54000091552734,103.54000091552734,103.54000091552734,103.54000091552734,76.26152801513672,0,0.0,0.0,0.0 2024-02-13 00:00:00-05:00,101.23999786376953,101.23999786376953,101.23999786376953,101.23999786376953,74.56747436523438,0,0.0,0.0,0.0 2024-02-14 00:00:00-05:00,103.01000213623047,103.01000213623047,103.01000213623047,103.01000213623047,75.87116241455078,0,0.0,0.0,0.0 2024-02-15 00:00:00-05:00,104.33000183105469,104.33000183105469,104.33000183105469,104.33000183105469,76.84339141845703,0,0.0,0.0,0.0 2024-02-16 00:00:00-05:00,104.3499984741211,104.3499984741211,104.3499984741211,104.3499984741211,76.85812377929688,0,0.0,0.0,0.0 2024-02-20 00:00:00-05:00,103.4800033569336,103.4800033569336,103.4800033569336,103.4800033569336,76.21733856201172,0,0.0,0.0,0.0 2024-02-21 00:00:00-05:00,103.75,103.75,103.75,103.75,76.41619873046875,0,0.0,0.0,0.0 2024-02-22 00:00:00-05:00,106.08000183105469,106.08000183105469,106.08000183105469,106.08000183105469,78.13233947753906,0,0.0,0.0,0.0 2024-02-23 00:00:00-05:00,105.2699966430664,105.2699966430664,105.2699966430664,105.2699966430664,77.53573608398438,0,0.0,0.0,0.0 2024-02-26 00:00:00-05:00,105.3499984741211,105.3499984741211,105.3499984741211,105.3499984741211,77.59466552734375,0,0.0,0.0,0.0 2024-02-27 00:00:00-05:00,105.93000030517578,105.93000030517578,105.93000030517578,105.93000030517578,78.02185821533203,0,0.0,0.0,0.0 2024-02-28 00:00:00-05:00,105.20999908447266,105.20999908447266,105.20999908447266,105.20999908447266,77.49154663085938,0,0.0,0.0,0.0 2024-02-29 00:00:00-05:00,105.5199966430664,105.5199966430664,105.5199966430664,105.5199966430664,77.7198715209961,0,0.0,0.0,0.0 2024-03-01 00:00:00-05:00,107.01000213623047,107.01000213623047,107.01000213623047,107.01000213623047,78.81732940673828,0,0.0,0.0,0.0 2024-03-04 00:00:00-05:00,106.44999694824219,106.44999694824219,106.44999694824219,106.44999694824219,78.40485382080078,0,0.0,0.0,0.0 2024-03-05 00:00:00-05:00,105.23999786376953,105.23999786376953,105.23999786376953,105.23999786376953,77.5136489868164,0,0.0,0.0,0.0 2024-03-06 00:00:00-05:00,106.62999725341797,106.62999725341797,106.62999725341797,106.62999725341797,78.53743743896484,0,0.0,0.0,0.0 2024-03-07 00:00:00-05:00,108.18000030517578,108.18000030517578,108.18000030517578,108.18000030517578,79.6790771484375,0,0.0,0.0,0.0 2024-03-08 00:00:00-05:00,106.98999786376953,106.98999786376953,106.98999786376953,106.98999786376953,78.8025894165039,0,0.0,0.0,0.0 2024-03-11 00:00:00-04:00,107.11000061035156,107.11000061035156,107.11000061035156,107.11000061035156,78.89097595214844,0,0.0,0.0,0.0 2024-03-12 00:00:00-04:00,108.73999786376953,108.73999786376953,108.73999786376953,108.73999786376953,80.09153747558594,0,0.0,0.0,0.0 2024-03-13 00:00:00-04:00,108.55000305175781,108.55000305175781,108.55000305175781,108.55000305175781,79.95159912109375,0,0.0,0.0,0.0 2024-03-14 00:00:00-04:00,107.19999694824219,107.19999694824219,107.19999694824219,107.19999694824219,78.95726013183594,0,0.0,0.0,0.0 2024-03-15 00:00:00-04:00,106.12000274658203,106.12000274658203,106.12000274658203,106.12000274658203,78.16180419921875,0,0.0,0.0,0.0 2024-03-18 00:00:00-04:00,106.38999938964844,106.38999938964844,106.38999938964844,106.38999938964844,78.36066436767578,0,0.0,0.0,0.0 2024-03-19 00:00:00-04:00,106.45999908447266,106.45999908447266,106.45999908447266,106.45999908447266,78.41222381591797,0,0.0,0.0,0.0 2024-03-20 00:00:00-04:00,107.76000213623047,107.76000213623047,107.76000213623047,107.76000213623047,79.36973571777344,0,0.0,0.0,0.0 2024-03-21 00:00:00-04:00,108.04000091552734,108.04000091552734,108.04000091552734,108.04000091552734,79.57596588134766,0,0.0,0.0,0.0 2024-03-22 00:00:00-04:00,107.94999694824219,107.94999694824219,107.94999694824219,107.94999694824219,79.5096664428711,0,0.0,0.0,0.0 2024-03-25 00:00:00-04:00,107.79000091552734,107.79000091552734,107.79000091552734,107.79000091552734,79.3918228149414,0,0.0,0.0,0.0 2024-03-26 00:00:00-04:00,107.55999755859375,107.55999755859375,107.55999755859375,107.55999755859375,79.22241973876953,0,0.0,0.0,0.0 2024-03-27 00:00:00-04:00,107.6500015258789,107.6500015258789,107.6500015258789,107.6500015258789,79.28871154785156,0,0.0,0.0,0.0 2024-03-28 00:00:00-04:00,107.19999694824219,107.19999694824219,107.19999694824219,107.19999694824219,78.95726013183594,0,0.0,0.0,0.0 2024-04-01 00:00:00-04:00,107.29000091552734,107.29000091552734,107.29000091552734,107.29000091552734,79.0235595703125,0,0.0,0.0,0.0 2024-04-02 00:00:00-04:00,106.79000091552734,106.79000091552734,106.79000091552734,106.79000091552734,78.65528106689453,0,0.0,0.0,0.0 2024-04-03 00:00:00-04:00,107.29000091552734,107.29000091552734,107.29000091552734,107.29000091552734,79.0235595703125,0,0.0,0.0,0.0 2024-04-04 00:00:00-04:00,106.4000015258789,106.4000015258789,106.4000015258789,106.4000015258789,78.36803436279297,0,0.0,0.0,0.0 2024-04-05 00:00:00-04:00,106.95999908447266,106.95999908447266,106.95999908447266,106.95999908447266,78.7804946899414,0,0.0,0.0,0.0 2024-04-08 00:00:00-04:00,107.47000122070312,107.47000122070312,107.47000122070312,107.47000122070312,79.1561279296875,0,0.0,0.0,0.0 2024-04-09 00:00:00-04:00,107.87999725341797,107.87999725341797,107.87999725341797,107.87999725341797,79.45811462402344,0,0.0,0.0,0.0 2024-04-10 00:00:00-04:00,106.56999969482422,106.56999969482422,106.56999969482422,106.56999969482422,78.49324035644531,0,0.0,0.0,0.0 2024-04-11 00:00:00-04:00,107.4000015258789,107.4000015258789,107.4000015258789,107.4000015258789,79.10457611083984,0,0.0,0.0,0.0 2024-04-12 00:00:00-04:00,105.08000183105469,105.08000183105469,105.08000183105469,105.08000183105469,77.39579772949219,0,0.0,0.0,0.0 2024-04-15 00:00:00-04:00,104.30999755859375,104.30999755859375,104.30999755859375,104.30999755859375,76.82865905761719,0,0.0,0.0,0.0 2024-04-16 00:00:00-04:00,103.9800033569336,103.9800033569336,103.9800033569336,103.9800033569336,76.58560180664062,0,0.0,0.0,0.0 2024-04-17 00:00:00-04:00,103.27999877929688,103.27999877929688,103.27999877929688,103.27999877929688,76.07002258300781,0,0.0,0.0,0.0 2024-04-18 00:00:00-04:00,102.4800033569336,102.4800033569336,102.4800033569336,102.4800033569336,75.48078918457031,0,0.0,0.0,0.0 2024-04-19 00:00:00-04:00,101.13999938964844,101.13999938964844,101.13999938964844,101.13999938964844,74.49382019042969,0,0.0,0.0,0.0 2024-04-22 00:00:00-04:00,102.58000183105469,102.58000183105469,102.58000183105469,102.58000183105469,75.554443359375,0,0.0,0.0,0.0 2024-04-23 00:00:00-04:00,104.87999725341797,104.87999725341797,104.87999725341797,104.87999725341797,77.24848937988281,0,0.0,0.0,0.0 2024-04-24 00:00:00-04:00,104.66000366210938,104.66000366210938,104.66000366210938,104.66000366210938,77.08645629882812,0,0.0,0.0,0.0 2024-04-25 00:00:00-04:00,103.93000030517578,103.93000030517578,103.93000030517578,103.93000030517578,76.54877471923828,0,0.0,0.0,0.0 2024-04-26 00:00:00-04:00,105.23999786376953,105.23999786376953,105.23999786376953,105.23999786376953,77.5136489868164,0,0.0,0.0,0.0 2024-04-29 00:00:00-04:00,105.75,105.75,105.75,105.75,77.8892822265625,0,0.0,0.0,0.0 2024-04-30 00:00:00-04:00,103.94999694824219,103.94999694824219,103.94999694824219,103.94999694824219,76.5634994506836,0,0.0,0.0,0.0 2024-05-01 00:00:00-04:00,103.77999877929688,103.77999877929688,103.77999877929688,103.77999877929688,76.43829345703125,0,0.0,0.0,0.0 2024-05-02 00:00:00-04:00,106.27999877929688,106.27999877929688,106.27999877929688,106.27999877929688,78.27964782714844,0,0.0,0.0,0.0 2024-05-03 00:00:00-04:00,107.97000122070312,107.97000122070312,107.97000122070312,107.97000122070312,79.52440643310547,0,0.0,0.0,0.0 2024-05-06 00:00:00-04:00,108.73999786376953,108.73999786376953,108.73999786376953,108.73999786376953,80.09153747558594,0,0.0,0.0,0.0 2024-05-07 00:00:00-04:00,108.66999816894531,108.66999816894531,108.66999816894531,108.66999816894531,80.03998565673828,0,0.0,0.0,0.0 2024-05-08 00:00:00-04:00,108.2300033569336,108.2300033569336,108.2300033569336,108.2300033569336,79.71590423583984,0,0.0,0.0,0.0 2024-05-09 00:00:00-04:00,108.63999938964844,108.63999938964844,108.63999938964844,108.63999938964844,80.01788330078125,0,0.0,0.0,0.0 2024-05-10 00:00:00-04:00,108.81999969482422,108.81999969482422,108.81999969482422,108.81999969482422,80.15045928955078,0,0.0,0.0,0.0 2024-05-13 00:00:00-04:00,109.08999633789062,109.08999633789062,109.08999633789062,109.08999633789062,80.34932708740234,0,0.0,0.0,0.0 2024-05-14 00:00:00-04:00,110.18000030517578,110.18000030517578,110.18000030517578,110.18000030517578,81.15216064453125,0,0.0,0.0,0.0 2024-05-15 00:00:00-04:00,111.88999938964844,111.88999938964844,111.88999938964844,111.88999938964844,82.4116439819336,0,0.0,0.0,0.0 2024-05-16 00:00:00-04:00,111.44999694824219,111.44999694824219,111.44999694824219,111.44999694824219,82.08757019042969,0,0.0,0.0,0.0 2024-05-17 00:00:00-04:00,111.47000122070312,111.47000122070312,111.47000122070312,111.47000122070312,82.10230255126953,0,0.0,0.0,0.0 2024-05-20 00:00:00-04:00,112.1500015258789,112.1500015258789,112.1500015258789,112.1500015258789,82.6031494140625,0,0.0,0.0,0.0 2024-05-21 00:00:00-04:00,111.66000366210938,111.66000366210938,111.66000366210938,111.66000366210938,82.24224090576172,0,0.0,0.0,0.0 2024-05-22 00:00:00-04:00,111.45999908447266,111.45999908447266,111.45999908447266,111.45999908447266,82.09493255615234,0,0.0,0.0,0.0 2024-05-23 00:00:00-04:00,111.36000061035156,111.36000061035156,111.36000061035156,111.36000061035156,82.02127838134766,0,0.0,0.0,0.0 2024-05-24 00:00:00-04:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0 2024-05-28 00:00:00-04:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0 2024-05-29 00:00:00-04:00,110.45999908447266,110.45999908447266,110.45999908447266,110.45999908447266,81.35839080810547,0,0.0,0.0,0.0 2024-05-30 00:00:00-04:00,110.68000030517578,110.68000030517578,110.68000030517578,110.68000030517578,81.52043151855469,0,0.0,0.0,0.0 2024-05-31 00:00:00-04:00,110.79000091552734,110.79000091552734,110.79000091552734,110.79000091552734,81.60144805908203,0,0.0,0.0,0.0 2024-06-03 00:00:00-04:00,111.58000183105469,111.58000183105469,111.58000183105469,111.58000183105469,82.18331909179688,0,0.0,0.0,0.0 2024-06-04 00:00:00-04:00,111.13999938964844,111.13999938964844,111.13999938964844,111.13999938964844,81.85923767089844,0,0.0,0.0,0.0 2024-06-05 00:00:00-04:00,113.23999786376953,113.23999786376953,113.23999786376953,113.23999786376953,83.40597534179688,0,0.0,0.0,0.0 2024-06-06 00:00:00-04:00,113.72000122070312,113.72000122070312,113.72000122070312,113.72000122070312,83.759521484375,0,0.0,0.0,0.0 2024-06-07 00:00:00-04:00,112.05999755859375,112.05999755859375,112.05999755859375,112.05999755859375,82.53685760498047,0,0.0,0.0,0.0 2024-06-10 00:00:00-04:00,112.37999725341797,112.37999725341797,112.37999725341797,112.37999725341797,82.77255249023438,0,0.0,0.0,0.0 2024-06-11 00:00:00-04:00,111.5999984741211,111.5999984741211,111.5999984741211,111.5999984741211,82.19804382324219,0,0.0,0.0,0.0 2024-06-12 00:00:00-04:00,113.05999755859375,113.05999755859375,113.05999755859375,113.05999755859375,83.27339935302734,0,0.0,0.0,0.0 2024-06-13 00:00:00-04:00,111.95999908447266,111.95999908447266,111.95999908447266,111.95999908447266,82.46320343017578,0,0.0,0.0,0.0 2024-06-14 00:00:00-04:00,111.04000091552734,111.04000091552734,111.04000091552734,111.04000091552734,81.78558349609375,0,0.0,0.0,0.0 2024-06-17 00:00:00-04:00,111.1500015258789,111.1500015258789,111.1500015258789,111.1500015258789,81.86660766601562,0,0.0,0.0,0.0 2024-06-18 00:00:00-04:00,111.22000122070312,111.22000122070312,111.22000122070312,111.22000122070312,81.91815948486328,0,0.0,0.0,0.0 2024-06-20 00:00:00-04:00,111.0199966430664,111.0199966430664,111.0199966430664,111.0199966430664,81.7708511352539,0,0.0,0.0,0.0 2024-06-21 00:00:00-04:00,110.38999938964844,110.38999938964844,110.38999938964844,110.38999938964844,81.30683135986328,0,0.0,0.0,0.0 2024-06-24 00:00:00-04:00,110.51000213623047,110.51000213623047,110.51000213623047,110.51000213623047,81.39521789550781,0,0.0,0.0,0.0 2024-06-25 00:00:00-04:00,111.38999938964844,111.38999938964844,111.38999938964844,111.38999938964844,82.04337310791016,0,0.0,0.0,0.0 2024-06-26 00:00:00-04:00,110.73999786376953,110.73999786376953,110.73999786376953,110.73999786376953,81.56462097167969,0,0.0,0.0,0.0 2024-06-27 00:00:00-04:00,110.25,110.25,110.25,110.25,81.20372009277344,0,0.0,0.0,0.0 2024-06-28 00:00:00-04:00,109.72000122070312,109.72000122070312,109.72000122070312,109.72000122070312,80.81334686279297,0,0.0,0.0,0.0 2024-07-01 00:00:00-04:00,109.6500015258789,109.6500015258789,109.6500015258789,109.6500015258789,80.76179504394531,0,0.0,0.0,0.0 2024-07-02 00:00:00-04:00,110.06999969482422,110.06999969482422,110.06999969482422,110.06999969482422,81.0711441040039,0,0.0,0.0,0.0 2024-07-03 00:00:00-04:00,111.51000213623047,111.51000213623047,111.51000213623047,111.51000213623047,82.13176727294922,0,0.0,0.0,0.0 2024-07-05 00:00:00-04:00,112.48999786376953,112.48999786376953,112.48999786376953,112.48999786376953,82.85356903076172,0,0.0,0.0,0.0 2024-07-08 00:00:00-04:00,112.16999816894531,112.16999816894531,112.16999816894531,112.16999816894531,82.61787414550781,0,0.0,0.0,0.0 2024-07-09 00:00:00-04:00,112.38999938964844,112.38999938964844,112.38999938964844,112.38999938964844,82.77991485595703,0,0.0,0.0,0.0 2024-07-10 00:00:00-04:00,113.7699966430664,113.7699966430664,113.7699966430664,113.7699966430664,83.79634094238281,0,0.0,0.0,0.0 2024-07-11 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,83.86263275146484,0,0.0,0.0,0.0 2024-07-12 00:00:00-04:00,115.2300033569336,115.2300033569336,115.2300033569336,115.2300033569336,84.87169647216797,0,0.0,0.0,0.0 2024-07-15 00:00:00-04:00,113.77999877929688,113.77999877929688,113.77999877929688,113.77999877929688,83.8037109375,0,0.0,0.0,0.0 2024-07-16 00:00:00-04:00,114.27999877929688,114.27999877929688,114.27999877929688,114.27999877929688,84.17198181152344,0,0.0,0.0,0.0 2024-07-17 00:00:00-04:00,111.63999938964844,111.63999938964844,111.63999938964844,111.63999938964844,82.22750854492188,0,0.0,0.0,0.0 2024-07-18 00:00:00-04:00,110.54000091552734,110.54000091552734,110.54000091552734,110.54000091552734,81.41732025146484,0,0.0,0.0,0.0 2024-07-19 00:00:00-04:00,109.94999694824219,109.94999694824219,109.94999694824219,109.94999694824219,80.98275756835938,0,0.0,0.0,0.0 2024-07-22 00:00:00-04:00,111.51000213623047,111.51000213623047,111.51000213623047,111.51000213623047,82.13176727294922,0,0.0,0.0,0.0 2024-07-23 00:00:00-04:00,111.45999908447266,111.45999908447266,111.45999908447266,111.45999908447266,82.09493255615234,0,0.0,0.0,0.0 2024-07-24 00:00:00-04:00,108.9000015258789,108.9000015258789,108.9000015258789,108.9000015258789,80.20938873291016,0,0.0,0.0,0.0 2024-07-25 00:00:00-04:00,108.08000183105469,108.08000183105469,108.08000183105469,108.08000183105469,79.60542297363281,0,0.0,0.0,0.0 2024-07-26 00:00:00-04:00,109.48999786376953,109.48999786376953,109.48999786376953,109.48999786376953,80.6439437866211,0,0.0,0.0,0.0 2024-07-29 00:00:00-04:00,108.7699966430664,108.7699966430664,108.7699966430664,108.7699966430664,80.11363983154297,0,0.0,0.0,0.0 2024-07-30 00:00:00-04:00,108.5,108.5,108.5,108.5,79.91476440429688,0,0.0,0.0,0.0 2024-07-31 00:00:00-04:00,111.08999633789062,111.08999633789062,111.08999633789062,111.08999633789062,81.8224105834961,0,0.0,0.0,0.0 2024-08-01 00:00:00-04:00,107.87999725341797,107.87999725341797,107.87999725341797,107.87999725341797,79.45811462402344,0,0.0,0.0,0.0 2024-08-02 00:00:00-04:00,105.83000183105469,105.83000183105469,105.83000183105469,105.83000183105469,77.94820404052734,0,0.0,0.0,0.0 2024-08-05 00:00:00-04:00,103.87000274658203,103.87000274658203,103.87000274658203,103.87000274658203,76.50458526611328,0,0.0,0.0,0.0 2024-08-06 00:00:00-04:00,104.76000213623047,104.76000213623047,104.76000213623047,104.76000213623047,77.16010284423828,0,0.0,0.0,0.0 2024-08-07 00:00:00-04:00,105.19999694824219,105.19999694824219,105.19999694824219,105.19999694824219,77.48418426513672,0,0.0,0.0,0.0 2024-08-08 00:00:00-04:00,107.9000015258789,107.9000015258789,107.9000015258789,107.9000015258789,79.47284698486328,0,0.0,0.0,0.0 2024-08-09 00:00:00-04:00,108.18000030517578,108.18000030517578,108.18000030517578,108.18000030517578,79.6790771484375,0,0.0,0.0,0.0 2024-08-12 00:00:00-04:00,108.06999969482422,108.06999969482422,108.06999969482422,108.06999969482422,79.59805297851562,0,0.0,0.0,0.0 2024-08-13 00:00:00-04:00,109.9000015258789,109.9000015258789,109.9000015258789,109.9000015258789,80.94593048095703,0,0.0,0.0,0.0 2024-08-14 00:00:00-04:00,109.77999877929688,109.77999877929688,109.77999877929688,109.77999877929688,80.85753631591797,0,0.0,0.0,0.0 2024-08-15 00:00:00-04:00,112.30000305175781,112.30000305175781,112.30000305175781,112.30000305175781,82.71363067626953,0,0.0,0.0,0.0 2024-08-16 00:00:00-04:00,113.0,113.0,113.0,113.0,83.22920989990234,0,0.0,0.0,0.0 2024-08-19 00:00:00-04:00,114.83000183105469,114.83000183105469,114.83000183105469,114.83000183105469,84.57707977294922,0,0.0,0.0,0.0 2024-08-20 00:00:00-04:00,113.83000183105469,113.83000183105469,113.83000183105469,113.83000183105469,83.84053802490234,0,0.0,0.0,0.0 2024-08-21 00:00:00-04:00,114.95999908447266,114.95999908447266,114.95999908447266,114.95999908447266,84.6728286743164,0,0.0,0.0,0.0 2024-08-22 00:00:00-04:00,113.81999969482422,113.81999969482422,113.81999969482422,113.81999969482422,83.83316802978516,0,0.0,0.0,0.0 2024-08-23 00:00:00-04:00,115.13999938964844,115.13999938964844,115.13999938964844,115.13999938964844,84.80541229248047,0,0.0,0.0,0.0 2024-08-26 00:00:00-04:00,113.62999725341797,113.62999725341797,113.62999725341797,113.62999725341797,83.69322204589844,0,0.0,0.0,0.0 2024-08-27 00:00:00-04:00,113.97000122070312,113.97000122070312,113.97000122070312,113.97000122070312,83.94365692138672,0,0.0,0.0,0.0 2024-08-28 00:00:00-04:00,112.87999725341797,112.87999725341797,112.87999725341797,112.87999725341797,83.14081573486328,0,0.0,0.0,0.0 2024-08-29 00:00:00-04:00,113.62999725341797,113.62999725341797,113.62999725341797,113.62999725341797,83.69322204589844,0,0.0,0.0,0.0 2024-08-30 00:00:00-04:00,113.87000274658203,113.87000274658203,113.87000274658203,113.87000274658203,83.87000274658203,0,0.0,0.0,0.0 2024-09-03 00:00:00-04:00,110.93000030517578,110.93000030517578,110.93000030517578,110.93000030517578,81.7045669555664,0,0.0,0.0,0.0 2024-09-04 00:00:00-04:00,110.56999969482422,110.56999969482422,110.56999969482422,110.56999969482422,81.43940734863281,0,0.0,0.0,0.0 2024-09-05 00:00:00-04:00,110.69000244140625,110.69000244140625,110.69000244140625,110.69000244140625,81.52779388427734,0,0.0,0.0,0.0 2024-09-06 00:00:00-04:00,108.0999984741211,108.0999984741211,108.0999984741211,108.0999984741211,79.62015533447266,0,0.0,0.0,0.0 2024-09-09 00:00:00-04:00,109.61000061035156,109.61000061035156,109.61000061035156,109.61000061035156,80.73233032226562,0,0.0,0.0,0.0 2024-09-10 00:00:00-04:00,109.33000183105469,109.33000183105469,109.33000183105469,109.33000183105469,80.5261001586914,0,0.0,0.0,0.0 2024-09-11 00:00:00-04:00,111.06999969482422,111.06999969482422,111.06999969482422,111.06999969482422,81.80767822265625,0,0.0,0.0,0.0 2024-09-12 00:00:00-04:00,111.97000122070312,111.97000122070312,111.97000122070312,111.97000122070312,82.47056579589844,0,0.0,0.0,0.0 2024-09-13 00:00:00-04:00,112.31999969482422,112.31999969482422,112.31999969482422,112.31999969482422,82.72836303710938,0,0.0,0.0,0.0 2024-09-16 00:00:00-04:00,112.44999694824219,112.44999694824219,112.44999694824219,112.44999694824219,82.82410430908203,0,0.0,0.0,0.0 2024-09-17 00:00:00-04:00,112.6500015258789,112.6500015258789,112.6500015258789,112.6500015258789,82.97142028808594,0,0.0,0.0,0.0 2024-09-18 00:00:00-04:00,112.36000061035156,112.36000061035156,112.36000061035156,112.36000061035156,82.75782012939453,0,0.0,0.0,0.0 2024-09-19 00:00:00-04:00,115.37000274658203,115.37000274658203,115.37000274658203,115.37000274658203,84.97481536865234,0,0.0,0.0,0.0 2024-09-20 00:00:00-04:00,114.08999633789062,114.08999633789062,114.08999633789062,114.08999633789062,84.03203582763672,0,0.0,0.0,0.0 2024-09-23 00:00:00-04:00,114.58999633789062,114.58999633789062,114.58999633789062,114.58999633789062,84.40030670166016,0,0.0,0.0,0.0 2024-09-24 00:00:00-04:00,116.5199966430664,116.5199966430664,116.5199966430664,116.5199966430664,85.82183074951172,0,0.0,0.0,0.0 2024-09-25 00:00:00-04:00,116.19999694824219,116.19999694824219,116.19999694824219,116.19999694824219,85.58613586425781,0,0.0,0.0,0.0 2024-09-26 00:00:00-04:00,118.9800033569336,118.9800033569336,118.9800033569336,118.9800033569336,87.63372802734375,0,0.0,0.0,0.0 2024-09-27 00:00:00-04:00,118.51000213623047,118.51000213623047,118.51000213623047,118.51000213623047,87.28755950927734,0,0.0,0.0,0.0 2024-09-30 00:00:00-04:00,117.87000274658203,117.87000274658203,117.87000274658203,117.87000274658203,86.81616973876953,0,0.0,0.0,0.0 2024-10-01 00:00:00-04:00,117.5,117.5,117.5,117.5,86.54364776611328,0,0.0,0.0,0.0 2024-10-02 00:00:00-04:00,118.05000305175781,118.05000305175781,118.05000305175781,118.05000305175781,86.94874572753906,0,0.0,0.0,0.0 2024-10-03 00:00:00-04:00,117.2300033569336,117.2300033569336,117.2300033569336,117.2300033569336,86.34477996826172,0,0.0,0.0,0.0 2024-10-04 00:00:00-04:00,118.37999725341797,118.37999725341797,118.37999725341797,118.37999725341797,87.1917953491211,0,0.0,0.0,0.0 2024-10-07 00:00:00-04:00,118.18000030517578,118.18000030517578,118.18000030517578,118.18000030517578,87.04448699951172,0,0.0,0.0,0.0 2024-10-08 00:00:00-04:00,117.58999633789062,117.58999633789062,117.58999633789062,117.58999633789062,86.60992431640625,0,0.0,0.0,0.0 2024-10-09 00:00:00-04:00,118.0,118.0,118.0,118.0,86.91191864013672,0,0.0,0.0,0.0 2024-10-10 00:00:00-04:00,117.83000183105469,117.83000183105469,117.83000183105469,117.83000183105469,86.78670501708984,0,0.0,0.0,0.0 2024-10-11 00:00:00-04:00,118.66000366210938,118.66000366210938,118.66000366210938,118.66000366210938,87.39803314208984,0,0.0,0.0,0.0 2024-10-14 00:00:00-04:00,118.80000305175781,118.80000305175781,118.80000305175781,118.80000305175781,87.50115203857422,0,0.0,0.0,0.0 2024-10-15 00:00:00-04:00,115.36000061035156,115.36000061035156,115.36000061035156,115.36000061035156,84.96744537353516,0,0.0,0.0,0.0 2024-10-16 00:00:00-04:00,115.66000366210938,115.66000366210938,115.66000366210938,115.66000366210938,85.18840789794922,0,0.0,0.0,0.0 2024-10-17 00:00:00-04:00,115.83999633789062,115.83999633789062,115.83999633789062,115.83999633789062,85.32098388671875,0,0.0,0.0,0.0 2024-10-18 00:00:00-04:00,117.30000305175781,117.30000305175781,117.30000305175781,117.30000305175781,86.3963394165039,0,0.0,0.0,0.0 2024-10-21 00:00:00-04:00,116.56999969482422,116.56999969482422,116.56999969482422,116.56999969482422,85.85865783691406,0,0.0,0.0,0.0 2024-10-22 00:00:00-04:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,85.71135711669922,0,0.0,0.0,0.0 2024-10-23 00:00:00-04:00,115.43000030517578,115.43000030517578,115.43000030517578,115.43000030517578,85.01900482177734,0,0.0,0.0,0.0 2024-10-24 00:00:00-04:00,115.83000183105469,115.83000183105469,115.83000183105469,115.83000183105469,85.3136215209961,0,0.0,0.0,0.0 2024-10-25 00:00:00-04:00,116.0,116.0,116.0,116.0,85.43883514404297,0,0.0,0.0,0.0 2024-10-28 00:00:00-04:00,116.66999816894531,116.66999816894531,116.66999816894531,116.66999816894531,85.93231201171875,0,0.0,0.0,0.0 2024-10-29 00:00:00-04:00,116.73999786376953,116.73999786376953,116.73999786376953,116.73999786376953,85.98387145996094,0,0.0,0.0,0.0 2024-10-30 00:00:00-04:00,115.72000122070312,115.72000122070312,115.72000122070312,115.72000122070312,85.23259735107422,0,0.0,0.0,0.0 2024-10-31 00:00:00-04:00,114.5199966430664,114.5199966430664,114.5199966430664,114.5199966430664,84.34874725341797,0,0.0,0.0,0.0 2024-11-01 00:00:00-04:00,115.12999725341797,115.12999725341797,115.12999725341797,115.12999725341797,84.79803466796875,0,0.0,0.0,0.0 2024-11-04 00:00:00-05:00,115.18000030517578,115.18000030517578,115.18000030517578,115.18000030517578,84.83486938476562,0,0.0,0.0,0.0 2024-11-05 00:00:00-05:00,116.44999694824219,116.44999694824219,116.44999694824219,116.44999694824219,85.77027130126953,0,0.0,0.0,0.0 2024-11-06 00:00:00-05:00,115.25,115.25,115.25,115.25,84.88642883300781,0,0.0,0.0,0.0 2024-11-07 00:00:00-05:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,85.71135711669922,0,0.0,0.0,0.0 2024-11-08 00:00:00-05:00,114.83000183105469,114.83000183105469,114.83000183105469,114.83000183105469,84.57707977294922,0,0.0,0.0,0.0 2024-11-11 00:00:00-05:00,115.4800033569336,115.4800033569336,115.4800033569336,115.4800033569336,85.05583190917969,0,0.0,0.0,0.0 2024-11-12 00:00:00-05:00,114.48999786376953,114.48999786376953,114.48999786376953,114.48999786376953,84.32665252685547,0,0.0,0.0,0.0 2024-11-13 00:00:00-05:00,114.61000061035156,114.61000061035156,114.61000061035156,114.61000061035156,84.4150390625,0,0.0,0.0,0.0 2024-11-14 00:00:00-05:00,114.18000030517578,114.18000030517578,114.18000030517578,114.18000030517578,84.09832763671875,0,0.0,0.0,0.0 2024-11-15 00:00:00-05:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0 2024-11-18 00:00:00-05:00,112.87999725341797,112.87999725341797,112.87999725341797,112.87999725341797,83.14081573486328,0,0.0,0.0,0.0 2024-11-19 00:00:00-05:00,113.29000091552734,113.29000091552734,113.29000091552734,113.29000091552734,83.44280242919922,0,0.0,0.0,0.0 2024-11-20 00:00:00-05:00,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,83.50909423828125,0,0.0,0.0,0.0 2024-11-21 00:00:00-05:00,113.70999908447266,113.70999908447266,113.70999908447266,113.70999908447266,83.75215148925781,0,0.0,0.0,0.0 2024-11-22 00:00:00-05:00,114.16000366210938,114.16000366210938,114.16000366210938,114.16000366210938,84.0835952758789,0,0.0,0.0,0.0 2024-11-25 00:00:00-05:00,115.16000366210938,115.16000366210938,115.16000366210938,115.16000366210938,84.82013702392578,0,0.0,0.0,0.0 2024-11-26 00:00:00-05:00,114.76000213623047,114.76000213623047,114.76000213623047,114.76000213623047,84.52552032470703,0,0.0,0.0,0.0 2024-11-27 00:00:00-05:00,114.97000122070312,114.97000122070312,114.97000122070312,114.97000122070312,84.68019104003906,0,0.0,0.0,0.0 2024-11-29 00:00:00-05:00,115.33999633789062,115.33999633789062,115.33999633789062,115.33999633789062,84.95271301269531,0,0.0,0.0,0.0 2024-12-02 00:00:00-05:00,116.04000091552734,116.04000091552734,116.04000091552734,116.04000091552734,85.46829223632812,0,0.0,0.0,0.0 2024-12-03 00:00:00-05:00,116.11000061035156,116.11000061035156,116.11000061035156,116.11000061035156,85.51985168457031,0,0.0,0.0,0.0 2024-12-04 00:00:00-05:00,117.16000366210938,117.16000366210938,117.16000366210938,117.16000366210938,86.29322052001953,0,0.0,0.0,0.0 2024-12-05 00:00:00-05:00,117.36000061035156,117.36000061035156,117.36000061035156,117.36000061035156,86.4405288696289,0,0.0,0.0,0.0 2024-12-06 00:00:00-05:00,117.77999877929688,117.77999877929688,117.77999877929688,117.77999877929688,86.7498779296875,0,0.0,0.0,0.0 2024-12-09 00:00:00-05:00,117.75,117.75,117.75,117.75,86.72777557373047,0,0.0,0.0,0.0 2024-12-10 00:00:00-05:00,116.05999755859375,116.05999755859375,116.05999755859375,116.05999755859375,85.48302459716797,0,0.0,0.0,0.0 2024-12-11 00:00:00-05:00,117.06999969482422,117.06999969482422,117.06999969482422,117.06999969482422,86.22693634033203,0,0.0,0.0,0.0 2024-12-12 00:00:00-05:00,116.62000274658203,116.62000274658203,116.62000274658203,116.62000274658203,85.8954849243164,0,0.0,0.0,0.0 2024-12-13 00:00:00-05:00,116.26000213623047,116.26000213623047,116.26000213623047,116.26000213623047,85.63033294677734,0,0.0,0.0,0.0 2024-12-16 00:00:00-05:00,115.83000183105469,115.83000183105469,115.83000183105469,115.83000183105469,85.3136215209961,0,0.0,0.0,0.0 2024-12-17 00:00:00-05:00,115.58999633789062,115.58999633789062,115.58999633789062,115.58999633789062,85.13684844970703,0,0.0,0.0,0.0 2024-12-18 00:00:00-05:00,102.33000183105469,102.33000183105469,102.33000183105469,102.33000183105469,90.1654281616211,0,9.968,0.0,8.999 2024-12-19 00:00:00-05:00,102.04000091552734,102.04000091552734,102.04000091552734,102.04000091552734,89.90990447998047,0,0.0,0.0,0.0 2024-12-20 00:00:00-05:00,102.33000183105469,102.33000183105469,102.33000183105469,102.33000183105469,90.1654281616211,0,0.0,0.0,0.0 2024-12-23 00:00:00-05:00,103.13999938964844,103.13999938964844,103.13999938964844,103.13999938964844,90.87913513183594,0,0.0,0.0,0.0 2024-12-24 00:00:00-05:00,103.58999633789062,103.58999633789062,103.58999633789062,103.58999633789062,91.27564239501953,0,0.0,0.0,0.0 2024-12-26 00:00:00-05:00,103.41000366210938,103.41000366210938,103.41000366210938,103.41000366210938,91.1170425415039,0,0.0,0.0,0.0 2024-12-27 00:00:00-05:00,102.8499984741211,102.8499984741211,102.8499984741211,102.8499984741211,90.62361145019531,0,0.0,0.0,0.0 2024-12-30 00:00:00-05:00,101.94999694824219,101.94999694824219,101.94999694824219,101.94999694824219,89.83059692382812,0,0.0,0.0,0.0 2024-12-31 00:00:00-05:00,101.56999969482422,101.56999969482422,101.56999969482422,101.56999969482422,89.49577331542969,0,0.0,0.0,0.0 2025-01-02 00:00:00-05:00,101.69999694824219,101.69999694824219,101.69999694824219,101.69999694824219,89.61031341552734,0,0.0,0.0,0.0 2025-01-03 00:00:00-05:00,102.97000122070312,102.97000122070312,102.97000122070312,102.97000122070312,90.7293472290039,0,0.0,0.0,0.0 2025-01-06 00:00:00-05:00,104.37000274658203,104.37000274658203,104.37000274658203,104.37000274658203,91.96292114257812,0,0.0,0.0,0.0 2025-01-07 00:00:00-05:00,103.62000274658203,103.62000274658203,103.62000274658203,103.62000274658203,91.30207824707031,0,0.0,0.0,0.0 2025-01-08 00:00:00-05:00,103.38999938964844,103.38999938964844,103.38999938964844,103.38999938964844,91.09941864013672,0,0.0,0.0,0.0 2025-01-10 00:00:00-05:00,101.86000061035156,101.86000061035156,101.86000061035156,101.86000061035156,89.75129699707031,0,0.0,0.0,0.0 2025-01-13 00:00:00-05:00,100.91999816894531,100.91999816894531,100.91999816894531,100.91999816894531,88.92304229736328,0,0.0,0.0,0.0 2025-01-14 00:00:00-05:00,101.69000244140625,101.69000244140625,101.69000244140625,101.69000244140625,89.60150909423828,0,0.0,0.0,0.0 2025-01-15 00:00:00-05:00,103.26000213623047,103.26000213623047,103.26000213623047,103.26000213623047,90.98487091064453,0,0.0,0.0,0.0 2025-01-16 00:00:00-05:00,103.8499984741211,103.8499984741211,103.8499984741211,103.8499984741211,91.5047378540039,0,0.0,0.0,0.0 2025-01-17 00:00:00-05:00,104.31999969482422,104.31999969482422,104.31999969482422,104.31999969482422,91.91886138916016,0,0.0,0.0,0.0 2025-01-21 00:00:00-05:00,105.91999816894531,105.91999816894531,105.91999816894531,105.91999816894531,93.32865905761719,0,0.0,0.0,0.0 2025-01-22 00:00:00-05:00,106.37000274658203,106.37000274658203,106.37000274658203,106.37000274658203,93.72517395019531,0,0.0,0.0,0.0 2025-01-23 00:00:00-05:00,106.80000305175781,106.80000305175781,106.80000305175781,106.80000305175781,94.10405731201172,0,0.0,0.0,0.0 2025-01-24 00:00:00-05:00,107.51000213623047,107.51000213623047,107.51000213623047,107.51000213623047,94.72965240478516,0,0.0,0.0,0.0 2025-01-27 00:00:00-05:00,105.81999969482422,105.81999969482422,105.81999969482422,105.81999969482422,93.24054718017578,0,0.0,0.0,0.0 2025-01-28 00:00:00-05:00,107.05000305175781,107.05000305175781,107.05000305175781,107.05000305175781,94.32433319091797,0,0.0,0.0,0.0 2025-01-29 00:00:00-05:00,106.91999816894531,106.91999816894531,106.91999816894531,106.91999816894531,94.20978546142578,0,0.0,0.0,0.0 2025-01-30 00:00:00-05:00,108.61000061035156,108.61000061035156,108.61000061035156,108.61000061035156,95.69888305664062,0,0.0,0.0,0.0 2025-01-31 00:00:00-05:00,107.5,107.5,107.5,107.5,94.72084045410156,0,0.0,0.0,0.0 2025-02-03 00:00:00-05:00,106.0999984741211,106.0999984741211,106.0999984741211,106.0999984741211,93.48726654052734,0,0.0,0.0,0.0 2025-02-04 00:00:00-05:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0 2025-02-05 00:00:00-05:00,109.66000366210938,109.66000366210938,109.66000366210938,109.66000366210938,96.62406921386719,0,0.0,0.0,0.0 2025-02-06 00:00:00-05:00,109.97000122070312,109.97000122070312,109.97000122070312,109.97000122070312,96.897216796875,0,0.0,0.0,0.0 2025-02-07 00:00:00-05:00,109.0999984741211,109.0999984741211,109.0999984741211,109.0999984741211,96.1306381225586,0,0.0,0.0,0.0 2025-02-10 00:00:00-05:00,110.18000030517578,110.18000030517578,110.18000030517578,110.18000030517578,97.0822525024414,0,0.0,0.0,0.0 2025-02-11 00:00:00-05:00,110.38999938964844,110.38999938964844,110.38999938964844,110.38999938964844,97.26728820800781,0,0.0,0.0,0.0 2025-02-12 00:00:00-05:00,110.69999694824219,110.69999694824219,110.69999694824219,110.69999694824219,97.54043579101562,0,0.0,0.0,0.0 2025-02-13 00:00:00-05:00,112.79000091552734,112.79000091552734,112.79000091552734,112.79000091552734,99.38198852539062,0,0.0,0.0,0.0 2025-02-14 00:00:00-05:00,113.30000305175781,113.30000305175781,113.30000305175781,113.30000305175781,99.83135986328125,0,0.0,0.0,0.0 2025-02-18 00:00:00-05:00,114.2300033569336,114.2300033569336,114.2300033569336,114.2300033569336,100.65081024169922,0,0.0,0.0,0.0 2025-02-19 00:00:00-05:00,113.2300033569336,113.2300033569336,113.2300033569336,113.2300033569336,99.76968383789062,0,0.0,0.0,0.0 2025-02-20 00:00:00-05:00,113.4000015258789,113.4000015258789,113.4000015258789,113.4000015258789,99.91947174072266,0,0.0,0.0,0.0 2025-02-21 00:00:00-05:00,112.25,112.25,112.25,112.25,98.90618133544922,0,0.0,0.0,0.0 2025-02-24 00:00:00-05:00,110.66000366210938,110.66000366210938,110.66000366210938,110.66000366210938,97.50519561767578,0,0.0,0.0,0.0 2025-02-25 00:00:00-05:00,110.33999633789062,110.33999633789062,110.33999633789062,110.33999633789062,97.22322845458984,0,0.0,0.0,0.0 2025-02-26 00:00:00-05:00,111.33999633789062,111.33999633789062,111.33999633789062,111.33999633789062,98.10435485839844,0,0.0,0.0,0.0 2025-02-27 00:00:00-05:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0 2025-02-28 00:00:00-05:00,108.94999694824219,108.94999694824219,108.94999694824219,108.94999694824219,95.99846649169922,0,0.0,0.0,0.0 2025-03-03 00:00:00-05:00,107.4000015258789,107.4000015258789,107.4000015258789,107.4000015258789,94.63272857666016,0,0.0,0.0,0.0 2025-03-04 00:00:00-05:00,107.58999633789062,107.58999633789062,107.58999633789062,107.58999633789062,94.80013275146484,0,0.0,0.0,0.0 2025-03-05 00:00:00-05:00,110.94999694824219,110.94999694824219,110.94999694824219,110.94999694824219,97.76071166992188,0,0.0,0.0,0.0 2025-03-06 00:00:00-05:00,108.37000274658203,108.37000274658203,108.37000274658203,108.37000274658203,95.48741912841797,0,0.0,0.0,0.0 2025-03-07 00:00:00-05:00,108.62000274658203,108.62000274658203,108.62000274658203,108.62000274658203,95.70770263671875,0,0.0,0.0,0.0 2025-03-10 00:00:00-04:00,104.45999908447266,104.45999908447266,104.45999908447266,104.45999908447266,92.04222106933594,0,0.0,0.0,0.0 2025-03-11 00:00:00-04:00,105.0,105.0,105.0,105.0,92.51802825927734,0,0.0,0.0,0.0 2025-03-12 00:00:00-04:00,106.22000122070312,106.22000122070312,106.22000122070312,106.22000122070312,93.59300231933594,0,0.0,0.0,0.0 2025-03-13 00:00:00-04:00,104.9800033569336,104.9800033569336,104.9800033569336,104.9800033569336,92.50041198730469,0,0.0,0.0,0.0 2025-03-14 00:00:00-04:00,107.80999755859375,107.80999755859375,107.80999755859375,107.80999755859375,94.99398803710938,0,0.0,0.0,0.0 2025-03-17 00:00:00-04:00,109.62000274658203,109.62000274658203,109.62000274658203,109.62000274658203,96.58882141113281,0,0.0,0.0,0.0 2025-03-18 00:00:00-04:00,108.58999633789062,108.58999633789062,108.58999633789062,108.58999633789062,95.68125915527344,0,0.0,0.0,0.0 2025-03-19 00:00:00-04:00,109.5,109.5,109.5,109.5,96.48308563232422,0,0.0,0.0,0.0 2025-03-20 00:00:00-04:00,109.02999877929688,109.02999877929688,109.02999877929688,109.02999877929688,96.06895446777344,0,0.0,0.0,0.0 2025-03-21 00:00:00-04:00,108.02999877929688,108.02999877929688,108.02999877929688,108.02999877929688,95.18783569335938,0,0.0,0.0,0.0 2025-03-24 00:00:00-04:00,108.68000030517578,108.68000030517578,108.68000030517578,108.68000030517578,95.76056671142578,0,0.0,0.0,0.0 2025-03-25 00:00:00-04:00,108.68000030517578,108.68000030517578,108.68000030517578,108.68000030517578,95.76056671142578,0,0.0,0.0,0.0 2025-03-26 00:00:00-04:00,106.26000213623047,106.26000213623047,106.26000213623047,106.26000213623047,93.62825012207031,0,0.0,0.0,0.0 2025-03-27 00:00:00-04:00,106.6500015258789,106.6500015258789,106.6500015258789,106.6500015258789,93.97188568115234,0,0.0,0.0,0.0 2025-03-28 00:00:00-04:00,104.55999755859375,104.55999755859375,104.55999755859375,104.55999755859375,92.13033294677734,0,0.0,0.0,0.0 2025-03-31 00:00:00-04:00,103.01000213623047,103.01000213623047,103.01000213623047,103.01000213623047,90.76459503173828,0,0.0,0.0,0.0 2025-04-01 00:00:00-04:00,103.12999725341797,103.12999725341797,103.12999725341797,103.12999725341797,90.87032318115234,0,0.0,0.0,0.0 2025-04-02 00:00:00-04:00,103.81999969482422,103.81999969482422,103.81999969482422,103.81999969482422,91.47830200195312,0,0.0,0.0,0.0 2025-04-03 00:00:00-04:00,100.05999755859375,100.05999755859375,100.05999755859375,100.05999755859375,88.16527557373047,0,0.0,0.0,0.0 2025-04-04 00:00:00-04:00,93.5199966430664,93.5199966430664,93.5199966430664,93.5199966430664,82.40271759033203,0,0.0,0.0,0.0 2025-04-07 00:00:00-04:00,92.19999694824219,92.19999694824219,92.19999694824219,92.19999694824219,81.23963928222656,0,0.0,0.0,0.0 2025-04-08 00:00:00-04:00,91.36000061035156,91.36000061035156,91.36000061035156,91.36000061035156,80.49949645996094,0,0.0,0.0,0.0 2025-04-09 00:00:00-04:00,99.08000183105469,99.08000183105469,99.08000183105469,99.08000183105469,87.30177307128906,0,0.0,0.0,0.0 2025-04-10 00:00:00-04:00,96.3499984741211,96.3499984741211,96.3499984741211,96.3499984741211,84.89630126953125,0,0.0,0.0,0.0 2025-04-11 00:00:00-04:00,98.94000244140625,98.94000244140625,98.94000244140625,98.94000244140625,87.17842102050781,0,0.0,0.0,0.0 2025-04-14 00:00:00-04:00,99.91999816894531,99.91999816894531,99.91999816894531,99.91999816894531,88.04191589355469,0,0.0,0.0,0.0 2025-04-15 00:00:00-04:00,100.8499984741211,100.8499984741211,100.8499984741211,100.8499984741211,88.86135864257812,0,0.0,0.0,0.0 2025-04-16 00:00:00-04:00,98.98999786376953,98.98999786376953,98.98999786376953,98.98999786376953,87.22247314453125,0,0.0,0.0,0.0 2025-04-17 00:00:00-04:00,99.69000244140625,99.69000244140625,99.69000244140625,99.69000244140625,87.83926391601562,0,0.0,0.0,0.0 2025-04-21 00:00:00-04:00,98.72000122070312,98.72000122070312,98.72000122070312,98.72000122070312,86.98457336425781,0,0.0,0.0,0.0 2025-04-22 00:00:00-04:00,100.7699966430664,100.7699966430664,100.7699966430664,100.7699966430664,88.7908706665039,0,0.0,0.0,0.0 2025-04-23 00:00:00-04:00,102.27999877929688,102.27999877929688,102.27999877929688,102.27999877929688,90.12136840820312,0,0.0,0.0,0.0 2025-04-24 00:00:00-04:00,104.54000091552734,104.54000091552734,104.54000091552734,104.54000091552734,92.11270904541016,0,0.0,0.0,0.0 2025-04-25 00:00:00-04:00,105.2699966430664,105.2699966430664,105.2699966430664,105.2699966430664,92.75592803955078,0,0.0,0.0,0.0 2025-04-28 00:00:00-04:00,105.1500015258789,105.1500015258789,105.1500015258789,105.1500015258789,92.65019989013672,0,0.0,0.0,0.0 2025-04-29 00:00:00-04:00,105.36000061035156,105.36000061035156,105.36000061035156,105.36000061035156,92.83523559570312,0,0.0,0.0,0.0 2025-04-30 00:00:00-04:00,106.04000091552734,106.04000091552734,106.04000091552734,106.04000091552734,93.43439483642578,0,0.0,0.0,0.0 2025-05-01 00:00:00-04:00,106.0199966430664,106.0199966430664,106.0199966430664,106.0199966430664,93.4167709350586,0,0.0,0.0,0.0 2025-05-02 00:00:00-04:00,108.80999755859375,108.80999755859375,108.80999755859375,108.80999755859375,95.87510681152344,0,0.0,0.0,0.0 2025-05-05 00:00:00-04:00,108.61000061035156,108.61000061035156,108.61000061035156,108.61000061035156,95.69888305664062,0,0.0,0.0,0.0 2025-05-06 00:00:00-04:00,108.25,108.25,108.25,108.25,95.38168334960938,0,0.0,0.0,0.0 2025-05-07 00:00:00-04:00,108.25,108.25,108.25,108.25,95.38168334960938,0,0.0,0.0,0.0 2025-05-08 00:00:00-04:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0 2025-05-09 00:00:00-04:00,109.13999938964844,109.13999938964844,109.13999938964844,109.13999938964844,96.16587829589844,0,0.0,0.0,0.0 2025-05-12 00:00:00-04:00,111.88999938964844,111.88999938964844,111.88999938964844,111.88999938964844,98.58897399902344,0,0.0,0.0,0.0 2025-05-13 00:00:00-04:00,112.69999694824219,112.69999694824219,112.69999694824219,112.69999694824219,99.30268096923828,0,0.0,0.0,0.0 2025-05-14 00:00:00-04:00,113.33000183105469,113.33000183105469,113.33000183105469,113.33000183105469,99.85779571533203,0,0.0,0.0,0.0 2025-05-15 00:00:00-04:00,113.8499984741211,113.8499984741211,113.8499984741211,113.8499984741211,100.31597137451172,0,0.0,0.0,0.0 2025-05-16 00:00:00-04:00,114.13999938964844,114.13999938964844,114.13999938964844,114.13999938964844,100.57150268554688,0,0.0,0.0,0.0 2025-05-19 00:00:00-04:00,114.77999877929688,114.77999877929688,114.77999877929688,114.77999877929688,101.13542175292969,0,0.0,0.0,0.0 2025-05-20 00:00:00-04:00,114.86000061035156,114.86000061035156,114.86000061035156,114.86000061035156,101.2059097290039,0,0.0,0.0,0.0 2025-05-21 00:00:00-04:00,113.80999755859375,113.80999755859375,113.80999755859375,113.80999755859375,100.28073120117188,0,0.0,0.0,0.0 2025-05-22 00:00:00-04:00,113.7300033569336,113.7300033569336,113.7300033569336,113.7300033569336,100.21024322509766,0,0.0,0.0,0.0 2025-05-23 00:00:00-04:00,113.33000183105469,113.33000183105469,113.33000183105469,113.33000183105469,99.85779571533203,0,0.0,0.0,0.0 2025-05-27 00:00:00-04:00,114.27999877929688,114.27999877929688,114.27999877929688,114.27999877929688,100.69486236572266,0,0.0,0.0,0.0 2025-05-28 00:00:00-04:00,113.06999969482422,113.06999969482422,113.06999969482422,113.06999969482422,99.62870025634766,0,0.0,0.0,0.0 2025-05-29 00:00:00-04:00,113.47000122070312,113.47000122070312,113.47000122070312,113.47000122070312,99.98114776611328,0,0.0,0.0,0.0 2025-05-30 00:00:00-04:00,113.27999877929688,113.27999877929688,113.27999877929688,113.27999877929688,99.81373596191406,0,0.0,0.0,0.0 2025-06-02 00:00:00-04:00,114.18000030517578,114.18000030517578,114.18000030517578,114.18000030517578,100.60675048828125,0,0.0,0.0,0.0 2025-06-03 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,100.32479095458984,0,0.0,0.0,0.0 2025-06-04 00:00:00-04:00,114.94000244140625,114.94000244140625,114.94000244140625,114.94000244140625,101.27640533447266,0,0.0,0.0,0.0 2025-06-05 00:00:00-04:00,115.33999633789062,115.33999633789062,115.33999633789062,115.33999633789062,101.62884521484375,0,0.0,0.0,0.0 2025-06-06 00:00:00-04:00,115.56999969482422,115.56999969482422,115.56999969482422,115.56999969482422,101.83151245117188,0,0.0,0.0,0.0 2025-06-09 00:00:00-04:00,115.52999877929688,115.52999877929688,115.52999877929688,115.52999877929688,101.7962646484375,0,0.0,0.0,0.0 2025-06-10 00:00:00-04:00,116.08999633789062,116.08999633789062,116.08999633789062,116.08999633789062,102.28968811035156,0,0.0,0.0,0.0 2025-06-11 00:00:00-04:00,116.18000030517578,116.18000030517578,116.18000030517578,116.18000030517578,102.3689956665039,0,0.0,0.0,0.0 2025-06-12 00:00:00-04:00,116.30999755859375,116.30999755859375,116.30999755859375,116.30999755859375,102.48353576660156,0,0.0,0.0,0.0 2025-06-13 00:00:00-04:00,114.26000213623047,114.26000213623047,114.26000213623047,114.26000213623047,100.67723846435547,0,0.0,0.0,0.0 2025-06-16 00:00:00-04:00,115.30999755859375,115.30999755859375,115.30999755859375,115.30999755859375,101.6024169921875,0,0.0,0.0,0.0 2025-06-17 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,100.32479095458984,0,0.0,0.0,0.0 2025-06-18 00:00:00-04:00,113.66000366210938,113.66000366210938,113.66000366210938,113.66000366210938,100.14856719970703,0,0.0,0.0,0.0 2025-06-20 00:00:00-04:00,112.68000030517578,112.68000030517578,112.68000030517578,112.68000030517578,99.28506469726562,0,0.0,0.0,0.0 2025-06-23 00:00:00-04:00,113.69999694824219,113.69999694824219,113.69999694824219,113.69999694824219,100.18380737304688,0,0.0,0.0,0.0 2025-06-24 00:00:00-04:00,113.69999694824219,113.69999694824219,113.69999694824219,113.69999694824219,100.18380737304688,0,0.0,0.0,0.0 2025-06-25 00:00:00-04:00,116.13999938964844,116.13999938964844,116.13999938964844,116.13999938964844,102.33374786376953,0,0.0,0.0,0.0 2025-06-26 00:00:00-04:00,117.06999969482422,117.06999969482422,117.06999969482422,117.06999969482422,103.1531982421875,0,0.0,0.0,0.0 2025-06-27 00:00:00-04:00,118.05999755859375,118.05999755859375,118.05999755859375,118.05999755859375,104.02550506591797,0,0.0,0.0,0.0 2025-06-30 00:00:00-04:00,117.91999816894531,117.91999816894531,117.91999816894531,117.91999816894531,103.90215301513672,0,0.0,0.0,0.0 2025-07-01 00:00:00-04:00,116.98999786376953,116.98999786376953,116.98999786376953,116.98999786376953,103.08270263671875,0,0.0,0.0,0.0 2025-07-02 00:00:00-04:00,117.44999694824219,117.44999694824219,117.44999694824219,117.44999694824219,103.48802185058594,0,0.0,0.0,0.0 2025-07-03 00:00:00-04:00,117.77999877929688,117.77999877929688,117.77999877929688,117.77999877929688,103.77879333496094,0,0.0,0.0,0.0 2025-07-07 00:00:00-04:00,116.8499984741211,116.8499984741211,116.8499984741211,116.8499984741211,102.9593505859375,0,0.0,0.0,0.0 2025-07-08 00:00:00-04:00,117.62999725341797,117.62999725341797,117.62999725341797,117.62999725341797,103.64662170410156,0,0.0,0.0,0.0 2025-07-09 00:00:00-04:00,118.20999908447266,118.20999908447266,118.20999908447266,118.20999908447266,104.15767669677734,0,0.0,0.0,0.0 2025-07-10 00:00:00-04:00,117.73999786376953,117.73999786376953,117.73999786376953,117.73999786376953,103.74354553222656,0,0.0,0.0,0.0 2025-07-11 00:00:00-04:00,116.75,116.75,116.75,116.75,102.8712387084961,0,0.0,0.0,0.0 2025-07-14 00:00:00-04:00,116.77999877929688,116.77999877929688,116.77999877929688,116.77999877929688,102.89766693115234,0,0.0,0.0,0.0 2025-07-15 00:00:00-04:00,117.12000274658203,117.12000274658203,117.12000274658203,117.12000274658203,103.19725799560547,0,0.0,0.0,0.0 2025-07-16 00:00:00-04:00,117.43000030517578,117.43000030517578,117.43000030517578,117.43000030517578,103.47039794921875,0,0.0,0.0,0.0 2025-07-17 00:00:00-04:00,118.22000122070312,118.22000122070312,118.22000122070312,118.22000122070312,104.16648864746094,0,0.0,0.0,0.0 2025-07-18 00:00:00-04:00,117.61000061035156,117.61000061035156,117.61000061035156,117.61000061035156,103.6290054321289,0,0.0,0.0,0.0 2025-07-21 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0 2025-07-22 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0 2025-07-23 00:00:00-04:00,119.86000061035156,119.86000061035156,119.86000061035156,119.86000061035156,105.61153411865234,0,0.0,0.0,0.0 2025-07-24 00:00:00-04:00,119.44999694824219,119.44999694824219,119.44999694824219,119.44999694824219,105.2502670288086,0,0.0,0.0,0.0 2025-07-25 00:00:00-04:00,119.55999755859375,119.55999755859375,119.55999755859375,119.55999755859375,105.3471908569336,0,0.0,0.0,0.0 2025-07-28 00:00:00-04:00,118.44999694824219,118.44999694824219,118.44999694824219,118.44999694824219,104.36914825439453,0,0.0,0.0,0.0 2025-07-29 00:00:00-04:00,117.30999755859375,117.30999755859375,117.30999755859375,117.30999755859375,103.36466217041016,0,0.0,0.0,0.0 2025-07-30 00:00:00-04:00,115.87999725341797,115.87999725341797,115.87999725341797,115.87999725341797,102.10465240478516,0,0.0,0.0,0.0 2025-07-31 00:00:00-04:00,114.08999633789062,114.08999633789062,114.08999633789062,114.08999633789062,100.5274429321289,0,0.0,0.0,0.0 2025-08-01 00:00:00-04:00,113.19999694824219,113.19999694824219,113.19999694824219,113.19999694824219,99.74324035644531,0,0.0,0.0,0.0 2025-08-04 00:00:00-04:00,114.83999633789062,114.83999633789062,114.83999633789062,114.83999633789062,101.18828582763672,0,0.0,0.0,0.0 2025-08-05 00:00:00-04:00,114.33000183105469,114.33000183105469,114.33000183105469,114.33000183105469,100.7389144897461,0,0.0,0.0,0.0 2025-08-06 00:00:00-04:00,114.51000213623047,114.51000213623047,114.51000213623047,114.51000213623047,100.89752197265625,0,0.0,0.0,0.0 2025-08-07 00:00:00-04:00,116.08000183105469,116.08000183105469,116.08000183105469,116.08000183105469,102.2808837890625,0,0.0,0.0,0.0 2025-08-08 00:00:00-04:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,102.53641510009766,0,0.0,0.0,0.0 2025-08-11 00:00:00-04:00,115.36000061035156,115.36000061035156,115.36000061035156,115.36000061035156,101.64647674560547,0,0.0,0.0,0.0 2025-08-12 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0 2025-08-13 00:00:00-04:00,118.58000183105469,118.58000183105469,118.58000183105469,118.58000183105469,104.48369598388672,0,0.0,0.0,0.0 2025-08-14 00:00:00-04:00,117.86000061035156,117.86000061035156,117.86000061035156,117.86000061035156,103.84928131103516,0,0.0,0.0,0.0 2025-08-15 00:00:00-04:00,118.9000015258789,118.9000015258789,118.9000015258789,118.9000015258789,104.76565551757812,0,0.0,0.0,0.0 2025-08-18 00:00:00-04:00,119.30999755859375,119.30999755859375,119.30999755859375,119.30999755859375,105.12691497802734,0,0.0,0.0,0.0 2025-08-19 00:00:00-04:00,118.86000061035156,118.86000061035156,118.86000061035156,118.86000061035156,104.73040771484375,0,0.0,0.0,0.0 2025-08-20 00:00:00-04:00,118.56999969482422,118.56999969482422,118.56999969482422,118.56999969482422,104.47488403320312,0,0.0,0.0,0.0 2025-08-21 00:00:00-04:00,117.94000244140625,117.94000244140625,117.94000244140625,117.94000244140625,103.9197769165039,0,0.0,0.0,0.0 2025-08-22 00:00:00-04:00,120.2300033569336,120.2300033569336,120.2300033569336,120.2300033569336,105.93755340576172,0,0.0,0.0,0.0 2025-08-25 00:00:00-04:00,119.3499984741211,119.3499984741211,119.3499984741211,119.3499984741211,105.16215515136719,0,0.0,0.0,0.0 2025-08-26 00:00:00-04:00,119.80000305175781,119.80000305175781,119.80000305175781,119.80000305175781,105.55867004394531,0,0.0,0.0,0.0 2025-08-27 00:00:00-04:00,119.19999694824219,119.19999694824219,119.19999694824219,119.19999694824219,105.02999114990234,0,0.0,0.0,0.0 2025-08-28 00:00:00-04:00,119.52999877929688,119.52999877929688,119.52999877929688,119.52999877929688,105.32076263427734,0,0.0,0.0,0.0 2025-08-29 00:00:00-04:00,118.58999633789062,118.58999633789062,118.58999633789062,118.58999633789062,104.49250030517578,0,0.0,0.0,0.0 2025-09-02 00:00:00-04:00,117.0999984741211,117.0999984741211,117.0999984741211,117.0999984741211,103.17962646484375,0,0.0,0.0,0.0 2025-09-03 00:00:00-04:00,117.66000366210938,117.66000366210938,117.66000366210938,117.66000366210938,103.67306518554688,0,0.0,0.0,0.0 2025-09-04 00:00:00-04:00,118.58000183105469,118.58000183105469,118.58000183105469,118.58000183105469,104.48369598388672,0,0.0,0.0,0.0 2025-09-05 00:00:00-04:00,119.41000366210938,119.41000366210938,119.41000366210938,119.41000366210938,105.21502685546875,0,0.0,0.0,0.0 2025-09-08 00:00:00-04:00,120.5,120.5,120.5,120.5,106.17545318603516,0,0.0,0.0,0.0 2025-09-09 00:00:00-04:00,120.86000061035156,120.86000061035156,120.86000061035156,120.86000061035156,106.49266052246094,0,0.0,0.0,0.0 2025-09-10 00:00:00-04:00,120.61000061035156,120.61000061035156,120.61000061035156,120.61000061035156,106.27237701416016,0,0.0,0.0,0.0 2025-09-11 00:00:00-04:00,121.5999984741211,121.5999984741211,121.5999984741211,121.5999984741211,107.14468383789062,0,0.0,0.0,0.0 2025-09-12 00:00:00-04:00,121.20999908447266,121.20999908447266,121.20999908447266,121.20999908447266,106.8010482788086,0,0.0,0.0,0.0 2025-09-15 00:00:00-04:00,122.43000030517578,122.43000030517578,122.43000030517578,122.43000030517578,107.87602233886719,0,0.0,0.0,0.0 2025-09-16 00:00:00-04:00,122.9000015258789,122.9000015258789,122.9000015258789,122.9000015258789,108.29015350341797,0,0.0,0.0,0.0 2025-09-17 00:00:00-04:00,123.11000061035156,123.11000061035156,123.11000061035156,123.11000061035156,108.47518920898438,0,0.0,0.0,0.0 2025-09-18 00:00:00-04:00,124.75,124.75,124.75,124.75,109.92022705078125,0,0.0,0.0,0.0 2025-09-19 00:00:00-04:00,123.94000244140625,123.94000244140625,123.94000244140625,123.94000244140625,109.2065200805664,0,0.0,0.0,0.0 2025-09-22 00:00:00-04:00,124.56999969482422,124.56999969482422,124.56999969482422,124.56999969482422,109.76162719726562,0,0.0,0.0,0.0 2025-09-23 00:00:00-04:00,124.0,124.0,124.0,124.0,109.25938415527344,0,0.0,0.0,0.0 2025-09-24 00:00:00-04:00,123.26000213623047,123.26000213623047,123.26000213623047,123.26000213623047,108.60735321044922,0,0.0,0.0,0.0 2025-09-25 00:00:00-04:00,122.22000122070312,122.22000122070312,122.22000122070312,122.22000122070312,107.69098663330078,0,0.0,0.0,0.0 2025-09-26 00:00:00-04:00,122.12000274658203,122.12000274658203,122.12000274658203,122.12000274658203,107.60287475585938,0,0.0,0.0,0.0 2025-09-29 00:00:00-04:00,123.16999816894531,123.16999816894531,123.16999816894531,123.16999816894531,108.5280532836914,0,0.0,0.0,0.0 2025-09-30 00:00:00-04:00,123.19999694824219,123.19999694824219,123.19999694824219,123.19999694824219,108.55448150634766,0,0.0,0.0,0.0 2025-10-01 00:00:00-04:00,123.86000061035156,123.86000061035156,123.86000061035156,123.86000061035156,109.13603210449219,0,0.0,0.0,0.0 2025-10-02 00:00:00-04:00,125.30999755859375,125.30999755859375,125.30999755859375,125.30999755859375,110.41365814208984,0,0.0,0.0,0.0 2025-10-03 00:00:00-04:00,125.6500015258789,125.6500015258789,125.6500015258789,125.6500015258789,110.71324157714844,0,0.0,0.0,0.0 2025-10-06 00:00:00-04:00,126.88999938964844,126.88999938964844,126.88999938964844,126.88999938964844,111.80583190917969,0,0.0,0.0,0.0 2025-10-07 00:00:00-04:00,125.58000183105469,125.58000183105469,125.58000183105469,125.58000183105469,110.65156555175781,0,0.0,0.0,0.0 2025-10-08 00:00:00-04:00,126.12000274658203,126.12000274658203,126.12000274658203,126.12000274658203,111.12737274169922,0,0.0,0.0,0.0 2025-10-09 00:00:00-04:00,125.04000091552734,125.04000091552734,125.04000091552734,125.04000091552734,110.1757583618164,0,0.0,0.0,0.0 2025-10-10 00:00:00-04:00,120.52999877929688,120.52999877929688,120.52999877929688,120.52999877929688,106.2018814086914,0,0.0,0.0,0.0 2025-10-13 00:00:00-04:00,123.08000183105469,123.08000183105469,123.08000183105469,123.08000183105469,108.4487533569336,0,0.0,0.0,0.0 2025-10-14 00:00:00-04:00,122.54000091552734,122.54000091552734,122.54000091552734,122.54000091552734,107.97294616699219,0,0.0,0.0,0.0 2025-10-15 00:00:00-04:00,122.83999633789062,122.83999633789062,122.83999633789062,122.83999633789062,108.2372817993164,0,0.0,0.0,0.0 2025-10-16 00:00:00-04:00,122.97000122070312,122.97000122070312,122.97000122070312,122.97000122070312,108.3518295288086,0,0.0,0.0,0.0 2025-10-17 00:00:00-04:00,123.04000091552734,123.04000091552734,123.04000091552734,123.04000091552734,108.41350555419922,0,0.0,0.0,0.0 2025-10-20 00:00:00-04:00,124.7699966430664,124.7699966430664,124.7699966430664,124.7699966430664,109.93785095214844,0,0.0,0.0,0.0 2025-10-21 00:00:00-04:00,124.12000274658203,124.12000274658203,124.12000274658203,124.12000274658203,109.36511993408203,0,0.0,0.0,0.0 2025-10-22 00:00:00-04:00,122.66999816894531,122.66999816894531,122.66999816894531,122.66999816894531,108.08748626708984,0,0.0,0.0,0.0 2025-10-23 00:00:00-04:00,123.94999694824219,123.94999694824219,123.94999694824219,123.94999694824219,109.21532440185547,0,0.0,0.0,0.0 2025-10-24 00:00:00-04:00,124.44000244140625,124.44000244140625,124.44000244140625,124.44000244140625,109.64707946777344,0,0.0,0.0,0.0 2025-10-27 00:00:00-04:00,126.18000030517578,126.18000030517578,126.18000030517578,126.18000030517578,111.18023681640625,0,0.0,0.0,0.0 2025-10-28 00:00:00-04:00,125.7300033569336,125.7300033569336,125.7300033569336,125.7300033569336,110.78373718261719,0,0.0,0.0,0.0 2025-10-29 00:00:00-04:00,126.0,126.0,126.0,126.0,111.02163696289062,0,0.0,0.0,0.0 2025-10-30 00:00:00-04:00,125.30000305175781,125.30000305175781,125.30000305175781,125.30000305175781,110.40484619140625,0,0.0,0.0,0.0 2025-10-31 00:00:00-04:00,124.94000244140625,124.94000244140625,124.94000244140625,124.94000244140625,110.087646484375,0,0.0,0.0,0.0 2025-11-03 00:00:00-05:00,125.08000183105469,125.08000183105469,125.08000183105469,125.08000183105469,110.21099853515625,0,0.0,0.0,0.0 2025-11-04 00:00:00-05:00,122.6500015258789,122.6500015258789,122.6500015258789,122.6500015258789,108.06986999511719,0,0.0,0.0,0.0 2025-11-05 00:00:00-05:00,123.1500015258789,123.1500015258789,123.1500015258789,123.1500015258789,108.51042938232422,0,0.0,0.0,0.0 2025-11-06 00:00:00-05:00,121.4000015258789,121.4000015258789,121.4000015258789,121.4000015258789,106.96846771240234,0,0.0,0.0,0.0 2025-11-07 00:00:00-05:00,120.95999908447266,120.95999908447266,120.95999908447266,120.95999908447266,106.58076477050781,0,0.0,0.0,0.0 2025-11-10 00:00:00-05:00,122.8499984741211,122.8499984741211,122.8499984741211,122.8499984741211,108.24609375,0,0.0,0.0,0.0 2025-11-11 00:00:00-05:00,123.30000305175781,123.30000305175781,123.30000305175781,123.30000305175781,108.6426010131836,0,0.0,0.0,0.0 2025-11-12 00:00:00-05:00,123.6500015258789,123.6500015258789,123.6500015258789,123.6500015258789,108.95099639892578,0,0.0,0.0,0.0 2025-11-13 00:00:00-05:00,121.47000122070312,121.47000122070312,121.47000122070312,121.47000122070312,107.03014373779297,0,0.0,0.0,0.0 2025-11-14 00:00:00-05:00,121.33000183105469,121.33000183105469,121.33000183105469,121.33000183105469,106.90678405761719,0,0.0,0.0,0.0 2025-11-17 00:00:00-05:00,119.73999786376953,119.73999786376953,119.73999786376953,119.73999786376953,105.50579833984375,0,0.0,0.0,0.0 2025-11-18 00:00:00-05:00,118.41000366210938,118.41000366210938,118.41000366210938,118.41000366210938,104.33390808105469,0,0.0,0.0,0.0 2025-11-19 00:00:00-05:00,118.27999877929688,118.27999877929688,118.27999877929688,118.27999877929688,104.21935272216797,0,0.0,0.0,0.0 2025-11-20 00:00:00-05:00,115.16000366210938,115.16000366210938,115.16000366210938,115.16000366210938,101.47025299072266,0,0.0,0.0,0.0 2025-11-21 00:00:00-05:00,116.56999969482422,116.56999969482422,116.56999969482422,116.56999969482422,102.71263122558594,0,0.0,0.0,0.0 2025-11-24 00:00:00-05:00,117.61000061035156,117.61000061035156,117.61000061035156,117.61000061035156,103.6290054321289,0,0.0,0.0,0.0 2025-11-25 00:00:00-05:00,118.8499984741211,118.8499984741211,118.8499984741211,118.8499984741211,104.72159576416016,0,0.0,0.0,0.0 2025-11-26 00:00:00-05:00,119.88999938964844,119.88999938964844,119.88999938964844,119.88999938964844,105.6379623413086,0,0.0,0.0,0.0 2025-11-28 00:00:00-05:00,120.91000366210938,120.91000366210938,120.91000366210938,120.91000366210938,106.53671264648438,0,0.0,0.0,0.0 2025-12-01 00:00:00-05:00,120.0,120.0,120.0,120.0,105.7348861694336,0,0.0,0.0,0.0 2025-12-02 00:00:00-05:00,120.7699966430664,120.7699966430664,120.7699966430664,120.7699966430664,106.4133529663086,0,0.0,0.0,0.0 2025-12-03 00:00:00-05:00,121.38999938964844,121.38999938964844,121.38999938964844,121.38999938964844,106.95964813232422,0,0.0,0.0,0.0 2025-12-04 00:00:00-05:00,121.55999755859375,121.55999755859375,121.55999755859375,121.55999755859375,107.10944366455078,0,0.0,0.0,0.0 2025-12-05 00:00:00-05:00,121.5199966430664,121.5199966430664,121.5199966430664,121.5199966430664,107.0741958618164,0,0.0,0.0,0.0 2025-12-08 00:00:00-05:00,121.48999786376953,121.48999786376953,121.48999786376953,121.48999786376953,107.04776000976562,0,0.0,0.0,0.0 2025-12-09 00:00:00-05:00,121.16000366210938,121.16000366210938,121.16000366210938,121.16000366210938,106.75699615478516,0,0.0,0.0,0.0 2025-12-10 00:00:00-05:00,122.55000305175781,122.55000305175781,122.55000305175781,122.55000305175781,107.98175811767578,0,0.0,0.0,0.0 2025-12-11 00:00:00-05:00,122.66999816894531,122.66999816894531,122.66999816894531,122.66999816894531,108.08748626708984,0,0.0,0.0,0.0 2025-12-12 00:00:00-05:00,121.08999633789062,121.08999633789062,121.08999633789062,121.08999633789062,106.6953125,0,0.0,0.0,0.0 2025-12-15 00:00:00-05:00,120.7699966430664,120.7699966430664,120.7699966430664,120.7699966430664,106.4133529663086,0,0.0,0.0,0.0 2025-12-16 00:00:00-05:00,120.0999984741211,120.0999984741211,120.0999984741211,120.0999984741211,105.822998046875,0,0.0,0.0,0.0 2025-12-17 00:00:00-05:00,110.44000244140625,110.44000244140625,110.44000244140625,110.44000244140625,110.44000244140625,0,7.857,0.0,6.42 2025-12-18 00:00:00-05:00,111.77999877929688,111.77999877929688,111.77999877929688,111.77999877929688,111.77999877929688,0,0.0,0.0,0.0 2025-12-19 00:00:00-05:00,112.76000213623047,112.76000213623047,112.76000213623047,112.76000213623047,112.76000213623047,0,0.0,0.0,0.0 2025-12-22 00:00:00-05:00,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,0,0.0,0.0,0.0 2025-12-23 00:00:00-05:00,114.01000213623047,114.01000213623047,114.01000213623047,114.01000213623047,114.01000213623047,0,0.0,0.0,0.0 2025-12-24 00:00:00-05:00,114.12999725341797,114.12999725341797,114.12999725341797,114.12999725341797,114.12999725341797,0,0.0,0.0,0.0 2025-12-26 00:00:00-05:00,114.70999908447266,114.70999908447266,114.70999908447266,114.70999908447266,114.70999908447266,0,0.0,0.0,0.0 2025-12-29 00:00:00-05:00,114.44000244140625,114.44000244140625,114.44000244140625,114.44000244140625,114.44000244140625,0,0.0,0.0,0.0 2025-12-30 00:00:00-05:00,114.37999725341797,114.37999725341797,114.37999725341797,114.37999725341797,114.37999725341797,0,0.0,0.0,0.0 2025-12-31 00:00:00-05:00,113.98999786376953,113.98999786376953,113.98999786376953,113.98999786376953,113.98999786376953,0,0.0,0.0,0.0 2026-01-02 00:00:00-05:00,115.68000030517578,115.68000030517578,115.68000030517578,115.68000030517578,115.68000030517578,0,0.0,0.0,0.0 2026-01-05 00:00:00-05:00,118.0999984741211,118.0999984741211,118.0999984741211,118.0999984741211,118.0999984741211,0,0.0,0.0,0.0 2026-01-06 00:00:00-05:00,118.98999786376953,118.98999786376953,118.98999786376953,118.98999786376953,118.98999786376953,0,0.0,0.0,0.0 2026-01-07 00:00:00-05:00,118.0199966430664,118.0199966430664,118.0199966430664,118.0199966430664,118.0199966430664,0,0.0,0.0,0.0 2026-01-08 00:00:00-05:00,117.5,117.5,117.5,117.5,117.5,0,0.0,0.0,0.0 2026-01-09 00:00:00-05:00,118.62000274658203,118.62000274658203,118.62000274658203,118.62000274658203,118.62000274658203,0,0.0,0.0,0.0 ================================================ FILE: tests/test_cache.py ================================================ """ Tests for cache To run all tests in suite from commandline: python -m unittest tests.cache Specific test class: python -m unittest tests.cache.TestCache """ from tests.context import yfinance as yf import unittest import tempfile import os class TestCache(unittest.TestCase): @classmethod def setUpClass(cls): cls.tempCacheDir = tempfile.TemporaryDirectory() yf.set_tz_cache_location(cls.tempCacheDir.name) @classmethod def tearDownClass(cls): yf.cache._TzDBManager.close_db() cls.tempCacheDir.cleanup() def test_storeTzNoRaise(self): # storing TZ to cache should never raise exception tkr = 'AMZN' tz1 = "America/New_York" tz2 = "London/Europe" cache = yf.cache.get_tz_cache() cache.store(tkr, tz1) cache.store(tkr, tz2) def test_setTzCacheLocation(self): self.assertEqual(yf.cache._TzDBManager.get_location(), self.tempCacheDir.name) tkr = 'AMZN' tz1 = "America/New_York" cache = yf.cache.get_tz_cache() cache.store(tkr, tz1) self.assertTrue(os.path.exists(os.path.join(self.tempCacheDir.name, "tkr-tz.db"))) if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_cache_noperms.py ================================================ """ Tests for cache To run all tests in suite from commandline: python -m unittest tests.cache Specific test class: python -m unittest tests.cache.TestCache """ from tests.context import yfinance as yf import unittest import os class TestCacheNoPermission(unittest.TestCase): @classmethod def setUpClass(cls): if os.name == "nt": # Windows cls.cache_path = "C:\\Windows\\System32\\yf-cache" else: # Unix/Linux/MacOS # Use a writable directory cls.cache_path = "/yf-cache" yf.set_tz_cache_location(cls.cache_path) def test_tzCacheRootStore(self): # Test that if cache path in read-only filesystem, no exception. tkr = 'AMZN' tz1 = "America/New_York" # During attempt to store, will discover cannot write yf.cache.get_tz_cache().store(tkr, tz1) # Handling the store failure replaces cache with a dummy cache = yf.cache.get_tz_cache() self.assertTrue(cache.dummy) cache.store(tkr, tz1) def test_tzCacheRootLookup(self): # Test that if cache path in read-only filesystem, no exception. tkr = 'AMZN' # During attempt to lookup, will discover cannot write yf.cache.get_tz_cache().lookup(tkr) # Handling the lookup failure replaces cache with a dummy cache = yf.cache.get_tz_cache() self.assertTrue(cache.dummy) cache.lookup(tkr) if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_calendars.py ================================================ from datetime import datetime, timedelta, timezone import unittest import pandas as pd from tests.context import yfinance as yf, session_gbl class TestCalendars(unittest.TestCase): def setUp(self): self.calendars = yf.Calendars(session=session_gbl) def test_get_earnings_calendar(self): result = self.calendars.get_earnings_calendar(limit=1) tickers = self.calendars.earnings_calendar.index.tolist() self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 1) self.assertIsInstance(tickers, list) self.assertEqual(len(tickers), len(result)) self.assertEqual(tickers, result.index.tolist()) first_ticker = result.index.tolist()[0] result_first_ticker = self.calendars.earnings_calendar.loc[first_ticker].name self.assertEqual(first_ticker, result_first_ticker) def test_get_earnings_calendar_init_params(self): result = self.calendars.get_earnings_calendar(limit=5) self.assertGreaterEqual(result['Event Start Date'].iloc[0], pd.to_datetime(datetime.now(tz=timezone.utc))) start = datetime.now(tz=timezone.utc) - timedelta(days=7) result = yf.Calendars(start=start).get_earnings_calendar(limit=5) self.assertGreaterEqual(result['Event Start Date'].iloc[0], pd.to_datetime(start)) def test_get_ipo_info_calendar(self): result = self.calendars.get_ipo_info_calendar(limit=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_economic_events_calendar(self): result = self.calendars.get_economic_events_calendar(limit=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_splits_calendar(self): result = self.calendars.get_splits_calendar(limit=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) if __name__ == "__main__": unittest.main() ================================================ FILE: tests/test_live.py ================================================ import unittest from unittest.mock import Mock from yfinance.live import BaseWebSocket class TestWebSocket(unittest.TestCase): def test_decode_message_valid(self): message = ("CgdCVEMtVVNEFYoMuUcYwLCVgIplIgNVU0QqA0NDQzApOAFFPWrEP0iAgOrxvANVx/25R12csrRHZYD8skR9/" "7i0R7ABgIDq8bwD2AEE4AGAgOrxvAPoAYCA6vG8A/IBA0JUQ4ECAAAAwPrjckGJAgAA2P5ZT3tC") ws = BaseWebSocket(Mock()) decoded = ws._decode_message(message) expected = {'id': 'BTC-USD', 'price': 94745.08, 'time': '1736509140000', 'currency': 'USD', 'exchange': 'CCC', 'quote_type': 41, 'market_hours': 1, 'change_percent': 1.5344921, 'day_volume': '59712028672', 'day_high': 95227.555, 'day_low': 92517.22, 'change': 1431.8906, 'open_price': 92529.99, 'last_size': '59712028672', 'price_hint': '2', 'vol_24hr': '59712028672', 'vol_all_currencies': '59712028672', 'from_currency': 'BTC', 'circulating_supply': 19808172.0, 'market_cap': 1876726640000.0} self.assertEqual(expected, decoded) def test_decode_message_invalid(self): websocket = BaseWebSocket(Mock()) base64_message = "invalid_base64_string" decoded = websocket._decode_message(base64_message) assert "error" in decoded assert "raw_base64" in decoded self.assertEqual(base64_message, decoded["raw_base64"]) ================================================ FILE: tests/test_lookup.py ================================================ import unittest import pandas as pd from tests.context import yfinance as yf, session_gbl class TestLookup(unittest.TestCase): def setUp(self): self.query = "A" # Generic query to make sure all lookup types are returned self.lookup = yf.Lookup(query=self.query, session=session_gbl) def test_get_all(self): result = self.lookup.get_all(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_stock(self): result = self.lookup.get_stock(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_mutualfund(self): result = self.lookup.get_mutualfund(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_etf(self): result = self.lookup.get_etf(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_index(self): result = self.lookup.get_index(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_future(self): result = self.lookup.get_future(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_currency(self): result = self.lookup.get_currency(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_get_cryptocurrency(self): result = self.lookup.get_cryptocurrency(count=5) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 5) def test_large_all(self): result = self.lookup.get_all(count=1000) self.assertIsInstance(result, pd.DataFrame) self.assertEqual(len(result), 1000) if __name__ == "__main__": unittest.main() ================================================ FILE: tests/test_price_repair.py ================================================ from tests.context import yfinance as yf from tests.context import session_gbl import unittest import os import datetime as _dt import numpy as _np import pandas as _pd class TestPriceRepairAssumptions(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl cls.dp = os.path.dirname(__file__) @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def test_resampling(self): for tkr in ['GOOGL', 'GLEN.L', '2330.TW']: dat = yf.Ticker(tkr, session=self.session) intervals = ['1d', '1wk', '1mo', '3mo'] periods = ['1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y', '10y', 'ytd']#, 'max'] # Yahoo handles period=max weird. For tkr=INTC, interval=1d starts 5 years before interval=1mo for i in range(len(intervals)): interval = intervals[i] if interval == '1d': continue for j in range(i, len(periods)): period = periods[j] df_truth = dat.history(interval=interval, period=period) # df_1d = dat.history(interval='1d', period=period) # dfr = dat._lazy_load_price_history()._resample(df_1d, '1d', interval, period) dfr = dat.history(interval=interval, period=period, repair=True) debug = False if len(dfr) != len(df_truth): if dfr.index[1] == df_truth.index[0]: # print(" - resampled has extra row at start") pass elif dfr.index[0] == df_truth.index[1]: print(" - resampled missing a row at start") debug = True else: print(" - resampled index different length") debug = True elif (dfr.index != df_truth.index).all(): print(" - resampled index mismatch:") print(dfr.index == df_truth.index) debug = True else: # vol_match = dfr['Volume'] == df_truth['Volume'] vol_diff_pct0 = (dfr['Volume'].iloc[0] - df_truth['Volume'].iloc[0])/df_truth['Volume'].iloc[0] vol_diff_pct1 = (dfr['Volume'].iloc[-1] - df_truth['Volume'].iloc[-1])/df_truth['Volume'].iloc[-1] vol_diff_pct = _np.array([vol_diff_pct0, vol_diff_pct1]) vol_match = vol_diff_pct > -0.32 vol_match_nmatch = _np.sum(vol_match) vol_match_ndiff = len(vol_match) - vol_match_nmatch if vol_match.all(): # print(" - volume match 100%") pass elif vol_match_ndiff == 1 and not vol_match[0]: # print(" - volume almost-perfect match, only first different") # debug = True pass else: # print(f" - volume match {vol_match_nmatch}/{len(vol_match)} {vol_match.to_numpy()}") print(f" - volume significantly different in first row: vol_diff_pct={vol_diff_pct*100}%") debug = True if debug: print("- investigate:") print(f" - interval = {interval}") print(f" - period = {period}") print("- df_truth:") print(df_truth)#[['Open', 'Close', 'Volume']]) df_1d = dat.history(interval='1d', period=period) print("- df_1d:") print(df_1d)#[['Open', 'Close', 'Volume']]) print("- dfr:") print(dfr)#[['Open', 'Close', 'Volume']]) return class TestPriceRepair(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl cls.dp = os.path.dirname(__file__) @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def test_types(self): tkr = 'INTC' dat = yf.Ticker(tkr, session=self.session) data = dat.history(period="3mo", interval="1d", prepost=True, repair=True) self.assertIsInstance(data, _pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") reconstructed = dat._lazy_load_price_history()._reconstruct_intervals_batch(data, "1wk", True) self.assertIsInstance(reconstructed, _pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_reconstruct_2m(self): # 2m repair requires 1m data. # Yahoo restricts 1m fetches to 7 days max within last 30 days. # Need to test that '_reconstruct_intervals_batch()' can handle this. tkrs = ["BHP.AX", "IMP.JO", "BP.L", "PNL.L", "INTC"] dt_now = _pd.Timestamp.now('UTC') td_60d = _dt.timedelta(days=60) # Round time for 'requests_cache' reuse dt_now = dt_now.ceil("1h") for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) end_dt = dt_now start_dt = end_dt - td_60d dat.history(start=start_dt, end=end_dt, interval="2m", repair=True) def test_repair_100x_random_weekly(self): # Setup: tkr = "PNL.L" dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() data_cols = ["Low", "High", "Open", "Close", "Adj Close"] df = _pd.DataFrame(data={"Open": [470.5, 473.5, 474.5, 470], "High": [476, 476.5, 477, 480], "Low": [470.5, 470, 465.5, 468.26], "Close": [475, 473.5, 472, 473.5], "Adj Close": [474.865, 468.6, 467.1, 468.6], "Volume": [2295613, 2245604, 3000287, 2635611]}, index=_pd.to_datetime([_dt.date(2022, 10, 24), _dt.date(2022, 10, 17), _dt.date(2022, 10, 10), _dt.date(2022, 10, 3)])) df = df.sort_index() df.index.name = "Date" df_bad = df.copy() df_bad.loc["2022-10-24", "Close"] *= 100 df_bad.loc["2022-10-17", "Low"] *= 100 df_bad.loc["2022-10-03", "Open"] *= 100 df.index = df.index.tz_localize(tz_exchange) df_bad.index = df_bad.index.tz_localize(tz_exchange) # Run test df_repaired = hist._fix_unit_random_mixups(df_bad, "1wk", tz_exchange, prepost=False) # First test - no errors left for c in data_cols: try: self.assertTrue(_np.isclose(df_repaired[c], df[c], rtol=1e-2).all()) except AssertionError: print(df[c]) print(df_repaired[c]) raise # Second test - all differences should be either ~1x or ~100x ratio = df_bad[data_cols].values / df[data_cols].values ratio = ratio.round(2) # - round near-100 ratio to 100: f = ratio > 90 ratio[f] = (ratio[f] / 10).round().astype(int) * 10 # round ratio to nearest 10 # - now test f_100 = ratio == 100 f_1 = ratio == 1 self.assertTrue((f_100 | f_1).all()) self.assertTrue("Repaired?" in df_repaired.columns) self.assertFalse(df_repaired["Repaired?"].isna().any()) def test_repair_100x_random_weekly_preSplit(self): # PNL.L has a stock-split in 2022. Sometimes requesting data before 2022 is not split-adjusted. tkr = "PNL.L" dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() data_cols = ["Low", "High", "Open", "Close", "Adj Close"] df = _pd.DataFrame(data={"Open": [400, 398, 392.5, 417], "High": [421, 425, 419, 420.5], "Low": [400, 380.5, 376.5, 396], "Close": [410, 409.5, 402, 399], "Adj Close": [409.75, 393.43, 386.22, 383.34], "Volume": [3232600, 3773900, 10835000, 4257900]}, index=_pd.to_datetime([_dt.date(2020, 3, 30), _dt.date(2020, 3, 23), _dt.date(2020, 3, 16), _dt.date(2020, 3, 9)])) df = df.sort_index() # Simulate data missing split-adjustment: df[data_cols] *= 100.0 df["Volume"] *= 0.01 # df.index.name = "Date" # Create 100x errors: df_bad = df.copy() df_bad.loc["2020-03-30", "Close"] *= 100 df_bad.loc["2020-03-23", "Low"] *= 100 df_bad.loc["2020-03-09", "Open"] *= 100 df.index = df.index.tz_localize(tz_exchange) df_bad.index = df_bad.index.tz_localize(tz_exchange) df_repaired = hist._fix_unit_random_mixups(df_bad, "1wk", tz_exchange, prepost=False) # First test - no errors left for c in data_cols: try: self.assertTrue(_np.isclose(df_repaired[c], df[c], rtol=1e-2).all()) except AssertionError: print("Mismatch in column", c) print("- df_repaired:") print(df_repaired[c]) print("- answer:") print(df[c]) raise # Second test - all differences should be either ~1x or ~100x ratio = df_bad[data_cols].values / df[data_cols].values ratio = ratio.round(2) # - round near-100 ratio to 100: f = ratio > 90 ratio[f] = (ratio[f] / 10).round().astype(int) * 10 # round ratio to nearest 10 # - now test f_100 = ratio == 100 f_1 = ratio == 1 self.assertTrue((f_100 | f_1).all()) self.assertTrue("Repaired?" in df_repaired.columns) self.assertFalse(df_repaired["Repaired?"].isna().any()) def test_repair_100x_random_daily(self): tkr = "PNL.L" dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() data_cols = ["Low", "High", "Open", "Close", "Adj Close"] df = _pd.DataFrame(data={"Open": [478, 476, 476, 472], "High": [478, 477.5, 477, 475], "Low": [474.02, 474, 473, 470.75], "Close": [475.5, 475.5, 474.5, 475], "Adj Close": [475.5, 475.5, 474.5, 475], "Volume": [436414, 485947, 358067, 287620]}, index=_pd.to_datetime([_dt.date(2022, 11, 1), _dt.date(2022, 10, 31), _dt.date(2022, 10, 28), _dt.date(2022, 10, 27)])) for c in data_cols: df[c] = df[c].astype('float') df = df.sort_index() df.index.name = "Date" df_bad = df.copy() df_bad.loc["2022-11-01", "Close"] *= 100 df_bad.loc["2022-10-31", "Low"] *= 100 df_bad.loc["2022-10-27", "Open"] *= 100 df.index = df.index.tz_localize(tz_exchange) df_bad.index = df_bad.index.tz_localize(tz_exchange) df_repaired = hist._fix_unit_random_mixups(df_bad, "1d", tz_exchange, prepost=False) # First test - no errors left for c in data_cols: self.assertTrue(_np.isclose(df_repaired[c], df[c], rtol=1e-2).all()) # Second test - all differences should be either ~1x or ~100x ratio = df_bad[data_cols].values / df[data_cols].values ratio = ratio.round(2) # - round near-100 ratio to 100: f = ratio > 90 ratio[f] = (ratio[f] / 10).round().astype(int) * 10 # round ratio to nearest 10 # - now test f_100 = ratio == 100 f_1 = ratio == 1 self.assertTrue((f_100 | f_1).all()) self.assertTrue("Repaired?" in df_repaired.columns) self.assertFalse(df_repaired["Repaired?"].isna().any()) def test_repair_100x_block_daily(self): # Some 100x errors are not sporadic. # Sometimes Yahoo suddenly shifts from cents->$ from some recent date. tkrs = ['AET.L', 'SSW.JO'] # intervals = ['1d', '1wk'] # Give up repairing 1wk intervals directly. Instead will resample from 1d intervals = ['1d'] for tkr in tkrs: for interval in intervals: dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() data_cols = ["Low", "High", "Open", "Close", "Adj Close"] fp = os.path.join(self.dp, "data", tkr.replace('.','-') + '-' + interval + "-100x-error.csv") if not os.path.isfile(fp): continue df_bad = _pd.read_csv(fp, index_col="Date") df_bad.index = _pd.to_datetime(df_bad.index, utc=True).tz_convert(tz_exchange) df_bad = df_bad.sort_index() df = df_bad.copy() fp = os.path.join(self.dp, "data", tkr.replace('.','-') + '-' + interval + "-100x-error-fixed.csv") df = _pd.read_csv(fp, index_col="Date") df.index = _pd.to_datetime(df.index, utc=True).tz_convert(tz_exchange) df = df.sort_index() df_repaired = hist._fix_unit_switch(df_bad, interval, tz_exchange) df_repaired = df_repaired.sort_index() # First test - no errors left for c in data_cols: try: self.assertTrue(_np.isclose(df_repaired[c], df[c], rtol=1e-2).all()) except Exception: print("- repaired:") print(df_repaired[c]) print("- correct:") print(df[c]) print(f"TEST FAIL on column '{c}' (tkr={tkr} interval={interval})") raise # Second test - all differences should be either ~1x or ~100x ratio = df_bad[data_cols].values / df[data_cols].values ratio = ratio.round(2) # - round near-100 ratio to 100: f = ratio > 90 ratio[f] = (ratio[f] / 10).round().astype(int) * 10 # round ratio to nearest 10 # - now test f_100 = (ratio == 100) | (ratio == 0.01) f_1 = ratio == 1 self.assertTrue((f_100 | f_1).all()) self.assertTrue("Repaired?" in df_repaired.columns) self.assertFalse(df_repaired["Repaired?"].isna().any()) def test_repair_zeroes_daily(self): tkr = "BBIL.L" dat = yf.Ticker(tkr, session=self.session) hist = dat._lazy_load_price_history() tz_exchange = dat.fast_info["timezone"] correct_df = dat.history(period='1mo', auto_adjust=False) dt_bad = correct_df.index[len(correct_df)//2] df_bad = correct_df.copy() for c in df_bad.columns: df_bad.loc[dt_bad, c] = _np.nan repaired_df = hist._fix_zeroes(df_bad, "1d", tz_exchange, prepost=False) for c in ["Open", "Low", "High", "Close"]: try: self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=1e-7).all()) except Exception: print(f"# column = {c}") print("# correct:") ; print(correct_df[c]) print("# repaired:") ; print(repaired_df[c]) raise self.assertTrue("Repaired?" in repaired_df.columns) self.assertFalse(repaired_df["Repaired?"].isna().any()) def test_repair_zeroes_daily_adjClose(self): # Test that 'Adj Close' is reconstructed correctly, # particularly when a dividend occurred within 1 day. self.skipTest("Currently failing because Yahoo returning slightly different data for interval 1d vs 1h on day Aug 6 2024") tkr = "INTC" df = _pd.DataFrame(data={"Open": [2.020000e+01, 2.032000e+01, 1.992000e+01, 1.910000e+01, 2.008000e+01], "High": [2.039000e+01, 2.063000e+01, 2.025000e+01, 2.055000e+01, 2.015000e+01], "Low": [1.929000e+01, 1.975000e+01, 1.895000e+01, 1.884000e+01, 1.950000e+01], "Close": [2.011000e+01, 1.983000e+01, 1.899000e+01, 2.049000e+01, 1.971000e+01], "Adj Close": [1.998323e+01, 1.970500e+01, 1.899000e+01, 2.049000e+01, 1.971000e+01], "Volume": [1.473857e+08, 1.066704e+08, 9.797230e+07, 9.683680e+07, 7.639450e+07], "Dividends": [0.000000e+00, 0.000000e+00, 1.250000e-01, 0.000000e+00, 0.000000e+00]}, index=_pd.to_datetime([_dt.datetime(2024, 8, 9), _dt.datetime(2024, 8, 8), _dt.datetime(2024, 8, 7), _dt.datetime(2024, 8, 6), _dt.datetime(2024, 8, 5)])) df = df.sort_index() df.index.name = "Date" dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] df.index = df.index.tz_localize(tz_exchange) hist = dat._lazy_load_price_history() rtol = 5e-3 for i in [0, 1, 2]: df_slice = df.iloc[i:i+3] for j in range(3): df_slice_bad = df_slice.copy() df_slice_bad.loc[df_slice_bad.index[j], "Adj Close"] = 0.0 df_slice_bad_repaired = hist._fix_zeroes(df_slice_bad, "1d", tz_exchange, prepost=False) for c in ["Close", "Adj Close"]: try: self.assertTrue(_np.isclose(df_slice_bad_repaired[c], df_slice[c], rtol=rtol).all()) except Exception: print(f"# column = {c}") print("# correct:") ; print(df_slice[c]) print("# repaired:") ; print(df_slice_bad_repaired[c]) raise self.assertTrue("Repaired?" in df_slice_bad_repaired.columns) self.assertFalse(df_slice_bad_repaired["Repaired?"].isna().any()) def test_repair_zeroes_hourly(self): tkr = "INTC" dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() correct_df = hist.history(period="5d", interval="1h", auto_adjust=False, repair=True) df_bad = correct_df.copy() bad_idx = correct_df.index[10] df_bad.loc[bad_idx, "Open"] = _np.nan df_bad.loc[bad_idx, "High"] = _np.nan df_bad.loc[bad_idx, "Low"] = _np.nan df_bad.loc[bad_idx, "Close"] = _np.nan df_bad.loc[bad_idx, "Adj Close"] = _np.nan df_bad.loc[bad_idx, "Volume"] = 0 repaired_df = hist._fix_zeroes(df_bad, "1h", tz_exchange, prepost=False) for c in ["Open", "Low", "High", "Close"]: try: self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=1e-7).all()) except AssertionError: print("COLUMN", c) print("- repaired_df") print(repaired_df) print("- correct_df[c]:") print(correct_df[c]) print("- diff:") print(repaired_df[c] - correct_df[c]) raise self.assertTrue("Repaired?" in repaired_df.columns) self.assertFalse(repaired_df["Repaired?"].isna().any()) def test_repair_bad_stock_splits(self): # Stocks that split in 2022 but no problems in Yahoo data, # so repair should change nothing good_tkrs = ['AMZN', 'DXCM', 'FTNT', 'GOOG', 'GME', 'PANW', 'SHOP', 'TSLA'] good_tkrs += ['AEI', 'GHI', 'IRON', 'LXU', 'TISI'] good_tkrs += ['BOL.ST', 'TUI1.DE'] intervals = ['1d', '1wk', '1mo', '3mo'] for tkr in good_tkrs: for interval in intervals: dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() df_good = dat.history(start='2020-01-01', end=_dt.date.today(), interval=interval, auto_adjust=False) repaired_df = hist._fix_bad_stock_splits(df_good, interval, tz_exchange) # Expect no change from repair df_good = df_good.sort_index() repaired_df = repaired_df.sort_index() for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]: try: self.assertTrue((repaired_df[c].to_numpy() == df_good[c].to_numpy()).all()) except Exception: print(f"tkr={tkr} interval={interval} COLUMN={c}") df_dbg = df_good[[c]].join(repaired_df[[c]], lsuffix='.good', rsuffix='.repaired') f_diff = repaired_df[c].to_numpy() != df_good[c].to_numpy() print(df_dbg[f_diff | _np.roll(f_diff, 1) | _np.roll(f_diff, -1)]) raise bad_tkrs = ['4063.T', 'AV.L', 'CNE.L', 'MOB.ST', 'SPM.MI'] bad_tkrs.append('LA.V') # special case - stock split error is 3 years ago! why not fixed? for tkr in bad_tkrs: dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() interval = '1d' fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-bad-stock-split.csv") if not os.path.isfile(fp): interval = '1wk' fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-bad-stock-split.csv") df_bad = _pd.read_csv(fp, index_col="Date") df_bad.index = _pd.to_datetime(df_bad.index, utc=True) repaired_df = hist._fix_bad_stock_splits(df_bad, "1d", tz_exchange) fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-bad-stock-split-fixed.csv") correct_df = _pd.read_csv(fp, index_col="Date") correct_df.index = _pd.to_datetime(correct_df.index, utc=True) repaired_df = repaired_df.sort_index() correct_df = correct_df.sort_index() for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]: try: self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=5e-6).all()) except AssertionError: print(f"tkr={tkr} COLUMN={c}") # print("- repaired_df") # print(repaired_df) # print("- correct_df[c]:") # print(correct_df[c]) # print("- diff:") # print(repaired_df[c] - correct_df[c]) raise false_positives = {} # FIZZ had very high price volatility in Jan-2021 around split date: false_positives['FIZZ'] = {'interval': '1d', 'start': '2020-11-30', 'end': '2021-04-01'} # GME has crazy price action in Jan 2021, mistaken for missing 2007 split false_positives['GME'] = {'interval': '1d', 'start': '2007-01-01', 'end': '2023-01-01'} # NVDA has a ~33% price drop on 2004-08-06, confused with earlier 3:2 split false_positives['NVDA'] = {'interval': '1d', 'start': '2001-07-01', 'end': '2007-09-15'} # yf.config.debug.logging = True for tkr, args in false_positives.items(): interval = args['interval'] dat = yf.Ticker(tkr, session=self.session) tz_exchange = dat.fast_info["timezone"] hist = dat._lazy_load_price_history() df_good = hist.history(auto_adjust=False, **args) repaired_df = hist._fix_bad_stock_splits(df_good, interval, tz_exchange) # Expect no change from repair df_good = df_good.sort_index() repaired_df = repaired_df.sort_index() for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]: try: self.assertTrue((repaired_df[c].to_numpy() == df_good[c].to_numpy()).all()) except AssertionError: print(f"tkr={tkr} interval={interval} COLUMN={c}") df_dbg = df_good[[c]].join(repaired_df[[c]], lsuffix='.good', rsuffix='.repaired') f_diff = repaired_df[c].to_numpy() != df_good[c].to_numpy() print(df_dbg[f_diff | _np.roll(f_diff, 1) | _np.roll(f_diff, -1)]) raise def test_repair_bad_div_adjusts(self): interval = '1d' bad_tkrs = [] false_positives = [] # Tickers are not random. Either their errors were really bad, or # they discovered bugs/gaps in repair logic. # bad_tkrs += ['MPCC.OL'] # has yahoo fixed? # These tickers were exceptionally bad bad_tkrs += ['LSC.L'] bad_tkrs += ['TEM.L'] # Other special sits bad_tkrs += ['KME.MI'] # 2023 dividend paid to savings share, not common/preferred bad_tkrs += ['REL.L'] # 100x div also missing adjust bad_tkrs.append('4063.T') # Div with same-day split not split adjusted # Adj too small bad_tkrs += ['ADIG.L'] bad_tkrs += ['CLC.L'] bad_tkrs += ['RGL.L'] bad_tkrs += ['SERE.L'] # Div 100x bad_tkrs += ['ABDP.L'] bad_tkrs += ['ELCO.L'] bad_tkrs += ['PSH.L'] # Div 100x and adjust too big bad_tkrs += ['SCR.TO'] # Div 0.01x bad_tkrs += ['NVT.L'] # Missing div adjusts: bad_tkrs += ['1398.HK'] bad_tkrs += ['3988.HK'] bad_tkrs += ['KEN.TA'] # Phantom divs bad_tkrs += ['KAP.IL'] # 1x 1d phantom div, and false positives 0.01x in 1wk bad_tkrs += ['TEM.L'] bad_tkrs += ['TEP.PA'] # Maybe test tickers with mix of adj-too-small and 100x false_positives += ['CALM'] # tiny div on 2023-10-31 false_positives += ['EWG'] # tiny div 2022-12-13 false_positives += ['HSBK.IL'] # normal divs but 1wk volatility uncovered logic bug false_positives += ['IBE.MC'] # 2x 0.01x divs only detected when compared to others. pass false_positives += ['KMR.L'] false_positives += ['TISG.MI'] for tkr in false_positives: # Nothing should change dat = yf.Ticker(tkr, session=self.session) hist = dat._lazy_load_price_history() hist.history(period='1mo') # init metadata for currency currency = hist._history_metadata['currency'] tz = hist._history_metadata['exchangeTimezoneName'] fp = os.path.join(self.dp, "data", tkr.replace('.','-') + '-' + interval + "-no-bad-divs.csv") if not os.path.isfile(fp): continue df = _pd.read_csv(fp, index_col='Datetime') df.index = _pd.to_datetime(df.index, utc=True).tz_convert(tz) repaired_df = hist._fix_bad_div_adjust(df, interval, currency) c = 'Dividends' self.assertTrue(_np.isclose(repaired_df[c].to_numpy(), df[c].to_numpy(), rtol=1e-12, equal_nan=True).all()) c = 'Adj Close' try: f_close = _np.isclose(repaired_df[c].to_numpy(), df[c].to_numpy(), rtol=1e-12, equal_nan=True) self.assertTrue(f_close.all()) except Exception: f_diff = ~f_close print(f"tkr={tkr} interval={interval}") print("- repaired_df:") print(repaired_df[c][f_diff]) print("- df:") print(df[c][f_diff]) print("- diff:") print(repaired_df[c][f_diff] - df[c][f_diff]) raise for tkr in bad_tkrs: dat = yf.Ticker(tkr, session=self.session) hist = dat._lazy_load_price_history() hist.history(period='1mo') # init metadata for currency currency = hist._history_metadata['currency'] tz = hist._history_metadata['exchangeTimezoneName'] fp = os.path.join(self.dp, "data", tkr.replace('.','-') + '-' + interval + "-bad-div.csv") if not os.path.isfile(fp): continue df_bad = _pd.read_csv(fp, index_col='Datetime') df_bad.index = _pd.to_datetime(df_bad.index, utc=True).tz_convert(tz) fp = os.path.join(self.dp, "data", tkr.replace('.','-') + '-' + interval + "-bad-div-fixed.csv") correct_df = _pd.read_csv(fp, index_col='Datetime') correct_df.index = _pd.to_datetime(correct_df.index, utc=True).tz_convert(tz) repaired_df = hist._fix_bad_div_adjust(df_bad, interval, currency) c = 'Dividends' f_close = _np.isclose(repaired_df[c].to_numpy(), correct_df[c].to_numpy(), rtol=1e-12, equal_nan=True) try: self.assertTrue(f_close.all()) except Exception: f_diff = ~f_close print(f"tkr={tkr} interval={interval}") print("- repaired_df:") print(repaired_df[c][f_diff]) print("- correct_df:") print(correct_df[c][f_diff]) print("- diff:") print(repaired_df[c][f_diff] - correct_df[c][f_diff]) raise c = 'Adj Close' try: f_close = _np.isclose(repaired_df[c].to_numpy(), correct_df[c].to_numpy(), rtol=5e-7, equal_nan=True) self.assertTrue(f_close.all()) except Exception: f_diff = ~f_close print(f"tkr={tkr} interval={interval}") print("- repaired_df:") print(repaired_df[c][f_diff]) print("- correct_df:") print(correct_df[c][f_diff]) print("- diff:") print(repaired_df[c][f_diff] - correct_df[c][f_diff]) raise def test_repair_capital_gains_double_count(self): bad_tkrs = ['DODFX', 'VWILX', 'JENYX'] for tkr in bad_tkrs: dat = yf.Ticker(tkr, session=self.session) hist = dat._lazy_load_price_history() interval = '1d' fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-cg-double-count.csv") df_bad = _pd.read_csv(fp, index_col="Date") df_bad.index = _pd.to_datetime(df_bad.index, utc=True) repaired_df = hist._repair_capital_gains(df_bad) fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-cg-double-count-fixed.csv") correct_df = _pd.read_csv(fp, index_col="Date") correct_df.index = _pd.to_datetime(correct_df.index, utc=True) repaired_df = repaired_df.sort_index() correct_df = correct_df.sort_index() for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]: try: self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=5e-6).all()) except AssertionError: f = (correct_df['Capital Gains']!=0).to_numpy() f2 = f|_np.roll(f,1)|_np.roll(f,2)|_np.roll(f,-1)|_np.roll(f,-2) print(f"tkr={tkr} COLUMN={c}") print("- repaired_df") print(repaired_df[f2].drop(['Open', 'High', 'Low', 'Volume', 'Capital Gains'], axis=1)) print("- repaired_df[c]") print(repaired_df[f2][c]) print("- correct_df[c]:") print(correct_df[f2][c]) print("- diff:") print(repaired_df[f2][c] - correct_df[f2][c]) raise if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_prices.py ================================================ from tests.context import yfinance as yf from tests.context import session_gbl import unittest import socket import datetime as _dt import pytz as _tz import numpy as _np import pandas as _pd class TestPriceHistory(unittest.TestCase): @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def test_daily_index(self): tkrs = ["BHP.AX", "IMP.JO", "BP.L", "PNL.L", "INTC"] intervals = ["1d", "1wk", "1mo"] for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) for interval in intervals: df = dat.history(period="5y", interval=interval) f = df.index.time == _dt.time(0) self.assertTrue(f.all()) def test_download_multi_large_interval(self): tkrs = ["BHP.AX", "IMP.JO", "BP.L", "PNL.L", "INTC"] intervals = ["1d", "1wk", "1mo"] for interval in intervals: with self.subTest(interval): df = yf.download(tkrs, period="5y", interval=interval) f = df.index.time == _dt.time(0) self.assertTrue(f.all()) df_tkrs = df.columns.levels[1] self.assertEqual(sorted(tkrs), sorted(df_tkrs)) def test_download_multi_small_interval(self): use_tkrs = ["AAPL", "0Q3.DE", "ATVI"] df = yf.download(use_tkrs, period="1d", interval="5m", auto_adjust=True) self.assertEqual(df.index.tz, _dt.timezone.utc) def test_download_with_invalid_ticker(self): #Checks if using an invalid symbol gives the same output as not using an invalid symbol in combination with a valid symbol (AAPL) #Checks to make sure that invalid symbol handling for the date column is the same as the base case (no invalid symbols) invalid_tkrs = ["AAPL", "ATVI"] #AAPL exists and ATVI does not exist valid_tkrs = ["AAPL", "INTC"] #AAPL and INTC both exist start_d = _dt.date.today() - _dt.timedelta(days=30) data_invalid_sym = yf.download(invalid_tkrs, start=start_d, auto_adjust=True) data_valid_sym = yf.download(valid_tkrs, start=start_d, auto_adjust=True) dt_compare = data_valid_sym.index[0] self.assertEqual(data_invalid_sym['Close']['AAPL'][dt_compare],data_valid_sym['Close']['AAPL'][dt_compare]) def test_duplicatingHourly(self): tkrs = ["IMP.JO", "BHG.JO", "SSW.JO", "BP.L", "INTC"] for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) tz = dat._get_ticker_tz(timeout=None) dt_utc = _pd.Timestamp.now('UTC') dt = dt_utc.astimezone(_tz.timezone(tz)) start_d = dt.date() - _dt.timedelta(days=7) df = dat.history(start=start_d, interval="1h") dt0 = df.index[-2] dt1 = df.index[-1] try: self.assertNotEqual(dt0.hour, dt1.hour) except AssertionError: print("Ticker = ", tkr) raise def test_duplicatingDaily(self): tkrs = ["IMP.JO", "BHG.JO", "SSW.JO", "BP.L", "INTC"] test_run = False for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) tz = dat._get_ticker_tz(timeout=None) dt_utc = _pd.Timestamp.now('UTC') dt = dt_utc.astimezone(_tz.timezone(tz)) if dt.time() < _dt.time(17, 0): continue test_run = True df = dat.history(start=dt.date() - _dt.timedelta(days=7), interval="1d") dt0 = df.index[-2] dt1 = df.index[-1] try: self.assertNotEqual(dt0, dt1) except AssertionError: print("Ticker = ", tkr) raise if not test_run: self.skipTest("Skipping test_duplicatingDaily() because only expected to fail just after market close") def test_duplicatingWeekly(self): tkrs = ['MSFT', 'IWO', 'VFINX', '^GSPC', 'BTC-USD'] test_run = False for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) tz = dat._get_ticker_tz(timeout=None) dt = _tz.timezone(tz).localize(_dt.datetime.now()) if dt.date().weekday() not in [1, 2, 3, 4]: continue test_run = True df = dat.history(start=dt.date() - _dt.timedelta(days=7), interval="1wk") dt0 = df.index[-2] dt1 = df.index[-1] try: self.assertNotEqual(dt0.week, dt1.week) except AssertionError: print("Ticker={}: Last two rows within same week:".format(tkr)) print(df.iloc[df.shape[0] - 2:]) raise if not test_run: self.skipTest("Skipping test_duplicatingWeekly() because not possible to fail Monday/weekend") def test_pricesEventsMerge(self): # Test case: dividend occurs after last row in price data tkr = 'INTC' start_d = _dt.date(2022, 1, 1) end_d = _dt.date(2023, 1, 1) df = yf.Ticker(tkr, session=self.session).history(interval='1d', start=start_d, end=end_d) div = 1.0 future_div_dt = df.index[-1] + _dt.timedelta(days=1) if future_div_dt.weekday() in [5, 6]: future_div_dt += _dt.timedelta(days=1) * (7 - future_div_dt.weekday()) divs = _pd.DataFrame(data={"Dividends":[div]}, index=[future_div_dt]) df2 = yf.utils.safe_merge_dfs(df.drop(['Dividends', 'Stock Splits'], axis=1), divs, '1d') self.assertIn(future_div_dt, df2.index) self.assertIn("Dividends", df2.columns) self.assertEqual(df2['Dividends'].iloc[-1], div) def test_pricesEventsMerge_bug(self): # Reproduce exception when merging intraday prices with future dividend interval = '30m' df_index = [] d = 13 for h in range(0, 16): for m in [0, 30]: df_index.append(_dt.datetime(2023, 9, d, h, m)) df_index.append(_dt.datetime(2023, 9, d, 16)) df = _pd.DataFrame(index=df_index) df.index = _pd.to_datetime(df.index) df['Close'] = 1.0 div = 1.0 future_div_dt = _dt.datetime(2023, 9, 14, 10) divs = _pd.DataFrame(data={"Dividends":[div]}, index=[future_div_dt]) yf.utils.safe_merge_dfs(df, divs, interval) # No exception = test pass def test_intraDayWithEvents(self): tkrs = ["BHP.AX", "IMP.JO", "BP.L", "PNL.L", "INTC"] test_run = False for tkr in tkrs: start_d = _dt.date.today() - _dt.timedelta(days=59) end_d = None df_daily = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1d", actions=True) df_daily_divs = df_daily["Dividends"][df_daily["Dividends"] != 0] if df_daily_divs.shape[0] == 0: continue start_d = df_daily_divs.index[0].date() end_d = df_daily_divs.index[-1].date() + _dt.timedelta(days=1) df_intraday = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="15m", actions=True) self.assertTrue((df_intraday["Dividends"] != 0.0).any()) df_intraday_divs = df_intraday["Dividends"][df_intraday["Dividends"] != 0] df_intraday_divs.index = df_intraday_divs.index.floor('D') self.assertTrue(df_daily_divs.index.equals(df_intraday_divs.index)) test_run = True if not test_run: self.skipTest("Skipping test_intraDayWithEvents() because no tickers had a dividend in last 60 days") def test_intraDayWithEvents_tase(self): # TASE dividend release pre-market, doesn't merge nicely with intra-day data so check still present tase_tkrs = ["ICL.TA", "ESLT.TA", "ONE.TA", "MGDL.TA"] test_run = False for tkr in tase_tkrs: start_d = _dt.date.today() - _dt.timedelta(days=59) end_d = None df_daily = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1d", actions=True) df_daily_divs = df_daily["Dividends"][df_daily["Dividends"] != 0] if df_daily_divs.shape[0] == 0: continue start_d = df_daily_divs.index[0].date() end_d = df_daily_divs.index[-1].date() + _dt.timedelta(days=1) df_intraday = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="15m", actions=True) self.assertTrue((df_intraday["Dividends"] != 0.0).any()) df_intraday_divs = df_intraday["Dividends"][df_intraday["Dividends"] != 0] df_intraday_divs.index = df_intraday_divs.index.floor('D') self.assertTrue(df_daily_divs.index.equals(df_intraday_divs.index)) test_run = True if not test_run: self.skipTest("Skipping test_intraDayWithEvents_tase() because no tickers had a dividend in last 60 days") def test_dailyWithEvents(self): start_d = _dt.date(2022, 1, 1) end_d = _dt.date(2023, 1, 1) tkr_div_dates = {'BHP.AX': [_dt.date(2022, 9, 1), _dt.date(2022, 2, 24)], 'IMP.JO': [_dt.date(2022, 9, 21), _dt.date(2022, 3, 16)], 'BP.L': [_dt.date(2022, 11, 10), _dt.date(2022, 8, 11), _dt.date(2022, 5, 12), _dt.date(2022, 2, 17)], 'INTC': [_dt.date(2022, 11, 4), _dt.date(2022, 8, 4), _dt.date(2022, 5, 5), _dt.date(2022, 2, 4)]} for tkr, dates in tkr_div_dates.items(): df = yf.Ticker(tkr, session=self.session).history(interval='1d', start=start_d, end=end_d) df_divs = df[df['Dividends'] != 0].sort_index(ascending=False) try: self.assertTrue((df_divs.index.date == dates).all()) except AssertionError: print(f'- ticker = {tkr}') print('- response:') print(df_divs.index.date) print('- answer:') print(dates) raise def test_dailyWithEvents_bugs(self): # Reproduce issue #521 tkr1 = "QQQ" tkr2 = "GDX" start_d = "2014-12-29" end_d = "2020-11-29" df1 = yf.Ticker(tkr1).history(start=start_d, end=end_d, interval="1d", actions=True) df2 = yf.Ticker(tkr2).history(start=start_d, end=end_d, interval="1d", actions=True) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) self.assertTrue(((df2["Dividends"] > 0) | (df2["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{} missing these dates: {}".format(tkr1, missing_from_df1)) print("{} missing these dates: {}".format(tkr2, missing_from_df2)) raise # Test that index same with and without events: tkrs = [tkr1, tkr2] for tkr in tkrs: df1 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1d", actions=True) df2 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1d", actions=False) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{}-with-events missing these dates: {}".format(tkr, missing_from_df1)) print("{}-without-events missing these dates: {}".format(tkr, missing_from_df2)) raise # Reproduce issue #1634 - 1d dividend out-of-range, should be prepended to prices div_dt = _pd.Timestamp(2022, 7, 21).tz_localize("America/New_York") df_dividends = _pd.DataFrame(data={"Dividends":[1.0]}, index=[div_dt]) df_prices = _pd.DataFrame(data={c:[1.0] for c in yf.const._PRICE_COLNAMES_}|{'Volume':0}, index=[div_dt+_dt.timedelta(days=1)]) df_merged = yf.utils.safe_merge_dfs(df_prices, df_dividends, '1d') self.assertEqual(df_merged.shape[0], 2) self.assertTrue(df_merged[df_prices.columns].iloc[1:].equals(df_prices)) self.assertEqual(df_merged.index[0], div_dt) def test_weeklyWithEvents(self): # Reproduce issue #521 tkr1 = "QQQ" tkr2 = "GDX" start_d = "2014-12-29" end_d = "2020-11-29" df1 = yf.Ticker(tkr1).history(start=start_d, end=end_d, interval="1wk", actions=True) df2 = yf.Ticker(tkr2).history(start=start_d, end=end_d, interval="1wk", actions=True) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) self.assertTrue(((df2["Dividends"] > 0) | (df2["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{} missing these dates: {}".format(tkr1, missing_from_df1)) print("{} missing these dates: {}".format(tkr2, missing_from_df2)) raise # Test that index same with and without events: tkrs = [tkr1, tkr2] for tkr in tkrs: df1 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1wk", actions=True) df2 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1wk", actions=False) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{}-with-events missing these dates: {}".format(tkr, missing_from_df1)) print("{}-without-events missing these dates: {}".format(tkr, missing_from_df2)) raise def test_monthlyWithEvents(self): tkr1 = "QQQ" tkr2 = "GDX" start_d = "2014-12-29" end_d = "2020-11-29" df1 = yf.Ticker(tkr1).history(start=start_d, end=end_d, interval="1mo", actions=True) df2 = yf.Ticker(tkr2).history(start=start_d, end=end_d, interval="1mo", actions=True) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) self.assertTrue(((df2["Dividends"] > 0) | (df2["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{} missing these dates: {}".format(tkr1, missing_from_df1)) print("{} missing these dates: {}".format(tkr2, missing_from_df2)) raise # Test that index same with and without events: tkrs = [tkr1, tkr2] for tkr in tkrs: df1 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1mo", actions=True) df2 = yf.Ticker(tkr, session=self.session).history(start=start_d, end=end_d, interval="1mo", actions=False) self.assertTrue(((df1["Dividends"] > 0) | (df1["Stock Splits"] > 0)).any()) try: self.assertTrue(df1.index.equals(df2.index)) except AssertionError: missing_from_df1 = df2.index.difference(df1.index) missing_from_df2 = df1.index.difference(df2.index) print("{}-with-events missing these dates: {}".format(tkr, missing_from_df1)) print("{}-without-events missing these dates: {}".format(tkr, missing_from_df2)) raise def test_monthlyWithEvents2(self): # Simply check no exception from internal merge dfm = yf.Ticker("ABBV").history(period="max", interval="1mo") dfd = yf.Ticker("ABBV").history(period="max", interval="1d") dfd = dfd[dfd.index > dfm.index[0]] dfm_divs = dfm[dfm['Dividends'] != 0] dfd_divs = dfd[dfd['Dividends'] != 0] self.assertEqual(dfm_divs.shape[0], dfd_divs.shape[0]) def test_tz_dst_ambiguous(self): # Reproduce issue #1100 try: yf.Ticker("ESLT.TA", session=self.session).history(start="2002-10-06", end="2002-10-09", interval="1d") except _tz.exceptions.AmbiguousTimeError: raise Exception("Ambiguous DST issue not resolved") def test_dst_fix(self): # Daily intervals should start at time 00:00. But for some combinations of date and timezone, # Yahoo has time off by few hours (e.g. Brazil 23:00 around Jan-2022). Suspect DST problem. # The clue is (a) minutes=0 and (b) hour near 0. # Obviously Yahoo meant 00:00, so ensure this doesn't affect date conversion. # The correction is successful if no days are weekend, and weekly data begins Monday tkr = "AGRO3.SA" dat = yf.Ticker(tkr, session=self.session) start = "2021-01-11" end = "2022-11-05" interval = "1d" df = dat.history(start=start, end=end, interval=interval) self.assertTrue(((df.index.weekday >= 0) & (df.index.weekday <= 4)).all()) interval = "1wk" df = dat.history(start=start, end=end, interval=interval) try: self.assertTrue((df.index.weekday == 0).all()) except AssertionError: print("Weekly data not aligned to Monday") raise def test_prune_post_intraday_us(self): # Half-day at USA Thanksgiving. Yahoo normally # returns an interval starting when regular trading closes, # even if prepost=False. # Setup tkr = "AMZN" special_day = _dt.date(2024, 11, 29) time_early_close = _dt.time(13) dat = yf.Ticker(tkr, session=self.session) # Run start_d = special_day - _dt.timedelta(days=7) end_d = special_day + _dt.timedelta(days=7) df = dat.history(start=start_d, end=end_d, interval="1h", prepost=False, keepna=True) tg_last_dt = df.loc[str(special_day)].index[-1] self.assertTrue(tg_last_dt.time() < time_early_close) # Test no other afternoons (or mornings) were pruned start_d = _dt.date(special_day.year, 1, 1) end_d = _dt.date(special_day.year+1, 1, 1) df = dat.history(start=start_d, end=end_d, interval="1h", prepost=False, keepna=True) if df.empty: self.skipTest("TEST NEEDS UPDATE: 'special_day' needs to be LATEST Thanksgiving date") last_dts = _pd.Series(df.index).groupby(df.index.date).last() dfd = dat.history(start=start_d, end=end_d, interval='1d', prepost=False, keepna=True) self.assertTrue(_np.equal(dfd.index.date, _pd.to_datetime(last_dts.index).date).all()) def test_prune_post_intraday_asx(self): # Setup tkr = "BHP.AX" # No early closes in 2024 dat = yf.Ticker(tkr, session=self.session) # Test no other afternoons (or mornings) were pruned start_d = _dt.date(2024, 1, 1) end_d = _dt.date(2024+1, 1, 1) df = dat.history(start=start_d, end=end_d, interval="1h", prepost=False, keepna=True) last_dts = _pd.Series(df.index).groupby(df.index.date).last() dfd = dat.history(start=start_d, end=end_d, interval='1d', prepost=False, keepna=True) self.assertTrue(_np.equal(dfd.index.date, _pd.to_datetime(last_dts.index).date).all()) def test_weekly_2rows_fix(self): tkr = "AMZN" start = _dt.date.today() - _dt.timedelta(days=14) start -= _dt.timedelta(days=start.weekday()) dat = yf.Ticker(tkr) df = dat.history(start=start, interval="1wk") self.assertTrue((df.index.weekday == 0).all()) def test_aggregate_capital_gains(self): # Setup tkr = "FXAIX" dat = yf.Ticker(tkr, session=self.session) start = "2017-12-31" end = "2019-12-31" interval = "3mo" dat.history(start=start, end=end, interval=interval) def test_transient_error_detection(self): """Test that _is_transient_error correctly identifies transient vs permanent errors""" from yfinance.data import _is_transient_error from yfinance.exceptions import YFPricesMissingError # Transient errors (should retry) self.assertTrue(_is_transient_error(socket.error("Network error"))) self.assertTrue(_is_transient_error(TimeoutError("Timeout"))) self.assertTrue(_is_transient_error(OSError("OS error"))) # Permanent errors (should NOT retry) self.assertFalse(_is_transient_error(ValueError("Invalid"))) self.assertFalse(_is_transient_error(YFPricesMissingError('INVALID', ''))) self.assertFalse(_is_transient_error(KeyError("key"))) if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_screener.py ================================================ import unittest from unittest.mock import patch, MagicMock from yfinance.screener.screener import screen from yfinance.screener.query import EquityQuery class TestScreener(unittest.TestCase): @classmethod def setUpClass(self): self.query = EquityQuery('gt',['eodprice',3]) self.predefined = 'aggressive_small_caps' @patch('yfinance.screener.screener.YfData.post') def test_set_large_size_in_body(self, mock_post): with self.assertRaises(ValueError): screen(self.query, size=251) @patch('yfinance.data.YfData.post') def test_fetch_query(self, mock_post): mock_response = MagicMock() mock_response.json.return_value = {'finance': {'result': [{'key': 'value'}]}} mock_post.return_value = mock_response response = screen(self.query) self.assertEqual(response, {'key': 'value'}) @patch('yfinance.data.YfData.get') def test_fetch_predefined(self, mock_get): mock_response = MagicMock() mock_response.json.return_value = {'finance': {'result': [{'key': 'value'}]}} mock_get.return_value = mock_response response = screen(self.predefined) self.assertEqual(response, {'key': 'value'}) if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_search.py ================================================ import unittest from tests.context import yfinance as yf class TestSearch(unittest.TestCase): def test_invalid_query(self): search = yf.Search(query="XYZXYZ") self.assertEqual(len(search.quotes), 0) self.assertEqual(len(search.news), 0) self.assertEqual(len(search.lists), 0) self.assertEqual(len(search.nav), 0) self.assertEqual(len(search.research), 0) def test_empty_query(self): search = yf.Search(query="") self.assertEqual(len(search.quotes), 0) self.assertEqual(len(search.news), 0) def test_fuzzy_query(self): search = yf.Search(query="Appel", enable_fuzzy_query=True) # Check if the fuzzy search retrieves relevant results despite the typo self.assertGreater(len(search.quotes), 0) self.assertIn("AAPL", search.quotes[0]['symbol']) def test_quotes(self): search = yf.Search(query="AAPL", max_results=5) self.assertEqual(len(search.quotes), 5) self.assertIn("AAPL", search.quotes[0]['symbol']) def test_news(self): search = yf.Search(query="AAPL", news_count=3) self.assertEqual(len(search.news), 3) def test_research_reports(self): search = yf.Search(query="AAPL", include_research=True) self.assertEqual(len(search.research), 3) ================================================ FILE: tests/test_ticker.py ================================================ """ Tests for Ticker To run all tests in suite from commandline: python -m unittest tests.ticker Specific test class: python -m unittest tests.ticker.TestTicker """ from datetime import datetime, timedelta import pandas as pd from tests.context import yfinance as yf from tests.context import session_gbl from yfinance.exceptions import YFPricesMissingError, YFInvalidPeriodError, YFNotImplementedError, YFTickerMissingError, YFTzMissingError, YFDataException from yfinance.config import YfConfig import unittest # import requests_cache from typing import Union, Any, get_args, _GenericAlias # from urllib.parse import urlparse, parse_qs, urlencode, urlunparse ticker_attributes = ( ("major_holders", pd.DataFrame), ("institutional_holders", pd.DataFrame), ("mutualfund_holders", pd.DataFrame), ("insider_transactions", pd.DataFrame), ("insider_purchases", pd.DataFrame), ("insider_roster_holders", pd.DataFrame), ("splits", pd.Series), ("actions", pd.DataFrame), ("shares", pd.DataFrame), ("info", dict), ("calendar", dict), ("recommendations", Union[pd.DataFrame, dict]), ("recommendations_summary", Union[pd.DataFrame, dict]), ("upgrades_downgrades", Union[pd.DataFrame, dict]), ("ttm_cashflow", pd.DataFrame), ("quarterly_cashflow", pd.DataFrame), ("cashflow", pd.DataFrame), ("quarterly_balance_sheet", pd.DataFrame), ("balance_sheet", pd.DataFrame), ("ttm_income_stmt", pd.DataFrame), ("quarterly_income_stmt", pd.DataFrame), ("income_stmt", pd.DataFrame), ("analyst_price_targets", dict), ("earnings_estimate", pd.DataFrame), ("revenue_estimate", pd.DataFrame), ("earnings_history", pd.DataFrame), ("eps_trend", pd.DataFrame), ("eps_revisions", pd.DataFrame), ("growth_estimates", pd.DataFrame), ("sustainability", pd.DataFrame), ("options", tuple), ("news", Any), ("earnings_dates", pd.DataFrame), ) def assert_attribute_type(testClass: unittest.TestCase, instance, attribute_name, expected_type): try: attribute = getattr(instance, attribute_name) if attribute is not None and expected_type is not Any: err_msg = f'{attribute_name} type is {type(attribute)} not {expected_type}' if isinstance(expected_type, _GenericAlias) and expected_type.__origin__ is Union: allowed_types = get_args(expected_type) testClass.assertTrue(isinstance(attribute, allowed_types), err_msg) else: testClass.assertEqual(type(attribute), expected_type, err_msg) except Exception: testClass.assertRaises( YFNotImplementedError, lambda: getattr(instance, attribute_name) ) class TestTicker(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def test_getTz(self): tkrs = ["IMP.JO", "BHG.JO", "SSW.JO", "BP.L", "INTC"] for tkr in tkrs: # First step: remove ticker from tz-cache yf.cache.get_tz_cache().store(tkr, None) # Test: dat = yf.Ticker(tkr, session=self.session) tz = dat._get_ticker_tz(timeout=5) self.assertIsNotNone(tz) def test_badTicker(self): # Check yfinance doesn't die when ticker delisted tkr = "DJI" # typo of "^DJI" dat = yf.Ticker(tkr, session=self.session) dat.history(period="5d") dat.history(start="2022-01-01") dat.history(start="2022-01-01", end="2022-03-01") yf.download([tkr], period="5d", threads=False, ignore_tz=False) yf.download([tkr], period="5d", threads=True, ignore_tz=False) yf.download([tkr], period="5d", threads=False, ignore_tz=True) yf.download([tkr], period="5d", threads=True, ignore_tz=True) for k in dat.fast_info: dat.fast_info[k] for attribute_name, attribute_type in ticker_attributes: assert_attribute_type(self, dat, attribute_name, attribute_type) assert isinstance(dat.dividends, pd.Series) assert dat.dividends.empty assert isinstance(dat.splits, pd.Series) assert dat.splits.empty assert isinstance(dat.capital_gains, pd.Series) assert dat.capital_gains.empty with self.assertRaises(YFNotImplementedError): assert isinstance(dat.shares, pd.DataFrame) assert dat.shares.empty assert isinstance(dat.actions, pd.DataFrame) assert dat.actions.empty def test_invalid_period(self): tkr = 'VALE' dat = yf.Ticker(tkr, session=self.session) YfConfig.debug.hide_exceptions = False with self.assertRaises(YFInvalidPeriodError): dat.history(period="2wks", interval="1d") with self.assertRaises(YFInvalidPeriodError): dat.history(period="2mos", interval="1d") def test_valid_custom_periods(self): valid_periods = [ # Yahoo provided periods ("1d", "1m"), ("5d", "15m"), ("1mo", "1d"), ("3mo", "1wk"), ("6mo", "1d"), ("1y", "1mo"), ("5y", "1wk"), ("max", "1mo"), # Custom periods ("2d", "30m"), ("10mo", "1d"), ("1y", "1d"), ("3y", "1d"), ("2wk", "15m"), ("6mo", "5d"), ("10y", "1wk") ] tkr = "AAPL" dat = yf.Ticker(tkr, session=self.session) YfConfig.debug.hide_exceptions = False for period, interval in valid_periods: with self.subTest(period=period, interval=interval): df = dat.history(period=period, interval=interval) self.assertIsInstance(df, pd.DataFrame) self.assertFalse(df.empty, f"No data returned for period={period}, interval={interval}") self.assertIn("Close", df.columns, f"'Close' column missing for period={period}, interval={interval}") # Validate date range now = datetime.now() if period != "max": # Difficult to assert for "max", therefore we skip if period.endswith("d"): days = int(period[:-1]) expected_start = now - timedelta(days=days) elif period.endswith("mo"): months = int(period[:-2]) expected_start = now - timedelta(days=30 * months) elif period.endswith("y"): years = int(period[:-1]) expected_start = now - timedelta(days=365 * years) elif period.endswith("wk"): weeks = int(period[:-2]) expected_start = now - timedelta(weeks=weeks) else: continue actual_start = df.index[0].to_pydatetime().replace(tzinfo=None) expected_start = expected_start.replace(hour=0, minute=0, second=0, microsecond=0) # leeway added because of weekends self.assertGreaterEqual(actual_start, expected_start - timedelta(days=10), f"Start date {actual_start} out of range for period={period}") self.assertLessEqual(df.index[-1].to_pydatetime().replace(tzinfo=None), now, f"End date {df.index[-1]} out of range for period={period}") # # 2025-12-11: test failing and no time to find new tkr # def test_prices_missing(self): # # this test will need to be updated every time someone wants to run a test # # hard to find a ticker that matches this error other than options # # META call option, 2024 April 26th @ strike of 180000 # tkr = 'META240426C00180000' # dat = yf.Ticker(tkr, session=self.session) # YfConfig.debug.hide_exceptions = False # with self.assertRaises(YFPricesMissingError): # dat.history(period="5d", interval="1m") def test_ticker_missing(self): tkr = 'ATVI' dat = yf.Ticker(tkr, session=self.session) # A missing ticker can trigger either a niche error or the generalized error with self.assertRaises((YFTickerMissingError, YFTzMissingError, YFPricesMissingError)): YfConfig.debug.hide_exceptions = False dat.history(period="3mo", interval="1d") def test_goodTicker(self): # that yfinance works when full api is called on same instance of ticker tkrs = ["IBM"] tkrs.append("QCSTIX") # weird ticker, no price history but has previous close for tkr in tkrs: dat = yf.Ticker(tkr, session=self.session) dat.history(period="5d") dat.history(start="2022-01-01") dat.history(start="2022-01-01", end="2022-03-01") yf.download([tkr], period="5d", threads=False, ignore_tz=False) yf.download([tkr], period="5d", threads=True, ignore_tz=False) yf.download([tkr], period="5d", threads=False, ignore_tz=True) yf.download([tkr], period="5d", threads=True, ignore_tz=True) for k in dat.fast_info: dat.fast_info[k] for attribute_name, attribute_type in ticker_attributes: assert_attribute_type(self, dat, attribute_name, attribute_type) def test_goodTicker_withProxy(self): tkr = "IBM" dat = yf.Ticker(tkr, session=self.session) dat._fetch_ticker_tz(timeout=5) dat._get_ticker_tz(timeout=5) dat.history(period="5d") for attribute_name, attribute_type in ticker_attributes: assert_attribute_type(self, dat, attribute_name, attribute_type) def test_ticker_with_symbol_mic(self): equities = [ ("OR", "XPAR"), # L'Oréal on Euronext Paris ("AAPL", "XNYS"), # Apple on NYSE ("GOOGL", "XNAS"), # Alphabet on NASDAQ ("BMW", "XETR"), # BMW on XETRA ] for eq in equities: # No exception = pass yf.Ticker(eq) yf.Ticker((eq[0], eq[1].lower())) def test_ticker_with_symbol_mic_invalid(self): with self.assertRaises(ValueError) as cm: yf.Ticker(('ABC', 'XXXX')) self.assertIn("Unknown MIC code: 'XXXX'", str(cm.exception)) class TestTickerHistory(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): # use a ticker that has dividends self.symbol = "IBM" self.ticker = yf.Ticker(self.symbol, session=self.session) self.symbols = ["AMZN", "MSFT", "NVDA"] def tearDown(self): self.ticker = None def test_history(self): md = self.ticker.history_metadata self.assertIn("IBM", md.values(), "metadata missing") data = self.ticker.history("1y") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_download(self): tomorrow = pd.Timestamp.now().date() + pd.Timedelta(days=1) # helps with caching for t in [False, True]: for i in [False, True]: for m in [False, True]: for n in [1, 'all']: symbols = self.symbols[0] if n == 1 else self.symbols data = yf.download(symbols, end=tomorrow, session=self.session, threads=t, ignore_tz=i, multi_level_index=m) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") if i: self.assertIsNone(data.index.tz) else: self.assertIsNotNone(data.index.tz) if (not m) and n == 1: self.assertFalse(isinstance(data.columns, pd.MultiIndex)) else: self.assertIsInstance(data.columns, pd.MultiIndex) # Hopefully one day we find an equivalent "requests_cache" that works with "curl_cffi" # def test_no_expensive_calls_introduced(self): # """ # Make sure calling history to get price data has not introduced more calls to yahoo than absolutely necessary. # As doing other type of scraping calls than "query2.finance.yahoo.com/v8/finance/chart" to yahoo website # will quickly trigger spam-block when doing bulk download of history data. # """ # symbol = "GOOGL" # period = "1y" # with requests_cache.CachedSession(backend="memory") as session: # ticker = yf.Ticker(symbol, session=session) # ticker.history(period=period) # actual_urls_called = [r.url for r in session.cache.filter()] # # Remove 'crumb' argument # for i in range(len(actual_urls_called)): # u = actual_urls_called[i] # parsed_url = urlparse(u) # query_params = parse_qs(parsed_url.query) # query_params.pop('crumb', None) # query_params.pop('cookie', None) # u = urlunparse(parsed_url._replace(query=urlencode(query_params, doseq=True))) # actual_urls_called[i] = u # actual_urls_called = tuple(actual_urls_called) # expected_urls = [ # f"https://query2.finance.yahoo.com/v8/finance/chart/{symbol}?interval=1d&range=1d", # ticker's tz # f"https://query2.finance.yahoo.com/v8/finance/chart/{symbol}?events=div%2Csplits%2CcapitalGains&includePrePost=False&interval=1d&range={period}" # ] # for url in actual_urls_called: # self.assertTrue(url in expected_urls, f"Unexpected URL called: {url}") def test_dividends(self): data = self.ticker.dividends self.assertIsInstance(data, pd.Series, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_splits(self): data = self.ticker.splits self.assertIsInstance(data, pd.Series, "data has wrong type") # self.assertFalse(data.empty, "data is empty") def test_actions(self): data = self.ticker.actions self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_chained_history_calls(self): _ = self.ticker.history(period="2d") data = self.ticker.dividends self.assertIsInstance(data, pd.Series, "data has wrong type") self.assertFalse(data.empty, "data is empty") class TestTickerEarnings(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.ticker = yf.Ticker("GOOGL", session=self.session) def tearDown(self): self.ticker = None def test_earnings_dates(self): data = self.ticker.earnings_dates self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_earnings_dates_with_limit(self): # use ticker with lots of historic earnings ticker = yf.Ticker("IBM") limit = 100 data = ticker.get_earnings_dates(limit=limit) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") self.assertEqual(len(data), limit, "Wrong number or rows") data_cached = ticker.get_earnings_dates(limit=limit) self.assertIs(data, data_cached, "data not cached") # Below will fail because not ported to Yahoo API # def test_earnings_forecasts(self): # data = self.ticker.earnings_forecasts # self.assertIsInstance(data, pd.DataFrame, "data has wrong type") # self.assertFalse(data.empty, "data is empty") # data_cached = self.ticker.earnings_forecasts # self.assertIs(data, data_cached, "data not cached") # data_cached = self.ticker.earnings_dates # self.assertIs(data, data_cached, "data not cached") # def test_earnings_trend(self): # data = self.ticker.earnings_trend # self.assertIsInstance(data, pd.DataFrame, "data has wrong type") # self.assertFalse(data.empty, "data is empty") # data_cached = self.ticker.earnings_trend # self.assertIs(data, data_cached, "data not cached") class TestTickerHolders(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.ticker = yf.Ticker("GOOGL", session=self.session) def tearDown(self): self.ticker = None def test_major_holders(self): data = self.ticker.major_holders self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.major_holders self.assertIs(data, data_cached, "data not cached") def test_institutional_holders(self): data = self.ticker.institutional_holders self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.institutional_holders self.assertIs(data, data_cached, "data not cached") def test_mutualfund_holders(self): data = self.ticker.mutualfund_holders self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.mutualfund_holders self.assertIs(data, data_cached, "data not cached") def test_insider_transactions(self): data = self.ticker.insider_transactions self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.insider_transactions self.assertIs(data, data_cached, "data not cached") def test_insider_purchases(self): data = self.ticker.insider_purchases self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.insider_purchases self.assertIs(data, data_cached, "data not cached") def test_insider_roster_holders(self): data = self.ticker.insider_roster_holders self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.insider_roster_holders self.assertIs(data, data_cached, "data not cached") class TestTickerMiscFinancials(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.ticker = yf.Ticker("GOOGL", session=self.session) # For ticker 'BSE.AX' (and others), Yahoo not returning # full quarterly financials (usually cash-flow) with all entries, # instead returns a smaller version in different data store. self.ticker_old_fmt = yf.Ticker("BSE.AX", session=self.session) def tearDown(self): self.ticker = None def test_isin(self): data = self.ticker.isin self.assertIsInstance(data, str, "data has wrong type") self.assertEqual("CA02080M1005", data, "data is empty") data_cached = self.ticker.isin self.assertIs(data, data_cached, "data not cached") def test_options(self): data = self.ticker.options self.assertIsInstance(data, tuple, "data has wrong type") self.assertTrue(len(data) > 1, "data is empty") def test_shares_full(self): data = self.ticker.get_shares_full() self.assertIsInstance(data, pd.Series, "data has wrong type") self.assertFalse(data.empty, "data is empty") def test_income_statement(self): expected_keys = ["Total Revenue", "Basic EPS"] expected_periods_days = 365 # Test contents of table data = self.ticker.get_income_stmt(pretty=True) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning annual financials") # Test property defaults data2 = self.ticker.income_stmt self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_income_stmt(pretty=False) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_income_stmt(as_dict=True) self.assertIsInstance(data, dict, "data has wrong type") def test_quarterly_income_statement(self): expected_keys = ["Total Revenue", "Basic EPS"] expected_periods_days = 365//4 # Test contents of table data = self.ticker.get_income_stmt(pretty=True, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning quarterly financials") # Test property defaults data2 = self.ticker.quarterly_income_stmt self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_income_stmt(pretty=False, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_income_stmt(as_dict=True) self.assertIsInstance(data, dict, "data has wrong type") def test_ttm_income_statement(self): expected_keys = ["Total Revenue", "Pretax Income", "Normalized EBITDA"] # Test contents of table data = self.ticker.get_income_stmt(pretty=True, freq='trailing') self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Trailing 12 months there must be exactly one column self.assertEqual(len(data.columns), 1, "Only one column should be returned on TTM income statement") # Test property defaults data2 = self.ticker.ttm_income_stmt self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_income_stmt(pretty=False, freq='trailing') self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_income_stmt(as_dict=True, freq='trailing') self.assertIsInstance(data, dict, "data has wrong type") def test_balance_sheet(self): expected_keys = ["Total Assets", "Net PPE"] expected_periods_days = 365 # Test contents of table data = self.ticker.get_balance_sheet(pretty=True) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning annual financials") # Test property defaults data2 = self.ticker.balance_sheet self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_balance_sheet(pretty=False) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_balance_sheet(as_dict=True) self.assertIsInstance(data, dict, "data has wrong type") def test_quarterly_balance_sheet(self): expected_keys = ["Total Assets", "Net PPE"] expected_periods_days = 365//4 # Test contents of table data = self.ticker.get_balance_sheet(pretty=True, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning quarterly financials") # Test property defaults data2 = self.ticker.quarterly_balance_sheet self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_balance_sheet(pretty=False, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_balance_sheet(as_dict=True, freq="quarterly") self.assertIsInstance(data, dict, "data has wrong type") def test_cash_flow(self): expected_keys = ["Operating Cash Flow", "Net PPE Purchase And Sale"] expected_periods_days = 365 # Test contents of table data = self.ticker.get_cashflow(pretty=True) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning annual financials") # Test property defaults data2 = self.ticker.cashflow self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_cashflow(pretty=False) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_cashflow(as_dict=True) self.assertIsInstance(data, dict, "data has wrong type") def test_quarterly_cash_flow(self): expected_keys = ["Operating Cash Flow", "Net PPE Purchase And Sale"] expected_periods_days = 365//4 # Test contents of table data = self.ticker.get_cashflow(pretty=True, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") period = abs((data.columns[0]-data.columns[1]).days) self.assertLess(abs(period-expected_periods_days), 20, "Not returning quarterly financials") # Test property defaults data2 = self.ticker.quarterly_cashflow self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_cashflow(pretty=False, freq="quarterly") self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_cashflow(as_dict=True) self.assertIsInstance(data, dict, "data has wrong type") def test_ttm_cash_flow(self): expected_keys = ["Operating Cash Flow", "Net PPE Purchase And Sale"] # Test contents of table data = self.ticker.get_cashflow(pretty=True, freq='trailing') self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Trailing 12 months there must be exactly one column self.assertEqual(len(data.columns), 1, "Only one column should be returned on TTM cash flow") # Test property defaults data2 = self.ticker.ttm_cashflow self.assertTrue(data.equals(data2), "property not defaulting to 'pretty=True'") # Test pretty=False expected_keys = [k.replace(' ', '') for k in expected_keys] data = self.ticker.get_cashflow(pretty=False, freq='trailing') self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") for k in expected_keys: self.assertIn(k, data.index, "Did not find expected row in index") # Test to_dict data = self.ticker.get_cashflow(as_dict=True, freq='trailing') self.assertIsInstance(data, dict, "data has wrong type") def test_income_alt_names(self): i1 = self.ticker.income_stmt i2 = self.ticker.incomestmt self.assertTrue(i1.equals(i2)) i3 = self.ticker.financials self.assertTrue(i1.equals(i3)) i1 = self.ticker.get_income_stmt() i2 = self.ticker.get_incomestmt() self.assertTrue(i1.equals(i2)) i3 = self.ticker.get_financials() self.assertTrue(i1.equals(i3)) i1 = self.ticker.quarterly_income_stmt i2 = self.ticker.quarterly_incomestmt self.assertTrue(i1.equals(i2)) i3 = self.ticker.quarterly_financials self.assertTrue(i1.equals(i3)) i1 = self.ticker.get_income_stmt(freq="quarterly") i2 = self.ticker.get_incomestmt(freq="quarterly") self.assertTrue(i1.equals(i2)) i3 = self.ticker.get_financials(freq="quarterly") self.assertTrue(i1.equals(i3)) i1 = self.ticker.ttm_income_stmt i2 = self.ticker.ttm_incomestmt self.assertTrue(i1.equals(i2)) i3 = self.ticker.ttm_financials self.assertTrue(i1.equals(i3)) i1 = self.ticker.get_income_stmt(freq="trailing") i2 = self.ticker.get_incomestmt(freq="trailing") self.assertTrue(i1.equals(i2)) i3 = self.ticker.get_financials(freq="trailing") self.assertTrue(i1.equals(i3)) def test_balance_sheet_alt_names(self): i1 = self.ticker.balance_sheet i2 = self.ticker.balancesheet self.assertTrue(i1.equals(i2)) i1 = self.ticker.get_balance_sheet() i2 = self.ticker.get_balancesheet() self.assertTrue(i1.equals(i2)) i1 = self.ticker.quarterly_balance_sheet i2 = self.ticker.quarterly_balancesheet self.assertTrue(i1.equals(i2)) i1 = self.ticker.get_balance_sheet(freq="quarterly") i2 = self.ticker.get_balancesheet(freq="quarterly") self.assertTrue(i1.equals(i2)) def test_cash_flow_alt_names(self): i1 = self.ticker.cash_flow i2 = self.ticker.cashflow self.assertTrue(i1.equals(i2)) i1 = self.ticker.get_cash_flow() i2 = self.ticker.get_cashflow() self.assertTrue(i1.equals(i2)) i1 = self.ticker.quarterly_cash_flow i2 = self.ticker.quarterly_cashflow self.assertTrue(i1.equals(i2)) i1 = self.ticker.get_cash_flow(freq="quarterly") i2 = self.ticker.get_cashflow(freq="quarterly") self.assertTrue(i1.equals(i2)) i1 = self.ticker.ttm_cash_flow i2 = self.ticker.ttm_cashflow self.assertTrue(i1.equals(i2)) i1 = self.ticker.get_cash_flow(freq="trailing") i2 = self.ticker.get_cashflow(freq="trailing") self.assertTrue(i1.equals(i2)) def test_bad_freq_value_raises_exception(self): self.assertRaises(ValueError, lambda: self.ticker.get_cashflow(freq="badarg")) def test_calendar(self): data = self.ticker.calendar self.assertIsInstance(data, dict, "data has wrong type") self.assertTrue(len(data) > 0, "data is empty") self.assertIn("Earnings Date", data.keys(), "data missing expected key") self.assertIn("Earnings Average", data.keys(), "data missing expected key") self.assertIn("Earnings Low", data.keys(), "data missing expected key") self.assertIn("Earnings High", data.keys(), "data missing expected key") self.assertIn("Revenue Average", data.keys(), "data missing expected key") self.assertIn("Revenue Low", data.keys(), "data missing expected key") self.assertIn("Revenue High", data.keys(), "data missing expected key") # dividend date is not available for tested ticker GOOGL if self.ticker.ticker != "GOOGL": self.assertIn("Dividend Date", data.keys(), "data missing expected key") # ex-dividend date is not always available data_cached = self.ticker.calendar self.assertIs(data, data_cached, "data not cached") # # sustainability stopped working # def test_sustainability(self): # data = self.ticker.sustainability # self.assertIsInstance(data, pd.DataFrame, "data has wrong type") # self.assertFalse(data.empty, "data is empty") # data_cached = self.ticker.sustainability # self.assertIs(data, data_cached, "data not cached") # def test_shares(self): # data = self.ticker.shares # self.assertIsInstance(data, pd.DataFrame, "data has wrong type") # self.assertFalse(data.empty, "data is empty") class TestTickerAnalysts(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.ticker = yf.Ticker("GOOGL", session=self.session) self.ticker_no_analysts = yf.Ticker("^GSPC", session=self.session) def tearDown(self): self.ticker = None self.ticker_no_analysts = None def test_recommendations(self): data = self.ticker.recommendations data_summary = self.ticker.recommendations_summary self.assertTrue(data.equals(data_summary)) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.recommendations self.assertIs(data, data_cached, "data not cached") def test_recommendations_summary(self): # currently alias for recommendations data = self.ticker.recommendations_summary self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.recommendations_summary self.assertIs(data, data_cached, "data not cached") def test_upgrades_downgrades(self): data = self.ticker.upgrades_downgrades self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") self.assertIsInstance(data.index, pd.DatetimeIndex, "data has wrong index type") data_cached = self.ticker.upgrades_downgrades self.assertIs(data, data_cached, "data not cached") def test_analyst_price_targets(self): data = self.ticker.analyst_price_targets self.assertIsInstance(data, dict, "data has wrong type") data_cached = self.ticker.analyst_price_targets self.assertIs(data, data_cached, "data not cached") def test_earnings_estimate(self): data = self.ticker.earnings_estimate self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.earnings_estimate self.assertIs(data, data_cached, "data not cached") def test_revenue_estimate(self): data = self.ticker.revenue_estimate self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.revenue_estimate self.assertIs(data, data_cached, "data not cached") def test_earnings_history(self): data = self.ticker.earnings_history self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") self.assertIsInstance(data.index, pd.DatetimeIndex, "data has wrong index type") data_cached = self.ticker.earnings_history self.assertIs(data, data_cached, "data not cached") def test_eps_trend(self): data = self.ticker.eps_trend self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.eps_trend self.assertIs(data, data_cached, "data not cached") def test_growth_estimates(self): data = self.ticker.growth_estimates self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertFalse(data.empty, "data is empty") data_cached = self.ticker.growth_estimates self.assertIs(data, data_cached, "data not cached") def test_no_analysts(self): attributes = [ 'recommendations', 'upgrades_downgrades', 'earnings_estimate', 'revenue_estimate', 'earnings_history', 'eps_trend', 'growth_estimates', ] for attribute in attributes: try: data = getattr(self.ticker_no_analysts, attribute) self.assertIsInstance(data, pd.DataFrame, "data has wrong type") self.assertTrue(data.empty, "data is not empty") except Exception as e: self.fail(f"Exception raised for attribute '{attribute}': {e}") class TestTickerInfo(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.symbols = [] self.symbols += ["ESLT.TA", "BP.L", "GOOGL"] self.symbols.append("QCSTIX") # good for testing, doesn't trade self.symbols += ["BTC-USD", "IWO", "VFINX", "^GSPC"] self.symbols += ["SOKE.IS", "ADS.DE"] # detected bugs self.symbols += ["EXTO" ] # Issues 2343 self.tickers = [yf.Ticker(s, session=self.session) for s in self.symbols] def tearDown(self): self.ticker = None def test_fast_info(self): f = yf.Ticker("AAPL", session=self.session).fast_info for k in f: self.assertIsNotNone(f[k]) def test_info(self): data = self.tickers[0].info self.assertIsInstance(data, dict, "data has wrong type") expected_keys = ['industry', 'currentPrice', 'exchange', 'floatShares', 'companyOfficers', 'bid'] for k in expected_keys: self.assertIn("symbol", data.keys(), f"Did not find expected key '{k}' in info dict") self.assertEqual(self.symbols[0], data["symbol"], "Wrong symbol value in info dict") def test_complementary_info(self): # This test is to check that we can successfully retrieve the trailing PEG ratio # We don't expect this one to have a trailing PEG ratio data1 = self.tickers[0].info self.assertIsNone(data1['trailingPegRatio']) # This one should have a trailing PEG ratio data2 = self.tickers[2].info self.assertIsInstance(data2['trailingPegRatio'], float) def test_isin_info(self): isin_list = {"ES0137650018": True, "does_not_exist": True, # Nonexistent but doesn't raise an error "INF209K01EN2": True, "INX846K01K35": False, # Nonexistent and raises an error "INF846K01K35": True } for isin in isin_list: if not isin_list[isin]: with self.assertRaises(ValueError) as context: ticker = yf.Ticker(isin) self.assertIn(str(context.exception), [ f"Invalid ISIN number: {isin}", "Empty tickername" ]) else: ticker = yf.Ticker(isin) ticker.info def test_empty_info(self): # Test issue 2343 (Empty result _fetch) data = self.tickers[10].info self.assertCountEqual(['quoteType', 'symbol', 'underlyingSymbol', 'uuid', 'maxAge', 'trailingPegRatio'], data.keys()) self.assertIn("trailingPegRatio", data.keys(), "Did not find expected key 'trailingPegRatio' in info dict") # def test_fast_info_matches_info(self): # fast_info_keys = set() # for ticker in self.tickers: # fast_info_keys.update(set(ticker.fast_info.keys())) # fast_info_keys = sorted(list(fast_info_keys)) # key_rename_map = {} # key_rename_map["currency"] = "currency" # key_rename_map["quote_type"] = "quoteType" # key_rename_map["timezone"] = "exchangeTimezoneName" # key_rename_map["last_price"] = ["currentPrice", "regularMarketPrice"] # key_rename_map["open"] = ["open", "regularMarketOpen"] # key_rename_map["day_high"] = ["dayHigh", "regularMarketDayHigh"] # key_rename_map["day_low"] = ["dayLow", "regularMarketDayLow"] # key_rename_map["previous_close"] = ["previousClose"] # key_rename_map["regular_market_previous_close"] = ["regularMarketPreviousClose"] # key_rename_map["fifty_day_average"] = "fiftyDayAverage" # key_rename_map["two_hundred_day_average"] = "twoHundredDayAverage" # key_rename_map["year_change"] = ["52WeekChange", "fiftyTwoWeekChange"] # key_rename_map["year_high"] = "fiftyTwoWeekHigh" # key_rename_map["year_low"] = "fiftyTwoWeekLow" # key_rename_map["last_volume"] = ["volume", "regularMarketVolume"] # key_rename_map["ten_day_average_volume"] = ["averageVolume10days", "averageDailyVolume10Day"] # key_rename_map["three_month_average_volume"] = "averageVolume" # key_rename_map["market_cap"] = "marketCap" # key_rename_map["shares"] = "sharesOutstanding" # for k in list(key_rename_map.keys()): # if '_' in k: # key_rename_map[yf.utils.snake_case_2_camelCase(k)] = key_rename_map[k] # # Note: share count items in info[] are bad. Sometimes the float > outstanding! # # So often fast_info["shares"] does not match. # # Why isn't fast_info["shares"] wrong? Because using it to calculate market cap always correct. # bad_keys = {"shares"} # # Loose tolerance for averages, no idea why don't match info[]. Is info wrong? # custom_tolerances = {} # custom_tolerances["year_change"] = 1.0 # # custom_tolerances["ten_day_average_volume"] = 1e-3 # custom_tolerances["ten_day_average_volume"] = 1e-1 # # custom_tolerances["three_month_average_volume"] = 1e-2 # custom_tolerances["three_month_average_volume"] = 5e-1 # custom_tolerances["fifty_day_average"] = 1e-2 # custom_tolerances["two_hundred_day_average"] = 1e-2 # for k in list(custom_tolerances.keys()): # if '_' in k: # custom_tolerances[yf.utils.snake_case_2_camelCase(k)] = custom_tolerances[k] # for k in fast_info_keys: # if k in key_rename_map: # k2 = key_rename_map[k] # else: # k2 = k # if not isinstance(k2, list): # k2 = [k2] # for m in k2: # for ticker in self.tickers: # if not m in ticker.info: # # print(f"symbol={ticker.ticker}: fast_info key '{k}' mapped to info key '{m}' but not present in info") # continue # if k in bad_keys: # continue # if k in custom_tolerances: # rtol = custom_tolerances[k] # else: # rtol = 5e-3 # # rtol = 1e-4 # correct = ticker.info[m] # test = ticker.fast_info[k] # # print(f"Testing: symbol={ticker.ticker} m={m} k={k}: test={test} vs correct={correct}") # if k in ["market_cap","marketCap"] and ticker.fast_info["currency"] in ["GBp", "ILA"]: # # Adjust for currency to match Yahoo: # test *= 0.01 # try: # if correct is None: # self.assertTrue(test is None or (not np.isnan(test)), f"{k}: {test} must be None or real value because correct={correct}") # elif isinstance(test, float) or isinstance(correct, int): # self.assertTrue(np.isclose(test, correct, rtol=rtol), f"{ticker.ticker} {k}: {test} != {correct}") # else: # self.assertEqual(test, correct, f"{k}: {test} != {correct}") # except: # if k in ["regularMarketPreviousClose"] and ticker.ticker in ["ADS.DE"]: # # Yahoo is wrong, is returning post-market close not regular # continue # else: # raise class TestTickerFundsData(unittest.TestCase): session = None @classmethod def setUpClass(cls): cls.session = session_gbl @classmethod def tearDownClass(cls): if cls.session is not None: cls.session.close() def setUp(self): self.test_tickers = [yf.Ticker("SPY", session=self.session), # equity etf yf.Ticker("JNK", session=self.session), # bonds etf yf.Ticker("VTSAX", session=self.session)] # mutual fund def tearDown(self): self.ticker = None def test_fetch_and_parse(self): try: for ticker in self.test_tickers: ticker.funds_data._fetch_and_parse() except Exception as e: self.fail(f"_fetch_and_parse raised an exception unexpectedly: {e}") with self.assertRaises(YFDataException): ticker = yf.Ticker("AAPL", session=self.session) # stock, not funds ticker.funds_data._fetch_and_parse() self.fail("_fetch_and_parse should have failed when calling for non-funds data") def test_description(self): for ticker in self.test_tickers: description = ticker.funds_data.description self.assertIsInstance(description, str) self.assertTrue(len(description) > 0) def test_fund_overview(self): for ticker in self.test_tickers: fund_overview = ticker.funds_data.fund_overview self.assertIsInstance(fund_overview, dict) def test_fund_operations(self): for ticker in self.test_tickers: fund_operations = ticker.funds_data.fund_operations self.assertIsInstance(fund_operations, pd.DataFrame) def test_asset_classes(self): for ticker in self.test_tickers: asset_classes = ticker.funds_data.asset_classes self.assertIsInstance(asset_classes, dict) def test_top_holdings(self): for ticker in self.test_tickers: top_holdings = ticker.funds_data.top_holdings self.assertIsInstance(top_holdings, pd.DataFrame) def test_equity_holdings(self): for ticker in self.test_tickers: equity_holdings = ticker.funds_data.equity_holdings self.assertIsInstance(equity_holdings, pd.DataFrame) def test_bond_holdings(self): for ticker in self.test_tickers: bond_holdings = ticker.funds_data.bond_holdings self.assertIsInstance(bond_holdings, pd.DataFrame) def test_bond_ratings(self): for ticker in self.test_tickers: bond_ratings = ticker.funds_data.bond_ratings self.assertIsInstance(bond_ratings, dict) def test_sector_weightings(self): for ticker in self.test_tickers: sector_weightings = ticker.funds_data.sector_weightings self.assertIsInstance(sector_weightings, dict) def suite(): suite = unittest.TestSuite() suite.addTest(TestTicker('Test ticker')) suite.addTest(TestTickerEarnings('Test earnings')) suite.addTest(TestTickerHolders('Test holders')) suite.addTest(TestTickerHistory('Test Ticker history')) suite.addTest(TestTickerMiscFinancials('Test misc financials')) suite.addTest(TestTickerInfo('Test info & fast_info')) suite.addTest(TestTickerFundsData('Test Funds Data')) return suite if __name__ == '__main__': unittest.main() ================================================ FILE: tests/test_utils.py ================================================ """ Tests for utils To run all tests in suite from commandline: python -m unittest tests.utils Specific test class: python -m unittest tests.utils.TestTicker """ from datetime import datetime from unittest import TestSuite import pandas as pd import unittest from yfinance.utils import is_valid_period_format, _dts_in_same_interval, _parse_user_dt class TestPandas(unittest.TestCase): date_strings = ["2024-08-07 09:05:00+02:00", "2024-08-07 09:05:00-04:00"] @unittest.expectedFailure def test_mixed_timezones_to_datetime_fails(self): series = pd.Series(self.date_strings) series = series.map(pd.Timestamp) converted = pd.to_datetime(series) self.assertIsNotNone(converted[0].tz) def test_mixed_timezones_to_datetime(self): series = pd.Series(self.date_strings) series = series.map(pd.Timestamp) converted = pd.to_datetime(series, utc=True) self.assertIsNotNone(converted[0].tz) i = 0 for dt in converted: dt: datetime ts: pd.Timestamp = series[i] self.assertEqual(dt.isoformat(), ts.tz_convert(tz="UTC").isoformat()) i += 1 class TestUtils(unittest.TestCase): def test_is_valid_period_format_valid(self): self.assertTrue(is_valid_period_format("1d")) self.assertTrue(is_valid_period_format("5wk")) self.assertTrue(is_valid_period_format("12mo")) self.assertTrue(is_valid_period_format("2y")) def test_is_valid_period_format_invalid(self): self.assertFalse(is_valid_period_format("1m")) # Incorrect suffix self.assertFalse(is_valid_period_format("2wks")) # Incorrect suffix self.assertFalse(is_valid_period_format("10")) # Missing suffix self.assertFalse(is_valid_period_format("abc")) # Invalid string self.assertFalse(is_valid_period_format("")) # Empty string def test_is_valid_period_format_edge_cases(self): self.assertFalse(is_valid_period_format(None)) # None input self.assertFalse(is_valid_period_format("0d")) # Zero is invalid self.assertTrue(is_valid_period_format("999mo")) # Large number valid class TestDateIntervalCheck(unittest.TestCase): def test_same_day(self): dt1 = pd.Timestamp("2024-10-15 10:00:00") dt2 = pd.Timestamp("2024-10-15 14:30:00") self.assertTrue(_dts_in_same_interval(dt1, dt2, "1d")) def test_different_days(self): dt1 = pd.Timestamp("2024-10-15 10:00:00") dt2 = pd.Timestamp("2024-10-16 09:00:00") self.assertFalse(_dts_in_same_interval(dt1, dt2, "1d")) def test_same_week_mid_week(self): # Wednesday and Friday in same week dt1 = pd.Timestamp("2024-10-16") # Wednesday dt2 = pd.Timestamp("2024-10-18") # Friday self.assertTrue(_dts_in_same_interval(dt1, dt2, "1wk")) def test_different_weeks(self): dt1 = pd.Timestamp("2024-10-14") # Monday week 42 dt2 = pd.Timestamp("2024-10-21") # Monday week 43 self.assertFalse(_dts_in_same_interval(dt1, dt2, "1wk")) def test_week_year_boundary(self): # Week 52 of 2024 spans into 2025 dt1 = pd.Timestamp("2024-12-30") # Monday in week 1 (ISO calendar) dt2 = pd.Timestamp("2025-01-03") # Friday in week 1 (ISO calendar) self.assertTrue(_dts_in_same_interval(dt1, dt2, "1wk")) def test_same_month(self): dt1 = pd.Timestamp("2024-10-01") dt2 = pd.Timestamp("2024-10-31") self.assertTrue(_dts_in_same_interval(dt1, dt2, "1mo")) def test_different_months(self): dt1 = pd.Timestamp("2024-10-31") dt2 = pd.Timestamp("2024-11-01") self.assertFalse(_dts_in_same_interval(dt1, dt2, "1mo")) def test_month_year_boundary(self): dt1 = pd.Timestamp("2024-12-15") dt2 = pd.Timestamp("2025-01-15") self.assertFalse(_dts_in_same_interval(dt1, dt2, "1mo")) def test_standard_quarters(self): q1_start = datetime(2023, 1, 1) self.assertTrue(_dts_in_same_interval(q1_start, datetime(2023, 1, 15), '3mo')) self.assertTrue(_dts_in_same_interval(q1_start, datetime(2023, 3, 31), '3mo')) self.assertFalse(_dts_in_same_interval(q1_start, datetime(2023, 4, 1), '3mo')) self.assertFalse(_dts_in_same_interval(q1_start, datetime(2022, 1, 15), '3mo')) # Previous year self.assertFalse(_dts_in_same_interval(q1_start, datetime(2024, 1, 15), '3mo')) # Next year q2_start = datetime(2023, 4, 1) self.assertTrue(_dts_in_same_interval(q2_start, datetime(2023, 5, 15), '3mo')) self.assertTrue(_dts_in_same_interval(q2_start, datetime(2023, 6, 30), '3mo')) self.assertFalse(_dts_in_same_interval(q2_start, datetime(2023, 7, 1), '3mo')) def test_nonstandard_quarters(self): q1_start = datetime(2023, 2, 1) # Same quarter self.assertTrue(_dts_in_same_interval(q1_start, datetime(2023, 3, 1), '3mo')) self.assertTrue(_dts_in_same_interval(q1_start, datetime(2023, 4, 25), '3mo')) # Different quarters self.assertFalse(_dts_in_same_interval(q1_start, datetime(2023, 1, 25), '3mo')) # Before quarter start self.assertFalse(_dts_in_same_interval(q1_start, datetime(2023, 6, 1), '3mo')) # Start of next quarter self.assertFalse(_dts_in_same_interval(q1_start, datetime(2023, 9, 1), '3mo')) # Start of Q3 q2_start = datetime(2023, 5, 1) self.assertTrue(_dts_in_same_interval(q2_start, datetime(2023, 6, 1), '3mo')) self.assertTrue(_dts_in_same_interval(q2_start, datetime(2023, 7, 25), '3mo')) self.assertFalse(_dts_in_same_interval(q2_start, datetime(2023, 8, 1), '3mo')) def test_cross_year_quarters(self): q4_start = datetime(2023, 11, 1) # Same quarter, different year self.assertTrue(_dts_in_same_interval(q4_start, datetime(2023, 11, 15), '3mo')) self.assertTrue(_dts_in_same_interval(q4_start, datetime(2024, 1, 15), '3mo')) self.assertTrue(_dts_in_same_interval(q4_start, datetime(2024, 1, 25), '3mo')) # Different quarters self.assertFalse(_dts_in_same_interval(q4_start, datetime(2024, 2, 1), '3mo')) # Start of next quarter self.assertFalse(_dts_in_same_interval(q4_start, datetime(2023, 10, 14), '3mo')) # Before quarter start def test_hourly_interval(self): dt1 = pd.Timestamp("2024-10-15 14:00:00") dt2 = pd.Timestamp("2024-10-15 14:59:59") self.assertTrue(_dts_in_same_interval(dt1, dt2, "1h")) dt3 = pd.Timestamp("2024-10-15 15:00:00") self.assertFalse(_dts_in_same_interval(dt1, dt3, "1h")) def test_custom_intervals(self): # Test 4 hour interval dt1 = pd.Timestamp("2024-10-15 10:00:00") dt2 = pd.Timestamp("2024-10-15 13:59:59") self.assertTrue(_dts_in_same_interval(dt1, dt2, "4h")) dt3 = pd.Timestamp("2024-10-15 14:00:00") self.assertFalse(_dts_in_same_interval(dt1, dt3, "4h")) def test_minute_intervals(self): dt1 = pd.Timestamp("2024-10-15 10:30:00") dt2 = pd.Timestamp("2024-10-15 10:30:45") self.assertTrue(_dts_in_same_interval(dt1, dt2, "1min")) dt3 = pd.Timestamp("2024-10-15 10:31:00") self.assertFalse(_dts_in_same_interval(dt1, dt3, "1min")) def test_parse_user_dt(self): exchange_tz = "US/Eastern" dtstr = "2024-01-04" epoch = 1704344400 # output of `pd.Timestamp("2024-01-04", tz="US/Eastern").timestamp()` expected = pd.Timestamp(dtstr, tz=exchange_tz) self.assertEqual(_parse_user_dt(epoch, exchange_tz), expected) self.assertEqual(_parse_user_dt(dtstr, exchange_tz), expected) self.assertEqual(_parse_user_dt(datetime(year=2024, month=1, day=4).date(), exchange_tz), expected) self.assertEqual(_parse_user_dt(datetime(year=2024, month=1, day=4), exchange_tz), expected) with self.assertRaises(ValueError): self.assertEqual(_parse_user_dt(float(epoch), exchange_tz), expected) if __name__ == "__main__": unittest.main() def suite(): ts: TestSuite = unittest.TestSuite() ts.addTest(TestPandas("Test pandas")) ts.addTest(TestUtils("Test utils")) return ts if __name__ == '__main__': unittest.main() ================================================ FILE: yfinance/__init__.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from . import version from .search import Search from .lookup import Lookup from .ticker import Ticker from .calendars import Calendars from .tickers import Tickers from .multi import download from .live import WebSocket, AsyncWebSocket from .utils import enable_debug_mode from .cache import set_tz_cache_location from .domain.sector import Sector from .domain.industry import Industry from .domain.market import Market from .config import YfConfig as config from .screener.query import EquityQuery, FundQuery from .screener.screener import screen, PREDEFINED_SCREENER_QUERIES __version__ = version.version __author__ = "Ran Aroussi" import warnings warnings.filterwarnings('default', category=DeprecationWarning, module='^yfinance') __all__ = ['download', 'Market', 'Search', 'Lookup', 'Ticker', 'Tickers', 'enable_debug_mode', 'set_tz_cache_location', 'Sector', 'Industry', 'WebSocket', 'AsyncWebSocket', 'Calendars'] # screener stuff: __all__ += ['EquityQuery', 'FundQuery', 'screen', 'PREDEFINED_SCREENER_QUERIES'] # Config stuff: _NOTSET=object() def set_config(proxy=_NOTSET, retries=_NOTSET): if proxy is not _NOTSET: warnings.warn("Set proxy via new config control: yf.config.network.proxy = proxy", DeprecationWarning) config.network.proxy = proxy if retries is not _NOTSET: warnings.warn("Set retries via new config control: yf.config.network.retries = retries", DeprecationWarning) config.network.retries = retries __all__ += ['config', 'set_config'] ================================================ FILE: yfinance/base.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from __future__ import print_function import json as _json from typing import Optional, Union from urllib.parse import quote as urlencode import numpy as np import pandas as pd from curl_cffi import requests from . import utils, cache from .const import _MIC_TO_YAHOO_SUFFIX from .data import YfData from .config import YfConfig from .exceptions import YFDataException, YFEarningsDateMissing, YFRateLimitError from .live import WebSocket from .scrapers.analysis import Analysis from .scrapers.fundamentals import Fundamentals from .scrapers.holders import Holders from .scrapers.quote import Quote, FastInfo from .scrapers.history import PriceHistory from .scrapers.funds import FundsData from .const import _BASE_URL_, _ROOT_URL_, _QUERY1_URL_ from io import StringIO from bs4 import BeautifulSoup _tz_info_fetch_ctr = 0 class TickerBase: def __init__(self, ticker, session=None): """ Initialize a Yahoo Finance Ticker object. Args: ticker (str | tuple[str, str]): Yahoo Finance symbol (e.g. "AAPL") or a tuple of (symbol, MIC) e.g. ('OR','XPAR') (MIC = market identifier code) session (requests.Session, optional): Custom requests session. """ if isinstance(ticker, tuple): if len(ticker) != 2: raise ValueError("Ticker tuple must be (symbol, mic_code)") base_symbol, mic_code = ticker # ticker = yahoo_ticker(base_symbol, mic_code) if mic_code.startswith('.'): mic_code = mic_code[1:] if mic_code.upper() not in _MIC_TO_YAHOO_SUFFIX: raise ValueError(f"Unknown MIC code: '{mic_code}'") sfx = _MIC_TO_YAHOO_SUFFIX[mic_code.upper()] if sfx != '': ticker = f'{base_symbol}.{sfx}' else: ticker = base_symbol self.ticker = ticker.upper() self.session = session or requests.Session(impersonate="chrome") self._tz = None self._isin = None self._news = [] self._shares = None self._earnings_dates = {} self._earnings = None self._financials = None # raise an error if user tries to give empty ticker if self.ticker == "": raise ValueError("Empty ticker name") self._data: YfData = YfData(session=session) # accept isin as ticker if utils.is_isin(self.ticker): isin = self.ticker c = cache.get_isin_cache() self.ticker = c.lookup(isin) if not self.ticker: self.ticker = utils.get_ticker_by_isin(isin) if self.ticker == "": raise ValueError(f"Invalid ISIN number: {isin}") if self.ticker: c.store(isin, self.ticker) # self._price_history = PriceHistory(self._data, self.ticker) self._price_history = None # lazy-load self._analysis = Analysis(self._data, self.ticker) self._holders = Holders(self._data, self.ticker) self._quote = Quote(self._data, self.ticker) self._fundamentals = Fundamentals(self._data, self.ticker) self._funds_data = None self._fast_info = None self._message_handler = None self.ws = None @utils.log_indent_decorator def history(self, *args, **kwargs) -> pd.DataFrame: return self._lazy_load_price_history().history(*args, **kwargs) # ------------------------ def _lazy_load_price_history(self): if self._price_history is None: self._price_history = PriceHistory(self._data, self.ticker, self._get_ticker_tz(timeout=10)) return self._price_history def _get_ticker_tz(self, timeout): if self._tz is not None: return self._tz c = cache.get_tz_cache() tz = c.lookup(self.ticker) if tz and not utils.is_valid_timezone(tz): # Clear from cache and force re-fetch c.store(self.ticker, None) tz = None if tz is None: tz = self._fetch_ticker_tz(timeout) if tz is None: # _fetch_ticker_tz works in 99.999% of cases. # For rare fail get from info. global _tz_info_fetch_ctr if _tz_info_fetch_ctr < 2: # ... but limit. If _fetch_ticker_tz() always # failing then bigger problem. _tz_info_fetch_ctr += 1 for k in ['exchangeTimezoneName', 'timeZoneFullName']: if k in self.info: tz = self.info[k] break if utils.is_valid_timezone(tz): c.store(self.ticker, tz) else: tz = None self._tz = tz return tz @utils.log_indent_decorator def _fetch_ticker_tz(self, timeout): # Query Yahoo for fast price data just to get returned timezone logger = utils.get_yf_logger() params = {"range": "1d", "interval": "1d"} # Getting data from json url = f"{_BASE_URL_}/v8/finance/chart/{self.ticker}" try: data = self._data.cache_get(url=url, params=params, timeout=timeout) data = data.json() except YFRateLimitError: # Must propagate this raise except Exception as e: if not YfConfig.debug.hide_exceptions: raise logger.error(f"Failed to get ticker '{self.ticker}' reason: {e}") return None else: error = data.get('chart', {}).get('error', None) if error: # explicit error from yahoo API logger.debug(f"Got error from yahoo api for ticker {self.ticker}, Error: {error}") else: try: return data["chart"]["result"][0]["meta"]["exchangeTimezoneName"] except Exception as err: if not YfConfig.debug.hide_exceptions: raise logger.error(f"Could not get exchangeTimezoneName for ticker '{self.ticker}' reason: {err}") logger.debug("Got response: ") logger.debug("-------------") logger.debug(f" {data}") logger.debug("-------------") return None def get_recommendations(self, as_dict=False): """ Returns a DataFrame with the recommendations Columns: period strongBuy buy hold sell strongSell """ data = self._quote.recommendations if as_dict: return data.to_dict() return data def get_recommendations_summary(self, as_dict=False): return self.get_recommendations(as_dict=as_dict) def get_upgrades_downgrades(self, as_dict=False): """ Returns a DataFrame with the recommendations changes (upgrades/downgrades) Index: date of grade Columns: firm toGrade fromGrade action """ data = self._quote.upgrades_downgrades if as_dict: return data.to_dict() return data def get_calendar(self) -> dict: return self._quote.calendar def get_sec_filings(self) -> dict: return self._quote.sec_filings def get_major_holders(self, as_dict=False): data = self._holders.major if as_dict: return data.to_dict() return data def get_institutional_holders(self, as_dict=False): data = self._holders.institutional if data is not None: if as_dict: return data.to_dict() return data def get_mutualfund_holders(self, as_dict=False): data = self._holders.mutualfund if data is not None: if as_dict: return data.to_dict() return data def get_insider_purchases(self, as_dict=False): data = self._holders.insider_purchases if data is not None: if as_dict: return data.to_dict() return data def get_insider_transactions(self, as_dict=False): data = self._holders.insider_transactions if data is not None: if as_dict: return data.to_dict() return data def get_insider_roster_holders(self, as_dict=False): data = self._holders.insider_roster if data is not None: if as_dict: return data.to_dict() return data def get_info(self) -> dict: data = self._quote.info return data def get_fast_info(self): if self._fast_info is None: self._fast_info = FastInfo(self) return self._fast_info def get_sustainability(self, as_dict=False): data = self._quote.sustainability if as_dict: return data.to_dict() return data def get_analyst_price_targets(self) -> dict: """ Keys: current low high mean median """ data = self._analysis.analyst_price_targets return data def get_earnings_estimate(self, as_dict=False): """ Index: 0q +1q 0y +1y Columns: numberOfAnalysts avg low high yearAgoEps growth """ data = self._analysis.earnings_estimate return data.to_dict() if as_dict else data def get_revenue_estimate(self, as_dict=False): """ Index: 0q +1q 0y +1y Columns: numberOfAnalysts avg low high yearAgoRevenue growth """ data = self._analysis.revenue_estimate return data.to_dict() if as_dict else data def get_earnings_history(self, as_dict=False): """ Index: pd.DatetimeIndex Columns: epsEstimate epsActual epsDifference surprisePercent """ data = self._analysis.earnings_history return data.to_dict() if as_dict else data def get_eps_trend(self, as_dict=False): """ Index: 0q +1q 0y +1y Columns: current 7daysAgo 30daysAgo 60daysAgo 90daysAgo """ data = self._analysis.eps_trend return data.to_dict() if as_dict else data def get_eps_revisions(self, as_dict=False): """ Index: 0q +1q 0y +1y Columns: upLast7days upLast30days downLast7days downLast30days """ data = self._analysis.eps_revisions return data.to_dict() if as_dict else data def get_growth_estimates(self, as_dict=False): """ Index: 0q +1q 0y +1y +5y -5y Columns: stock industry sector index """ data = self._analysis.growth_estimates return data.to_dict() if as_dict else data def get_earnings(self, as_dict=False, freq="yearly"): """ :Parameters: as_dict: bool Return table as Python dict Default is False freq: str "yearly" or "quarterly" or "trailing" Default is "yearly" """ if self._fundamentals.earnings is None: return None data = self._fundamentals.earnings[freq] if as_dict: dict_data = data.to_dict() dict_data['financialCurrency'] = 'USD' if 'financialCurrency' not in self._earnings else self._earnings[ 'financialCurrency'] return dict_data return data def get_income_stmt(self, as_dict=False, pretty=False, freq="yearly"): """ :Parameters: as_dict: bool Return table as Python dict Default is False pretty: bool Format row names nicely for readability Default is False freq: str "yearly" or "quarterly" or "trailing" Default is "yearly" """ data = self._fundamentals.financials.get_income_time_series(freq=freq) if pretty: data = data.copy() data.index = utils.camel2title(data.index, sep=' ', acronyms=["EBIT", "EBITDA", "EPS", "NI"]) if as_dict: return data.to_dict() return data def get_incomestmt(self, as_dict=False, pretty=False, freq="yearly"): return self.get_income_stmt(as_dict, pretty, freq) def get_financials(self, as_dict=False, pretty=False, freq="yearly"): return self.get_income_stmt(as_dict, pretty, freq) def get_balance_sheet(self, as_dict=False, pretty=False, freq="yearly"): """ :Parameters: as_dict: bool Return table as Python dict Default is False pretty: bool Format row names nicely for readability Default is False freq: str "yearly" or "quarterly" Default is "yearly" """ data = self._fundamentals.financials.get_balance_sheet_time_series(freq=freq) if pretty: data = data.copy() data.index = utils.camel2title(data.index, sep=' ', acronyms=["PPE"]) if as_dict: return data.to_dict() return data def get_balancesheet(self, as_dict=False, pretty=False, freq="yearly"): return self.get_balance_sheet(as_dict, pretty, freq) def get_cash_flow(self, as_dict=False, pretty=False, freq="yearly") -> Union[pd.DataFrame, dict]: """ :Parameters: as_dict: bool Return table as Python dict Default is False pretty: bool Format row names nicely for readability Default is False freq: str "yearly" or "quarterly" Default is "yearly" """ data = self._fundamentals.financials.get_cash_flow_time_series(freq=freq) if pretty: data = data.copy() data.index = utils.camel2title(data.index, sep=' ', acronyms=["PPE"]) if as_dict: return data.to_dict() return data def get_cashflow(self, as_dict=False, pretty=False, freq="yearly"): return self.get_cash_flow(as_dict, pretty, freq) def get_dividends(self, period="max") -> pd.Series: return self._lazy_load_price_history().get_dividends(period=period) def get_capital_gains(self, period="max") -> pd.Series: return self._lazy_load_price_history().get_capital_gains(period=period) def get_splits(self, period="max") -> pd.Series: return self._lazy_load_price_history().get_splits(period=period) def get_actions(self, period="max") -> pd.Series: return self._lazy_load_price_history().get_actions(period=period) def get_shares(self, as_dict=False) -> Union[pd.DataFrame, dict]: data = self._fundamentals.shares if as_dict: return data.to_dict() return data @utils.log_indent_decorator def get_shares_full(self, start=None, end=None): logger = utils.get_yf_logger() # Process dates tz = self._get_ticker_tz(timeout=10) dt_now = pd.Timestamp.now('UTC').tz_convert(tz) if start is not None: start = utils._parse_user_dt(start, tz) if end is not None: end = utils._parse_user_dt(end, tz) if end is None: end = dt_now if start is None: start = end - pd.Timedelta(days=548) # 18 months if start >= end: logger.error("Start date must be before end") return None start = start.floor("D") end = end.ceil("D") # Fetch ts_url_base = f"https://query2.finance.yahoo.com/ws/fundamentals-timeseries/v1/finance/timeseries/{self.ticker}?symbol={self.ticker}" shares_url = f"{ts_url_base}&period1={int(start.timestamp())}&period2={int(end.timestamp())}" try: json_data = self._data.cache_get(url=shares_url) json_data = json_data.json() except (_json.JSONDecodeError, requests.exceptions.RequestException): if not YfConfig.debug.hide_exceptions: raise logger.error(f"{self.ticker}: Yahoo web request for share count failed") return None try: fail = json_data["finance"]["error"]["code"] == "Bad Request" except KeyError: fail = False if fail: if not YfConfig.debug.hide_exceptions: raise requests.exceptions.HTTPError("Yahoo web request for share count returned 'Bad Request'") logger.error(f"{self.ticker}: Yahoo web request for share count failed") return None shares_data = json_data["timeseries"]["result"] if "shares_out" not in shares_data[0]: return None try: df = pd.Series(shares_data[0]["shares_out"], index=pd.to_datetime(shares_data[0]["timestamp"], unit="s")) except Exception as e: if not YfConfig.debug.hide_exceptions: raise logger.error(f"{self.ticker}: Failed to parse shares count data: {e}") return None df.index = df.index.tz_localize(tz) df = df.sort_index() return df def get_isin(self) -> Optional[str]: # *** experimental *** if self._isin is not None: return self._isin ticker = self.ticker.upper() if "-" in ticker or "^" in ticker: self._isin = '-' return self._isin q = ticker if self._quote.info is None: # Don't print error message cause self._quote.info will print one return None if "shortName" in self._quote.info: q = self._quote.info['shortName'] url = f'https://markets.businessinsider.com/ajax/SearchController_Suggest?max_results=25&query={urlencode(q)}' data = self._data.cache_get(url=url).text search_str = f'"{ticker}|' if search_str not in data: if q.lower() in data.lower(): search_str = '"|' if search_str not in data: self._isin = '-' return self._isin else: self._isin = '-' return self._isin self._isin = data.split(search_str)[1].split('"')[0].split('|')[0] return self._isin def get_news(self, count=10, tab="news") -> list: """Allowed options for tab: "news", "all", "press releases""" if self._news: return self._news logger = utils.get_yf_logger() tab_queryrefs = { "all": "newsAll", "news": "latestNews", "press releases": "pressRelease", } query_ref = tab_queryrefs.get(tab.lower()) if not query_ref: raise ValueError(f"Invalid tab name '{tab}'. Choose from: {', '.join(tab_queryrefs.keys())}") url = f"{_ROOT_URL_}/xhr/ncp?queryRef={query_ref}&serviceKey=ncp_fin" payload = { "serviceConfig": { "snippetCount": count, "s": [self.ticker] } } data = self._data.post(url, body=payload) if data is None or "Will be right back" in data.text: raise YFDataException("*** YAHOO! FINANCE IS CURRENTLY DOWN! ***") try: data = data.json() except _json.JSONDecodeError: if not YfConfig.debug.hide_exceptions: raise logger.error(f"{self.ticker}: Failed to retrieve the news and received faulty response instead.") data = {} news = data.get("data", {}).get("tickerStream", {}).get("stream", []) self._news = [article for article in news if not article.get('ad', [])] return self._news def get_earnings_dates(self, limit = 12, offset = 0) -> Optional[pd.DataFrame]: if limit > 100: raise ValueError("Yahoo caps limit at 100") if self._earnings_dates and limit in self._earnings_dates: return self._earnings_dates[limit] df = self._get_earnings_dates_using_scrape(limit, offset) self._earnings_dates[limit] = df return df @utils.log_indent_decorator def _get_earnings_dates_using_scrape(self, limit = 12, offset = 0) -> Optional[pd.DataFrame]: """ Uses YfData.cache_get() to scrape earnings data from YahooFinance. (https://finance.yahoo.com/calendar/earnings?symbol=INTC) Args: limit (int): Number of rows to extract (max=100) offset (int): if 0, search from future EPS estimates. if 1, search from the most recent EPS. if x, search from x'th recent EPS. Returns: pd.DataFrame in the following format. EPS Estimate Reported EPS Surprise(%) Date 2025-10-30 2.97 - - 2025-07-22 1.73 1.54 -10.88 2025-05-06 2.63 2.7 2.57 2025-02-06 2.09 2.42 16.06 2024-10-31 1.92 1.55 -19.36 ... ... ... ... 2014-07-31 0.61 0.65 7.38 2014-05-01 0.55 0.68 22.92 2014-02-13 0.55 0.58 6.36 2013-10-31 0.51 0.54 6.86 2013-08-01 0.46 0.5 7.86 """ ##################################################### # Define Constants ##################################################### if limit > 0 and limit <= 25: size = 25 elif limit > 25 and limit <= 50: size = 50 elif limit > 50 and limit <= 100: size = 100 else: raise ValueError("Please use limit <= 100") # Define the URL url = "https://finance.yahoo.com/calendar/earnings?symbol={}&offset={}&size={}".format( self.ticker, offset, size ) ##################################################### # Get data ##################################################### response = self._data.cache_get(url) ##################################################### # Response -> pd.DataFrame ##################################################### # Parse the HTML content using BeautifulSoup soup = BeautifulSoup(response.text, "html.parser") # This page should have only one table = soup.find("table") # If the table is found if table: # Get the HTML string of the table table_html = str(table) # Wrap the HTML string in a StringIO object html_stringio = StringIO(table_html) # Pass the StringIO object to pd.read_html() df = pd.read_html(html_stringio, na_values=['-'])[0] # Drop redundant columns df = df.drop(["Symbol", "Company"], axis=1) # Backwards compatibility df.rename(columns={'Surprise (%)': 'Surprise(%)'}, inplace=True) df = df.dropna(subset="Earnings Date") # Parse earnings date # - Pandas doesn't like EDT, EST df['Earnings Date'] = df['Earnings Date'].str.replace('EDT', 'America/New_York') df['Earnings Date'] = df['Earnings Date'].str.replace('EST', 'America/New_York') # - separate timezone string (last word) dt_parts = df['Earnings Date'].str.rsplit(' ', n=1, expand=True) dts = dt_parts[0] tzs = dt_parts[1] df['Earnings Date'] = pd.to_datetime(dts, format='%B %d, %Y at %I %p') df['Earnings Date'] = pd.Series([dt.tz_localize(tz) for dt, tz in zip(df['Earnings Date'], tzs)]) df = df.set_index("Earnings Date") else: err_msg = "No earnings dates found, symbol may be delisted" logger = utils.get_yf_logger() logger.error(f'{self.ticker}: {err_msg}') return None return df @utils.log_indent_decorator def _get_earnings_dates_using_screener(self, limit=12) -> Optional[pd.DataFrame]: """ Get earning dates (future and historic) In Summer 2025, Yahoo stopped updating the data at this endpoint. So reverting to scraping HTML. Args: limit (int): max amount of upcoming and recent earnings dates to return. Default value 12 should return next 4 quarters and last 8 quarters. Increase if more history is needed. Returns: pd.DataFrame """ logger = utils.get_yf_logger() # Fetch data url = f"{_QUERY1_URL_}/v1/finance/visualization" params = {"lang": "en-US", "region": "US"} body = { "size": limit, "query": { "operator": "eq", "operands": ["ticker", self.ticker] }, "sortField": "startdatetime", "sortType": "DESC", "entityIdType": "earnings", "includeFields": ["startdatetime", "timeZoneShortName", "epsestimate", "epsactual", "epssurprisepct", "eventtype"] } response = self._data.post(url, params=params, body=body) json_data = response.json() # Extract data columns = [row['label'] for row in json_data['finance']['result'][0]['documents'][0]['columns']] rows = json_data['finance']['result'][0]['documents'][0]['rows'] df = pd.DataFrame(rows, columns=columns) if df.empty: _exception = YFEarningsDateMissing(self.ticker) err_msg = str(_exception) logger.error(f'{self.ticker}: {err_msg}') return None # Convert eventtype # - 1 = earnings call (manually confirmed) # - 2 = earnings report # - 11 = stockholders meeting (manually confirmed) df['Event Type'] = df['Event Type'].replace('^1$', 'Call', regex=True) df['Event Type'] = df['Event Type'].replace('^2$', 'Earnings', regex=True) df['Event Type'] = df['Event Type'].replace('^11$', 'Meeting', regex=True) # Calculate earnings date df['Earnings Date'] = pd.to_datetime(df['Event Start Date']) tz = self._get_ticker_tz(timeout=30) if df['Earnings Date'].dt.tz is None: df['Earnings Date'] = df['Earnings Date'].dt.tz_localize(tz) else: df['Earnings Date'] = df['Earnings Date'].dt.tz_convert(tz) # Convert types columns_to_update = ['Surprise (%)', 'EPS Estimate', 'Reported EPS'] df[columns_to_update] = df[columns_to_update].astype('float64').replace(0.0, np.nan) # Format the dataframe df.drop(['Event Start Date', 'Timezone short name'], axis=1, inplace=True) df.set_index('Earnings Date', inplace=True) df.rename(columns={'Surprise (%)': 'Surprise(%)'}, inplace=True) # Compatibility self._earnings_dates[limit] = df return df def get_history_metadata(self) -> dict: return self._lazy_load_price_history().get_history_metadata() def get_funds_data(self) -> Optional[FundsData]: if not self._funds_data: self._funds_data = FundsData(self._data, self.ticker) return self._funds_data def live(self, message_handler=None, verbose=True): self._message_handler = message_handler self.ws = WebSocket(verbose=verbose) self.ws.subscribe(self.ticker) self.ws.listen(self._message_handler) ================================================ FILE: yfinance/cache.py ================================================ import peewee as _peewee from threading import Lock import os as _os import platformdirs as _ad import atexit as _atexit import datetime as _dt import pickle as _pkl from .utils import get_yf_logger _cache_init_lock = Lock() # -------------- # TimeZone cache # -------------- class _TzCacheException(Exception): pass class _TzCacheDummy: """Dummy cache to use if tz cache is disabled""" def lookup(self, tkr): return None def store(self, tkr, tz): pass @property def tz_db(self): return None class _TzCacheManager: _tz_cache = None @classmethod def get_tz_cache(cls): if cls._tz_cache is None: with _cache_init_lock: cls._initialise() return cls._tz_cache @classmethod def _initialise(cls, cache_dir=None): cls._tz_cache = _TzCache() class _TzDBManager: _db = None _cache_dir = _os.path.join(_ad.user_cache_dir(), "py-yfinance") @classmethod def get_database(cls): if cls._db is None: cls._initialise() return cls._db @classmethod def close_db(cls): if cls._db is not None: try: cls._db.close() except Exception: # Must discard exceptions because Python trying to quit. pass @classmethod def _initialise(cls, cache_dir=None): if cache_dir is not None: cls._cache_dir = cache_dir if not _os.path.isdir(cls._cache_dir): try: _os.makedirs(cls._cache_dir) except OSError as err: raise _TzCacheException(f"Error creating TzCache folder: '{cls._cache_dir}' reason: {err}") elif not (_os.access(cls._cache_dir, _os.R_OK) and _os.access(cls._cache_dir, _os.W_OK)): raise _TzCacheException(f"Cannot read and write in TzCache folder: '{cls._cache_dir}'") cls._db = _peewee.SqliteDatabase( _os.path.join(cls._cache_dir, 'tkr-tz.db'), pragmas={'journal_mode': 'wal', 'cache_size': -64} ) old_cache_file_path = _os.path.join(cls._cache_dir, "tkr-tz.csv") if _os.path.isfile(old_cache_file_path): _os.remove(old_cache_file_path) @classmethod def set_location(cls, new_cache_dir): if cls._db is not None: cls._db.close() cls._db = None cls._cache_dir = new_cache_dir @classmethod def get_location(cls): return cls._cache_dir # close DB when Python exists _atexit.register(_TzDBManager.close_db) tz_db_proxy = _peewee.Proxy() class _TZ_KV(_peewee.Model): key = _peewee.CharField(primary_key=True) value = _peewee.CharField(null=True) class Meta: database = tz_db_proxy without_rowid = True class _TzCache: def __init__(self): self.initialised = -1 self.db = None self.dummy = False def get_db(self): if self.db is not None: return self.db try: self.db = _TzDBManager.get_database() except _TzCacheException as err: get_yf_logger().info(f"Failed to create TzCache, reason: {err}. " "TzCache will not be used. " "Tip: You can direct cache to use a different location with 'set_tz_cache_location(mylocation)'") self.dummy = True return None return self.db def initialise(self): if self.initialised != -1: return db = self.get_db() if db is None: self.initialised = 0 # failure return db.connect() tz_db_proxy.initialize(db) try: db.create_tables([_TZ_KV]) except _peewee.OperationalError as e: if 'WITHOUT' in str(e): _TZ_KV._meta.without_rowid = False db.create_tables([_TZ_KV]) else: raise self.initialised = 1 # success def lookup(self, key): if self.dummy: return None if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return None try: return _TZ_KV.get(_TZ_KV.key == key).value except _TZ_KV.DoesNotExist: return None def store(self, key, value): if self.dummy: return if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return db = self.get_db() if db is None: return try: if value is None: q = _TZ_KV.delete().where(_TZ_KV.key == key) q.execute() return with db.atomic(): _TZ_KV.insert(key=key, value=value).execute() except _peewee.IntegrityError: # Integrity error means the key already exists. Try updating the key. old_value = self.lookup(key) if old_value != value: get_yf_logger().debug(f"Value for key {key} changed from {old_value} to {value}.") with db.atomic(): q = _TZ_KV.update(value=value).where(_TZ_KV.key == key) q.execute() def get_tz_cache(): return _TzCacheManager.get_tz_cache() # -------------- # Cookie cache # -------------- class _CookieCacheException(Exception): pass class _CookieCacheDummy: """Dummy cache to use if Cookie cache is disabled""" def lookup(self, tkr): return None def store(self, tkr, Cookie): pass @property def Cookie_db(self): return None class _CookieCacheManager: _Cookie_cache = None @classmethod def get_cookie_cache(cls): if cls._Cookie_cache is None: with _cache_init_lock: cls._initialise() return cls._Cookie_cache @classmethod def _initialise(cls, cache_dir=None): cls._Cookie_cache = _CookieCache() class _CookieDBManager: _db = None _cache_dir = _os.path.join(_ad.user_cache_dir(), "py-yfinance") @classmethod def get_database(cls): if cls._db is None: cls._initialise() return cls._db @classmethod def close_db(cls): if cls._db is not None: try: cls._db.close() except Exception: # Must discard exceptions because Python trying to quit. pass @classmethod def _initialise(cls, cache_dir=None): if cache_dir is not None: cls._cache_dir = cache_dir if not _os.path.isdir(cls._cache_dir): try: _os.makedirs(cls._cache_dir) except OSError as err: raise _CookieCacheException(f"Error creating CookieCache folder: '{cls._cache_dir}' reason: {err}") elif not (_os.access(cls._cache_dir, _os.R_OK) and _os.access(cls._cache_dir, _os.W_OK)): raise _CookieCacheException(f"Cannot read and write in CookieCache folder: '{cls._cache_dir}'") cls._db = _peewee.SqliteDatabase( _os.path.join(cls._cache_dir, 'cookies.db'), pragmas={'journal_mode': 'wal', 'cache_size': -64} ) @classmethod def set_location(cls, new_cache_dir): if cls._db is not None: cls._db.close() cls._db = None cls._cache_dir = new_cache_dir @classmethod def get_location(cls): return cls._cache_dir # close DB when Python exists _atexit.register(_CookieDBManager.close_db) Cookie_db_proxy = _peewee.Proxy() class ISODateTimeField(_peewee.DateTimeField): # Ensure Python datetime is read & written correctly for sqlite, # because user discovered peewee allowed an invalid datetime # to get written. def db_value(self, value): if value and isinstance(value, _dt.datetime): return value.isoformat() return super().db_value(value) def python_value(self, value): if value and isinstance(value, str) and 'T' in value: return _dt.datetime.fromisoformat(value) return super().python_value(value) class _CookieSchema(_peewee.Model): strategy = _peewee.CharField(primary_key=True) fetch_date = ISODateTimeField(default=_dt.datetime.now) # Which cookie type depends on strategy cookie_bytes = _peewee.BlobField() class Meta: database = Cookie_db_proxy without_rowid = True class _CookieCache: def __init__(self): self.initialised = -1 self.db = None self.dummy = False def get_db(self): if self.db is not None: return self.db try: self.db = _CookieDBManager.get_database() except _CookieCacheException as err: get_yf_logger().info(f"Failed to create CookieCache, reason: {err}. " "CookieCache will not be used. " "Tip: You can direct cache to use a different location with 'set_tz_cache_location(mylocation)'") self.dummy = True return None return self.db def initialise(self): if self.initialised != -1: return db = self.get_db() if db is None: self.initialised = 0 # failure return db.connect() Cookie_db_proxy.initialize(db) try: db.create_tables([_CookieSchema]) except _peewee.OperationalError as e: if 'WITHOUT' in str(e): _CookieSchema._meta.without_rowid = False db.create_tables([_CookieSchema]) else: raise self.initialised = 1 # success def lookup(self, strategy): if self.dummy: return None if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return None try: data = _CookieSchema.get(_CookieSchema.strategy == strategy) cookie = _pkl.loads(data.cookie_bytes) return {'cookie':cookie, 'age':_dt.datetime.now()-data.fetch_date} except _CookieSchema.DoesNotExist: return None def store(self, strategy, cookie): if self.dummy: return if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return db = self.get_db() if db is None: return try: q = _CookieSchema.delete().where(_CookieSchema.strategy == strategy) q.execute() if cookie is None: return with db.atomic(): cookie_pkl = _pkl.dumps(cookie, _pkl.HIGHEST_PROTOCOL) _CookieSchema.insert(strategy=strategy, cookie_bytes=cookie_pkl).execute() except _peewee.IntegrityError: raise # # Integrity error means the strategy already exists. Try updating the strategy. # old_value = self.lookup(strategy) # if old_value != cookie: # get_yf_logger().debug(f"cookie for strategy {strategy} changed from {old_value} to {cookie}.") # with db.atomic(): # q = _CookieSchema.update(cookie=cookie).where(_CookieSchema.strategy == strategy) # q.execute() def get_cookie_cache(): return _CookieCacheManager.get_cookie_cache() # -------------- # ISIN cache # -------------- class _ISINCacheException(Exception): pass class _ISINCacheDummy: """Dummy cache to use if isin cache is disabled""" def lookup(self, isin): return None def store(self, isin, tkr): pass @property def tz_db(self): return None class _ISINCacheManager: _isin_cache = None @classmethod def get_isin_cache(cls): if cls._isin_cache is None: with _cache_init_lock: cls._initialise() return cls._isin_cache @classmethod def _initialise(cls, cache_dir=None): cls._isin_cache = _ISINCache() class _ISINDBManager: _db = None _cache_dir = _os.path.join(_ad.user_cache_dir(), "py-yfinance") @classmethod def get_database(cls): if cls._db is None: cls._initialise() return cls._db @classmethod def close_db(cls): if cls._db is not None: try: cls._db.close() except Exception: # Must discard exceptions because Python trying to quit. pass @classmethod def _initialise(cls, cache_dir=None): if cache_dir is not None: cls._cache_dir = cache_dir if not _os.path.isdir(cls._cache_dir): try: _os.makedirs(cls._cache_dir) except OSError as err: raise _ISINCacheException(f"Error creating ISINCache folder: '{cls._cache_dir}' reason: {err}") elif not (_os.access(cls._cache_dir, _os.R_OK) and _os.access(cls._cache_dir, _os.W_OK)): raise _ISINCacheException(f"Cannot read and write in ISINCache folder: '{cls._cache_dir}'") cls._db = _peewee.SqliteDatabase( _os.path.join(cls._cache_dir, 'isin-tkr.db'), pragmas={'journal_mode': 'wal', 'cache_size': -64} ) @classmethod def set_location(cls, new_cache_dir): if cls._db is not None: cls._db.close() cls._db = None cls._cache_dir = new_cache_dir @classmethod def get_location(cls): return cls._cache_dir # close DB when Python exists _atexit.register(_ISINDBManager.close_db) isin_db_proxy = _peewee.Proxy() class _ISIN_KV(_peewee.Model): key = _peewee.CharField(primary_key=True) value = _peewee.CharField(null=True) created_at = _peewee.DateTimeField(default=_dt.datetime.now) class Meta: database = isin_db_proxy without_rowid = True class _ISINCache: def __init__(self): self.initialised = -1 self.db = None self.dummy = False def get_db(self): if self.db is not None: return self.db try: self.db = _ISINDBManager.get_database() except _ISINCacheException as err: get_yf_logger().info(f"Failed to create ISINCache, reason: {err}. " "ISINCache will not be used. " "Tip: You can direct cache to use a different location with 'set_isin_cache_location(mylocation)'") self.dummy = True return None return self.db def initialise(self): if self.initialised != -1: return db = self.get_db() if db is None: self.initialised = 0 # failure return db.connect() isin_db_proxy.initialize(db) try: db.create_tables([_ISIN_KV]) except _peewee.OperationalError as e: if 'WITHOUT' in str(e): _ISIN_KV._meta.without_rowid = False db.create_tables([_ISIN_KV]) else: raise self.initialised = 1 # success def lookup(self, key): if self.dummy: return None if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return None try: return _ISIN_KV.get(_ISIN_KV.key == key).value except _ISIN_KV.DoesNotExist: return None def store(self, key, value): if self.dummy: return if self.initialised == -1: self.initialise() if self.initialised == 0: # failure return db = self.get_db() if db is None: return try: if value is None: q = _ISIN_KV.delete().where(_ISIN_KV.key == key) q.execute() return # Remove existing rows with same value that are older than 1 week one_week_ago = _dt.datetime.now() - _dt.timedelta(weeks=1) old_rows_query = _ISIN_KV.delete().where( (_ISIN_KV.value == value) & (_ISIN_KV.created_at < one_week_ago) ) old_rows_query.execute() with db.atomic(): _ISIN_KV.insert(key=key, value=value).execute() except _peewee.IntegrityError: # Integrity error means the key already exists. Try updating the key. old_value = self.lookup(key) if old_value != value: get_yf_logger().debug(f"Value for key {key} changed from {old_value} to {value}.") with db.atomic(): q = _ISIN_KV.update(value=value, created_at=_dt.datetime.now()).where(_ISIN_KV.key == key) q.execute() def get_isin_cache(): return _ISINCacheManager.get_isin_cache() # -------------- # Utils # -------------- def set_cache_location(cache_dir: str): """ Sets the path to create the "py-yfinance" cache folder in. Useful if the default folder returned by "appdir.user_cache_dir()" is not writable. Must be called before cache is used (that is, before fetching tickers). :param cache_dir: Path to use for caches :return: None """ _TzDBManager.set_location(cache_dir) _CookieDBManager.set_location(cache_dir) _ISINDBManager.set_location(cache_dir) def set_tz_cache_location(cache_dir: str): set_cache_location(cache_dir) ================================================ FILE: yfinance/calendars.py ================================================ from __future__ import annotations # Just in case import json from typing import Any, Optional, List, Union, Dict import warnings import numpy as np from requests import Session, Response, exceptions import pandas as pd from datetime import datetime, date, timedelta from .const import _QUERY1_URL_ from .utils import log_indent_decorator, get_yf_logger, _parse_user_dt from .screener import screen from .data import YfData from .exceptions import YFException class CalendarQuery: """ Simple CalendarQuery class for calendar queries, similar to yf.screener.query.QueryBase. Simple operand accepted by YF is of the form: `{ "operator": operator, "operands": [field, ...values] }` Nested operand accepted by YF: `{ "operator": operator, "operands": [ ...CalendarQuery ] }` ### Simple example: ```python op = CalendarQuery('eq', ['ticker', 'AAPL']) print(op.to_dict()) ``` """ def __init__(self, operator: str, operand: Union[List[Any], List["CalendarQuery"]]): """ :param operator: Operator string, e.g., 'eq', 'gte', 'and', 'or'. :param operand: List of operands: can be values (str, int), or other Operands instances (nested). """ operator = operator.upper() self.operator = operator self.operands = operand def append(self, operand: Any) -> None: """ Append an operand to the operands list. :param operand: CalendarQuery to append (can be value or CalendarQuery instance). """ self.operands.append(operand) @property def is_empty(self) -> bool: """ Check if the operands list is empty. :return: True if operands list is empty, False otherwise. """ return len(self.operands) == 0 def to_dict(self) -> dict: """ Query-ready dict for YF. Simple operand accepted by YF is of the form: `{ "operator": operator, "operands": [field, ...values] }` Nested operand accepted by YF: `{ "operator": operator, "operands": [ ...CalendarQuery ] }` """ op = self.operator ops = self.operands return { "operator": op, "operands": [o.to_dict() if isinstance(o, CalendarQuery) else o for o in ops], } _CALENDAR_URL_ = f"{_QUERY1_URL_}/v1/finance/visualization" DATE_STR_FORMAT = "%Y-%m-%d" PREDEFINED_CALENDARS = { "sp_earnings": { "sortField": "intradaymarketcap", "includeFields": [ "ticker", "companyshortname", "intradaymarketcap", "eventname", "startdatetime", "startdatetimetype", "epsestimate", "epsactual", "epssurprisepct", ], "nan_cols": ["Surprise (%)", "EPS Estimate", "Reported EPS"], "datetime_cols": ["Event Start Date"], "df_index": "Symbol", "renames": { "Surprise (%)": "Surprise(%)", "Company Name": "Company", "Market Cap (Intraday)": "Marketcap", }, }, "ipo_info": { "sortField": "startdatetime", "includeFields": [ "ticker", "companyshortname", "exchange_short_name", "filingdate", "startdatetime", "amendeddate", "pricefrom", "priceto", "offerprice", "currencyname", "shares", "dealtype", ], "nan_cols": ["Price From", "Price To", "Price", "Shares"], "datetime_cols": ["Filing Date", "Date", "Amended Date"], "df_index": "Symbol", "renames": { "Exchange Short Name": "Exchange", }, }, "economic_event": { "sortField": "startdatetime", "includeFields": [ "econ_release", "country_code", "startdatetime", "period", "after_release_actual", "consensus_estimate", "prior_release_actual", "originally_reported_actual", ], "nan_cols": ["Actual", "Market Expectation", "Prior to This", "Revised from"], "datetime_cols": ["Event Time"], "df_index": "Event", "renames": { "Country Code": "Region", "Market Expectation": "Expected", "Prior to This": "Last", "Revised from": "Revised", }, }, "splits": { "sortField": "startdatetime", "includeFields": [ "ticker", "companyshortname", "startdatetime", "optionable", "old_share_worth", "share_worth", ], "nan_cols": [], "datetime_cols": ["Payable On"], "df_index": "Symbol", "renames": { "Optionable?": "Optionable", }, }, } class Calendars: """ Get economic calendars, for example, Earnings, IPO, Economic Events, Splits ### Simple example default params: ```python import yfinance as yf calendars = yf.Calendars() earnings_calendar = calendars.get_earnings_calendar(limit=50) print(earnings_calendar) ```""" def __init__( self, start: Optional[Union[str, datetime, date]] = None, end: Optional[Union[str, datetime, date]] = None, session: Optional[Session] = None, ): """ :param str | datetime | date start: start date (default today) \ eg. start="2025-11-08" :param str | datetime | date end: end date (default `start + 7 days`) \ eg. end="2025-11-08" :param session: requests.Session object, optional """ self._logger = get_yf_logger() self.session = session or Session() self._data: YfData = YfData(session=session) _start = self._parse_date_param(start) _end = self._parse_date_param(end) self._start = _start or datetime.now().strftime(DATE_STR_FORMAT) self._end = _end or (datetime.strptime(self._start, DATE_STR_FORMAT) + timedelta(days=7)).strftime(DATE_STR_FORMAT) if not start and end: self._logger.debug(f"Incomplete boundary: did not provide `start`, using today {self._start=} to {self._end=}") elif start and not end: self._logger.debug(f"Incomplete boundary: did not provide `end`, using {self._start=} to {self._end=}: +7 days from self._start") self._most_active_qy: CalendarQuery = CalendarQuery("or", []) self._cache_request_body = {} self.calendars: Dict[str, pd.DataFrame] = {} def _parse_date_param(self, _date: Optional[Union[str, datetime, date, int]]) -> str: if not _date: return "" else: return _parse_user_dt(_date).strftime(DATE_STR_FORMAT) def _get_data( self, calendar_type: str, query: CalendarQuery, limit=12, offset=0, force=False ) -> pd.DataFrame: if calendar_type not in PREDEFINED_CALENDARS: raise YFException(f"Unknown calendar type: {calendar_type}") params = {"lang": "en-US", "region": "US"} body = { "sortType": "DESC", "entityIdType": calendar_type, "sortField": PREDEFINED_CALENDARS[calendar_type]["sortField"], "includeFields": PREDEFINED_CALENDARS[calendar_type]["includeFields"], "size": min(limit, 100), # YF caps at 100, don't go higher "offset": offset, "query": query.to_dict(), } if self._cache_request_body.get(calendar_type, None) and not force: cache_body = self._cache_request_body[calendar_type] if cache_body == body and calendar_type in self.calendars: # Uses cache if force=False and new request has same body as previous self._logger.debug(f"Getting {calendar_type=} from local cache") return self.calendars[calendar_type] self._cache_request_body[calendar_type] = body self._logger.debug(f"Fetching {calendar_type=} with {limit=}") response: Response = self._data.post(_CALENDAR_URL_, params=params, body=body) try: json_data = response.json() except json.JSONDecodeError: self._logger.error(f"{calendar_type}: Failed to retrieve calendar.") json_data = {} # Error returned if json_data.get("finance", {}).get("error", {}): raise YFException(json_data.get("finance", {}).get("error", {})) self.calendars[calendar_type] = self._create_df(json_data) return self._cleanup_df(calendar_type) def _create_df(self, json_data: dict) -> pd.DataFrame: columns = [] for col in json_data["finance"]["result"][0]["documents"][0]["columns"]: columns.append(col["label"]) if col["label"] == "Event Start Date" and col["type"] == "STRING": # Rename duplicate columns Event Start Date columns[-1] = "Timing" rows = json_data["finance"]["result"][0]["documents"][0]["rows"] return pd.DataFrame(rows, columns=columns) def _cleanup_df(self, calendar_type: str) -> pd.DataFrame: predef_cal: dict = PREDEFINED_CALENDARS[calendar_type] df: pd.DataFrame = self.calendars[calendar_type] if df.empty: return df # Convert types nan_cols: list = predef_cal["nan_cols"] if nan_cols: df[nan_cols] = df[nan_cols].astype("float64").replace(0.0, np.nan) # Format the dataframe df.set_index(predef_cal["df_index"], inplace=True) for rename_from, rename_to in predef_cal["renames"].items(): df.rename(columns={rename_from: rename_to}, inplace=True) for datetime_col in predef_cal["datetime_cols"]: df[datetime_col] = pd.to_datetime(df[datetime_col]) return df @log_indent_decorator def _get_most_active_operands( self, _market_cap: Optional[float], force=False ) -> CalendarQuery: """ Retrieve tickers from YF, converts them into operands accepted by YF. Saves the operands in self._most_active_qy. Will not re-query if already populated. Used for earnings calendar optional filter. :param force: if True, will re-query even if operands already exist :return: list of operands for active traded stocks """ if not self._most_active_qy.is_empty and not force: return self._most_active_qy self._logger.debug("Fetching 200 most_active for earnings calendar") try: json_raw: dict = screen(query="MOST_ACTIVES", count=200) except exceptions.HTTPError: self._logger.error("Failed to retrieve most active stocks.") return self._most_active_qy raw = json_raw.get("quotes", [{}]) self._most_active_qy = CalendarQuery("or", []) for stock in raw: if type(stock) is not dict: continue ticker = stock.get("symbol", "") t_market_cap = stock.get("marketCap", 0) # We filter market_cap here because we want to keep self._most_active_qy consistent if ticker and (_market_cap is None or t_market_cap >= _market_cap): self._most_active_qy.append(CalendarQuery("eq", ["ticker", ticker])) return self._most_active_qy def _get_startdatetime_operators(self, start=None, end=None) -> CalendarQuery: """ Get startdatetime operands for start/end dates. If no dates passed, defaults to internal date set on initialization. """ _start = self._parse_date_param(start) _end = self._parse_date_param(end) if (start and not end) or (end and not start): warnings.warn( "When prividing custom `start` and `end` parameters, you may want to specify both, to avoid unexpected behaviour.", UserWarning, stacklevel=2, ) return CalendarQuery( "and", [ CalendarQuery("gte", ["startdatetime", _start or self._start]), CalendarQuery("lte", ["startdatetime", _end or self._end]), ], ) ### Manual getter functions: @log_indent_decorator def get_earnings_calendar( self, market_cap: Optional[float] = None, filter_most_active: bool = True, start=None, end=None, limit=12, offset=0, force=False, ) -> pd.DataFrame: """ Retrieve earnings calendar from YF as a DataFrame. Will re-query every time it is called, overwriting previous data. :param market_cap: market cap cutoff in USD, default None :param filter_most_active: will filter for actively traded stocks (default True) :param str | datetime | date start: overwrite start date (default set by __init__) \ eg. start="2025-11-08" :param str | datetime | date end: overwrite end date (default set by __init__) \ eg. end="2025-11-08" :param limit: maximum number of results to return (YF caps at 100) :param offset: offsets the results for pagination. YF default 0 :param force: if True, will re-query even if cache already exists :return: DataFrame with earnings calendar """ _start = self._parse_date_param(start) _end = self._parse_date_param(end) if (start and not end) or (end and not start): warnings.warn( "When prividing custom `start` and `end` parameters, you may want to specify both, to avoid unexpected behaviour.", UserWarning, stacklevel=2, ) query = CalendarQuery( "and", [ CalendarQuery("eq", ["region", "us"]), CalendarQuery( "or", [ CalendarQuery("eq", ["eventtype", "EAD"]), CalendarQuery("eq", ["eventtype", "ERA"]), ], ), CalendarQuery("gte", ["startdatetime", _start or self._start]), CalendarQuery("lte", ["startdatetime", _end or self._end]), ], ) if market_cap is not None: if market_cap < 10_000_000: warnings.warn( f"market_cap {market_cap} is very low, did you mean to set it higher?", UserWarning, stacklevel=2, ) query.append(CalendarQuery("gte", ["intradaymarketcap", market_cap])) if filter_most_active and not offset: # YF does not like filter most active while offsetting query.append(self._get_most_active_operands(market_cap)) return self._get_data( calendar_type="sp_earnings", query=query, limit=limit, offset=offset, force=force, ) @log_indent_decorator def get_ipo_info_calendar( self, start=None, end=None, limit=12, offset=0, force=False ) -> pd.DataFrame: """ Retrieve IPOs calendar from YF as a Dataframe. :param str | datetime | date start: overwrite start date (default set by __init__) \ eg. start="2025-11-08" :param str | datetime | date end: overwrite end date (default set by __init__) \ eg. end="2025-11-08" :param limit: maximum number of results to return (YF caps at 100) :param offset: offsets the results for pagination. YF default 0 :param force: if True, will re-query even if cache already exists :return: DataFrame with IPOs calendar """ _start = self._parse_date_param(start) _end = self._parse_date_param(end) if (start and not end) or (end and not start): warnings.warn( "When prividing custom `start` and `end` parameters, you may want to specify both, to avoid unexpected behaviour.", UserWarning, stacklevel=2, ) query = CalendarQuery( "or", [ CalendarQuery("gtelt", ["startdatetime", _start or self._start, _end or self._end]), CalendarQuery("gtelt", ["filingdate", _start or self._start, _end or self._end]), CalendarQuery("gtelt", ["amendeddate", _start or self._start, _end or self._end]), ], ) return self._get_data( calendar_type="ipo_info", query=query, limit=limit, offset=offset, force=force, ) @log_indent_decorator def get_economic_events_calendar( self, start=None, end=None, limit=12, offset=0, force=False ) -> pd.DataFrame: """ Retrieve Economic Events calendar from YF as a DataFrame. :param str | datetime | date start: overwrite start date (default set by __init__) \ eg. start="2025-11-08" :param str | datetime | date end: overwrite end date (default set by __init__) \ eg. end="2025-11-08" :param limit: maximum number of results to return (YF caps at 100) :param offset: offsets the results for pagination. YF default 0 :param force: if True, will re-query even if cache already exists :return: DataFrame with Economic Events calendar """ return self._get_data( calendar_type="economic_event", query=self._get_startdatetime_operators(start, end), limit=limit, offset=offset, force=force, ) @log_indent_decorator def get_splits_calendar( self, start=None, end=None, limit=12, offset=0, force=False ) -> pd.DataFrame: """ Retrieve Splits calendar from YF as a DataFrame. :param str | datetime | date start: overwrite start date (default set by __init__) \ eg. start="2025-11-08" :param str | datetime | date end: overwrite end date (default set by __init__) \ eg. end="2025-11-08" :param limit: maximum number of results to return (YF caps at 100) :param offset: offsets the results for pagination. YF default 0 :param force: if True, will re-query even if cache already exists :return: DataFrame with Splits calendar """ return self._get_data( calendar_type="splits", query=self._get_startdatetime_operators(start, end), limit=limit, offset=offset, force=force, ) ### Easy / Default getter functions: @property def earnings_calendar(self) -> pd.DataFrame: """Earnings calendar with default settings.""" if "sp_earnings" in self.calendars: return self.calendars["sp_earnings"] return self.get_earnings_calendar() @property def ipo_info_calendar(self) -> pd.DataFrame: """IPOs calendar with default settings.""" if "ipo_info" in self.calendars: return self.calendars["ipo_info"] return self.get_ipo_info_calendar() @property def economic_events_calendar(self) -> pd.DataFrame: """Economic events calendar with default settings.""" if "economic_event" in self.calendars: return self.calendars["economic_event"] return self.get_economic_events_calendar() @property def splits_calendar(self) -> pd.DataFrame: """Splits calendar with default settings.""" if "splits" in self.calendars: return self.calendars["splits"] return self.get_splits_calendar() ================================================ FILE: yfinance/config.py ================================================ import json class NestedConfig: def __init__(self, name, data): self.__dict__['name'] = name self.__dict__['data'] = data def __getattr__(self, key): return self.data.get(key) def __setattr__(self, key, value): self.data[key] = value def __len__(self): return len(self.__dict__['data']) def __repr__(self): return json.dumps(self.data, indent=4) class ConfigMgr: def __init__(self): self._initialised = False def _load_option(self): self._initialised = True # prevent infinite loop self.options = {} # Initialise defaults n = self.__getattr__('network') n.proxy = None n.retries = 0 d = self.__getattr__('debug') d.hide_exceptions = True d.logging = False def __getattr__(self, key): if not self._initialised: self._load_option() if key not in self.options: self.options[key] = {} return NestedConfig(key, self.options[key]) def __contains__(self, key): if not self._initialised: self._load_option() return key in self.options def __repr__(self): if not self._initialised: self._load_option() all_options = self.options.copy() return json.dumps(all_options, indent=4) YfConfig = ConfigMgr() ================================================ FILE: yfinance/const.py ================================================ _QUERY1_URL_ = 'https://query1.finance.yahoo.com' _BASE_URL_ = 'https://query2.finance.yahoo.com' _ROOT_URL_ = 'https://finance.yahoo.com' _SENTINEL_ = object() fundamentals_keys = { 'financials': ["TaxEffectOfUnusualItems", "TaxRateForCalcs", "NormalizedEBITDA", "NormalizedDilutedEPS", "NormalizedBasicEPS", "TotalUnusualItems", "TotalUnusualItemsExcludingGoodwill", "NetIncomeFromContinuingOperationNetMinorityInterest", "ReconciledDepreciation", "ReconciledCostOfRevenue", "EBITDA", "EBIT", "NetInterestIncome", "InterestExpense", "InterestIncome", "ContinuingAndDiscontinuedDilutedEPS", "ContinuingAndDiscontinuedBasicEPS", "NormalizedIncome", "NetIncomeFromContinuingAndDiscontinuedOperation", "TotalExpenses", "RentExpenseSupplemental", "ReportedNormalizedDilutedEPS", "ReportedNormalizedBasicEPS", "TotalOperatingIncomeAsReported", "DividendPerShare", "DilutedAverageShares", "BasicAverageShares", "DilutedEPS", "DilutedEPSOtherGainsLosses", "TaxLossCarryforwardDilutedEPS", "DilutedAccountingChange", "DilutedExtraordinary", "DilutedDiscontinuousOperations", "DilutedContinuousOperations", "BasicEPS", "BasicEPSOtherGainsLosses", "TaxLossCarryforwardBasicEPS", "BasicAccountingChange", "BasicExtraordinary", "BasicDiscontinuousOperations", "BasicContinuousOperations", "DilutedNIAvailtoComStockholders", "AverageDilutionEarnings", "NetIncomeCommonStockholders", "OtherunderPreferredStockDividend", "PreferredStockDividends", "NetIncome", "MinorityInterests", "NetIncomeIncludingNoncontrollingInterests", "NetIncomeFromTaxLossCarryforward", "NetIncomeExtraordinary", "NetIncomeDiscontinuousOperations", "NetIncomeContinuousOperations", "EarningsFromEquityInterestNetOfTax", "TaxProvision", "PretaxIncome", "OtherIncomeExpense", "OtherNonOperatingIncomeExpenses", "SpecialIncomeCharges", "GainOnSaleOfPPE", "GainOnSaleOfBusiness", "OtherSpecialCharges", "WriteOff", "ImpairmentOfCapitalAssets", "RestructuringAndMergernAcquisition", "SecuritiesAmortization", "EarningsFromEquityInterest", "GainOnSaleOfSecurity", "NetNonOperatingInterestIncomeExpense", "TotalOtherFinanceCost", "InterestExpenseNonOperating", "InterestIncomeNonOperating", "OperatingIncome", "OperatingExpense", "OtherOperatingExpenses", "OtherTaxes", "ProvisionForDoubtfulAccounts", "DepreciationAmortizationDepletionIncomeStatement", "DepletionIncomeStatement", "DepreciationAndAmortizationInIncomeStatement", "Amortization", "AmortizationOfIntangiblesIncomeStatement", "DepreciationIncomeStatement", "ResearchAndDevelopment", "SellingGeneralAndAdministration", "SellingAndMarketingExpense", "GeneralAndAdministrativeExpense", "OtherGandA", "InsuranceAndClaims", "RentAndLandingFees", "SalariesAndWages", "GrossProfit", "CostOfRevenue", "TotalRevenue", "ExciseTaxes", "OperatingRevenue", "LossAdjustmentExpense", "NetPolicyholderBenefitsAndClaims", "PolicyholderBenefitsGross", "PolicyholderBenefitsCeded", "OccupancyAndEquipment", "ProfessionalExpenseAndContractServicesExpense", "OtherNonInterestExpense"], 'balance-sheet': ["TreasurySharesNumber", "PreferredSharesNumber", "OrdinarySharesNumber", "ShareIssued", "NetDebt", "TotalDebt", "TangibleBookValue", "InvestedCapital", "WorkingCapital", "NetTangibleAssets", "CapitalLeaseObligations", "CommonStockEquity", "PreferredStockEquity", "TotalCapitalization", "TotalEquityGrossMinorityInterest", "MinorityInterest", "StockholdersEquity", "OtherEquityInterest", "GainsLossesNotAffectingRetainedEarnings", "OtherEquityAdjustments", "FixedAssetsRevaluationReserve", "ForeignCurrencyTranslationAdjustments", "MinimumPensionLiabilities", "UnrealizedGainLoss", "TreasuryStock", "RetainedEarnings", "AdditionalPaidInCapital", "CapitalStock", "OtherCapitalStock", "CommonStock", "PreferredStock", "TotalPartnershipCapital", "GeneralPartnershipCapital", "LimitedPartnershipCapital", "TotalLiabilitiesNetMinorityInterest", "TotalNonCurrentLiabilitiesNetMinorityInterest", "OtherNonCurrentLiabilities", "LiabilitiesHeldforSaleNonCurrent", "RestrictedCommonStock", "PreferredSecuritiesOutsideStockEquity", "DerivativeProductLiabilities", "EmployeeBenefits", "NonCurrentPensionAndOtherPostretirementBenefitPlans", "NonCurrentAccruedExpenses", "DuetoRelatedPartiesNonCurrent", "TradeandOtherPayablesNonCurrent", "NonCurrentDeferredLiabilities", "NonCurrentDeferredRevenue", "NonCurrentDeferredTaxesLiabilities", "LongTermDebtAndCapitalLeaseObligation", "LongTermCapitalLeaseObligation", "LongTermDebt", "LongTermProvisions", "CurrentLiabilities", "OtherCurrentLiabilities", "CurrentDeferredLiabilities", "CurrentDeferredRevenue", "CurrentDeferredTaxesLiabilities", "CurrentDebtAndCapitalLeaseObligation", "CurrentCapitalLeaseObligation", "CurrentDebt", "OtherCurrentBorrowings", "LineOfCredit", "CommercialPaper", "CurrentNotesPayable", "PensionandOtherPostRetirementBenefitPlansCurrent", "CurrentProvisions", "PayablesAndAccruedExpenses", "CurrentAccruedExpenses", "InterestPayable", "Payables", "OtherPayable", "DuetoRelatedPartiesCurrent", "DividendsPayable", "TotalTaxPayable", "IncomeTaxPayable", "AccountsPayable", "TotalAssets", "TotalNonCurrentAssets", "OtherNonCurrentAssets", "DefinedPensionBenefit", "NonCurrentPrepaidAssets", "NonCurrentDeferredAssets", "NonCurrentDeferredTaxesAssets", "DuefromRelatedPartiesNonCurrent", "NonCurrentNoteReceivables", "NonCurrentAccountsReceivable", "FinancialAssets", "InvestmentsAndAdvances", "OtherInvestments", "InvestmentinFinancialAssets", "HeldToMaturitySecurities", "AvailableForSaleSecurities", "FinancialAssetsDesignatedasFairValueThroughProfitorLossTotal", "TradingSecurities", "LongTermEquityInvestment", "InvestmentsinJointVenturesatCost", "InvestmentsInOtherVenturesUnderEquityMethod", "InvestmentsinAssociatesatCost", "InvestmentsinSubsidiariesatCost", "InvestmentProperties", "GoodwillAndOtherIntangibleAssets", "OtherIntangibleAssets", "Goodwill", "NetPPE", "AccumulatedDepreciation", "GrossPPE", "Leases", "ConstructionInProgress", "OtherProperties", "MachineryFurnitureEquipment", "BuildingsAndImprovements", "LandAndImprovements", "Properties", "CurrentAssets", "OtherCurrentAssets", "HedgingAssetsCurrent", "AssetsHeldForSaleCurrent", "CurrentDeferredAssets", "CurrentDeferredTaxesAssets", "RestrictedCash", "PrepaidAssets", "Inventory", "InventoriesAdjustmentsAllowances", "OtherInventories", "FinishedGoods", "WorkInProcess", "RawMaterials", "Receivables", "ReceivablesAdjustmentsAllowances", "OtherReceivables", "DuefromRelatedPartiesCurrent", "TaxesReceivable", "AccruedInterestReceivable", "NotesReceivable", "LoansReceivable", "AccountsReceivable", "AllowanceForDoubtfulAccountsReceivable", "GrossAccountsReceivable", "CashCashEquivalentsAndShortTermInvestments", "OtherShortTermInvestments", "CashAndCashEquivalents", "CashEquivalents", "CashFinancial", "CashCashEquivalentsAndFederalFundsSold"], 'cash-flow': ["ForeignSales", "DomesticSales", "AdjustedGeographySegmentData", "FreeCashFlow", "RepurchaseOfCapitalStock", "RepaymentOfDebt", "IssuanceOfDebt", "IssuanceOfCapitalStock", "CapitalExpenditure", "InterestPaidSupplementalData", "IncomeTaxPaidSupplementalData", "EndCashPosition", "OtherCashAdjustmentOutsideChangeinCash", "BeginningCashPosition", "EffectOfExchangeRateChanges", "ChangesInCash", "OtherCashAdjustmentInsideChangeinCash", "CashFlowFromDiscontinuedOperation", "FinancingCashFlow", "CashFromDiscontinuedFinancingActivities", "CashFlowFromContinuingFinancingActivities", "NetOtherFinancingCharges", "InterestPaidCFF", "ProceedsFromStockOptionExercised", "CashDividendsPaid", "PreferredStockDividendPaid", "CommonStockDividendPaid", "NetPreferredStockIssuance", "PreferredStockPayments", "PreferredStockIssuance", "NetCommonStockIssuance", "CommonStockPayments", "CommonStockIssuance", "NetIssuancePaymentsOfDebt", "NetShortTermDebtIssuance", "ShortTermDebtPayments", "ShortTermDebtIssuance", "NetLongTermDebtIssuance", "LongTermDebtPayments", "LongTermDebtIssuance", "InvestingCashFlow", "CashFromDiscontinuedInvestingActivities", "CashFlowFromContinuingInvestingActivities", "NetOtherInvestingChanges", "InterestReceivedCFI", "DividendsReceivedCFI", "NetInvestmentPurchaseAndSale", "SaleOfInvestment", "PurchaseOfInvestment", "NetInvestmentPropertiesPurchaseAndSale", "SaleOfInvestmentProperties", "PurchaseOfInvestmentProperties", "NetBusinessPurchaseAndSale", "SaleOfBusiness", "PurchaseOfBusiness", "NetIntangiblesPurchaseAndSale", "SaleOfIntangibles", "PurchaseOfIntangibles", "NetPPEPurchaseAndSale", "SaleOfPPE", "PurchaseOfPPE", "CapitalExpenditureReported", "OperatingCashFlow", "CashFromDiscontinuedOperatingActivities", "CashFlowFromContinuingOperatingActivities", "TaxesRefundPaid", "InterestReceivedCFO", "InterestPaidCFO", "DividendReceivedCFO", "DividendPaidCFO", "ChangeInWorkingCapital", "ChangeInOtherWorkingCapital", "ChangeInOtherCurrentLiabilities", "ChangeInOtherCurrentAssets", "ChangeInPayablesAndAccruedExpense", "ChangeInAccruedExpense", "ChangeInInterestPayable", "ChangeInPayable", "ChangeInDividendPayable", "ChangeInAccountPayable", "ChangeInTaxPayable", "ChangeInIncomeTaxPayable", "ChangeInPrepaidAssets", "ChangeInInventory", "ChangeInReceivables", "ChangesInAccountReceivables", "OtherNonCashItems", "ExcessTaxBenefitFromStockBasedCompensation", "StockBasedCompensation", "UnrealizedGainLossOnInvestmentSecurities", "ProvisionandWriteOffofAssets", "AssetImpairmentCharge", "AmortizationOfSecurities", "DeferredTax", "DeferredIncomeTax", "DepreciationAmortizationDepletion", "Depletion", "DepreciationAndAmortization", "AmortizationCashFlow", "AmortizationOfIntangibles", "Depreciation", "OperatingGainsLosses", "PensionAndEmployeeBenefitExpense", "EarningsLossesFromEquityInvestments", "GainLossOnInvestmentSecurities", "NetForeignCurrencyExchangeGainLoss", "GainLossOnSaleOfPPE", "GainLossOnSaleOfBusiness", "NetIncomeFromContinuingOperations", "CashFlowsfromusedinOperatingActivitiesDirect", "TaxesRefundPaidDirect", "InterestReceivedDirect", "InterestPaidDirect", "DividendsReceivedDirect", "DividendsPaidDirect", "ClassesofCashPayments", "OtherCashPaymentsfromOperatingActivities", "PaymentsonBehalfofEmployees", "PaymentstoSuppliersforGoodsandServices", "ClassesofCashReceiptsfromOperatingActivities", "OtherCashReceiptsfromOperatingActivities", "ReceiptsfromGovernmentGrants", "ReceiptsfromCustomers"]} _PRICE_COLNAMES_ = ['Open', 'High', 'Low', 'Close', 'Adj Close'] quote_summary_valid_modules = ( "summaryProfile", # contains general information about the company "summaryDetail", # prices + volume + market cap + etc "assetProfile", # summaryProfile + company officers "fundProfile", "price", # current prices "quoteType", # quoteType "esgScores", # Environmental, social, and governance (ESG) scores, sustainability and ethical performance of companies "incomeStatementHistory", "incomeStatementHistoryQuarterly", "balanceSheetHistory", "balanceSheetHistoryQuarterly", "cashFlowStatementHistory", "cashFlowStatementHistoryQuarterly", "defaultKeyStatistics", # KPIs (PE, enterprise value, EPS, EBITA, and more) "financialData", # Financial KPIs (revenue, gross margins, operating cash flow, free cash flow, and more) "calendarEvents", # future earnings date "secFilings", # SEC filings, such as 10K and 10Q reports "upgradeDowngradeHistory", # upgrades and downgrades that analysts have given a company's stock "institutionOwnership", # institutional ownership, holders and shares outstanding "fundOwnership", # mutual fund ownership, holders and shares outstanding "majorDirectHolders", "majorHoldersBreakdown", "insiderTransactions", # insider transactions, such as the number of shares bought and sold by company executives "insiderHolders", # insider holders, such as the number of shares held by company executives "netSharePurchaseActivity", # net share purchase activity, such as the number of shares bought and sold by company executives "earnings", # earnings history "earningsHistory", "earningsTrend", # earnings trend "industryTrend", "indexTrend", "sectorTrend", "recommendationTrend", "futuresChain", ) # map last updated as of 2025.12.19 SECTOR_INDUSTY_MAPPING = { 'Basic Materials': {'Specialty Chemicals', 'Gold', 'Building Materials', 'Copper', 'Steel', 'Agricultural Inputs', 'Chemicals', 'Other Industrial Metals & Mining', 'Lumber & Wood Production', 'Aluminum', 'Other Precious Metals & Mining', 'Coking Coal', 'Paper & Paper Products', 'Silver'}, 'Communication Services': {'Advertising Agencies', 'Broadcasting', 'Electronic Gaming & Multimedia', 'Entertainment', 'Internet Content & Information', 'Publishing', 'Telecom Services'}, 'Consumer Cyclical': {'Apparel Manufacturing', 'Apparel Retail', 'Auto & Truck Dealerships', 'Auto Manufacturers', 'Auto Parts', 'Department Stores', 'Footwear & Accessories', 'Furnishings, Fixtures & Appliances', 'Gambling', 'Home Improvement Retail', 'Internet Retail', 'Leisure', 'Lodging', 'Luxury Goods', 'Packaging & Containers', 'Personal Services', 'Recreational Vehicles', 'Residential Construction', 'Resorts & Casinos', 'Restaurants', 'Specialty Retail', 'Textile Manufacturing', 'Travel Services'}, 'Consumer Defensive': {'Beverages—Brewers', 'Beverages—Non-Alcoholic', 'Beverages—Wineries & Distilleries', 'Confectioners', 'Discount Stores', 'Education & Training Services', 'Farm Products', 'Food Distribution', 'Grocery Stores', 'Household & Personal Products', 'Packaged Foods', 'Tobacco'}, 'Energy': {'Oil & Gas Drilling', 'Oil & Gas E&P', 'Oil & Gas Equipment & Services', 'Oil & Gas Integrated', 'Oil & Gas Midstream', 'Oil & Gas Refining & Marketing', 'Thermal Coal', 'Uranium'}, 'Financial Services': {'Asset Management', 'Banks—Diversified', 'Banks—Regional', 'Capital Markets', 'Credit Services', 'Financial Conglomerates', 'Financial Data & Stock Exchanges', 'Insurance Brokers', 'Insurance—Diversified', 'Insurance—Life', 'Insurance—Property & Casualty', 'Insurance—Reinsurance', 'Insurance—Specialty', 'Mortgage Finance', 'Shell Companies'}, 'Healthcare': {'Biotechnology', 'Diagnostics & Research', 'Drug Manufacturers—General', 'Drug Manufacturers—Specialty & Generic', 'Health Information Services', 'Healthcare Plans', 'Medical Care Facilities', 'Medical Devices', 'Medical Instruments & Supplies', 'Medical Distribution', 'Pharmaceutical Retailers'}, 'Industrials': {'Aerospace & Defense', 'Airlines', 'Airports & Air Services', 'Building Products & Equipment', 'Business Equipment & Supplies', 'Conglomerates', 'Consulting Services', 'Electrical Equipment & Parts', 'Engineering & Construction', 'Farm & Heavy Construction Machinery', 'Industrial Distribution', 'Infrastructure Operations', 'Integrated Freight & Logistics', 'Marine Shipping', 'Metal Fabrication', 'Pollution & Treatment Controls', 'Railroads', 'Rental & Leasing Services', 'Security & Protection Services', 'Specialty Business Services', 'Specialty Industrial Machinery', 'Staffing & Employment Services', 'Tools & Accessories', 'Trucking', 'Waste Management'}, 'Real Estate': {'Real Estate—Development', 'Real Estate Services', 'Real Estate—Diversified', 'REIT—Healthcare Facilities', 'REIT—Hotel & Motel', 'REIT—Industrial', 'REIT—Office', 'REIT—Residential', 'REIT—Retail', 'REIT—Mortgage', 'REIT—Specialty', 'REIT—Diversified'}, 'Technology': {'Communication Equipment', 'Computer Hardware', 'Consumer Electronics', 'Electronic Components', 'Electronics & Computer Distribution', 'Information Technology Services', 'Scientific & Technical Instruments', 'Semiconductor Equipment & Materials', 'Semiconductors', 'Software—Application', 'Software—Infrastructure', 'Solar'}, 'Utilities': {'Utilities—Diversified', 'Utilities—Independent Power Producers', 'Utilities—Regulated Electric', 'Utilities—Regulated Gas', 'Utilities—Regulated Water', 'Utilities—Renewable'}, } SECTOR_INDUSTY_MAPPING_LC = {} for k in SECTOR_INDUSTY_MAPPING.keys(): k2 = k.lower().replace('& ', '').replace('- ', '').replace(', ', ' ').replace(' ', '-') SECTOR_INDUSTY_MAPPING_LC[k2] = [] for v in SECTOR_INDUSTY_MAPPING[k]: v2 = v.lower().replace('& ', '').replace('- ', '').replace(', ', ' ').replace(' ', '-') SECTOR_INDUSTY_MAPPING_LC[k2].append(v2) # _MIC_TO_YAHOO_SUFFIX maps Market Identifier Codes (MIC) to Yahoo Finance market suffixes. # c.f. : # https://help.yahoo.com/kb/finance-for-web/SLN2310.html;_ylt=AwrJKiCZFo9g3Y8AsDWPAwx.;_ylu=Y29sbwMEcG9zAzEEdnRpZAMEc2VjA3Ny?locale=en_US # https://www.iso20022.org/market-identifier-codes _MIC_TO_YAHOO_SUFFIX = { 'XCBT': 'CBT', 'XCME': 'CME', 'IFUS': 'NYB', 'CECS': 'CMX', 'XNYM': 'NYM', 'XNYS': '', 'XNAS': '', # United States 'XBUE': 'BA', # Argentina 'XVIE': 'VI', # Austria 'XASX': 'AX', 'XAUS': 'XA', # Australia 'XBRU': 'BR', # Belgium 'BVMF': 'SA', # Brazil 'CNSX': 'CN', 'NEOE': 'NE', 'XTSE': 'TO', 'XTSX': 'V', # Canada 'XSGO': 'SN', # Chile 'XSHG': 'SS', 'XSHE': 'SZ', # China 'XBOG': 'CL', # Colombia 'XPRA': 'PR', # Czech Republic 'XCSE': 'CO', # Denmark 'XCAI': 'CA', # Egypt 'XTAL': 'TL', # Estonia 'CEUX': 'XD', 'XEUR': 'NX', # Europe (Cboe Europe, Euronext) 'XHEL': 'HE', # Finland 'XPAR': 'PA', # France 'XBER': 'BE', 'XBMS': 'BM', 'XDUS': 'DU', 'XFRA': 'F', 'XHAM': 'HM', 'XHAN': 'HA', 'XMUN': 'MU', 'XSTU': 'SG', 'XETR': 'DE', # Germany 'XATH': 'AT', # Greece 'XHKG': 'HK', # Hong Kong 'XBUD': 'BD', # Hungary 'XICE': 'IC', # Iceland 'XBOM': 'BO', 'XNSE': 'NS', # India 'XIDX': 'JK', # Indonesia 'XDUB': 'IR', # Ireland 'XTAE': 'TA', # Israel 'MTAA': 'MI', 'EUTL': 'TI', # Italy 'XTKS': 'T', # Japan 'XKFE': 'KW', # Kuwait 'XRIS': 'RG', # Latvia 'XVIL': 'VS', # Lithuania 'XKLS': 'KL', # Malaysia 'XMEX': 'MX', # Mexico 'XAMS': 'AS', # Netherlands 'XNZE': 'NZ', # New Zealand 'XOSL': 'OL', # Norway 'XPHS': 'PS', # Philippines 'XWAR': 'WA', # Poland 'XLIS': 'LS', # Portugal 'XQAT': 'QA', # Qatar 'XBSE': 'RO', # Romania 'XSES': 'SI', # Singapore 'XJSE': 'JO', # South Africa 'XKRX': 'KS', 'KQKS': 'KQ', # South Korea 'BMEX': 'MC', # Spain 'XSAU': 'SR', # Saudi Arabia 'XSTO': 'ST', # Sweden 'XSWX': 'SW', # Switzerland 'ROCO': 'TWO', 'XTAI': 'TW', # Taiwan 'XBKK': 'BK', # Thailand 'XIST': 'IS', # Turkey 'XDFM': 'AE', # UAE 'AQXE': 'AQ', 'XCHI': 'XC', 'XLON': 'L', 'ILSE': 'IL', # United Kingdom 'XCAR': 'CR', # Venezuela 'XSTC': 'VN' # Vietnam } def merge_two_level_dicts(dict1, dict2): result = dict1.copy() for key, value in dict2.items(): if key in result: # If both are sets, merge them if isinstance(value, set) and isinstance(result[key], set): result[key] = result[key] | value # If both are dicts, merge their contents elif isinstance(value, dict) and isinstance(result[key], dict): result[key] = { k: (result[key].get(k, set()) | v if isinstance(v, set) else v) if k in result[key] else v for k, v in value.items() } else: result[key] = value return result EQUITY_SCREENER_EQ_MAP = { "exchange": { 'ae': {'DFM'}, 'ar': {'BUE'}, 'at': {'VIE'}, 'au': {'ASX', 'CXA'}, 'be': {'BRU'}, 'br': {'SAO'}, 'ca': {'CNQ', 'NEO', 'TOR', 'VAN'}, 'ch': {'EBS'}, 'cl': {'SGO'}, 'cn': {'SHH', 'SHZ'}, 'co': {'BVC'}, 'cz': {'PRA'}, 'de': {'BER', 'DUS', 'EUX', 'FRA', 'HAM', 'HAN', 'GER', 'MUN', 'STU'}, 'dk': {'CPH'}, 'ee': {'TAL'}, 'eg': {'CAI'}, 'es': {'MAD', 'MCE'}, 'fi': {'HEL'}, 'fr': {'ENX', 'PAR'}, 'gb': {'AQS', 'CXE', 'IOB', 'LSE'}, 'gr': {'ATH'}, 'hk': {'HKG'}, 'hu': {'BUD'}, 'id': {'JKT'}, 'ie': {'ISE'}, 'il': {'TLV'}, 'in': {'BSE', 'NSI'}, 'is': {'ICE'}, 'it': {'MDD', 'MIL', 'TLO'}, 'jp': {'FKA', 'JPX', 'OSA', 'SAP'}, 'kr': {'KOE', 'KSC'}, 'kw': {'KUW'}, 'lk': {'CSE'}, 'lt': {'LIT'}, 'lv': {'RIS'}, 'mx': {'MEX'}, 'my': {'KLS'}, 'nl': {'AMS', 'DXE'}, 'no': {'OSL'}, 'nz': {'NZE'}, 'pe': {}, 'ph': {'PHP', 'PHS'}, 'pk': {'KAR'}, 'pl': {'WSE'}, 'pt': {'LIS'}, 'qa': {'DOH'}, 'ro': {'BVB'}, 'ru': {'MCX'}, 'sa': {'SAU'}, 'se': {'STO'}, 'sg': {'SES'}, 'sr': {}, 'th': {'SET'}, 'tr': {'IST'}, 'tw': {'TAI', 'TWO'}, 'us': {'ASE', 'BTS', 'CXI', 'NAE', 'NCM', 'NGM', 'NMS', 'NYQ', 'OEM', 'OQB', 'OQX', 'PCX', 'PNK', 'YHD'}, 've': {'CCS'}, 'vn': {'VSE'}, 'za': {'JNB'} }, "sector": { "Basic Materials", "Industrials", "Communication Services", "Healthcare", "Real Estate", "Technology", "Energy", "Utilities", "Financial Services", "Consumer Defensive", "Consumer Cyclical" }, "industry": SECTOR_INDUSTY_MAPPING, "peer_group": { "US Fund Equity Energy", "US CE Convertibles", "EAA CE UK Large-Cap Equity", "EAA CE Other", "US Fund Financial", "India CE Multi-Cap", "US Fund Foreign Large Blend", "US Fund Consumer Cyclical", "EAA Fund Global Equity Income", "China Fund Sector Equity Financial and Real Estate", "US Fund Equity Precious Metals", "EAA Fund RMB Bond - Onshore", "China Fund QDII Greater China Equity", "US Fund Large Growth", "EAA Fund Germany Equity", "EAA Fund Hong Kong Equity", "EAA CE UK Small-Cap Equity", "US Fund Natural Resources", "US CE Preferred Stock", "India Fund Sector - Financial Services", "US Fund Diversified Emerging Mkts", "EAA Fund South Africa & Namibia Equity", "China Fund QDII Sector Equity", "EAA CE Sector Equity Biotechnology", "EAA Fund Switzerland Equity", "US Fund Large Value", "EAA Fund Asia ex-Japan Equity", "US Fund Health", "US Fund China Region", "EAA Fund Emerging Europe ex-Russia Equity", "EAA Fund Sector Equity Industrial Materials", "EAA Fund Japan Large-Cap Equity", "EAA Fund EUR Corporate Bond", "US Fund Technology", "EAA CE Global Large-Cap Blend Equity", "Mexico Fund Mexico Equity", "US Fund Trading--Leveraged Equity", "EAA Fund Sector Equity Consumer Goods & Services", "US Fund Large Blend", "EAA Fund Global Flex-Cap Equity", "EAA Fund EUR Aggressive Allocation - Global", "EAA Fund China Equity", "EAA Fund Global Large-Cap Growth Equity", "US CE Options-based", "EAA Fund Sector Equity Financial Services", "EAA Fund Europe Large-Cap Blend Equity", "EAA Fund China Equity - A Shares", "EAA Fund USD Corporate Bond", "EAA Fund Eurozone Large-Cap Equity", "China Fund Aggressive Allocation Fund", "EAA Fund Sector Equity Technology", "EAA Fund Global Emerging Markets Equity", "EAA Fund EUR Moderate Allocation - Global", "EAA Fund Other Bond", "EAA Fund Denmark Equity", "EAA Fund US Large-Cap Blend Equity", "India Fund Large-Cap", "Paper & Forestry", "Containers & Packaging", "US Fund Miscellaneous Region", "Energy Services", "EAA Fund Other Equity", "Homebuilders", "Construction Materials", "China Fund Equity Funds", "Steel", "Consumer Durables", "EAA Fund Global Large-Cap Blend Equity", "Transportation Infrastructure", "Precious Metals", "Building Products", "Traders & Distributors", "Electrical Equipment", "Auto Components", "Construction & Engineering", "Aerospace & Defense", "Refiners & Pipelines", "Diversified Metals", "Textiles & Apparel", "Industrial Conglomerates", "Household Products", "Commercial Services", "Food Retailers", "Semiconductors", "Media", "Automobiles", "Consumer Services", "Technology Hardware", "Transportation", "Telecommunication Services", "Oil & Gas Producers", "Machinery", "Retailing", "Healthcare", "Chemicals", "Food Products", "Diversified Financials", "Real Estate", "Insurance", "Utilities", "Pharmaceuticals", "Software & Services", "Banks" } } EQUITY_SCREENER_EQ_MAP['region'] = EQUITY_SCREENER_EQ_MAP['exchange'].keys() ordered_keys = ['region'] + [k for k in EQUITY_SCREENER_EQ_MAP.keys() if k != 'region'] EQUITY_SCREENER_EQ_MAP = {k:EQUITY_SCREENER_EQ_MAP[k] for k in ordered_keys} FUND_SCREENER_EQ_MAP = { "exchange": { 'ae': {'DFM'}, 'ar': {'BUE'}, 'at': {'VIE'}, 'au': {'ASX','CXA'}, 'be': {'BRU'}, 'br': {'SAO'}, 'ca': {'CNQ','NEO','TOR','VAN'}, 'ch': {'EBS'}, 'cl': {'SGO'}, 'co': {'BVC'}, 'cn': {'SHH','SHZ'}, 'cz': {'PRA'}, 'de': {'BER','DUS','EUX','FRA','GER','HAM','HAN','MUN','STU',}, 'dk': {'CPH'}, 'ee': {'TAL'}, 'eg': {'CAI'}, 'es': {'BAR','MAD','MCE'}, 'fi': {'HEL'}, 'fr': {'ENX','PAR'}, 'gb': {'CXE','IOB','LSE'}, 'gr': {'ATH'}, 'hk': {'HKG'}, 'hu': {'BUD'}, 'id': {'JKT'}, 'ie': {'ISE'}, 'il': {'TLV'}, 'in': {'BSE','NSI'}, 'is': {'ICE'}, 'it': {'MIL'}, 'jp': {'FKA','JPX','OSA','SAP'}, 'kr': {'KOE','KSC'}, 'kw': {'KUW'}, 'lk': {'CSE'}, 'lt': {'LIT'}, 'lv': {'RIS'}, 'mx': {'MEX'}, 'my': {'KLS'}, 'nl': {'AMS'}, 'no': {'OSL'}, 'nz': {'NZE'}, 'pe': {''}, 'ph': {'PHP', 'PHS'}, 'pk': {'KAR'}, 'pl': {'WSE'}, 'pt': {'LIS'}, 'qa': {'DOH'}, 'ro': {'BVB'}, 'ru': {'MCX'}, 'sa': {'SAU'}, 'se': {'STO'}, 'sg': {'SES'}, 'sr': {''}, 'th': {'SET'}, 'tr': {'IST'}, 'tw': {'TAI','TWO'}, 'us': {'ASE','NAS','NCM','NGM','NMS','NYQ','OEM','OGM','OQB','PNK','WCB',}, 've': {'CCS'}, 'vn': {'VSE'}, 'za': {'JNB'} } } COMMON_SCREENER_FIELDS = { "price":{ "eodprice", "intradaypricechange", "intradayprice" }, "eq_fields": { "exchange"}, } FUND_SCREENER_FIELDS = { "eq_fields": { "categoryname", "performanceratingoverall", "initialinvestment", "annualreturnnavy1categoryrank", "riskratingoverall"} } FUND_SCREENER_FIELDS = merge_two_level_dicts(FUND_SCREENER_FIELDS, COMMON_SCREENER_FIELDS) EQUITY_SCREENER_FIELDS = { "eq_fields": { "region", "sector", "peer_group", "industry"}, "price":{ "lastclosemarketcap.lasttwelvemonths", "percentchange", "lastclose52weekhigh.lasttwelvemonths", "fiftytwowkpercentchange", "lastclose52weeklow.lasttwelvemonths", "intradaymarketcap"}, "trading":{ "beta", "avgdailyvol3m", "pctheldinsider", "pctheldinst", "dayvolume", "eodvolume"}, "short_interest":{ "short_percentage_of_shares_outstanding.value", "short_interest.value", "short_percentage_of_float.value", "days_to_cover_short.value", "short_interest_percentage_change.value"}, "valuation":{ "bookvalueshare.lasttwelvemonths", "lastclosemarketcaptotalrevenue.lasttwelvemonths", "lastclosetevtotalrevenue.lasttwelvemonths", "pricebookratio.quarterly", "peratio.lasttwelvemonths", "lastclosepricetangiblebookvalue.lasttwelvemonths", "lastclosepriceearnings.lasttwelvemonths", "pegratio_5y"}, "profitability":{ "consecutive_years_of_dividend_growth_count", "returnonassets.lasttwelvemonths", "returnonequity.lasttwelvemonths", "forward_dividend_per_share", "forward_dividend_yield", "returnontotalcapital.lasttwelvemonths"}, "leverage":{ "lastclosetevebit.lasttwelvemonths", "netdebtebitda.lasttwelvemonths", "totaldebtequity.lasttwelvemonths", "ltdebtequity.lasttwelvemonths", "ebitinterestexpense.lasttwelvemonths", "ebitdainterestexpense.lasttwelvemonths", "lastclosetevebitda.lasttwelvemonths", "totaldebtebitda.lasttwelvemonths"}, "liquidity":{ "quickratio.lasttwelvemonths", "altmanzscoreusingtheaveragestockinformationforaperiod.lasttwelvemonths", "currentratio.lasttwelvemonths", "operatingcashflowtocurrentliabilities.lasttwelvemonths"}, "income_statement":{ "totalrevenues.lasttwelvemonths", "netincomemargin.lasttwelvemonths", "grossprofit.lasttwelvemonths", "ebitda1yrgrowth.lasttwelvemonths", "dilutedepscontinuingoperations.lasttwelvemonths", "quarterlyrevenuegrowth.quarterly", "epsgrowth.lasttwelvemonths", "netincomeis.lasttwelvemonths", "ebitda.lasttwelvemonths", "dilutedeps1yrgrowth.lasttwelvemonths", "totalrevenues1yrgrowth.lasttwelvemonths", "operatingincome.lasttwelvemonths", "netincome1yrgrowth.lasttwelvemonths", "grossprofitmargin.lasttwelvemonths", "ebitdamargin.lasttwelvemonths", "ebit.lasttwelvemonths", "basicepscontinuingoperations.lasttwelvemonths", "netepsbasic.lasttwelvemonths" "netepsdiluted.lasttwelvemonths"}, "balance_sheet":{ "totalassets.lasttwelvemonths", "totalcommonsharesoutstanding.lasttwelvemonths", "totaldebt.lasttwelvemonths", "totalequity.lasttwelvemonths", "totalcurrentassets.lasttwelvemonths", "totalcashandshortterminvestments.lasttwelvemonths", "totalcommonequity.lasttwelvemonths", "totalcurrentliabilities.lasttwelvemonths", "totalsharesoutstanding"}, "cash_flow":{ "forward_dividend_yield", "leveredfreecashflow.lasttwelvemonths", "capitalexpenditure.lasttwelvemonths", "cashfromoperations.lasttwelvemonths", "leveredfreecashflow1yrgrowth.lasttwelvemonths", "unleveredfreecashflow.lasttwelvemonths", "cashfromoperations1yrgrowth.lasttwelvemonths"}, "esg":{ "esg_score", "environmental_score", "governance_score", "social_score", "highest_controversy"} } EQUITY_SCREENER_FIELDS = merge_two_level_dicts(EQUITY_SCREENER_FIELDS, COMMON_SCREENER_FIELDS) USER_AGENTS = [ # Chrome "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36", # Firefox "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 14.7; rv:135.0) Gecko/20100101 Firefox/135.0", "Mozilla/5.0 (X11; Linux i686; rv:135.0) Gecko/20100101 Firefox/135.0", # Safari "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15", # Edge "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/131.0.2903.86" ] ================================================ FILE: yfinance/data.py ================================================ import functools from functools import lru_cache import socket import time as _time from curl_cffi import requests from urllib.parse import urlsplit, urljoin from bs4 import BeautifulSoup import datetime from frozendict import frozendict from . import utils, cache from .config import YfConfig import threading from .exceptions import YFException, YFDataException, YFRateLimitError def _is_transient_error(exception): """Check if error is transient (network/timeout) and should be retried.""" if isinstance(exception, (TimeoutError, socket.error, OSError)): return True error_type_name = type(exception).__name__ transient_error_types = { 'Timeout', 'TimeoutError', 'ConnectionError', 'ConnectTimeout', 'ReadTimeout', 'ChunkedEncodingError', 'RemoteDisconnected', } return error_type_name in transient_error_types cache_maxsize = 64 def lru_cache_freezeargs(func): """ Decorator transforms mutable dictionary and list arguments into immutable types Needed so lru_cache can cache method calls what has dict or list arguments. """ @functools.wraps(func) def wrapped(*args, **kwargs): args = tuple([frozendict(arg) if isinstance(arg, dict) else arg for arg in args]) kwargs = {k: frozendict(v) if isinstance(v, dict) else v for k, v in kwargs.items()} args = tuple([tuple(arg) if isinstance(arg, list) else arg for arg in args]) kwargs = {k: tuple(v) if isinstance(v, list) else v for k, v in kwargs.items()} return func(*args, **kwargs) # copy over the lru_cache extra methods to this wrapper to be able to access them # after this decorator has been applied wrapped.cache_info = func.cache_info wrapped.cache_clear = func.cache_clear return wrapped class SingletonMeta(type): """ Metaclass that creates a Singleton instance. """ _instances = {} _lock = threading.Lock() def __call__(cls, *args, **kwargs): with cls._lock: if cls not in cls._instances: instance = super().__call__(*args, **kwargs) cls._instances[cls] = instance else: # Update the existing instance if 'session' in kwargs or (args and len(args) > 0): session = kwargs.get('session') if 'session' in kwargs else args[0] cls._instances[cls]._set_session(session) return cls._instances[cls] class YfData(metaclass=SingletonMeta): """ Have one place to retrieve data from Yahoo API in order to ease caching and speed up operations. Singleton means one session one cookie shared by all threads. """ def __init__(self, session=None): self._crumb = None self._cookie = None # Default to using 'basic' strategy self._cookie_strategy = 'basic' # If it fails, then fallback method is 'csrf' # self._cookie_strategy = 'csrf' self._cookie_lock = threading.Lock() self._session = None self._set_session(session or requests.Session(impersonate="chrome")) def _set_session(self, session): if session is None: return try: session.cache except AttributeError: # Not caching self._session_is_caching = False else: # Is caching. This is annoying. # Can't simply use a non-caching session to fetch cookie & crumb, # because then the caching-session won't have cookie. self._session_is_caching = True # But since switch to curl_cffi, can't use requests_cache with it. raise YFDataException("request_cache sessions don't work with curl_cffi, which is necessary now for Yahoo API. Solution: stop setting session, let YF handle.") if not isinstance(session, requests.session.Session): raise YFDataException(f"Yahoo API requires curl_cffi session not {type(session)}. Solution: stop setting session, let YF handle.") with self._cookie_lock: self._session = session if YfConfig.network.proxy is not None: self._session.proxies = YfConfig.network.proxy def _set_cookie_strategy(self, strategy, have_lock=False): if strategy == self._cookie_strategy: return if not have_lock: self._cookie_lock.acquire() try: if self._cookie_strategy == 'csrf': utils.get_yf_logger().debug(f'toggling cookie strategy {self._cookie_strategy} -> basic') self._session.cookies.clear() self._cookie_strategy = 'basic' else: utils.get_yf_logger().debug(f'toggling cookie strategy {self._cookie_strategy} -> csrf') self._cookie_strategy = 'csrf' self._cookie = None self._crumb = None except Exception: self._cookie_lock.release() raise if not have_lock: self._cookie_lock.release() @utils.log_indent_decorator def _save_cookie_curlCffi(self): if self._session is None: return False cookies = self._session.cookies.jar._cookies if len(cookies) == 0: return False yh_domains = [k for k in cookies.keys() if 'yahoo' in k] if len(yh_domains) > 1: # Possible when cookie fetched with CSRF method. Discard consent cookie. yh_domains = [k for k in yh_domains if 'consent' not in k] if len(yh_domains) > 1: utils.get_yf_logger().debug(f'Multiple Yahoo cookies, not sure which to cache: {yh_domains}') return False if len(yh_domains) == 0: return False yh_domain = yh_domains[0] yh_cookie = {yh_domain: cookies[yh_domain]} cache.get_cookie_cache().store('curlCffi', yh_cookie) return True @utils.log_indent_decorator def _load_cookie_curlCffi(self): if self._session is None: return False cookie_dict = cache.get_cookie_cache().lookup('curlCffi') if cookie_dict is None or len(cookie_dict) == 0: return False cookies = cookie_dict['cookie'] domain = list(cookies.keys())[0] cookie = cookies[domain]['/']['A3'] expiry_ts = cookie.expires if expiry_ts > 2e9: # convert ms to s expiry_ts //= 1e3 expiry_dt = datetime.datetime.fromtimestamp(expiry_ts, tz=datetime.timezone.utc) expired = expiry_dt < datetime.datetime.now(datetime.timezone.utc) if expired: utils.get_yf_logger().debug('cached cookie expired') return False self._session.cookies.jar._cookies.update(cookies) self._cookie = cookie return True @utils.log_indent_decorator def _get_cookie_basic(self, timeout=30): if self._cookie is not None: utils.get_yf_logger().debug('reusing cookie') return True elif self._load_cookie_curlCffi(): utils.get_yf_logger().debug('reusing persistent cookie') return True # To avoid infinite recursion, do NOT use self.get() # - 'allow_redirects' copied from @psychoz971 solution - does it help USA? try: self._session.get( url='https://fc.yahoo.com', timeout=timeout, allow_redirects=True) except requests.exceptions.DNSError as e: # Possible because url on some privacy/ad blocklists. # Can ignore because have second strategy. utils.get_yf_logger().debug("Handling DNS error on cookie fetch: " + str(e)) return False self._save_cookie_curlCffi() return True @utils.log_indent_decorator def _get_crumb_basic(self, timeout=30): if self._crumb is not None: utils.get_yf_logger().debug('reusing crumb') return self._crumb if not self._get_cookie_basic(): return None # - 'allow_redirects' copied from @psychoz971 solution - does it help USA? get_args = { 'url': "https://query1.finance.yahoo.com/v1/test/getcrumb", 'timeout': timeout, 'allow_redirects': True } if self._session_is_caching: get_args['expire_after'] = self._expire_after crumb_response = self._session.get(**get_args) else: crumb_response = self._session.get(**get_args) self._crumb = crumb_response.text if crumb_response.status_code == 429 or "Too Many Requests" in self._crumb: utils.get_yf_logger().debug(f"Didn't receive crumb {self._crumb}") raise YFRateLimitError() if self._crumb is None or '' in self._crumb: utils.get_yf_logger().debug("Didn't receive crumb") return None utils.get_yf_logger().debug(f"crumb = '{self._crumb}'") return self._crumb @utils.log_indent_decorator def _get_cookie_and_crumb_basic(self, timeout): if not self._get_cookie_basic(timeout): return None return self._get_crumb_basic(timeout) @utils.log_indent_decorator def _get_cookie_csrf(self, timeout): if self._cookie is not None: utils.get_yf_logger().debug('reusing cookie') return True elif self._load_cookie_curlCffi(): utils.get_yf_logger().debug('reusing persistent cookie') self._cookie = True return True base_args = { 'timeout': timeout} get_args = {**base_args, 'url': 'https://guce.yahoo.com/consent'} try: if self._session_is_caching: get_args['expire_after'] = self._expire_after response = self._session.get(**get_args) else: response = self._session.get(**get_args) except requests.exceptions.ChunkedEncodingError: # No idea why happens, but handle nicely so can switch to other cookie method. utils.get_yf_logger().debug('_get_cookie_csrf() encountering requests.exceptions.ChunkedEncodingError, aborting') return False soup = BeautifulSoup(response.content, 'html.parser') csrfTokenInput = soup.find('input', attrs={'name': 'csrfToken'}) if csrfTokenInput is None: utils.get_yf_logger().debug('Failed to find "csrfToken" in response') return False csrfToken = csrfTokenInput['value'] utils.get_yf_logger().debug(f'csrfToken = {csrfToken}') sessionIdInput = soup.find('input', attrs={'name': 'sessionId'}) sessionId = sessionIdInput['value'] utils.get_yf_logger().debug(f"sessionId='{sessionId}") originalDoneUrl = 'https://finance.yahoo.com/' namespace = 'yahoo' data = { 'agree': ['agree', 'agree'], 'consentUUID': 'default', 'sessionId': sessionId, 'csrfToken': csrfToken, 'originalDoneUrl': originalDoneUrl, 'namespace': namespace, } post_args = {**base_args, 'url': f'https://consent.yahoo.com/v2/collectConsent?sessionId={sessionId}', 'data': data} get_args = {**base_args, 'url': f'https://guce.yahoo.com/copyConsent?sessionId={sessionId}', 'data': data} try: if self._session_is_caching: post_args['expire_after'] = self._expire_after get_args['expire_after'] = self._expire_after self._session.post(**post_args) self._session.get(**get_args) else: self._session.post(**post_args) self._session.get(**get_args) except requests.exceptions.ChunkedEncodingError: # No idea why happens, but handle nicely so can switch to other cookie method. utils.get_yf_logger().debug('_get_cookie_csrf() encountering requests.exceptions.ChunkedEncodingError, aborting') self._cookie = True self._save_cookie_curlCffi() return True @utils.log_indent_decorator def _get_crumb_csrf(self, timeout=30): # Credit goes to @bot-unit #1729 if self._crumb is not None: utils.get_yf_logger().debug('reusing crumb') return self._crumb if not self._get_cookie_csrf(timeout): # This cookie stored in session return None get_args = { 'url': 'https://query2.finance.yahoo.com/v1/test/getcrumb', 'timeout': timeout} if self._session_is_caching: get_args['expire_after'] = self._expire_after r = self._session.get(**get_args) else: r = self._session.get(**get_args) self._crumb = r.text if r.status_code == 429 or "Too Many Requests" in self._crumb: utils.get_yf_logger().debug(f"Didn't receive crumb {self._crumb}") raise YFRateLimitError() if self._crumb is None or '' in self._crumb or self._crumb == '': utils.get_yf_logger().debug("Didn't receive crumb") return None utils.get_yf_logger().debug(f"crumb = '{self._crumb}'") return self._crumb @utils.log_indent_decorator def _get_cookie_and_crumb(self, timeout=30): crumb, strategy = None, None utils.get_yf_logger().debug(f"cookie_mode = '{self._cookie_strategy}'") with self._cookie_lock: if self._cookie_strategy == 'csrf': crumb = self._get_crumb_csrf() if crumb is None: # Fail self._set_cookie_strategy('basic', have_lock=True) crumb = self._get_cookie_and_crumb_basic(timeout) else: # Fallback strategy crumb = self._get_cookie_and_crumb_basic(timeout) if crumb is None: # Fail self._set_cookie_strategy('csrf', have_lock=True) crumb = self._get_crumb_csrf() strategy = self._cookie_strategy return crumb, strategy @utils.log_indent_decorator def get(self, url, params=None, timeout=30): response = self._make_request(url, request_method = self._session.get, params=params, timeout=timeout) # Accept cookie-consent if redirected to consent page if not self._is_this_consent_url(response.url): # "Consent Page not detected" pass else: # "Consent Page detected" response = self._accept_consent_form(response, timeout) return response @utils.log_indent_decorator def post(self, url, body=None, params=None, timeout=30, data=None): return self._make_request(url, request_method = self._session.post, body=body, params=params, timeout=timeout, data=data) @utils.log_indent_decorator def _make_request(self, url, request_method, body=None, params=None, timeout=30, data=None): # Important: treat input arguments as immutable. if len(url) > 200: utils.get_yf_logger().debug(f'url={url[:200]}...') else: utils.get_yf_logger().debug(f'url={url}') utils.get_yf_logger().debug(f'params={params}') # sync with config self._session.proxies = YfConfig.network.proxy if params is None: params = {} if 'crumb' in params: raise YFException("Don't manually add 'crumb' to params dict, let data.py handle it") crumb, strategy = self._get_cookie_and_crumb() if crumb is not None: crumbs = {'crumb': crumb} else: crumbs = {} request_args = { 'url': url, 'params': {**params, **crumbs}, 'timeout': timeout } if body: request_args['json'] = body if data: request_args['data'] = data request_args['headers'] = {"Content-Type": "application/json"} for attempt in range(YfConfig.network.retries + 1): try: response = request_method(**request_args) break except Exception as e: if _is_transient_error(e) and attempt < YfConfig.network.retries: _time.sleep(2 ** attempt) else: raise utils.get_yf_logger().debug(f'response code={response.status_code}') if response.status_code >= 400: # Retry with other cookie strategy if strategy == 'basic': self._set_cookie_strategy('csrf') else: self._set_cookie_strategy('basic') crumb, strategy = self._get_cookie_and_crumb(timeout) request_args['params']['crumb'] = crumb response = request_method(**request_args) utils.get_yf_logger().debug(f'response code={response.status_code}') # Raise exception if rate limited if response.status_code == 429: raise YFRateLimitError() return response @lru_cache_freezeargs @lru_cache(maxsize=cache_maxsize) def cache_get(self, url, params=None, timeout=30): return self.get(url, params, timeout) def get_raw_json(self, url, params=None, timeout=30): utils.get_yf_logger().debug(f'get_raw_json(): {url}') response = self.get(url, params=params, timeout=timeout) response.raise_for_status() return response.json() def _is_this_consent_url(self, response_url: str) -> bool: """ Check if given response_url is consent page Args: response_url (str) : response.url Returns: True : This is cookie-consent page False : This is not cookie-consent page """ try: return urlsplit(response_url).hostname and urlsplit( response_url ).hostname.endswith("consent.yahoo.com") except Exception: return False def _accept_consent_form( self, consent_resp: requests.Response, timeout: int ) -> requests.Response: """ Click 'Accept all' to cookie-consent form and return response object. Args: consent_resp (requests.Response) : Response instance of cookie-consent page timeout (int) : Raise TimeoutError if post doesn't respond Returns: response (requests.Response) : Reponse instance received from the server after accepting cookie-consent post. """ soup = BeautifulSoup(consent_resp.text, "html.parser") # Heuristic: pick the first form; Yahoo's CMP tends to have a single form for consent form = soup.find("form") if not form: return consent_resp # action : URL to send "Accept Cookies" action = form.get("action") or consent_resp.url action = urljoin(consent_resp.url, action) # Collect inputs (hidden tokens, etc.) """ """ data = {} for inp in form.find_all("input"): name = inp.get("name") if not name: continue typ = (inp.get("type") or "text").lower() val = inp.get("value") or "" if typ in ("checkbox", "radio"): # If it's clearly an "agree"/"accept" field or already checked, include it if ( "agree" in name.lower() or "accept" in name.lower() or inp.has_attr("checked") ): data[name] = val if val != "" else "1" else: data[name] = val # If no explicit agree/accept in inputs, add a best-effort flag lowered = {k.lower() for k in data.keys()} if not any(("agree" in k or "accept" in k) for k in lowered): data["agree"] = "1" # Submit the form with "Referer". Some servers check this header as a simple CSRF protection measure. headers = {"Referer": consent_resp.url} response = self._session.post( action, data=data, headers=headers, timeout=timeout, allow_redirects=True ) return response ================================================ FILE: yfinance/domain/__init__.py ================================================ # domain/__init__.py from .sector import Sector from .industry import Industry __all__ = ['Sector', 'Industry'] ================================================ FILE: yfinance/domain/domain.py ================================================ from abc import ABC, abstractmethod import pandas as _pd from typing import Dict, List, Optional from ..const import _QUERY1_URL_ from ..data import YfData from ..ticker import Ticker _QUERY_URL_ = f'{_QUERY1_URL_}/v1/finance' class Domain(ABC): """ Abstract base class representing a domain entity in financial data, with key attributes and methods for fetching and parsing data. Derived classes must implement the `_fetch_and_parse()` method. """ def __init__(self, key: str, session=None): """ Initializes the Domain object with a key, session. Args: key (str): Unique key identifying the domain entity. session (Optional[requests.Session]): Session object for HTTP requests. Defaults to None. """ self._key: str = key self.session = session self._data: YfData = YfData(session=session) self._name: Optional[str] = None self._symbol: Optional[str] = None self._overview: Optional[Dict] = None self._top_companies: Optional[_pd.DataFrame] = None self._research_reports: Optional[List[Dict[str, str]]] = None @property def key(self) -> str: """ Retrieves the key of the domain entity. Returns: str: The unique key of the domain entity. """ return self._key @property def name(self) -> str: """ Retrieves the name of the domain entity. Returns: str: The name of the domain entity. """ self._ensure_fetched(self._name) return self._name @property def symbol(self) -> str: """ Retrieves the symbol of the domain entity. Returns: str: The symbol representing the domain entity. """ self._ensure_fetched(self._symbol) return self._symbol @property def ticker(self) -> Ticker: """ Retrieves a Ticker object based on the domain entity's symbol. Returns: Ticker: A Ticker object associated with the domain entity. """ self._ensure_fetched(self._symbol) return Ticker(self._symbol) @property def overview(self) -> Dict: """ Retrieves the overview information of the domain entity. Returns: Dict: A dictionary containing an overview of the domain entity. """ self._ensure_fetched(self._overview) return self._overview @property def top_companies(self) -> Optional[_pd.DataFrame]: """ Retrieves the top companies within the domain entity. Returns: pandas.DataFrame: A DataFrame containing the top companies in the domain. """ self._ensure_fetched(self._top_companies) return self._top_companies @property def research_reports(self) -> List[Dict[str, str]]: """ Retrieves research reports related to the domain entity. Returns: List[Dict[str, str]]: A list of research reports, where each report is a dictionary with metadata. """ self._ensure_fetched(self._research_reports) return self._research_reports def _fetch(self, query_url) -> Dict: """ Fetches data from the given query URL. Args: query_url (str): The URL used for the data query. Returns: Dict: The JSON response data from the request. """ params_dict = {"formatted": "true", "withReturns": "true", "lang": "en-US", "region": "US"} result = self._data.get_raw_json(query_url, params=params_dict) return result def _parse_and_assign_common(self, data) -> None: """ Parses and assigns common data fields such as name, symbol, overview, and top companies. Args: data (Dict): The raw data received from the API. """ self._name = data.get('name') self._symbol = data.get('symbol') self._overview = self._parse_overview(data.get('overview', {})) self._top_companies = self._parse_top_companies(data.get('topCompanies', {})) self._research_reports = data.get('researchReports') def _parse_overview(self, overview) -> Dict: """ Parses the overview data for the domain entity. Args: overview (Dict): The raw overview data. Returns: Dict: A dictionary containing parsed overview information. """ return { "companies_count": overview.get('companiesCount', None), "market_cap": overview.get('marketCap', {}).get('raw', None), "message_board_id": overview.get('messageBoardId', None), "description": overview.get('description', None), "industries_count": overview.get('industriesCount', None), "market_weight": overview.get('marketWeight', {}).get('raw', None), "employee_count": overview.get('employeeCount', {}).get('raw', None) } def _parse_top_companies(self, top_companies) -> Optional[_pd.DataFrame]: """ Parses the top companies data and converts it into a pandas DataFrame. Args: top_companies (Dict): The raw top companies data. Returns: Optional[pandas.DataFrame]: A DataFrame containing top company data, or None if no data is available. """ top_companies_column = ['symbol', 'name', 'rating', 'market weight'] top_companies_values = [(c.get('symbol'), c.get('name'), c.get('rating'), c.get('marketWeight',{}).get('raw',None)) for c in top_companies] if not top_companies_values: return None return _pd.DataFrame(top_companies_values, columns=top_companies_column).set_index('symbol') @abstractmethod def _fetch_and_parse(self) -> None: """ Abstract method for fetching and parsing domain-specific data. Must be implemented by derived classes. """ raise NotImplementedError("_fetch_and_parse() needs to be implemented by children classes") def _ensure_fetched(self, attribute) -> None: """ Ensures that the given attribute is fetched by calling `_fetch_and_parse()` if the attribute is None. Args: attribute: The attribute to check and potentially fetch. """ if attribute is None: self._fetch_and_parse() ================================================ FILE: yfinance/domain/industry.py ================================================ from __future__ import print_function import pandas as _pd from typing import Dict, Optional from .. import utils from ..config import YfConfig from ..data import YfData from .domain import Domain, _QUERY_URL_ class Industry(Domain): """ Represents an industry within a sector. """ def __init__(self, key, session=None): """ Args: key (str): The key identifier for the industry. session (optional): The session to use for requests. """ YfData(session=session) super(Industry, self).__init__(key, session) self._query_url = f'{_QUERY_URL_}/industries/{self._key}' self._sector_key = None self._sector_name = None self._top_performing_companies = None self._top_growth_companies = None def __repr__(self): """ Returns a string representation of the Industry instance. Returns: str: String representation of the Industry instance. """ return f'yfinance.Industry object <{self._key}>' @property def sector_key(self) -> str: """ Returns the sector key of the industry. Returns: str: The sector key. """ self._ensure_fetched(self._sector_key) return self._sector_key @property def sector_name(self) -> str: """ Returns the sector name of the industry. Returns: str: The sector name. """ self._ensure_fetched(self._sector_name) return self._sector_name @property def top_performing_companies(self) -> Optional[_pd.DataFrame]: """ Returns the top performing companies in the industry. Returns: Optional[pd.DataFrame]: DataFrame containing top performing companies. """ self._ensure_fetched(self._top_performing_companies) return self._top_performing_companies @property def top_growth_companies(self) -> Optional[_pd.DataFrame]: """ Returns the top growth companies in the industry. Returns: Optional[pd.DataFrame]: DataFrame containing top growth companies. """ self._ensure_fetched(self._top_growth_companies) return self._top_growth_companies def _parse_top_performing_companies(self, top_performing_companies: Dict) -> Optional[_pd.DataFrame]: """ Parses the top performing companies data. Args: top_performing_companies (Dict): Dictionary containing top performing companies data. Returns: Optional[pd.DataFrame]: DataFrame containing parsed top performing companies data. """ compnaies_column = ['symbol','name','ytd return','last price','target price'] compnaies_values = [(c.get('symbol', None), c.get('name', None), c.get('ytdReturn',{}).get('raw', None), c.get('lastPrice',{}).get('raw', None), c.get('targetPrice',{}).get('raw', None),) for c in top_performing_companies] if not compnaies_values: return None return _pd.DataFrame(compnaies_values, columns = compnaies_column).set_index('symbol') def _parse_top_growth_companies(self, top_growth_companies: Dict) -> Optional[_pd.DataFrame]: """ Parses the top growth companies data. Args: top_growth_companies (Dict): Dictionary containing top growth companies data. Returns: Optional[pd.DataFrame]: DataFrame containing parsed top growth companies data. """ compnaies_column = ['symbol','name','ytd return','growth estimate'] compnaies_values = [(c.get('symbol', None), c.get('name', None), c.get('ytdReturn',{}).get('raw', None), c.get('growthEstimate',{}).get('raw', None),) for c in top_growth_companies] if not compnaies_values: return None return _pd.DataFrame(compnaies_values, columns = compnaies_column).set_index('symbol') def _fetch_and_parse(self) -> None: """ Fetches and parses the industry data. """ result = None try: result = self._fetch(self._query_url) data = result['data'] self._parse_and_assign_common(data) self._sector_key = data.get('sectorKey') self._sector_name = data.get('sectorName') self._top_performing_companies = self._parse_top_performing_companies(data.get('topPerformingCompanies')) self._top_growth_companies = self._parse_top_growth_companies(data.get('topGrowthCompanies')) return result except Exception as e: if not YfConfig.debug.hide_exceptions: raise logger = utils.get_yf_logger() logger.error(f"Failed to get industry data for '{self._key}' reason: {e}") logger.debug("Got response: ") logger.debug("-------------") logger.debug(f" {result}") logger.debug("-------------") ================================================ FILE: yfinance/domain/market.py ================================================ import datetime as dt import json as _json from ..config import YfConfig from ..const import _QUERY1_URL_ from ..data import utils, YfData from ..exceptions import YFDataException class Market: def __init__(self, market:'str', session=None, timeout=30): self.market = market self.session = session self.timeout = timeout self._data = YfData(session=self.session) self._logger = utils.get_yf_logger() self._status = None self._summary = None def _fetch_json(self, url, params): data = self._data.cache_get(url=url, params=params, timeout=self.timeout) if data is None or "Will be right back" in data.text: raise YFDataException("*** YAHOO! FINANCE IS CURRENTLY DOWN! ***") try: return data.json() except _json.JSONDecodeError: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.market}: Failed to retrieve market data and received faulty data.") return {} def _parse_data(self): # Fetch both to ensure they are at the same time if (self._status is not None) and (self._summary is not None): return self._logger.debug(f"{self.market}: Parsing market data") # Summary summary_url = f"{_QUERY1_URL_}/v6/finance/quote/marketSummary" summary_fields = ["shortName", "regularMarketPrice", "regularMarketChange", "regularMarketChangePercent"] summary_params = { "fields": ",".join(summary_fields), "formatted": False, "lang": "en-US", "market": self.market } status_url = f"{_QUERY1_URL_}/v6/finance/markettime" status_params = { "formatted": True, "key": "finance", "lang": "en-US", "market": self.market } self._summary = self._fetch_json(summary_url, summary_params) self._status = self._fetch_json(status_url, status_params) try: self._summary = self._summary['marketSummaryResponse']['result'] self._summary = {x['exchange']:x for x in self._summary} except Exception as e: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.market}: Failed to parse market summary") self._logger.debug(f"{type(e)}: {e}") try: # Unpack self._status = self._status['finance']['marketTimes'][0]['marketTime'][0] self._status['timezone'] = self._status['timezone'][0] del self._status['time'] # redundant except Exception as e: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.market}: Failed to parse market status") self._logger.debug(f"{type(e)}: {e}") try: self._status.update({ "open": dt.datetime.fromisoformat(self._status["open"]), "close": dt.datetime.fromisoformat(self._status["close"]), "tz": dt.timezone(dt.timedelta(hours=int(self._status["timezone"]["gmtoffset"]))/1000, self._status["timezone"]["short"]) }) except Exception as e: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.market}: Failed to update market status") self._logger.debug(f"{type(e)}: {e}") @property def status(self): self._parse_data() return self._status @property def summary(self): self._parse_data() return self._summary ================================================ FILE: yfinance/domain/sector.py ================================================ from __future__ import print_function import pandas as _pd from typing import Dict, Optional from ..config import YfConfig from ..const import SECTOR_INDUSTY_MAPPING_LC from ..utils import dynamic_docstring, generate_list_table_from_dict, get_yf_logger from .domain import Domain, _QUERY_URL_ class Sector(Domain): """ Represents a financial market sector and allows retrieval of sector-related data such as top ETFs, top mutual funds, and industry data. """ def __init__(self, key, session=None): """ Args: key (str): The key representing the sector. session (requests.Session, optional): A session for making requests. Defaults to None. .. seealso:: :attr:`Sector.industries ` Map of sector and industry """ super(Sector, self).__init__(key, session) self._query_url: str = f'{_QUERY_URL_}/sectors/{self._key}' self._top_etfs: Optional[Dict] = None self._top_mutual_funds: Optional[Dict] = None self._industries: Optional[_pd.DataFrame] = None def __repr__(self): """ Returns the string representation of the Sector object. Returns: str: A string representation of the object. """ return f'yfinance.Sector object <{self._key}>' @property def top_etfs(self) -> Dict[str, str]: """ Gets the top ETFs for the sector. Returns: Dict[str, str]: A dictionary of ETF symbols and names. """ self._ensure_fetched(self._top_etfs) return self._top_etfs @property def top_mutual_funds(self) -> Dict[str, str]: """ Gets the top mutual funds for the sector. Returns: Dict[str, str]: A dictionary of mutual fund symbols and names. """ self._ensure_fetched(self._top_mutual_funds) return self._top_mutual_funds @dynamic_docstring({"sector_industry": generate_list_table_from_dict(SECTOR_INDUSTY_MAPPING_LC,bullets=True)}) @property def industries(self) -> _pd.DataFrame: """ Gets the industries within the sector. Returns: pandas.DataFrame: A DataFrame with industries' key, name, symbol, and market weight. {sector_industry} """ self._ensure_fetched(self._industries) return self._industries def _parse_top_etfs(self, top_etfs: Dict) -> Dict[str, str]: """ Parses top ETF data from the API response. Args: top_etfs (Dict): The raw ETF data from the API response. Returns: Dict[str, str]: A dictionary of ETF symbols and names. """ return {e.get('symbol'): e.get('name') for e in top_etfs} def _parse_top_mutual_funds(self, top_mutual_funds: Dict) -> Dict[str, str]: """ Parses top mutual funds data from the API response. Args: top_mutual_funds (Dict): The raw mutual fund data from the API response. Returns: Dict[str, str]: A dictionary of mutual fund symbols and names. """ return {e.get('symbol'): e.get('name') for e in top_mutual_funds} def _parse_industries(self, industries: Dict) -> _pd.DataFrame: """ Parses industry data from the API response into a DataFrame. Args: industries (Dict): The raw industry data from the API response. Returns: pandas.DataFrame: A DataFrame containing industry key, name, symbol, and market weight. """ industries_column = ['key','name','symbol','market weight'] industries_values = [(i.get('key'), i.get('name'), i.get('symbol'), i.get('marketWeight',{}).get('raw', None) ) for i in industries if i.get('name') != 'All Industries'] return _pd.DataFrame(industries_values, columns=industries_column).set_index('key') def _fetch_and_parse(self) -> None: """ Fetches and parses sector data from the API. Fetches data for the sector and parses the top ETFs, top mutual funds, and industries within the sector. Stores the parsed data in the corresponding attributes `_top_etfs`, `_top_mutual_funds`, and `_industries`. Raises: Exception: If fetching or parsing the sector data fails. """ result = None try: result = self._fetch(self._query_url) data = result['data'] self._parse_and_assign_common(data) self._top_etfs = self._parse_top_etfs(data.get('topETFs', {})) self._top_mutual_funds = self._parse_top_mutual_funds(data.get('topMutualFunds', {})) self._industries = self._parse_industries(data.get('industries', {})) except Exception as e: if not YfConfig.debug.hide_exceptions: raise logger = get_yf_logger() logger.error(f"Failed to get sector data for '{self._key}' reason: {e}") logger.debug("Got response: ") logger.debug("-------------") logger.debug(f" {result}") logger.debug("-------------") ================================================ FILE: yfinance/exceptions.py ================================================ class YFException(Exception): def __init__(self, description=""): super().__init__(description) class YFDataException(YFException): pass class YFNotImplementedError(NotImplementedError): def __init__(self, method_name): super().__init__(f"Have not implemented fetching '{method_name}' from Yahoo API") class YFTickerMissingError(YFException): def __init__(self, ticker, rationale): super().__init__(f"${ticker}: possibly delisted; {rationale}") self.rationale = rationale self.ticker = ticker class YFTzMissingError(YFTickerMissingError): def __init__(self, ticker): super().__init__(ticker, "no timezone found") class YFPricesMissingError(YFTickerMissingError): def __init__(self, ticker, debug_info): self.debug_info = debug_info if debug_info != '': super().__init__(ticker, f"no price data found {debug_info}") else: super().__init__(ticker, "no price data found") class YFEarningsDateMissing(YFTickerMissingError): # note that this does not get raised. Added in case of raising it in the future def __init__(self, ticker): super().__init__(ticker, "no earnings dates found") class YFInvalidPeriodError(YFException): def __init__(self, ticker, invalid_period, valid_ranges): self.ticker = ticker self.invalid_period = invalid_period self.valid_ranges = valid_ranges super().__init__(f"{self.ticker}: Period '{invalid_period}' is invalid, " f"must be one of: {valid_ranges}") class YFRateLimitError(YFException): def __init__(self): super().__init__("Too Many Requests. Rate limited. Try after a while.") ================================================ FILE: yfinance/live.py ================================================ import asyncio import base64 import json from typing import List, Optional, Callable, Union from websockets.sync.client import connect as sync_connect from websockets.asyncio.client import connect as async_connect from yfinance import utils from yfinance.config import YfConfig from yfinance.pricing_pb2 import PricingData from google.protobuf.json_format import MessageToDict class BaseWebSocket: def __init__(self, url: str = "wss://streamer.finance.yahoo.com/?version=2", verbose=True): self.url = url self.verbose = verbose self.logger = utils.get_yf_logger() self._ws = None self._subscriptions = set() self._subscription_interval = 15 # seconds def _decode_message(self, base64_message: str) -> dict: try: decoded_bytes = base64.b64decode(base64_message) pricing_data = PricingData() pricing_data.ParseFromString(decoded_bytes) return MessageToDict(pricing_data, preserving_proto_field_name=True) except Exception as e: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Failed to decode message: %s", e, exc_info=True) if self.verbose: print("Failed to decode message: %s", e) return { 'error': str(e), 'raw_base64': base64_message } class AsyncWebSocket(BaseWebSocket): """ Asynchronous WebSocket client for streaming real time pricing data. """ def __init__(self, url: str = "wss://streamer.finance.yahoo.com/?version=2", verbose=True): """ Initialize the AsyncWebSocket client. Args: url (str): The WebSocket server URL. Defaults to Yahoo Finance's WebSocket URL. verbose (bool): Flag to enable or disable print statements. Defaults to True. """ super().__init__(url, verbose) self._message_handler = None # Callable to handle messages self._heartbeat_task = None # Task to send heartbeat subscribe async def _connect(self): try: if self._ws is None: self._ws = await async_connect(self.url) self.logger.info("Connected to WebSocket.") if self.verbose: print("Connected to WebSocket.") except Exception as e: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Failed to connect to WebSocket: %s", e, exc_info=True) if self.verbose: print(f"Failed to connect to WebSocket: {e}") self._ws = None raise async def _periodic_subscribe(self): while True: try: await asyncio.sleep(self._subscription_interval) if self._subscriptions: message = {"subscribe": list(self._subscriptions)} await self._ws.send(json.dumps(message)) if self.verbose: print(f"Heartbeat subscription sent for symbols: {self._subscriptions}") except Exception as e: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Error in heartbeat subscription: %s", e, exc_info=True) if self.verbose: print(f"Error in heartbeat subscription: {e}") break async def subscribe(self, symbols: Union[str, List[str]]): """ Subscribe to a stock symbol or a list of stock symbols. Args: symbols (Union[str, List[str]]): Stock symbol(s) to subscribe to. """ await self._connect() if isinstance(symbols, str): symbols = [symbols] self._subscriptions.update(symbols) message = {"subscribe": list(self._subscriptions)} await self._ws.send(json.dumps(message)) # Start heartbeat subscription task if self._heartbeat_task is None: self._heartbeat_task = asyncio.create_task(self._periodic_subscribe()) self.logger.info(f"Subscribed to symbols: {symbols}") if self.verbose: print(f"Subscribed to symbols: {symbols}") async def unsubscribe(self, symbols: Union[str, List[str]]): """ Unsubscribe from a stock symbol or a list of stock symbols. Args: symbols (Union[str, List[str]]): Stock symbol(s) to unsubscribe from. """ await self._connect() if isinstance(symbols, str): symbols = [symbols] self._subscriptions.difference_update(symbols) message = {"unsubscribe": symbols} await self._ws.send(json.dumps(message)) self.logger.info(f"Unsubscribed from symbols: {symbols}") if self.verbose: print(f"Unsubscribed from symbols: {symbols}") async def listen(self, message_handler=None): """ Start listening to messages from the WebSocket server. Args: message_handler (Optional[Callable[[dict], None]]): Optional function to handle received messages. """ await self._connect() self._message_handler = message_handler self.logger.info("Listening for messages...") if self.verbose: print("Listening for messages...") # Start heartbeat subscription task if self._heartbeat_task is None: self._heartbeat_task = asyncio.create_task(self._periodic_subscribe()) while True: try: async for message in self._ws: message_json = json.loads(message) encoded_data = message_json.get("message", "") decoded_message = self._decode_message(encoded_data) if self._message_handler: try: if asyncio.iscoroutinefunction(self._message_handler): await self._message_handler(decoded_message) else: self._message_handler(decoded_message) except Exception as handler_exception: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Error in message handler: %s", handler_exception, exc_info=True) if self.verbose: print("Error in message handler:", handler_exception) else: print(decoded_message) except (KeyboardInterrupt, asyncio.CancelledError): self.logger.info("WebSocket listening interrupted. Closing connection...") if self.verbose: print("WebSocket listening interrupted. Closing connection...") await self.close() break except Exception as e: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Error while listening to messages: %s", e, exc_info=True) if self.verbose: print("Error while listening to messages: %s", e) # Attempt to reconnect if connection drops self.logger.info("Attempting to reconnect...") if self.verbose: print("Attempting to reconnect...") await asyncio.sleep(3) # backoff await self._connect() async def close(self): """Close the WebSocket connection.""" if self._heartbeat_task: self._heartbeat_task.cancel() if self._ws is not None: # and not self._ws.closed: await self._ws.close() self.logger.info("WebSocket connection closed.") if self.verbose: print("WebSocket connection closed.") async def __aenter__(self): await self._connect() return self async def __aexit__(self, exc_type, exc_value, traceback): await self.close() class WebSocket(BaseWebSocket): """ Synchronous WebSocket client for streaming real time pricing data. """ def __init__(self, url: str = "wss://streamer.finance.yahoo.com/?version=2", verbose=True): """ Initialize the WebSocket client. Args: url (str): The WebSocket server URL. Defaults to Yahoo Finance's WebSocket URL. verbose (bool): Flag to enable or disable print statements. Defaults to True. """ super().__init__(url, verbose) def _connect(self): try: if self._ws is None: self._ws = sync_connect(self.url) self.logger.info("Connected to WebSocket.") if self.verbose: print("Connected to WebSocket.") except Exception as e: self.logger.error("Failed to connect to WebSocket: %s", e, exc_info=True) if self.verbose: print(f"Failed to connect to WebSocket: {e}") self._ws = None raise def subscribe(self, symbols: Union[str, List[str]]): """ Subscribe to a stock symbol or a list of stock symbols. Args: symbols (Union[str, List[str]]): Stock symbol(s) to subscribe to. """ self._connect() if isinstance(symbols, str): symbols = [symbols] self._subscriptions.update(symbols) message = {"subscribe": list(self._subscriptions)} self._ws.send(json.dumps(message)) self.logger.info(f"Subscribed to symbols: {symbols}") if self.verbose: print(f"Subscribed to symbols: {symbols}") def unsubscribe(self, symbols: Union[str, List[str]]): """ Unsubscribe from a stock symbol or a list of stock symbols. Args: symbols (Union[str, List[str]]): Stock symbol(s) to unsubscribe from. """ self._connect() if isinstance(symbols, str): symbols = [symbols] self._subscriptions.difference_update(symbols) message = {"unsubscribe": symbols} self._ws.send(json.dumps(message)) self.logger.info(f"Unsubscribed from symbols: {symbols}") if self.verbose: print(f"Unsubscribed from symbols: {symbols}") def listen(self, message_handler: Optional[Callable[[dict], None]] = None): """ Start listening to messages from the WebSocket server. Args: message_handler (Optional[Callable[[dict], None]]): Optional function to handle received messages. """ self._connect() self.logger.info("Listening for messages...") if self.verbose: print("Listening for messages...") while True: try: message = self._ws.recv() message_json = json.loads(message) encoded_data = message_json.get("message", "") decoded_message = self._decode_message(encoded_data) if message_handler: try: message_handler(decoded_message) except Exception as handler_exception: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Error in message handler: %s", handler_exception, exc_info=True) if self.verbose: print("Error in message handler:", handler_exception) else: print(decoded_message) except KeyboardInterrupt: if self.verbose: print("Received keyboard interrupt.") self.close() break except Exception as e: if not YfConfig.debug.hide_exceptions: raise self.logger.error("Error while listening to messages: %s", e, exc_info=True) if self.verbose: print("Error while listening to messages: %s", e) break def close(self): """Close the WebSocket connection.""" if self._ws is not None: self._ws.close() self.logger.info("WebSocket connection closed.") if self.verbose: print("WebSocket connection closed.") def __enter__(self): self._connect() return self def __exit__(self, exc_type, exc_value, traceback): self.close() ================================================ FILE: yfinance/lookup.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # import json as _json import pandas as pd from . import utils from .config import YfConfig from .const import _QUERY1_URL_ from .data import YfData from .exceptions import YFDataException LOOKUP_TYPES = ["all", "equity", "mutualfund", "etf", "index", "future", "currency", "cryptocurrency"] class Lookup: """ Fetches quote (ticker) lookups from Yahoo Finance. :param query: The search query for financial data lookup. :type query: str :param session: Custom HTTP session for requests (default None). :param timeout: Request timeout in seconds (default 30). :param raise_errors: Raise exceptions on error (default True). """ def __init__(self, query: str, session=None, timeout=30, raise_errors=True): self.session = session self._data = YfData(session=self.session) self.query = query self.timeout = timeout self.raise_errors = raise_errors self._logger = utils.get_yf_logger() self._cache = {} def _fetch_lookup(self, lookup_type="all", count=25) -> dict: cache_key = (lookup_type, count) if cache_key in self._cache: return self._cache[cache_key] url = f"{_QUERY1_URL_}/v1/finance/lookup" params = { "query": self.query, "type": lookup_type, "start": 0, "count": count, "formatted": False, "fetchPricingData": True, "lang": "en-US", "region": "US" } self._logger.debug(f'GET Lookup for ticker ({self.query}) with parameters: {str(dict(params))}') data = self._data.get(url=url, params=params, timeout=self.timeout) if data is None or "Will be right back" in data.text: raise YFDataException("*** YAHOO! FINANCE IS CURRENTLY DOWN! ***") try: data = data.json() except _json.JSONDecodeError: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.ticker}: 'lookup' fetch received faulty data") data = {} # Error returned if data.get("finance", {}).get("error", {}): error = data.get("finance", {}).get("error", {}) raise YFDataException(f"{self.ticker}: 'lookup' fetch returned error: {error}") self._cache[cache_key] = data return data @staticmethod def _parse_response(response: dict) -> pd.DataFrame: finance = response.get("finance", {}) result = finance.get("result", []) result = result[0] if len(result) > 0 else {} documents = result.get("documents", []) df = pd.DataFrame(documents) if "symbol" not in df.columns: return pd.DataFrame() return df.set_index("symbol") def _get_data(self, lookup_type: str, count: int = 25) -> pd.DataFrame: return self._parse_response(self._fetch_lookup(lookup_type, count)) def get_all(self, count=25) -> pd.DataFrame: """ Returns all available financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("all", count) def get_stock(self, count=25) -> pd.DataFrame: """ Returns stock related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("equity", count) def get_mutualfund(self, count=25) -> pd.DataFrame: """ Returns mutual funds related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("mutualfund", count) def get_etf(self, count=25) -> pd.DataFrame: """ Returns ETFs related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("etf", count) def get_index(self, count=25) -> pd.DataFrame: """ Returns Indices related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("index", count) def get_future(self, count=25) -> pd.DataFrame: """ Returns Futures related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("future", count) def get_currency(self, count=25) -> pd.DataFrame: """ Returns Currencies related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("currency", count) def get_cryptocurrency(self, count=25) -> pd.DataFrame: """ Returns Cryptocurrencies related financial instruments. :param count: The number of results to retrieve. :type count: int """ return self._get_data("cryptocurrency", count) @property def all(self) -> pd.DataFrame: """Returns all available financial instruments.""" return self._get_data("all") @property def stock(self) -> pd.DataFrame: """Returns stock related financial instruments.""" return self._get_data("equity") @property def mutualfund(self) -> pd.DataFrame: """Returns mutual funds related financial instruments.""" return self._get_data("mutualfund") @property def etf(self) -> pd.DataFrame: """Returns ETFs related financial instruments.""" return self._get_data("etf") @property def index(self) -> pd.DataFrame: """Returns Indices related financial instruments.""" return self._get_data("index") @property def future(self) -> pd.DataFrame: """Returns Futures related financial instruments.""" return self._get_data("future") @property def currency(self) -> pd.DataFrame: """Returns Currencies related financial instruments.""" return self._get_data("currency") @property def cryptocurrency(self) -> pd.DataFrame: """Returns Cryptocurrencies related financial instruments.""" return self._get_data("cryptocurrency") ================================================ FILE: yfinance/multi.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from __future__ import print_function import logging import time as _time import traceback from typing import Union import multitasking as _multitasking import pandas as _pd from curl_cffi import requests from . import Ticker, utils from .data import YfData from . import shared from .config import YfConfig @utils.log_indent_decorator def download(tickers, start=None, end=None, actions=False, threads=True, ignore_tz=None, group_by='column', auto_adjust=True, back_adjust=False, repair=False, keepna=False, progress=True, period=None, interval="1d", prepost=False, rounding=False, timeout=10, session=None, multi_level_index=True) -> Union[_pd.DataFrame, None]: """ Download yahoo tickers :Parameters: tickers : str, list List of tickers to download period : str Valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max Default: 1mo Either Use period parameter or use start and end interval : str Valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo Intraday data cannot extend last 60 days start: str Download start date string (YYYY-MM-DD) or _datetime, inclusive. Default is 99 years ago E.g. for start="2020-01-01", the first data point will be on "2020-01-01" end: str Download end date string (YYYY-MM-DD) or _datetime, exclusive. Default is now E.g. for end="2023-01-01", the last data point will be on "2022-12-31" group_by : str Group by 'ticker' or 'column' (default) prepost : bool Include Pre and Post market data in results? Default is False auto_adjust: bool Adjust all OHLC automatically? Default is True repair: bool Detect currency unit 100x mixups and attempt repair Default is False keepna: bool Keep NaN rows returned by Yahoo? Default is False actions: bool Download dividend + stock splits data. Default is False threads: bool / int How many threads to use for mass downloading. Default is True ignore_tz: bool When combining from different timezones, ignore that part of datetime. Default depends on interval. Intraday = False. Day+ = True. rounding: bool Optional. Round values to 2 decimal places? timeout: None or float If not None stops waiting for a response after given number of seconds. (Can also be a fraction of a second e.g. 0.01) session: None or Session Optional. Pass your own session object to be used for all requests multi_level_index: bool Optional. Always return a MultiIndex DataFrame? Default is True """ logger = utils.get_yf_logger() session = session or requests.Session(impersonate="chrome") # Ensure data initialised with session. YfData(session=session) if logger.isEnabledFor(logging.DEBUG): if threads: # With DEBUG, each thread generates a lot of log messages. # And with multi-threading, these messages will be interleaved, bad! # So disable multi-threading to make log readable. logger.debug('Disabling multithreading because DEBUG logging enabled') threads = False if progress: # Disable progress bar, interferes with display of log messages progress = False if ignore_tz is None: # Set default value depending on interval if interval[-1] in ['m', 'h']: # Intraday ignore_tz = False else: ignore_tz = True # create ticker list tickers = tickers if isinstance( tickers, (list, set, tuple)) else tickers.replace(',', ' ').split() # accept isin as ticker shared._ISINS = {} _tickers_ = [] for ticker in tickers: if utils.is_isin(ticker): isin = ticker ticker = utils.get_ticker_by_isin(ticker) shared._ISINS[ticker] = isin _tickers_.append(ticker) tickers = _tickers_ tickers = list(set([ticker.upper() for ticker in tickers])) if progress: shared._PROGRESS_BAR = utils.ProgressBar(len(tickers), 'completed') # reset shared._DFS shared._DFS = {} shared._ERRORS = {} shared._TRACEBACKS = {} # download using threads if threads: if threads is True: threads = min([len(tickers), _multitasking.cpu_count() * 2]) _multitasking.set_max_threads(threads) for i, ticker in enumerate(tickers): _download_one_threaded(ticker, period=period, interval=interval, start=start, end=end, prepost=prepost, actions=actions, auto_adjust=auto_adjust, back_adjust=back_adjust, repair=repair, keepna=keepna, progress=(progress and i > 0), rounding=rounding, timeout=timeout) while len(shared._DFS) < len(tickers): _time.sleep(0.01) # download synchronously else: for i, ticker in enumerate(tickers): data = _download_one(ticker, period=period, interval=interval, start=start, end=end, prepost=prepost, actions=actions, auto_adjust=auto_adjust, back_adjust=back_adjust, repair=repair, keepna=keepna, rounding=rounding, timeout=timeout) if progress: shared._PROGRESS_BAR.animate() if progress: shared._PROGRESS_BAR.completed() if shared._ERRORS: # Send errors to logging module logger = utils.get_yf_logger() logger.error('\n%.f Failed download%s:' % ( len(shared._ERRORS), 's' if len(shared._ERRORS) > 1 else '')) # Log each distinct error once, with list of symbols affected errors = {} for ticker in shared._ERRORS: err = shared._ERRORS[ticker] err = err.replace(f'${ticker}: ', '') if err not in errors: errors[err] = [ticker] else: errors[err].append(ticker) for err in errors.keys(): logger.error(f'{errors[err]}: ' + err) # Log each distinct traceback once, with list of symbols affected tbs = {} for ticker in shared._TRACEBACKS: tb = shared._TRACEBACKS[ticker] tb = tb.replace(f'${ticker}: ', '') if tb not in tbs: tbs[tb] = [ticker] else: tbs[tb].append(ticker) for tb in tbs.keys(): logger.debug(f'{tbs[tb]}: ' + tb) if ignore_tz: for tkr in shared._DFS.keys(): if (shared._DFS[tkr] is not None) and (shared._DFS[tkr].shape[0] > 0): shared._DFS[tkr].index = shared._DFS[tkr].index.tz_localize(None) try: data = _pd.concat(shared._DFS.values(), axis=1, sort=True, keys=shared._DFS.keys(), names=['Ticker', 'Price']) except Exception: _realign_dfs() data = _pd.concat(shared._DFS.values(), axis=1, sort=True, keys=shared._DFS.keys(), names=['Ticker', 'Price']) data.index = _pd.to_datetime(data.index, utc=not ignore_tz) # switch names back to isins if applicable data.rename(columns=shared._ISINS, inplace=True) if group_by == 'column': data.columns = data.columns.swaplevel(0, 1) data.sort_index(level=0, axis=1, inplace=True) if not multi_level_index and len(tickers) == 1: data = data.droplevel(0 if group_by == 'ticker' else 1, axis=1).rename_axis(None, axis=1) return data def _realign_dfs(): idx_len = 0 idx = None for df in shared._DFS.values(): if len(df) > idx_len: idx_len = len(df) idx = df.index for key in shared._DFS.keys(): try: shared._DFS[key] = _pd.DataFrame( index=idx, data=shared._DFS[key]).drop_duplicates() except Exception: shared._DFS[key] = _pd.concat([ utils.empty_df(idx), shared._DFS[key].dropna() ], axis=0, sort=True) # remove duplicate index shared._DFS[key] = shared._DFS[key].loc[ ~shared._DFS[key].index.duplicated(keep='last')] @_multitasking.task def _download_one_threaded(ticker, start=None, end=None, auto_adjust=False, back_adjust=False, repair=False, actions=False, progress=True, period=None, interval="1d", prepost=False, keepna=False, rounding=False, timeout=10): _download_one(ticker, start, end, auto_adjust, back_adjust, repair, actions, period, interval, prepost, rounding, keepna, timeout) if progress: shared._PROGRESS_BAR.animate() def _download_one(ticker, start=None, end=None, auto_adjust=False, back_adjust=False, repair=False, actions=False, period=None, interval="1d", prepost=False, rounding=False, keepna=False, timeout=10): data = None backup = YfConfig.network.hide_exceptions YfConfig.network.hide_exceptions = False try: data = Ticker(ticker).history( period=period, interval=interval, start=start, end=end, prepost=prepost, actions=actions, auto_adjust=auto_adjust, back_adjust=back_adjust, repair=repair, rounding=rounding, keepna=keepna, timeout=timeout ) shared._DFS[ticker.upper()] = data except Exception as e: shared._DFS[ticker.upper()] = utils.empty_df() shared._ERRORS[ticker.upper()] = repr(e) shared._TRACEBACKS[ticker.upper()] = traceback.format_exc() YfConfig.network.hide_exceptions = backup return data ================================================ FILE: yfinance/pricing.proto ================================================ syntax = "proto3"; message PricingData { string id = 1; float price = 2; sint64 time = 3; string currency = 4; string exchange = 5; int32 quote_type = 6; int32 market_hours = 7; float change_percent = 8; sint64 day_volume = 9; float day_high = 10; float day_low = 11; float change = 12; string short_name = 13; sint64 expire_date = 14; float open_price = 15; float previous_close = 16; float strike_price = 17; string underlying_symbol = 18; sint64 open_interest = 19; sint64 options_type = 20; sint64 mini_option = 21; sint64 last_size = 22; float bid = 23; sint64 bid_size = 24; float ask = 25; sint64 ask_size = 26; sint64 price_hint = 27; sint64 vol_24hr = 28; sint64 vol_all_currencies = 29; string from_currency = 30; string last_market = 31; double circulating_supply = 32; double market_cap = 33; } ================================================ FILE: yfinance/pricing_pb2.py ================================================ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: pricing.proto """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rpricing.proto\"\x9a\x05\n\x0bPricingData\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05price\x18\x02 \x01(\x02\x12\x0c\n\x04time\x18\x03 \x01(\x12\x12\x10\n\x08\x63urrency\x18\x04 \x01(\t\x12\x10\n\x08\x65xchange\x18\x05 \x01(\t\x12\x12\n\nquote_type\x18\x06 \x01(\x05\x12\x14\n\x0cmarket_hours\x18\x07 \x01(\x05\x12\x16\n\x0e\x63hange_percent\x18\x08 \x01(\x02\x12\x12\n\nday_volume\x18\t \x01(\x12\x12\x10\n\x08\x64\x61y_high\x18\n \x01(\x02\x12\x0f\n\x07\x64\x61y_low\x18\x0b \x01(\x02\x12\x0e\n\x06\x63hange\x18\x0c \x01(\x02\x12\x12\n\nshort_name\x18\r \x01(\t\x12\x13\n\x0b\x65xpire_date\x18\x0e \x01(\x12\x12\x12\n\nopen_price\x18\x0f \x01(\x02\x12\x16\n\x0eprevious_close\x18\x10 \x01(\x02\x12\x14\n\x0cstrike_price\x18\x11 \x01(\x02\x12\x19\n\x11underlying_symbol\x18\x12 \x01(\t\x12\x15\n\ropen_interest\x18\x13 \x01(\x12\x12\x14\n\x0coptions_type\x18\x14 \x01(\x12\x12\x13\n\x0bmini_option\x18\x15 \x01(\x12\x12\x11\n\tlast_size\x18\x16 \x01(\x12\x12\x0b\n\x03\x62id\x18\x17 \x01(\x02\x12\x10\n\x08\x62id_size\x18\x18 \x01(\x12\x12\x0b\n\x03\x61sk\x18\x19 \x01(\x02\x12\x10\n\x08\x61sk_size\x18\x1a \x01(\x12\x12\x12\n\nprice_hint\x18\x1b \x01(\x12\x12\x10\n\x08vol_24hr\x18\x1c \x01(\x12\x12\x1a\n\x12vol_all_currencies\x18\x1d \x01(\x12\x12\x15\n\rfrom_currency\x18\x1e \x01(\t\x12\x13\n\x0blast_market\x18\x1f \x01(\t\x12\x1a\n\x12\x63irculating_supply\x18 \x01(\x01\x12\x12\n\nmarket_cap\x18! \x01(\x01\x62\x06proto3') _PRICINGDATA = DESCRIPTOR.message_types_by_name['PricingData'] PricingData = _reflection.GeneratedProtocolMessageType('PricingData', (_message.Message,), { 'DESCRIPTOR' : _PRICINGDATA, '__module__' : 'pricing_pb2' # @@protoc_insertion_point(class_scope:PricingData) }) _sym_db.RegisterMessage(PricingData) if not _descriptor._USE_C_DESCRIPTORS: DESCRIPTOR._options = None _PRICINGDATA._serialized_start=18 _PRICINGDATA._serialized_end=684 # @@protoc_insertion_point(module_scope) ================================================ FILE: yfinance/scrapers/__init__.py ================================================ ================================================ FILE: yfinance/scrapers/analysis.py ================================================ import curl_cffi import pandas as pd from yfinance import utils from yfinance.config import YfConfig from yfinance.const import quote_summary_valid_modules from yfinance.data import YfData from yfinance.exceptions import YFException from yfinance.scrapers.quote import _QUOTE_SUMMARY_URL_ class Analysis: def __init__(self, data: YfData, symbol: str): self._data = data self._symbol = symbol # In quoteSummary the 'earningsTrend' module contains most of the data below. # The format of data is not optimal so each function will process it's part of the data. # This variable works as a cache. self._earnings_trend = None self._analyst_price_targets = None self._earnings_estimate = None self._revenue_estimate = None self._earnings_history = None self._eps_trend = None self._eps_revisions = None self._growth_estimates = None def _get_periodic_df(self, key) -> pd.DataFrame: if self._earnings_trend is None: self._fetch_earnings_trend() data = [] for item in self._earnings_trend[:4]: row = {'period': item['period']} for k, v in item[key].items(): if not isinstance(v, dict) or len(v) == 0: continue row[k] = v['raw'] data.append(row) if len(data) == 0: return pd.DataFrame() return pd.DataFrame(data).set_index('period') @property def earnings_estimate(self) -> pd.DataFrame: if self._earnings_estimate is not None: return self._earnings_estimate self._earnings_estimate = self._get_periodic_df('earningsEstimate') return self._earnings_estimate @property def revenue_estimate(self) -> pd.DataFrame: if self._revenue_estimate is not None: return self._revenue_estimate self._revenue_estimate = self._get_periodic_df('revenueEstimate') return self._revenue_estimate @property def eps_trend(self) -> pd.DataFrame: if self._eps_trend is not None: return self._eps_trend self._eps_trend = self._get_periodic_df('epsTrend') return self._eps_trend @property def eps_revisions(self) -> pd.DataFrame: if self._eps_revisions is not None: return self._eps_revisions self._eps_revisions = self._get_periodic_df('epsRevisions') return self._eps_revisions @property def analyst_price_targets(self) -> dict: if self._analyst_price_targets is not None: return self._analyst_price_targets try: data = self._fetch(['financialData']) data = data['quoteSummary']['result'][0]['financialData'] except (TypeError, KeyError): if not YfConfig.debug.hide_exceptions: raise self._analyst_price_targets = {} return self._analyst_price_targets result = {} for key, value in data.items(): if key.startswith('target'): new_key = key.replace('target', '').lower().replace('price', '').strip() result[new_key] = value elif key == 'currentPrice': result['current'] = value self._analyst_price_targets = result return self._analyst_price_targets @property def earnings_history(self) -> pd.DataFrame: if self._earnings_history is not None: return self._earnings_history try: data = self._fetch(['earningsHistory']) data = data['quoteSummary']['result'][0]['earningsHistory']['history'] except (TypeError, KeyError): if not YfConfig.debug.hide_exceptions: raise self._earnings_history = pd.DataFrame() return self._earnings_history rows = [] for item in data: row = {'quarter': item.get('quarter', {}).get('fmt', None)} for k, v in item.items(): if k == 'quarter': continue if not isinstance(v, dict) or len(v) == 0: continue row[k] = v.get('raw', None) rows.append(row) if len(data) == 0: return pd.DataFrame() df = pd.DataFrame(rows) if 'quarter' in df.columns: df['quarter'] = pd.to_datetime(df['quarter'], format='%Y-%m-%d') df.set_index('quarter', inplace=True) self._earnings_history = df return self._earnings_history @property def growth_estimates(self) -> pd.DataFrame: if self._growth_estimates is not None: return self._growth_estimates if self._earnings_trend is None: self._fetch_earnings_trend() try: trends = self._fetch(['industryTrend', 'sectorTrend', 'indexTrend']) trends = trends['quoteSummary']['result'][0] except (TypeError, KeyError): if not YfConfig.debug.hide_exceptions: raise self._growth_estimates = pd.DataFrame() return self._growth_estimates data = [] for item in self._earnings_trend: period = item['period'] row = {'period': period, 'stockTrend': item.get('growth', {}).get('raw', None)} data.append(row) for trend_name, trend_info in trends.items(): if trend_info.get('estimates'): for estimate in trend_info['estimates']: period = estimate['period'] existing_row = next((row for row in data if row['period'] == period), None) if existing_row: existing_row[trend_name] = estimate.get('growth') else: row = {'period': period, trend_name: estimate.get('growth')} data.append(row) if len(data) == 0: return pd.DataFrame() self._growth_estimates = pd.DataFrame(data).set_index('period').dropna(how='all') return self._growth_estimates # modified version from quote.py def _fetch(self, modules: list): if not isinstance(modules, list): raise YFException("Should provide a list of modules, see available modules using `valid_modules`") modules = ','.join([m for m in modules if m in quote_summary_valid_modules]) if len(modules) == 0: raise YFException("No valid modules provided, see available modules using `valid_modules`") params_dict = {"modules": modules, "corsDomain": "finance.yahoo.com", "formatted": "false", "symbol": self._symbol} try: result = self._data.get_raw_json(_QUOTE_SUMMARY_URL_ + f"/{self._symbol}", params=params_dict) except curl_cffi.requests.exceptions.HTTPError as e: if not YfConfig.debug.hide_exceptions: raise utils.get_yf_logger().error(str(e) + e.response.text) return None return result def _fetch_earnings_trend(self) -> None: try: data = self._fetch(['earningsTrend']) self._earnings_trend = data['quoteSummary']['result'][0]['earningsTrend']['trend'] except (TypeError, KeyError): if not YfConfig.debug.hide_exceptions: raise self._earnings_trend = [] ================================================ FILE: yfinance/scrapers/fundamentals.py ================================================ import datetime import json import warnings import pandas as pd from yfinance import utils, const from yfinance.config import YfConfig from yfinance.data import YfData from yfinance.exceptions import YFException, YFNotImplementedError class Fundamentals: def __init__(self, data: YfData, symbol: str): self._data = data self._symbol = symbol self._earnings = None self._financials = None self._shares = None self._financials_data = None self._fin_data_quote = None self._basics_already_scraped = False self._financials = Financials(data, symbol) @property def financials(self) -> "Financials": return self._financials @property def earnings(self) -> dict: warnings.warn("'Ticker.earnings' is deprecated as not available via API. Look for \"Net Income\" in Ticker.income_stmt.", DeprecationWarning) return None @property def shares(self) -> pd.DataFrame: if self._shares is None: raise YFNotImplementedError('shares') return self._shares class Financials: def __init__(self, data: YfData, symbol: str): self._data = data self._symbol = symbol self._income_time_series = {} self._balance_sheet_time_series = {} self._cash_flow_time_series = {} def get_income_time_series(self, freq="yearly") -> pd.DataFrame: res = self._income_time_series if freq not in res: res[freq] = self._fetch_time_series("income", freq) return res[freq] def get_balance_sheet_time_series(self, freq="yearly") -> pd.DataFrame: res = self._balance_sheet_time_series if freq not in res: res[freq] = self._fetch_time_series("balance-sheet", freq) return res[freq] def get_cash_flow_time_series(self, freq="yearly") -> pd.DataFrame: res = self._cash_flow_time_series if freq not in res: res[freq] = self._fetch_time_series("cash-flow", freq) return res[freq] @utils.log_indent_decorator def _fetch_time_series(self, name, timescale): # Fetching time series preferred over scraping 'QuoteSummaryStore', # because it matches what Yahoo shows. But for some tickers returns nothing, # despite 'QuoteSummaryStore' containing valid data. allowed_names = ["income", "balance-sheet", "cash-flow"] allowed_timescales = ["yearly", "quarterly", "trailing"] if name not in allowed_names: raise ValueError(f"Illegal argument: name must be one of: {allowed_names}") if timescale not in allowed_timescales: raise ValueError(f"Illegal argument: timescale must be one of: {allowed_timescales}") if timescale == "trailing" and name not in ('income', 'cash-flow'): raise ValueError("Illegal argument: frequency 'trailing'" + " only available for cash-flow or income data.") try: statement = self._create_financials_table(name, timescale) if statement is not None: return statement except YFException as e: if not YfConfig.debug.hide_exceptions: raise utils.get_yf_logger().error(f"{self._symbol}: Failed to create {name} financials table for reason: {e}") return pd.DataFrame() def _create_financials_table(self, name, timescale): if name == "income": # Yahoo stores the 'income' table internally under 'financials' key name = "financials" keys = const.fundamentals_keys[name] try: return self._get_financials_time_series(timescale, keys) except Exception: if not YfConfig.debug.hide_exceptions: raise pass def _get_financials_time_series(self, timescale, keys: list) -> pd.DataFrame: timescale_translation = {"yearly": "annual", "quarterly": "quarterly", "trailing": "trailing"} timescale = timescale_translation[timescale] # Step 2: construct url: ts_url_base = f"https://query2.finance.yahoo.com/ws/fundamentals-timeseries/v1/finance/timeseries/{self._symbol}?symbol={self._symbol}" url = ts_url_base + "&type=" + ",".join([timescale + k for k in keys]) # Yahoo returns maximum 4 years or 5 quarters, regardless of start_dt: start_dt = datetime.datetime(2016, 12, 31) end = pd.Timestamp.now('UTC').ceil("D") url += f"&period1={int(start_dt.timestamp())}&period2={int(end.timestamp())}" # Step 3: fetch and reshape data json_str = self._data.cache_get(url=url).text json_data = json.loads(json_str) data_raw = json_data["timeseries"]["result"] # data_raw = [v for v in data_raw if len(v) > 1] # Discard keys with no data for d in data_raw: del d["meta"] # Now reshape data into a table: # Step 1: get columns and index: timestamps = set() data_unpacked = {} for x in data_raw: for k in x.keys(): if k == "timestamp": timestamps.update(x[k]) else: data_unpacked[k] = x[k] timestamps = sorted(list(timestamps)) dates = pd.to_datetime(timestamps, unit="s") df = pd.DataFrame(columns=dates, index=list(data_unpacked.keys())) for k, v in data_unpacked.items(): if df is None: df = pd.DataFrame(columns=dates, index=[k]) df.loc[k] = {pd.Timestamp(x["asOfDate"]): x["reportedValue"]["raw"] for x in v} df.index = df.index.str.replace("^" + timescale, "", regex=True) # Ensure float type, not object for d in df.columns: df[d] = df[d].astype('float') # Reorder table to match order on Yahoo website df = df.reindex([k for k in keys if k in df.index]) df = df[sorted(df.columns, reverse=True)] # Trailing 12 months return only the first column. if (timescale == "trailing"): df = df.iloc[:, [0]] return df ================================================ FILE: yfinance/scrapers/funds.py ================================================ import pandas as pd from typing import Dict, Optional from yfinance import utils from yfinance.config import YfConfig from yfinance.const import _BASE_URL_ from yfinance.data import YfData from yfinance.exceptions import YFDataException _QUOTE_SUMMARY_URL_ = f"{_BASE_URL_}/v10/finance/quoteSummary/" class FundsData: """ ETF and Mutual Funds Data Queried Modules: quoteType, summaryProfile, fundProfile, topHoldings Notes: - fundPerformance module is not implemented as better data is queryable using history """ def __init__(self, data: YfData, symbol: str): """ Args: data (YfData): The YfData object for fetching data. symbol (str): The symbol of the fund. """ self._data = data self._symbol = symbol # quoteType self._quote_type = None # summaryProfile self._description = None # fundProfile self._fund_overview = None self._fund_operations = None # topHoldings self._asset_classes = None self._top_holdings = None self._equity_holdings = None self._bond_holdings = None self._bond_ratings = None self._sector_weightings = None def quote_type(self) -> str: """ Returns the quote type of the fund. Returns: str: The quote type. """ if self._quote_type is None: self._fetch_and_parse() return self._quote_type @property def description(self) -> str: """ Returns the description of the fund. Returns: str: The description. """ if self._description is None: self._fetch_and_parse() return self._description @property def fund_overview(self) -> Dict[str, Optional[str]]: """ Returns the fund overview. Returns: Dict[str, Optional[str]]: The fund overview. """ if self._fund_overview is None: self._fetch_and_parse() return self._fund_overview @property def fund_operations(self) -> pd.DataFrame: """ Returns the fund operations. Returns: pd.DataFrame: The fund operations. """ if self._fund_operations is None: self._fetch_and_parse() return self._fund_operations @property def asset_classes(self) -> Dict[str, float]: """ Returns the asset classes of the fund. Returns: Dict[str, float]: The asset classes. """ if self._asset_classes is None: self._fetch_and_parse() return self._asset_classes @property def top_holdings(self) -> pd.DataFrame: """ Returns the top holdings of the fund. Returns: pd.DataFrame: The top holdings. """ if self._top_holdings is None: self._fetch_and_parse() return self._top_holdings @property def equity_holdings(self) -> pd.DataFrame: """ Returns the equity holdings of the fund. Returns: pd.DataFrame: The equity holdings. """ if self._equity_holdings is None: self._fetch_and_parse() return self._equity_holdings @property def bond_holdings(self) -> pd.DataFrame: """ Returns the bond holdings of the fund. Returns: pd.DataFrame: The bond holdings. """ if self._bond_holdings is None: self._fetch_and_parse() return self._bond_holdings @property def bond_ratings(self) -> Dict[str, float]: """ Returns the bond ratings of the fund. Returns: Dict[str, float]: The bond ratings. """ if self._bond_ratings is None: self._fetch_and_parse() return self._bond_ratings @property def sector_weightings(self) -> Dict[str,float]: """ Returns the sector weightings of the fund. Returns: Dict[str, float]: The sector weightings. """ if self._sector_weightings is None: self._fetch_and_parse() return self._sector_weightings def _fetch(self): """ Fetches the raw JSON data from the API. Returns: dict: The raw JSON data. """ modules = ','.join(["quoteType", "summaryProfile", "topHoldings", "fundProfile"]) params_dict = {"modules": modules, "corsDomain": "finance.yahoo.com", "symbol": self._symbol, "formatted": "false"} result = self._data.get_raw_json(_QUOTE_SUMMARY_URL_+self._symbol, params=params_dict) return result def _fetch_and_parse(self) -> None: """ Fetches and parses the data from the API. """ result = self._fetch() try: data = result["quoteSummary"]["result"][0] # check quote type self._quote_type = data["quoteType"]["quoteType"] # parse "summaryProfile", "topHoldings", "fundProfile" self._parse_description(data["summaryProfile"]) self._parse_top_holdings(data["topHoldings"]) self._parse_fund_profile(data["fundProfile"]) except KeyError: if not YfConfig.debug.hide_exceptions: raise raise YFDataException(f"{self._symbol}: No Fund data found.") except Exception as e: if not YfConfig.debug.hide_exceptions: raise logger = utils.get_yf_logger() logger.error(f"Failed to get fund data for '{self._symbol}' reason: {e}") logger.debug("Got response: ") logger.debug("-------------") logger.debug(f" {data}") logger.debug("-------------") @staticmethod def _parse_raw_values(data, default=None): """ Parses raw values from the data. Args: data: The data to parse. default: The default value if data is not a dictionary. Returns: The parsed value or the default value. """ if not isinstance(data, dict): return data return data.get("raw", default) def _parse_description(self, data) -> None: """ Parses the description from the data. Args: data: The data to parse. """ self._description = data.get("longBusinessSummary", "") def _parse_top_holdings(self, data) -> None: """ Parses the top holdings from the data. Args: data: The data to parse. """ # asset classes self._asset_classes = { "cashPosition": self._parse_raw_values(data.get("cashPosition", None)), "stockPosition": self._parse_raw_values(data.get("stockPosition", None)), "bondPosition": self._parse_raw_values(data.get("bondPosition", None)), "preferredPosition": self._parse_raw_values(data.get("preferredPosition", None)), "convertiblePosition": self._parse_raw_values(data.get("convertiblePosition", None)), "otherPosition": self._parse_raw_values(data.get("otherPosition", None)) } # top holdings _holdings = data.get("holdings", []) _symbol, _name, _holding_percent = [], [], [] for item in _holdings: _symbol.append(item["symbol"]) _name.append(item["holdingName"]) _holding_percent.append(item["holdingPercent"]) self._top_holdings = pd.DataFrame({ "Symbol": _symbol, "Name": _name, "Holding Percent": _holding_percent }).set_index("Symbol") # equity holdings _equity_holdings = data.get("equityHoldings", {}) self._equity_holdings = pd.DataFrame({ "Average": ["Price/Earnings", "Price/Book", "Price/Sales", "Price/Cashflow", "Median Market Cap", "3 Year Earnings Growth"], self._symbol: [ self._parse_raw_values(_equity_holdings.get("priceToEarnings", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToBook", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToSales", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToCashflow", pd.NA)), self._parse_raw_values(_equity_holdings.get("medianMarketCap", pd.NA)), self._parse_raw_values(_equity_holdings.get("threeYearEarningsGrowth", pd.NA)), ], "Category Average": [ self._parse_raw_values(_equity_holdings.get("priceToEarningsCat", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToBookCat", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToSalesCat", pd.NA)), self._parse_raw_values(_equity_holdings.get("priceToCashflowCat", pd.NA)), self._parse_raw_values(_equity_holdings.get("medianMarketCapCat", pd.NA)), self._parse_raw_values(_equity_holdings.get("threeYearEarningsGrowthCat", pd.NA)), ] }).set_index("Average") # bond holdings _bond_holdings = data.get("bondHoldings", {}) self._bond_holdings = pd.DataFrame({ "Average": ["Duration", "Maturity", "Credit Quality"], self._symbol: [ self._parse_raw_values(_bond_holdings.get("duration", pd.NA)), self._parse_raw_values(_bond_holdings.get("maturity", pd.NA)), self._parse_raw_values(_bond_holdings.get("creditQuality", pd.NA)), ], "Category Average": [ self._parse_raw_values(_bond_holdings.get("durationCat", pd.NA)), self._parse_raw_values(_bond_holdings.get("maturityCat", pd.NA)), self._parse_raw_values(_bond_holdings.get("creditQualityCat", pd.NA)), ] }).set_index("Average") # bond ratings self._bond_ratings = dict((key, d[key]) for d in data.get("bondRatings", []) for key in d) # sector weightings self._sector_weightings = dict((key, d[key]) for d in data.get("sectorWeightings", []) for key in d) def _parse_fund_profile(self, data): """ Parses the fund profile from the data. Args: data: The data to parse. """ self._fund_overview = { "categoryName": data.get("categoryName", None), "family": data.get("family", None), "legalType": data.get("legalType", None) } _fund_operations = data.get("feesExpensesInvestment", {}) _fund_operations_cat = data.get("feesExpensesInvestmentCat", {}) self._fund_operations = pd.DataFrame({ "Attributes": ["Annual Report Expense Ratio", "Annual Holdings Turnover", "Total Net Assets"], self._symbol: [ self._parse_raw_values(_fund_operations.get("annualReportExpenseRatio", pd.NA)), self._parse_raw_values(_fund_operations.get("annualHoldingsTurnover", pd.NA)), self._parse_raw_values(_fund_operations.get("totalNetAssets", pd.NA)) ], "Category Average": [ self._parse_raw_values(_fund_operations_cat.get("annualReportExpenseRatio", pd.NA)), self._parse_raw_values(_fund_operations_cat.get("annualHoldingsTurnover", pd.NA)), self._parse_raw_values(_fund_operations_cat.get("totalNetAssets", pd.NA)) ] }).set_index("Attributes") ================================================ FILE: yfinance/scrapers/history.py ================================================ from curl_cffi import requests from math import isclose import bisect import datetime as _datetime import dateutil as _dateutil import logging import numpy as np import pandas as pd import time as _time import warnings from yfinance import shared, utils from yfinance.config import YfConfig from yfinance.const import _BASE_URL_, _PRICE_COLNAMES_ from yfinance.exceptions import YFDataException, YFInvalidPeriodError, YFPricesMissingError, YFRateLimitError, YFTzMissingError class PriceHistory: def __init__(self, data, ticker, tz, session=None): self._data = data self.ticker = ticker.upper() self.tz = tz self.session = session or requests.Session(impersonate="chrome") self._history_cache = {} self._history_metadata = None self._history_metadata_formatted = False # Limit recursion depth when repairing prices self._reconstruct_start_interval = None @utils.log_indent_decorator def history(self, period=None, interval="1d", start=None, end=None, prepost=False, actions=True, auto_adjust=True, back_adjust=False, repair=False, keepna=False, rounding=False, timeout=10, raise_errors=False) -> pd.DataFrame: """ :Parameters: period : str | Valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max | Default: 1mo | Can combine with start/end e.g. end = start + period interval : str | Valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo | Intraday data cannot extend last 60 days start : str | Download start date string (YYYY-MM-DD) or _datetime, inclusive. | Default: 99 years ago | E.g. for start="2020-01-01", first data point = "2020-01-01" end : str | Download end date string (YYYY-MM-DD) or _datetime, exclusive. | Default: now | E.g. for end="2023-01-01", last data point = "2022-12-31" prepost : bool | Include Pre and Post market data in results? | Default: False auto_adjust : bool | Adjust all OHLC automatically? | Default: True back_adjust : bool | Back-adjusted data to mimic true historical prices repair : bool | Fixes price errors in Yahoo data: 100x, missing, bad dividend adjust. | Default: False | Full details at: :doc:`../advanced/price_repair`. keepna : bool | Keep NaN rows returned by Yahoo? | Default: False rounding : bool | Optional: Round values to 2 decimal places? | Default: False = use precision suggested by Yahoo! timeout : None or float | Optional: timeout fetches after N seconds | Default: 10 seconds raise_errors : bool If True, then raise errors as Exceptions instead of logging. """ logger = utils.get_yf_logger() if raise_errors: warnings.warn("'raise_errors' deprecated, do: yf.config.debug.hide_exceptions = False", DeprecationWarning, stacklevel=5) interval_user = interval period_user = period if repair and interval in ["5d", "1wk", "1mo", "3mo"]: # Yahoo's way of adjusting mutiday intervals is fundamentally broken. # Have to fetch 1d, adjust, then resample. if interval == '5d': raise ValueError("Yahoo's interval '5d' is nonsense, not supported with repair") if start is None and end is None and period is not None: tz = self.tz if tz is None: # Every valid ticker has a timezone. A missing timezone is a problem. _exception = YFTzMissingError(self.ticker) err_msg = str(_exception) shared._DFS[self.ticker] = utils.empty_df() shared._ERRORS[self.ticker] = err_msg.split(': ', 1)[1] if raise_errors or (not YfConfig.debug.hide_exceptions): raise _exception else: logger.error(err_msg) return utils.empty_df() if period == 'ytd': start = _datetime.date(pd.Timestamp.now('UTC').tz_convert(tz).year, 1, 1) else: start = pd.Timestamp.now('UTC').tz_convert(tz).date() start -= utils._interval_to_timedelta(period) start -= _datetime.timedelta(days=4) period_user = period period = None interval = '1d' start_user = start end_user = end if start or end or (period and period.lower() == "max"): # Check can get TZ. Fail => probably delisted tz = self.tz if tz is None: # Every valid ticker has a timezone. A missing timezone is a problem. _exception = YFTzMissingError(self.ticker) err_msg = str(_exception) shared._DFS[self.ticker] = utils.empty_df() shared._ERRORS[self.ticker] = err_msg.split(': ', 1)[1] if raise_errors or (not YfConfig.debug.hide_exceptions): raise _exception else: logger.error(err_msg) return utils.empty_df() if start: start_dt = utils._parse_user_dt(start, tz) start = int(start_dt.timestamp()) if end: end_dt = utils._parse_user_dt(end, tz) end = int(end_dt.timestamp()) if period is None: if not (start or end): period = '1mo' # default elif not start: start_dt = end_dt - utils._interval_to_timedelta('1mo') start = int(start_dt.timestamp()) elif not end: end_dt = pd.Timestamp.now('UTC').tz_convert(tz) end = int(end_dt.timestamp()) else: if period.lower() == "max": if end is None: end = int(_time.time()) if start is None: if interval == "1m": start = end - 691200 # 8 days elif interval in ("2m", "5m", "15m", "30m", "90m"): start = end - 5184000 # 60 days elif interval in ("1h", "60m"): start = end - 63072000 # 730 days else: start = end - 3122064000 # 99 years start += 5 # allow for processing time elif start and end: raise ValueError("Setting period, start and end is nonsense. Set maximum 2 of them.") elif start or end: period_td = utils._interval_to_timedelta(period) if end is None: end_dt = start_dt + period_td end = int(end_dt.timestamp()) if start is None: start_dt = end_dt - period_td start = int(start_dt.timestamp()) period = None if start or end: params = {"period1": start, "period2": end} else: period = period.lower() params = {"range": period} params["interval"] = interval.lower() params["includePrePost"] = prepost # 1) fix weird bug with Yahoo! - returning 60m for 30m bars if params["interval"] == "30m": params["interval"] = "15m" # if the ticker is MUTUALFUND or ETF, then get capitalGains events params["events"] = "div,splits,capitalGains" params_pretty = dict(params) tz = self.tz for k in ["period1", "period2"]: if k in params_pretty: params_pretty[k] = str(pd.Timestamp(params[k], unit='s').tz_localize("UTC").tz_convert(tz)) logger.debug(f'{self.ticker}: Yahoo GET parameters: {str(params_pretty)}') # Getting data from json url = f"{_BASE_URL_}/v8/finance/chart/{self.ticker}" data = None get_fn = self._data.get if end is not None: end_dt = pd.Timestamp(end, unit='s').tz_localize("UTC") dt_now = pd.Timestamp.now('UTC') data_delay = _datetime.timedelta(minutes=30) if end_dt + data_delay <= dt_now: # Date range in past so safe to fetch through cache: get_fn = self._data.cache_get try: data = get_fn( url=url, params=params, timeout=timeout ) if "Will be right back" in data.text or data is None: raise YFDataException("*** YAHOO! FINANCE IS CURRENTLY DOWN! ***") data = data.json() # Special case for rate limits except YFRateLimitError: raise except Exception: if raise_errors or (not YfConfig.debug.hide_exceptions): raise # Store the meta data that gets retrieved simultaneously if data['chart']['result'] is None: self._history_metadata = {} else: self._history_metadata = data["chart"]["result"][0]["meta"] intraday = params["interval"][-1] in ("m", 'h') _price_data_debug = '' if start or period is None or period.lower() == "max": _price_data_debug += f' ({params["interval"]} ' if start_user is not None: _price_data_debug += f'{start_user}' elif not intraday: _price_data_debug += f'{pd.Timestamp(start, unit="s").tz_localize("UTC").tz_convert(tz).date()}' else: _price_data_debug += f'{pd.Timestamp(start, unit="s").tz_localize("UTC").tz_convert(tz)}' _price_data_debug += ' -> ' if end_user is not None: _price_data_debug += f'{end_user})' elif not intraday: _price_data_debug += f'{pd.Timestamp(end, unit="s").tz_localize("UTC").tz_convert(tz).date()})' else: _price_data_debug += f'{pd.Timestamp(end, unit="s").tz_localize("UTC").tz_convert(tz)})' else: _price_data_debug += f' (period={period})' fail = False if data is None or not isinstance(data, dict): _exception = YFPricesMissingError(self.ticker, _price_data_debug) fail = True elif isinstance(data, dict) and 'status_code' in data: _price_data_debug += f"(Yahoo status_code = {data['status_code']})" _exception = YFPricesMissingError(self.ticker, _price_data_debug) fail = True elif "chart" in data and data["chart"]["error"]: _price_data_debug += ' (Yahoo error = "' + data["chart"]["error"]["description"] + '")' _exception = YFPricesMissingError(self.ticker, _price_data_debug) fail = True elif "chart" not in data or data["chart"]["result"] is None or not data["chart"]["result"] or not data["chart"]["result"][0]["indicators"]["quote"][0]: _exception = YFPricesMissingError(self.ticker, _price_data_debug) fail = True elif period and period not in self._history_metadata['validRanges'] and not utils.is_valid_period_format(period): # User provided a bad period _exception = YFInvalidPeriodError(self.ticker, period, ", ".join(self._history_metadata['validRanges'])) fail = True if fail: err_msg = str(_exception) shared._DFS[self.ticker] = utils.empty_df() shared._ERRORS[self.ticker] = err_msg.split(': ', 1)[1] if raise_errors or (not YfConfig.debug.hide_exceptions): raise _exception else: logger.error(err_msg) if self._reconstruct_start_interval is not None and self._reconstruct_start_interval == interval: self._reconstruct_start_interval = None return utils.empty_df() # Select useful info from metadata quote_type = self._history_metadata["instrumentType"] expect_capital_gains = quote_type in ('MUTUALFUND', 'ETF') tz_exchange = self._history_metadata["exchangeTimezoneName"] currency = self._history_metadata["currency"] # Process custom periods if period and period not in self._history_metadata.get("validRanges", []): end = int(_time.time()) end_dt = pd.Timestamp(end, unit='s').tz_localize("UTC") start = _datetime.date.fromtimestamp(end) start -= utils._interval_to_timedelta(period) start -= _datetime.timedelta(days=4) # parse quotes quotes = utils.parse_quotes(data["chart"]["result"][0]) # Yahoo bug fix - it often appends latest price even if after end date if end and not quotes.empty: if quotes.index[-1] >= end_dt.tz_convert('UTC').tz_localize(None): quotes = quotes.drop(quotes.index[-1]) if quotes.empty: msg = f'{self.ticker}: yfinance received OHLC data: EMPTY' elif len(quotes) == 1: msg = f'{self.ticker}: yfinance received OHLC data: {quotes.index[0]} only' else: msg = f'{self.ticker}: yfinance received OHLC data: {quotes.index[0]} -> {quotes.index[-1]}' logger.debug(msg) # 2) fix weird bug with Yahoo! - returning 60m for 30m bars if interval.lower() == "30m": logger.debug(f'{self.ticker}: resampling 30m OHLC from 15m') quotes2 = quotes.resample('30min') quotes = pd.DataFrame(index=quotes2.last().index, data={ 'Open': quotes2['Open'].first(), 'High': quotes2['High'].max(), 'Low': quotes2['Low'].min(), 'Close': quotes2['Close'].last(), 'Adj Close': quotes2['Adj Close'].last(), 'Volume': quotes2['Volume'].sum() }) # Note: ordering is important. If you change order, run the tests! quotes = utils.set_df_tz(quotes, interval, tz_exchange) quotes = utils.fix_Yahoo_dst_issue(quotes, interval) intraday = params["interval"][-1] in ("m", 'h') if not prepost and intraday and "tradingPeriods" in self._history_metadata: tps = self._history_metadata["tradingPeriods"] if not isinstance(tps, pd.DataFrame): self._history_metadata = utils.format_history_metadata(self._history_metadata, tradingPeriodsOnly=True) self._history_metadata_formatted = True tps = self._history_metadata["tradingPeriods"] quotes = utils.fix_Yahoo_returning_prepost_unrequested(quotes, interval, tps) if quotes.empty: msg = f'{self.ticker}: OHLC after cleaning: EMPTY' elif len(quotes) == 1: msg = f'{self.ticker}: OHLC after cleaning: {quotes.index[0]} only' else: msg = f'{self.ticker}: OHLC after cleaning: {quotes.index[0]} -> {quotes.index[-1]}' logger.debug(msg) # actions dividends, splits, capital_gains = utils.parse_actions(data["chart"]["result"][0]) if not expect_capital_gains: capital_gains = None if splits is not None: splits = utils.set_df_tz(splits, interval, tz_exchange) if dividends is not None: dividends = utils.set_df_tz(dividends, interval, tz_exchange) if 'currency' in dividends.columns: # Rare, only seen with Vietnam market price_currency = self._history_metadata['currency'] if price_currency is None: price_currency = '' f_currency_mismatch = dividends['currency'] != price_currency if f_currency_mismatch.any(): if not repair or price_currency == '': # Append currencies to values, let user decide action. dividends['Dividends'] = dividends['Dividends'].astype(str) + ' ' + dividends['currency'] else: # Attempt repair = currency conversion dividends = self._dividends_convert_fx(dividends, price_currency, repair) if (dividends['currency'] != price_currency).any(): # FX conversion failed dividends['Dividends'] = dividends['Dividends'].astype(str) + ' ' + dividends['currency'] dividends = dividends.drop('currency', axis=1) if capital_gains is not None: capital_gains = utils.set_df_tz(capital_gains, interval, tz_exchange) if start is not None: if not quotes.empty: start_d = quotes.index[0].floor('D') if dividends is not None: dividends = dividends.loc[start_d:] if capital_gains is not None: capital_gains = capital_gains.loc[start_d:] if splits is not None: splits = splits.loc[start_d:] if end is not None: # -1 because date-slice end is inclusive end_dt_sub1 = end_dt - pd.Timedelta(1) if dividends is not None: dividends = dividends[:end_dt_sub1] if capital_gains is not None: capital_gains = capital_gains[:end_dt_sub1] if splits is not None: splits = splits[:end_dt_sub1] # Prepare for combine intraday = params["interval"][-1] in ("m", 'h') if not intraday: # If localizing a midnight during DST transition hour when clocks roll back, # meaning clock hits midnight twice, then use the 2nd (ambiguous=True) quotes.index = pd.to_datetime(quotes.index.date).tz_localize(tz_exchange, ambiguous=True, nonexistent='shift_forward') if dividends.shape[0] > 0: dividends.index = pd.to_datetime(dividends.index.date).tz_localize(tz_exchange, ambiguous=True, nonexistent='shift_forward') if splits.shape[0] > 0: splits.index = pd.to_datetime(splits.index.date).tz_localize(tz_exchange, ambiguous=True, nonexistent='shift_forward') # Combine df = quotes.sort_index() if dividends.shape[0] > 0: df = utils.safe_merge_dfs(df, dividends, interval) if "Dividends" in df.columns: df.loc[df["Dividends"].isna(), "Dividends"] = 0 else: df["Dividends"] = 0.0 if splits.shape[0] > 0: df = utils.safe_merge_dfs(df, splits, interval) if "Stock Splits" in df.columns: df.loc[df["Stock Splits"].isna(), "Stock Splits"] = 0 else: df["Stock Splits"] = 0.0 if expect_capital_gains: if capital_gains.shape[0] > 0: df = utils.safe_merge_dfs(df, capital_gains, interval) if "Capital Gains" in df.columns: df.loc[df["Capital Gains"].isna(), "Capital Gains"] = 0 else: df["Capital Gains"] = 0.0 if df.empty: msg = f'{self.ticker}: OHLC after combining events: EMPTY' elif len(df) == 1: msg = f'{self.ticker}: OHLC after combining events: {df.index[0]} only' else: msg = f'{self.ticker}: OHLC after combining events: {df.index[0]} -> {df.index[-1]}' logger.debug(msg) df, last_trade = utils.fix_Yahoo_returning_live_separate(df, params["interval"], tz_exchange, prepost, repair=repair, currency=currency) if last_trade is not None: self._history_metadata['lastTrade'] = {'Price':last_trade['Close'], "Time":last_trade.name} df = df[~df.index.duplicated(keep='first')] # must do before repair if repair: # Do this before auto/back adjust logger.debug(f'{self.ticker}: checking OHLC for repairs ...') df = df.sort_index() # Must fix bad 'Adj Close' & dividends before 100x/split errors. # First make currency consistent. On some exchanges, dividends often in different currency # to prices, e.g. £ vs pence. df, currency = self._standardise_currency(df, currency) self._history_metadata['currency'] = currency df = self._fix_bad_div_adjust(df, interval, currency) # Need the latest/last row to be repaired before 100x/split repair: if not df.empty: df_last = self._fix_zeroes(df.iloc[-1:], interval, tz_exchange, prepost) if 'Repaired?' not in df.columns: df['Repaired?'] = False df = pd.concat([df.drop(df.index[-1]), df_last]) df = self._fix_unit_mixups(df, interval, tz_exchange, prepost) df = self._fix_bad_stock_splits(df, interval, tz_exchange) # Must repair 100x and split errors before price reconstruction df = self._fix_zeroes(df, interval, tz_exchange, prepost) # New: df = self._repair_capital_gains(df) df = df.sort_index() # Auto/back adjust try: if auto_adjust: df = utils.auto_adjust(df) elif back_adjust: df = utils.back_adjust(df) except Exception as e: if raise_errors or (not YfConfig.debug.hide_exceptions): raise if auto_adjust: err_msg = "auto_adjust failed with %s" % e else: err_msg = "back_adjust failed with %s" % e shared._DFS[self.ticker] = utils.empty_df() shared._ERRORS[self.ticker] = err_msg logger.error('%s: %s' % (self.ticker, err_msg)) if rounding: df = np.round(df, data["chart"]["result"][0]["meta"]["priceHint"]) df['Volume'] = df['Volume'].fillna(0).astype(np.int64) if intraday: df.index.name = "Datetime" else: df.index.name = "Date" # missing rows cleanup if not actions: df = df.drop(columns=["Dividends", "Stock Splits", "Capital Gains"], errors='ignore') if not keepna: data_colnames = _PRICE_COLNAMES_ + ['Volume'] + ['Dividends', 'Stock Splits', 'Capital Gains'] data_colnames = [c for c in data_colnames if c in df.columns] mask_nan_or_zero = (df[data_colnames].isna() | (df[data_colnames] == 0)).all(axis=1) df = df.drop(mask_nan_or_zero.index[mask_nan_or_zero]) if interval != interval_user: df = self._resample(df, interval, interval_user, period_user) if df.empty: msg = f'{self.ticker}: yfinance returning OHLC: EMPTY' elif len(df) == 1: msg = f'{self.ticker}: yfinance returning OHLC: {df.index[0]} only' else: msg = f'{self.ticker}: yfinance returning OHLC: {df.index[0]} -> {df.index[-1]}' logger.debug(msg) # Don't care that Pandas hid this. If they do it to improve performance, we do it. df = df._consolidate() if self._reconstruct_start_interval is not None and self._reconstruct_start_interval == interval: self._reconstruct_start_interval = None return df def _get_history_cache(self, period="max", interval="1d") -> pd.DataFrame: cache_key = (interval, period) if cache_key in self._history_cache: return self._history_cache[cache_key] df = self.history(period=period, interval=interval, prepost=True) self._history_cache[cache_key] = df return df def get_history_metadata(self) -> dict: if self._history_metadata is None or 'tradingPeriods' not in self._history_metadata: # Request intraday data, because then Yahoo returns exchange schedule (tradingPeriods). self._get_history_cache(period="5d", interval="1h") if self._history_metadata_formatted is False: self._history_metadata = utils.format_history_metadata(self._history_metadata) self._history_metadata_formatted = True return self._history_metadata def get_dividends(self, period="max") -> pd.Series: df = self._get_history_cache(period=period) if "Dividends" in df.columns: dividends = df["Dividends"] return dividends[dividends != 0] return pd.Series() def get_capital_gains(self, period="max") -> pd.Series: df = self._get_history_cache(period=period) if "Capital Gains" in df.columns: capital_gains = df["Capital Gains"] return capital_gains[capital_gains != 0] return pd.Series() def get_splits(self, period="max") -> pd.Series: df = self._get_history_cache(period=period) if "Stock Splits" in df.columns: splits = df["Stock Splits"] return splits[splits != 0] return pd.Series() def get_actions(self, period="max") -> pd.Series: df = self._get_history_cache(period=period) action_columns = [] if "Dividends" in df.columns: action_columns.append("Dividends") if "Stock Splits" in df.columns: action_columns.append("Stock Splits") if "Capital Gains" in df.columns: action_columns.append("Capital Gains") if action_columns: actions = df[action_columns] return actions[actions != 0].dropna(how='all').fillna(0) return pd.Series() def _resample(self, df, df_interval, target_interval, period=None) -> pd.DataFrame: # resample if df_interval == target_interval: return df offset = None origin = 'epoch' # default if target_interval == '1wk': if period == 'ytd': resample_period = '7D' # was 'W' year_start = pd.Timestamp(f"{_datetime.datetime.now().year}-01-01") origin = year_start.tz_localize(df.index.tz) else: resample_period = 'W-MON' elif target_interval == '5d': resample_period = '5D' if period == 'ytd': year_start = pd.Timestamp(f"{_datetime.datetime.now().year}-01-01") origin = year_start.tz_localize(df.index.tz) elif target_interval == '1mo': resample_period = 'MS' elif target_interval == '3mo': if period == 'ytd': align_month = 'JAN' else: align_month = _datetime.datetime.now().strftime('%b').upper() resample_period = f"QS-{align_month}" else: raise ValueError(f"Not implemented resampling to interval '{target_interval}'") resample_map = { 'Open': 'first', 'Low': 'min', 'High': 'max', 'Close': 'last', 'Volume': 'sum', 'Dividends': 'sum', 'Stock Splits': 'prod' } if 'Repaired?' in df.columns: resample_map['Repaired?'] = 'any' if 'Adj Close' in df.columns: resample_map['Adj Close'] = resample_map['Close'] if 'Capital Gains' in df.columns: resample_map['Capital Gains'] = 'sum' df.loc[df['Stock Splits']==0.0, 'Stock Splits'] = 1.0 if origin != 'epoch': df2 = df.resample(resample_period, label='left', closed='left', origin=origin).agg(resample_map) else: df2 = df.resample(resample_period, label='left', closed='left', offset=offset).agg(resample_map) df2.loc[df2['Stock Splits']==1.0, 'Stock Splits'] = 0.0 return df2 @utils.log_indent_decorator def _reconstruct_intervals_batch(self, df, interval, prepost, tag=-1): # Reconstruct values in df using finer-grained price data. Delimiter marks what to reconstruct logger = utils.get_yf_logger() log_extras = {'yf_cat': 'price-reconstruct', 'yf_interval': interval, 'yf_symbol': self.ticker} if not isinstance(df, pd.DataFrame): raise ValueError("'df' must be a Pandas DataFrame not", type(df)) if interval == "1m": # Can't go smaller than 1m so can't reconstruct return df if interval[1:] in ['d', 'wk', 'mo']: # Interday data always includes pre & post prepost = True intraday = False else: intraday = True price_cols = [c for c in _PRICE_COLNAMES_ if c in df] data_cols = price_cols + ["Volume"] # If interval is weekly then can construct with daily. But if smaller intervals then # restricted to recent times: intervals = ["1wk", "1d", "1h", "30m", "15m", "5m", "2m", "1m"] itds = {i: utils._interval_to_timedelta(interval) for i in intervals} nexts = {intervals[i]: intervals[i + 1] for i in range(len(intervals) - 1)} min_lookbacks = {"1wk": None, "1d": None, "1h": _datetime.timedelta(days=730)} for i in ["30m", "15m", "5m", "2m"]: min_lookbacks[i] = _datetime.timedelta(days=60) min_lookbacks["1m"] = _datetime.timedelta(days=30) if interval in nexts: sub_interval = nexts[interval] td_range = itds[interval] else: logger.warning(f"Have not implemented price reconstruct for '{interval}' interval. Contact developers") if "Repaired?" not in df.columns: df["Repaired?"] = False return df # Limit max reconstruction depth to 2: if self._reconstruct_start_interval is None: self._reconstruct_start_interval = interval if interval != self._reconstruct_start_interval and interval != nexts[self._reconstruct_start_interval]: msg = "Hit max depth of 2 ('{}'->'{}'->'{}')".format(self._reconstruct_start_interval, nexts[self._reconstruct_start_interval], interval) logger.info(msg, extra=log_extras) return df df = df.sort_index() f_repair = df[data_cols].to_numpy() == tag f_repair_rows = f_repair.any(axis=1) # Ignore old intervals for which Yahoo won't return finer data: m = min_lookbacks[sub_interval] if m is None: min_dt = None else: m -= _datetime.timedelta(days=1) # allow space for 1-day padding min_dt = pd.Timestamp.now('UTC') - m min_dt = min_dt.tz_convert(df.index.tz).ceil("D") logger.debug(f"min_dt={min_dt} interval={interval} sub_interval={sub_interval}", extra=log_extras) if min_dt is not None: f_recent = df.index >= min_dt f_repair_rows = f_repair_rows & f_recent if not f_repair_rows.any(): msg = f"Too old ({np.sum(f_repair.any(axis=1))} rows tagged)" logger.info(msg, extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df dts_to_repair = df.index[f_repair_rows] if len(dts_to_repair) == 0: logger.debug("Nothing needs repairing (dts_to_repair[] empty)", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df df_v2 = df.copy() if "Repaired?" not in df_v2.columns: df_v2["Repaired?"] = False f_good = ~(df[price_cols].isna().any(axis=1)) f_good = f_good & (df[price_cols].to_numpy() != tag).all(axis=1) df_good = df[f_good] # Group nearby NaN-intervals together to reduce number of Yahoo fetches dts_groups = [[dts_to_repair[0]]] # Note on setting max size: have to allow space for adding good data if sub_interval == "1mo": grp_max_size = _dateutil.relativedelta.relativedelta(years=2) elif sub_interval == "1wk": grp_max_size = _dateutil.relativedelta.relativedelta(years=2) elif sub_interval == "1d": grp_max_size = _dateutil.relativedelta.relativedelta(years=2) elif sub_interval == "1h": grp_max_size = _dateutil.relativedelta.relativedelta(years=1) elif sub_interval == "1m": grp_max_size = _datetime.timedelta(days=5) # allow 2 days for buffer below else: grp_max_size = _datetime.timedelta(days=30) logger.debug(f"grp_max_size = {grp_max_size}", extra=log_extras) for i in range(1, len(dts_to_repair)): dt = dts_to_repair[i] if dt.date() < dts_groups[-1][0].date() + grp_max_size: dts_groups[-1].append(dt) else: dts_groups.append([dt]) logger.debug("Repair groups:", extra=log_extras) for g in dts_groups: logger.debug(f"- {g[0]} -> {g[-1]}") # Add some good data to each group, so can calibrate prices later: for i in range(len(dts_groups)): g = dts_groups[i] g0 = g[0] i0 = df_good.index.get_indexer([g0], method="nearest")[0] if i0 > 0: if (min_dt is None or df_good.index[i0 - 1] >= min_dt) and \ ((not intraday) or df_good.index[i0 - 1].date() == g0.date()): i0 -= 1 gl = g[-1] il = df_good.index.get_indexer([gl], method="nearest")[0] if il < len(df_good) - 1: if (not intraday) or df_good.index[il + 1].date() == gl.date(): il += 1 good_dts = df_good.index[i0:il + 1] dts_groups[i] += good_dts.to_list() dts_groups[i].sort() n_fixed = 0 for g in dts_groups: df_block = df[df.index.isin(g)] logger.debug("df_block:\n" + str(df_block)) start_dt = g[0] start_d = start_dt.date() reject = False if sub_interval == "1h" and (_datetime.date.today() - start_d) > _datetime.timedelta(days=729): reject = True elif sub_interval in ["30m", "15m"] and (_datetime.date.today() - start_d) > _datetime.timedelta(days=59): reject = True if reject: # Don't bother requesting more price data, Yahoo will reject msg = f"Cannot reconstruct block starting {start_dt if intraday else start_d}, too old, Yahoo will reject request for finer-grain data" logger.info(msg, extra=log_extras) continue td_1d = _datetime.timedelta(days=1) if interval in "1wk": fetch_start = start_d - td_range # need previous week too fetch_end = g[-1].date() + td_range elif interval == "1d": fetch_start = start_d fetch_end = g[-1].date() + td_range else: fetch_start = g[0] fetch_end = g[-1] + td_range # The first and last day returned by Yahoo can be slightly wrong, so add buffer: fetch_start -= td_1d fetch_end += td_1d if intraday: fetch_start = fetch_start.date() fetch_end = fetch_end.date() + td_1d if min_dt is not None: fetch_start = max(min_dt.date(), fetch_start) logger.debug(f"Fetching {sub_interval} prepost={prepost} {fetch_start}->{fetch_end}", extra=log_extras) # Temp disable errors printing logger = utils.get_yf_logger() if hasattr(logger, 'level'): # YF's custom indented logger doesn't expose level log_level = logger.level logger.setLevel(logging.CRITICAL) df_fine = self.history(start=fetch_start, end=fetch_end, interval=sub_interval, auto_adjust=False, actions=True, prepost=prepost, repair=True, keepna=True) if hasattr(logger, 'level'): logger.setLevel(log_level) if df_fine is None or df_fine.empty: msg = f"Cannot reconstruct block starting {start_dt if intraday else start_d}, too old, Yahoo will reject request for finer-grain data" logger.info(msg, extra=log_extras) continue # Discard the buffer df_fine = df_fine.loc[g[0]: g[-1] + itds[sub_interval] - _datetime.timedelta(milliseconds=1)].copy() if df_fine.empty: msg = f"Cannot reconstruct {interval} block range {start_dt if intraday else start_d}, Yahoo not returning finer-grain data within range" logger.info(msg, extra=log_extras) continue df_fine["ctr"] = 0 if interval == "1wk": weekdays = ["MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN"] week_end_day = weekdays[(df_block.index[0].weekday() + 7 - 1) % 7] df_fine["Week Start"] = df_fine.index.tz_localize(None).to_period("W-" + week_end_day).start_time grp_col = "Week Start" elif interval == "1d": df_fine["Day Start"] = pd.to_datetime(df_fine.index.date) grp_col = "Day Start" else: df_fine.loc[df_fine.index.isin(df_block.index), "ctr"] = 1 df_fine["intervalID"] = df_fine["ctr"].cumsum() df_fine = df_fine.drop("ctr", axis=1) grp_col = "intervalID" df_fine = df_fine[~df_fine[price_cols + ['Dividends']].isna().all(axis=1)] df_fine_grp = df_fine.groupby(grp_col) df_new = df_fine_grp.agg( Open=("Open", "first"), Close=("Close", "last"), AdjClose=("Adj Close", "last"), Low=("Low", "min"), High=("High", "max"), Dividends=("Dividends", "sum"), Volume=("Volume", "sum")).rename(columns={"AdjClose": "Adj Close"}) if grp_col in ["Week Start", "Day Start"]: df_new.index = df_new.index.tz_localize(df_fine.index.tz) else: df_fine["diff"] = df_fine["intervalID"].diff() new_index = np.append([df_fine.index[0]], df_fine.index[df_fine["intervalID"].diff() > 0]) df_new.index = new_index logger.debug('df_new:' + '\n' + str(df_new)) # Calibrate! common_index = np.intersect1d(df_block.index, df_new.index) if len(common_index) == 0: # Can't calibrate so don't attempt repair msg = f"Can't calibrate {interval} block starting {start_d} so aborting repair" logger.info(msg, extra=log_extras) continue # First, attempt to calibrate the 'Adj Close' column. OK if cannot. # Only necessary for 1d interval, because the 1h data is not div-adjusted. if interval == '1d': df_new_calib = df_new[df_new.index.isin(common_index)] df_block_calib = df_block[df_block.index.isin(common_index)] f_tag = df_block_calib['Adj Close'] == tag if f_tag.any(): div_adjusts = df_block_calib['Adj Close'] / df_block_calib['Close'] # The loop below assumes each 1d repair is isolated, i.e. surrounded by # good data. Which is case most of time. # But in case are repairing a chunk of bad 1d data, back/forward-fill the # good div-adjustments - not perfect, but a good backup. div_adjusts[f_tag] = np.nan if not div_adjusts.isna().all(): # Need some real values to calibrate div_adjusts = div_adjusts.ffill().bfill() for idx in np.where(f_tag)[0]: dt = df_new_calib.index[idx] n = len(div_adjusts) if df_new.loc[dt, "Dividends"] != 0: if idx < n - 1: # Easy, take div-adjustment from next-day div_adjusts.iloc[idx] = div_adjusts.iloc[idx + 1] else: # Take previous-day div-adjustment and reverse todays adjustment div_adj = 1.0 - df_new_calib["Dividends"].iloc[idx] / df_new_calib['Close'].iloc[ idx - 1] div_adjusts.iloc[idx] = div_adjusts.iloc[idx - 1] / div_adj else: if idx > 0: # Easy, take div-adjustment from previous-day div_adjusts.iloc[idx] = div_adjusts.iloc[idx - 1] else: # Must take next-day div-adjustment div_adjusts.iloc[idx] = div_adjusts.iloc[idx + 1] if df_new_calib["Dividends"].iloc[idx + 1] != 0: div_adjusts.iloc[idx] *= 1.0 - df_new_calib["Dividends"].iloc[idx + 1] / \ df_new_calib['Close'].iloc[idx] f_close_bad = df_block_calib['Close'] == tag div_adjusts = div_adjusts.reindex(df_block.index, fill_value=np.nan).ffill().bfill() df_new['Adj Close'] = df_block['Close'] * div_adjusts if f_close_bad.any(): f_close_bad_new = f_close_bad.reindex(df_new.index, fill_value=False) div_adjusts_new = div_adjusts.reindex(df_new.index, fill_value=np.nan).ffill().bfill() div_adjusts_new_np = f_close_bad_new.to_numpy() df_new.loc[div_adjusts_new_np, 'Adj Close'] = df_new['Close'][div_adjusts_new_np] * div_adjusts_new[div_adjusts_new_np] # Check whether 'df_fine' has different split-adjustment. # If different, then adjust to match 'df' calib_cols = ['Open', 'Close'] df_new_calib = df_new[df_new.index.isin(common_index)][calib_cols].to_numpy() df_block_calib = df_block[df_block.index.isin(common_index)][calib_cols].to_numpy() calib_filter = (df_block_calib != tag) calib_filter = calib_filter & (~np.isnan(df_new_calib)) if not calib_filter.any(): # Can't calibrate so don't attempt repair logger.info(f"Can't calibrate block starting {start_d} so aborting repair", extra=log_extras) continue # Avoid divide-by-zero warnings: for j in range(len(calib_cols)): f = ~calib_filter[:, j] if f.any(): if not df_block_calib.flags.writeable: df_block_calib = df_block_calib.copy() if not df_new_calib.flags.writeable: df_new_calib = df_new_calib.copy() df_block_calib[f, j] = 1 df_new_calib[f, j] = 1 ratios = df_block_calib[calib_filter] / df_new_calib[calib_filter] weights = df_fine_grp.size() weights.index = df_new.index weights = weights[weights.index.isin(common_index)].to_numpy().astype(float) if not weights.flags.writeable: weights = weights.copy() weights = weights[:, None] # transpose weights = np.tile(weights, len(calib_cols)) # 1D -> 2D weights = weights[calib_filter] # flatten not1 = ~np.isclose(ratios, 1.0, rtol=0.00001) if np.sum(not1) == len(calib_cols): # Only 1 calibration row in df_new is different to df_block so ignore ratio = 1.0 else: ratio = np.average(ratios, weights=weights) if abs(ratio/0.0001 -1) < 0.01: # ratio almost-equal 0.0001, so looks like Yahoo messed up currency unit. # E.g. £ with pence. Can correct it. df_block = df_block.copy() for c in _PRICE_COLNAMES_: df_v2.loc[df_v2[c]!=tag, c] *= 100 ratio *= 100 logger.debug(f"Price calibration ratio (raw) = {ratio:6f}", extra=log_extras) ratio_rcp = round(1.0 / ratio, 1) ratio = round(ratio, 1) if ratio == 1 and ratio_rcp == 1: # Good! pass else: if ratio > 1: # data has different split-adjustment than fine-grained data # Adjust fine-grained to match df_new[price_cols] *= ratio df_new["Volume"] /= ratio elif ratio_rcp > 1: # data has different split-adjustment than fine-grained data # Adjust fine-grained to match df_new[price_cols] *= 1.0 / ratio_rcp df_new["Volume"] *= ratio_rcp # Repair! bad_dts = df_block.index[(df_block[price_cols + ["Volume"]] == tag).to_numpy().any(axis=1)] no_fine_data_dts = [] for idx in bad_dts: if idx not in df_new.index: # Yahoo didn't return finer-grain data for this interval, # so probably no trading happened. no_fine_data_dts.append(idx) if len(no_fine_data_dts) > 0: logger.debug("Yahoo didn't return finer-grain data for these intervals: " + str(no_fine_data_dts), extra=log_extras) for idx in bad_dts: if idx not in df_new.index: # Yahoo didn't return finer-grain data for this interval, # so probably no trading happened. continue df_new_row = df_new.loc[idx] if interval == "1wk": df_last_week = df_new.iloc[df_new.index.get_loc(idx) - 1] df_fine = df_fine.loc[idx:] df_bad_row = df.loc[idx] bad_fields = df_bad_row.index[df_bad_row == tag].to_numpy() if "High" in bad_fields: df_v2.loc[idx, "High"] = df_new_row["High"] if "Low" in bad_fields: df_v2.loc[idx, "Low"] = df_new_row["Low"] if "Open" in bad_fields: if interval == "1wk" and idx != df_fine.index[0]: # Exchange closed Monday. In this case, Yahoo sets Open to last week close df_v2.loc[idx, "Open"] = df_last_week["Close"] df_v2.loc[idx, "Low"] = min(df_v2.loc[idx, "Open"], df_v2.loc[idx, "Low"]) else: df_v2.loc[idx, "Open"] = df_new_row["Open"] if "Close" in bad_fields: df_v2.loc[idx, "Close"] = df_new_row["Close"] # Assume 'Adj Close' also corrupted, easier than detecting whether true df_v2.loc[idx, "Adj Close"] = df_new_row["Adj Close"] elif "Adj Close" in bad_fields: df_v2.loc[idx, "Adj Close"] = df_new_row["Adj Close"] if "Volume" in bad_fields: df_v2.loc[idx, "Volume"] = df_new_row["Volume"].round().astype('int') df_v2.loc[idx, "Repaired?"] = True n_fixed += 1 # Not logging these reconstructions - that's job of calling function as it has context. return df_v2 def _standardise_currency(self, df, currency): if currency not in ["GBp", "ZAc", "ILA"]: return df, currency currency2 = currency if currency == 'GBp': # UK £/pence currency2 = 'GBP' m = 0.01 elif currency == 'ZAc': # South Africa Rand/cents currency2 = 'ZAR' m = 0.01 elif currency == 'ILA': # Israel Shekels/Agora currency2 = 'ILS' m = 0.01 # Use latest row with actual volume, because volume=0 rows can be 0.01x the other rows. # _fix_unit_switch() will ensure all rows are on same scale. f_volume = df['Volume']>0 if not f_volume.any(): return df, currency last_row = df.iloc[np.where(f_volume)[0][-1]] prices_in_subunits = True # usually is true if last_row.name > (pd.Timestamp.now('UTC') - _datetime.timedelta(days=30)): try: ratio = self._history_metadata['regularMarketPrice'] / last_row['Close'] if abs((ratio*m)-1) < 0.1: # within 10% of 100x prices_in_subunits = False except Exception: # Should never happen but just-in-case if not YfConfig.debug.hide_exceptions: raise pass if prices_in_subunits: for c in _PRICE_COLNAMES_: df[c] *= m self._history_metadata["currency"] = currency2 f_div = df['Dividends']!=0.0 if f_div.any(): # But sometimes the dividend was in pence. # Heuristic is: if dividend yield is ridiculous high vs converted prices, then # assume dividend was also in pence and convert to GBP. # Threshold for "ridiculous" based on largest yield I've seen anywhere - 63.4% # If this simple heuristic generates a false positive, then _fix_bad_div_adjust() # will detect and repair. divs = df[['Close','Dividends']].copy() divs['Close'] = divs['Close'].ffill().shift(1, fill_value=divs['Close'].iloc[0]) divs = divs[f_div] div_pcts = (divs['Dividends'] / divs['Close']).to_numpy() if len(div_pcts) > 0 and np.average(div_pcts) > 1: df['Dividends'] *= m return df, currency2 def _dividends_convert_fx(self, dividends, fx, repair=False): bad_div_currencies = [c for c in dividends['currency'].unique() if c != fx] major_currencies = ['USD', 'JPY', 'EUR', 'CNY', 'GBP', 'CAD'] for c in bad_div_currencies: fx2_tkr = None if c == 'USD': # Simple convert from USD to target FX fx_tkr = f'{fx}=X' reverse = False elif fx == 'USD': # Use same USD FX but reversed fx_tkr = f'{fx}=X' reverse = True elif c in major_currencies and fx in major_currencies: # Simple convert fx_tkr = f'{c}{fx}=X' reverse = False else: # No guarantee that Yahoo has direct FX conversion, so # convert via USD # - step 1: -> USD fx_tkr = f'{c}=X' reverse = True # - step 2: USD -> FX fx2_tkr = f'{fx}=X' fx_dat = PriceHistory(self._data, fx_tkr, self.session) fx_rate = fx_dat.history(period='1mo', repair=repair)['Close'].iloc[-1] if reverse: fx_rate = 1/fx_rate dividends.loc[dividends['currency']==c, 'Dividends'] *= fx_rate if fx2_tkr is not None: fx2_dat = PriceHistory(self._data, fx2_tkr, self.session) fx2_rate = fx2_dat.history(period='1mo', repair=repair)['Close'].iloc[-1] dividends.loc[dividends['currency']==c, 'Dividends'] *= fx2_rate dividends['currency'] = fx return dividends @utils.log_indent_decorator def _fix_unit_mixups(self, df, interval, tz_exchange, prepost): if df.empty: return df df2 = self._fix_unit_switch(df, interval, tz_exchange) df3 = self._fix_unit_random_mixups(df2, interval, tz_exchange, prepost) return df3 @utils.log_indent_decorator def _fix_unit_random_mixups(self, df, interval, tz_exchange, prepost): # Sometimes Yahoo returns few prices in cents/pence instead of $/£ # I.e. 100x bigger # 2 ways this manifests: # - random 100x errors spread throughout table # - a sudden switch between $<->cents at some date # This function fixes the first. if df.empty: return df # Easy to detect and fix, just look for outliers = ~100x local median logger = utils.get_yf_logger() log_extras = {'yf_cat': 'price-repair-100x', 'yf_interval': interval, 'yf_symbol': self.ticker} if df.shape[0] == 0: if "Repaired?" not in df.columns: df["Repaired?"] = False return df if df.shape[0] == 1: # Need multiple rows to confidently identify outliers logger.debug("Cannot check single-row table for 100x price errors", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df df2 = df.copy() if df2.index.tz is None: df2.index = df2.index.tz_localize(tz_exchange) elif df2.index.tz != tz_exchange: df2.index = df2.index.tz_convert(tz_exchange) # Only import scipy if users actually want function. To avoid # adding it to dependencies. from scipy import ndimage as _ndimage data_cols = ["High", "Open", "Low", "Close", "Adj Close"] # Order important, separate High from Low data_cols = [c for c in data_cols if c in df2.columns] f_zeroes = (df2[data_cols] == 0).any(axis=1).to_numpy() if f_zeroes.any(): df2_zeroes = df2[f_zeroes] df2 = df2[~f_zeroes] df_orig = df[~f_zeroes] # all row slicing must be applied to both df and df2 else: df2_zeroes = None df_orig = df if df2.shape[0] <= 1: logger.info("Insufficient good data for detecting 100x price errors", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df df2_data = df2[data_cols].to_numpy() median = _ndimage.median_filter(df2_data, size=(3, 3), mode="wrap") ratio = df2_data / median ratio_rounded = (ratio / 20).round() * 20 # round ratio to nearest 20 f = ratio_rounded == 100 ratio_rcp = 1.0/ratio ratio_rcp_rounded = (ratio_rcp / 20).round() * 20 # round ratio to nearest 20 f_rcp = (ratio_rounded == 100) | (ratio_rcp_rounded == 100) f_either = f | f_rcp if not f_either.any(): logger.debug("No sporadic 100x errors", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df # Mark values to send for repair tag = -1.0 for i in range(len(data_cols)): fi = f_either[:, i] c = data_cols[i] df2.loc[fi, c] = tag n_before = (df2_data == tag).sum() df2 = self._reconstruct_intervals_batch(df2, interval, prepost, tag) df2_tagged = df2[data_cols].to_numpy() == tag n_after = (df2[data_cols].to_numpy() == tag).sum() if n_after > 0: # This second pass will *crudely* "fix" any remaining errors in High/Low # simply by ensuring they don't contradict e.g. Low = 100x High. f = (df2[data_cols].to_numpy() == tag) & f for i in range(f.shape[0]): fi = f[i, :] if not fi.any(): continue idx = df2.index[i] for c in ['Open', 'Close']: j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df.loc[idx, c] * 0.01 c = "High" j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df2.loc[idx, ["Open", "Close"]].max() c = "Low" j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df2.loc[idx, ["Open", "Close"]].min() f_rcp = (df2[data_cols].to_numpy() == tag) & f_rcp for i in range(f_rcp.shape[0]): fi = f_rcp[i, :] if not fi.any(): continue idx = df2.index[i] for c in ['Open', 'Close']: j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df.loc[idx, c] * 100.0 c = "High" j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df2.loc[idx, ["Open", "Close"]].max() c = "Low" j = data_cols.index(c) if fi[j]: df2.loc[idx, c] = df2.loc[idx, ["Open", "Close"]].min() df2_tagged = df2[data_cols].to_numpy() == tag n_after_crude = df2_tagged.sum() else: n_after_crude = n_after n_fixed = n_before - n_after_crude n_fixed_crudely = n_after - n_after_crude if n_fixed > 0: report_msg = f"fixed {n_fixed}/{n_before} currency unit mixups " if n_fixed_crudely > 0: report_msg += f"({n_fixed_crudely} crudely)" logger.info(report_msg, extra=log_extras) # Restore original values where repair failed f_either = df2[data_cols].to_numpy() == tag for j in range(len(data_cols)): fj = f_either[:, j] if fj.any(): c = data_cols[j] df2.loc[fj, c] = df_orig.loc[fj, c] if df2_zeroes is not None: if "Repaired?" not in df2_zeroes.columns: df2_zeroes["Repaired?"] = False df2 = pd.concat([df2, df2_zeroes]).sort_index() df2.index = pd.to_datetime(df2.index) return df2 @utils.log_indent_decorator def _fix_unit_switch(self, df, interval, tz_exchange): # Sometimes Yahoo returns few prices in cents/pence instead of $/£ # I.e. 100x bigger # 2 ways this manifests: # - random 100x errors spread throughout table # - a sudden switch between $<->cents at some date # This function fixes the second. # Eventually Yahoo fixes but could take them 2 weeks. if self._history_metadata['currency'] == 'KWF': # Kuwaiti Dinar divided into 1000 not 100 n = 1000 else: n = 100 return self._fix_prices_sudden_change(df, interval, tz_exchange, n, correct_dividend=True) @utils.log_indent_decorator def _fix_zeroes(self, df, interval, tz_exchange, prepost): # Sometimes Yahoo returns prices=0 or NaN when trades occurred. # But most times when prices=0 or NaN returned is because no trades. # Impossible to distinguish, so only attempt repair if few or rare. if df.empty: return df logger = utils.get_yf_logger() log_extras = {'yf_cat': 'price-repair-zeroes', 'yf_interval': interval, 'yf_symbol': self.ticker} intraday = interval[-1] in ("m", 'h') df = df.sort_index() # important! df2 = df.copy() if df2.index.tz is None: df2.index = df2.index.tz_localize(tz_exchange) elif df2.index.tz != tz_exchange: df2.index = df2.index.tz_convert(tz_exchange) price_cols = [c for c in _PRICE_COLNAMES_ if c in df2.columns] f_prices_bad = (df2[price_cols] == 0.0) | df2[price_cols].isna() df2_reserve = None if intraday: # Ignore days with >50% intervals containing NaNs grp = pd.Series(f_prices_bad.any(axis=1), name="nan").groupby(f_prices_bad.index.date) nan_pct = grp.sum() / grp.count() dts = nan_pct.index[nan_pct > 0.5] f_zero_or_nan_ignore = np.isin(f_prices_bad.index.date, dts) df2_reserve = df2[f_zero_or_nan_ignore] df2 = df2[~f_zero_or_nan_ignore] if df2.empty: # No good data if 'Repaired?' not in df.columns: df['Repaired?'] = False return df df2 = df2.copy() f_prices_bad = (df2[price_cols] == 0.0) | df2[price_cols].isna() f_change = df2["High"].to_numpy() != df2["Low"].to_numpy() if self.ticker.endswith("=X"): # FX, volume always 0 f_vol_bad = None else: f_high_low_good = (~df2["High"].isna().to_numpy()) & (~df2["Low"].isna().to_numpy()) f_vol_zero = (df2["Volume"] == 0).to_numpy() f_vol_bad = f_vol_zero & f_high_low_good & f_change # ^ intra-interval price changed without volume, bad if not intraday: # Interday data: if close changes between intervals with volume=0 then volume is wrong. # Possible can repair with intraday, but usually Yahoo does not have the volume. close_diff = df2['Close'].diff() close_diff.iloc[0] = 0 close_chg_pct_abs = np.abs(close_diff / df2['Close']) f_bad_price_chg = (close_chg_pct_abs > 0.05).to_numpy() & f_vol_zero f_vol_bad = f_vol_bad | f_bad_price_chg # If stock split occurred, then trading must have happened. # I should probably rename the function, because prices aren't zero ... if 'Stock Splits' in df2.columns: f_split = (df2['Stock Splits'] != 0.0).to_numpy() if f_split.any(): f_change_expected_but_missing = f_split & ~f_change if f_change_expected_but_missing.any(): f_prices_bad[f_change_expected_but_missing] = True # Check whether worth attempting repair f_prices_bad = f_prices_bad.to_numpy() f_bad_rows = f_prices_bad.any(axis=1) if f_vol_bad is not None: f_bad_rows = f_bad_rows | f_vol_bad if not f_bad_rows.any(): logger.debug("No price=0 errors to repair", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df if f_prices_bad.sum() == len(price_cols) * len(df2): # Need some good data to calibrate logger.debug("No good data for calibration so cannot fix price=0 bad data", extra=log_extras) if "Repaired?" not in df.columns: df["Repaired?"] = False return df data_cols = price_cols + ["Volume"] # Mark values to send for repair tag = -1.0 for i in range(len(price_cols)): c = price_cols[i] df2.loc[f_prices_bad[:, i], c] = tag if f_vol_bad is not None: df2.loc[f_vol_bad, "Volume"] = tag # If volume=0 or NaN for bad prices, then tag volume for repair f_vol_zero_or_nan = (df2["Volume"].to_numpy() == 0) | (df2["Volume"].isna().to_numpy()) df2.loc[f_prices_bad.any(axis=1) & f_vol_zero_or_nan, "Volume"] = tag # If volume=0 or NaN but price moved in interval, then tag volume for repair df2.loc[f_change & f_vol_zero_or_nan, "Volume"] = tag df2_tagged = df2[data_cols].to_numpy() == tag n_before = df2_tagged.sum() dts_tagged = df2.index[df2_tagged.any(axis=1)] df2 = self._reconstruct_intervals_batch(df2, interval, prepost, tag) df2_tagged = df2[data_cols].to_numpy() == tag n_after = df2_tagged.sum() dts_not_repaired = df2.index[df2_tagged.any(axis=1)] n_fixed = n_before - n_after if n_fixed > 0: msg = f"{self.ticker}: fixed {n_fixed}/{n_before} value=0 errors in {interval} price data" if n_fixed < 4: dts_repaired = sorted(list(set(dts_tagged).difference(dts_not_repaired))) msg += f": {dts_repaired}" logger.debug(msg, extra=log_extras) if df2_reserve is not None: if "Repaired?" not in df2_reserve.columns: df2_reserve["Repaired?"] = False df2 = pd.concat([df2, df2_reserve]).sort_index() # Restore original values where repair failed (i.e. remove tag values) f = df2[data_cols].to_numpy() == tag for j in range(len(data_cols)): fj = f[:, j] if fj.any(): c = data_cols[j] df2.loc[fj, c] = df.loc[fj, c] return df2 @utils.log_indent_decorator def _repair_capital_gains(self, df): # Yahoo has started double-counting capital gains in Adj Close, # by pre-adding it to dividends column. if 'Capital Gains' not in df.columns: return df if (df['Capital Gains'] == 0).all(): return df debug = False # debug = True logger = utils.get_yf_logger() log_extras = {'yf_cat': 'repair-capital-gains', 'yf_symbol': self.ticker} df = df.copy() df = df.sort_index() # Consider price drop to decide if Yahoo double-counted - # drop should = true dividend + capital gains # But need to account for normal price volatility: df['Price_Change%'] = df['Close'].pct_change(fill_method=None).abs() no_distributions = (df['Dividends'] == 0) & (df['Capital Gains'] == 0) price_drop_pct_mean = df.loc[no_distributions, 'Price_Change%'].mean() df = df.drop('Price_Change%', axis=1) # Add columns if not present if 'Repaired?' not in df.columns: df['Repaired?'] = False df['Adj'] = df['Adj Close'] / df['Close'] if debug: df['ScaleFactor'] = np.nan df['correction'] = np.nan df['AdjYahoo'] = (df['Adj Close']/df['Close']).round(4) print(f"# price_drop_pct_mean = {price_drop_pct_mean:.4f}") dts = df[df['Capital Gains'] > 0].index c = df['Close'].to_numpy() ac = df['Adj Close'].to_numpy() dcs = {} for dt in dts: idx = df.index.get_loc(dt) if idx > 0: # Need a row before for price drop dividend = df['Dividends'].iloc[idx] capital_gains = df['Capital Gains'].iloc[idx] if dividend < capital_gains: # Not possible for 'dividend' to be including capital gains continue div_pct = dividend / c[idx-1] cg_pct = capital_gains / c[idx-1] # Check whether adjusted price drop is closer to dividend vs dividend+capital_gains price_drop_pct = (c[idx-1] - c[idx]) / c[idx-1] price_drop_pct_excl_vol = price_drop_pct - price_drop_pct_mean diff_div = abs(price_drop_pct_excl_vol - div_pct) diff_total = abs(price_drop_pct_excl_vol - (div_pct + cg_pct)) cg_is_double_counted = diff_div < diff_total dcs[idx] = cg_is_double_counted if debug: print(f"# {dt.date()}: div = {div_pct*100:.1f}%, cg = {cg_pct*100:.1f}%") print(f"- price_drop_pct = {price_drop_pct*100:.1f}%") print(f"- price_drop_pct_excl_vol = {price_drop_pct_excl_vol*100:.1f}%") print(f"- diff_div = {diff_div:.4f}") print(f"- diff_total = {diff_total:.4f}") print(f"- cg_is_double_counted = {cg_is_double_counted}") pct_double_counted = sum(dcs.values()) / len(dcs) if debug: print(f"- pct_double_counted = {pct_double_counted*100:.1f}%") if pct_double_counted >= 0.666: for idx in dcs.keys(): dt = df.index[idx] dividend = df['Dividends'].iloc[idx] capital_gains = df['Capital Gains'].iloc[idx] # Instead of calculating new adjustment from scratch, # reverse the double-count from existing adjustment. # In case don't have all events after last date. dividend_true = dividend - capital_gains df.loc[dt, 'Dividends'] = dividend_true # Correct adjustment for dates before and including this distribution date adj_before = (ac[idx-1]/c[idx-1]) / (ac[idx]/c[idx]) adj_correct = 1.0 - (dividend_true + capital_gains) / c[idx-1] correction = adj_correct / adj_before df.loc[:dt-_datetime.timedelta(1), 'Adj'] *= correction df.loc[:dt, 'Repaired?'] = True msg = f"Repaired capital-gains double-count at {dt.date()}. Adj correction = {correction:.4f}" logger.info(msg, extra=log_extras) if debug: df.loc[dt, 'correction'] = correction df['Adj Close'] = df['Close'] * df['Adj'] if debug: df['Adj'] = df['Adj'].round(4) else: df = df.drop('Adj', axis=1) return df @utils.log_indent_decorator def _fix_bad_div_adjust(self, df, interval, currency): # Look for dividend issues: # - dividend ~100x the Close change (a currency unit mixup) # - dividend missing from Adj Close # - dividend is in Adj Close but adjustment is too much, or too small # Experimental: also detect dividend in wrong currency e.g. $ not Israel Shekels. # But only for big FX rates, otherwise false positives from price volatility. if df is None or df.empty: return df if interval in ['1wk', '1mo', '3mo', '1y']: return df if 'Capital Gains' in df.columns and (df['Capital Gains']>0).any(): # So there are capital gains. This function only considers dividends. # I don't want to deal with capital gains being wrong as well! # But if you find capital gains that need repair e.g. 100x error, then report to our Github. return df logger = utils.get_yf_logger() log_extras = {'yf_cat': 'div-adjust-repair-bad', 'yf_interval': interval, 'yf_symbol': self.ticker} f_div = (df["Dividends"] != 0.0).to_numpy() if not f_div.any(): logger.debug('No dividends to check', extra=log_extras) return df if self._history_metadata['currency'] == 'KWF': # Kuwaiti Dinar divided into 1000 not 100 currency_divide = 1000 else: currency_divide = 100 div_status_df = None too_big_check_threshold = 0.035 df = df.sort_index() df2 = df.copy() if 'Repaired?' not in df2.columns: df2['Repaired?'] = False df_modified = False # Split df2 into: nan data, and non-nan data f_nan = df2['Close'].isna().to_numpy() df2_nan = df2[f_nan].copy() df2 = df2[~f_nan].copy() f_div = (df2["Dividends"] != 0.0).to_numpy() if not f_div.any(): logger.debug('No dividends to check', extra=log_extras) return df div_indices = np.where(f_div)[0] # Very rarely, the Close (not Adj Close) is already adjusted! # Clue is it's often lower than Low. # E.g. ticker MPCC.OL - Oslo exchange data contradicts Yahoo. # But sometimes the original data is bad, e.g. LSE sometimes close < low # Can attempt to fix: fixed_dates = [] for i in range(len(div_indices)-1, -1, -1): div_idx = div_indices[i] if div_idx == 0: continue prices_before = df2.iloc[div_idx-1] diff = prices_before['Low'] - prices_before['Close'] div = df2['Dividends'].iloc[div_idx] if diff > 0 and (diff/div-1)<0.01: # Close dividend then something else caused problem. dt_before = df2.index[div_idx-1] new_close = prices_before['Close'] + div if new_close >= prices_before['Low'] and new_close <= prices_before['High']: df2.loc[dt_before, 'Close'] = new_close adj_after = df2['Adj Close'].iloc[div_idx] / df2['Close'].iloc[div_idx] adj = adj_after * (1.0 - div/df2['Close'].iloc[div_idx-1]) df2.loc[dt_before, 'Adj Close'] = df2['Close'].iloc[div_idx-1] * adj df2.loc[dt_before, 'Repaired?'] = True df_modified = True fixed_dates.append(df2.index[div_idx].date()) if len(fixed_dates) > 0: msg = f"Repaired double-adjustment on div days {[str(d) for d in fixed_dates]}" logger.info(msg, extra=log_extras) # Check dividends if too big/small for the price action for i in range(len(div_indices)-1, -1, -1): div_idx = div_indices[i] dt = df2.index[div_idx] div = df2['Dividends'].iloc[div_idx] if div_idx == 0: continue div_pct = div / df2['Close'].iloc[div_idx-1] # Check if dividend is 100x market movement. div_too_small_improvement_threshold = 1 # div_too_big_improvement_threshold = 1 div_too_big_improvement_threshold = 2 if isclose(df2['Low'].iloc[div_idx], df2['Close'].iloc[div_idx-1]*100, rel_tol = 0.025): # Price has jumped ~100x on ex-div day, need to fix immediately. drop_c2l = df2['Close'].iloc[div_idx-1]*100 - df2['Low'].iloc[div_idx] div_pct = div / (df2['Close'].iloc[div_idx-1]*100) true_adjust = 1.0 - div / (df2['Close'].iloc[div_idx-1]*100) present_adj = df2['Adj Close'].iloc[div_idx-1] / df2['Close'].iloc[div_idx-1] if not isclose(present_adj, true_adjust, rel_tol = 0.025): df2.loc[:dt-_datetime.timedelta(seconds=1), 'Adj Close'] = true_adjust * df2['Close'].loc[:dt-_datetime.timedelta(seconds=1)] df2.loc[:dt-_datetime.timedelta(seconds=1), 'Repaired?'] = True elif isclose(df2['Low'].iloc[div_idx], df2['Close'].iloc[div_idx-1]*0.01, rel_tol = 0.025): # Price has dropped ~100x on ex-div day, need to fix immediately. drop_c2l = df2['Close'].iloc[div_idx-1]*0.01 - df2['Low'].iloc[div_idx] div_pct = div / (df2['Close'].iloc[div_idx-1]*0.01) true_adjust = 1.0 - div / (df2['Close'].iloc[div_idx-1]*100) present_adj = df2['Adj Close'].iloc[div_idx-1] / df2['Close'].iloc[div_idx-1] if not isclose(present_adj, true_adjust, rel_tol = 0.025): df2.loc[:dt-_datetime.timedelta(seconds=1), 'Adj Close'] = true_adjust * df2['Close'].loc[:dt-_datetime.timedelta(seconds=1)] df2.loc[:dt-_datetime.timedelta(seconds=1), 'Repaired?'] = True else: drop_c2l = df2['Close'].iloc[div_idx-1] - df2['Low'].iloc[div_idx] drop = drop_c2l if div_idx < len(df2)-1: # # In low-volume scenarios, the price drop is day after not today. # if df2['Close'].iloc[div_idx-1] == df2['Close'].iloc[div_idx] or \ # df2['Low'].iloc[div_idx] == df2['High'].iloc[div_idx]: # drop = np.max(df2['Close'].iloc[div_idx-1:div_idx+1].to_numpy() - df2['Low'].iloc[div_idx:div_idx+2].to_numpy()) # elif df2['Volume'].iloc[div_idx]==0: # if drop == 0.0: # drop = np.max(df2['Close'].iloc[div_idx-1:div_idx+1].to_numpy() - df2['Low'].iloc[div_idx:div_idx+2].to_numpy()) # # Hmm, can I always look ahead 1 day? Catch: increases FP rate of div-too-small for tiny divs. # drops = df2['Close'].iloc[div_idx-1:div_idx+1].to_numpy() - df2['Low'].iloc[div_idx:div_idx+2].to_numpy() drops = np.array([drop, df2['Close'].iloc[div_idx] - df2['Low'].iloc[div_idx+1]]) drop_2Dmax = np.max(drops) else: drops = np.array([drop]) drop_2Dmax = drop if (len(df2)-div_idx) < 4: end = min(len(df2), div_idx+4) start = max(0, end-8) else: start = max(0, div_idx-4) end = min(len(df2), start+8) if end-start < 4: # Not enough data to estimate volatility typical_volatility = np.nan else: diffs = df2['Close'].iloc[start:end-1].to_numpy() - df2['Low'].iloc[start+1:end].to_numpy() typical_volatility = np.mean(np.abs(diffs)) possibilities = [] if (drops==0.0).all() and df2['Volume'].iloc[div_idx]==0: # Can't analyse price action so use crude heuristics pct_zero_vol = np.sum(df2['Volume']==0.0)/len(df2) if div_pct*100 < 0.1: # Could be a 0.01x error possibilities.append({'state':'div-too-small', 'diff':0.0}) # elif div_pct > 1.0: # Update: lower threshold for illiquid stocks, because why paying mega dividends? elif (pct_zero_vol > 0.75 and div_pct > 0.25) or (div_pct > 1.0): # Could be a 100x error possibilities.append({'state':'div-too-big', 'diff':0.0}) else: split = df2['Stock Splits'].loc[dt] if split == 0.0: div_postSplit = None else: # Maybe Yahoo has not applied coincident split to dividend div_postSplit = div / split if div_postSplit > div: # Use volatility-adjusted drop _drop = drop - typical_volatility else: _drop = drop_2Dmax if _drop > 0: diff = abs(div-_drop) diff_postSplit = abs(div_postSplit-_drop) if (diff_postSplit * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-pre-split', 'diff':diff_postSplit}) # Check for div-too-big if div_pct > too_big_check_threshold: if drop_2Dmax <= 0.0: possibilities.append({'state':'div-too-big', 'diff':0.0}) else: diff = abs(div-drop_2Dmax) diff_fx = abs((div/currency_divide)-drop_2Dmax) if div_postSplit is None: if (diff_fx * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-too-big', 'diff':diff_fx}) else: diff_fxPostSplit = abs((div_postSplit/currency_divide)-drop_2Dmax) if diff_fx < diff_fxPostSplit: if (diff_fx * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-too-big', 'diff':diff_fx}) else: if (diff_fxPostSplit * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-too-big-and-pre-split', 'diff':diff_fxPostSplit}) # Check for div-too-small - can be tricked by normal price volatility if not np.isnan(typical_volatility): # drop_wo_vol = drop_2Dmax - typical_volatility # Update: only use same-day change for too-small, to reduce false-positives drop_wo_vol = drop - typical_volatility if drop_wo_vol > 0: diff = abs(div-drop_wo_vol) diff_fx = abs((div*currency_divide)-drop_wo_vol) if div_postSplit is None: if (diff_fx * div_too_small_improvement_threshold) <= diff: possibilities.append({'state':'div-too-small', 'diff':diff_fx}) else: diff_fxPostSplit = abs((div_postSplit*currency_divide)-drop_wo_vol) if diff_fx < diff_fxPostSplit: if (diff_fx * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-too-small', 'diff':diff_fx}) else: if (diff_fxPostSplit * div_too_big_improvement_threshold) <= diff: possibilities.append({'state':'div-too-small-and-pre-split', 'diff':diff_fxPostSplit}) div_status = {'date': dt, 'idx':div_idx, 'div': div, '%': div_pct} div_status['drop'] = drop div_status['drop_2Dmax'] = drop_2Dmax div_status['volume'] = df2['Volume'].iloc[div_idx] div_status['vol'] = typical_volatility div_status['div_too_big'] = False div_status['div_too_small'] = False div_status['div_pre_split'] = False div_status['div_too_big_and_pre_split'] = False div_status['div_too_small_and_pre_split'] = False if len(possibilities) > 0: # Something is wrong with dividend - pick the best correction possibilities = sorted(possibilities, key=lambda k: k['diff']) p = possibilities[0] div_status[p['state'].replace('-', '_')] = True row = pd.DataFrame([div_status]).set_index('date') if div_status_df is None: div_status_df = row else: div_status_df = pd.concat([div_status_df, row]) if div_status_df is None and not df_modified: return df checks = [c for c in div_status_df.columns if c.startswith('div_')] div_status_df = div_status_df.sort_index() def cluster_dividends(df, column='div', threshold=7): n = len(df) sorted_df = df.sort_values(column) clusters = [] current_dts = [sorted_df.index[0]] currents_vals = [sorted_df[column].iloc[0]] for i in range(1, n): dt = sorted_df.index[i] div = sorted_df[column].iloc[i] if (div / np.mean(currents_vals)) < threshold: # Add current_dts.append(dt) currents_vals.append(div) else: # New cluster clusters.append(current_dts) current_dts = [dt] currents_vals = [div] clusters.append(current_dts) cluster_labels = np.array([-1]*n) ctr = 0 for i, cluster in enumerate(clusters): nc = len(cluster) cluster_labels[ctr:ctr+nc] = i ctr += nc return cluster_labels # Check if the present div-adjustment is too big/small, or missing # - too-big determined from Adj Close movement vs Close # - too-small compares Adj Close vs dividends for i in range(len(div_status_df)): div_idx = div_status_df['idx'].iloc[i] dt = div_status_df.index[i] div = div_status_df['div'].iloc[i] if div_idx == 0: continue div_pct = div / df2['Close'].iloc[div_idx-1] # First, check if Yahoo failed to apply dividend to Adj Close pre_adj = df2['Adj Close'].iloc[div_idx-1] / df2['Close'].iloc[div_idx-1] post_adj = df2['Adj Close'].iloc[div_idx] / df2['Close'].iloc[div_idx] div_missing_from_adjclose = post_adj == pre_adj # Check if adjustment too small present_adj = pre_adj / post_adj implied_div_yield = 1.0 - present_adj div_adj_is_too_small = implied_div_yield < (0.1*div_pct) # ... and use same method for adjustment too big: div_adj_exceeds_div = implied_div_yield > (10*div_pct) # Can prune the space: if div_missing_from_adjclose: div_adj_is_too_small = False # redundant information div_status = {'present adj': present_adj} div_status['adj_missing'] = div_missing_from_adjclose div_status['adj_exceeds_div'] = div_adj_exceeds_div div_status['div_exceeds_adj'] = div_adj_is_too_small for k,v in div_status.items(): if k not in div_status_df: if isinstance(v, (bool, np.bool_)): div_status_df[k] = False elif isinstance(v, int): div_status_df[k] = 0 elif isinstance(v, float): div_status_df[k] = 0.0 # elif k == 'div_true_date': # div_status_df[k] = pd.Series(dtype='datetime64[ns, UTC]') else: raise ValueError(k,v,type(v)) div_status_df.loc[dt, k] = v checks += ['adj_missing', 'adj_exceeds_div', 'div_exceeds_adj'] div_status_df['phantom'] = False phantom_proximity_threshold = _datetime.timedelta(days=17) f = div_status_df[['div_too_big', 'div_exceeds_adj']].any(axis=1) if f.any() and len(div_status_df) > 1: # One/some of these may be phantom dividends. Clue is if another correct dividend is very close indices = np.where(f)[0] dts_to_check = div_status_df.index[f] for i in indices: div = div_status_df.iloc[i] div_dt = div.name phantom_dt = None if i > 0: other_div = div_status_df.iloc[i-1] else: other_div = div_status_df.iloc[i+1] ratio1 = (div['div']/currency_divide) / other_div['div'] ratio2 = div['div'] / other_div['div'] divergence = min(abs(ratio1-1.0), abs(ratio2-1.0)) if abs(div_dt-other_div.name) <= phantom_proximity_threshold and not other_div['phantom'] and divergence < 0.01: if other_div.name in dts_to_check: # Both this and previous are anomalous, so mark smallest drop as phantom drop = div['drop'] drop_next = other_div['drop'] if drop > 1.5*drop_next: phantom_dt = other_div.name else: phantom_dt = div_dt else: phantom_dt = div_dt if phantom_dt: div_status_df.loc[phantom_dt, 'phantom'] = True for c in checks: if c in div_status_df.columns: div_status_df.loc[phantom_dt, c] = False # There might be other phantom dividends - in close proximity and almost-equal to another div. # But harder to decide which is the phantom and which is real. # Assume phantom has much smaller price drop, otherwise assume is newer. # ratio_threshold = 0.01 ratio_threshold = 0.08 # increased for KAP.IL 2022-July div_status_df = div_status_df.sort_index() for i in range(1, len(div_status_df)): div = div_status_df.iloc[i] div_dt = div.name this_is_phantom = False last_is_phantom = False drop = div['drop'] last_div = div_status_df.iloc[i-1] ratio = div['div'] / last_div['div'] if abs(div_dt-last_div.name) <= phantom_proximity_threshold and not last_div['phantom'] and not div['phantom'] and abs(ratio-1.0) < ratio_threshold: last_drop = div_status_df['drop'].iloc[i-1] if drop > 1.5*last_drop: last_is_phantom = True else: this_is_phantom = True if last_is_phantom or this_is_phantom: phantom_div_dt = div_dt if this_is_phantom else div_status_df.index[i-1] div_status_df.loc[phantom_div_dt, 'phantom'] = True for c in checks: if c in div_status_df.columns: div_status_df.loc[phantom_div_dt, c] = False checks.append('phantom') # Remove phantoms early if 'phantom' in div_status_df.columns: f_phantom = div_status_df['phantom'] # ... but only if no other problems f_phantom = f_phantom & (~div_status_df[[c for c in checks if c != 'phantom']].any(axis=1)) if f_phantom.any(): div_dts = div_status_df.index[f_phantom] msg = f'Removing phantom div(s): {[str(dt.date()) for dt in div_dts]}' logger.info(msg, extra=log_extras) phantom_div_dts = div_status_df.index[f_phantom] for dt in phantom_div_dts: enddt = dt-_datetime.timedelta(seconds=1) df2.loc[ :enddt, 'Adj Close'] /= div_status_df['present adj'].loc[dt] df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] /= div_status_df['present adj'].loc[dt] df2_nan.loc[:enddt, 'Repaired?'] = True df2.loc[dt, 'Dividends'] = 0 df_modified = True div_status_df = div_status_df.drop(dt) div_status_df.loc[f_phantom, 'phantom'] = False div_status_df = div_status_df.drop('phantom', axis=1) if 'phantom' in checks: checks.remove('phantom') if not div_status_df[checks].any().any(): # Maybe failed to detect a too-small div. If div is ~0.01x of previous and next, then # treat as a 0.01x error if len(div_status_df) > 1: for i in range(0, len(div_status_df)): r_pre, r_post = None, None if i > 0: r_pre = div_status_df['%'].iloc[i-1] / div_status_df['%'].iloc[i] if i < (len(div_status_df)-1): r_post = div_status_df['%'].iloc[i+1] / div_status_df['%'].iloc[i] r_pre = r_pre or r_post r_post = r_post or r_pre if abs(r_pre-currency_divide)<20 and abs(r_post-currency_divide)<20: div_dt = div_status_df.index[i] div_status_df.loc[div_dt, 'div_too_small'] = True if not div_status_df[checks].any().any(): # Perfect if df_modified: if not df2_nan.empty: df2 = pd.concat([df2, df2_nan]).sort_index() return df2 else: return df # Check if the present div-adjustment contradicts price action for i in range(len(div_status_df)): div_idx = div_status_df['idx'].iloc[i] dt = div_status_df.index[i] div = div_status_df['div'].iloc[i] if div_idx == 0: continue div_pct = div / df2['Close'].iloc[div_idx-1] # Adj Close should drop by LESS than Close on ex-div, at least for big dividends. # Update: Yahoo might be reporting dividend slightly early, meaning # Mr Market's price drop happens tomorrow e.g. UNTC in december 2023. # Or worse, Yahoo is 1 month early e.g. GWI.L ex-div was mid-April not mid-March lookahead_date = dt+_datetime.timedelta(days=35) lookahead_idx = bisect.bisect_left(df2.index, lookahead_date) lookahead_idx = min(lookahead_idx, len(df2)-1) # In rare cases, the price dropped 1 day before dividend (DVD.OL @ 2024-05-15) lookback_idx = max(0, div_idx-14) # Check for bad stock splits in the lookahead period - # if present, reduce lookahead to before. future_changes = df2['Close'].iloc[div_idx:lookahead_idx+1].pct_change() f_big_change = (future_changes > 2).to_numpy() | (future_changes < -0.9).to_numpy() if f_big_change.any(): lookahead_idx = div_idx + np.where(f_big_change)[0][0]-1 lookahead_date = df2.index[lookahead_idx] div_adj_exceeds_prices = False div_date_wrong = False div_true_date = pd.NaT if lookahead_idx > lookback_idx: x = df2.iloc[lookback_idx:lookahead_idx+1].copy() x['Adj'] = x['Adj Close'] / x['Close'] x['Adj Low'] = x['Adj'] * x['Low'] deltas = x['Low'].iloc[1:].to_numpy() - x['Close'].iloc[:-1].to_numpy() deltas = np.append([0.0], deltas) x['delta'] = deltas adjDeltas = x['Adj Low'].iloc[1:].to_numpy() - x['Adj Close'].iloc[:-1].to_numpy() adjDeltas = np.append([0.0], adjDeltas) x['adjDelta'] = adjDeltas deltas = x[['delta', 'adjDelta']] if div_pct > 0.05 and div_pct < 1.0: adjDiv = div * x['Adj'].iloc[0] f = deltas['adjDelta'] > (adjDiv*0.6) if f.any(): indices = np.where(f)[0] for idx in indices: adjDelta_drop = deltas['adjDelta'].iloc[idx] if adjDelta_drop > 1.001*deltas['delta'].iloc[idx]: # Adjusted price has risen by more than unadjusted, should not happen. # See if Adjusted price later falls by a similar amount. This would mean # dividend has been applied too early. ratios = (-1*deltas['adjDelta'])/adjDelta_drop f_near1_or_above = ratios>=0.8 # Update: only check for wrong date if no coincident split. # Because if a split, more likely the div is missing split split = df2['Stock Splits'].loc[dt] pre_split = div_status_df['div_pre_split'].loc[dt] if (split==0.0 or (not pre_split)) and f_near1_or_above.any(): near_indices = np.where(f_near1_or_above)[0] if len(near_indices) > 1: penalties = np.zeros(len(near_indices)) for i in range(len(near_indices)): idx = near_indices[i] dti = ratios.index[idx] if dti < dt: penalties[i] += (dt-dti).days else: penalties[i] += 0.1*(dti-dt).days i = np.argmin(penalties) reversal_idx = near_indices[i] else: reversal_idx = near_indices[0] div_date_wrong = True div_true_date = ratios.index[reversal_idx] break elif adjDelta_drop > 0.39*adjDiv: # Still true that applied adjustment exceeds price action, # just not clear what solution is (if any). if (x['Adj']<1.0).any(): div_adj_exceeds_prices = True break # Can prune the space: div_adj_is_too_small = div_status_df.loc[dt, 'div_exceeds_adj'] if div_adj_exceeds_prices and div_adj_is_too_small: # Contradiction. Assume former tricked by low-liquidity price action div_adj_exceeds_prices = False div_status = {} div_status['adj_exceeds_prices'] = div_adj_exceeds_prices div_status['div_date_wrong'] = div_date_wrong div_status['div_true_date'] = div_true_date if div_adj_exceeds_prices: split = df2['Stock Splits'].loc[dt] if split != 0.0: # Check again if div missing split. Use looser tolerance # as we know the adjustment seems wrong. div_postSplit = div / split if div_postSplit > div: # Use volatility-adjusted drop typical_volatility = div_status_df['vol'].loc[dt] drop = div_status_df['drop'].loc[dt] _drop = drop - typical_volatility else: drop_2Dmax = div_status_df['drop_2Dmax'].loc[dt] _drop = drop_2Dmax if _drop > 0: diff = abs(div-_drop) diff_postSplit = abs(div_postSplit-_drop) if diff_postSplit <= (diff*1.1): # possibilities.append({'state':'div-pre-split', 'diff':diff_postSplit}) div_status_df.loc[dt, 'div_pre_split'] = True for k,v in div_status.items(): if k not in div_status_df: if isinstance(v, (bool, np.bool_)): div_status_df[k] = False elif isinstance(v, int): div_status_df[k] = 0 elif isinstance(v, float): div_status_df[k] = 0.0 elif k == 'div_true_date': div_status_df[k] = pd.Series(dtype='datetime64[ns, UTC]') else: raise ValueError(k,v,type(v)) div_status_df.loc[dt, k] = v if 'div_too_big' in div_status_df.columns and 'div_date_wrong' in div_status_df.columns: # Where div_date_wrong = True, discard div_too_big. Helps with false-positive handling later. div_status_df.loc[div_status_df['div_date_wrong'].to_numpy(), 'div_too_big'] = False checks += ['adj_exceeds_prices', 'div_date_wrong'] for c in checks: if not div_status_df[c].any(): div_status_df = div_status_df.drop(c, axis=1) c = 'div_true_date' if c in div_status_df.columns and div_status_df[c].isna().all(): div_status_df = div_status_df.drop(c, axis=1) checks = [c for c in checks if c in div_status_df.columns] # With small dividends e.g. < 10%, my error detecting logic can be tricked by price volatility. # But by looking at all the dividends, can find errors that previous logic missed. div_status_df = div_status_df.sort_values('%') div_status_df['cluster'] = cluster_dividends(div_status_df, column='%') # Check for inconsistencies cluster_ids = div_status_df['cluster'].unique() for cid in cluster_ids: fc = div_status_df['cluster'] == cid cluster = div_status_df[fc].sort_index() n = len(cluster) div_pcts = cluster[['%']].copy() if len(div_pcts) > 1: time_diffs = div_pcts['%'].index.to_series().diff().dt.total_seconds() / (365.25 * 24 * 60 * 60) time_diffs.loc[time_diffs.index[0]] = time_diffs.iloc[1] div_pcts['period'] = time_diffs div_pcts['avg yr yield'] = div_pcts['%'] / div_pcts['period'] for c in checks: if not cluster[c].to_numpy().any(): cluster = cluster.drop(c, axis=1) cluster_checks = [c for c in checks if c in cluster.columns] for c in cluster_checks: f_fail = cluster[c].to_numpy() n_fail = np.sum(f_fail) if n_fail in [0, n]: continue pct_fail = n_fail / n if c == 'div_too_big': true_threshold = 1.0 fals_threshold = 0.25 if 'div_date_wrong' in cluster.columns and (cluster[c] == cluster['div_date_wrong']).all(): continue if 'adj_exceeds_prices' in cluster.columns and (cluster[c] == (cluster[c] & cluster['adj_exceeds_prices'])).all(): # Treat div_too_big=False as false positives IFF adj_exceeds_prices=true AND # true ratio above (lowered) threshold. true_threshold = 0.5 f_adj_exceeds_prices = cluster['adj_exceeds_prices'].to_numpy() n = np.sum(f_adj_exceeds_prices) n_fail = np.sum(f_fail[f_adj_exceeds_prices]) pct_fail = n_fail / n if pct_fail > true_threshold: f = fc & div_status_df['adj_exceeds_prices'].to_numpy() div_status_df.loc[f, c] = True continue if 'div_exceeds_adj' in cluster.columns and cluster['div_exceeds_adj'].all(): # Dividend too big for prices AND the present adjustment, # more likely the dividends are too big. if (cluster['vol'][fc][f_fail]==0).all(): # No trading volume to cross-check, so higher thresholds fals_threshold = 2/3 else: # Relax thresholds true_threshold = 0.25 elif 'adj_exceeds_prices' in cluster.columns and (cluster[c]==cluster['adj_exceeds_prices']).all(): # Both dividend and present adjust too big for prices, # more likely the dividends are too big. true_threshold = 1/2 else: fals_threshold = 1/2 if pct_fail >= true_threshold: div_status_df.loc[fc, c] = True if 'div_date_wrong' in div_status_df.columns: # reset this as well div_status_df.loc[fc, 'div_date_wrong'] = False div_status_df.loc[fc, 'div_true_date'] = pd.NaT cluster = div_status_df[fc].sort_index() continue elif pct_fail <= fals_threshold: div_status_df.loc[fc, c] = False continue if c == 'div_too_small': true_threshold = 1.0 fals_threshold = 0.1 if 'adj_exceeds_div' not in cluster.columns: # Adjustment confirms dividends => more likely that 'div_too_small' are false positives: NOT too small true_threshold = 6/11 fals_threshold = 1/2 if pct_fail >= true_threshold: div_status_df.loc[fc, c] = True continue elif pct_fail <= fals_threshold: div_status_df.loc[fc, c] = False continue if c == 'adj_missing': if cluster[c].iloc[-1] and n_fail == 1: # Only the latest/last row is missing, genuine error continue if c == 'div_exceeds_adj': continue if c == 'adj_exceeds_prices': continue if c == 'phantom' and self.ticker in ['KAP.IL', 'SAND']: # Manually approve, but these are probably safe to assume ok continue if c == 'div_date_wrong': # Fine, these should be rare continue if c in ['div_pre_split', 'div_too_big_and_pre_split']: # Fine, these should be rare continue if 'div_too_big' in checks and 'div_exceeds_adj' in checks: c = "adj_too_small" div_status_df[c] = False for i in range(len(div_status_df)): dt = div_status_df.index[i] row = div_status_df.iloc[i] if row['div_too_big'] and row['div_exceeds_adj']: # Check if div_too_big AND adj-too-small-for-prices div_yield = row['div'] pct = row['%'] close = div_yield/pct adj_present = row['present adj'] implied_div_yield = (1-adj_present)*close ratio = div_yield/implied_div_yield also_correct_adj = abs(ratio-(currency_divide*currency_divide)) < currency_divide if also_correct_adj: div_status_df.loc[dt, c] = True if not div_status_df[c].any(): div_status_df = div_status_df.drop(c, axis=1) else: checks.append(c) if 'div_too_big_and_pre_split' in div_status_df.columns: for c in ['div_too_big', 'div_pre_split']: if c in div_status_df: div_status_df[c] = div_status_df[c] | div_status_df['div_too_big_and_pre_split'] else: div_status_df[c] = div_status_df['div_too_big_and_pre_split'] checks.append(c) div_status_df = div_status_df.drop('div_too_big_and_pre_split', axis=1) checks.remove('div_too_big_and_pre_split') div_status_df = div_status_df.sort_index() # Discard dividends with no problems div_status_df = div_status_df[div_status_df[checks].any(axis=1)] if div_status_df.empty: if not df2_nan.empty: df2 = pd.concat([df2, df2_nan]).sort_index() return df2 # These arrays track changes for constructing compact log messages div_repairs = {} for cid in list(div_status_df['cluster'].unique()): cluster = div_status_df[div_status_df['cluster']==cid] cluster = cluster.sort_index(ascending=False) cluster['Fixed?'] = False # Reverse order because may delete false-positives for i in range(len(cluster)-1, -1, -1): row = cluster.iloc[i] dt = row.name enddt = dt-_datetime.timedelta(seconds=1) adj_missing = 'adj_missing' in row and row['adj_missing'] div_exceeds_adj = 'div_exceeds_adj' in row and row['div_exceeds_adj'] adj_exceeds_div = 'adj_exceeds_div' in row and row['adj_exceeds_div'] adj_exceeds_prices = 'adj_exceeds_prices' in row and row['adj_exceeds_prices'] div_too_small = 'div_too_small' in row and row['div_too_small'] div_too_big = 'div_too_big' in row and row['div_too_big'] div_pre_split = 'div_pre_split' in row and row['div_pre_split'] # div_too_small_and_pre_split = 'div_too_small_and_pre_split' in row and row['div_too_small_and_pre_split'] # not happened yet # div_too_big_and_pre_split = 'div_too_big_and_pre_split' in row and row['div_too_big_and_pre_split'] # not happened yet div_date_wrong = 'div_date_wrong' in row and row['div_date_wrong'] adj_too_small = 'adj_too_small' in row and row['adj_too_small'] n_failed_checks = np.sum([row[c] for c in checks if c in row]) if div_too_big and adj_exceeds_prices and n_failed_checks == 2: # adj_exceeds_prices is redundant information, fixing div-too-big # will fix adjustment adj_exceeds_prices = False n_failed_checks -= 1 if div_date_wrong: if div_too_big: # redundant information div_too_big = False cluster.loc[dt, 'div_too_big'] = False n_failed_checks -= 1 if div_exceeds_adj: # false-positive div_exceeds_adj = False cluster.loc[dt, 'div_exceeds_adj'] = False n_failed_checks -= 1 if div_pre_split: if adj_exceeds_prices: # redundant information adj_exceeds_prices = False cluster.loc[dt, 'adj_exceeds_prices'] = False n_failed_checks -= 1 if n_failed_checks == 1: if div_exceeds_adj or adj_exceeds_div: # Simply recalculate Adj Close k = 'too-small div-adjust' if div_exceeds_adj else 'too-big div-adjust' div_repairs.setdefault(k, []).append(dt) adj_correction = (1.0 - row['%']) / row['present adj'] df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True elif div_too_small: # Fix both dividend and adjustment # - div_too_small looks fine, the adj also needs repair because compared against div k = 'too-small div' correction = currency_divide correct_div = row['div'] * correction df2.loc[dt, 'Dividends'] = correct_div # adj is correct *compared to the present div*, so needs rescaling # to match corrected dividend k += ' & div-adjust' target_adj = 1.0 - ((1.0 - row['present adj']) * correction) adj_correction = target_adj / row['present adj'] df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True div_repairs.setdefault(k, []).append(dt) elif div_too_big: k = 'too-big div' correction = 1.0/currency_divide correct_div = row['div'] * correction df2.loc[dt, 'Dividends'] = correct_div target_div_pct = row['%'] * correction target_adj = 1.0 - target_div_pct present_adj = row['present adj'] k += ' & div-adjust' adj_correction = target_adj / present_adj df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True div_repairs.setdefault(k, []).append(dt) elif adj_missing: k = 'missing div-adjust' div_repairs.setdefault(k, []).append(dt) adj_correction = 1.0-row['%'] df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True elif div_date_wrong: k = 'wrong ex-div date' div_repairs.setdefault(k, []).append(dt) # First rollback the present adj adj_correction = 1.0/row['present adj'] df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction # Apply correct adj from correct date div_true_date = row['div_true_date'] close_before = df2['Close'].iloc[row['idx']] div = row['div'] true_adj = 1.0 - div/close_before enddt2 = div_true_date-_datetime.timedelta(seconds=1) df2.loc[ :enddt2, 'Adj Close'] *= true_adj df2_nan.loc[:enddt2, 'Adj Close'] *= true_adj # Move div to correct date df2.loc[div_true_date, 'Dividends'] += div df2.loc[dt, 'Dividends'] = 0 df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True elif adj_exceeds_prices: # Nothing else wrong => probably false positive, # but no harm checking the adjustment target_adj = 1.0 - row['%'] present_adj = row['present adj'] if abs((target_adj/present_adj)-1) > 0.05: # Also correct adjustment to match corrected dividend k += ' & div-adjust' adj_correction = target_adj / present_adj df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True else: div_status_df = div_status_df.drop(dt) cluster = cluster.drop(dt) elif div_pre_split: k = 'pre-split div' correction = 1.0/df2['Stock Splits'].loc[dt] correct_div = row['div'] * correction df2.loc[dt, 'Dividends'] = correct_div target_div_pct = row['%'] * correction target_adj = 1.0 - target_div_pct present_adj = row['present adj'] # Also correct adjustment to match corrected dividend k += ' & div-adjust' adj_correction = target_adj / present_adj df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True div_repairs.setdefault(k, []).append(dt) elif n_failed_checks == 2: if div_too_big and adj_missing: # A currency unit mixup AND adjustment missing k = 'too-big div and missing div-adjust' div_repairs.setdefault(k, []).append(dt) adj_correction = 1.0 - row['%']/currency_divide df2.loc[dt, 'Dividends'] /= currency_divide df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True elif div_too_big and div_exceeds_adj: div = row['div'] close = div/row['%'] adj_present = row['present adj'] # Adj Close is correct, just need to fix Dividend. # Probably just a currency unit mixup. df2.loc[dt, 'Dividends'] /= currency_divide k = 'div-too-big' div_repairs.setdefault(k, []).append(dt) cluster.loc[dt, 'Fixed?'] = True elif div_too_big and adj_exceeds_prices: # Assume div 100x error, and that Yahoo used this wrong dividend. # 'adj_too_big=True' is probably redundant information, knowing div too big # is enough to require also fixing adjustment k = 'too-big div & div-adjust' div_repairs.setdefault(k, []).append(dt) target_div_pct = row['%']/currency_divide target_adj = 1.0 - target_div_pct adj_correction = target_adj / row['present adj'] df2.loc[dt, 'Dividends'] /= currency_divide df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True elif div_too_small and adj_exceeds_div: # Adj Close is correct, just need to fix Dividend. # Probably just a currency unit mixup. df2.loc[dt, 'Dividends'] *= currency_divide k = 'too-small div' if 'FX was repaired' in row and row['FX was repaired']: # Complication: not just a currency unit mixup, but # mixed up the local currency with $. So need to # recalculate adjustment. msg = None div_adj = 1.0 - (row['%']*currency_divide) adj_correction = div_adj / row['present adj'] df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True # Currently not logging this FX-fix event, since I refactored fixing. k += " and FX mixup" div_repairs.setdefault(k, []).append(dt) cluster.loc[dt, 'Fixed?'] = True elif n_failed_checks == 3: if div_too_big and div_exceeds_adj and div_pre_split: k = 'too-big div & pre-split' correction = (1.0/currency_divide) * (1.0/df2['Stock Splits'].loc[dt]) correct_div = row['div'] * correction df2.loc[dt, 'Dividends'] = correct_div target_div_pct = row['%'] * correction target_adj = 1.0 - target_div_pct present_adj = row['present adj'] # Also correct adjustment to match corrected dividend k += ' & div-adjust' adj_correction = target_adj / present_adj df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True cluster.loc[dt, 'Fixed?'] = True div_repairs.setdefault(k, []).append(dt) elif div_too_big and div_exceeds_adj and adj_too_small: # Need to fix dividend AND adj close. # Probably just a currency unit mixup. div = row['div'] close = div/row['%'] adj_present = row['present adj'] k = 'div-too-big and adj-too-small' # div_true = div/currency_divide pct_true = div_true / close df2.loc[dt, 'Dividends'] = div_true # adj_correct = 1.0 - pct_true adj_correction = adj_correct / adj_present df2.loc[ :enddt, 'Adj Close'] *= adj_correction df2.loc[ :enddt, 'Repaired?'] = True df2_nan.loc[:enddt, 'Adj Close'] *= adj_correction df2_nan.loc[:enddt, 'Repaired?'] = True div_repairs.setdefault(k, []).append(dt) cluster.loc[dt, 'Fixed?'] = True if cluster.empty: continue for k in div_repairs: msg = f"Repaired {k}: {[str(dt.date()) for dt in sorted(div_repairs[k])]}" logger.info(msg, extra=log_extras) if not df2_nan.empty: df2 = pd.concat([df2, df2_nan]).sort_index() return df2 @utils.log_indent_decorator def _fix_bad_stock_splits(self, df, interval, tz_exchange): # Original logic only considered latest split adjustment could be missing, but # actually **any** split adjustment can be missing. So check all splits in df. # # Improved logic looks for BIG daily price changes that closely match the # **nearest future** stock split ratio. This indicates Yahoo failed to apply a new # stock split to old price data. # # There is a slight complication, because Yahoo does another stupid thing. # Sometimes the old data is adjusted twice. So cannot simply assume # which direction to reverse adjustment - have to analyse prices and detect. # Not difficult. if df.empty: return df logger = utils.get_yf_logger() log_extras = {'yf_cat': 'split-repair', 'yf_interval': interval, 'yf_symbol': self.ticker} interday = interval in ['1d', '1wk', '1mo', '3mo'] if not interday: return df df = df.sort_index() # scan splits oldest -> newest split_f = df['Stock Splits'].to_numpy() != 0 if not split_f.any(): logger.debug('price-repair-split: No splits in data') return df logger.debug(f'Splits: {str(df["Stock Splits"][split_f].to_dict())}', extra=log_extras) if 'Repaired?' not in df.columns: df['Repaired?'] = False for split_idx in np.where(split_f)[0]: split_dt = df.index[split_idx] split = df.loc[split_dt, 'Stock Splits'] if split_dt == df.index[0]: continue # Add on a week: if interval in ['1wk', '1mo', '3mo']: split_idx += 1 else: split_idx += 5 cutoff_idx = min(df.shape[0], split_idx) # add one row after to detect big change df_pre_split = df.iloc[0:cutoff_idx+1] logger.debug(f'split_idx={split_idx} split_dt={split_dt.date()} split={split:.4f}', extra=log_extras) logger.debug(f'df dt range: {df_pre_split.index[0].date()} -> {df_pre_split.index[-1].date()}', extra=log_extras) df_pre_split_repaired = self._fix_prices_sudden_change(df_pre_split, interval, tz_exchange, split, correct_volume=True, correct_dividend=True) # Merge back in: if cutoff_idx == df.shape[0]-1: df = df_pre_split_repaired else: df_post_cutoff = df.iloc[cutoff_idx+1:] if df_post_cutoff.empty: df = df_pre_split_repaired.sort_index() else: df = pd.concat([df_pre_split_repaired.sort_index(), df_post_cutoff]) return df @utils.log_indent_decorator def _fix_prices_sudden_change(self, df, interval, tz_exchange, change, correct_volume=False, correct_dividend=False): if df.empty: return df logger = utils.get_yf_logger() log_extras = {'yf_cat': 'price-change-repair', 'yf_interval': interval, 'yf_symbol': self.ticker} split = change split_rcp = 1.0 / split interday = interval in ['1d', '1wk', '1mo', '3mo'] multiday = interval in ['1wk', '1mo', '3mo'] if change in [100.0, 0.01]: fix_type = '100x error' log_extras['yf_cat'] = 'price-repair-100x' start_min = None else: fix_type = 'bad split' log_extras['yf_cat'] = 'price-repair-split' # start_min = 1 year before oldest split f = df['Stock Splits'].to_numpy() != 0.0 start_min = (df.index[f].min() - _dateutil.relativedelta.relativedelta(years=1)).date() logger.debug(f'start_min={start_min} change={change:.4f} (rcp={1.0/change:.4f})', extra=log_extras) OHLC = ['Open', 'High', 'Low', 'Close'] if interday and interval != '1d': # Yahoo creates multi-day intervals using potentiall corrupt data, e.g. # the Close could be 100x Open. This means have to correct each OHLC column # individually correct_columns_individually = True else: correct_columns_individually = False # Do not attempt repair of the split is small, # could be mistaken for normal price variance if 0.8 < split < 1.25: logger.debug("Split ratio too close to 1. Won't repair", extra=log_extras) return df df2 = df.copy().sort_index(ascending=False) if df2.index.tz is None: df2.index = df2.index.tz_localize(tz_exchange) elif df2.index.tz != tz_exchange: df2.index = df2.index.tz_convert(tz_exchange) n = df2.shape[0] # If stock is currently suspended and not in USA, then usually Yahoo introduces # 100x errors into suspended intervals. Clue is no price change and 0 volume. # Better to use last active trading interval as baseline. # f_no_activity = (df2['Low'] == df2['High']) & (df2['Volume']==0) # Update: intra-interval 100x/0.01x errors can trick Low==High f_no_activity = df2['Volume']==0 f_no_activity = f_no_activity | df2[OHLC].isna().all(axis=1) appears_suspended = f_no_activity.any() and np.where(f_no_activity)[0][0]==0 f_active = ~f_no_activity idx_latest_active = np.where(f_active & np.roll(f_active, 1))[0] if len(idx_latest_active) == 0: # In rare cases, not enough trading activity for 2+ consecutive days e.g. CLC.L idx_latest_active = np.where(f_active)[0] if len(idx_latest_active) == 0: idx_latest_active = None else: idx_latest_active = int(idx_latest_active[0]) log_msg = f'appears_suspended={appears_suspended}, idx_latest_active={idx_latest_active}' if idx_latest_active is not None: log_msg += f' ({df2.index[idx_latest_active].date()})' logger.debug(log_msg, extra=log_extras) df_workings = df2.copy() df_workings = df_workings.drop(['Adj Close', 'Dividends', 'Stock Splits', 'Repaired?'], axis=1, errors='ignore') df_workings = df_workings.rename(columns={'Volume': 'Vol'}) fna = df_workings['Vol'].isna() if fna.any(): df_workings['VolStr'] = '' df_workings.loc[fna, 'VolStr'] = 'NaN' df_workings.loc[~fna, 'VolStr'] = (df_workings['Vol'][~fna]/1e6).astype('int').astype('str') + 'm' df_workings['Vol'] = df_workings['VolStr'] ; df_workings.drop('VolStr', axis=1) else: df_workings['Vol'] = (df_workings['Vol']/1e6).astype('int').astype('str') + 'm' debug_cols = ['Close'] df_workings = df_workings.drop([c for c in OHLC if c not in debug_cols], axis=1, errors='ignore') # Calculate daily price % change. To reduce effect of price volatility, # calculate change for each OHLC column. if interday and interval != '1d' and split not in [100.0, 100, 0.001]: # Avoid using 'Low' and 'High'. For multiday intervals, these can be # very volatile which reduces ability to detect genuine stock split errors _1d_change_x = np.full((n, 2), 1.0) price_data_cols = ['Open','Close'] price_data = df2[price_data_cols].to_numpy() f_zero = price_data == 0.0 else: _1d_change_x = np.full((n, 4), 1.0) price_data_cols = OHLC price_data = df2[price_data_cols].to_numpy() f_zero = price_data == 0.0 if not price_data.flags.writeable: price_data = price_data.copy() if f_zero.any(): price_data[f_zero] = 1.0 # Update: if a VERY large dividend is paid out, then can be mistaken for a 1:2 stock split. # Fix = use adjusted prices f_zero = df2['Close'] == 0 if f_zero.any(): adj = np.ones(len(df2)) adj[~f_zero] = df2['Adj Close'].to_numpy()[~f_zero] / df2['Close'].to_numpy()[~f_zero] else: adj = df2['Adj Close'].to_numpy() / df2['Close'].to_numpy() df_dtype = price_data.dtype if df_dtype == np.int64: price_data = price_data.astype('float') for j in range(price_data.shape[1]): price_data[:,j] *= adj if OHLC[j] in df_workings.columns: df_workings[price_data_cols[j]] *= adj if df_dtype == np.int64: price_data = price_data.astype('int') _1d_change_x[1:] = price_data[1:, ] / price_data[:-1, ] f_zero_num_denom = f_zero | np.roll(f_zero, 1, axis=0) if f_zero_num_denom.any(): _1d_change_x[f_zero_num_denom] = 1.0 if interday and interval != '1d': # average change _1d_change_denoised = np.average(_1d_change_x, axis=1) else: # # change nearest to 1.0 # diff = np.abs(_1d_change_x - 1.0) # j_indices = np.argmin(diff, axis=1) # _1d_change_denoised = _1d_change_x[np.arange(n), j_indices] # Still sensitive to extreme-low low. Try median: _1d_change_denoised = np.median(_1d_change_x, axis=1) f_na = np.isnan(_1d_change_denoised) if f_na.any(): # Possible if data was too old for reconstruction. _1d_change_denoised[f_na] = 1.0 # If all 1D changes are closer to 1.0 than split, exit split_max = max(split, split_rcp) if np.max(_1d_change_denoised) < (split_max - 1) * 0.5 + 1 and np.min(_1d_change_denoised) > 1.0 / ((split_max - 1) * 0.5 + 1): logger.debug(f'No {fix_type}s detected', extra=log_extras) return df # Calculate the true price variance, i.e. remove effect of bad split-adjustments. # Key = ignore 1D changes outside of interquartile range q1, q3 = np.percentile(_1d_change_denoised, [25, 75]) iqr = q3 - q1 lower_bound = q1 - 1.5 * iqr upper_bound = q3 + 1.5 * iqr f = (_1d_change_denoised >= lower_bound) & (_1d_change_denoised <= upper_bound) avg = np.mean(_1d_change_denoised[f]) sd = np.std(_1d_change_denoised[f]) # Now can calculate SD as % of mean sd_pct = sd / avg logger.debug(f"Estimation of true 1D change stats: mean = {avg:.2f}, StdDev = {sd:.4f} ({sd_pct*100.0:.1f}% of mean)", extra=log_extras) # Only proceed if split adjustment far exceeds normal 1D changes largest_change_pct = 5 * sd_pct if interday and interval != '1d': largest_change_pct *= 3 if interval in ['1mo', '3mo']: largest_change_pct *= 2 if max(split, split_rcp) < 1.0 + largest_change_pct: logger.debug("Split ratio too close to normal price volatility. Won't repair", extra=log_extras) logger.debug(f"sd_pct = {sd_pct:.4f} largest_change_pct = {largest_change_pct:.4f}", extra=log_extras) return df # Now can detect bad split adjustments # Set threshold to halfway between split ratio and largest expected normal price change r = _1d_change_denoised / split_rcp split_max = max(split, split_rcp) logger.debug(f"split_max={split_max:.3f} largest_change_pct={largest_change_pct:.4f}", extra=log_extras) threshold = (split_max + 1.0 + largest_change_pct) * 0.5 logger.debug(f"threshold={threshold:.3f}, threshold_rcp={1.0/threshold:.3f}", extra=log_extras) if 'Repaired?' not in df2.columns: df2['Repaired?'] = False if correct_columns_individually: _1d_change_x = np.full((n, 4), 1.0) price_data = df2[OHLC].replace(0.0, 1.0).to_numpy() price_data_cols = OHLC # _1d_change_x = np.full((n, len(price_data_cols)), 1.0) # price_data = df2[price_data_cols].replace(0.0, 1.0).to_numpy() _1d_change_x[1:] = price_data[1:, ] / price_data[:-1, ] else: _1d_change_x = _1d_change_denoised if correct_columns_individually: for j in range(len(price_data_cols)): c = price_data_cols[j] df_workings[c+' 1D %'] = _1d_change_x[:, j] df_workings[c+' 1D %'] = df_workings[c+' 1D %'].round(3) else: df_workings['1D %'] = _1d_change_denoised # df_workings['1D %'] = df_workings['1D %'].round(2).astype('str') df_workings['1D %'] = df_workings['1D %'].round(3) r = _1d_change_x / split_rcp f_down = _1d_change_x < 1.0 / threshold # if f_down.any(): # # Discard where triggered by negative Adj Close after dividend # f_neg = _1d_change_x < 0.0 # f_div = (df2['Dividends']>0).to_numpy() # f_div_before = np.roll(f_div, 1) # if f_down.ndim == 2: # f_div_before = f_div_before[:, np.newaxis].repeat(f_down.shape[1], axis=1) # f_down = f_down & ~(f_neg + f_div_before) f_up = _1d_change_x > threshold f_up_ndims = len(f_up.shape) f_up_shifts = f_up if f_up_ndims==1 else f_up.any(axis=1) # In rare cases e.g. real disasters, the price actually drops massively on huge volume if f_up_shifts.any(): nf_up_shifts = ~f_up_shifts flat_indices = np.where(nf_up_shifts)[0] f_down_ndims = len(f_down.shape) down_dts = df2.index[f_down if f_down_ndims==1 else f_down.any(axis=1)] for idx in np.where(f_up_shifts)[0]: i = idx-1 # this is when price actually dropped dt = df2.index[i] v = df2['Volume'].iloc[i] vol_change_pct = 0 if v == 0 else df2['Volume'].iloc[i-1] / v logger.debug(f"- vol_change_pct = {vol_change_pct:.4f}") if multiday and (i+1 < len(df2)): next_v = df2['Volume'].iloc[i+1] if next_v > 0: vol_change_pct = max(vol_change_pct, df2['Volume'].iloc[i] / next_v) # if vol_change_pct > 5: # # big volume change +500% # # Could be false-positive, but need some more checks # lookback = max(0, i-10) # lookahead = min(len(df2), i+10) # if (df2['Stock Splits'].iloc[lookback:lookahead]!=0.0).any(): # # There's a stock split near the volume spike, so # # assume false positive # continue # avg_vol_after = df2['Volume'].iloc[lookback:i-1].mean() # if not np.isnan(avg_vol_after) and avg_vol_after > 0 and v/avg_vol_after < 2.0: # # volume spike is actually a step-change, so # # probably missing stock split # continue # if f_up_ndims == 1: # f_up[idx] = False # else: # f_up[idx,:] = False # New method: look for a volume spike # Select 20 rows after i (earlier in time) # are not triggers (big price moves). i_pos_in_flat_indices = nf_up_shifts[:i].sum() start = max(0, i_pos_in_flat_indices - 15) end = min(len(flat_indices), start+30+1) block = df2.iloc[flat_indices[start:end]] block = block.sort_index() # block_before = block.loc[:dt-_datetime.timedelta(1)] down_dts_from = down_dts[down_dts>=dt] if len(down_dts_from) > 0: next_down_dt = min(down_dts_from) if next_down_dt == dt: # Only this row has price drop, so will look like a volume spike but # is definitely a data error to repair. block_after = None else: block_after = block.loc[dt+_datetime.timedelta(1):next_down_dt-_datetime.timedelta(1)] else: block_after = block.loc[dt+_datetime.timedelta(1):] if block_after is not None and block_after.empty: block_after = None def _calc_volume_zscore_weighted(volume, dt, block): distances = np.abs((block.index - dt).total_seconds()) distances /= distances.max() weights = np.exp(-distances) weights = np.array(weights) / np.sum(weights) values = block['Volume'].to_numpy() weighted_mean = np.sum(values * weights) weighted_variance = np.sum(weights * (values - weighted_mean) ** 2) weighted_std = np.sqrt(weighted_variance) # print(f"# weighted_variance = {weighted_variance:.4f}") # print(f"# weighted_std = {weighted_std:.4f}") z_score = (volume - weighted_mean) / weighted_std # print(f"z_score = {z_score:.4f}") return z_score def _calc_volume_zscore(volume, block): # print(f"_calc_volume_zscore(volume={volume})") values = block['Volume'].to_numpy() std = np.std(values, ddof=1) if std == 0.0: return 0 mean = np.mean(values) z_score = (volume - mean) / std return z_score # z_score_before = _calc_volume_zscore(v, block_before) # print(f"z_score_before = {z_score_before:.4f}") if block_after is not None: z_score_after = _calc_volume_zscore(v, block_after) # print(f"z_score_after = {z_score_after:.4f}") z_score_after_d1 = _calc_volume_zscore(block_after['Volume'].iloc[0], block_after) # print(f"z_score_after_d1 = {z_score_after_d1:.4f}") # z_score_after_d2 = _calc_volume_zscore(block_after['Volume'].iloc[1], block_after) # print(f"z_score_after_d2 = {z_score_after_d2:.4f}") if max(z_score_after, z_score_after_d1) > 2: # There was a volume spike around this date, so # probably something happened NOT a missing stock split. logger.debug(f"Detected false-positive split error on {dt.date()}, ignoring price drop") if f_up_ndims == 1: f_up[idx] = False else: f_up[idx,:] = False f = f_down | f_up if not correct_columns_individually: df_workings['r'] = r df_workings['down'] = f_down df_workings['up'] = f_up df_workings['r'] = df_workings['r'].round(2).astype('str') df_workings['f'] = f else: for j in range(len(price_data_cols)): c = price_data_cols[j] df_workings[c+'_r'] = r[:, j] df_workings[c+'_r'] = df_workings[c+'_r'].round(2).astype('str') df_workings[c+'_down'] = f_down[:, j] df_workings[c+'_up'] = f_up[:, j] df_workings[c+'_f'] = f[:, j] # Possible that extreme events caused the price spikes/dumps. # So for each signal, calculate local stdev for a custom threshold. for idx in np.where(f)[0]: dt = df2.index[idx] idx_end = min(len(df2)-1, idx+2) if interval.endswith('d'): lookback = 10 elif interval.endswith('m'): lookback = 100 else: lookback = 3 idx_start = max(0, idx-lookback) changes_local = df_workings.iloc[idx_start:idx_end] if correct_columns_individually: cols = price_data_cols else: cols = ['n/a'] for c in cols: if c == 'n/a': clean_changes = changes_local['1D %'][~changes_local['f']].to_numpy() else: clean_changes = changes_local[c+' 1D %'][~changes_local[c+'_f']].to_numpy() avg = np.mean(clean_changes) sd = np.std(clean_changes) sd_pct = sd / avg largest_change_pct = 5 * sd_pct if interday and interval != '1d': largest_change_pct *= 3 if interval in ['1mo', '3mo']: largest_change_pct *= 2 threshold = (split_max + 1.0 + largest_change_pct) * 0.5 if correct_columns_individually: big_change = df_workings[c+' 1D %'].iloc[idx] else: big_change = df_workings['1D %'].iloc[idx] if big_change < threshold and big_change > 1.0/threshold: # This price change is actually similar to local price volatily. False positive if correct_columns_individually: logger.debug(f"Unusual '{c}' price action @ {dt.date()} is actually similar to local price volatility, so ignoring (StdDev % mean = {sd_pct*100:.1f}%)") df_workings.loc[dt, c+'_f'] = False else: logger.debug(f"Unusual price action @ {dt.date()} is actually similar to local price volatility, so ignoring (StdDev % mean = {sd_pct*100:.1f}%)") df_workings.loc[dt, 'f'] = False if not correct_columns_individually: f_down = f_down & df_workings['f'].to_numpy() f_up = f_up & df_workings['f'].to_numpy() else: for j in range(len(price_data_cols)): c = price_data_cols[j] if c in debug_cols: f_down[:, j] = f_down[:, j] & df_workings[c+'_f'] f_up[:, j] = f_up[:, j] & df_workings[c+'_f'] f = f_down | f_up if not f.any(): logger.debug(f'No {fix_type}s detected', extra=log_extras) return df # Update: if any 100x changes are soon after a stock split, so could be confused with split error, then abort threshold_days = 30 f_splits = df2['Stock Splits'].to_numpy() != 0.0 if change in [100.0, 0.01] and f_splits.any(): indices_A = np.where(f_splits)[0] indices_B = np.where(f)[0] if not len(indices_A) or not len(indices_B): return None gaps = indices_B[:, None] - indices_A # Because data is sorted in DEscending order, need to flip gaps gaps *= -1 f_pos = gaps > 0 if f_pos.any(): gap_min = gaps[f_pos].min() gap_td = utils._interval_to_timedelta(interval) * gap_min if isinstance(gap_td, _dateutil.relativedelta.relativedelta): threshold = _dateutil.relativedelta.relativedelta(days=threshold_days) else: threshold = _datetime.timedelta(days=threshold_days) if isinstance(threshold, _dateutil.relativedelta.relativedelta) and isinstance(gap_td, _dateutil.relativedelta.relativedelta): idx = np.where(gaps==gap_min)[0][0] dt = df2.index[idx] within_threshold = (dt + gap_td) < (dt + threshold) else: within_threshold = gap_td < threshold if within_threshold: logger.info('100x changes are too soon after stock split events, aborting', extra=log_extras) return df if logger.isEnabledFor(logging.DEBUG): df_workings['i'] = list(range(0, df_workings.shape[0])) df_workings['i_rev'] = df_workings.shape[0]-1 - df_workings['i'] if correct_columns_individually: f_change = df_workings[[c+'_down' for c in debug_cols]].any(axis=1) | df_workings[[c+'_up' for c in debug_cols]].any(axis=1) else: f_change = df_workings['down'] | df_workings['up'] f_change = f_change | np.roll(f_change, -1) | np.roll(f_change, 1) | np.roll(f_change, -2) | np.roll(f_change, 2) with pd.option_context('display.max_rows', None, 'display.max_columns', 10, 'display.width', 1000): # more options can be specified also logger.debug("price-repair-split: my workings:" + '\n' + str(df_workings[f_change])) def map_signals_to_ranges(f, f_up, f_down): # Ensure 0th element is False, because True is nonsense if f[0]: f = np.copy(f) f[0] = False f_up = np.copy(f_up) f_up[0] = False f_down = np.copy(f_down) f_down[0] = False if not f.any(): return [] true_indices = np.where(f)[0] ranges = [] for i in range(len(true_indices) - 1): if i % 2 == 0: if split > 1.0: adj = 'split' if f_down[true_indices[i]] else '1.0/split' else: adj = '1.0/split' if f_down[true_indices[i]] else 'split' ranges.append((true_indices[i], true_indices[i + 1], adj)) if len(true_indices) % 2 != 0: if split > 1.0: adj = 'split' if f_down[true_indices[-1]] else '1.0/split' else: adj = '1.0/split' if f_down[true_indices[-1]] else 'split' ranges.append((true_indices[-1], len(f), adj)) return ranges if idx_latest_active is not None: idx_rev_latest_active = df.shape[0] - 1 - idx_latest_active logger.debug(f'idx_latest_active={idx_latest_active}, idx_rev_latest_active={idx_rev_latest_active}', extra=log_extras) if correct_columns_individually: f_corrected = np.full(n, False) if correct_volume: # If Open or Close is repaired but not both, # then this means the interval has a mix of correct # and errors. A problem for correcting Volume, # so use a heuristic: # - if both Open & Close were Nx bad => Volume is Nx bad # - if only one of Open & Close are Nx bad => Volume is 0.5*Nx bad f_open_fixed = np.full(n, False) f_close_fixed = np.full(n, False) OHLC_correct_ranges = [None, None, None, None] for j in range(len(OHLC)): c = OHLC[j] idx_first_f = np.where(f)[0][0] if appears_suspended and (idx_latest_active is not None and idx_latest_active >= idx_first_f): # Suspended midway during data date range. # 1: process data before suspension in index-ascending (date-descending) order. # 2: process data after suspension in index-descending order. Requires signals to be reversed, # then returned ranges to also be reversed, because this logic was originally written for # index-ascending (date-descending) order. fj = f[:, j] f_upj = f_up[:, j] f_downj = f_down[:, j] ranges_before = map_signals_to_ranges(fj[idx_latest_active:], f_upj[idx_latest_active:], f_downj[idx_latest_active:]) if len(ranges_before) > 0: # Shift each range back to global indexing for i in range(len(ranges_before)): r = ranges_before[i] ranges_before[i] = (r[0] + idx_latest_active, r[1] + idx_latest_active, r[2]) f_rev_downj = np.flip(np.roll(f_upj, -1)) # correct f_rev_upj = np.flip(np.roll(f_downj, -1)) # correct f_revj = f_rev_upj | f_rev_downj ranges_after = map_signals_to_ranges(f_revj[idx_rev_latest_active:], f_rev_upj[idx_rev_latest_active:], f_rev_downj[idx_rev_latest_active:]) if len(ranges_after) > 0: # Shift each range back to global indexing: for i in range(len(ranges_after)): r = ranges_after[i] ranges_after[i] = (r[0] + idx_rev_latest_active, r[1] + idx_rev_latest_active, r[2]) # Flip range to normal ordering for i in range(len(ranges_after)): r = ranges_after[i] ranges_after[i] = (n-r[1], n-r[0], r[2]) ranges = ranges_before ranges.extend(ranges_after) else: ranges = map_signals_to_ranges(f[:, j], f_up[:, j], f_down[:, j]) logger.debug(f"column '{c}' ranges: {ranges}", extra=log_extras) if start_min is not None: # Prune ranges that are older than start_min for i in range(len(ranges)-1, -1, -1): r = ranges[i] if df2.index[r[0]].date() < start_min: logger.debug(f'Pruning {c} range {df2.index[r[0]]}->{df2.index[r[1]-1]} because too old.', extra=log_extras) del ranges[i] if len(ranges) > 0: OHLC_correct_ranges[j] = ranges count = sum([1 if x is not None else 0 for x in OHLC_correct_ranges]) if count == 0: pass elif count == 1: # If only 1 column then assume false positive idxs = [i if OHLC_correct_ranges[i] else -1 for i in range(len(OHLC))] idx = np.where(np.array(idxs) != -1)[0][0] col = OHLC[idx] logger.debug(f'Potential {fix_type} detected only in column {col}, so treating as false positive (ignore)', extra=log_extras) else: # Only correct if at least 2 columns require correction. n_corrected = [0,0,0,0] for j in range(len(OHLC)): c = OHLC[j] ranges = OHLC_correct_ranges[j] if ranges is None: ranges = [] for r in ranges: if r[2] == 'split': m = split m_rcp = split_rcp else: m = split_rcp m_rcp = split if interday: msg = f"Corrected {fix_type} on col={c} range=[{df2.index[r[1]-1].date()}:{df2.index[r[0]].date()}] m={m:.4f}" else: msg = f"Corrected {fix_type} on col={c} range=[{df2.index[r[1]-1]}:{df2.index[r[0]]}] m={m:.4f}" logger.debug(msg, extra=log_extras) # Instead of logging here, just count n_corrected[j] += r[1]-r[0] df2.iloc[r[0]:r[1], df2.columns.get_loc(c)] *= m if c == 'Close': df2.iloc[r[0]:r[1], df2.columns.get_loc('Adj Close')] *= m if correct_volume: if c == 'Open': f_open_fixed[r[0]:r[1]] = True elif c == 'Close': f_close_fixed[r[0]:r[1]] = True f_corrected[r[0]:r[1]] = True if sum(n_corrected) > 0: counts_pretty = '' for j in range(len(OHLC)): if n_corrected[j] != 0: if counts_pretty != '': counts_pretty += ', ' counts_pretty += f'{OHLC[j]}={n_corrected[j]}x' msg = f"Corrected: {counts_pretty}" logger.info(msg, extra=log_extras) if correct_volume: f_open_and_closed_fixed = f_open_fixed & f_close_fixed f_open_xor_closed_fixed = np.logical_xor(f_open_fixed, f_close_fixed) if f_open_and_closed_fixed.any(): df2.loc[f_open_and_closed_fixed, "Volume"] = (df2.loc[f_open_and_closed_fixed, "Volume"] * m_rcp).round().astype('int') if f_open_xor_closed_fixed.any(): df2.loc[f_open_xor_closed_fixed, "Volume"] = (df2.loc[f_open_xor_closed_fixed, "Volume"] * 0.5 * m_rcp).round().astype('int') df2.loc[f_corrected, 'Repaired?'] = True else: n_corrected = 0 idx_first_f = np.where(f)[0][0] if appears_suspended and (idx_latest_active is not None and idx_latest_active >= idx_first_f): # Suspended midway during data date range. # 1: process data before suspension in index-ascending (date-descending) order. # 2: process data after suspension in index-descending order. Requires signals to be reversed, # then returned ranges to also be reversed, because this logic was originally written for # index-ascending (date-descending) order. ranges_before = map_signals_to_ranges(f[idx_latest_active:], f_up[idx_latest_active:], f_down[idx_latest_active:]) if len(ranges_before) > 0: # Shift each range back to global indexing for i in range(len(ranges_before)): r = ranges_before[i] ranges_before[i] = (r[0] + idx_latest_active, r[1] + idx_latest_active, r[2]) f_rev_down = np.flip(np.roll(f_up, -1)) f_rev_up = np.flip(np.roll(f_down, -1)) f_rev = f_rev_up | f_rev_down ranges_after = map_signals_to_ranges(f_rev[idx_rev_latest_active:], f_rev_up[idx_rev_latest_active:], f_rev_down[idx_rev_latest_active:]) if len(ranges_after) > 0: # Shift each range back to global indexing: for i in range(len(ranges_after)): r = ranges_after[i] ranges_after[i] = (r[0] + idx_rev_latest_active, r[1] + idx_rev_latest_active, r[2]) # Flip range to normal ordering for i in range(len(ranges_after)): r = ranges_after[i] ranges_after[i] = (n-r[1], n-r[0], r[2]) ranges = ranges_before ranges.extend(ranges_after) else: ranges = map_signals_to_ranges(f, f_up, f_down) if start_min is not None: # Prune ranges that are older than start_min for i in range(len(ranges)-1, -1, -1): r = ranges[i] if df2.index[r[0]].date() < start_min: logger.debug(f'Pruning range {df2.index[r[0]]}->{df2.index[r[1]-1]} because too old.', extra=log_extras) del ranges[i] for r in ranges: if r[2] == 'split': m = split m_rcp = split_rcp else: m = split_rcp m_rcp = split logger.debug(f"range={r} m={m}", extra=log_extras) for c in ['Open', 'High', 'Low', 'Close', 'Adj Close']: df2.iloc[r[0]:r[1], df2.columns.get_loc(c)] *= m if correct_dividend: df2.iloc[r[0]:r[1], df2.columns.get_loc('Dividends')] *= m if correct_volume: col_loc = df2.columns.get_loc("Volume") df2.iloc[r[0]:r[1], col_loc] = (df2.iloc[r[0]:r[1], col_loc] * m_rcp).round().astype('int') df2.iloc[r[0]:r[1], df2.columns.get_loc('Repaired?')] = True if r[0] == r[1] - 1: if interday: msg = f"Corrected {fix_type} on interval {df2.index[r[0]].date()}" else: msg = f"Corrected {fix_type} on interval {df2.index[r[0]]}" else: # Note: df2 sorted with index descending start = df2.index[r[1] - 1] end = df2.index[r[0]] if interday: msg = f"Corrected {fix_type} across intervals {start.date()} -> {end.date()} (inclusive)" else: msg = f"Corrected {fix_type} across intervals {start} -> {end} (inclusive)" logger.debug(msg, extra=log_extras) n_corrected += r[1] - r[0] if len(ranges) <= 2: msg = "Corrected:" for r in ranges: msg += f" {df2.index[r[1]-1].date()} -> {df2.index[r[0]].date()}" else: msg = f"Corrected: {n_corrected}x" logger.info(msg, extra=log_extras) if correct_volume: f_na = df2['Volume'].isna() if f_na.any(): df2.loc[~f_na,'Volume'] = df2['Volume'][~f_na].round(0).astype('int') else: df2['Volume'] = df2['Volume'].round(0).astype('int') return df2.sort_index() ================================================ FILE: yfinance/scrapers/holders.py ================================================ import curl_cffi import pandas as pd from yfinance import utils from yfinance.config import YfConfig from yfinance.const import _BASE_URL_ from yfinance.data import YfData from yfinance.exceptions import YFDataException _QUOTE_SUMMARY_URL_ = f"{_BASE_URL_}/v10/finance/quoteSummary" class Holders: _SCRAPE_URL_ = 'https://finance.yahoo.com/quote' def __init__(self, data: YfData, symbol: str): self._data = data self._symbol = symbol self._major = None self._major_direct_holders = None self._institutional = None self._mutualfund = None self._insider_transactions = None self._insider_purchases = None self._insider_roster = None @property def major(self) -> pd.DataFrame: if self._major is None: self._fetch_and_parse() return self._major @property def institutional(self) -> pd.DataFrame: if self._institutional is None: self._fetch_and_parse() return self._institutional @property def mutualfund(self) -> pd.DataFrame: if self._mutualfund is None: self._fetch_and_parse() return self._mutualfund @property def insider_transactions(self) -> pd.DataFrame: if self._insider_transactions is None: self._fetch_and_parse() return self._insider_transactions @property def insider_purchases(self) -> pd.DataFrame: if self._insider_purchases is None: self._fetch_and_parse() return self._insider_purchases @property def insider_roster(self) -> pd.DataFrame: if self._insider_roster is None: self._fetch_and_parse() return self._insider_roster def _fetch(self): modules = ','.join( ["institutionOwnership", "fundOwnership", "majorDirectHolders", "majorHoldersBreakdown", "insiderTransactions", "insiderHolders", "netSharePurchaseActivity"]) params_dict = {"modules": modules, "corsDomain": "finance.yahoo.com", "formatted": "false"} result = self._data.get_raw_json(f"{_QUOTE_SUMMARY_URL_}/{self._symbol}", params=params_dict) return result def _fetch_and_parse(self): try: result = self._fetch() except curl_cffi.requests.exceptions.HTTPError as e: if not YfConfig.debug.hide_exceptions: raise utils.get_yf_logger().error(str(e) + e.response.text) self._major = pd.DataFrame() self._major_direct_holders = pd.DataFrame() self._institutional = pd.DataFrame() self._mutualfund = pd.DataFrame() self._insider_transactions = pd.DataFrame() self._insider_purchases = pd.DataFrame() self._insider_roster = pd.DataFrame() return try: data = result["quoteSummary"]["result"][0] # parse "institutionOwnership", "fundOwnership", "majorDirectHolders", "majorHoldersBreakdown", "insiderTransactions", "insiderHolders", "netSharePurchaseActivity" self._parse_institution_ownership(data.get("institutionOwnership", {})) self._parse_fund_ownership(data.get("fundOwnership", {})) # self._parse_major_direct_holders(data.get("majorDirectHolders", {})) # need more data to investigate self._parse_major_holders_breakdown(data.get("majorHoldersBreakdown", {})) self._parse_insider_transactions(data.get("insiderTransactions", {})) self._parse_insider_holders(data.get("insiderHolders", {})) self._parse_net_share_purchase_activity(data.get("netSharePurchaseActivity", {})) except (KeyError, IndexError): if not YfConfig.debug.hide_exceptions: raise raise YFDataException("Failed to parse holders json data.") @staticmethod def _parse_raw_values(data): if isinstance(data, dict) and "raw" in data: return data["raw"] return data def _parse_institution_ownership(self, data): holders = data.get("ownershipList", {}) for owner in holders: for k, v in owner.items(): owner[k] = self._parse_raw_values(v) del owner["maxAge"] df = pd.DataFrame(holders) if not df.empty: df["reportDate"] = pd.to_datetime(df["reportDate"], unit="s") df.rename(columns={"reportDate": "Date Reported", "organization": "Holder", "position": "Shares", "value": "Value"}, inplace=True) # "pctHeld": "% Out" self._institutional = df def _parse_fund_ownership(self, data): holders = data.get("ownershipList", {}) for owner in holders: for k, v in owner.items(): owner[k] = self._parse_raw_values(v) del owner["maxAge"] df = pd.DataFrame(holders) if not df.empty: df["reportDate"] = pd.to_datetime(df["reportDate"], unit="s") df.rename(columns={"reportDate": "Date Reported", "organization": "Holder", "position": "Shares", "value": "Value"}, inplace=True) self._mutualfund = df def _parse_major_direct_holders(self, data): holders = data.get("holders", {}) for owner in holders: for k, v in owner.items(): owner[k] = self._parse_raw_values(v) del owner["maxAge"] df = pd.DataFrame(holders) if not df.empty: df["reportDate"] = pd.to_datetime(df["reportDate"], unit="s") df.rename(columns={"reportDate": "Date Reported", "organization": "Holder", "positionDirect": "Shares", "valueDirect": "Value"}, inplace=True) self._major_direct_holders = df def _parse_major_holders_breakdown(self, data): if "maxAge" in data: del data["maxAge"] df = pd.DataFrame.from_dict(data, orient="index") if not df.empty: df.columns.name = "Breakdown" df.rename(columns={df.columns[0]: 'Value'}, inplace=True) self._major = df def _parse_insider_transactions(self, data): holders = data.get("transactions", {}) for owner in holders: for k, v in owner.items(): owner[k] = self._parse_raw_values(v) del owner["maxAge"] df = pd.DataFrame(holders) if not df.empty: df["startDate"] = pd.to_datetime(df["startDate"], unit="s") df.rename(columns={ "startDate": "Start Date", "filerName": "Insider", "filerRelation": "Position", "filerUrl": "URL", "moneyText": "Transaction", "transactionText": "Text", "shares": "Shares", "value": "Value", "ownership": "Ownership" # ownership flag, direct or institutional }, inplace=True) self._insider_transactions = df def _parse_insider_holders(self, data): holders = data.get("holders", {}) for owner in holders: for k, v in owner.items(): owner[k] = self._parse_raw_values(v) del owner["maxAge"] df = pd.DataFrame(holders) if not df.empty: if "positionDirectDate" in df: df["positionDirectDate"] = pd.to_datetime(df["positionDirectDate"], unit="s") if "latestTransDate" in df: df["latestTransDate"] = pd.to_datetime(df["latestTransDate"], unit="s") df.rename(columns={ "name": "Name", "relation": "Position", "url": "URL", "transactionDescription": "Most Recent Transaction", "latestTransDate": "Latest Transaction Date", "positionDirectDate": "Position Direct Date", "positionDirect": "Shares Owned Directly", "positionIndirectDate": "Position Indirect Date", "positionIndirect": "Shares Owned Indirectly" }, inplace=True) df["Name"] = df["Name"].astype(str) df["Position"] = df["Position"].astype(str) df["URL"] = df["URL"].astype(str) df["Most Recent Transaction"] = df["Most Recent Transaction"].astype(str) self._insider_roster = df def _parse_net_share_purchase_activity(self, data): df = pd.DataFrame( { "Insider Purchases Last " + data.get("period", ""): [ "Purchases", "Sales", "Net Shares Purchased (Sold)", "Total Insider Shares Held", "% Net Shares Purchased (Sold)", "% Buy Shares", "% Sell Shares" ], "Shares": [ data.get('buyInfoShares'), data.get('sellInfoShares'), data.get('netInfoShares'), data.get('totalInsiderShares'), data.get('netPercentInsiderShares'), data.get('buyPercentInsiderShares'), data.get('sellPercentInsiderShares') ], "Trans": [ data.get('buyInfoCount'), data.get('sellInfoCount'), data.get('netInfoCount'), pd.NA, pd.NA, pd.NA, pd.NA ] } ).convert_dtypes() self._insider_purchases = df ================================================ FILE: yfinance/scrapers/quote.py ================================================ import curl_cffi import datetime import json import numpy as _np import pandas as pd from yfinance import utils from yfinance.config import YfConfig from yfinance.const import quote_summary_valid_modules, _BASE_URL_, _QUERY1_URL_ from yfinance.data import YfData from yfinance.exceptions import YFDataException, YFException info_retired_keys_price = {"currentPrice", "dayHigh", "dayLow", "open", "previousClose", "volume", "volume24Hr"} info_retired_keys_price.update({"regularMarket"+s for s in ["DayHigh", "DayLow", "Open", "PreviousClose", "Price", "Volume"]}) info_retired_keys_price.update({"fiftyTwoWeekLow", "fiftyTwoWeekHigh", "fiftyTwoWeekChange", "52WeekChange", "fiftyDayAverage", "twoHundredDayAverage"}) info_retired_keys_price.update({"averageDailyVolume10Day", "averageVolume10days", "averageVolume"}) info_retired_keys_exchange = {"currency", "exchange", "exchangeTimezoneName", "exchangeTimezoneShortName", "quoteType"} info_retired_keys_marketCap = {"marketCap"} info_retired_keys_symbol = {"symbol"} info_retired_keys = info_retired_keys_price | info_retired_keys_exchange | info_retired_keys_marketCap | info_retired_keys_symbol _QUOTE_SUMMARY_URL_ = f"{_BASE_URL_}/v10/finance/quoteSummary" class FastInfo: # Contain small subset of info[] items that can be fetched faster elsewhere. # Imitates a dict. def __init__(self, tickerBaseObject): self._tkr = tickerBaseObject self._prices_1y = None self._prices_1wk_1h_prepost = None self._prices_1wk_1h_reg = None self._md = None self._currency = None self._quote_type = None self._exchange = None self._timezone = None self._shares = None self._mcap = None self._open = None self._day_high = None self._day_low = None self._last_price = None self._last_volume = None self._prev_close = None self._reg_prev_close = None self._50d_day_average = None self._200d_day_average = None self._year_high = None self._year_low = None self._year_change = None self._10d_avg_vol = None self._3mo_avg_vol = None # attrs = utils.attributes(self) # self.keys = attrs.keys() # utils.attributes is calling each method, bad! Have to hardcode _properties = ["currency", "quote_type", "exchange", "timezone"] _properties += ["shares", "market_cap"] _properties += ["last_price", "previous_close", "open", "day_high", "day_low"] _properties += ["regular_market_previous_close"] _properties += ["last_volume"] _properties += ["fifty_day_average", "two_hundred_day_average", "ten_day_average_volume", "three_month_average_volume"] _properties += ["year_high", "year_low", "year_change"] # Because released before fixing key case, need to officially support # camel-case but also secretly support snake-case base_keys = [k for k in _properties if '_' not in k] sc_keys = [k for k in _properties if '_' in k] self._sc_to_cc_key = {k: utils.snake_case_2_camelCase(k) for k in sc_keys} self._cc_to_sc_key = {v: k for k, v in self._sc_to_cc_key.items()} self._public_keys = sorted(base_keys + list(self._sc_to_cc_key.values())) self._keys = sorted(self._public_keys + sc_keys) # dict imitation: def keys(self): return self._public_keys def items(self): return [(k, self[k]) for k in self._public_keys] def values(self): return [self[k] for k in self._public_keys] def get(self, key, default=None): if key in self.keys(): if key in self._cc_to_sc_key: key = self._cc_to_sc_key[key] return self[key] return default def __getitem__(self, k): if not isinstance(k, str): raise KeyError(f"key must be a string not '{type(k)}'") if k not in self._keys: raise KeyError(f"'{k}' not valid key. Examine 'FastInfo.keys()'") if k in self._cc_to_sc_key: k = self._cc_to_sc_key[k] return getattr(self, k) def __contains__(self, k): return k in self.keys() def __iter__(self): return iter(self.keys()) def __str__(self): return "lazy-loading dict with keys = " + str(self.keys()) def __repr__(self): return self.__str__() def toJSON(self, indent=4): return json.dumps({k: self[k] for k in self.keys()}, indent=indent) def _get_1y_prices(self, fullDaysOnly=False): if self._prices_1y is None: self._prices_1y = self._tkr.history(period="1y", auto_adjust=False, keepna=True) self._md = self._tkr.get_history_metadata() try: ctp = self._md["currentTradingPeriod"] self._today_open = pd.to_datetime(ctp["regular"]["start"], unit='s', utc=True).tz_convert(self.timezone) self._today_close = pd.to_datetime(ctp["regular"]["end"], unit='s', utc=True).tz_convert(self.timezone) self._today_midnight = self._today_close.ceil("D") except Exception: self._today_open = None self._today_close = None self._today_midnight = None raise if self._prices_1y.empty: return self._prices_1y dnow = pd.Timestamp.now('UTC').tz_convert(self.timezone).date() d1 = dnow d0 = (d1 + datetime.timedelta(days=1)) - utils._interval_to_timedelta("1y") if fullDaysOnly and self._exchange_open_now(): # Exclude today d1 -= utils._interval_to_timedelta("1d") return self._prices_1y.loc[str(d0):str(d1)] def _get_1wk_1h_prepost_prices(self): if self._prices_1wk_1h_prepost is None: self._prices_1wk_1h_prepost = self._tkr.history(period="5d", interval="1h", auto_adjust=False, prepost=True) return self._prices_1wk_1h_prepost def _get_1wk_1h_reg_prices(self): if self._prices_1wk_1h_reg is None: self._prices_1wk_1h_reg = self._tkr.history(period="5d", interval="1h", auto_adjust=False, prepost=False) return self._prices_1wk_1h_reg def _get_exchange_metadata(self): if self._md is not None: return self._md self._get_1y_prices() self._md = self._tkr.get_history_metadata() return self._md def _exchange_open_now(self): t = pd.Timestamp.now('UTC') self._get_exchange_metadata() # if self._today_open is None and self._today_close is None: # r = False # else: # r = self._today_open <= t and t < self._today_close # if self._today_midnight is None: # r = False # elif self._today_midnight.date() > t.tz_convert(self.timezone).date(): # r = False # else: # r = t < self._today_midnight last_day_cutoff = self._get_1y_prices().index[-1] + datetime.timedelta(days=1) last_day_cutoff += datetime.timedelta(minutes=20) r = t < last_day_cutoff # print("_exchange_open_now() returning", r) return r @property def currency(self): if self._currency is not None: return self._currency md = self._tkr.get_history_metadata() self._currency = md["currency"] return self._currency @property def quote_type(self): if self._quote_type is not None: return self._quote_type md = self._tkr.get_history_metadata() self._quote_type = md["instrumentType"] return self._quote_type @property def exchange(self): if self._exchange is not None: return self._exchange self._exchange = self._get_exchange_metadata()["exchangeName"] return self._exchange @property def timezone(self): if self._timezone is not None: return self._timezone self._timezone = self._get_exchange_metadata()["exchangeTimezoneName"] return self._timezone @property def shares(self): if self._shares is not None: return self._shares shares = self._tkr.get_shares_full(start=pd.Timestamp.now('UTC').date()-pd.Timedelta(days=548)) # if shares is None: # # Requesting 18 months failed, so fallback to shares which should include last year # shares = self._tkr.get_shares() if shares is not None: if isinstance(shares, pd.DataFrame): shares = shares[shares.columns[0]] self._shares = int(shares.iloc[-1]) return self._shares @property def last_price(self): if self._last_price is not None: return self._last_price prices = self._get_1y_prices() if prices.empty: md = self._get_exchange_metadata() if "regularMarketPrice" in md: self._last_price = md["regularMarketPrice"] else: self._last_price = float(prices["Close"].iloc[-1]) if _np.isnan(self._last_price): md = self._get_exchange_metadata() if "regularMarketPrice" in md: self._last_price = md["regularMarketPrice"] return self._last_price @property def previous_close(self): if self._prev_close is not None: return self._prev_close prices = self._get_1wk_1h_prepost_prices() fail = False if prices.empty: fail = True else: prices = prices[["Close"]].groupby(prices.index.date).last() if prices.shape[0] < 2: # Very few symbols have previousClose despite no # no trading data e.g. 'QCSTIX'. fail = True else: self._prev_close = float(prices["Close"].iloc[-2]) if fail: # Fallback to original info[] if available. self._tkr.info # trigger fetch k = "previousClose" if self._tkr._quote._retired_info is not None and k in self._tkr._quote._retired_info: self._prev_close = self._tkr._quote._retired_info[k] return self._prev_close @property def regular_market_previous_close(self): if self._reg_prev_close is not None: return self._reg_prev_close prices = self._get_1y_prices() if prices.shape[0] == 1: # Tiny % of tickers don't return daily history before last trading day, # so backup option is hourly history: prices = self._get_1wk_1h_reg_prices() prices = prices[["Close"]].groupby(prices.index.date).last() if prices.shape[0] < 2: # Very few symbols have regularMarketPreviousClose despite no # no trading data. E.g. 'QCSTIX'. # So fallback to original info[] if available. self._tkr.info # trigger fetch k = "regularMarketPreviousClose" if self._tkr._quote._retired_info is not None and k in self._tkr._quote._retired_info: self._reg_prev_close = self._tkr._quote._retired_info[k] else: self._reg_prev_close = float(prices["Close"].iloc[-2]) return self._reg_prev_close @property def open(self): if self._open is not None: return self._open prices = self._get_1y_prices() if prices.empty: self._open = None else: self._open = float(prices["Open"].iloc[-1]) if _np.isnan(self._open): self._open = None return self._open @property def day_high(self): if self._day_high is not None: return self._day_high prices = self._get_1y_prices() if prices.empty: self._day_high = None else: self._day_high = float(prices["High"].iloc[-1]) if _np.isnan(self._day_high): self._day_high = None return self._day_high @property def day_low(self): if self._day_low is not None: return self._day_low prices = self._get_1y_prices() if prices.empty: self._day_low = None else: self._day_low = float(prices["Low"].iloc[-1]) if _np.isnan(self._day_low): self._day_low = None return self._day_low @property def last_volume(self): if self._last_volume is not None: return self._last_volume prices = self._get_1y_prices() self._last_volume = None if prices.empty else int(prices["Volume"].iloc[-1]) return self._last_volume @property def fifty_day_average(self): if self._50d_day_average is not None: return self._50d_day_average prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: self._50d_day_average = None else: n = prices.shape[0] a = n-50 b = n if a < 0: a = 0 self._50d_day_average = float(prices["Close"].iloc[a:b].mean()) return self._50d_day_average @property def two_hundred_day_average(self): if self._200d_day_average is not None: return self._200d_day_average prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: self._200d_day_average = None else: n = prices.shape[0] a = n-200 b = n if a < 0: a = 0 self._200d_day_average = float(prices["Close"].iloc[a:b].mean()) return self._200d_day_average @property def ten_day_average_volume(self): if self._10d_avg_vol is not None: return self._10d_avg_vol prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: self._10d_avg_vol = None else: n = prices.shape[0] a = n-10 b = n if a < 0: a = 0 self._10d_avg_vol = int(prices["Volume"].iloc[a:b].mean()) return self._10d_avg_vol @property def three_month_average_volume(self): if self._3mo_avg_vol is not None: return self._3mo_avg_vol prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: self._3mo_avg_vol = None else: dt1 = prices.index[-1] dt0 = dt1 - utils._interval_to_timedelta("3mo") + utils._interval_to_timedelta("1d") self._3mo_avg_vol = int(prices.loc[dt0:dt1, "Volume"].mean()) return self._3mo_avg_vol @property def year_high(self): if self._year_high is not None: return self._year_high prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: prices = self._get_1y_prices(fullDaysOnly=False) self._year_high = float(prices["High"].max()) return self._year_high @property def year_low(self): if self._year_low is not None: return self._year_low prices = self._get_1y_prices(fullDaysOnly=True) if prices.empty: prices = self._get_1y_prices(fullDaysOnly=False) self._year_low = float(prices["Low"].min()) return self._year_low @property def year_change(self): if self._year_change is not None: return self._year_change prices = self._get_1y_prices(fullDaysOnly=True) if prices.shape[0] >= 2: self._year_change = (prices["Close"].iloc[-1] - prices["Close"].iloc[0]) / prices["Close"].iloc[0] self._year_change = float(self._year_change) return self._year_change @property def market_cap(self): if self._mcap is not None: return self._mcap try: shares = self.shares except Exception as e: if "Cannot retrieve share count" in str(e): shares = None else: raise if shares is None: # Very few symbols have marketCap despite no share count. # E.g. 'BTC-USD' # So fallback to original info[] if available. self._tkr.info k = "marketCap" if self._tkr._quote._retired_info is not None and k in self._tkr._quote._retired_info: self._mcap = self._tkr._quote._retired_info[k] else: self._mcap = float(shares * self.last_price) return self._mcap class Quote: def __init__(self, data: YfData, symbol: str): self._data = data self._symbol = symbol self._info = None self._retired_info = None self._sustainability = None self._recommendations = None self._upgrades_downgrades = None self._calendar = None self._sec_filings = None self._already_scraped = False self._already_fetched = False self._already_fetched_complementary = False @property def info(self) -> dict: if self._info is None: self._fetch_info() self._fetch_complementary() return self._info @property def sustainability(self) -> pd.DataFrame: if self._sustainability is None: result = self._fetch(modules=['esgScores']) if result is None: self._sustainability = pd.DataFrame() else: try: data = result["quoteSummary"]["result"][0] except (KeyError, IndexError): if not YfConfig.debug.hide_exceptions: raise raise YFDataException(f"Failed to parse json response from Yahoo Finance: {result}") self._sustainability = pd.DataFrame(data) return self._sustainability @property def recommendations(self) -> pd.DataFrame: if self._recommendations is None: result = self._fetch(modules=['recommendationTrend']) if result is None: self._recommendations = pd.DataFrame() else: try: data = result["quoteSummary"]["result"][0]["recommendationTrend"]["trend"] except (KeyError, IndexError): if not YfConfig.debug.hide_exceptions: raise raise YFDataException(f"Failed to parse json response from Yahoo Finance: {result}") self._recommendations = pd.DataFrame(data) return self._recommendations @property def upgrades_downgrades(self) -> pd.DataFrame: if self._upgrades_downgrades is None: result = self._fetch(modules=['upgradeDowngradeHistory']) if result is None: self._upgrades_downgrades = pd.DataFrame() else: try: data = result["quoteSummary"]["result"][0]["upgradeDowngradeHistory"]["history"] if len(data) == 0: raise YFDataException(f"No upgrade/downgrade history found for {self._symbol}") df = pd.DataFrame(data) df.rename(columns={"epochGradeDate": "GradeDate", 'firm': 'Firm', 'toGrade': 'ToGrade', 'fromGrade': 'FromGrade', 'action': 'Action'}, inplace=True) df.set_index('GradeDate', inplace=True) df.index = pd.to_datetime(df.index, unit='s') self._upgrades_downgrades = df except (KeyError, IndexError): if not YfConfig.debug.hide_exceptions: raise raise YFDataException(f"Failed to parse json response from Yahoo Finance: {result}") return self._upgrades_downgrades @property def calendar(self) -> dict: if self._calendar is None: self._fetch_calendar() return self._calendar @property def sec_filings(self) -> dict: if self._sec_filings is None: f = self._fetch_sec_filings() self._sec_filings = {} if f is None else f return self._sec_filings @staticmethod def valid_modules(): return quote_summary_valid_modules def _fetch(self, modules: list): if not isinstance(modules, list): raise YFException("Should provide a list of modules, see available modules using `valid_modules`") modules = ','.join([m for m in modules if m in quote_summary_valid_modules]) if len(modules) == 0: raise YFException("No valid modules provided, see available modules using `valid_modules`") params_dict = {"modules": modules, "corsDomain": "finance.yahoo.com", "formatted": "false", "symbol": self._symbol} try: result = self._data.get_raw_json(_QUOTE_SUMMARY_URL_ + f"/{self._symbol}", params=params_dict) except curl_cffi.requests.exceptions.HTTPError as e: if not YfConfig.debug.hide_exceptions: raise utils.get_yf_logger().error(str(e) + e.response.text) return None return result def _fetch_additional_info(self): params_dict = {"symbols": self._symbol, "formatted": "false"} try: result = self._data.get_raw_json(f"{_QUERY1_URL_}/v7/finance/quote?", params=params_dict) except curl_cffi.requests.exceptions.HTTPError as e: if not YfConfig.debug.hide_exceptions: raise utils.get_yf_logger().error(str(e) + e.response.text) return None return result def _fetch_info(self): if self._already_fetched: return self._already_fetched = True modules = ['financialData', 'quoteType', 'defaultKeyStatistics', 'assetProfile', 'summaryDetail'] result = self._fetch(modules=modules) additional_info = self._fetch_additional_info() if additional_info is not None and result is not None: result.update(additional_info) else: result = additional_info query1_info = {} for quote in ["quoteSummary", "quoteResponse"]: if quote in result and len(result[quote]["result"]) > 0: result[quote]["result"][0]["symbol"] = self._symbol query_info = next( (info for info in result.get(quote, {}).get("result", []) if info["symbol"] == self._symbol), None, ) if query_info: query1_info.update(query_info) # Normalize and flatten nested dictionaries while converting maxAge from days (1) to seconds (86400). # This handles Yahoo Finance API inconsistency where maxAge is sometimes expressed in days instead of seconds. processed_info = {} for k, v in query1_info.items(): # Handle nested dictionary if isinstance(v, dict): for k1, v1 in v.items(): if v1 is not None: processed_info[k1] = 86400 if k1 == "maxAge" and v1 == 1 else v1 elif v is not None: processed_info[k] = v query1_info = processed_info # recursively format but only because of 'companyOfficers' def _format(k, v): if isinstance(v, dict) and "raw" in v and "fmt" in v: v2 = v["fmt"] if k in {"regularMarketTime", "postMarketTime"} else v["raw"] elif isinstance(v, list): v2 = [_format(None, x) for x in v] elif isinstance(v, dict): v2 = {k: _format(k, x) for k, x in v.items()} elif isinstance(v, str): v2 = v.replace("\xa0", " ") else: v2 = v return v2 self._info = {k: _format(k, v) for k, v in query1_info.items()} def _fetch_complementary(self): if self._already_fetched_complementary: return self._already_fetched_complementary = True self._fetch_info() if self._info is None: return # Complementary key-statistics. For now just want 'trailing PEG ratio' keys = {"trailingPegRatio"} if keys: # Simplified the original scrape code for key-statistics. Very expensive for fetching # just one value, best if scraping most/all: # # p = _re.compile(r'root\.App\.main = (.*);') # url = 'https://finance.yahoo.com/quote/{}/key-statistics?p={}'.format(self._ticker.ticker, self._ticker.ticker) # try: # r = session.get(url) # data = _json.loads(p.findall(r.text)[0]) # key_stats = data['context']['dispatcher']['stores']['QuoteTimeSeriesStore']["timeSeries"] # for k in keys: # if k not in key_stats or len(key_stats[k])==0: # # Yahoo website prints N/A, indicates Yahoo lacks necessary data to calculate # v = None # else: # # Select most recent (last) raw value in list: # v = key_stats[k][-1]["reportedValue"]["raw"] # self._info[k] = v # except Exception: # raise # pass # # For just one/few variable is faster to query directly: url = f"https://query1.finance.yahoo.com/ws/fundamentals-timeseries/v1/finance/timeseries/{self._symbol}?symbol={self._symbol}" for k in keys: url += "&type=" + k # Request 6 months of data start = pd.Timestamp.now('UTC').floor("D") - datetime.timedelta(days=365 // 2) start = int(start.timestamp()) end = pd.Timestamp.now('UTC').ceil("D") end = int(end.timestamp()) url += f"&period1={start}&period2={end}" json_str = self._data.cache_get(url=url).text json_data = json.loads(json_str) json_result = json_data.get("timeseries") or json_data.get("finance") if json_result["error"] is not None: raise YFException("Failed to parse json response from Yahoo Finance: " + str(json_result["error"])) for k in keys: keydict = json_result["result"][0] if k in keydict: self._info[k] = keydict[k][-1]["reportedValue"]["raw"] else: self.info[k] = None def _fetch_calendar(self): # secFilings return too old data, so not requesting it for now result = self._fetch(modules=['calendarEvents']) if result is None: self._calendar = {} return try: self._calendar = dict() _events = result["quoteSummary"]["result"][0]["calendarEvents"] if 'dividendDate' in _events: self._calendar['Dividend Date'] = datetime.datetime.fromtimestamp(_events['dividendDate']).date() if 'exDividendDate' in _events: self._calendar['Ex-Dividend Date'] = datetime.datetime.fromtimestamp(_events['exDividendDate']).date() # splits = _events.get('splitDate') # need to check later, i will add code for this if found data earnings = _events.get('earnings') if earnings is not None: self._calendar['Earnings Date'] = [datetime.datetime.fromtimestamp(d).date() for d in earnings.get('earningsDate', [])] self._calendar['Earnings High'] = earnings.get('earningsHigh', None) self._calendar['Earnings Low'] = earnings.get('earningsLow', None) self._calendar['Earnings Average'] = earnings.get('earningsAverage', None) self._calendar['Revenue High'] = earnings.get('revenueHigh', None) self._calendar['Revenue Low'] = earnings.get('revenueLow', None) self._calendar['Revenue Average'] = earnings.get('revenueAverage', None) except (KeyError, IndexError): if not YfConfig.debug.hide_exceptions: raise raise YFDataException(f"Failed to parse json response from Yahoo Finance: {result}") def _fetch_sec_filings(self): result = self._fetch(modules=['secFilings']) if result is None: return None filings = result["quoteSummary"]["result"][0]["secFilings"]["filings"] # Improve structure for f in filings: if 'exhibits' in f: f['exhibits'] = {e['type']:e['url'] for e in f['exhibits']} f['date'] = datetime.datetime.strptime(f['date'], '%Y-%m-%d').date() # Experimental: convert to pandas # for i in range(len(filings)): # f = filings[i] # if 'exhibits' in f: # for e in f['exhibits']: # f[e['type']] = e['url'] # del f['exhibits'] # filings[i] = f # filings = pd.DataFrame(filings) # for c in filings.columns: # if c.startswith('EX-'): # filings[c] = filings[c].astype(str) # filings.loc[filings[c]=='nan', c] = '' # filings = filings.drop('epochDate', axis=1) # filings = filings.set_index('date') return filings ================================================ FILE: yfinance/scrapers/yahoo-keys.txt ================================================ daf93e37cbf219cd4c1f3f74ec4551265ec5565b99e8c9322dccd6872941cf13c818cbb88cba6f530e643b4e2329b17ec7161f4502ce6a02bb0dbbe5fc0d0474 ad4d90b3c9f2e1d156ef98eadfa0ff93e4042f6960e54aa2a13f06f528e6b50ba4265a26a1fd5b9cd3db0d268a9c34e1d080592424309429a58bce4adc893c87 e9a8ab8e5620b712ebc2fb4f33d5c8b9c80c0d07e8c371911c785cf674789f1747d76a909510158a7b7419e86857f2d7abbd777813ff64840e4cbc514d12bcae 6ae2523aeafa283dad746556540145bf603f44edbf37ad404d3766a8420bb5eb1d3738f52a227b88283cca9cae44060d5f0bba84b6a495082589f5fe7acbdc9e 3365117c2a368ffa5df7313a4a84988f73926a86358e8eea9497c5ff799ce27d104b68e5f2fbffa6f8f92c1fef41765a7066fa6bcf050810a9c4c7872fd3ebf0 15d8f57919857d5a5358d2082c7ef0f1129cfacd2a6480333dcfb954b7bb67d820abefebfdb0eaa6ef18a1c57f617b67d7e7b0ec040403b889630ae5db5a4dbb db9630d707a7d0953ac795cd8db1ca9ca6c9d8239197cdfda24b4e0ec9c37eaec4db82dab68b8f606ab7b5b4af3e65dab50606f8cf508269ec927e6ee605fb78 3c895fb5ddcc37d20d3073ed74ee3efad59bcb147c8e80fd279f83701b74b092d503dcd399604c6d8be8f3013429d3c2c76ed5b31b80c9df92d5eab6d3339fce ================================================ FILE: yfinance/screener/__init__.py ================================================ from .query import EquityQuery from .screener import screen, PREDEFINED_SCREENER_QUERIES __all__ = ['EquityQuery', 'FundQuery', 'screen', 'PREDEFINED_SCREENER_QUERIES'] ================================================ FILE: yfinance/screener/query.py ================================================ from abc import ABC, abstractmethod import numbers from typing import List, Union, Dict, TypeVar, Tuple from yfinance.const import EQUITY_SCREENER_EQ_MAP, EQUITY_SCREENER_FIELDS from yfinance.const import FUND_SCREENER_EQ_MAP, FUND_SCREENER_FIELDS from yfinance.exceptions import YFNotImplementedError from ..utils import dynamic_docstring, generate_list_table_from_dict_universal T = TypeVar('T', bound=Union[str, numbers.Real]) class QueryBase(ABC): def __init__(self, operator: str, operand: Union[ List['QueryBase'], Tuple[str, Tuple[Union[str, numbers.Real], ...]] ]): operator = operator.upper() if not isinstance(operand, list): raise TypeError('Invalid operand type') if len(operand) <= 0: raise ValueError('Invalid field for EquityQuery') if operator == 'IS-IN': self._validate_isin_operand(operand) elif operator in {'OR','AND'}: self._validate_or_and_operand(operand) elif operator == 'EQ': self._validate_eq_operand(operand) elif operator == 'BTWN': self._validate_btwn_operand(operand) elif operator in {'GT','LT','GTE','LTE'}: self._validate_gt_lt(operand) else: raise ValueError('Invalid Operator Value') self.operator = operator self.operands = operand @property @abstractmethod def valid_fields(self) -> List: raise YFNotImplementedError('valid_fields() needs to be implemented by child') @property @abstractmethod def valid_values(self) -> Dict: raise YFNotImplementedError('valid_values() needs to be implemented by child') def _validate_or_and_operand(self, operand: List['QueryBase']) -> None: if len(operand) <= 1: raise ValueError('Operand must be length longer than 1') if all(isinstance(e, QueryBase) for e in operand) is False: raise TypeError(f'Operand must be type {type(self)} for OR/AND') def _validate_eq_operand(self, operand: List[Union[str, numbers.Real]]) -> None: if len(operand) != 2: raise ValueError('Operand must be length 2 for EQ') if not any(operand[0] in fields_by_type for fields_by_type in self.valid_fields.values()): raise ValueError(f'Invalid field for {type(self)} "{operand[0]}"') if operand[0] in self.valid_values: vv = self.valid_values[operand[0]] if isinstance(vv, dict): # this data structure is slightly different to generate better docs, # need to unpack here. vv = set().union(*[e for e in vv.values()]) if operand[1] not in vv: raise ValueError(f'Invalid EQ value "{operand[1]}"') def _validate_btwn_operand(self, operand: List[Union[str, numbers.Real]]) -> None: if len(operand) != 3: raise ValueError('Operand must be length 3 for BTWN') if not any(operand[0] in fields_by_type for fields_by_type in self.valid_fields.values()): raise ValueError(f'Invalid field for {type(self)}') if isinstance(operand[1], numbers.Real) is False: raise TypeError('Invalid comparison type for BTWN') if isinstance(operand[2], numbers.Real) is False: raise TypeError('Invalid comparison type for BTWN') def _validate_gt_lt(self, operand: List[Union[str, numbers.Real]]) -> None: if len(operand) != 2: raise ValueError('Operand must be length 2 for GT/LT') if not any(operand[0] in fields_by_type for fields_by_type in self.valid_fields.values()): raise ValueError(f'Invalid field for {type(self)} "{operand[0]}"') if isinstance(operand[1], numbers.Real) is False: raise TypeError('Invalid comparison type for GT/LT') def _validate_isin_operand(self, operand: List['QueryBase']) -> None: if len(operand) < 2: raise ValueError('Operand must be length 2+ for IS-IN') if not any(operand[0] in fields_by_type for fields_by_type in self.valid_fields.values()): raise ValueError(f'Invalid field for {type(self)} "{operand[0]}"') if operand[0] in self.valid_values: vv = self.valid_values[operand[0]] if isinstance(vv, dict): # this data structure is slightly different to generate better docs, # need to unpack here. vv = set().union(*[e for e in vv.values()]) for i in range(1, len(operand)): if operand[i] not in vv: raise ValueError(f'Invalid EQ value "{operand[i]}"') def to_dict(self) -> Dict: op = self.operator ops = self.operands if self.operator == 'IS-IN': # Expand to OR of EQ queries op = 'OR' ops = [type(self)('EQ', [self.operands[0], v]) for v in self.operands[1:]] return { "operator": op, "operands": [o.to_dict() if isinstance(o, QueryBase) else o for o in ops] } def __repr__(self, indent=0) -> str: indent_str = " " * indent class_name = self.__class__.__name__ if isinstance(self.operands, list): # For list operands, check if they contain any QueryBase objects if any(isinstance(op, QueryBase) for op in self.operands): # If there are nested queries, format them with newlines operands_str = ",\n".join( f"{indent_str} {op.__repr__(indent + 1) if isinstance(op, QueryBase) else repr(op)}" for op in self.operands ) return f"{class_name}({self.operator}, [\n{operands_str}\n{indent_str}])" else: # For lists of simple types, keep them on one line return f"{class_name}({self.operator}, {repr(self.operands)})" else: # Handle single operand return f"{class_name}({self.operator}, {repr(self.operands)})" def __str__(self) -> str: return self.__repr__() class EquityQuery(QueryBase): """ The `EquityQuery` class constructs filters for stocks based on specific criteria such as region, sector, exchange, and peer group. Start with value operations: `EQ` (equals), `IS-IN` (is in), `BTWN` (between), `GT` (greater than), `LT` (less than), `GTE` (greater or equal), `LTE` (less or equal). Combine them with logical operations: `AND`, `OR`. Example: Predefined Yahoo query `aggressive_small_caps`: .. code-block:: python from yfinance import EquityQuery EquityQuery('and', [ EquityQuery('is-in', ['exchange', 'NMS', 'NYQ']), EquityQuery('lt', ["epsgrowth.lasttwelvemonths", 15]) ]) """ @dynamic_docstring({"valid_operand_fields_table": generate_list_table_from_dict_universal(EQUITY_SCREENER_FIELDS)}) @property def valid_fields(self) -> Dict: """ Valid operands, grouped by category. {valid_operand_fields_table} """ return EQUITY_SCREENER_FIELDS @dynamic_docstring({"valid_values_table": generate_list_table_from_dict_universal(EQUITY_SCREENER_EQ_MAP, concat_keys=['exchange', 'industry'])}) @property def valid_values(self) -> Dict: """ Most operands take number values, but some have a restricted set of valid values. {valid_values_table} """ return EQUITY_SCREENER_EQ_MAP class FundQuery(QueryBase): """ The `FundQuery` class constructs filters for mutual funds based on specific criteria such as region, sector, exchange, and peer group. Start with value operations: `EQ` (equals), `IS-IN` (is in), `BTWN` (between), `GT` (greater than), `LT` (less than), `GTE` (greater or equal), `LTE` (less or equal). Combine them with logical operations: `AND`, `OR`. Example: Predefined Yahoo query `solid_large_growth_funds`: .. code-block:: python from yfinance import FundQuery FundQuery('and', [ FundQuery('eq', ['categoryname', 'Large Growth']), FundQuery('is-in', ['performanceratingoverall', 4, 5]), FundQuery('lt', ['initialinvestment', 100001]), FundQuery('lt', ['annualreturnnavy1categoryrank', 50]), FundQuery('eq', ['exchange', 'NAS']) ]) """ @dynamic_docstring({"valid_operand_fields_table": generate_list_table_from_dict_universal(FUND_SCREENER_FIELDS)}) @property def valid_fields(self) -> Dict: """ Valid operands, grouped by category. {valid_operand_fields_table} """ return FUND_SCREENER_FIELDS @dynamic_docstring({"valid_values_table": generate_list_table_from_dict_universal(FUND_SCREENER_EQ_MAP)}) @property def valid_values(self) -> Dict: """ Most operands take number values, but some have a restricted set of valid values. {valid_values_table} """ return FUND_SCREENER_EQ_MAP ================================================ FILE: yfinance/screener/screener.py ================================================ import curl_cffi from typing import Union import warnings from json import dumps from yfinance.const import _QUERY1_URL_ from yfinance.data import YfData from ..utils import dynamic_docstring, generate_list_table_from_dict_universal from .query import EquityQuery as EqyQy from .query import FundQuery as FndQy from .query import QueryBase, EquityQuery, FundQuery _SCREENER_URL_ = f"{_QUERY1_URL_}/v1/finance/screener" _PREDEFINED_URL_ = f"{_SCREENER_URL_}/predefined/saved" PREDEFINED_SCREENER_BODY_DEFAULTS = { "offset":0, "count":25, "userId":"","userIdType":"guid" } PREDEFINED_SCREENER_QUERIES = { 'aggressive_small_caps': {"sortField":"eodvolume", "sortType":"desc", "query": EqyQy('and', [EqyQy('is-in', ['exchange', 'NMS', 'NYQ']), EqyQy('lt', ["epsgrowth.lasttwelvemonths", 15])])}, 'day_gainers': {"sortField":"percentchange", "sortType":"DESC", "query": EqyQy('and', [EqyQy('gt', ['percentchange', 3]), EqyQy('eq', ['region', 'us']), EqyQy('gte', ['intradaymarketcap', 2000000000]), EqyQy('gte', ['intradayprice', 5]), EqyQy('gt', ['dayvolume', 15000])])}, 'day_losers': {"sortField":"percentchange", "sortType":"ASC", "query": EqyQy('and', [EqyQy('lt', ['percentchange', -2.5]), EqyQy('eq', ['region', 'us']), EqyQy('gte', ['intradaymarketcap', 2000000000]), EqyQy('gte', ['intradayprice', 5]), EqyQy('gt', ['dayvolume', 20000])])}, 'growth_technology_stocks': {"sortField":"eodvolume", "sortType":"desc", "query": EqyQy('and', [EqyQy('gte', ['quarterlyrevenuegrowth.quarterly', 25]), EqyQy('gte', ['epsgrowth.lasttwelvemonths', 25]), EqyQy('eq', ['sector', 'Technology']), EqyQy('is-in', ['exchange', 'NMS', 'NYQ'])])}, 'most_actives': {"sortField":"dayvolume", "sortType":"DESC", "query": EqyQy('and', [EqyQy('eq', ['region', 'us']), EqyQy('gte', ['intradaymarketcap', 2000000000]), EqyQy('gt', ['dayvolume', 5000000])])}, 'most_shorted_stocks': {"count":25, "offset":0, "sortField":"short_percentage_of_shares_outstanding.value", "sortType":"DESC", "query": EqyQy('and', [EqyQy('eq', ['region', 'us']), EqyQy('gt', ['intradayprice', 1]), EqyQy('gt', ['avgdailyvol3m', 200000])])}, 'small_cap_gainers': {"sortField":"eodvolume", "sortType":"desc", "query": EqyQy("and", [EqyQy("lt", ["intradaymarketcap",2000000000]), EqyQy("is-in", ["exchange", "NMS", "NYQ"])])}, 'undervalued_growth_stocks': {"sortType":"DESC", "sortField":"eodvolume", "query": EqyQy('and', [EqyQy('btwn', ['peratio.lasttwelvemonths', 0, 20]), EqyQy('lt', ['pegratio_5y', 1]), EqyQy('gte', ['epsgrowth.lasttwelvemonths', 25]), EqyQy('is-in', ['exchange', 'NMS', 'NYQ'])])}, 'undervalued_large_caps': {"sortField":"eodvolume", "sortType":"desc", "query": EqyQy('and', [EqyQy('btwn', ['peratio.lasttwelvemonths', 0, 20]), EqyQy('lt', ['pegratio_5y', 1]), EqyQy('btwn', ['intradaymarketcap', 10000000000, 100000000000]), EqyQy('is-in', ['exchange', 'NMS', 'NYQ'])])}, 'conservative_foreign_funds': {"sortType":"DESC", "sortField":"fundnetassets", "query": FndQy('and', [FndQy('is-in', ['categoryname', 'Foreign Large Value', 'Foreign Large Blend', 'Foreign Large Growth', 'Foreign Small/Mid Growth', 'Foreign Small/Mid Blend', 'Foreign Small/Mid Value']), FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('lt', ['initialinvestment', 100001]), FndQy('lt', ['annualreturnnavy1categoryrank', 50]), FndQy('is-in', ['riskratingoverall', 1, 2, 3]), FndQy('eq', ['exchange', 'NAS'])])}, 'high_yield_bond': {"sortType":"DESC", "sortField":"fundnetassets", "query": FndQy('and', [FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('lt', ['initialinvestment', 100001]), FndQy('lt', ['annualreturnnavy1categoryrank', 50]), FndQy('is-in', ['riskratingoverall', 1, 2, 3]), FndQy('eq', ['categoryname', 'High Yield Bond']), FndQy('eq', ['exchange', 'NAS'])])}, 'portfolio_anchors': {"sortType":"DESC", "sortField":"fundnetassets", "query": FndQy('and', [FndQy('eq', ['categoryname', 'Large Blend']), FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('lt', ['initialinvestment', 100001]), FndQy('lt', ['annualreturnnavy1categoryrank', 50]), FndQy('eq', ['exchange', 'NAS'])])}, 'solid_large_growth_funds': {"sortType":"DESC", "sortField":"fundnetassets", "query": FndQy('and', [FndQy('eq', ['categoryname', 'Large Growth']), FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('lt', ['initialinvestment', 100001]), FndQy('lt', ['annualreturnnavy1categoryrank', 50]), FndQy('eq', ['exchange', 'NAS'])])}, 'solid_midcap_growth_funds': {"sortType":"DESC", "sortField":"fundnetassets", "query": FndQy('and', [FndQy('eq', ['categoryname', 'Mid-Cap Growth']), FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('lt', ['initialinvestment', 100001]), FndQy('lt', ['annualreturnnavy1categoryrank', 50]), FndQy('eq', ['exchange', 'NAS'])])}, 'top_mutual_funds': {"sortType":"DESC", "sortField":"percentchange", "query": FndQy('and', [FndQy('gt', ['intradayprice', 15]), FndQy('is-in', ['performanceratingoverall', 4, 5]), FndQy('gt', ['initialinvestment', 1000]), FndQy('eq', ['exchange', 'NAS'])])} } @dynamic_docstring({"predefined_screeners": generate_list_table_from_dict_universal(PREDEFINED_SCREENER_QUERIES, bullets=True, title='Predefined queries (Dec-2024)')}) def screen(query: Union[str, EquityQuery, FundQuery], offset: int = None, size: int = None, count: int = None, sortField: str = None, sortAsc: bool = None, userId: str = None, userIdType: str = None, session = None): """ Run a screen: predefined query, or custom query. :Parameters: * Defaults only apply if query = EquityQuery or FundQuery query : str | Query: The query to execute, either name of predefined or custom query. For predefined list run yf.PREDEFINED_SCREENER_QUERIES.keys() offset : int The offset for the results. Default 0. size : int number of results to return. Default 100, maximum 250 (Yahoo) Use count instead for predefined queries. count : int number of results to return. Default 25, maximum 250 (Yahoo) Use size instead for custom queries. sortField : str field to sort by. Default "ticker" sortAsc : bool Sort ascending? Default False userId : str The user ID. Default empty. userIdType : str Type of user ID (e.g., "guid"). Default "guid". Example: predefined query .. code-block:: python import yfinance as yf response = yf.screen("aggressive_small_caps") Example: custom query .. code-block:: python import yfinance as yf from yfinance import EquityQuery q = EquityQuery('and', [ EquityQuery('gt', ['percentchange', 3]), EquityQuery('eq', ['region', 'us']) ]) response = yf.screen(q, sortField = 'percentchange', sortAsc = True) To access predefineds query code .. code-block:: python import yfinance as yf query = yf.PREDEFINED_SCREENER_QUERIES['aggressive_small_caps'] {predefined_screeners} """ _data = YfData(session=session) # Only use defaults when user NOT give a predefined, because # Yahoo's predefined endpoint auto-applies defaults. Also, # that endpoint might be ignoring these fields. defaults = { 'offset': 0, 'count': 25, 'sortField': 'ticker', 'sortAsc': False, 'userId': "", 'userIdType': "guid" } if count is not None and count > 250: raise ValueError("Yahoo limits query count to 250, reduce count.") if size is not None and size > 250: raise ValueError("Yahoo limits query size to 250, reduce size.") if offset is not None and isinstance(query, str): # offset ignored by predefined API so switch to other API post_query = PREDEFINED_SCREENER_QUERIES[query] query = post_query['query'] # use predefined's attributes if user not specified if sortField is None: sortField = post_query['sortField'] if sortAsc is None: sortAsc = post_query['sortType'].lower() == 'asc' # and don't use defaults defaults = {} fields = {'offset': offset, 'count': count, "size": size, 'sortField': sortField, 'sortAsc': sortAsc, 'userId': userId, 'userIdType': userIdType} params_dict = {"corsDomain": "finance.yahoo.com", "formatted": "false", "lang": "en-US", "region": "US"} post_query = None if isinstance(query, str): # post_query = PREDEFINED_SCREENER_QUERIES[query] # Switch to Yahoo's predefined endpoint if size is not None: warnings.warn("Screen 'size' argument is deprecated for predefined screens, set 'count' instead.", DeprecationWarning, stacklevel=2) count = size size = None fields['count'] = fields['size'] del fields['size'] params_dict['scrIds'] = query for k,v in fields.items(): if v is not None: params_dict[k] = v resp = _data.get(url=_PREDEFINED_URL_, params=params_dict) try: resp.raise_for_status() except curl_cffi.requests.exceptions.HTTPError: if query not in PREDEFINED_SCREENER_QUERIES: print(f"yfinance.screen: '{query}' is probably not a predefined query.") raise return resp.json()["finance"]["result"][0] elif isinstance(query, QueryBase): # Prepare other fields for k in defaults: if k not in fields or fields[k] is None: fields[k] = defaults[k] fields['sortType'] = 'ASC' if fields['sortAsc'] else 'DESC' del fields['sortAsc'] post_query = fields post_query['query'] = query else: raise ValueError(f'Query must be type str or QueryBase, not "{type(query)}"') if query is None: raise ValueError('No query provided') if isinstance(post_query['query'], EqyQy): post_query['quoteType'] = 'EQUITY' elif isinstance(post_query['query'], FndQy): post_query['quoteType'] = 'MUTUALFUND' post_query['query'] = post_query['query'].to_dict() data = dumps(post_query, separators=(",", ":"), ensure_ascii=False) # Fetch response = _data.post(_SCREENER_URL_, data=data, params=params_dict) response.raise_for_status() return response.json()['finance']['result'][0] ================================================ FILE: yfinance/search.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # import json as _json from . import utils from .config import YfConfig from .const import _BASE_URL_ from .data import YfData from .exceptions import YFDataException class Search: def __init__(self, query, max_results=8, news_count=8, lists_count=8, include_cb=True, include_nav_links=False, include_research=False, include_cultural_assets=False, enable_fuzzy_query=False, recommended=8, session=None, timeout=30, raise_errors=True): """ Fetches and organizes search results from Yahoo Finance, including stock quotes and news articles. Args: query: The search query (ticker symbol or company name). max_results: Maximum number of stock quotes to return (default 8). news_count: Number of news articles to include (default 8). lists_count: Number of lists to include (default 8). include_cb: Include the company breakdown (default True). include_nav_links: Include the navigation links (default False). include_research: Include the research reports (default False). include_cultural_assets: Include the cultural assets (default False). enable_fuzzy_query: Enable fuzzy search for typos (default False). recommended: Recommended number of results to return (default 8). session: Custom HTTP session for requests (default None). timeout: Request timeout in seconds (default 30). raise_errors: Raise exceptions on error (default True). """ self.session = session self._data = YfData(session=self.session) self.query = query self.max_results = max_results self.enable_fuzzy_query = enable_fuzzy_query self.news_count = news_count self.timeout = timeout self.raise_errors = raise_errors self.lists_count = lists_count self.include_cb = include_cb self.nav_links = include_nav_links self.enable_research = include_research self.enable_cultural_assets = include_cultural_assets self.recommended = recommended self._logger = utils.get_yf_logger() self._response = {} self._all = {} self._quotes = [] self._news = [] self._lists = [] self._research = [] self._nav = [] self.search() def search(self) -> 'Search': """Search using the query parameters defined in the constructor.""" url = f"{_BASE_URL_}/v1/finance/search" params = { "q": self.query, "quotesCount": self.max_results, "enableFuzzyQuery": self.enable_fuzzy_query, "newsCount": self.news_count, "quotesQueryId": "tss_match_phrase_query", "newsQueryId": "news_cie_vespa", "listsCount": self.lists_count, "enableCb": self.include_cb, "enableNavLinks": self.nav_links, "enableResearchReports": self.enable_research, "enableCulturalAssets": self.enable_cultural_assets, "recommendedCount": self.recommended } self._logger.debug(f'{self.query}: Yahoo GET parameters: {str(dict(params))}') data = self._data.cache_get(url=url, params=params, timeout=self.timeout) if data is None or "Will be right back" in data.text: raise YFDataException("*** YAHOO! FINANCE IS CURRENTLY DOWN! ***") try: data = data.json() except _json.JSONDecodeError: if not YfConfig.debug.hide_exceptions: raise self._logger.error(f"{self.query}: 'search' fetch received faulty data") data = {} self._response = data # Filter quotes to only include symbols self._quotes = [quote for quote in data.get("quotes", []) if "symbol" in quote] self._news = data.get("news", []) self._lists = data.get("lists", []) self._research = data.get("researchReports", []) self._nav = data.get("nav", []) self._all = {"quotes": self._quotes, "news": self._news, "lists": self._lists, "research": self._research, "nav": self._nav} return self @property def quotes(self) -> 'list': """Get the quotes from the search results.""" return self._quotes @property def news(self) -> 'list': """Get the news from the search results.""" return self._news @property def lists(self) -> 'list': """Get the lists from the search results.""" return self._lists @property def research(self) -> 'list': """Get the research reports from the search results.""" return self._research @property def nav(self) -> 'list': """Get the navigation links from the search results.""" return self._nav @property def all(self) -> 'dict[str,list]': """Get all the results from the search results: filtered down version of response.""" return self._all @property def response(self) -> 'dict': """Get the raw response from the search results.""" return self._response ================================================ FILE: yfinance/shared.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # _DFS = {} _PROGRESS_BAR = None _ERRORS = {} _TRACEBACKS = {} _ISINS = {} ================================================ FILE: yfinance/ticker.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from __future__ import print_function from collections import namedtuple as _namedtuple import pandas as _pd from .base import TickerBase from .const import _BASE_URL_ from .scrapers.funds import FundsData class Ticker(TickerBase): def __init__(self, ticker, session=None): super(Ticker, self).__init__(ticker, session=session) self._expirations = {} self._underlying = {} def __repr__(self): return f'yfinance.Ticker object <{self.ticker}>' def _download_options(self, date=None): if date is None: url = f"{_BASE_URL_}/v7/finance/options/{self.ticker}" else: url = f"{_BASE_URL_}/v7/finance/options/{self.ticker}?date={date}" r = self._data.get(url=url).json() if len(r.get('optionChain', {}).get('result', [])) > 0: for exp in r['optionChain']['result'][0]['expirationDates']: self._expirations[_pd.Timestamp(exp, unit='s').strftime('%Y-%m-%d')] = exp self._underlying = r['optionChain']['result'][0].get('quote', {}) opt = r['optionChain']['result'][0].get('options', []) return dict(**opt[0],underlying=self._underlying) if len(opt) > 0 else {} return {} def _options2df(self, opt, tz=None): data = _pd.DataFrame(opt).reindex(columns=[ 'contractSymbol', 'lastTradeDate', 'strike', 'lastPrice', 'bid', 'ask', 'change', 'percentChange', 'volume', 'openInterest', 'impliedVolatility', 'inTheMoney', 'contractSize', 'currency']) data['lastTradeDate'] = _pd.to_datetime( data['lastTradeDate'], unit='s', utc=True) if tz is not None: data['lastTradeDate'] = data['lastTradeDate'].dt.tz_convert(tz) return data def option_chain(self, date=None, tz=None): if date is None: options = self._download_options() else: if not self._expirations: self._download_options() if date not in self._expirations: raise ValueError( f"Expiration `{date}` cannot be found. " f"Available expirations are: [{', '.join(self._expirations)}]") date = self._expirations[date] options = self._download_options(date) if not options: return _namedtuple('Options', ['calls', 'puts', 'underlying'])(**{ "calls": None, "puts": None, "underlying": None }) return _namedtuple('Options', ['calls', 'puts', 'underlying'])(**{ "calls": self._options2df(options['calls'], tz=tz), "puts": self._options2df(options['puts'], tz=tz), "underlying": options['underlying'] }) # ------------------------ @property def isin(self): return self.get_isin() @property def major_holders(self) -> _pd.DataFrame: return self.get_major_holders() @property def institutional_holders(self) -> _pd.DataFrame: return self.get_institutional_holders() @property def mutualfund_holders(self) -> _pd.DataFrame: return self.get_mutualfund_holders() @property def insider_purchases(self) -> _pd.DataFrame: return self.get_insider_purchases() @property def insider_transactions(self) -> _pd.DataFrame: return self.get_insider_transactions() @property def insider_roster_holders(self) -> _pd.DataFrame: return self.get_insider_roster_holders() @property def dividends(self) -> _pd.Series: return self.get_dividends() @property def capital_gains(self) -> _pd.Series: return self.get_capital_gains() @property def splits(self) -> _pd.Series: return self.get_splits() @property def actions(self) -> _pd.DataFrame: return self.get_actions() @property def shares(self) -> _pd.DataFrame: return self.get_shares() @property def info(self) -> dict: return self.get_info() @property def fast_info(self): return self.get_fast_info() @property def calendar(self) -> dict: """ Returns a dictionary of events, earnings, and dividends for the ticker """ return self.get_calendar() @property def sec_filings(self) -> dict: return self.get_sec_filings() @property def recommendations(self): return self.get_recommendations() @property def recommendations_summary(self): return self.get_recommendations_summary() @property def upgrades_downgrades(self): return self.get_upgrades_downgrades() @property def earnings(self) -> _pd.DataFrame: return self.get_earnings() @property def quarterly_earnings(self) -> _pd.DataFrame: return self.get_earnings(freq='quarterly') @property def income_stmt(self) -> _pd.DataFrame: return self.get_income_stmt(pretty=True) @property def quarterly_income_stmt(self) -> _pd.DataFrame: return self.get_income_stmt(pretty=True, freq='quarterly') @property def ttm_income_stmt(self) -> _pd.DataFrame: return self.get_income_stmt(pretty=True, freq='trailing') @property def incomestmt(self) -> _pd.DataFrame: return self.income_stmt @property def quarterly_incomestmt(self) -> _pd.DataFrame: return self.quarterly_income_stmt @property def ttm_incomestmt(self) -> _pd.DataFrame: return self.ttm_income_stmt @property def financials(self) -> _pd.DataFrame: return self.income_stmt @property def quarterly_financials(self) -> _pd.DataFrame: return self.quarterly_income_stmt @property def ttm_financials(self) -> _pd.DataFrame: return self.ttm_income_stmt @property def balance_sheet(self) -> _pd.DataFrame: return self.get_balance_sheet(pretty=True) @property def quarterly_balance_sheet(self) -> _pd.DataFrame: return self.get_balance_sheet(pretty=True, freq='quarterly') @property def balancesheet(self) -> _pd.DataFrame: return self.balance_sheet @property def quarterly_balancesheet(self) -> _pd.DataFrame: return self.quarterly_balance_sheet @property def cash_flow(self) -> _pd.DataFrame: return self.get_cash_flow(pretty=True, freq="yearly") @property def quarterly_cash_flow(self) -> _pd.DataFrame: return self.get_cash_flow(pretty=True, freq='quarterly') @property def ttm_cash_flow(self) -> _pd.DataFrame: return self.get_cash_flow(pretty=True, freq='trailing') @property def cashflow(self) -> _pd.DataFrame: return self.cash_flow @property def quarterly_cashflow(self) -> _pd.DataFrame: return self.quarterly_cash_flow @property def ttm_cashflow(self) -> _pd.DataFrame: return self.ttm_cash_flow @property def analyst_price_targets(self) -> dict: return self.get_analyst_price_targets() @property def earnings_estimate(self) -> _pd.DataFrame: return self.get_earnings_estimate() @property def revenue_estimate(self) -> _pd.DataFrame: return self.get_revenue_estimate() @property def earnings_history(self) -> _pd.DataFrame: return self.get_earnings_history() @property def eps_trend(self) -> _pd.DataFrame: return self.get_eps_trend() @property def eps_revisions(self) -> _pd.DataFrame: return self.get_eps_revisions() @property def growth_estimates(self) -> _pd.DataFrame: return self.get_growth_estimates() @property def sustainability(self) -> _pd.DataFrame: return self.get_sustainability() @property def options(self) -> tuple: if not self._expirations: self._download_options() return tuple(self._expirations.keys()) @property def news(self) -> list: return self.get_news() @property def earnings_dates(self) -> _pd.DataFrame: return self.get_earnings_dates() @property def history_metadata(self) -> dict: return self.get_history_metadata() @property def funds_data(self) -> FundsData: return self.get_funds_data() ================================================ FILE: yfinance/tickers.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from __future__ import print_function from . import Ticker, multi from .live import WebSocket from .data import YfData class Tickers: def __repr__(self): return f"yfinance.Tickers object <{','.join(self.symbols)}>" def __init__(self, tickers, session=None): tickers = tickers if isinstance( tickers, list) else tickers.replace(',', ' ').split() self.symbols = [ticker.upper() for ticker in tickers] self.tickers = {ticker: Ticker(ticker, session=session) for ticker in self.symbols} self._data = YfData(session=session) self._message_handler = None self.ws = None # self.tickers = _namedtuple( # "Tickers", ticker_objects.keys(), rename=True # )(*ticker_objects.values()) def history(self, period=None, interval="1d", start=None, end=None, prepost=False, actions=True, auto_adjust=True, repair=False, threads=True, group_by='column', progress=True, timeout=10, **kwargs): return self.download( period, interval, start, end, prepost, actions, auto_adjust, repair, threads, group_by, progress, timeout, **kwargs) def download(self, period=None, interval="1d", start=None, end=None, prepost=False, actions=True, auto_adjust=True, repair=False, threads=True, group_by='column', progress=True, timeout=10, **kwargs): data = multi.download(self.symbols, start=start, end=end, actions=actions, auto_adjust=auto_adjust, repair=repair, period=period, interval=interval, prepost=prepost, group_by='ticker', threads=threads, progress=progress, timeout=timeout, **kwargs) for symbol in self.symbols: self.tickers.get(symbol, {})._history = data[symbol] if group_by == 'column': data.columns = data.columns.swaplevel(0, 1) data.sort_index(level=0, axis=1, inplace=True) return data def news(self): return {ticker: [item for item in Ticker(ticker).news] for ticker in self.symbols} def live(self, message_handler=None, verbose=True): self._message_handler = message_handler self.ws = WebSocket(verbose=verbose) self.ws.subscribe(self.symbols) self.ws.listen(self._message_handler) ================================================ FILE: yfinance/utils.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- # # yfinance - market data downloader # https://github.com/ranaroussi/yfinance # # Copyright 2017-2019 Ran Aroussi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # from __future__ import print_function import datetime as _datetime import logging import re import re as _re import sys as _sys import threading from functools import wraps from inspect import getmembers from types import FunctionType from typing import List, Optional import warnings import numpy as _np import pandas as _pd import pytz as _tz from dateutil.relativedelta import relativedelta from pytz import UnknownTimeZoneError from yfinance import const from yfinance.exceptions import YFException from yfinance.config import YfConfig # From https://stackoverflow.com/a/59128615 def attributes(obj): disallowed_names = { name for name, value in getmembers(type(obj)) if isinstance(value, FunctionType)} return { name: getattr(obj, name) for name in dir(obj) if name[0] != '_' and name not in disallowed_names and hasattr(obj, name)} # Logging # Note: most of this logic is adding indentation with function depth, # so that DEBUG log is readable. class IndentLoggerAdapter(logging.LoggerAdapter): def process(self, msg, kwargs): if get_yf_logger().isEnabledFor(logging.DEBUG): i = ' ' * self.extra['indent'] if not isinstance(msg, str): msg = str(msg) msg = '\n'.join([i + m for m in msg.split('\n')]) return msg, kwargs _indentation_level = threading.local() class IndentationContext: def __init__(self, increment=1): self.increment = increment def __enter__(self): _indentation_level.indent = getattr(_indentation_level, 'indent', 0) + self.increment def __exit__(self, exc_type, exc_val, exc_tb): _indentation_level.indent -= self.increment def get_indented_logger(name=None): # Never cache the returned value! Will break indentation. return IndentLoggerAdapter(logging.getLogger(name), {'indent': getattr(_indentation_level, 'indent', 0)}) def log_indent_decorator(func): @wraps(func) def wrapper(*args, **kwargs): logger = get_indented_logger('yfinance') logger.debug(f'Entering {func.__name__}()') with IndentationContext(): result = func(*args, **kwargs) logger.debug(f'Exiting {func.__name__}()') return result return wrapper class MultiLineFormatter(logging.Formatter): # The 'fmt' formatting further down is only applied to first line # of log message, specifically the padding after %level%. # For multi-line messages, need to manually copy over padding. def __init__(self, fmt): super().__init__(fmt) # Extract amount of padding match = _re.search(r'%\(levelname\)-(\d+)s', fmt) self.level_length = int(match.group(1)) if match else 0 def format(self, record): original = super().format(record) lines = original.split('\n') levelname = lines[0].split(' ')[0] if len(lines) <= 1: return original else: # Apply padding to all lines below first formatted = [lines[0]] if self.level_length == 0: padding = ' ' * len(levelname) else: padding = ' ' * self.level_length padding += ' ' # +1 for space between level and message formatted.extend(padding + line for line in lines[1:]) return '\n'.join(formatted) yf_logger = None yf_log_indented = False class YFLogFormatter(logging.Filter): # Help be consistent with structuring YF log messages def filter(self, record): msg = record.msg if hasattr(record, 'yf_cat'): msg = f"{record.yf_cat}: {msg}" if hasattr(record, 'yf_interval'): msg = f"{record.yf_interval}: {msg}" if hasattr(record, 'yf_symbol'): msg = f"{record.yf_symbol}: {msg}" record.msg = msg return True def get_yf_logger(): global yf_logger global yf_log_indented if yf_log_indented and not YfConfig.debug.logging: _disable_debug_mode() elif YfConfig.debug.logging and not yf_log_indented: _enable_debug_mode() if yf_log_indented: yf_logger = get_indented_logger('yfinance') elif yf_logger is None: yf_logger = logging.getLogger('yfinance') yf_logger.addFilter(YFLogFormatter()) return yf_logger def enable_debug_mode(): warnings.warn("enable_debug_mode() is replaced by: yf.config.debug.logging = True (or False to disable)", DeprecationWarning) _enable_debug_mode() def _enable_debug_mode(): global yf_logger global yf_log_indented if not yf_log_indented: yf_logger = logging.getLogger('yfinance') yf_logger.setLevel(logging.DEBUG) if yf_logger.handlers is None or len(yf_logger.handlers) == 0: h = logging.StreamHandler() # Ensure different level strings don't interfere with indentation formatter = MultiLineFormatter(fmt='%(levelname)-8s %(message)s') h.setFormatter(formatter) yf_logger.addHandler(h) yf_logger = get_indented_logger() yf_log_indented = True def _disable_debug_mode(): global yf_logger global yf_log_indented if yf_log_indented: yf_logger = logging.getLogger('yfinance') yf_logger.setLevel(logging.NOTSET) yf_logger = None yf_log_indented = False def is_isin(string): return bool(_re.match("^([A-Z]{2})([A-Z0-9]{9})([0-9])$", string)) def get_all_by_isin(isin): if not (is_isin(isin)): raise ValueError("Invalid ISIN number") # Deferred this to prevent circular imports from .search import Search search = Search(query=isin, max_results=1) # Extract the first quote and news ticker = search.quotes[0] if search.quotes else {} news = search.news return { 'ticker': { 'symbol': ticker.get('symbol', ''), 'shortname': ticker.get('shortname', ''), 'longname': ticker.get('longname', ''), 'type': ticker.get('quoteType', ''), 'exchange': ticker.get('exchDisp', ''), }, 'news': news } def get_ticker_by_isin(isin): data = get_all_by_isin(isin) return data.get('ticker', {}).get('symbol', '') def get_info_by_isin(isin): data = get_all_by_isin(isin) return data.get('ticker', {}) def get_news_by_isin(isin): data = get_all_by_isin(isin) return data.get('news', {}) def empty_df(index=None): if index is None: index = [] empty = _pd.DataFrame(index=index, data={ 'Open': _np.nan, 'High': _np.nan, 'Low': _np.nan, 'Close': _np.nan, 'Adj Close': _np.nan, 'Volume': _np.nan}) empty.index.name = 'Date' return empty def empty_earnings_dates_df(): empty = _pd.DataFrame( columns=["Symbol", "Company", "Earnings Date", "EPS Estimate", "Reported EPS", "Surprise(%)"]) return empty def build_template(data): """ build_template returns the details required to rebuild any of the yahoo finance financial statements in the same order as the yahoo finance webpage. The function is built to be used on the "FinancialTemplateStore" json which appears in any one of the three yahoo finance webpages: "/financials", "/cash-flow" and "/balance-sheet". Returns: - template_annual_order: The order that annual figures should be listed in. - template_ttm_order: The order that TTM (Trailing Twelve Month) figures should be listed in. - template_order: The order that quarterlies should be in (note that quarterlies have no pre-fix - hence why this is required). - level_detail: The level of each individual line item. E.g. for the "/financials" webpage, "Total Revenue" is a level 0 item and is the summation of "Operating Revenue" and "Excise Taxes" which are level 1 items. """ template_ttm_order = [] # Save the TTM (Trailing Twelve Months) ordering to an object. template_annual_order = [] # Save the annual ordering to an object. template_order = [] # Save the ordering to an object (this can be utilized for quarterlies) level_detail = [] # Record the level of each line item of the income statement ("Operating Revenue" and "Excise Taxes" sum to return "Total Revenue" we need to keep track of this) def traverse(node, level): """ A recursive function that visits a node and its children. Args: node: The current node in the data structure. level: The depth of the current node in the data structure. """ if level > 5: # Stop when level is above 5 return template_ttm_order.append(f"trailing{node['key']}") template_annual_order.append(f"annual{node['key']}") template_order.append(f"{node['key']}") level_detail.append(level) if 'children' in node: # Check if the node has children for child in node['children']: # If yes, traverse each child traverse(child, level + 1) # Increment the level by 1 for each child for key in data['template']: # Loop through the data traverse(key, 0) # Call the traverse function with initial level being 0 return template_ttm_order, template_annual_order, template_order, level_detail def retrieve_financial_details(data): """ retrieve_financial_details returns all of the available financial details under the "QuoteTimeSeriesStore" for any of the following three yahoo finance webpages: "/financials", "/cash-flow" and "/balance-sheet". Returns: - TTM_dicts: A dictionary full of all of the available Trailing Twelve Month figures, this can easily be converted to a pandas dataframe. - Annual_dicts: A dictionary full of all of the available Annual figures, this can easily be converted to a pandas dataframe. """ TTM_dicts = [] # Save a dictionary object to store the TTM financials. Annual_dicts = [] # Save a dictionary object to store the Annual financials. for key, timeseries in data.get('timeSeries', {}).items(): # Loop through the time series data to grab the key financial figures. try: if timeseries: time_series_dict = {'index': key} for each in timeseries: # Loop through the years if not each: continue time_series_dict[each.get('asOfDate')] = each.get('reportedValue') if 'trailing' in key: TTM_dicts.append(time_series_dict) elif 'annual' in key: Annual_dicts.append(time_series_dict) except KeyError as e: print(f"An error occurred while processing the key: {e}") return TTM_dicts, Annual_dicts def format_annual_financial_statement(level_detail, annual_dicts, annual_order, ttm_dicts=None, ttm_order=None): """ format_annual_financial_statement formats any annual financial statement Returns: - _statement: A fully formatted annual financial statement in pandas dataframe. """ Annual = _pd.DataFrame.from_dict(annual_dicts).set_index("index") Annual = Annual.reindex(annual_order) Annual.index = Annual.index.str.replace(r'annual', '') # Note: balance sheet is the only financial statement with no ttm detail if ttm_dicts and ttm_order: TTM = _pd.DataFrame.from_dict(ttm_dicts).set_index("index").reindex(ttm_order) # Add 'TTM' prefix to all column names, so if combined we can tell # the difference between actuals and TTM (similar to yahoo finance). TTM.columns = ['TTM ' + str(col) for col in TTM.columns] TTM.index = TTM.index.str.replace(r'trailing', '') _statement = Annual.merge(TTM, left_index=True, right_index=True) else: _statement = Annual _statement.index = camel2title(_statement.T.index) _statement['level_detail'] = level_detail _statement = _statement.set_index([_statement.index, 'level_detail']) _statement = _statement[sorted(_statement.columns, reverse=True)] _statement = _statement.dropna(how='all') return _statement def format_quarterly_financial_statement(_statement, level_detail, order): """ format_quarterly_financial_statements formats any quarterly financial statement Returns: - _statement: A fully formatted quarterly financial statement in pandas dataframe. """ _statement = _statement.reindex(order) _statement.index = camel2title(_statement.T) _statement['level_detail'] = level_detail _statement = _statement.set_index([_statement.index, 'level_detail']) _statement = _statement[sorted(_statement.columns, reverse=True)] _statement = _statement.dropna(how='all') _statement.columns = _pd.to_datetime(_statement.columns).date return _statement def camel2title(strings: List[str], sep: str = ' ', acronyms: Optional[List[str]] = None) -> List[str]: if isinstance(strings, str) or not hasattr(strings, '__iter__'): raise TypeError("camel2title() 'strings' argument must be iterable of strings") if len(strings) == 0: return strings if not isinstance(strings[0], str): raise TypeError("camel2title() 'strings' argument must be iterable of strings") if not isinstance(sep, str) or len(sep) != 1: raise ValueError(f"camel2title() 'sep' argument = '{sep}' must be single character") if _re.match("[a-zA-Z0-9]", sep): raise ValueError(f"camel2title() 'sep' argument = '{sep}' cannot be alpha-numeric") if _re.escape(sep) != sep and sep not in {' ', '-'}: # Permit some exceptions, I don't understand why they get escaped raise ValueError(f"camel2title() 'sep' argument = '{sep}' cannot be special character") if acronyms is None: pat = "([a-z])([A-Z])" rep = rf"\g<1>{sep}\g<2>" return [_re.sub(pat, rep, s).title() for s in strings] # Handling acronyms requires more care. Assumes Yahoo returns acronym strings upper-case if isinstance(acronyms, str) or not hasattr(acronyms, '__iter__') or not isinstance(acronyms[0], str): raise TypeError("camel2title() 'acronyms' argument must be iterable of strings") for a in acronyms: if not _re.match("^[A-Z]+$", a): raise ValueError(f"camel2title() 'acronyms' argument must only contain upper-case, but '{a}' detected") # Insert 'sep' between lower-then-upper-case pat = "([a-z])([A-Z])" rep = rf"\g<1>{sep}\g<2>" strings = [_re.sub(pat, rep, s) for s in strings] # Insert 'sep' after acronyms for a in acronyms: pat = f"({a})([A-Z][a-z])" rep = rf"\g<1>{sep}\g<2>" strings = [_re.sub(pat, rep, s) for s in strings] # Apply str.title() to non-acronym words strings = [s.split(sep) for s in strings] strings = [[j.title() if j not in acronyms else j for j in s] for s in strings] strings = [sep.join(s) for s in strings] return strings def snake_case_2_camelCase(s): sc = s.split('_')[0] + ''.join(x.title() for x in s.split('_')[1:]) return sc def _parse_user_dt(dt, exchange_tz=_tz.utc): if isinstance(dt, int): dt = _pd.Timestamp(dt, unit="s", tz=exchange_tz) else: # Convert str/date -> datetime, set tzinfo=exchange, get timestamp: if isinstance(dt, str): dt = _datetime.datetime.strptime(str(dt), '%Y-%m-%d') if isinstance(dt, _datetime.date) and not isinstance(dt, _datetime.datetime): dt = _datetime.datetime.combine(dt, _datetime.time(0)) if isinstance(dt, _datetime.datetime): if dt.tzinfo is None: # Assume user is referring to exchange's timezone dt = _pd.Timestamp(dt).tz_localize(exchange_tz) else: dt = _pd.Timestamp(dt).tz_convert(exchange_tz) else: # if we reached here, then it hasn't been any known type raise ValueError(f"Unable to parse input dt {dt} of type {type(dt)}") return dt def _interval_to_timedelta(interval): if interval[-1] == "d": return relativedelta(days=int(interval[:-1])) elif interval[-2:] == "wk": return relativedelta(weeks=int(interval[:-2])) elif interval[-2:] == "mo": return relativedelta(months=int(interval[:-2])) elif interval[-1] == "y": return relativedelta(years=int(interval[:-1])) else: return _pd.Timedelta(interval) def is_valid_period_format(period): """Check if the provided period has a valid format.""" if period is None: return False # Regex pattern to match valid period formats like '1d', '2wk', '3mo', '1y' valid_pattern = r"^[1-9]\d*(d|wk|mo|y)$" return bool(re.match(valid_pattern, period)) def auto_adjust(data): col_order = data.columns df = data.copy() ratio = (df["Adj Close"] / df["Close"]).to_numpy() df["Adj Open"] = df["Open"] * ratio df["Adj High"] = df["High"] * ratio df["Adj Low"] = df["Low"] * ratio df.drop( ["Open", "High", "Low", "Close"], axis=1, inplace=True) df.rename(columns={ "Adj Open": "Open", "Adj High": "High", "Adj Low": "Low", "Adj Close": "Close" }, inplace=True) return df[[c for c in col_order if c in df.columns]] def back_adjust(data): """ back-adjusted data to mimic true historical prices """ col_order = data.columns df = data.copy() ratio = df["Adj Close"] / df["Close"] df["Adj Open"] = df["Open"] * ratio df["Adj High"] = df["High"] * ratio df["Adj Low"] = df["Low"] * ratio df.drop( ["Open", "High", "Low", "Adj Close"], axis=1, inplace=True) df.rename(columns={ "Adj Open": "Open", "Adj High": "High", "Adj Low": "Low" }, inplace=True) return df[[c for c in col_order if c in df.columns]] def parse_quotes(data): timestamps = data["timestamp"] ohlc = data["indicators"]["quote"][0] volumes = ohlc["volume"] opens = ohlc["open"] closes = ohlc["close"] lows = ohlc["low"] highs = ohlc["high"] adjclose = closes if "adjclose" in data["indicators"]: adjclose = data["indicators"]["adjclose"][0]["adjclose"] quotes = _pd.DataFrame({"Open": opens, "High": highs, "Low": lows, "Close": closes, "Adj Close": adjclose, "Volume": volumes}) quotes.index = _pd.to_datetime(timestamps, unit="s") quotes.sort_index(inplace=True) return quotes def parse_actions(data): dividends = None capital_gains = None splits = None if "events" in data: if "dividends" in data["events"] and len(data["events"]['dividends']) > 0: dividends = _pd.DataFrame( data=list(data["events"]["dividends"].values())) dividends.set_index("date", inplace=True) dividends.index = _pd.to_datetime(dividends.index, unit="s") dividends.sort_index(inplace=True) if 'currency' in dividends.columns and (dividends['currency'] == '').all(): # Currency column useless, drop it. dividends = dividends.drop('currency', axis=1) dividends = dividends.rename(columns={'amount': 'Dividends'}) if "capitalGains" in data["events"] and len(data["events"]['capitalGains']) > 0: capital_gains = _pd.DataFrame( data=list(data["events"]["capitalGains"].values())) capital_gains.set_index("date", inplace=True) capital_gains.index = _pd.to_datetime(capital_gains.index, unit="s") capital_gains.sort_index(inplace=True) capital_gains.columns = ["Capital Gains"] if "splits" in data["events"] and len(data["events"]['splits']) > 0: splits = _pd.DataFrame( data=list(data["events"]["splits"].values())) splits.set_index("date", inplace=True) splits.index = _pd.to_datetime(splits.index, unit="s") splits.sort_index(inplace=True) splits["Stock Splits"] = splits["numerator"] / splits["denominator"] splits = splits[["Stock Splits"]] if dividends is None: dividends = _pd.DataFrame( columns=["Dividends"], index=_pd.DatetimeIndex([])) if capital_gains is None: capital_gains = _pd.DataFrame( columns=["Capital Gains"], index=_pd.DatetimeIndex([])) if splits is None: splits = _pd.DataFrame( columns=["Stock Splits"], index=_pd.DatetimeIndex([])) return dividends, splits, capital_gains def set_df_tz(df, interval, tz): if df.index.tz is None: df.index = df.index.tz_localize("UTC") df.index = df.index.tz_convert(tz) return df def fix_Yahoo_returning_prepost_unrequested(quotes, interval, tradingPeriods): # Sometimes Yahoo returns post-market data despite not requesting it. # Normally happens on half-day early closes. # # And sometimes returns pre-market data despite not requesting it. # E.g. some London tickers. tps_df = tradingPeriods.copy() tps_df["_date"] = tps_df.index.date quotes["_date"] = quotes.index.date idx = quotes.index.copy() quotes = quotes.merge(tps_df, how="left") quotes.index = idx # "end" = end of regular trading hours (including any auction) f_drop = quotes.index >= quotes["end"] td = _interval_to_timedelta(interval) f_drop = f_drop | (quotes.index + td <= quotes["start"]) if f_drop.any(): # When printing report, ignore rows that were already NaNs: # f_na = quotes[["Open","Close"]].isna().all(axis=1) # n_nna = quotes.shape[0] - _np.sum(f_na) # n_drop_nna = _np.sum(f_drop & ~f_na) # quotes_dropped = quotes[f_drop] # if debug and n_drop_nna > 0: # print(f"Dropping {n_drop_nna}/{n_nna} intervals for falling outside regular trading hours") quotes = quotes[~f_drop] quotes = quotes.drop(["_date", "start", "end"], axis=1) return quotes def _dts_in_same_interval(dt1, dt2, interval): # Check if second date dt2 in interval starting at dt1 if interval == '1d': last_rows_same_interval = dt1.date() == dt2.date() elif interval == "1wk": last_rows_same_interval = (dt2 - dt1).days < 7 elif interval == "1mo": last_rows_same_interval = dt1.month == dt2.month elif interval == "3mo": shift = (dt1.month % 3) - 1 q1 = (dt1.month - shift - 1) // 3 + 1 q2 = (dt2.month - shift - 1) // 3 + 1 year_diff = dt2.year - dt1.year quarter_diff = q2 - q1 + 4*year_diff last_rows_same_interval = quarter_diff == 0 else: last_rows_same_interval = (dt2 - dt1) < _pd.Timedelta(interval) return last_rows_same_interval def fix_Yahoo_returning_live_separate(quotes, interval, tz_exchange, prepost, repair=False, currency=None): # Yahoo bug fix. If market is open today then Yahoo normally returns # todays data as a separate row from rest-of week/month interval in above row. # Seems to depend on what exchange e.g. crypto OK. # Fix = merge them together if interval[-1] not in ['m', 'h']: prepost = False dropped_row = None if len(quotes) > 1: dt1 = quotes.index[-1] dt2 = quotes.index[-2] if quotes.index.tz is None: dt1 = dt1.tz_localize("UTC") dt2 = dt2.tz_localize("UTC") dt1 = dt1.tz_convert(tz_exchange) dt2 = dt2.tz_convert(tz_exchange) if interval == "1d": # Similar bug in daily data except most data is simply duplicated # - exception is volume, *slightly* greater on final row (and matches website) if dt1.date() == dt2.date(): # Last two rows are on same day. Drop second-to-last row dropped_row = quotes.iloc[-2] quotes = _pd.concat([quotes.iloc[:-2], quotes.iloc[-1:]]) else: if _dts_in_same_interval(dt2, dt1, interval): # Last two rows are within same interval idx1 = quotes.index[-1] idx2 = quotes.index[-2] if idx1 == idx2: # Yahoo returning last interval duplicated, which means # Yahoo is not returning live data (phew!) return quotes, None if prepost: # Possibly dt1 is just start of post-market if dt1.second == 0: # assume post-market interval return quotes, None ss = quotes['Stock Splits'].iloc[-2:].replace(0,1).prod() if repair: # First, check if one row is ~100x the other. A £/pence mixup on LSE. # Avoid if a stock split near 100 if currency == 'KWF': # Kuwaiti Dinar divided into 1000 not 100 currency_divide = 1000 else: currency_divide = 100 # if ss < 75 or ss > 125: if abs(ss/currency_divide-1) > 0.25: ratio = quotes.loc[idx1, const._PRICE_COLNAMES_] / quotes.loc[idx2, const._PRICE_COLNAMES_] if ((ratio/currency_divide-1).abs() < 0.05).all(): # newer prices are 100x for c in const._PRICE_COLNAMES_: quotes.loc[idx2, c] *= 100 elif((ratio*currency_divide-1).abs() < 0.05).all(): # newer prices are 0.01x for c in const._PRICE_COLNAMES_: quotes.loc[idx2, c] *= 0.01 if _np.isnan(quotes.loc[idx2, "Open"]): quotes.loc[idx2, "Open"] = quotes["Open"].iloc[-1] # Note: nanmax() & nanmin() ignores NaNs, but still need to check not all are NaN to avoid warnings if not _np.isnan(quotes["High"].iloc[-1]): quotes.loc[idx2, "High"] = _np.nanmax([quotes["High"].iloc[-1], quotes["High"].iloc[-2]]) if "Adj High" in quotes.columns: quotes.loc[idx2, "Adj High"] = _np.nanmax([quotes["Adj High"].iloc[-1], quotes["Adj High"].iloc[-2]]) if not _np.isnan(quotes["Low"].iloc[-1]): quotes.loc[idx2, "Low"] = _np.nanmin([quotes["Low"].iloc[-1], quotes["Low"].iloc[-2]]) if "Adj Low" in quotes.columns: quotes.loc[idx2, "Adj Low"] = _np.nanmin([quotes["Adj Low"].iloc[-1], quotes["Adj Low"].iloc[-2]]) quotes.loc[idx2, "Close"] = quotes["Close"].iloc[-1] if "Adj Close" in quotes.columns: quotes.loc[idx2, "Adj Close"] = quotes["Adj Close"].iloc[-1] quotes.loc[idx2, "Volume"] += quotes["Volume"].iloc[-1] quotes.loc[idx2, "Dividends"] += quotes["Dividends"].iloc[-1] if ss != 1.0: quotes.loc[idx2, "Stock Splits"] = ss dropped_row = quotes.iloc[-1] quotes = quotes.drop(quotes.index[-1]) return quotes, dropped_row def safe_merge_dfs(df_main, df_sub, interval): if df_main.empty: return df_main data_cols = [c for c in df_sub.columns if c not in df_main] data_col = data_cols[0] df_main = df_main.sort_index() intraday = interval.endswith('m') or interval.endswith('s') td = _interval_to_timedelta(interval) if intraday: # On some exchanges the event can occur before market open. # Problem when combining with intraday data. # Solution = use dates, not datetimes, to map/merge. df_main['_date'] = df_main.index.date df_sub['_date'] = df_sub.index.date indices = _np.searchsorted(_np.append(df_main['_date'], [df_main['_date'].iloc[-1]+td]), df_sub['_date'], side='left') df_main = df_main.drop('_date', axis=1) df_sub = df_sub.drop('_date', axis=1) else: indices = _np.searchsorted(_np.append(df_main.index, df_main.index[-1] + td), df_sub.index, side='right') indices -= 1 # Convert from [[i-1], [i]) to [[i], [i+1]) # Numpy.searchsorted does not handle out-of-range well, so handle manually: if intraday: for i in range(len(df_sub.index)): dt = df_sub.index[i].date() if dt < df_main.index[0].date() or dt >= df_main.index[-1].date() + _datetime.timedelta(days=1): # Out-of-range indices[i] = -1 else: for i in range(len(df_sub.index)): dt = df_sub.index[i] if dt < df_main.index[0] or dt >= df_main.index[-1] + td: # Out-of-range indices[i] = -1 f_outOfRange = indices == -1 if f_outOfRange.any(): if intraday: # Discard out-of-range dividends in intraday data, assume user not interested df_sub = df_sub[~f_outOfRange] if df_sub.empty: df_main['Dividends'] = 0.0 return df_main # df_sub changed so recalc indices: df_main['_date'] = df_main.index.date df_sub['_date'] = df_sub.index.date indices = _np.searchsorted(_np.append(df_main['_date'], [df_main['_date'].iloc[-1]+td]), df_sub['_date'], side='left') df_main = df_main.drop('_date', axis=1) df_sub = df_sub.drop('_date', axis=1) else: empty_row_data = {**{c:[_np.nan] for c in const._PRICE_COLNAMES_}, 'Volume':[0]} if interval == '1d': # For 1d, add all out-of-range event dates for i in _np.where(f_outOfRange)[0]: dt = df_sub.index[i] get_yf_logger().debug(f"Adding out-of-range {data_col} @ {dt.date()} in new prices row of NaNs") empty_row = _pd.DataFrame(data=empty_row_data, index=[dt]) df_main = _pd.concat([df_main, empty_row], sort=True) else: # Else, only add out-of-range event dates if occurring in interval # immediately after last price row last_dt = df_main.index[-1] next_interval_start_dt = last_dt + td next_interval_end_dt = next_interval_start_dt + td for i in _np.where(f_outOfRange)[0]: dt = df_sub.index[i] if next_interval_start_dt <= dt < next_interval_end_dt: get_yf_logger().debug(f"Adding out-of-range {data_col} @ {dt.date()} in new prices row of NaNs") empty_row = _pd.DataFrame(data=empty_row_data, index=[dt]) df_main = _pd.concat([df_main, empty_row], sort=True) df_main = df_main.sort_index() # Re-calculate indices indices = _np.searchsorted(_np.append(df_main.index, df_main.index[-1] + td), df_sub.index, side='right') indices -= 1 # Convert from [[i-1], [i]) to [[i], [i+1]) # Numpy.searchsorted does not handle out-of-range well, so handle manually: for i in range(len(df_sub.index)): dt = df_sub.index[i] if dt < df_main.index[0] or dt >= df_main.index[-1] + td: # Out-of-range indices[i] = -1 f_outOfRange = indices == -1 if f_outOfRange.any(): if intraday or interval in ['1d', '1wk']: raise YFException(f"The following '{data_col}' events are out-of-range, did not expect with interval {interval}: {df_sub.index[f_outOfRange]}") get_yf_logger().debug(f'Discarding these {data_col} events:' + '\n' + str(df_sub[f_outOfRange])) df_sub = df_sub[~f_outOfRange].copy() indices = indices[~f_outOfRange] def _reindex_events(df, new_index, data_col_name): if len(new_index) == len(set(new_index)): # No duplicates, easy df.index = new_index return df df["_NewIndex"] = new_index # Duplicates present within periods but can aggregate if data_col_name in ["Dividends", "Capital Gains"]: # Add df = df.groupby("_NewIndex").sum() df.index.name = None elif data_col_name == "Stock Splits": # Product df = df.groupby("_NewIndex").prod() df.index.name = None else: raise YFException(f"New index contains duplicates but unsure how to aggregate for '{data_col_name}'") if "_NewIndex" in df.columns: df = df.drop("_NewIndex", axis=1) return df new_index = df_main.index[indices] df_sub = _reindex_events(df_sub, new_index, data_col) df = df_main.join(df_sub) f_na = df[data_col].isna() data_lost = sum(~f_na) < df_sub.shape[0] if data_lost: raise YFException('Data was lost in merge, investigate') return df def fix_Yahoo_dst_issue(df, interval): if interval in ["1d", "1w", "1wk"]: # These intervals should start at time 00:00. But for some combinations of date and timezone, # Yahoo has time off by few hours (e.g. Brazil 23:00 around Jan-2022). Suspect DST problem. # The clue is (a) minutes=0 and (b) hour near 0. # Obviously Yahoo meant 00:00, so ensure this doesn't affect date conversion: f_pre_midnight = (df.index.minute == 0) & (df.index.hour.isin([22, 23])) dst_error_hours = _np.array([0] * df.shape[0]) dst_error_hours[f_pre_midnight] = 24 - df.index[f_pre_midnight].hour df.index += _pd.to_timedelta(dst_error_hours, 'h') return df def is_valid_timezone(tz: str) -> bool: try: _tz.timezone(tz) except UnknownTimeZoneError: return False return True def format_history_metadata(md, tradingPeriodsOnly=True): if not isinstance(md, dict): return md if len(md) == 0: return md tz = md["exchangeTimezoneName"] if not tradingPeriodsOnly: for k in ["firstTradeDate", "regularMarketTime"]: if k in md and md[k] is not None: if isinstance(md[k], int): md[k] = _pd.to_datetime(md[k], unit='s', utc=True).tz_convert(tz) if "currentTradingPeriod" in md: for m in ["regular", "pre", "post"]: if m in md["currentTradingPeriod"] and isinstance(md["currentTradingPeriod"][m]["start"], int): for t in ["start", "end"]: md["currentTradingPeriod"][m][t] = \ _pd.to_datetime(md["currentTradingPeriod"][m][t], unit='s', utc=True).tz_convert(tz) del md["currentTradingPeriod"][m]["gmtoffset"] del md["currentTradingPeriod"][m]["timezone"] if "tradingPeriods" in md: tps = md["tradingPeriods"] if tps == {"pre": [], "post": []}: # Ignore pass elif isinstance(tps, (list, dict)): if isinstance(tps, list): # Only regular times df = _pd.DataFrame.from_records(_np.hstack(tps)) df = df.drop(["timezone", "gmtoffset"], axis=1) df["start"] = _pd.to_datetime(df["start"], unit='s', utc=True).dt.tz_convert(tz) df["end"] = _pd.to_datetime(df["end"], unit='s', utc=True).dt.tz_convert(tz) elif isinstance(tps, dict): # Includes pre- and post-market pre_df = _pd.DataFrame.from_records(_np.hstack(tps["pre"])) post_df = _pd.DataFrame.from_records(_np.hstack(tps["post"])) regular_df = _pd.DataFrame.from_records(_np.hstack(tps["regular"])) pre_df = pre_df.rename(columns={"start": "pre_start", "end": "pre_end"}).drop(["timezone", "gmtoffset"], axis=1) post_df = post_df.rename(columns={"start": "post_start", "end": "post_end"}).drop(["timezone", "gmtoffset"], axis=1) regular_df = regular_df.drop(["timezone", "gmtoffset"], axis=1) cols = ["pre_start", "pre_end", "start", "end", "post_start", "post_end"] df = regular_df.join(pre_df).join(post_df) for c in cols: df[c] = _pd.to_datetime(df[c], unit='s', utc=True).dt.tz_convert(tz) df = df[cols] df.index = _pd.to_datetime(df["start"].dt.date) df.index = df.index.tz_localize(tz) df.index.name = "Date" md["tradingPeriods"] = df return md class ProgressBar: def __init__(self, iterations, text='completed'): self.text = text self.iterations = iterations self.prog_bar = '[]' self.fill_char = '*' self.width = 50 self.__update_amount(0) self.elapsed = 1 def completed(self): if self.elapsed > self.iterations: self.elapsed = self.iterations self.update_iteration(1) print('\r' + str(self), end='', file=_sys.stderr) _sys.stderr.flush() print("", file=_sys.stderr) def animate(self, iteration=None): if iteration is None: self.elapsed += 1 iteration = self.elapsed else: self.elapsed += iteration print('\r' + str(self), end='', file=_sys.stderr) _sys.stderr.flush() self.update_iteration() def update_iteration(self, val=None): val = val if val is not None else self.elapsed / float(self.iterations) self.__update_amount(val * 100.0) self.prog_bar += f" {self.elapsed} of {self.iterations} {self.text}" def __update_amount(self, new_amount): percent_done = int(round((new_amount / 100.0) * 100.0)) all_full = self.width - 2 num_hashes = int(round((percent_done / 100.0) * all_full)) self.prog_bar = '[' + self.fill_char * num_hashes + ' ' * (all_full - num_hashes) + ']' pct_place = (len(self.prog_bar) // 2) - len(str(percent_done)) pct_string = f'{percent_done}%' self.prog_bar = self.prog_bar[0:pct_place] + (pct_string + self.prog_bar[pct_place + len(pct_string):]) def __str__(self): return str(self.prog_bar) def dynamic_docstring(placeholders: dict): """ A decorator to dynamically update the docstring of a function or method. Args: placeholders (dict): A dictionary where keys are placeholder names and values are the strings to insert. """ def decorator(func): if func.__doc__: docstring = func.__doc__ # Replace each placeholder with its corresponding value for key, value in placeholders.items(): docstring = docstring.replace(f"{{{key}}}", value) func.__doc__ = docstring return func return decorator def _generate_table_configurations(title = None) -> str: import textwrap if title is None: title = "Permitted Keys/Values" table = textwrap.dedent(f""" .. list-table:: {title} :widths: 25 75 :header-rows: 1 * - Key - Values """) return table def generate_list_table_from_dict(data: dict, bullets: bool=True, title: str=None) -> str: """ Generate a list-table for the docstring showing permitted keys/values. """ table = _generate_table_configurations(title) for k in sorted(data.keys()): values = data[k] table += ' '*3 + f"* - {k}\n" lengths = [len(str(v)) for v in values] if bullets and max(lengths) > 5: table += ' '*5 + "-\n" for value in sorted(values): table += ' '*7 + f"- {value}\n" else: value_str = ', '.join(sorted(values)) table += ' '*5 + f"- {value_str}\n" return table # def generate_list_table_from_dict_of_dict(data: dict, bullets: bool=True, title: str=None) -> str: # """ # Generate a list-table for the docstring showing permitted keys/values. # """ # table = _generate_table_configurations(title) # for k in sorted(data.keys()): # values = data[k] # table += ' '*3 + f"* - {k}\n" # if bullets: # table += ' '*5 + "-\n" # for value in sorted(values): # table += ' '*7 + f"- {value}\n" # else: # table += ' '*5 + f"- {values}\n" # return table def generate_list_table_from_dict_universal(data: dict, bullets: bool=True, title: str=None, concat_keys=[]) -> str: """ Generate a list-table for the docstring showing permitted keys/values. """ table = _generate_table_configurations(title) for k in data.keys(): values = data[k] table += ' '*3 + f"* - {k}\n" if isinstance(values, dict): table_add = '' concat_short_lines = k in concat_keys if bullets: k_keys = sorted(list(values.keys())) current_line = '' block_format = 'query' in k_keys for i in range(len(k_keys)): k2 = k_keys[i] k2_values = values[k2] k2_values_str = None if isinstance(k2_values, set): k2_values = list(k2_values) elif isinstance(k2_values, dict) and len(k2_values) == 0: k2_values = [] if isinstance(k2_values, list): k2_values = sorted(k2_values) all_scalar = all(isinstance(k2v, (int, float, str)) for k2v in k2_values) if all_scalar: k2_values_str = _re.sub(r"[{}\[\]']", "", str(k2_values)) if k2_values_str is None: k2_values_str = str(k2_values) if len(current_line) > 0 and (len(current_line) + len(k2_values_str) > 40): # new line table_add += current_line + '\n' current_line = '' if concat_short_lines: if current_line == '': current_line += ' '*5 if i == 0: # Only add dash to first current_line += "- " else: current_line += " " # Don't draw bullet points: current_line += '| ' else: current_line += '. ' current_line += f"{k2}: " + k2_values_str else: table_add += ' '*5 if i == 0: # Only add dash to first table_add += "- " else: table_add += " " if '\n' in k2_values_str: # Block format multiple lines table_add += '| ' + f"{k2}: " + "\n" k2_values_str_lines = k2_values_str.split('\n') for j in range(len(k2_values_str_lines)): line = k2_values_str_lines[j] table_add += ' '*7 + '|' + ' '*5 + line if j < len(k2_values_str_lines)-1: table_add += "\n" else: if block_format: table_add += '| ' else: table_add += '* ' table_add += f"{k2}: " + k2_values_str table_add += "\n" if current_line != '': table_add += current_line + '\n' else: table_add += ' '*5 + f"- {values}\n" table += table_add else: lengths = [len(str(v)) for v in values] if bullets and max(lengths) > 5: table += ' '*5 + "-\n" for value in sorted(values): table += ' '*7 + f"- {value}\n" else: value_str = ', '.join(sorted(values)) table += ' '*5 + f"- {value_str}\n" return table ================================================ FILE: yfinance/version.py ================================================ version = "1.2.0"