Finance · head-to-head

Fed Treasury vs Indian Mutual Fund

Fed Treasury

Fiscal Data is the U.S. Department of the Treasury's open REST API for federal financial datasets — debt, revenue, spending, interest rates, and savings bonds — maintained by the Bureau of the Fiscal Service. Every endpoint supports field selection, filtering, sorting, and pagination, and returns JSON by default with CSV or XML available via the format parameter. No registration or API key is required, and a live Origin-header probe confirmed CORS is enabled (Access-Control-Allow-Origin: *).

Indian Mutual Fund

MFapi.in serves free, keyless access to India's mutual-fund NAV history — scheme metadata and full daily NAV time series for 10,000+ schemes registered with AMFI, refreshed six times a day from AMFI's own bulk feed. Responses are plain JSON with no authentication, rate limiting, or usage caps, and the project publishes an interactive Swagger UI covering every endpoint. A live Origin-header probe against the real API host (api.mfapi.in) confirmed CORS is enabled, returning `Access-Control-Allow-Origin: *` — resolving the previously-stored `unknown`.

Fed TreasuryIndian Mutual Fund
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, XML, CSVJSON
CORSyesyes
HTTPSYesYes

Fed Treasury supports 3 response formats, while Indian Mutual Fund offers fewer — pick Fed Treasury for more integration flexibility.

More comparisons