Citywire Ratings API

<back to all web services

MultiFundRequest

The following routes are available for this service:
GET, OPTIONS/Funds/{ISINs}
GET, OPTIONS/Funds/{ISINs}/{Width}

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/MultiFundRequest HTTP/1.1 
Host: ratingsapi.citywireinsight.com 
Content-Type: application/json
Content-Length: length

{"ISINs":["String"],"AuthorizationInfo":{"GroupIDs":[0],"Inserted":"0001-01-01T00:00:00.0000000","Hosts":["String"],"Notes":"String","Expiration":"0001-01-01T00:00:00.0000000","Application":{"ID":"00000000000000000000000000000000","Name":"String"},"Key":"00000000000000000000000000000000","HostsOverride":false},"Width":0,"ApiKey":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Funds":[{"ISIN":"String","Managers":[{"FirstName":"String","LastName":"String","ID":0,"Rating":{"RatingValue":0,"Description":"String","ImageSrc":"String","Disclaimer":"String"}}],"SummaryDisclaimer":"String","RatingDate":"0001-01-01T00:00:00.0000000","PublishDate":"0001-01-01T00:00:00.0000000"}]}