该平台可以整合Compustat(标准普尔)、CRSP(芝加哥大学)、TFN(THOMSON)、TAQ(纽约交易所)等多个著名数据库产品,同时还提供包括CBOE在内的十个公开数据库。该平台可使数据库检索更便利,并提供验证数据正确性以及数据库的整合等功能。
具体数据不详,但收纳公司数据如下:WRDS拥有公司债权和股权资本结构,详细组分,以及每个债务和权益组分的关键特点。
全球超过60000家上市和私营公司的债务资本结构数据。
全球超过80000家上市和私营公司的股权资本结构。
settings.pyif DEBUG:
DATABASES = {
'default': {
'ENGINE': 'mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '库名', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
},
'库名': {
'ENGINE': 'mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '库名', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)