You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -763,7 +764,7 @@ Search the entire ADV filing database and find all ADV filings filed by firm adv
763
764
individual advisers and firm brochures published in part 2 of ADV filings. The database comprises 41,000 ADV filings
764
765
filed by advisory firms and 380,000 individual advisers and is updated daily.
765
766
Search and find ADV filings by any filing property, such as CRD, assets under management,
766
-
type of adviser (e.g. broker dealer) and more.
767
+
type of adviser (e.g. broker dealer) and more. Direct owners from Schedule A, indirect owners from Schedule B as well as private funds from Schedule D are easily accessible.
> See the documentation for more details: https://sec-api.io/docs/subsidiary-api
973
+
974
+
### Response Example | Subsidiary API
975
+
976
+
```json
977
+
{
978
+
"data": [
979
+
{
980
+
"id": "6838a63b29128e116bde65c885282667",
981
+
"accessionNo": "0000950170-23-001409",
982
+
"filedAt": "2023-01-30T21:29:15-05:00",
983
+
"cik": "1318605",
984
+
"ticker": "TSLA",
985
+
"companyName": "Tesla, Inc.",
986
+
"subsidiaries": [
987
+
{
988
+
"name": "Alabama Service LLC",
989
+
"jurisdiction": "Delaware"
990
+
}
991
+
{
992
+
"name": "Alset Warehouse GmbH",
993
+
"jurisdiction": "Germany"
994
+
},
995
+
{
996
+
"name": "BT Connolly Storage, LLC",
997
+
"jurisdiction": "Texas"
998
+
},
999
+
{
1000
+
"name": "Fotovoltaica GI 4, S. de R.L. de C.V.",
1001
+
"jurisdiction": "Mexico"
1002
+
},
1003
+
// ... more subsidiaries
1004
+
},
1005
+
// ... more historical lists of subsidiaries
1006
+
]
1007
+
}
1008
+
```
1009
+
1010
+
# Proxy Support
1011
+
1012
+
In certain cases, your corporate IT infrastructure may encounter issues with HTTPS requests, leading to SSL certificate errors. To resolve this, HTTP and HTTPS proxies can be passed into all API wrappers as shown in the example below. If you're unsure about which proxies to use, please consult your company's IT administrator.
0 commit comments