fcscs
Summary
The data encompasses various metrics related to the SEIBRO Foreign Currency Securities Custody and Settlement, including sums of foreign security sell amounts, total amounts, net buy amounts, and buy amounts. These metrics are designed to track and analyze foreign securities transactions over time, with some values adjusted to account for publication delays.
Example code
from finter.data import ContentFactory
cf = ContentFactory("us_stock", 20200101, 20200201)
df = cf.get_df("us_sum_frsec_sell_amt")
Metadata
20100104
0 23 * * 1-5
1d
Item List
us_sum_frsec_amt: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foreign Securities Amount.
us_sum_frsec_amt_shift_2: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foreign Securities Amount. Shifted two weekdays to incorporate the gap between the reference and publication dates.
us_sum_frsec_buy_amt: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foregin Security Buy Amount.
us_sum_frsec_net_buy_amt: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foregin Security Net Buy Amount.
us_sum_frsec_sell_amt: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foregin Security Sell Amount.
us_sum_frsec_tot_amt: SEIBRO Foreign Currency Securities Custody and Settlement. Sum of Foregin Security Total Amount.
Last updated