This commit is contained in:
TerenceLiu98 2021-06-09 10:33:08 +08:00
parent da4ece7944
commit 05d1d65408
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ url = {
"eastmoney": "http://datainterface.eastmoney.com/EM_DataCenter/JS.aspx" "eastmoney": "http://datainterface.eastmoney.com/EM_DataCenter/JS.aspx"
} }
def gdp_quarterly(): def gdp_quarterly():
""" """
ABS: absolute value (per 100 million CNY) ABS: absolute value (per 100 million CNY)

View File

@ -12,7 +12,6 @@ url = {
"philfed": "https://www.philadelphiafed.org/surveys-and-data/real-time-data-research/", "philfed": "https://www.philadelphiafed.org/surveys-and-data/real-time-data-research/",
"chicagofed": "https://www.chicagofed.org/~/media/publications/"} "chicagofed": "https://www.chicagofed.org/~/media/publications/"}
def gdp_quarterly(startdate="1947-01-01", enddate="2021-01-01"): def gdp_quarterly(startdate="1947-01-01", enddate="2021-01-01"):
""" """
Full Name: Gross Domestic Product Full Name: Gross Domestic Product

View File

@ -12,7 +12,6 @@ url = {
"dukascopy": "http://data.uicstat.com/api_1.0" "dukascopy": "http://data.uicstat.com/api_1.0"
} }
def dukascopy( def dukascopy(
instrument: str, instrument: str,
startdate: str, startdate: str,