mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-07 11:20:19 +08:00
11 lines
188 B
Python
11 lines
188 B
Python
import pandas as pd
|
|
import pytz
|
|
|
|
assets = list(
|
|
dict(
|
|
symbol='eth-usd',
|
|
exchange='bitfinex',
|
|
first_traded=pd.datetime(2010, 1, 1, 0, 0, 0, 0, pytz.utc)
|
|
)
|
|
)
|