@@ -883,7 +883,7 @@ const firms = await formAdvApi.getFirms({
883883
884884</details >
885885
886- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-firms.json )
886+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-firms.json )
887887
888888### Search Individual Advisors
889889
@@ -965,7 +965,7 @@ const individuals = await formAdvApi.getIndividuals({
965965
966966</details >
967967
968- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-individuals.json )
968+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-individuals.json )
969969
970970### Get Direct Owners (Schedule A)
971971
@@ -1005,7 +1005,7 @@ const directOwners = await formAdvApi.getDirectOwners('793');
10051005
10061006</details >
10071007
1008- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-direct-owners.json )
1008+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-direct-owners.json )
10091009
10101010### Get Indirect Owners (Schedule B)
10111011
@@ -1047,7 +1047,7 @@ const indirectOwners = await formAdvApi.getIndirectOwners('326262');
10471047
10481048</details >
10491049
1050- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-indirect-owners.json )
1050+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-indirect-owners.json )
10511051
10521052### Get Other Business Names (Schedule D, Section 1.B)
10531053
@@ -1097,7 +1097,7 @@ const otherBusinessNames = await formAdvApi.getOtherBusinessNames('149777');
10971097
10981098</details >
10991099
1100- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-other-business-names.json )
1100+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-other-business-names.json )
11011101
11021102### Get Separately Managed Accounts (Schedule D, Section 5.K)
11031103
@@ -1154,7 +1154,7 @@ const smaData = await formAdvApi.getSeparatelyManagedAccounts('149777');
11541154
11551155</details >
11561156
1157- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-separately-managed-accounts.json )
1157+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-separately-managed-accounts.json )
11581158
11591159### Get Financial Industry Affiliations (Schedule D, Section 7.A)
11601160
@@ -1191,7 +1191,7 @@ const affiliations =
11911191
11921192</details >
11931193
1194- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-financial-industry-affiliations.json )
1194+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-financial-industry-affiliations.json )
11951195
11961196### Get Private Funds (Schedule D, Section 7.B.1)
11971197
@@ -1243,7 +1243,7 @@ const privateFunds = await formAdvApi.getPrivateFunds('793');
12431243
12441244</details >
12451245
1246- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-private-funds.json )
1246+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-private-funds.json )
12471247
12481248### Get Brochures
12491249
@@ -1283,7 +1283,7 @@ const brochures = await formAdvApi.getBrochures('149777');
12831283
12841284</details >
12851285
1286- [ Full example response] ( https://github.com/janlukasschroeder /sec-api/blob/master/examples/api-responses/form-adv-brochures.json )
1286+ [ Full example response] ( https://github.com/sec-api-io /sec-api-node /blob/master/examples/api-responses/form-adv-brochures.json )
12871287
12881288> See the documentation for more details: https://sec-api.io/docs/investment-adviser-and-adv-api
12891289
0 commit comments