File size: 915 Bytes
6ed0b9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "finance_yahoo_data",
  "version": "1784755946",
  "data_type": "PIT_DATA",
  "bundle_storage_class": "ziplime.data.services.file_system_delta_lake_bundle_storage.FileSystemDeltaLakeBundleStorage",
  "bundle_storage_data": {
    "table_uri": "data/data_bundle/yahoo_finance_daily_data/1784755946/data.delta"
  },
  "entity_domain": "us_equities",
  "schema": {
    "open": "Float64",
    "high": "Float64",
    "low": "Float64",
    "close": "Float64",
    "volume": "Float64",
    "price": "Float64"
  },
  "pit": {
    "knowledge_lag_model": null,
    "model_knowledge_cutoff": null
  },
  "source": {
    "recipe": "recipe.py",
    "recipe_hash": "sha256:<filled-by-ci>",
    "origin": "Yahoo Finance (`yfinance`), auto-adjusted daily bars",
    "license": "Yahoo Finance terms — research use only",
    "schedule": "0 22 * * 1-5"
  },
  "trading_calendar_name": null,
  "frequency_seconds": null
}