# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/hrant4q
使用SEC 10K/Q提取企业历史总部所在地(州)**
## 背景
在 Compustat 数据库里,企业的总部所在地(州)并不是历史记录,而是当前的数据(储存在 comp.company
里。也就是说,若一个公司调整了其总部坐在地(或者其他信息),所有的历史记录都会被更新。这样一来如果要在模型里加入总部所在地的固定效应,或者要去匹配当地的经济/人口信息时,就会有误差。
要解决这个问题,通行的办法是利用企业的历史SEC 10K/Q filings来提取历史总部所在地。我的博客 Textual Analysis on SEC Filings 给出了从头开始做这件事的步骤和代码。如果需要编译好的数据集,University of Notre Dame 的 Software Repository for Accounting and F ... ⌘ Read more